/****
	Theme Name: Entire Theme
	Theme URI: http://entire.purewebsites.co.nz/
	Author: Glen Paul L. Tibay
	Author URI: http://thepxproject.com
	Description: Custom Made Theme Specifically for Entire Consultancy
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: EntireConsultancy
****/


/* Fonts */ 
@font-face{
    font-family: OpenSans-Bold;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-Bold.ttf);
}
@font-face{
    font-family: OpenSans-ExtraBold;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-ExtraBold.ttf);
}
@font-face{
    font-family: OpenSans-SemiboldItalic;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-SemiboldItalic.ttf);
}
@font-face{
    font-family: OpenSans-Semibold;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-Semibold.ttf);
}
@font-face{
    font-family: OpenSans-Regular;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-Regular.ttf);
}
@font-face{
    font-family: OpenSans-Italic;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-Italic.ttf);
}
@font-face{
    font-family: OpenSans-BoldItalic;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-BoldItalic.ttf);
}
@font-face{
    font-family: OpenSans-Light;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-Light.ttf);
}
@font-face{
    font-family: OpenSans-ExtraBoldItalic;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-ExtraBoldItalic.ttf);
}
@font-face{
    font-family: OpenSans-LightItalic;
    src: url(/wp-content/themes/Entire/assets/fonts/OpenSans-LightItalic.ttf);
}
/* end */ 

/* Default Css */
.no-padding{
	padding: 0px !important
}
.full-top-bottom{
	padding: 100px 0px !important;
}
.half-top-bottom{
	padding: 50px 0px !important;
}
.quarter-top-bottom{
	padding: 25px 0px !important;
}
.font-grey{
	color: #646262 !important;
}
.font-white{
	color: #fff !important;
}
.font-black{
	color: #000000 !important;	
}
.font-green{
	color: #a1cc3a !important;	
}
.font-regular{
	font-family: OpenSans-Regular;
}
.font-extrabold{
	font-family: OpenSans-ExtraBold;
}
.font-bold{
	font-family: OpenSans-Bold;
}
a:hover{
	text-decoration: none !important;
	color: #inherit;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0px;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.standard-background{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
/* end */

/* header */

.menu-item-has-children{
	position: relative;
}
.menu-item-has-children ul.sub-menu{
	position: absolute;
    z-index: 2000;
    background: #fff;
    width: 400px;
    list-style: none;
    padding-left: 0px;
    left: 20px;
    top: 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	display: none;
	
}
.menu-item-has-children:hover > ul.sub-menu{
	display: block;
}
footer ul.sub-menu{
	display: none !Important;
}
.menu-item-has-children ul.sub-menu:hover{
	display: block;
}
#menu-main-menu .menu-item-has-children ul.sub-menu li a{
    color: #646262 !important;
    padding: 0px !important;
	font-family: OpenSans-Regular !important;
}
#menu-main-menu .menu-item-has-children ul.sub-menu li{
	margin: 0px;
	text-align: left;
	padding: 10px !important;
	transition: background-color 0.5s ease;
}
#menu-main-menu .menu-item-has-children ul.sub-menu li:hover{
	background-color: #ebebeb;
}
.navbar{
	background: transparent !important;
}
.top-navigation{
	background: #a1cc3a;
}
.top-header-info{
	padding: 10px 0px;
}
.top-header-info p{
	background-position: left;
	background-repeat: no-repeat;
    font-family: OpenSans-Regular;
	padding-left: 20px;
}
p.top-header-site-email{
	padding-left: 30px;
}
#menu-main-menu li{
	margin: 20px 5px;
	
}
#menu-main-menu li a{
	color: #646262 !important;
	font-family: OpenSans-Regular;
	padding: 10px 20px;
}
#menu-main-menu li:last-child{
	margin-right: 0px;
}
#menu-main-menu #menu-item-25{
	padding-right: 0px;
}
#menu-main-menu #menu-item-25 a{
	padding-right: 0px;
}
#menu-main-menu li.current-menu-item a{
	color: #1e9ee7 !important;
	font-family: OpenSans-ExtraBold;
	
}
#menu-main-menu li.current-page-parent a{
	color: #1e9ee7 !important;
	font-family: OpenSans-ExtraBold;
}
/* end */ 


/* Footer */ 

footer{
	background: #ebebeb;
}

footer #menu-main-menu-1{
	flex-direction: row;
}
footer #menu-main-menu-1 li{
	margin: 0px 10px;
}
footer #menu-main-menu-1 li a{
	color: #000000;
	font-family: OpenSans-ExtraBold;
}
footer #menu-main-menu-1 li:first-child{
	margin-left: 0px;
}
footer ul#second-nav{
	list-style: none;
	padding-left: 0px;
}
footer ul#second-nav li a{
	border-left: 2px solid #000000;
    padding: 0px 20px;
}
footer ul#second-nav li a.first-child{
	border-left: 0px;
	padding-left: 0px;
}
.footer-second-navigation{
	margin-top: 20px;
}
#footer-address-head{
	margin-bottom: 5px;
}
p.copyright span.web1{
	color: #a51a45;
}
p.copyright span.web2{
	color: #471e52;
}
.footer-logo{
	margin-bottom: 50px;
}
/** Home **/
#homeSlider{
	position: relative;
}
.sliderImages{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
	width: 100%;
}
#sliderEffect{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.carousel-control{
	z-index: 1000;
	opacity: 1
}
.slide-text{
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 35%;
}
.slide-text h1{
	color: #fff;
    font-family: OpenSans-Bold;
    font-size: 42px;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
}


#loadingDiv{
	background-color: #333;
	background-image: url('/wp-content/themes/Entire/assets/img/loading.gif');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 1001;
	background-size: 50px 50px;
}
#carousel-wrapper .carousel-control-prev-icon{
	background-image: url('/wp-content/themes/Entire/assets/img/arrowRight.png');
	width: 30px;
    height: 50px;
}
#carousel-wrapper .carousel-control-next-icon{
	background-image: url('/wp-content/themes/Entire/assets/img/arrowLeft.png');
	width: 30px;
    height: 50px;
}
/* slider fade in and out */ 
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/*end*/
.section-thumb{
	height: 235px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.tint{
	position: absolute;
	height: 0px;
	transition: height 0.5s ease;
	overflow: hidden;
	width: 100%;
	background-image: url('/wp-content/themes/Entire/assets/img/tint-background.png');
	background-repeat: no-repeat;
	background-position: center 200px;
}
.tint h2{
	padding: 50px 0px;
	text-transform: uppercase;
}
#section-wrapper .col-xl-3 .section-well:hover .tint{
	height: 100%;
}
.section-content h3, .section-content p{
	color: #646262 !important;
}
.section-content h3{
	font-size: 24px;
	height: 100px;
}
.image-section-wrapper{
	border-top: 2px solid #ebebeb;
}
/*end*/
/**About Us**/
#about-us-content p{
	line-height: 40px;
    font-size: 18px;
    font-family: OpenSans-Regular;
	color: #646262;
}
#about-us-content h1{
	font-size: 56px;
    font-family: OpenSans-Semibold;
    color: #000000;
}
.folded{
    background-color: #333;
    color: #fff;
    max-height: 435px;
    padding: 50px 0px;
    overflow: hidden;
}
.folded h3{
	font-family: OpenSans-Semibold;
}
.folded p{
    font-family: OpenSans-Regular;
    margin-bottom: 20px;
    padding: 0px 50px;
}
.folded img{
	margin-bottom: 50px;
}
#managing-director-wrapper{
	background: #eeeeee;
	padding-top: 100px;
}
.managing-director-content h1{
    font-family: OpenSans-Semibold;
	color: #646262 !important;
}
.managing-director-content p{
    font-family: OpenSans-Regular;
	color: #646262 !important;
}
#managing-directors-quote-wrapper{
	background-image: url(/wp-content/themes/Entire/assets/img/QuoteBG.jpg);
}
#managing-directors-quote-wrapper h2{
	font-family: OpenSans-Semibold;
}
#managing-directors-quote-wrapper img{
	margin-bottom: 20px;
}
.values-well{
	background: #ebebeb;
	cursor: pointer;
	padding-bottom: 50px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.values-well:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.values-well:hover > .values-icon img{
	 filter: drop-shadow(2px 2px 4px gray);
}
.values-icon img{
	margin-top: -50px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.values-title h4{
	margin: 20px 0px;
	font-family: OpenSans-Semibold;
	color: #000000!important;
}
.values-list p{
	font-family: OpenSans-Regular;
	color: #646262 !important;
	margin-bottom: 10px;
}
#valuesHead{
	padding-bottom: 150px;
	font-size: 56px;
}
/* services template */ 
.sidebar-menu-wrapper ul{
	list-style: none;
	padding-left: 0px;
}
.sidebar-menu-wrapper ul#menu-services-menu{
	padding-right: 30px;
}
.sidebar-menu-wrapper ul#menu-services-menu li{
	padding: 20px 10px;
	border-bottom: 1px solid #333;
}
.sidebar-menu-wrapper ul#menu-services-menu li.current-menu-item a{
	color: #1e9ee7 !important;
	font-family: OpenSans-Bold;
}
.sidebar-menu-wrapper ul#menu-services-menu li a{
	font-family: OpenSans-Regular;
	color: #646262 !important;
}
.sidebar-menu-wrapper ul#menu-services-menu li:hover{
	background: #ebebeb;
}
.sidebar-menu-wrapper ul#menu-services-menu #menu-item-172{
	border-bottom: 0px;
}
.services-content-wrapper{
	padding-top: 15px;
}
.services-content-wrapper h1{
	color: #1e9ee7 !important;
	font-family: OpenSans-Regular;
	font-size: 36px;
}
.services-content-wrapper img{
	width: 100%;
	text-align: center;
	height: auto;
}
.services-content-wrapper h2{
	font-family: OpenSans-Bold;
	font-size: 21px;
}
.services-content-wrapper strong{
	color: #1e9ee7 !important;
}
.services-content-wrapper ul{
	list-style-image: url(/wp-content/themes/Entire/assets/img/bullet.png);
	padding-left: 20px;
}
/*end*/
/* default page*/
#page-content h3{
	font-family: OpenSans-Bold;
	margin-bottom: 5px;
	color: #000000 !important;
	font-size: 21px;
}
#page-content p{
	font-family: OpenSans-Regular;
	color: #646262 !important;
}
#page-content ul{
	list-style-image: url('/wp-content/themes/Entire/assets/img/bullet.png');
	padding-left: 20px;
}
#page-content a{
	color: #1e9ee7 !important;
	font-family: OpenSans-Semibold;
}
/* end */ 
/* our clients */ 
.page-id-19 .image-section-wrapper{
	display: none;
}
.testimonials-well{
	background: #ebebeb;
	height: 500px;
	position: relative;
}
.testimonials-well p{
	color: #646262;
}
.testimonials-para-wrapper{
	padding: 0px 20px;
}
.testimonials-author-details{
	position: absolute;
	width: 100%;
	bottom: 20px;
}
.bottom-testimonial{
	background: #ebebeb;
}
.bottom-para{
	padding: 0px 50px 50px 50px;
}
#testimonials-author{
	background: #1e9ee7;
	width: 130px;
	margin: 0 auto;
}
#bottom-testimonials-author{
	background: #1e9ee7;
	width: 130px;
	margin: 0 auto;
}
.bottom-testimonial p{
	color: #646262;
}
#child-1 .testimonials-author-details{
	bottom: 40px;
}
#client-page-image-section h2{
	font-size: 48px;
}
.our_clients img{
	height: 50px;
	width: auto;
	margin: 0 auto;
}
/*end*/
/* contact-us*/
.contact-us-info{
	padding: 15px 50px;
}
.contact-us-info-address{
    background-image: url(/wp-content/themes/Entire/assets/img/map.png);
    background-repeat: no-repeat;
    background-position: left 40px;
    padding-left: 75px !important;
}
.contact-us-info-email{
    background-image: url(/wp-content/themes/Entire/assets/img/contact-mail.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 75px !important;
}
/* end */ 
/* links page */ 
.link-well{
	margin-bottom: 30px;
}
.link-well .link-title{
	margin-bottom: 10px;
}
/* end*/
/* thank you */
#thankyoupage-wrapper h1{
	font-size: 72px;
}
#thankyoupage-wrapper h2{
	font-size: 32px;
}
#thankyoupage-wrapper p{
	font-size: 21px;
}
#thankyoupage-wrapper a{
    color: #fff !important;
    background-color: #1e9ee7 !important;
    padding: 10px 20px;
    border-radius: 5px;
}
.page-id-211 .image-section-wrapper{
	display: none;
}


img  {
	max-width:100%;
	height:auto;
}

/* contact form */
.page-id-21 .gform_wrapper ul.gform_fields li.gfield {
	list-style-type:none;
	padding-right:0;
}

.page-id-21 .gform_wrapper .top_label .gfield_label {
	display:none;
}

.page-id-21 .gform_wrapper ul li.gfield {
	margin-top: 20px;
}

.page-id-21 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.page-id-21 .gform_wrapper textarea.medium {
	font-family: inherit;
	font-size: inherit;
	padding: .72em .9em .65em;
}

.page-id-21 .gform_wrapper .top_label input.medium,
.page-id-21 .gform_wrapper textarea.medium {
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d6d8d9;
	line-height: 1.4em;
	background-color: #fafafa;
	color:#333;
	text-transform: none;
	font-weight: 400;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}

.page-id-21 .gform_wrapper.gform_validation_error .top_label input.medium {
	width:100%;
}

.page-id-21 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.page-id-21 .gform_wrapper .top_label input.medium:hover,
.page-id-21 .gform_wrapper textarea.medium:hover,
.page-id-21 .gform_wrapper .top_label input.medium:focus,
.page-id-21 .gform_wrapper textarea.medium:focus {
	border-color:#1e9ee7;
}

.page-id-21 .gform_wrapper .gform_footer {
	padding:0;
	margin-top:20px;
}

.page-id-21 .gform_wrapper .gform_footer input.button {
	text-shadow: 1px 0px 3px #1a8bcb;
	margin-right:0;
	background: #1e9ee7;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	text-transform: none;
	margin: 0 auto;
	padding: 9px 18px 9px 18px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: auto;
	cursor: pointer;
	font-weight: 600;
	font-family: inherit;
	letter-spacing: 0;
	white-space: nowrap;
	transition: padding .25s;
	-webkit-transition: padding .25s;
}

.page-id-21 .gform_wrapper .gform_footer input.button:hover {
	-moz-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
	-webkit-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
	box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
}

/*
	Media Queries
*/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.carousel-control{
		top: 10% !important;
	}
	#sliderEffect{
		width: 75%;
	}
	.slide-text{
		position: absolute;
		bottom: 15%;
		right: 1%;
		width: 45%;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
	.tint h2{font-size: 28px;}
	.section-content{padding: 0px 10px;}
	.section-content h3{font-size: 16px !important;height: 70px;}
	.section-well{border: 1px solid #ebebeb;margin-bottom: 20px;padding-bottom: 20px;}
	#section-well-4 .section-content h3{height: 50px;}
	.section-content p{font-size: 14px !Important;}
	#section-wrapper{padding: 50px 0px !Important;}
	#ourClients-Logo{
		flex-basis: 30% !important;
	}
	#sliderEffect{
		width: 100%;
	}
	.carousel-control{
		top: 30% !important;
		
	}
	.slide-text {
    position: absolute;
    width: 100% !important;
	right: 0px !important;
    top: 20% !important;
	}
	.folded{
		margin-bottom: 20px;
	}
	.managing-director-content{
		padding-bottom: 100px;
	}
}

@media (max-width: 992px) {
	.logo-wrapper img{margin-right: 0; max-width:100%; }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
	.top-navigation .top-header-email .top-header-site-email{float: none !important;}
	.section-content{padding: 0px 10px;}
	.section-well{border: 1px solid #ebebeb;margin-bottom: 20px;padding-bottom: 20px;}
	.navigation .logo-wrapper{text-align: right !important;}
	.navigation .navbar .navbar-toggler{margin-top: -100px;}
	.logo-wrapper img{margin-right: 20px; max-width:100%; }
	.carousel-control{top: 90% !important;}
	/*
	button.navbar-toggler{
		background-image: url(/wp-content/themes/Entire/assets/img/logoTop.png);
		background-size: 100% 100%;
		height: 114px;
		width: 90px;
		border: none;
	}
	
	span.navbar-toggler-icon{
		display: none !Important;
	}
	
	.navigation .logo-wrapper{
		display: none;
	}
	*/
	.carousel-control{
		z-index: 1000;
		opacity: 1;
		top: 60%;
		height: 100px;
	}
	.navigation .navbar{
		float: none !Important;
		margin: 20px 0px;
	}
	#menu-item-28 ul.sub-menu{
		display: block !important;
		position: relative !important;
		box-shadow: none !important;
		height: auto;
		margin-bottom: 20px;
	}
	#sliderEffect{
		width: 100%;
	}
	.slide-text{
		top: 25%;
		width: 100%;
		right: 0px;
	}
	.section-thumb{
		background-positioN: center;
		height: 350px;
	}
	#col-five{
		flex-basis: 30% !Important;
		margin-bottom: 20px;
	}
	.folded{
		margin-bottom: 20px;
	}
	.values-well{
		margin-bottom: 60px;
	}
	.services-content-wrapper{
		padding: 15px 10px 0px 10px;
	}
	.breadcrumbs h2{
		padding: 20px 10px !important;
	}
	#menu-services-menu{
		padding-right: 0px !important;
	}
	.testimonials-well{
		margin-bottom: 20px;
	}
	.form-page-content{
		padding: 0px 10px 50px 10px !important;
	}
	#page-content{
		padding: 100px 10px !important;
	}
	#links-content{
		padding: 100px 10px !important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	
	.navigation .logo-wrapper{text-align: right !important;}
	.navigation .navbar .navbar-toggler{margin-top: -100px;}
	.logo-wrapper img{margin-right: 20px; margin-right:0; margin-bottom:20px; }
	#home #section-wrapper{padding: 50px 15px !Important;}
	.section-well{border: 1px solid #ebebeb;margin-bottom: 20px;padding-bottom: 20px;}
	.row{margin: 0px !Important;}
	/*
	button.navbar-toggler{
		background-image: url(/wp-content/themes/Entire/assets/img/logoTop.png);
		background-size: 100% 100%;
		height: 60px;
		width: 50px;
		border: none;
	}
	
	span.navbar-toggler-icon{
		display: none !Important;
	}
	
	.navigation .logo-wrapper{
		display: none;
	}
	*/
	.top-header-info .top-header-site-email{
		float: none !important;
	}
	.carousel-control{
		display: none;
	}
	#sliderEffect{
		width: 100%;
	}
	.slide-text{
		top: 25%;
		width: 100%;
		right: 0px;
	}
	/*
	.navigation .navbar{
		float: none !important;
	}
	*/
	.logo-wrapper{
		text-align: center;
	}
	#menu-item-28 ul.sub-menu{
		display: block !important;
		position: relative !important;
		box-shadow: none !important;
		height: auto;
		margin-bottom: 20px;
	}
	.section-content{
		padding: 0px 10px;
	}
	#col-five{
		flex-basis: 100% !Important;
		margin-bottom: 20px;
	}
	#menu-main-menu-1{
		flex-direction: column !important;
	}
	footer #menu-main-menu-1 li:first-child{
		padding: 0px 10px;
	}
	footer{
		padding: 0px 10px;
	}
	#page-banner h1{
		padding: 10px;
	}
	.folded{
		margin-bottom: 20px;
	}
	.values-well{
		margin-bottom: 60px;
	}
	.services-content-wrapper{
		padding: 15px 10px 0px 10px;
	}
	.breadcrumbs h2{
		padding: 20px 10px !important;
	}
	#menu-services-menu{
		padding-right: 0px !important;
	}
	.testimonials-well{
		margin-bottom: 20px;
	}
	.form-page-content{
		padding: 0px 10px 50px 10px !important;
	}
	#page-content{
		padding: 100px 10px !important;
	}
	#links-content{
		padding: 100px 10px !important;
	}
	.navbar{float: none !Important}
}
