/*
Theme Name: Adam Construction Child
Theme URI: https://nzdigital.co.nz/
Description: A child theme of Adam Construction Theme
Author: NZ Digital
Author URI: https://nzdigital.co.nz/
Version: 1.0.0
Template: adamconstruction
*/
@import url("../progressive/style.css");
@import url("./fonts.css");
@import url("./responsive.css");
@import url("./index.css");



h1 {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 50px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.home-page-header-copy-block h1 {
    padding-bottom: 0px;
    margin-bottom: 60px;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: none;
}

.white h1 {
  color: #FFFFFF;
}
.black h1 {
  color: #000;
}

h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  line-height: 45px;  
  letter-spacing: 3px;
  padding-bottom: 25px;
}
.white h2 {
  color: #fff !important;
}
.gray h2 {
	color: #454545 !important;
}


h3 {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 25px;
  color: #000000;
  text-transform: none;
  font-style: normal;
  letter-spacing: 0px;
}
.white h3 {
  color: #ffffff !important;
}

h4 {
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	text-transform: none;
	letter-spacing: 0px;
}

.white h4 {
  color: #fff;
}

h5 {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
	font-size: 22px;
	color: #000000;
	line-height: 1.2;
	text-transform: capitalize;
	padding-bottom: 25px;
	letter-spacing: 0px;
}

.white h5 {
	color: #fff;
}


p {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 1px;
}

sup {
	vertical-align: super !important;
}

small {
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}

.page-id-157 p {
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.page-id-157 body {
	font-family: 'Graphik' !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #000000 !important;
	line-height: 1.4285em !important;
}

.filter-box p {
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}

.product-title p {
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 14px !important;
	color: #000000;
	line-height: 0px;
}
.white p {
	color: #fff !important;
}
.gray p {
	color: #454545 !important;
}

p + p {
	margin-top: 20px;
}

.testimonial {
	font-size: 30px;
	color: #4A4A4A;
	line-height: 1.7;
}

p.sub-text {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #752936;
	line-height: 1.8;
}

p.download-link {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #282828;
	height: 60px;
    line-height: 60px;
    margin: 0px;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    border-top: 1px solid #752936 !important;
	letter-spacing: 0;
}

ul, ol {
	list-style-position: outside;
	margin-left: 16px;
	list-style: initial !important;
	margin-top: 16px;
}

ul li {
	font-family: 'Muli', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 5px;
}
.white ul li {
	color: #ffffff;
}
.wide ul li {
	margin: 26px 0 !important;
}

ol li {
	font-family: 'Muli', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.content ul, .content ol {
	padding: 0px;
}

.page-image-block-text ul li {
	color: #ffffff;
}

p a {
	text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
   opacity: 0.75;
   color: #ffffff;
}
/*@media (max-width: 850px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	h2 {
		font-size: 38px !important;
	}
	h3 {
		font-size: 28px;
		line-height: 30px;
	}
}
@media (max-width: 523px) {
	h1 {
		font-size: 35px;
    	line-height: 45px;
	}
}
*/

/*MENU */

.container {
	max-width: 1150px;
    margin: auto;
    padding: 0 30px;
    width: auto;
}

.container,
.container_inner,
.header_inner_left {
	height: 100%;
}

.logo_wrapper {
	height: 100% !important;
    width: auto;
}
.q_logo {
	top: 0px;
    position: unset;
    left: 0px;
    width: auto;
}
.q_logo a {
	height: 100%;
    visibility: visible;
    position: unset;
    width: 100%;
}
.q_logo a img {
	top: 0px !important;
    height: auto !important;
    width: 200px !important;
}

.drop_down .second {
	top: 70%;
	border-top: 5px solid #0061ff;
}

.scrolled .drop_down .second {
	top: 90%;
}

.scrolled .q_logo {
	top: 60%;
}

.scrolled .q_logo a {
	height: 83px !important;
}

nav.main_menu ul li {
	padding: 0 10px;
}

/*nav.main_menu.right {
	margin-top: 46px;
}*/

nav.main_menu.right {
	margin-top: 0px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.q_logo {
	top: 100%;
	left: 120px;
}

.q_logo a {
	height: 96px;
}

.centred-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu-flags {
	position: absolute;
    right: 0px;
    top: 10px;
    display: none;
}

nav.main_menu>ul>li>a {
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

nav.main_menu ul li {
    display: inline-block;
    float: left;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    margin: 0;
    background-repeat: no-repeat;
    background-position: right;
}

header:not(.with_hover_bg_color), 
nav.main_menu>ul>li.active>a{
	color: #000000;
}

nav.main_menu>ul>li:hover>a {
	color: #6BDD45 !important;
}

nav.main_menu>ul>li:not(:first-child):before {
	display: none;
}



/*nav.main_menu>ul>li.supplier-menu-button {
    position: relative;
    display: inline-block;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff !important;
    border: 2px solid #752936;
    background-color: #752936;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-top: 40px;
    margin-left: 65px;
    vertical-align: inherit;
}*/
nav.main_menu>ul>li.supplier-menu-button {
    position: absolute;
    display: block;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff !important;
    border: 2px solid #752936;
    background-color: #752936;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    /* margin-top: 40px; */
    margin-left: 400px;
    /* vertical-align: inherit; */
    z-index: 99999999999999999;
    top: 40px;
    width: 200px;
    right: -400px;
}

.mobile_menu_button span {
    font-size: 27px !important;
}

@media only screen and (min-width: 1442px){
    nav.main_menu>ul>li.supplier-menu-button {
        right: -500px !important;
    }
}

nav.main_menu>ul>li.supplier-menu-button:hover {
	/* position: relative;
    display: inline-block;
	font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 15px; */
    color: #ffffff !important;
    border: 2px solid #752936;
    background-color: #fff;
    /* line-height: 40px;
    padding: 0 10px;
    margin-top: 40px;
    margin-left: 65px; */
}


nav.main_menu>ul>li.working-group-menu-button a {
	line-height: inherit !important;
}

nav.main_menu>ul>li.supplier-menu-button>a {
	line-height: 0px !important;
	color: #ffffff;
}

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h4 {
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #282828;
	text-align: left;
}

.drop_down .second .inner ul li.sub ul li a:hover, .drop_down .second .inner>ul>li>a:hover {
	color: #0061ff;
}

.fa {
   display: inline-block;
   font: normal normal normal 40px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-top: 0px;
}

header .header_inner_left {
	width: 100%;
}
@media (max-width: 1000px) {
	header.fixed {
    	height: 100px;
	}
}

.header_bottom {
	padding: 0px;
}



@media only screen and (max-width: 1000px){
.content .content_inner > .container > .container_inner, .content .content_inner > .full_width > .full_width_inner, .content .content_inner > .container > .container_inner.default_template_holder {
   padding-top: 0px !important;	
   }
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active>a,
.mobile_menu_button span:hover {
   color: #6BDD45 !important;
}

nav.mobile_menu {
	background-color: #ffffff;
	top: 100px;
	margin-left: 0px;
    left: -30px;
    width: 124%;
}

nav.mobile_menu>ul {
	padding: 45px;
}

nav.mobile_menu ul li a {
	color: #000000;
	font-size: 14px;
	line-height: 14px;
    letter-spacing: 1px;
}
nav.mobile_menu ul li {
	list-style: none;
}

@media (max-width: 1000px) {
	.admin-bar header.fixed, .admin-bar header.sticky.sticky_animate {
		padding-top: 0px !important;
	}
}

header.fixed {
	height: auto;
}

.main_menu {
	display: block !important
}
.mobile_menu_button {
	display: none !important;
	margin: 0px 20px 0 0 !important;
}
.mobile_menu_button > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media only screen and (max-width: 880px) {
	nav.main_menu.right {
		display: none !important;
		margin-top: 56px !important;
	}
	.home-slider {
		padding-top: 0px !important;
	}
	.mobile_menu_button {
		display: block !important;
	}
	.q_logo {
		top: 0px;
    	left: 0px;
	}
}

@media (max-width:770px) {
	.main_menu {
		display: none !important;
	}
	.mobile_menu_button {
		display: block;
		margin: 45px 20px 0 0;
	}
	header .q_logo img.normal {
		height: 80px !important;
	}
	.menu-flags {
		display: none;
	}
	.logo_wrapper {
		right: 6%;
		left: unset !important;
	}
	.q_logo {
		left: 20px;
	}
	.q_logo a {
		left: 0;
	}
	.scrolled .header_inner_left {
		width: 0px !important;
	}
}

/*MENU END*/


/*HEADER */

.home-hero-slide .full_section_inner {
	height: 85vh;
	background-position: center;
	background-size: cover;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}


.home-hero p {
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.5;

}

.internal-page-header>.vc_column-inner {
		background-position: center;
	    background-size: cover;
	    -o-object-fit: cover;
	       object-fit: cover;
	    -o-object-position: center;
	       object-position: center;
	    min-height: 350px;
	    min-height: 60vh;
}

.heading-home {
	position: absolute !important;
	right: 100px;
}

.white-line-right {
	border-right: 1px solid #fff;
	padding: -10px;
}

.white-line-bottom-top {
	border-bottom: 1px solid #fff;
	padding: 3px 0px
}

.header-mobile {
	padding-left: 30px !important;
	padding-right: 25px !important;
	height: 400px !important;
}

.page-header {
	margin-top: 100px;
	height: 425px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.page-header > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.page-header > .full_section_inner > .vc_column_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.page-header > .full_section_inner > .vc_column_container > .vc_column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.grid_section .section_inner {
	width: 1150px;
}

@media (max-width: 1000px) {
	.page-header {
		margin-top: 0px;
	}
	.home-page-header {
		margin-top: 0px !important;
	}
}

/* HEADER END*/

/*HOME PAGE*/


.home_page_cta_text_block {
	height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.home_page_cta_text_block > .wpb_wrapper,
.home_page_cta_text_block > .wpb_wrapper > p {
	height: 100%;
    width: 100%;
}
.home_page_cta_text_block > .wpb_wrapper > p > a {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(107, 221, 69, 0);
    -webkit-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.home_page_cta_text_block > .wpb_wrapper > p > a:hover {
	background-color: rgba(107, 221, 69, 0.5);
	opacity: 1;
}

/*----------------PAGE HEADER STYLES------------------*/

.page_header_silder_row {
	text-align: left;
    margin-top: 100px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page_header_silder_row > .full_section_inner,
.page_header_silder_row > .full_section_inner > .wpb_column,
.page_header_silder_row > .full_section_inner > .wpb_column > .vc_column-inner {
	width: 100%;
	height: 100%;
}
.page_header_silder_row > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	position: relative;
    height: 100%;
}
.page_header_silder {
	position: absolute;
	width: 100%;
}
.page_header_silder_inner_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 100%;
    max-width: 1150px;
    margin: auto;
    padding: 0 30px;
}
.page_header_silder_inner_row > .full_section_inner,
.page_header_silder_inner_row > .full_section_inner > .wpb_column,
.page_header_silder_inner_row > .full_section_inner > .wpb_column > .vc_column-inner,
.page_header_silder_inner_row > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	width: 100%;
	height: 100%;
	padding: 0px;
}
.page_header_silder_row_text_block {
	padding-top: 60px;
}
.page_header_silder_row_text_block h1 {
	padding-bottom: 0px;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: unset;
    color: #ffffff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 7px rgba(0,0,0,0.4);
}
/*.page_header_silder_row_text_block h1:nth-child(1) {
	margin-bottom: 0px;
}*/
.page_header_silder_image_block {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
}
@media (max-width: 1100px) {
	.page_header_silder_image_block {
		opacity: 0.2;
	}
}
@media (max-width: 1000px) {
	.page_header_silder_row {
		margin-top: 0px;
	}
}
@media (max-width: 500px) {
	.page_header_silder_image_block {
		display: none;
	}
	.page_header_silder_image_block > .wpb_wrapper,
	.page_header_silder_image_block > .wpb_wrapper > .vc_single_image-wrapper {
		height: 100%;
	}
	.page_header_silder_image_block > .wpb_wrapper > .vc_single_image-wrapper  > img {
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.page_header_silder_row,
	#page_heasder_slider > .owl-stage-outer > .owl-stage {
		height: 186px;
	}
	#page_heasder_slider > .owl-stage-outer > .owl-stage > .owl-item > .sa_hover_container {
		min-height: 186px !important; 
	}
	.page_header_silder_row_text_block h1 {
		font-size: 25px;
	    line-height: 30px;
	    padding: 0px;
	    width: 100%;
	    margin-bottom: 0px;
	    max-width: 230px;
	    text-shadow: 0 0 7px rgba(0,0,0,0.7);
	}
	.page_header_silder_row_text_block {
	    padding-top: 0px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    height: 100%;
	}
	.page_header_silder_row_text_block > .wpb_wrapper {
	    margin-top: auto;
    	margin-bottom: 20px;
	}
	.hide_on_mobile {
		display: none !important;
	}
	.mobile_contact_footer_banner {
		position: fixed;
	    left: 0;
	    top: auto;
	    right: 0;
	    bottom: 0;
	    z-index: 999;
	    display: block !important;
	    background-color: #6BDD45;
	}
	.mobile_contact_footer_banner > .mobile_contact_footer_banner_content {
		text-align: center;
    	padding: 12px 0;
	}
	.mobile_contact_footer_banner > .mobile_contact_footer_banner_content > p {
		font-size: 18px;
		color: #ffffff;
	}
	.mobile_contact_footer_banner > .mobile_contact_footer_banner_content > p > a {
		text-decoration: none;
	}
	footer {
		margin-bottom: 44px;
	}
}

@media only screen and (max-width: 480px) {
	div.grid_section .section_inner {
		width: 340px;
	}
	.page_header_silder_inner_row,
	.container {
		padding: 0 18px;
	}
	footer .container_inner {
		padding: 0;
	}
}
.mobile_contact_footer_banner {
	display: none;
}

/*----------------PAGE HEADER STYLES END------------------*/

/*----------------CONCEPT PLAN SLIDER STYLES------------------*/

.concept_plan_slider_row {
	height: 500px;
}
#concept_plan_slider > .owl-stage-outer > .owl-stage > .owl-item > .sa_hover_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.concept_plan_slider_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.concept_plan_slider_content > .concept_plan_slider_image {
	width: 55%;
}
.concept_plan_slider_content > .concept_plan_slider_text {
	width: 40%;
}
.concept_plan_slider_image img {
	width: 100% !important;
}
.concept_plan_slider_text h3,
.concept_plan_slider_text p {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.concept_plan_slider_row {
		height: 800px;
	}
	#concept_plan_slider > .owl-stage-outer > .owl-stage > .owl-item > .sa_hover_container {
		min-height: 800px !important;
	}
	.concept_plan_slider_content {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 70px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.concept_plan_slider_image {
		margin-bottom: 40px;
	}
	.concept_plan_slider_content > div {
		width: 100% !important;
	}
}

/*----------------CONCEPT PLAN SLIDER STYLES END------------------*/

/*----------------BEFORE AND AFTER STYLES------------------*/

#renovate_before_and_after {
	position: relative;
}
.twentytwenty-container > img {
	width: 100% !important;
}
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0);
}
.twentytwenty-overlay:hover .twentytwenty-before-label,
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
	font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
    line-height: 45px;
    letter-spacing: 3px;
    background: transparent;
}
#renovate_before_and_after .owl-dots {
	position: unset;
    width: 100%;
    display: block !important;
    padding: 0px !important;
    bottom: 0px !important;
    text-align: center !important;
}
body #renovate_before_and_after .owl-dots > .active > span {
	background-color: #6BDD45 !important;
}
#renovate_before_and_after .owl-dots .owl-dot span {
	display: inline-block !important;
    border-style: solid !important;
    background-color: transparent !important;
    border: 3px solid #6BDD45;
    width: 10px !important;
    height: 10px !important;
}

/*----------------BEFORE AND AFTER STYLES END------------------*/

.home-page-header {
	margin-top: 100px;
	background-position: 50% 48% !important;
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home-page-header > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
}
.home-page-header > .full_section_inner > .vc_column_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home-page-header > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 100%;
    padding-left: 130px;
}
.home-page-header-copy-block {
	width: 1600px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-page-header-copy-block > .wpb_wrapper {
	max-width: 900px;
}
.home-page-header-copy-block h1 {
	padding-bottom: 0px;
    margin-bottom: 60px;
}
.home-page-header-image-block {
	position: absolute;
    height: 100%;
    right: 0;
    z-index: -1;
}
.home-page-header-image-block > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 100%;
}
.home-page-header-image-block > .wpb_wrapper > .vc_single_image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
}
.page-header-graphic-image-block {
	position: absolute;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
    opacity: 0.5;
}
.page-header-graphic-image-block > .wpb_wrapper,
.page-header-graphic-image-block > .wpb_wrapper > .vc_single_image-wrapper { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    height: 100%;
}
@media (max-width: 1500px) {
	.home-page-header-image-block {
		right: -150px;
	}
}
@media (max-width: 1290px) {
	.home-page-header-image-block {
		opacity: 0.2;
	}
}
@media (max-width: 1160px) {
	.home-page-header > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
		padding-right: 130px;
	}
}
@media (max-width: 1000px) {
	.five-reasons-slider-block,
	.five-reasons-image-block {
		width: 100%;
	}
	.five-reasons-image-block {
		padding: 0 60px;
	}
	body #five_Reasons_slider .owl-dots {
		text-align: center !important;
	}
}
@media (max-width: 700px) {
	.home-page-header > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.owl-carousel .owl-stage-outer {
		margin-bottom: 20px;
	}
	.page-header-graphic-image-block {
		display: none;
	}
}
@media (max-width: 600px) {
	body #happy_clients_slider > .owl-stage-outer > .owl-stage > .owl-item > .sa_hover_container {
		min-height: 150px !important;
	}
	#happy_clients_slider {
		height: 149px !important;
	}
	.four_columns > .column1,
	.four_columns > .column2 {
		width: 100% !important;
	}
	.four_columns > .column2,
	.four_columns > .column2 > .column_inner > div {
		margin-bottom: 0px !important;
	}
	.four_columns > .column1 > .column_inner,
	.four_columns > .column2 > .column_inner {
		margin: auto;
	}
	.footer_top p {
		font-size: 12px !important;
		text-align: center !important;
	}
}
@media (max-width: 450px) {
	body #five_Reasons_slider {
		height: 400px;
	}
	.reasons-why-to-build-with-us-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.reasons-why-to-build-with-us-slide-icon {
		margin-right: 0px !important;
		text-align: center;
		margin-bottom: 20px;
	}
	.reasons-why-to-build-with-us-slide-copy h3 span{
		display: unset !important;
    	padding-right: 10px !important;
	}
	h1 {
		font-size: 26px;
    	line-height: 36px;
	}
	h2 {
		font-size: 20px !important;
    	line-height: 30px;
	}
	h3 {
		font-size: 20px;
    	line-height: 22px;
	}
}

.overlapping-block-01-image {
	padding: 45px 130px;
}
.overlapping-block-01-image > .vc_column-inner {
	height: 800px;
	padding: 0px;
	background-repeat: no-repeat;
    background-size: cover;
    max-width: 1600px;
    margin: auto;
}
.overlapping-block-01-copy {
	text-align: left;
    width: 620px;
    background-color: #ffffff;
}
.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner {
	padding: 0px 45px 45px 15px;
}
.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(1) > .wpb_wrapper {
	width: 520px;
}
.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
}
.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(2) > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
}
.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(2) > .wpb_wrapper > p {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.overlapping-block-01-copy h2 {
	padding-bottom: 40px;
}
.overlapping-block-01-copy h2,
.overlapping-block-01-copy p {
	color: #454545;
}

.overlapping-block-02-image {
	padding: 45px 130px;
}
.overlapping-block-02-image > .vc_column-inner {
	height: 800px;
	padding: 0px;
	background-repeat: no-repeat;
    background-size: cover;
    max-width: 1600px;
    margin: auto;
}
.renovate-image > .vc_column-inner {
	background-position: bottom left;
}
.overlapping-block-02-copy {
	text-align: left;
    width: 620px;
	background-color: #454545;
	margin-left: auto;
}
.overlapping-block-02-copy > .full_section_inner > .wpb_column >.vc_column-inner {
	padding: 0px 15px 45px 45px;
}
.overlapping-block-02-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
}
.overlapping-block-02-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(2) > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
}
.overlapping-block-02-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(2) > .wpb_wrapper > p {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.overlapping-block-02-copy h2 {
	padding-bottom: 40px;
}
.overlapping-block-02-copy h2,
.overlapping-block-02-copy p {
	color: #ffffff;
}
@media (max-width: 700px) {
	.overlapping-block-01-image,
	.overlapping-block-02-image {
		padding: 90px 60px;
	}
	.footer_top {
		padding: 30px 0 !important;
	}
	.overlapping-block-01-copy,
	.overlapping-block-02-copy {
		width: 100%;
		margin: 0px !important;
	}
	.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner,
	.overlapping-block-02-copy > .full_section_inner > .wpb_column >.vc_column-inner {
		padding: 0px;
	}
	.overlapping-block-01-image > .vc_column-inner,
	.overlapping-block-02-image > .vc_column-inner {
		height: auto;
	}
	.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(2) > .wpb_wrapper > p {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(2) > .wpb_wrapper > p > img {
		padding-top: 30px;
	}
	.overlapping-block-01-copy > .full_section_inner > .wpb_column >.vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(1) > .wpb_wrapper {
		width: auto;
	}
}

.home-page-story-block > .full_section_inner > .wpb_column > .vc_column-inner {
	height: 700px;
	padding: 0px;
}
.home-page-story-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
}
.home-page-story-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row,
.home-page-story-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    margin: 0px;
}
.home-page-story-block-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.home-page-story-block-copy > .vc_column-inner {
	padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 60px;
}
.home-page-story-block-copy > .vc_column-inner > .wpb_wrapper {
	width: 800px;
}
.home-page-story-block-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
	text-align: center;
}
.home-page-story-copy {
	padding-bottom: 60px;
}
.home-page-story-copy h2,
.home-page-story-copy h3,
.home-page-story-copy p {
	color: #454545;
}
.home-page-story-block-copy h2 {
	padding-bottom: 6px;
}
.home-page-story-block-copy h3 {
	padding-bottom: 30px;
}

#five_Reasons_slider {
	height: 250px;
}
#five_Reasons_slider > .owl-stage-outer > .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#five_Reasons_slider > .owl-stage-outer > .owl-stage > .owl-item > .sa_hover_container {
	padding: 0 2px !important;
    min-height: 180px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px !important;
}
.reasons-why-to-build-with-us-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reasons-why-to-build-with-us-slide-icon {
	margin-right: 48px;
    min-width: 90px;
}
.reasons-why-to-build-with-us-slide-icon img {
	width: 90px;
}
.reasons-why-to-build-with-us-slide-copy h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
}
.reasons-why-to-build-with-us-slide-copy h3 span {
	padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.reasons-why-to-build-with-us-slide-copy p {
	color: #ffffff;
}
#five_Reasons_slider .owl-dots {
	position: unset;
    width: 100%;
    display: block !important;
    padding: 0px !important;
    bottom: 0px !important;
    text-align: left !important;
}
body #five_Reasons_slider .owl-dots > .active > span {
	background-color: #ffffff !important;
}
#five_Reasons_slider .owl-dots .owl-dot span {
	display: inline-block !important;
    border-style: solid !important;
    background-color: transparent !important;
    border: 3px solid #ffffff;
    width: 10px !important;
    height: 10px !important;
}

#happy_clients_slider {
	height: 100px;
}
#happy_clients_slider > .owl-stage-outer > .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 120px;
}
#happy_clients_slider > .owl-stage-outer > .owl-stage > .owl-item > .sa_hover_container {
	padding: 0 2px !important;
    min-height: 100px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.happy-clients-slide-copy p {
	padding-bottom: 15px;
	max-width: 1000px;
}
.happy-clients-slide-copy h3 {
	font-weight: 600;
}
.happy-clients-slide-copy p,
.happy-clients-slide-copy h3 {
	color: #454545 !important;
	text-align: center
}
#happy_clients_slider .owl-dots {
	position: unset;
    width: 100%;
    display: block !important;
    padding: 0px !important;
    bottom: 0px !important;
    text-align: center !important;
}
body #happy_clients_slider .owl-dots > .active > span {
	background-color: #6BDD45 !important;
}
#happy_clients_slider .owl-dots .owl-dot span {
	display: inline-block !important;
    border-style: solid !important;
    background-color: transparent !important;
    border: 3px solid #6BDD45;
    width: 10px !important;
    height: 10px !important;
}

/* HOME PAGE END */

/*OUR PLANS*/

.house_plan_spec_title {
	margin-bottom: 20px;
}
.house_specs_section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 20px;
}
.house_spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    margin-bottom: 20px !important;
}
.house_spec_icon {
	padding-right: 10px;
}
.house_spec_icon > img {
	width: 30px;
}
.house_spec.width > .house_spec_icon > img {
	width: 40px;
}
.house_spec.length > .house_spec_icon > img {
	width: 10px;
}

.house_plan_row > .section_inner > .section_inner_margin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.house_plan_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 !important;
}
.house_plan_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.download_the_plan_button {
	margin-top: auto;
}

.gfield_checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gfield_checkbox > li {
	margin-right: 20px !important;
}
.gfield_checkbox > li > label {
	color: #000;
	max-width: 100% !important;
}
#gfield_description_2_13 {
	padding-top: 0px !important;
}
#field_2_13 > .gfield_label {
	display: none;
}
#gform_fields_2 .gfield_label,
#gform_fields_2 .gfield_checkbox label,
#gform_fields_2 .gfield_description {
	color: #ffffff;
}
#gform_submit_button_2:hover {
	background-color: #ffffff;
    color: #6BDD45;
}

/*OUR PLANS END*/

/*NEW BUILDS*/

.page-header-copy-block h1 {
	padding: 0px;
}
.page-header-copy-block hr {
	max-width: 240px;
    border: 2px solid #ffffff;
}
.page-subheader {
	padding: 45px 0;
}
.page-subheader-copy {
	max-width: 900px;
    margin: auto;
    padding: 0 60px;
}
.page-subheader-copy > .wpb_wrapper {
	text-align: center;
}
.page-subheader-copy > .wpb_wrapper h2 {
	padding-bottom: 40px;
}
.page-subheader-copy > .wpb_wrapper p {
	color: #ffffff;
}
.page-subheader-copy-list {
	padding-top: 40px;
}
.page-subheader-copy-list > .full_section_inner > .wpb_column:nth-child(1) {
	padding-bottom: 40px;
}

/*NEW BUILDS END*/

/*NEW BUILD - RENOVATION GALLERY*/

.gallery-header-block-copy {
	padding-top: 45px;
    padding-left: 60px;
    padding-right: 60px;
}
.gallery-header-block-copy h2 {
	color: #454545;
}
.gallery-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1086px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 45px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.single-gallery-block {
	width: 32%;
    margin: 6px !important;
}
.single-gallery-block > .full_section_inner > .wpb_column > .vc_column-inner {
	padding: 0px;
}
.single-gallery-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_gallery > .wpb_wrapper > .wpb_gallery_slides > .nivoSlider {
	box-shadow: unset;
    -webkit-box-shadow: unset;
}

@media (max-width: 1019px) {
	.single-gallery-block {
		width: 48%;
	}
}
@media (max-width: 719px) {
	.single-gallery-block {
		width: 98%;
	}
}

/*NEW BUILD - RENOVATION GALLERY END*/


/*STORY PAGE*/

.story-block {
	margin: 0px;
}
.story-block > .full_section_inner > .wpb_column > .vc_column-inner {
	padding: 45px 0;
}
.story-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.story-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
	max-width: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 60px;
}
.story-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
	width: 60%;
}

.our-story-lbps-block > .full_section_inner > .wpb_column > .vc_column-inner {
	height: 100%;
	padding: 0px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our-story-lbps-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
}
.our-story-lbps-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row,
.our-story-lbps-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    margin: 0px;
}
.our-story-lbps-block-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.our-story-lbps-block-copy > .vc_column-inner {
	padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 85px 60px;
}
.our-story-lbps-block-copy > .vc_column-inner > .wpb_wrapper {
	width: 900px;
}
.our-story-lbps-block-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
	text-align: center;
}
.our-story-lbps-copy {
	padding-bottom: 60px;
}
.our-story-lbps-copy h2,
.our-story-lbps-copy h3,
.our-story-lbps-copy p {
	color: #454545;
}
.our-story-lbps-block-copy h2 {
	padding-bottom: 6px;
}
.our-story-lbps-block-copy h3 {
	padding-bottom: 30px;
}
.our-story-lbps-copy-button > .wpb_wrapper > p {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.our-story-lbps-copy-button > .wpb_wrapper > p > .red-button {
	margin-right: 40px;
}
@media (max-width: 540px) {
	.our-story-lbps-copy-button > .wpb_wrapper > p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.our-story-lbps-copy-button > .wpb_wrapper > p > .red-button {
		margin-right: 0px;
	}
}

.five-reasons-why-to-build-with-us-page > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 60px;
    max-width: 1920px;
}
.five-reasons-why-to-build-with-us-page > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
	width: calc(33% - 50px);
	margin: 0 25px 80px 25px !important;
}
.reasons-why-to-build-with-us-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reasons-why-to-build-with-us-page-icon {
	margin-right: 48px;
    min-width: 90px;
}
.reasons-why-to-build-with-us-page-icon img {
	width: 90px;
}
.reasons-why-to-build-with-us-page-copy h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	color: #ffffff;
}
.reasons-why-to-build-with-us-page-copy h3 span {
	padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.reasons-why-to-build-with-us-page-copy p {
	color: #ffffff;
}

@media (max-width: 1230px) {
	.five-reasons-why-to-build-with-us-page > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
		width: calc(50% - 50px);
	}
}

@media (max-width: 840px) {
	.five-reasons-why-to-build-with-us-page > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
		width: calc(100% - 50px);
	}
	.reasons-why-to-build-with-us-page {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.reasons-why-to-build-with-us-page-icon {
		margin-right: 0px;
	    margin-bottom: 20px;
	    text-align: center;
	}
	.reasons-why-to-build-with-us-page-copy h3,
	.reasons-why-to-build-with-us-slide-copy h3 {
		text-align: center;
		display: block;
	}
	.reasons-why-to-build-with-us-page-copy h3 span,
	.reasons-why-to-build-with-us-slide-copy h3 span {
		display: none;
	}
	.reasons-why-to-build-with-us-page-copy p,
	.reasons-why-to-build-with-us-slide-copy p {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.story-block > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
		display: none;
	}
	.our-story-lbps-block-copy > .vc_column-inner {
		    padding: 60px;
	}
}

/*STORY PAGE END*/


/*CONTACT PAGE*/

.contact-info-block > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-info-block-copy > .vc_column-inner {
	padding-left: 50px;
}
.contact-info-block-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
	width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}
.contact-info-block-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper h3 {
	padding: 4px 0px;
	color: #ffffff;
}
.contact-info-block-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper h3 a {
	color: #ffffff;
}
.contact-info-block-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper h3:hover a {
	opacity: 0.75;
}

@media (max-width: 990px) {
	.contact-info-block > .full_section_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contact-info-block-copy,
	.contact-info-block-map {
		width: 100%;
	}
	.contact-info-block-copy {
		padding: 90px 60px;
	}
	.contact-info-block-copy > .vc_column-inner {
		padding-left: 15px;
	}
}
@media (max-width: 640px) {
	#gform_fields_1 {
		margin-right: 15px !important;
	}
	#input_1_1_3_container,
	#input_1_1_6_container {
		padding: 0px !important;
	}
}
@media (max-width: 500px) {
	.contact-info-block-copy {
		padding: 90px 35px;
	}
	.contact-info-block-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper h3 {
		font-size: 20px;
    	line-height: 22px;
	}
}

/*FORM*/

.contact-us-form-container > .vc_column-inner {
	max-width: 1200px;
    margin: auto;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none !important;
}

.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper textarea {
	position: relative;
    padding: 10px 17px !important;
    outline: 0;
    resize: none;
    font-family: inherit !important;
    line-height: 18px;
    color: #000000;
    border: 0px;
    border-radius: 0;
    background-color: #ffffff;
    font-family: 'Muli', sans-serif !important;
    font-weight: 300;
    font-size: 15px !important;
    line-height: 20px;
    border: 1px #454545 solid !important;
}

.gfield_select {
	background-image: url(/wp-content/uploads/2019/08/drop-down-icon.png);
    background-repeat: no-repeat;
    background-position: 99% 11px;
    -webkit-appearance: none;
    border: 1px #454545 solid !important;
    height: 42px !important;
}
#input_1_1_3_container {
	padding-right: 23px;
}
#input_1_1_6_container {
	padding-left: 8px;
}

.gform_wrapper input[type="button"], .gform_wrapper input[type="submit"] {
	position: relative;
    display: inline-block;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px !important;
    color: #ffffff;
    background-color: #6BDD45;
    border: 0px;
    height: unset;
    line-height: 18px;
    padding: 15px 30px !important;
    border-radius: 3px;
    margin: 0 20px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: auto !important;
    letter-spacing: 0px !important;
}

/*FORM END*/

/*CONTACT PAGE END*/



/*------------------------------------------------------------*/

@media (max-width: 100px) {
	.home-slider {
	padding-top: 0px !important;
    }
}

#home_slider.owl-carousel .owl-item {
	height: 43vw !important;
}

#home_slider .owl-dots {
	bottom: 9px !important;
}

.slider-text {
	font-size: 26px;
	line-height: 60px;
}

.food-safety p {
	padding: 0 30%;
}

.food-safety h2 {
	color: #000000;
}

.circle-slider {
	width: 353px;
    height: 353px;
    background: #FFFDE9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.circle-slider > p {
	font-size: 18px;
    line-height: 26px;
    padding: 0 38px;
}

.desktop-home-slider {
	display: block;
}

.mobile-home-slider {
	display: none;
}

@media(max-width:550px) {
	.mobile-home-slider {
		display: block !important;
	}
	.desktop-home-slider {
		display: none !important;
	}
}

@media (max-width: 900px) {
	.circle-slider {
	width: 300px;
    height: 300px;
    background: #FFFDE9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.circle-slider > p {
	font-size: 16px;
    line-height: 23px;
    padding: 0 49px;
    margin-top: 10px;
}
}

@media (max-width: 770px) {
	.suppy-padding {
		padding-top: 90px
	}
	.pet {
		margin-top: 15px;
		max-width: 321px;
	}
	.circle-slider {
		width: 193px;
		height: 193px;
	}
	.circle-slider > p {
		font-size: 20px;
	}
	.consistent-top-pad {
		padding: 40px 0px 0px 0px;
	}
	.food-safety p {
    	padding: 0 20%;
	}
}

@media (max-width:520px) {
	.slider-text {
		font-size: 14px;
		line-height: 35px;
	}
	.natural-proteins {
	 	position: relative;
	 	display: -webkit-box;
	 	display: -ms-flexbox;
	 	display: flex;
	 	-webkit-box-align: center;
	 	    -ms-flex-align: center;
	 	        align-items: center;
	 	-webkit-box-pack: center;
	 	    -ms-flex-pack: center;
	 	        justify-content: center;
	 	background-image: url(/wp-content/uploads/2018/12/our_products_animals_mob-1.jpg?id=148) !important;
	 	background-position: center !important;
	 	background-repeat: no-repeat !important;
	 	background-size: cover !important;
	}
	.natural-proteins:before {
	 	padding-top: 159.4666666667%;
	}
	.natural-proteins > .full_section_inner {
	 	display: -webkit-box;
	 	display: -ms-flexbox;
	 	display: flex;
	}
	.food-safety-image {
	 	position: relative;
	 	display: -webkit-box;
	 	display: -ms-flexbox;
	 	display: flex;
	 	-webkit-box-align: center;
	 	    -ms-flex-align: center;
	 	        align-items: center;
	 	-webkit-box-pack: center;
	 	    -ms-flex-pack: center;
	 	        justify-content: center;
	 	margin-left: 0px;
	 	margin-right: 0px;
	 	background-image: url(/wp-content/uploads/2018/12/food-safety_mob-2.jpg) !important;
	 	background-position: center !important;
	 	background-repeat: no-repeat !important;
	 	background-size: cover !important;
	}
	.food-safety-image:before {
	 	padding-top: 133.3333333333%;
	}
	.food-safety-image > .full_section_inner {
	 	display: -webkit-box;
	 	display: -ms-flexbox;
	 	display: flex;
	}
	.food-safety p {
		padding: unset;
	}
	.food-safety p, .food-safety h2 {
		color: #ffffff;
	}
	.food-safety .black-button {
		color: #ffffff !important;
		border: 1px solid #ffffff !important;
		padding: 9px 31px !important;
	}
	.food-safety .black-button:hover {
		padding: 9px 28px !important;
	}
	
}

/*HOME PAGE END*/

/*SERVICES PAGE*/

/*.page-id-387 .header-image {
	background-position: center right !important;
}*/

.services-icon-section {
	padding: 90px 0 70px 0;
}
.services-icon-section > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    width: 1000px;
    margin: auto;
}
.services-icon-section > .vc_column-inner > .wpb_wrapper > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.services-icon-section > .vc_column-inner > .wpb_wrapper > div:nth-child(1) {
	width: 200px;
}
.services-icon-section > .vc_column-inner > .wpb_wrapper > div:nth-child(2) {
	width: 147px;
}
.services-icon-section > .vc_column-inner > .wpb_wrapper > div:nth-child(3) {
	width: 197px;
}
.services-icon-section h4 {
	color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 30px;
}
.services-icon-section > .vc_column-inner > .wpb_wrapper > .vc_row:hover h4 {
	color: #0061ff;
}
@media (max-width: 940px) {
	.services-icon-section > .vc_column-inner > .wpb_wrapper {
		width: 100%;
	}
}
@media (max-width: 630px) {
	.services-icon-section > .vc_column-inner > .wpb_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}
	.services-icon-section h4 {
		padding-top: 15px;
	}
	.services-icon-section > .vc_column-inner > .wpb_wrapper > div:nth-child(1),
	.services-icon-section > .vc_column-inner > .wpb_wrapper > div:nth-child(2),
	.services-icon-section > .vc_column-inner > .wpb_wrapper > div:nth-child(3) {
		width: 100%;
		padding-top: 20px;
	}
}


.services-kitchen-joinery-section > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-kitchen-joinery-section > .full_section_inner > .wpb_column:nth-child(2) {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services-kitchen-joinery-section > .full_section_inner > .wpb_column:nth-child(2) > .vc_column-inner {
	padding: 0 20%;
}

.services-kitchen-joinery-section h3 {
	padding-bottom: 30px;
}

.services-kitchen-joinery-section > .full_section_inner > .wpb_column:nth-child(1) {
	height: 100%;
}

.services-kitchen-joinery-section > .full_section_inner > .wpb_column:nth-child(1) > .vc_column-inner {
	height: 950px;
	background-position: 24% !important;
}
.services-kitchen-joinery-section > .full_section_inner {
	-webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
	    transform: scaleY(1);
}
.services-kitchen-joinery-section > .full_section_inner > div {
	-webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
	    transform: scaleY(1);
}
.kitchen-joinery-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.kitchen-joinery-title p {
	padding-right: 30px;
}

@media (max-width: 900px) {
	.services-kitchen-joinery-section > .full_section_inner > .wpb_column:nth-child(1) > .vc_column-inner {
		background-position: 31% !important
	}
}

@media (max-width: 966px) {
	.services-kitchen-joinery-section h3,
	.services-kitchen-joinery-section p {
		text-align: center;
	}
	.services-kitchen-joinery-section > .full_section_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.services-kitchen-joinery-section > .full_section_inner > .wpb_column:nth-child(2) > .vc_column-inner {
		padding: 10%;
	}
	.services-kitchen-joinery-section > .full_section_inner > .wpb_column:nth-child(1) > .vc_column-inner {
		background-position-y: 45% !important;
		height: 500px;
	}
	.kitchen-joinery-title {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.kitchen-joinery-button {
		text-align: center;
	}
	.services-kitchen-joinery-section > .full_section_inner {
		-webkit-transform: scaleY(-1);
    	-ms-transform: scaleY(-1);
		    transform: scaleY(-1);
	}
	.services-kitchen-joinery-section > .full_section_inner > div {
		-webkit-transform: scaleY(-1);
    	-ms-transform: scaleY(-1);
		    transform: scaleY(-1);
    	width: 100%;
	}
}
.kitchen-joinery-button {
	margin-top: 60px;
}


.kitchen-design-background {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	height: 850px;
}
.kitchen-design-background > .section_inner {
	margin-left: 10%;
}
.kitchen-design-block {
	width: 575px;
}
.kitchen-design-block > .vc_column-inner {
	padding: 50px 35px;
    border-radius: 7px;
}
.kitchen-design-block h3 {
	margin-bottom: 15px;
}
.kitchen-design-block p:nth-child(2) {
	margin-bottom: 30px;
}
.kitchen-design-block > .vc_column-inner {
	padding: 50px 35px;
    border-radius: 7px;
}
.kitchen-design-block h3 {
	margin-bottom: 15px;
}
.kitchen-design-block p:nth-child(2) {
	margin-bottom: 30px;
}
.kitchen-design-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 25px;
}
.kitchen-design-title p {
	padding-right: 40px;
}
.kitchen-design-button {
	margin-top: 60px;
}
@media (max-width: 768px) {
	.kitchen-design-block {
		width: 100%;
	}
	.kitchen-design-background > .section_inner {
		margin: auto;
	}
	.kitchen-design-button {
		text-align: center;
	}
	.kitchen-design-title {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 480px) {
	.kitchen-design-background > .section_inner {
		margin: auto;
    	width: 100% !important;
	}
	.kitchen-design-background > .section_inner > .section_inner_margin > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .section_inner {
		width: 340px;
	}
}

.services-commercial-joinery-section > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-commercial-joinery-section > .full_section_inner > .wpb_column:nth-child(1) {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services-commercial-joinery-section > .full_section_inner > .wpb_column:nth-child(1) > .vc_column-inner {
	padding: 0 20%;
}

.services-commercial-joinery-section h3 {
	padding-bottom: 30px;
}

.services-commercial-joinery-section > .full_section_inner > .wpb_column:nth-child(2) {
	height: 100%;
}

.services-commercial-joinery-section > .full_section_inner > .wpb_column:nth-child(2) > .vc_column-inner {
	height: 950px;
	background-position: 24% !important;
}

@media (max-width: 900px) {
	.services-commercial-joinery-section > .full_section_inner > .wpb_column:nth-child(2) > .vc_column-inner {
		background-position: 31% !important
	}
}

@media (max-width: 966px) {
	.services-commercial-joinery-section h3,
	.services-commercial-joinery-section p {
		text-align: center;
	}
	.services-commercial-joinery-section > .full_section_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.services-commercial-joinery-section > .full_section_inner > .wpb_column:nth-child(1) > .vc_column-inner {
		padding: 10%;
	}
	.services-commercial-joinery-section > .full_section_inner > .wpb_column:nth-child(2) > .vc_column-inner {
		background-position-y: 45% !important;
		height: 500px;
	}
	.kitchen-joinery-title {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.kitchen-joinery-button {
		text-align: center;
	}
	.services-commercial-joinery-section > .full_section_inner > div {
    	width: 100%;
	}
}

.sub-service-page-sub-page-header {
	margin-top: 60px;
}

.sub-service-page-sub-page-header > .full_section_inner > .wpb_column > .vc_column-inner  > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sub-service-page-sub-page-header > .full_section_inner > .wpb_column > .vc_column-inner  > .wpb_wrapper > .wpb_text_column {
	max-width: 1130px;
}

.sub-service-page-sub-page-header > .full_section_inner > .wpb_column > .vc_column-inner  > .wpb_wrapper > .wpb_text_column h3 {
	padding: 0 0 30px 0;
}


.header-image {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -webkit-box-pack: center;
	     -ms-flex-pack: center;
	         justify-content: center;
	 margin-left: 0px;
	 margin-right: 0px;
}
/* .header-image:before {
	 padding-top: 27.26%;
}*/
 .header-image > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    height: 100%;
    padding: 70px 0;
}
.header-image h4 {
	text-transform: uppercase;
	color: #ffffff;
}
.header-image .underline-centered {
	margin-bottom: 10px !important;
	padding-bottom: 10px;
}
.header-image .underline-centered:before {
	width: 30px;
    height: 3px;
}
.header-image h2 {
	text-transform: unset;
	max-width: 1046px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.header-image p {
	color: #ffffff;
	font-weight: 600;
}

/*header-image-2*/

.header-image-2 > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    height: 100%;
    padding: 180px 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.header-image-2 h4 {
	text-transform: uppercase;
	color: #ffffff;
}
.header-image-2 .underline-centered {
	margin-bottom: 10px !important;
	padding-bottom: 10px;
}
.header-image-2 .underline-centered:before {
	width: 30px;
    height: 3px;
}
.header-image-2 h2 {
	text-transform: unset;
	max-width: 1046px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}
.header-image-2 p {
	color: #ffffff;
	font-weight: 600;
}

/*header-image-2 end*/

/*header-image-3*/

.header-image-3 > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    height: 100%;
    padding: 150px 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.header-image-3 h4 {
	text-transform: uppercase;
	color: #ffffff;
}
.header-image-3 .underline-centered {
	margin-bottom: 10px !important;
	padding-bottom: 10px;
}
.header-image-3 .underline-centered:before {
	width: 30px;
    height: 3px;
}
.header-image-3 h2 {
	text-transform: unset;
	max-width: 1046px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}
.header-image-3 p {
	color: #ffffff;
	font-weight: 600;
}

/*header-image-3 end*/

.services-accordion {
	margin-left: 22%;
	margin-right: 24%;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header {
	border-top: 0px !important;
}

.services-accordion h4 {
	font-family: 'Graphik' !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    border-bottom: 1px solid #000000 !important;
}


.tab-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tab-title-inner:after {
	clear: both;
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.ui-accordion-header-active .tab-title-inner:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.sercives-row-padding > .full_section_inner > .vc_column_container>.vc_column-inner {
	padding-top: 6vh;
    padding-bottom: 18vh;
}

.underline {
  position: relative;
  margin-bottom: 30px !important;
  padding-bottom: 12px;
}

.underline-centered {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

@media (max-width: 770px) {
	.zero-pad { 
		margin-bottom: 0px !important;
	}
}

.underline:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 4px;
  bottom: 0px;
}

.underline-centered:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 4px;
  bottom: 0px;
}

.underline-blue:before {
  background-color: #0061ff;
}

.underline-white:before {
  background-color: #ffffff;
}

@media (max-width:520px) {
	.header-image {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -webkit-box-pack: center;
	     -ms-flex-pack: center;
	         justify-content: center;
	 margin-left: 0px;
	 margin-right: 0px;
	 background-image: url(/wp-content/uploads/2018/12/service_mob.jpg) !important;
	 background-position: center !important;
	 background-repeat: no-repeat !important;
	 background-size: cover !important;
	}
	/*.header-image:before {
	 padding-top: 146.1333333333%;
	}*/
	.header-image > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
}

/*SERVICES PAGE END*/

/*ABOUT PAGE*/

.about-sunhine-section > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-sunhine-section > .full_section_inner > .wpb_column:nth-child(1) {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-sunhine-section > .full_section_inner > .wpb_column:nth-child(1) > .vc_column-inner {
	padding: 0 20%;
}

.about-sunhine-section h3 {
	padding-bottom: 30px;
}

.about-sunhine-section > .full_section_inner > .wpb_column:nth-child(2) {
	height: 100%;
}

.about-sunhine-section > .full_section_inner > .wpb_column:nth-child(2) > .vc_column-inner {
	height: 950px;
	background-position: 24% !important;
}
.page-id-358 .services-kitchen-joinery-section h3, .page-id-358 .services-kitchen-joinery-section p {
	text-align: left !important;
}
.page-id-358 .services-kitchen-joinery-section p + p {
	margin-top: 0px;
}
.value-header {
	font-size: 19px;
}

@media (max-width: 900px) {
	.about-sunhine-section > .full_section_inner > .wpb_column:nth-child(2) > .vc_column-inner {
		background-position: 31% !important
	}
}

@media (max-width: 740px) {
	.about-sunhine-section h3,
	.about-sunhine-section p {
		text-align: center;
	}
	.about-sunhine-section h4 {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.about-sunhine-section > .full_section_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.about-sunhine-section > .full_section_inner > .wpb_column:nth-child(1) > .vc_column-inner {
		padding: 5% 10%;
	}
	.about-sunhine-section > .full_section_inner > .wpb_column:nth-child(2) > .vc_column-inner {
		background-position-y: 4% !important;
		height: 500px;
	}
}

.meet-the-team-title h4 {
	text-transform: unset;
	font-size: 24px;
}

.meet-the-team-title .underline-centered {
	margin: 20px 0px !important;
	padding-bottom: 11px;
}

.meet-the-team-title .underline-centered:before{
	width: 30px;
    height: 3px;
}

.meet-the-team-section > .section_inner {
	width: 1200px;
}

.meet-the-team-section > .section_inner > .section_inner_margin > .wpb_column,
.meet-the-team-section > .section_inner > .section_inner_margin > .wpb_column > .vc_column-inner {
	padding: 0px;
}

.meet-the-team-section > .section_inner > .section_inner_margin > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.the-team {
	width: 350px;
    margin: 10px 20px !important;
}

.the-team > .section_inner {
	width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.the-team > .section_inner > .section_inner_margin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.the-team > .section_inner > .section_inner_margin > .wpb_column > .vc_column-inner {
	padding: 0px;
}

.team-member {
	/*max-width: 290px;*/
	margin: 8px;
}

.team-member > .vc_column-inner > .wpb_wrapper {
	position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.team-member > .vc_column-inner > .wpb_wrapper {
	position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.on-hover-member-background {
	position: absolute;
    background-color: rgba(0, 97, 255, 0.85);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .8s opacity;
    -o-transition: .8s opacity;
    transition: .8s opacity;
}

.on-hover-member-background p {
	color: transparent;
}

.team-member > .vc_column-inner > .wpb_wrapper:hover .on-hover-member-background,
.team-member > .vc_column-inner > .wpb_wrapper:hover .on-hover-member-name {
    opacity: 1;
}

.on-hover-member-name {
	position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
}

.on-hover-member-name > .wpb_wrapper {
	text-align: center;
}

.on-hover-member-name h4 {
	font-size: 26px;
}

.on-hover-member-name h4,
.on-hover-member-name small {
	color: #ffffff;
}

@media (max-width: 768px) {
	.the-team {
		width: 275px;
	}
	.on-hover-member-name {
		position: unset;
		opacity: 1;
		padding-top: 25px;
	}
	.on-hover-member-name h4 {
		color: #000000;
		font-size: 24px
	}
	.on-hover-member-name small {
		color: #0061ff;
	}
	.team-member > .vc_column-inner > .wpb_wrapper:hover .on-hover-member-background {
		opacity: 0;
	}
}

.about-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
}

.about-icon-text {
	padding-left: 15px;
}

/*ABOUT PAGE END*/

/*GALLERY PAGE*/

.gallery-page-header > .full_section_inner > .wpb_column > .vc_column-inner {
	padding-top: 2vh;
    padding-bottom: 2vh;
}

.gallery-page-title > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
	max-width: 851px;
    margin: auto;
}

.gallery-page-title > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper h4 {
	text-transform: uppercase;
}
.gallery-page-title > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper h2 {
	text-transform: none;
	color: #000000;
}

.gallery > .section_inner > .section_inner_margin > .wpb_column,
.gallery > .section_inner > .section_inner_margin > .wpb_column > .vc_column-inner {
	padding: 0px;
}

.gallery > .section_inner > .section_inner_margin > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gallery-item {
	width: 350px;
    margin: auto;
}

.gallery-item > .section_inner {
	width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.gallery-item > .section_inner > .section_inner_margin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.gallery-item > .section_inner > .section_inner_margin > .wpb_column > .vc_column-inner {
	padding: 0px;
}

.gallery-item-inner {
	/*max-width: 290px;*/
	margin: 8px;
}

.gallery-item-inner > .vc_column-inner > .wpb_wrapper {
	position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gallery-item-inner > .vc_column-inner > .wpb_wrapper {
	position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.on-hover-gallery-info-background {
	position: absolute;
    background-color: rgba(0, 97, 255, 0.85);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .8s opacity;
    -o-transition: .8s opacity;
    transition: .8s opacity;
}

.on-hover-gallery-info-background p {
	color: transparent;
}

.gallery-item-inner > .vc_column-inner > .wpb_wrapper:hover .on-hover-gallery-info-background,
.gallery-item-inner > .vc_column-inner > .wpb_wrapper:hover .on-hover-gallery-item-info {
    opacity: 1;
}

.on-hover-gallery-item-info {
	position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
}

.on-hover-gallery-item-info > .wpb_wrapper {
	text-align: center;
}

.on-hover-gallery-item-info h4 {
	font-size: 26px;
}

.on-hover-gallery-item-info h4,
.on-hover-gallery-item-info small {
	color: #ffffff;
}
body div.pp_default a.pp_next, 
body div.pp_default a.pp_previous {
	opacity: 1;
}

.nivo-directionNav,
.nivo-controlNav,
.ppt,
.pp_close,
.pp_arrow_previous,
.pp_arrow_next {
	display: none !important;
}

body div.pp_default a.pp_next {
	right: -50px !important;
	background-color: #6BDD45 !important;
	border-radius: 4px;
}

body div.pp_default a.pp_previous {
	left: -50px !important;
	background-color: #6BDD45 !important;
	border-radius: 4px;
}

body div.pp_default a.pp_next:after, body div.pp_default a.pp_previous:after {
	font-weight: 600;
}

body div.pp_default a.pp_next:hover, body div.pp_default a.pp_previous:hover {
	background-color: #454545 !important;
}

/*@media (min-width: 480px) {
	.pp_content {
		height: auto !important;
    	width: 60vw !important;
    	margin-top: 20px !important;
	}
	.pp_hoverContainer {
		height: 100% !important;
    	width: 60vw !important;
	}
	#pp_full_res img {
		height: auto !important;
    	width: 60vw !important;
	}
}*/

@media (max-width: 1200px) {
	.gallery-item {
		width: 460px;
	}
}

@media (max-width: 1000px) {
	.gallery-item {
		width: 370px;
	}
}

@media (max-width: 768px) {
	.gallery-item {
		width: 285px;
	}
}

@media (max-width: 600px) {
	.gallery-item {
		width: 100%;
	}
}

@media (max-width: 480px) {
	body div.pp_default a.pp_next {
		right: 4px !important;
    	width: 30px;
	}
	body div.pp_default a.pp_previous {
		left: 4px !important;
    	width: 30px;
	}
	.pp_fade {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}
	#pp_full_res {
		width: 300px;
	}
	body div.pp_default .pp_nav .currentTextHolder {
		padding: 0px 35px;
	}
}

/*GALLERY PAGE END*/

/*CONTACT PAGE*/

.page-id-275 .header-image {
	background-position: center right !important;
}

.contact-page-form-header-section > .vc_column-inner > .wpb_wrapper {
	max-width: 798px;
    margin: auto;
}

.contact-page-form-header-section p {
	padding-top: 20px;
}

.sunshine-joinery-address > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sunshine-joinery-address > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
	position: absolute;
	right: 0px;
}

.sunshine-joinery-address > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sunshine-joinery-address > .vc_column-inner > .wpb_wrapper > .wpb_single_image img {
	border-radius: 7px;
}

.sunshine-joinery-address-section {
	background-color: #0061FF;
    border-radius: 7px;
    width: 548px;
}

.sunshine-joinery-address-copy {
	padding: 30px 100px 30px 30px;
}

.sunshine-joinery-address-copy h3 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 10px;
}

.sunshine-joinery-address-copy p {
	color: #ffffff;
	font-weight: 600;
}

.sunshine-joinery-address-copy p:hover > a {
	color: #000000;
}

.sunshine-joinery-address-copy a {
	margin-top: 22px;
}

.map-and-address-container > .full_section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.google-map-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.google-map-container > .vc_column-inner  {
	padding-right: 0px;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0px;
}

.contact-page-address-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-page-address-container > .vc_column-inner {
	padding: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-page-address-container > .vc_column-inner > .wpb_wrapper {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}
.contact-page-address-container h3 {
	color: #ffffff;
}
.contact-page-address-container a:hover {
	color: #000000;
}
@media (max-width: 800px) {
	.map-and-address-container > .full_section_inner {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: reverse;
    	    -ms-flex-direction: column-reverse;
    	        flex-direction: column-reverse;
	}
	.google-map-container {
		width: 100%;
	}
	.contact-page-address-container {
		width: 100%;
	}
	.contact-page-address-container > .vc_column-inner {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.contact-page-address-container h3, .contact-page-address-container p {
		text-align: center;
	}
}

.page-id-275 .footer-logos {
	margin-top: 0px;
}

/*CONTACT PAGE END*/

/*PRIVACY POLICY PAGE*/

.page-id-297 .content_inner a {
	color: #0061FF;
}
.page-id-297 .content_inner a:hover {
	color: #000000;
}

/*PRIVACY POLICY PAGE END*/

.no-bullet:before {
	content: unset !important;
}

/* OWL SLIDER CONTROLS */

.owl-theme .owl-controls {
	margin-top: 0px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}

#carousel-anything-1.owl-theme .owl-controls .owl-page span {
   opacity: 1;
   background: none repeat scroll 0 0 !important;
   border: 1px solid #fff !important;
}



#carousel-anything-1.owl-theme .owl-controls .owl-page.active span {
   opacity: 1;
   background: #ffffff !important;
}

#carousel-anything-2.owl-theme .owl-controls .owl-page span {
   opacity: 1;
   background: none repeat scroll 0 0 !important;
   border: 1px solid #fff !important;
}

#carousel-anything-2.owl-theme .owl-controls .owl-page.active span {
   opacity: 1;
   background: #ffffff !important;
}

#carousel-anything-3.owl-theme .owl-controls .owl-page span {
   opacity: 0;
   background: none repeat scroll 0 0 !important;
   border: none !important;
}

#carousel-anything-3.owl-theme .owl-controls .owl-page.active span {
   opacity: 0;
   background: none !important;
}

.owl-theme .owl-controls .owl-page span {
   display: block;
   width: 15px !important;
   height: 15px !important;
   margin: 5px 5px !important;
   filter: Alpha(Opacity=50);
   opacity: 0.5;
   border-radius: 20px;
   border: 1px solid #fff !important;
}


/* OWL SLIDER CONTROLS END */

/*BODY */

.default-row-padding > .full_section_inner > .vc_column_container>.vc_column-inner {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

/*default-row-padding-2*/

.default-row-padding-2 > .full_section_inner > .vc_column_container>.vc_column-inner {
    padding-top: 5vh;
    padding-bottom: 10vh;
}

/*default-row-padding-2 end*/

.padding-testimonial {
	padding-top: 70px;
	padding-bottom: 50px;
}

.row-padding {
	padding-top: 80px;
    padding-bottom: 80px;
}


.page-image-block .full_section_inner {
	height: 80vh;
}

.page-image-block-text {
	margin-top: 80px;
}

.page-image-block-text p {
	color: #ffffff;
	margin-top: 20px;
}

.white-block {
	background-color: #fff;
	padding: 20px;
}

.block-padding {
	padding: 5px 40px 40px 40px;
	margin: 0px 120px
}

.block-padding-mobile {
	padding: 40px;
}

/*RIGHT IMAGE AND TEXT*/

.right-streched-row> .full_section_inner .wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.right-streched-row > div > div > div > div > div.vc_row.wpb_row.vc_inner.section.vc_row-fluid.default-row-padding > div > div:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*RIGHT IMAGE AND TEXT END*/




/*IMAGE AND TEXT BLOCK*/

.purple-nav-block {
	padding: 40px 0;
}

.nav-2-block h1 {
    text-align: left;
    padding: 40px 25px;
    width: 25vw;
}

.nav-2-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 350px;
    text-align: left;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    position: relative;
    overflow: hidden;
}

.nav-2-block-effect {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-transition: -webkit-transform .6s;
   transition: -webkit-transform .6s;
   -o-transition: transform .6s;
   transition: transform .6s;
   transition: transform .6s, -webkit-transform .6s;
   background-repeat: no-repeat;
   background-size: cover;
}

.nav-2-block-effect:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.nav-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
}

.nav-blocks .vc_col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 30px;
}


.click-blocks {
    cursor: pointer;
    position: relative;
}

.click-blocks:hover > * {
    position: relative;
}

.click-blocks:hover h1 {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
}

.image-section {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -webkit-box-pack: center;
	     -ms-flex-pack: center;
	         justify-content: center;
	 margin-left: 0px;
	 margin-right: 0px;
}
 .image-section:before {
	 padding-top: 43.1770833333%;
}
 .image-section > .full_section_inner {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}


/*IMAGE AND TEXT BLOCK*/


/*ACCORDIAN */

.q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active, .q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-hover {
	background: transparent;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header {
	height: 60px;
    line-height: 60px;
    margin: 0px;
    padding: 0;
    color: #282828;
    background-color: transparent;
    border-bottom: none;
    border-top: 1px solid #752936;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #282828;
	letter-spacing: 0;
}

@media (max-width:1000px) and (min-width:600px) {
	.q_accordion_holder.accordion.boxed .ui-accordion-header {
	height: 50px !important;
    line-height: 50px !important;
	font-size: 16px !important;
	}
}

@media (max-width:600px) {
	.q_accordion_holder.accordion.boxed .ui-accordion-header {
	height: 40px !important;
    line-height: 40px !important;
	font-size: 12px !important;
	}
}

/*.q_accordion_holder.accordion.boxed div.accordion_content_inner {
   padding: 0px 0 0;
}
*/

.accordion_content{
  padding-bottom: 5px;
}

/*ACCORDIAN  END*/



/*GRAVITY FORMS*/

.content ul li:before {
	content: unset !important;
}

.gform_wrapper {
	margin: 0px 0 !important;
	max-width: 100%;
}

.gform_wrapper select {
	border: 0px;
	border-radius: 0;
	background-color: #ffffff;
	font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 15px !important;
    line-height: 20px;	
    color: #7b7b7b;
}

ul.gfield_checkbox li {
	color: #ffffff;
	font-size: 15px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper ul.gfield_radio li label {
	font-family: 'Muli', sans-serif;
	font-weight: 600 !important;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0px;
	text-transform: inherit;
	font-style: normal;	
}

.gform_wrapper input[type="email"]:focus, .gform_wrapper input[type="number"]:focus, .gform_wrapper input[type="password"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="url"]:focus, .gform_wrapper textarea:focus {
	border: 1px solid #ffffff;
}

.gform_wrapper input[type="button"]:hover , .gform_wrapper input[type="submit"]:hover {
	border: 0px;
    background-color: #454545;
    color: #ffffff;
}

.gform_wrapper .gfield_required {
	color: #ffffff !important;
}

.gform_wrapper .top_label .gfield_label {
   display: none;
   line-height: 1.3;
   clear: both;
   text-indent: -1px;
}

.

/*GRAVITY FORM END */


.contact p {
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #282828;
	line-height: 2;
}




/*FOOTER*/



.page-id-4 .footer-book-consultation,
.page-id-275 .footer-book-consultation,
.page-id-513 .footer-book-consultation {
	display: none;
}

.footer-menu > .wpb_wrapper > .menu-main-menu-container > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-left: 0px;
}
.footer-menu > .wpb_wrapper > .menu-footer-menu-container > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-left: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-menu ul li {
	list-style: none;
}

.footer-menu ul li a:hover {
	color: #0061FF;
}

.footer-menu #menu-item-320,
.footer-menu #menu-item-259 ul {
	display: none;
}
.footer-menu #menu-item-568 > a {
	display: none;
}
.footer-menu #menu-item-568 .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-left: 0px;
}

.footer_bottom_holder {
	display: none;
}

.main-footer-section {
	background-color: #000000;
}

.footer-menu-contact > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    float: right;
}

.footer-menu-contact > .wpb_wrapper > div {
	text-align: right;
    padding-left: 15px;
}

.footer-menu-contact > .wpb_wrapper > div > a {
	color: #ffffff;
    padding-left: 10px;
    font-weight: 700;
}
.footer-menu-contact > .wpb_wrapper > div > a:hover {
	color: #0061FF;
}

.footer-menu a {
	font-size: 14px;
    padding-right: 5px;
    font-weight: 700;
    color: #ffffff;
}

.footer-book-consultation {
	background-color: #0061FF;
    border-radius: 7px;
    margin-top: 80px;
}

.footer-book-consultation h3 {
	margin-bottom: 20px;
}

.footer-book-consultation > .vc_column-inner {
	padding: 30px 0;
}

.footer-logos {
	background-color: #f5f8fd;
    padding: 30px 0;
    margin-top: 80px;
}

.footer-logos > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-logos > .vc_column-inner > .wpb_wrapper > div {
	padding: 0 20px;
}

.footer-txt {
	text-align: right;
	float: right;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.footer-social-icon {
	display: none;
	margin-top: 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    float: left;
}
.footer-social-icon img {
	width: 25px;
    padding-right: 10px;
}
@media (max-width: 480px) {
	.bottom-footer-section > .wpb_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}
	.footer-social-icon {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.footer-menu > .wpb_wrapper > .menu-main-menu-container > ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer-menu-contact > .wpb_wrapper {
		float: unset;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
	}
	.footer-txt {
		text-align: center;
		max-width: 239px;
	}
	.footer-menu > .wpb_wrapper > .menu-footer-menu-container > ul {
    	margin-bottom: 20px;
	}
}

.bottom-footer-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

---------
 
.footer_top_holder,
.footer_bottom_holder {
	background-color: #5E7971;
}

.footer_top_holder {
	background-color: #454545;
}
.footer_top {
    padding: 30px 0px;
}
/* .four_columns > .qode_column {
	min-height: auto !important;
} */
.four_columns > .column1,
.four_columns > .column2,
.four_columns > .column3,
.four_columns > .column4 {
	width: 50%;
}
.four_columns > .column1,
.four_columns > .column1 > .column_inner,
.four_columns > .column1 > .column_inner > .widget {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.four_columns > .column1 > .column_inner > .widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.four_columns > .column2  {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.four_columns > .column2 > .column_inner {
	margin-left: auto;
	padding: 0px !important;
}
.four_columns > .column2 img{
	margin: 0px;
}
.four_columns > .column3,
.four_columns > .column4{
	display: none;
}

.textwidget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 500px){
	.textwidget {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.column {
  float: left;
  width: auto;
  margin: auto;
}

/*
.footer_bottom {
	padding: 0 0 50px;
}
*/


.footer_top a,
.footer_top p {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.5;
}

.footer_top a:hover {
	text-decoration: underline;
}

.footer_top p + p {
	margin-top: 20px;
}

.footer_top .vc_column_container:nth-child(3) {
	border-left: 1px solid #ffffff;
	padding-left:  40px;
}

#back_to_top > span {
	background-color: #0061ff;
	border-radius: 7px;
	font-size: 20px;
}

#back_to_top:hover > span {
	background-color: #000000;
    border: 1px solid #ffffff;
    border-radius: 7px;
}


/* 404 */


#submit_comment, .blog_load_more_button a, .load_more a, .qbutton {
	position: relative;
    display: inline-block;
	font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    border: 2px solid #4A4A4A;
    background-color: #4A4A4A;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 0 40px !important;
    font-weight: 500;
}

#submit_comment, .blog_load_more_button a, .load_more a, .qbutton:hover {
	border: 2px solid #fff;
    background-color: #fff;
    color: #4A4A4A;
}

.title .title_holder .container {
   display: table-cell;
   vertical-align: middle;
   background-color: #4A4A4A;
   height: 150px;
   padding: 30px;
}

.breadcrumb a, .breadcrumb span {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  line-height: 1;  
  letter-spacing: 0px;
  padding-bottom: 25px;
  padding-top: 25px;
  text-transform: uppercase;
}

/* 404 END */

::-moz-selection {
	color: #fff;
    background: #6BDD45;
}

::selection {
	color: #fff;
    background: #6BDD45;
}

header.scrolled .q_logo img.normal {
    top: -58px;
    height: 70% !important;
}

.q_logo img {
    max-height: 90px;
    max-width: none; 
}

footer #custom_html-2 img{
    width: 160px;
    padding-bottom: 50px;
}

.custom-line-heights p{
  line-height: 2.4;
}

ul.purple li{
  text-indent:0px;
  padding-left: 2em;
  position: relative;
}
ul.purple li:before{
  padding-right: 0px;
  position: absolute;
  left: 0px;
}

@media only screen and (max-width: 1000px){
  header .q_logo img.normal {
     display: block !important;
     opacity: 1 !important;
     position: inherit;
     margin: 0px !important;
     padding: 0px !important;
     top:-46px;
     height: 100px!important;
     }

}

.mobile-spacing{
  display: none;
}

@media only screen and (max-width: 768px){
    .mobile-spacing{
      display: block;
    }
     ul.purple{
      margin-left: 0px;
     }

     footer #custom_html-2 .wpb_wrapper>.vc_row .section_inner{
        width: 100%;
        padding-right: 65px;
        padding-left: 65px;

     }
     footer #custom_html-2 .wpb_wrapper>.vc_row>.full_section_inner>.wpb_column>.vc_column-inner {
        padding-right: 65px;
        padding-left: 65px;

     }
}

.slider-container .white{
  padding: 0px!important;
}

#sample_slider{
  margin-bottom: 0px!important;
}

#sample_slider .owl-item .sa_hover_container{
  padding:0px!important;
}

#sample_slider .slider-content{
      right: 10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#sample_slider .owl-dots{
    bottom: 21px!important;
}


#sample_slider .owl-dots span{
  background-color: transparent!important;
  border:1px solid white!important;
  width:17px!important;
  height: 17px!important;
  
}
#sample_slider .owl-dots .active span{
  background-color: white!important;
  
  
}

.ui.checkbox label {
	font-size: 16px !important;
}


@media only screen and (max-width: 768px){
  #sample_slider .slider-content{
        left: 55px;
        right: auto;
      position: absolute;
      top: 55px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
  }
  #sample_slider .slider-content p br{
    display: none;
  }

}

/*BUTTONS*/

.blue-nav-button {
	background-color: #0061ff;
    padding: 15px 30px;
    border-radius: 3px;
    color: white;
}

.blue-nav-button:hover {
	background-color: #000000;
    color: #ffffff;
}

.black-button {
	font-family: 'Muli', sans-serif;
    text-transform: unset;
    font-size: 18px;
    font-weight: 600;
    background-color: #000000;
    padding: 12px 40px;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
}

.black-button:hover {
	background-color: #ffffff;
    color: #000000;
}

.red-button {
	font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    background-color: #6BDD45;
    padding: 20px 40px;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.red-button:hover {
	background-color: #454545;
    color: #FFFFFF;
    opacity: 1.00;
}

.download-button {
	font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    background-color: #6BDD45;
    padding: 20px 40px;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    display: block;
}

.download-button:hover {
	background-color: #454545;
    color: #FFFFFF;
    opacity: 1.00;
}

.green-button-two {
	font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    background-color: #6BDD45;
    padding: 20px 40px;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.green-button-two:hover {
	background-color: #FFFFFF;
    color: #6BDD45;
    opacity: 1.00;
}

.white-button {
	font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 9px 55px;
    margin: 39px auto auto auto !important;
    display: inline-block;
}

.white-button:hover {
	font-weight: 600;
	border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000 !important;
}

.scrolled nav.main_menu.right {
	margin-top: 0px;
}

@media (max-width: 1000px){
	.logo_wrapper {
		top: 0px;
    	left: 0px;
    	position: unset;
	}
}

/*BUTTONS ENDS*/

/*RESPONSIVENESS*/

.tablet {
	display: none !important;
}

.desktop {
	display: block !important;
}

@media (max-width: 500px) {

	.tablet {
		display: block !important;
	}

	.desktop {
		display: none !important;
	}
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.scrolled nav.main_menu.right {
	margin-top: 2px;
}
	nav.main_menu.right {
	margin-top: 18px;
}
	.scrolled .drop_down .second {
		top: 116%;
	}
	.q_logo a img {
  		height: 100% !important;
  		top: -20% !important;
	}
	.q_logo {
		top: 0px !important;
	}
	nav.main_menu.right {
		top: -0% !important;
	}
}

/* FIREFOX CSS styles go here */
@-moz-document url-prefix() {
    .drop_down .second .inner {
    	width: 100%;
    }
}

/* SAFARI CSS styles go here */
@media not all and (min-resolution:.001dpcm) { 
    @media {
        a { 
            text-decoration: none !important;
        }
        .breadcrumbs_inner a, .qbutton {
        	color: #fff !important;
			text-decoration: none !important;
			border-bottom: none !important;
        }
        .house_plan_row > .section_inner > .section_inner_margin {
        	-webkit-box-pack: center;
        	    -ms-flex-pack: center;
        	        justify-content: center;
        }
        .house_plan_column {
			width: 49%;
		}
		@media (max-width: 767px) {
			.house_plan_column {
				width: 100%;
			}
		}
    }
}

.browser-block {
  display: none !important;
  z-index: 200000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 30px;
}

@supports((display: -ms-grid) or (display: grid)) {
  /*.browser-block {
    display: none !important;
  }*/
  .underline-centered, 
  .underline-blue,
  .underline-white {
  	display: none !important;
  }
}

/*RESPONSIVENESS ENDS*/

#back_to_top.on {
	display: none;
}