/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Typography */

body, .bilo { font-family: bilo, sans-serif; }
.sofia { font-family: sofia-pro, sans-serif; }

/* Header */

a.mobile-menu { color:#ffffff !important; }
a.mobile-menu:hover { color:#222222 !important; }

/* Page Title */

.page-header { display:none; }

.site-breadcrumbs a { color:#99877A !important; }
.site-breadcrumbs a:hover { 	border-bottom: 2px solid #99877A; padding-bottom: 2px; }

/* Misc. Fixes */

#oceanwp-mobile-menu-icon a {
	font-size:22px !important;
}

.is-sticky .oceanwp-mobile-menu-icon a {
	line-height:60px !important;
}

#site-navigation-wrap .dropdown-menu li a:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

#primary p a:hover, .elementor-widget-text-editor a:hover {
	border-bottom: 2px solid #99877A;
    padding-bottom: 2px;
}

.icon-magnifier {
	font-weight:bold !important;
}

@media only screen and (max-width: 1024px) {
	.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
 	   max-width: 90%;
	}
}

div#site-header-sticky-wrapper {
    position: relative;
    height:auto !important;
}