/*
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 */

/* 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;
}

.elementor-widget-text-editor a:hover {
	border-bottom: 2px solid #63cac6;
    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;
}

/* Header */

#site-logo-inner {
	/* font-family: "Redzone", Sans-serif; */
	font-family: "San Diego Chargers", Sans-serif;
}

#site-navigation, #mobile-dropdown, #sidr {
	font-family: "Redzone", Sans-serif;
	font-weight: normal;
}

/* #site-header-sticky-wrapper  {
	width: 1040px;
    margin: 0 auto;
	max-width:95%;
} */

/* #site-header.transparent-header {
	background-color:white;
} */

.mobile-menu {
	font-family: "Redzone", Sans-serif;
	/* font-family: "San Diego Chargers", Sans-serif; */
    font-size: 18px !important;
    font-weight: normal !important;
	color:#ffffff !important;
}

.mobile-menu .oceanwp-text:hover {
	color:#009bdd;
}

.sidr-class-dropdown-menu ul a:before {
	font-size:10px !important;
}

.coaches img {
    border-radius: 500px !important;
}