/*
Theme Name: Ngamatea Child
Theme URI: http://www.ngamatea.co.nz
Description: Ngamatea | Child theme, do not deactivate or delete
Author: MRD Web + Digital Marketing
Author URI: https://www.mrd.co.nz
Version: 1.0.0
Template: ngamatea
*/
@import url("../ngamatea/style.css");


/* TO HIDE DURING CONCEPT DESIGN - DELETE IN FINAL
======================= */

.hide {
	display: none;
}




/* FORMIDABLE FORM
======================= */

.frm_style_formidable-style.with_frm_style label.frm_primary_label {
	display: none;
}

/* OLD LEFT MENU AREA SOCIAL MEDIA WIDGET
========================================
[vc_separator type="transparent" position="center" up="55"]
[social_icons type="normal_social" icon="fa-facebook" use_custom_size="yes" size="fa-lg" custom_size="20" link="http://www.facebook.com" target="_self" icon_margin="0 10px 0 0" icon_color="#444038" icon_hover_color="#b39964"][social_icons type="normal_social" icon="fa-twitter" use_custom_size="yes" size="fa-lg" custom_size="20" link="http://twitter.com" target="_self" icon_margin="0 10px 0 0" icon_color="#444038" icon_hover_color="#b39964"][social_icons type="normal_social" icon="fa-tumblr" use_custom_size="yes" size="fa-lg" custom_size="20" link="https://www.tumblr.com" target="_self" icon_margin="0 0 0 0" icon_color="#444038" icon_hover_color="#b39964"]

*/


/*
.gradient-bg {
	padding: 60px 0px;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
}


.gradient-bg {
	padding: 60px 0px;
    background: linear-gradient(141deg, #6e5300 0%, #1fc8db 51%, #222222 75%);
}

.gradient-bg {
	padding: 60px 0px;
    background: linear-gradient(-90deg, #4c3900, #6e5300;
}
*/


/* TITLE HEADER
======================= */

.title .title_size_large  .position_center  .has_background img {
	background-size: 100% auto;
	width: 100% !important;
}

.title.has_background, .title.has_fixed_background img {
    background-size: cover !important;
}


.content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
    padding-top: 0px;
}





/* SECTIONS
======================= */

.content-block {
	position: relative;
	padding: 100px 0px;
}




/* INSIDE PAGE INTRO HEADING
======================= */

.inside-intro {
	padding: 80px 0px;
}


.inside-intro h1 {
	color: #cbb777;
	text-transform: uppercase;
}

.inside-intro h2 {
	color: rgba(255, 255, 255, 0.4);
}

.inside-intro-top {
	position: relative;
	padding: 0px 0px 80px 0px;
}

.inside-intro-top h1 {
	color: #cbb777;
	text-transform: uppercase;
}

.inside-intro-top h2 {
	color: rgba(255, 255, 255, 0.4);
}

.inside-intro-icon {
	z-index: 1000;
	margin-top: -60px;
}




/* FONTS
======================= */

.p-lead {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px 32px 0px;
}

.p-lead-email {
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0px 32px 0px;
}



/* HOME PAGE
======================= */


.welcome {
	padding-bottom: 60px;
}

/* GATEWAYS === */

.gateways-hm h2 {
	color: #cbb777;
}

.gateways-hm p {
	color: #efe7d0;
}

.gateway-icon {
	padding-bottom: 30px;
	
}

.gateway-btn {
	margin: 40px 0px 60px 0px;
}




/* FOOTER
======================= */

.footer-info {
	position: relative;
	text-align: center;
}


@media only screen and (max-width: 1150px) {
	
	.gateways-hm h2 {
		font-size: 24px;
	    line-height: 26px;
	}
	
	.inside-intro-icon {
		z-index: 1000;
		margin-top: -40px;
	}
}


@media only screen and (max-width: 1000px) {
	
	.q_logo a, .q_logo img {
	    height: 88px !important;
	}
	
	.gateway-icon {
	padding-bottom: 20px;
	
}
}

@media only screen and (max-width: 767px) {
	
	.gateway-btn {
		margin: 20px 0px 60px 0px;
	}
	
	.gateway-icon {
		padding-bottom: 20px;
		
	}
}

@media only screen and (max-width: 567px) {
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
	    font-size: .355em!important;
	}
	
	.carousel:not(.advanced_responsiveness) .carousel-inner .q_slide_subtitle span {
	    font-size: .4em;
	}
	
	.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.has_separator p {
	    line-height: 1.4em!important;
	    font-size: 18px !important;
	    color: #ffffff !important;
	    padding-bottom: 10px !important;
	}
	
	
	.carousel .item .text .separator {
	    margin-top: 0px;
	    margin-bottom: 26px;
	    width: 68%;
	}
}




