/*
Theme Name: Flight Digital Child Theme
Theme URI: http://flightdigital.co.nz
Description: Child theme created by Filght Digital
Version:0.1;
Aurthor: Prince Lauvaka @ Flight Digital / OCT 2019
Aurthor URI: http://flightdigital.co.nz;
Template: Divi
*/

@import url("../Divi/style.css");

/*
======================================
	Fonts
======================================
*/
@font-face {
  font-family: "EurostileExtended-Black";
  font-style: normal;
  font-weight: 700;
  src: 
    url('./assetz/fonts/EurostileExtended-Black.woff2') format("woff2"), 
    url('./assetz/fonts/EurostileExtended-Black.woff') format("woff"),
    url('./assetz/fonts/EurostileExtended-Black.ttf') format("truetype"),
    url('./assetz/fonts/EurostileExtended-Black.eot') format("embedded-opentype"),
    url('./assetz/fonts/EurostileExtended-Black.svg') format("svg");
 }

/*
======================================
	Reset Theme Styles
======================================
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/* Default Styles for Head Tags */
	font-family: 'EurostileExtended-Black';
}


p,a,div,span{
	/* Default Styles for Head Tags */
	line-height: normal;
}

#top-header{display: none !important}
body{position: relative;}
/*
======================================
	Reusable
======================================
*/
.text-align-left{
	text-align: left !important;
}
.text-align-center{
	text-align: center;
}
.pcontainer{
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-left:15px;
    padding-right:15px;
}
.padding-md{
	padding:100px 0;

}
.padding-md-bottom{
	padding-bottom:100px;
}
.pbtn-red-filled,div.gform_wrapper input[type=submit]{
    display: inline-block;
    background-color: #d31145;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px 17px 20px 16px;
    font-size: 1em;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;

    cursor: pointer;
}
.pbtn-red-filled:hover,div.gform_wrapper input[type=submit]:hover{
	box-shadow:0 5px 10px #0000006e;
	background-color:#000;
}
.margin-none{
	margin:0;
}
.mb-medium{
	margin-bottom:50px;
}
.sec{
	/*position: relative;*/
	width:100%;
}
.sec-border-bottom,
.sec-border-top{
	position: relative;
}
.sec-border-bottom:after{
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    background: #000;
}
.sec-border-top:before{
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    top:0;
    left: 10%;
    background: #000;
}
div.sec-no-padding{
	padding:0;
}

.border-horizontal .et_pb_text_inner{
	visibility: hidden;
}
.border-horizontal{
	position: relative;
}
.border-horizontal:after{
    content: '';
    position: absolute;
    left: calc(50% - .5px);
    top: 0;
    width: 1px;
    height: 130px;
    background-color: #000;
}
@media (max-width:1080px){
	.border-horizontal{
		display: none;
	}
}
.title-1{
	position: relative;
	padding-bottom:15px;
}
.title-1:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 0;
}

.title-2 h3,.title-2,.title-4 h3{
	font-family: 'EB Garamond',Georgia,"Times New Roman",serif;
	color:#d31145;
	margin-bottom:15px;
}

.title-3 h3{
	font-family: 'EB Garamond',Georgia,"Times New Roman",serif;
	color:#000;
	position: relative;
	padding:0 0 5px 0;
	margin:0;
}
.title-3 h3:after{
	content:'';
	position: absolute;
	width:30px;
	height: 2px;
	background: #000;
	left:0;
	bottom: 0;
}


/*
======================================
	Header
======================================
*/
#main-header .nav li ul a{
	color:#fff !important;
}


#et-top-navigation{
	background-color:#d31145;
}
.et_header_style_centered #top-menu>li>a{
	padding:15px 0;
}
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after{
	top: auto;
}
.logo-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ph a{
	font-family:EurostileExtended-Black;
	font-size:2em;
	color:#000; 
}
.ph a:before{
	font-family: ETmodules;
	position: relative;
    top: 2px;
    margin-right: 15px;
    content: "\e090";
}
.ph a:hover{
	color:#d31145;
}
.et_header_style_centered .mobile_nav .select_page{display: none;}
.mobile_menu_bar:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    background: #d31145;
    color: #fff;
    border-radius: 10em;
    padding: 5px;
}
.mobile_menu_bar{
	position: relative !important;
	text-align: center;
}
.et_header_style_centered #et_mobile_nav_menu{
	margin-top:5px;
}
.et_header_style_centered #main-header .mobile_nav{
	background-color:#fff;
}
.et_mobile_menu li a{
	color:#d31145 !important;
}
.et_mobile_menu{
	border-color:#d31145;
}

/*
======================================
	Footer
======================================
*/
#footer-bottom{
	display: none;
}
.footer-widget{
	display: flex;
	flex-direction: column;
	text-align: center;
}
div#footer-widgets div.footer-widget div.fwidget{
	margin-bottom:15px;
}
/*footer menus*/
.fwidget .menu{
	display: inline-flex;
	flex-direction: row;
	text-align: center;
	border-bottom:1px solid #000;
}
.fwidget .menu li{
	padding:0 15px;
	position: relative;
}
.fwidget .menu li:before{
	display: none;
}
.fwidget .menu li:after{
	content:'';
	position: absolute;
	height: 15px;
	width:1px;
	background: #000;
	top:calc(50% - 7.5px);
	right:0;
}
.fwidget .menu li:last-child::after{
	display: none;
}
div#footer-widgets .footer-widget li a:hover,div#footer-widgets a:hover{
	color:#d31145;
}

/*footer action */
.footer-action_links ul{
	width:100%;
	padding:0;
	margin:0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-around;
}
.footer-action_links ul li{
	list-style-type:none;
	width:auto;
	text-align: center;
}
.footer-action_links ul li:first-child a{
	font-family:EurostileExtended-Black;
	color:#000;
}
.footer-action_links ul li:first-child a:before{
	font-family: ETmodules;
	position: relative;
    top: 2px;
    margin-right: 10px;
    content: "\e090";
}
.footer-action_links ul li:first-child a:hover{
	color:#d31145;
}
.footer-action_links ul li:nth-child(2) a{
	color:#000;
	border-bottom:1px solid black;
}
.footer-action_links ul li:nth-child(2) a:hover{
	color:#d31145;
	border-color:#d31145;
}

/*
======================================
	Home
======================================
*/
.banner-home{
	color:#fff;
	padding-top:200px;
	padding-bottom:200px;
}
.banner-home h2{
	color:#fff;
	text-transform: uppercase;
}
.banner-home p{
	margin-bottom:50px;
	font-size:1.5em;
}
.banner-home ul{
	text-align: left;
	padding:0;
}
.banner-home ul li{
	list-style-type:none;
	display: inline-block;
	  font-family: "EurostileExtended-Black";
	  text-transform: uppercase;
}
.banner-home ul li:first-child{
	margin-right:15px;
}
.banner-home ul li a{
	max-width:250px;
	width:100%;
}
.home-bottom{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.banner-home-bottom{
	background-size: 40px 33px;
    background-position: 15px center;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.banner-home-bottom:hover{
	background-color: rgba(0, 0, 0, 0.2);
    border-radius: .3em;
    background-position: 25px center;
}
.banner-home-bottom ul{
	display: block;
	margin: 0;
    padding: 15px 0 15px 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-home-bottom li{
	list-style-type:none;
}
.banner-home-bottom li:first-child{
	list-style-type:none ;
	font-family: 'EurostileExtended-Black';
	font-size:1.25em;
	text-transform: uppercase;
	padding-top:2px;
}
.banner-home-bottom li a{
	color:#fff;
}

.hori-border{
	position: relative;
}
.hori-border:after{
/*	content:'';
	width:1px;
	height:50px;
	left:calc(50% - .5px);
	top:calc(50% - 25px);
	position: absolute;
	background-color:#fff;*/
}
@media (max-width:1080px){
	.banner-home-bottom ul{
		flex-direction: column;
	}
}

@media (max-width:767.9px){
	.banner-home-bottom{
		border:1px solid rgba(0, 0, 0, 0.2);
	}
	.banner-home{
		padding-top:0;
		padding-bottom:0;
	}
}


/*
======================================
	Equipment - List - All
======================================
*/
.section-eqiupment-list{
    background-image: url(./assetz/img/equip-bg.jpg);
    background-repeat: no-repeat;
    background-position: 120% 50%;
}
.equip-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:100px;
	text-align: center;
}
@media (max-width:1080px){
	.equip-list{
		grid-gap:30px;
	}
}
@media (max-width:767.9px){
	.equip-list{
		grid-template-columns: 1fr;
		grid-gap:75px;
	}
}
.equip-list .this-content{
	width:100%;
	display: grid;
	grid-template-columns: 0.6fr 0.4fr;
	grid-gap:15px;
}
@media (max-width:1080px){
	.equip-list .this-content{
		grid-template-columns:1fr;
	}
}
.equip-list-img{
	margin:0 auto 30px auto;
}
@media (max-width:767.9px){
	.equip-list-img{
		margin-bottom:15px;
	}
}
.equip-list h3{
	font-size:1em;
	margin-bottom:15px;
	padding:0;
}
.equip-list .this-content{
	text-align: left;
}
.equip-list .this-content p{
	padding-bottom:0;
}
.equip-list .this-content .the-links{
/*	display: flex;
	justify-content: space-around;
	align-items: center;*/
}
.equip-list .this-content .the-links a{
	width:100%;
	text-align: center;
}
.equip-list .this-content .the-links a:first-child{
	margin-bottom:15px;
}
@media (max-width:1080px){
	.equip-list .this-content .the-links a{
		width:calc(50% - 15px);
		padding-left:0;
		padding-right:0;
		text-align: center;
	}
	.equip-list .this-content .the-links a:first-child{
		margin-bottom:0;
		margin-right:15px;
	}
}



/*
======================================
	Equipment - Single
======================================
*/
.section-equipment{
    background-image: url(./assetz/img/equip-bg.jpg);
    background-repeat: no-repeat;
    background-position: -4% 128%;
}
.split-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}

.equip-dion{
    width: 100%;
    margin: 0 auto 30px auto;
    border: 5px solid black;
    border-radius:28px 26px 20px 21px;
    overflow: hidden;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;

	cursor: pointer;

}
.equip-dion:hover{
	/*border-color:#d31145;*/
	    box-shadow:0 10px 15px rgba(0,0,0,0.2);
}
/*.equip-dion h3{
	color:#fff;
	margin:0;
	padding:15px;
	text-transform: uppercase;
	font-size: 1em;
	background-image:url(./assetz/svg/rec-button-black.svg);
    background-size: 100% 52px;
    background-position: center center;
    background-repeat: no-repeat;
}*/
.equip-dion h3{
    font-size: 1em;
    color: #fff;
    background: #000;
    padding: 15px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

/*icon*/
.plus-minus{
	position: absolute;
	right:15px;
	top:calc(50% - 12px);
}

.plus-minus span{
	height: 25px;
	width:25px;
	position: relative;
	display: block;
}
.plus-minus span:after,
.plus-minus span:before{
	content:'';
	background-color: #fff;
	position: absolute;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.plus-minus span:after{
	height: 100%;
	width:1px;
	left:calc(50% - 0.5px);
}
.plus-minus span:before{
	width:100%;
	height:1px;
	top:calc(50% - 0.5px);
}

span.opened:after{
	opacity: 0;
}

/*equipment content*/
.equip-dion_content{
	padding: 30px 15px;
	display: none;
}

.equip-info_description .this-description{
	border-bottom:1px solid #000;
	margin-bottom:15px;
}

/*specs*/
#s-list li{
	list-style-type:none;
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid;
	padding:5px 0;
}
#s-list li .i1{

}

/*pricing*/
.equip-info_pricing .this-1{
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #000;
	padding-bottom:15px;
	margin-bottom:15px;
}

/*image*/
.equip-image{
	position: relative;
}
.sticker-operated{
	position: absolute;
	top:0;
	right:8px;
    -ms-transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    max-width: 280px;
}

/*equip list small*/
.equip-products{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}
.equip-item{
	text-align: center;
}
.equip-item img{
	margin-bottom:15px;
}
.equip-item h4{
	margin-bottom:15px;
	padding-bottom:0;
}

/*
======================================
	Testimonials
======================================
*/
.slider-testimonials .et_pb_slide_title{
	font-family: 'EB Garamond',Georgia,"Times New Roman",serif;
	font-size:1.5em;
	margin-bottom:30px;
}

.slider-testimonials .et_pb_more_button{
	display: none !important;
}



/*
======================================
	Services
======================================
*/
.sec-services .et_pb_blurb_container{
	border:5px solid #000;
	border-radius: 28px 26px 20px 21px;
	overflow: hidden;
/*	background-image:url('./assetz/img/down-triangle.png');
    background-position: center 44px;
    background-repeat: no-repeat;
    background-size: 30px;*/
}
.sec-services .et_pb_blurb_container h4{
	text-align: center;
	background-color:#000;
	color:#fff;
	padding:15px;
	font-size:1em;
	text-transform: uppercase;
	margin-bottom:50px;
	position: relative;
}
.sec-services .et_pb_blurb_container h4:after{
    background-image: url(./assetz/img/down-triangle.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    left: calc(50% - 15px);
    bottom: -16px;
}
.sec-services .et_pb_blurb_container ul{
	padding:0 15px;
	margin:0;
}
.sec-services .et_pb_blurb_container ul li{
	list-style-type:none;
	padding-bottom:7.5px;
	margin-bottom:7.5px;
	border-bottom:1px solid #000;
    display: inline-block;
    width: 100%;
}
.sec-services .et_pb_blurb_container ul li a{
	float:right;
}
.sec-services .et_pb_blurb_container ul li:last-child{
	border-bottom:none;
	margin-top:7.5px;
	text-align: center;
}
.sec-services .et_pb_blurb_container ul li:last-child a{
	float:none;
	display: inline-block;
}
/*
======================================
	Pre Loader
======================================
*/
.ploader{
	position: fixed;
	height: 100%;
	width:100%;
	background-color:#fff;
	z-index: 100000;
	overflow: hidden;

}
.ploader .this-content{
	text-align: center;
	height: 100%;
	/*display: flex;*/
/*	align-items: center;
	justify-content: center;*/
	text-align: center;
}
.ploader .this-box{
	position: relative;
	height:54px;
	width:200px;
	display: inline-block;
	margin-top:200px;
}
.ploader .this-logo{
	height:54px;
	width:200px;
	background-image:url(./assetz/img/ldh-no-icon.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*display: none;*/

	position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.ploader .this-box img{
	float: left;
    max-width: 45px;
	position: absolute;
	left: 0;
	/*top:0;*/
	bottom: 0;
	/*display: none;*/
	z-index: 5;
}
#myProgress {
  width: 100%;
  background-color: transparent;
/*  position: absolute;
  bottom:-10px;
  left: 0;*/
/*display: none;*/
position: absolute;
height: 100%;
top: 0;
bottom:0;
z-index:15 ;
overflow: hidden;
}

#myBar {
  width: 100%;
  height: 54px;
  /*background-color: #d31145;*/
  background-color:#fff;
  position: absolute;
  left:0;
  top:0;
}
#field{
	position: absolute;
	left: 0;
	top: calc(-1000% + 38px);
	width: 52px;
	height: 1000%;
}


/*
======================================
	FAQs
======================================
*/
.et_pb_accordion .et_pb_toggle_title{
	font-family: 'EB Garamond',Georgia,"Times New Roman",serif;
	color:#000;
	padding:15px 0 !important;
}
div.et_pb_accordion div.et_pb_accordion_item{
margin-bottom: 0 !important;
    border: none;
    border-bottom: 1px solid #000;
    padding:0;
}
.et_pb_toggle_content{
	padding:0;
	margin-bottom:10px;
}
.et_pb_toggle_title:before{
    content: '\4c';
    font-size: 2em;
    /*color: #787878;*/
    color:inherit;
}
.et_pb_accordion .et_pb_toggle_close .et_pb_toggle_title:hover{
	background-color:#f2f2f2;
}

/*
======================================
	Contact
======================================
*/
.f-search{
	display: inline-block;
	position: relative;
	width:100%;
}
.f-search select{
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: 12px;
    color: #7F7F7F;
    padding: 15px;
    font-size: 1em;
	margin:0 auto;
	border: none;
	background-color:#e4e4e4;
	width:100%;
	cursor: pointer;
	    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.f-search .this-icon:after{
    font-family: ETmodules;
    /*content: "\33";*/
    content: "\4c";
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
    color: #000;
    width: 32px;
    height: 32px;
    font-size: 2em;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    cursor: pointer;
}

.f-search select:hover{
	background-color:#f2f2f2;
}
.f-search:hover .this-icon:after{
	color:#d31145;
	display: none;
}
.f-contact .this-box h3{
	font-size:1em;
    color: #7F7F7F;
	background-color:#e4e4e4;
	padding:18px;
	width:100%;position: relative;
	margin-bottom:0;
}
.color-invi{
	color:transparent !important;
}
.f-contact .this-box h3 img{
	position: absolute;
    max-width: 20px;
    left: 20px;
    height: 20px;
    top: calc(50% - 10px);
}
.franchise-result-parent{display: none;}
#franchise-result{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:30px;
	background-color:#f2f2f2;
	padding:60px 30px;
}

.res-item ul{
	margin:0;
	padding:0 0 30px;
	text-align: center;
	border-bottom:1px solid #d1d1d1;
}

.res-item ul li{
	list-style-type: none;
	line-height: normal;
}
.c-image img{
	max-width:150px;
}
.c-location{
	color:#7f7f7f;
	font-size:.9em;
}
.c-name,.c-email a{
	color:#000;
}
.c-form a{
	color:#d31145;
}
.c-form a:hover{
	color:#7f7f7f;
	text-decoration: underline;
}
.c-phone{
	margin-top: 15px;
}

#formTitle{
	margin-bottom:15px;
}
#formFor{
display: flex;
    width: 100%;
    align-items: center;
}
#formFor ul{
	padding: 30px;
	background-color:#f2f2f2;
	display: inline-block;
}
#formFor ul li{
	list-style-type: none;
	line-height: normal;
}
#formFor ul li:first-child{
	color:#7f7f7f;
	font-size:.9em;
	margin-bottom:15px;
}
#formFor ul li a{
	color:#000;
}

.franchisee_image img{
    max-height: 120px;
    width: auto;
    margin-right: 45px;
}


div.gform_wrapper ul li label{
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: .8em !important;
    font-weight: normal !important;
}

div.gform_wrapper input[type=submit]{
	float:right;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
	border-radius: .3em;
	border-width: 2px;
}
/*insta plugin*/
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    font-size: 1em;
    font-weight: bold;
}
#sb_instagram .sb_instagram_header p{
	font-size:1.1em;
}
/*
======================================
extras
======================================
*/
    .error404 .container:before{
        display:none;
    }

	.hide{
		display:none;
	}

	.banner-1{
		position: relative;
	}

	.banner-1:before{
		content:'';
		position: absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:linear-gradient(-90deg,rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.50));;
	}
/*
======================================
	Media
======================================
*/
@media (max-width:1360px){
	
}/*eof media q*/

@media (max-width:1080px){

}/*eof media q*/

@media (max-width:767.9px){
	.logo-container{flex-direction: column;}
	.ph{margin-top:15px;}
	.ph a{font-size: 1em;}
	#main-header{padding-bottom:0 !important;box-shadow:none;}
	#et-top-navigation{background-color:transparent;}

	.fwidget .menu{display: block}
	.fwidget .menu li{display: inline-block;}
	.fwidget .menu li:after{display: none;}
	.split-2{
		grid-template-columns: 1fr;
		grid-gap:30px;
	}
	.padding-md{
		padding:30px 0;
	}
	.equip-products{
		grid-template-columns: 1fr 1fr;
		grid-gap:15px;
	}
	.equip-item h4{
		font-size:1em;
		padding-bottom:0;
		margin-bottom:0;
	}


	.section-equipment .this-col-2{
		grid-row:1;
	}

	.footer-action_links ul{
		grid-template-columns:1fr;
	}


	#franchise-result{
		grid-template-columns: 1fr;
	}

	.hide-mob{
		display: none;
	}

	.banner-home ul li:first-child a{
		margin-bottom:15px;
	}
}/*eof media q*/

@media (max-width:450px){

}/*eof media q*/

.ie10 .ploader,.ie11 .ploader{display:none !important;}