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

/* Parent stylesheet should be loaded from functions.php not using @import */
a:focus {
	outline:none !important;
}
#site-header {
	width:100% !important;
}
#primary {
	margin:0 !important;
	padding:0 !important;
}
.elementor-heading-title b,
.elementor-heading-title strong {
    font-weight: 700;
	color: #EE7D2D;
}
#headright {
	text-align:right;
	position:relative;
	height:0px;
}
#headright img {
	position:relative;
	opacity: 1;
	top:20px;
	transition: all 0.3s linear;
}
#site-header-sticky-wrapper.is-sticky #headright img  {
	opacity: 0;
    top: -50px;
	transition: all 0.3s linear;
}
#site-navigation-wrap {
    float: none;
    position: absolute;
    right: -15px;
    bottom: 0;
}
#site-header-sticky-wrapper.is-sticky #site-navigation-wrap {
    float: right;
    position: relative;
    right: -15px;
    bottom: auto;
}
#site-navigation-wrap .dropdown-menu>li.menubutton1 a {
	padding-right:0;
}
#site-navigation-wrap .dropdown-menu>li.menubutton1 a span,
#site-navigation-wrap .dropdown-menu>li.menubutton2 a span {
	border: 1px solid #00427B;
	color: #00427B;
	border-radius: 20px;
	padding: 3px 15px 5px 15px;
}
#site-navigation-wrap .dropdown-menu>li.menubutton2 a span {
	color: #ffffff;
	background-color: #00427B;
}
#site-navigation-wrap .dropdown-menu>li.current-menu-item.menubutton1 a span,
#site-navigation-wrap .dropdown-menu>li.current-menu-item.menubutton2 a span,
#site-navigation-wrap .dropdown-menu>li.menubutton1 a:hover span,
#site-navigation-wrap .dropdown-menu>li.menubutton2 a:hover span {
	color: #FFFFFF;
	background-color:#1F9DD5;
	border-color: #1F9DD5;
}
.sf-menu ul.sub-menu {
	top: 90%;
	padding: 5px 0;
}
.nav-content {
    font-size: 13px;
    line-height: 1.3;
    padding: 5px 0 0 0;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
}
#timeline .ue_item_title {
	width: 20%;
	text-align:right;
}
#timeline .ue_item_spacer {
	width: 0.5%;
}
#timeline .ue_item_icon {
	width: 10%;
}
#timeline .ue_item_content {
	width: 69%;
}
#site-header-sticky-wrapper.is-sticky .oceanwp-mobile-menu-icon.mobile-right {
	margin-top: 0;
}

@media screen and (max-width: 1199px) {
	.oceanwp-mobile-menu-icon a {
		font-size: 32px !important;
	}
	.imgright {
		background-size: contain !important;
	}
	#headright img {
		right: 50px;
		top: 35px;
	}
	.oceanwp-mobile-menu-icon.mobile-right {
		margin-top: 15px;
	}
	#site-header-sticky-wrapper.is-sticky #headright img  {
		opacity: 1;
		top: 20px;
	}
}

@media screen and (max-width: 959px) {
	.imgright {
		background-size: cover !important;
	}
}

@media screen and (max-width: 767px) {
	#top-bar-content {
		padding-bottom:5px;
	}
	#site-logo #site-logo-inner a img {
		max-width: 200px !important;
	}
	#timeline .uc-items-wrapper > div {
		flex-direction: column;
	}
	#timeline .ue_item_title,
	#timeline .ue_item_icon,
	#timeline .ue_item_content {
		width: 100%;
		text-align:center;
	}
	#timeline .ue_item_spacer {
		display:none;
	}
	
}
@media screen and (max-width: 499px) {
	#headright img {
		display:none;
	}
}