/*
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 */
/* Header */
#top-bar-wrap, #top-bar-content strong {
	z-index: 99999;
}
#top-bar-content {
    position: absolute;
    right: 50px;
    top: 10px;
    font-size: 20px;
    font-weight: 600;
}
#top-bar-content a {
	color:#d0021b ;
}
.custom-logo-link {
    position: absolute;
    bottom: -40%;
}
#site-navigation-wrap .dropdown-menu>li {

}
	
.menu-phone {
	position: absolute;
    top: -50px;
    right: 0px;
}
#site-navigation-wrap .dropdown-menu>li>a {
	z-index: 9999;
}
.sf-menu ul.sub-menu {
	border-radius: 0 0 6px 6px;
    background-color: #353e46;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);
    font-weight: 400;
    width: 100%;
    padding: 100px 10px 20px;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
}
.dropdown-menu .sub-menu {
	border-top: none;
	min-width: 120px;
}
.dropdown-menu ul li a.menu-link {
	padding: 12px 0px;
}
.dropdown-menu ul li.menu-item {
	border-bottom: none;
}
.search-toggle-li {
    display: none;
}
.menu-phone {

}
/* End Header */
/* Home */
.intro-content .left-block-1 {
	border-right: 3px solid #d0021b;
}
.intro-content {
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 970px;
    margin: -70px auto 0;
    padding: 60px 25px;
    z-index: 99;
}
.intro-post .left-block-1 {
	border-right: 3px solid #d0021b;
}
.h-title:after {
	content: "";
    background: #ce000a;
    display: block;
    height: 3px;
    width: 80px;
    margin: 10px 0 15px;
}

/* End Home */
/* Contact form */
label br {
	display: none;
}
.form-line {
    margin-top: 15px;
    margin-bottom: 25px;
}
.form-item {
    margin-right: 10px;
}
input.form-control {
    margin-bottom: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    max-height: 150px;
    margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #E31616;
}
/* Post */
.contact-page .f-phone a i {color: #333;}
/*Footer */
.footer a {
	color: #fff;
}
.f-phone a i {
	margin-right: 10px;
	color: rgba(250, 250, 250, 0.8);
}
/* pagination */
nav.elementor-pagination {
    margin: 30px;
}

span.page-numbers.current {
    position: relative;
    display: inline-block;
    min-width: 38px;
    min-width: 38px;
    line-height: 38px;
    margin: 0 8px 0 0;
    text-align: center;
    color: #555;
    border: 1px solid #e9e9e9;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f8f8f8 !important;
}
a.page-numbers {
    position: relative;
    display: inline-block;
    min-width: 38px;
    min-width: 38px;
    line-height: 38px;
    margin: 0 8px 0 0;
    text-align: center;
    color: #555;
    border: 1px solid #e9e9e9;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* Mobile Responsive */
@media screen and (max-width: 900px) and (min-width: 600px) {

}
@media screen and (min-width: 1200px) {
	.content-card-right {
		position: absolute;
	    right: 50px;
	    margin: auto 0px;
	    top: 0px;
	    align-content: center;
	    width: 50%;
	    z-index: 99;
	}
	.content-card-left {
		position: absolute;
	    left: 50px;
	    margin: auto 0px;
	    top: 0px;
	    align-content: center;
	    width: 50%;
	    z-index: 99;
	}
	.intro-post {
	    margin: -50px auto 0;
	    z-index: 99;
	}
}
@media screen and (min-width: 1024px) {
	.section-about .buckets-content:not(:last-of-type):after {
		content: "";
	    background-color: #4b6585;
	    height: 270px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 1px;
	}
	.intro-content .left-block-1 {
		border-right: 3px solid #d0021b;
	}
}
@media screen and (max-width: 1023px) {
	.section-about .buckets-content:not(:last-of-type) {
		border-bottom: 1px solid #4b6585;
	}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
	.grid-about {
		margin: 0px auto;
	}
	#top-bar-content {
		right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.intro-content .left-block-1 {
		/*border-bottom: 3px solid #d0021b;*/
		border-right: none;
	}
	#site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
		max-height: 90px !important;
	}
	.custom-logo-link {
		bottom: -20%;
		z-index: 999;
	}
	#site-header.transparent-header {
		position: unset;
		background-color: #333 !important;
	}
	.title-home-1:after {
		content: "";
	    background: #ce000a;
	    display: block;
	    height: 3px;
	    width: 105px;
	    margin: 15px auto;
	}
}