/*
Theme Name: Severn Canoe Trail
Theme URI: https://oceanwp.org/
Description: Severn Canoe Trail Theme.
Author: Stuart Bogle
Author URI: https://yarrington.co.uk/
Template: oceanwp
Version: 1.0
*/

/* General */
.elementor-text-editor > ul {
	margin-top: 0;
}

/* Header */
.header-logo .elementor-image {
	position: absolute;
	top: -35px;
    background-color: #055696;
    padding: 10px;
    border-radius: 80px;
}
.desktop-nav.elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

/* Full screen menu */
.elementor-widget-full-screen-menu-for-elementor .menu-overlay {
	overflow: hidden !important;
}
.elementor-widget-full-screen-menu-for-elementor .menu-overlay ul#menu-main-menu > li > a:hover,
.elementor-widget-full-screen-menu-for-elementor .menu-overlay ul#menu-main-menu > li > a:focus,
.elementor-widget-full-screen-menu-for-elementor .menu-overlay ul#menu-main-menu > li.current-menu-item > a {
	font-weight: 600 !important;
}

/* Hidden Footer */
header .elementor-location-header,
main.site-main,
.elementor-location-footer {
	position: relative;
}
header .elementor-location-header {
	z-index: 3
}
main.site-main {
	z-index: 2;
}
.elementor-location-footer {
	z-index: 1;
}

/* Footer style */
.footer-content .elementor-text-editor p > a {
	color: #fff;
}

/* Section Trails Page */
.twitter-header.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

/* Elementor Hide Footer in Editor but not in template */
body.elementor-editor-active .elementor-location-footer {
	display: none !important;
}
body.elementor-editor-active .elementor-location-footer.elementor-edit-mode {
	display: block !important;
}

/* Twitter Feed Fix */
@media only screen and (max-width: 767px) and (min-width: 480px) {
	.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item {
	    width: 100% !important;
	}
}


/* Home overlay image */
.overlay-image .elementor-background-overlay {
		border: 10px solid #fff;
	}
@media only screen and (min-width: 768px) {
	.overlay-image .elementor-background-overlay {
		width: 140% !important;
	}
	.header-logo .elementor-image {
    	padding: 15px;
	}
}