/*
Theme Name: Olive Branch Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Olive Branch Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: olive-branch
*/
@import url("../olive-branch/style.css");



/* COLOR SCHEME 
Black: #000
White: #fff
*/


/* FONTS */

	
/* @font-face {
    font-family: 'high-light';
    src: url('fonts/PFHighwaySansPro-Light_2.ttf');
}	
@font-face {
    font-family: 'high-thin';
    src: url('fonts/PFHighwaySansPro-Thin_3.ttf');
}
@font-face {
    font-family: 'high-reg';
    src: url('fonts/PFHighwaySansPro-Regular_1.ttf');
}
@font-face {
    font-family: 'high-bold';
    src: url('fonts/PFHighwaySansPro-Bold_1.ttf');
}
@font-face {
    font-family: 'high-extra-thin';
    src: url('fonts/PFHighwaySansPro-ExtraThin_2.ttf');
}
 */



@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Black.woff2') format('woff2'),
        url('fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('fonts/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Light.woff2') format('woff2'),
        url('fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.woff2') format('woff2'),
        url('fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.woff2') format('woff2'),
        url('fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Thin.woff2') format('woff2'),
        url('fonts/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}





/* FONTS END */

a, p, li, span, h1, h2, h3, h4, h5, h6 {
    font-family: Inter!important;
}



/* HEADER */

.header_bottom {
	background:#000;
  	height:80px;
  	margin-bottom:45px;
}
.header_bottom::after {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    display: block;
    height: 45px;
    left: 0;
    margin: 0 !important;
    position: absolute;
    top: 80px;
    width: 100%;
}
header.centered_logo .q_logo img {
    margin: 0;
    position: relative;
    top: 5px;
    z-index: 99999 !important;
}
nav.main_menu {
  	text-align:left!important;
  	padding:0!important;
  	margin:0!important;
  	width:40%!important;
  	margin-left:50px!important;
}
nav.main_menu > ul > li > a {
    color: #ffffff !important;
    font-weight: 400!important;
    letter-spacing: 0px!important;
    line-height: 1.2;
    padding: 30px;
}
header.centered_logo .q_logo img {
    height: 149px !important;
    left: 99px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 25px !important;
    position: relative;
    text-align: center !important;
    top: -25px !important;
    width: 203px !important;
    z-index: 99999 !important;
}
.logo_wrapper {
  	width:200px!important;
}
header.sticky .header_bottom li a {
	color:#000!important;
	line-height:1.2!important;
}

header .slider-image {
    height: calc(100vh - 125px);
}
header .slider-image .scroll-intro {
    color: #FFF;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 40px;
    padding-top: 60px;
}
header .slider-image .scroll-intro-icon { display: block; }
header .slider-image .scroll-intro-icon img { cursor: pointer; }
.drop_down .second .inner > ul, li.narrow .second .inner ul {
	background:transparent!important;
}
.drop_down .narrow .second .inner ul li {
  	width:400px;
  	height:100px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  	background:#fff;
    margin-bottom: 10px;
  	display:flex;
  	display:-webkit-flex;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.drop_down .narrow .second .inner ul li:hover {
	background:#000;
}
.drop_down .narrow .second .inner ul li:hover a {
	color:#fff!important;  
}
.drop_down .narrow .second .inner ul li a {
    font-size: 12px;
  	color:#000;
    font-weight: 400;
    line-height: 1.2;
  	margin:auto 0;
    max-width: 100%;
  	width:100%;
  	margin-bottom:0!important;
    padding: 20px !important;
  	padding-top:0!important;
    position: relative;
    text-transform: uppercase;
    z-index: 99999 !important;
  	height:80%;
  	top:10%;
}
.drop_down .narrow .second .inner ul li a .custom-menu-title {
    float: left;
    width: 40%;
}
.drop_down .narrow .second .inner ul li a .menu-item-description {
    float: right;
    width: 60%;
    text-transform: capitalize;
}
.drop_down .narrow .second .inner ul li a .menu-item-description span { display: block; }

.scroll-intro > span {
  	text-shadow:0px 0px 7px rgba(0,0,0,0.3);
}
.scroll-intro {
	margin-top:175px;
}
.lang_wrapper {
	position:absolute;
	right:25px;
	top:30px;
}
.lang_wrapper li a {
  	background:transparent!important;
  	font-size:18px!important;
  	color:#fff!important;
}
li.icl-en a {
    border-right: 1px solid #ffffff !important;
    margin-right: 5px;
    padding-right: 10px;
}
/* HEADER END */


/* GENERAL */

.container, .wrapper {
	background:#fff!important;
}
a, p, li, span, h1, h2, h3, h4, h5, h6 {
  	font-family: 'Inter'!important;
}
a { 
	outline:0!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.single_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.single_col_equal {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.single_col_unequal {
    -webkit-flex: 1 0 1;
    -ms-flex: 1 0 1;
    flex: 1 0 1;
}
.custom_grid {
  	max-width:70%;
	width:100%;
	margin:0px auto;
}
.lesser_grid {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}
.single_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.single_col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	height:700px;
}
.right_col {
	display:flex;
}
.about_col_content {
    margin: auto;
    max-width: 700px;
    padding: 50px;
    text-align: left;
}
.about_col_content p {
    font-size: 25px!important;
	font-family: 'Inter'!important;
}
div.wpcf7-response-output {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: calc(50% - 425px) !important;
    max-width: 850px;
    position: absolute;
    text-transform: none;
  	font-family: 'Inter'!important;
    width: 100%;
}
div.wpcf7-response-output {
    background: #000000!important;
}
/* GENERAL END */


/* PAGES */
/* HOMEPAGE */
.put_to_front.top {
  	position:relative;
	z-index:99999!important;
	top:calc(50% - 65px);
}
.number_count {
    border: 1px solid #000000;
    border-radius: 50%;
    color: #000000;
    display: block;
    font-family: 'Inter' !important;
    font-weight: 300;
    font-size: 55px;
    font-weight: 100 !important;
    height: 125px;
    padding-left: 14px;
    padding-top: 48px;
    width: 125px;
}
.number_count.first {
  	position:absolute;
  	right:-75px;
}
.number_count.second {
    position: relative;
    top: -62px;
}
.number_count.third {
    left: -110px;
    position: relative;
  	top:20px;
}
.center_aligned {
	text-align:center;
}
.col_content {
	text-align:left;
  	position:relative;
	z-index:9999!important;
}
h2.bold_title {
    font-size: 60px;
    padding: 20px 0;
}
.col_content p {
    color: #000000;
    font-family: 'Inter' !important;
    font-size: 18px;
    line-height: 1.2;
    padding: 30px 0 50px;
}
h3.thin_title {
    color: #000000;
    font-family:  'Inter' !important;
    /* font-weight: 300; */
    font-size: 60px;
    font-weight: 100;
    padding: 20px 0;
  	line-height:1;
}
.services_bullets li {
    color: #000000 !important;
    display: block;
    font-family:  'Inter' !important;
    font-size: 26px;
    list-style: outside none none;
    padding: 5px 0;
    position: relative;
}
.services_bullets li::before {
    content: "::";
    display: inline;
    margin-right: 5px;
}
a.black_btn {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    margin-top: 25px;
  	margin-bottom:50px;
    padding: 7px 30px;
    white-space: nowrap;
}
a.black_btn:hover {
  	box-shadow:0px 3px 5px rgba(0,0,0,0.175);
}
a.black_btn.large_btn {
    font-family: 'Inter'!important;
    font-size: 26px;
}
.black_title {
  	background:#000;
  	text-align:right;
}
h3.white_title {
    color: #ffffff;
    display: block !important;
    font-family:  'Inter'!important;
    font-weight: 300;
    font-size: 65px;
    font-weight: 100;
    line-height: 1;
    max-width: 450px;
    position: absolute;
    right: 30px;
    top: 25px;
}
.ptrn_wrap.top {
  	position:relative;
	z-index:99999!important;
}
.ptrn_wrap.top img {
    bottom: -50px;
    left: 50%;
    position: absolute;
}
.ptrn_wrap.bot img {
    bottom: 20px;
    left: -250px;
    position: absolute;
}

/* HOMPAGE ENDS */
/* SINGLE SERVICE INNER */

.service_content {
  	text-align:center;
	padding:65px 0;
}
h1.main_title {
    font-family:  'Inter' !important;
    font-size: 60px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.service_content p {
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.service_content h5 {
    color: #000000;
    font-size: 25px;
    text-transform: none;
}
a.nav_link {  	
    font-family:  'Inter' !important;
    font-size: 25px;
    max-width: 350px;
    text-transform: uppercase;
  	line-height:1.1;
    height: 50px !important;
}
a.nav_link:hover {
  	color:#14C3F4;
}
.navigation_left_col a.nav_link {
    display: block;
    margin: 30px 0 30px 30px;
    padding-left: 20px;
}
.navigation_left_col .nav_btn_wrap {
  	margin-left:30px;
}
.navigation_right_col .nav_btn_wrap {
	margin-right:30px;
}
.navigation_right_col a.nav_link {
    display: block;
    height: 50px !important;
    margin-top: 30px;
}
.navigation_right_col .nav_btn_wrap {
	float:right;
	padding-right:50px;
	margin-top:15px;
}
.ptrn_wrap.srvc {
  	position:relative;
	z-index:99999!important;
	top:110px;
}
.ptrn_wrap.srvc img {
	position:absolute;
	left:calc(50% - 361px);
	bottom:90px;
}
/* SINGLE SERVICE INNER ENDS */
/* CONTACT PAGE */
.form_wrap {
  	padding-bottom:30px;
}
.form_wrap input, .form_wrap textarea {
    border: 2px solid #000000 !important;
    font-family:  'Inter' !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}
.btn_wrap input {
    background: #000000 none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-family:  'Inter' !important;
    font-size: 22px !important;
    font-weight: 100 !important;
    letter-spacing: 0 !important;
    margin-top: 10px !important;
    padding: 10px 30px !important;
    text-transform: lowercase !important;
}
span.form_title {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family:  'Inter' !important;
    font-size: 32px;
    font-weight: 100 !important;
    left: 5px;
    margin-bottom: 10px;
    padding: 15px 0;
    position: relative;
    width: calc(100% - 10px);
}
.bg_img {
	height:250px;
  	position:absolute;
  	bottom:0;
}
/* CONTACT PAGE ENDS */
/* PAGES END */


/* CUSTOM POST TYPES */
/* CUSTOM POST TYPES END */


/* BLOG */
/* BLOG END */


/* FORMS */
/* FORMS END */

/* FOOTER */
.footer_content > a {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin: 0 20px;
    width: 50px;
	border: 1px solid;
}
.fa {
    color: #fff;
    font-size: 30px;
    padding: 10px;
}
.footer_content > a {
    position: relative;
    top: -25px;
}

footer {
	position:relative;
	z-index:9!important;
  	text-align:center;
}
.footer_top, .footer_bottom_holder {
  	background:#000!important;
}
.footer_bottom_holder {
  	height:30px;
    padding-bottom:50px;
}
.footer_top {
    padding: 72px 0 90px;
}
.footer_top h5 {
    color: #ffffff;
    font-family:  'Inter' !important;
    font-weight: 300;
    font-size: 32px;
    font-weight: 100 !important;
    margin-bottom: 30px;
    text-transform: none;
}
.footer_info p {
    color: #ffffff;
    font-family:  'Inter' !important;
    font-weight: 300;
    font-size: 22px;
    font-weight: 100 !important;
    text-transform: uppercase;
}
.copyright_holder {
    color: #ffffff;
    font-family:  'Inter';
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}
.copyright_holder a {
  	color:#fff;
}
.copyright_holder a:hover {
  	color:#14C3F4;
}
/* FOOTER END */


/* MEDIA QUERIES */
@media screen and (max-width: 1366px) {
	.number_count.third {
		left: -75px;
	}
  	.form_wrap textarea {
	  	height:220px;
  	}
}
@media screen and (max-width: 1280px) {
	h2.bold_title {
		font-size: 50px;
		padding: 10px 0;
	}
	.col_content p {
	 	color: #000000;
		font-family:  'Inter' !important;
        font-weight: 300;
		font-size: 18px;
		line-height: 1.2;
		padding: 15px 0 25px;
	}
	h3.thin_title {
		font-size: 48px;
		padding: 10px 0;
	}
	.ptrn_wrap.srvc img {
		display:none!important;
	}
	.service_content {
		background-image: none!important;
	}
	.page-template-custom-contact-template .service_content {
	 	padding-top:0!important; 
	}
	.page-template-custom-contact-template h1.main_title {
		font-size: 50px;
		margin-bottom: 10px;
	}
	span.form_title {
		font-size: 24px;
		padding: 10px 0;
	}
	.page-template-custom-contact-template .service_content h5 {
		font-size: 20px;
	}
}
@media screen and (max-width: 1000px) {
	.header_bottom {
		background:#000!important;
	}
	header.centered_logo .q_logo img {
		left:0!important;
	}
	.number_count.first {
		right: 50px;
	}
	.ptrn_wrap.top img {
		display:none;
	}
	.single_row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.single_col_unequal {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		flex-shrink:2;
		flex-basis:auto;
		flex-grow:1;
	}
	.ptrn_wrap.bot img {
		display:none!important;
	}
	.navigation_left_col, .navigation_right_col {
		width:50%!important;
		float:left;
		margin-bottom:30px;
	}
	.content, .content.content_top_margin {
		background:#fff!important;
	}
	h1.main_title {
		min-height:1.1;
	}
}
@media screen and (max-width: 640px) {
	.single_row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.single_col {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		flex-shrink:2;
		flex-basis:auto;
		flex-grow:1;
	}				
}
@media screen and (max-width: 540px) {
	.number_count {
		display:none!important;
	}
	.footer_top .container {
		display:none!important;
	}
	.navigation_right_col a.nav_link {
		margin-top: 0;
		text-align: right;
	}
	.navigation_left_col a.nav_link {
		margin: 0 0 30px 30px;
	}
	h1.main_title {
		font-size: 35px;
		line-height: 1;
	}
	.copyright_holder {
		font-size: 9px;
		position: relative;
		z-index: 99999 !important;
	}
	.footer_top h5, h2.bold_title, .service_content h5 {
		line-height: 1;
	}
	a.nav_link {
		font-size: 18px;
	}
	.page-template-about-template .navigation_right_col .nav_btn_wrap {
		margin-top: -20px;
		padding-top: 35px;
	}
}
/* MEDIA QUERIES END */

/*CONTACT*/
input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date,
textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-quiz {
  		margin-bottom:3px;
}
		  
/* TAP TAP */

.taptap-by-bonfire ul#menu-main-menu-2 {
  	margin-top:50px;
	margin-left:50px;
}
.taptap-by-bonfire .sub-menu a {
    font-size: 15px !important;
    line-height: 1.1;
    margin-left:10px;
    text-transform: capitalize!important;
}
.taptap-by-bonfire ul li a {
	text-transform: uppercase!important;	
}
.taptap-by-bonfire ul li.full-item-svg-hover > a, .taptap-by-bonfire ul li a:hover, .taptap-by-bonfire ul li.current-menu-item a:hover {
	color:#fff!important;
}
.taptap-by-bonfire .menu li a {
    color: #ffffff;
    font-size: 24px;
    padding: 10px 0;
}
.taptap-main-inner-inner-toolbar {
    background: #000;
    padding-top: 157px;
}
.taptap-by-bonfire .menu li span svg {
	fill: #fff;
}
.taptap-menu-button-alt::after, .taptap-menu-button-alt::before, .taptap-menu-button-alt div.taptap-menu-button-alt-middle::before, .taptap-menu-button-alt div.taptap-menu-button-alt-middle::after {
    background-color: #fff;
}
.taptap-logo a {
  	display:none;
}
.taptap-absolute {
  	width:50px!important;
}
.taptap-menu-button-alt {
	position:relative!important;
	top:10px!important;
}
.taptap-by-bonfire ul li.current-menu-item a {
  	color:#fff!important;
}

/* TAP TAP ENDS */


.col-md-1.no_padding, .col-md-2.no_padding, .col-md-3.no_padding, .col-md-4.no_padding, .col-md-5.no_padding, .col-md-6.no_padding, .col-md-7.no_padding, .col-md-8.no_padding, .col-md-9.no_padding, .col-md-10.no_padding, .col-md-11.no_padding, .col-md-12.no_padding {
	padding-left:0;
	padding-right:0;
}
.less_padding {
	padding-left:5px!important;
  	padding-right:5px!important;
}