
.content-wrapper {
	background-color: #FFFFFF;
	position: relative;
	z-index: 0;
}header.header-wrapper {
  background: #fffde8 none repeat scroll 0 0;
  clear: both;
  display: block;
  float: left;
  height: 185px;
  padding: 15px 0;
  width: 100%;
}.header-company-title a {
	color: #998137;
	float: left;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 65px;
	margin: 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}.header-company-title > a img {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: top;
}.header-wrapper .social-icons p {
	margin: 22px 0;
	text-align: center;
}.header-wrapper .social-icons p .fa {
	border: 1px solid transparent;
	border-radius: 20px;
	color: #998137;
	font-size: 12px;
	line-height: 26px;
	margin: 0 5px;
	text-align: center;
	width: 26px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;	
	transition: all 300ms ease;
}.header-wrapper .social-icons p .fa:hover {
	border-color: #998137;
}
/* Clear Default Navigation Styles */
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li.active > a,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none; 
}.top-bar-section ul {
	float: left;
}
/* Start Our Navigation styles */
.navigation-wrapper {
}.navigation-wrapper .top-bar {
	background: #fffde8;
	height: 45px;
	line-height: 45px;
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
}.top-bar.expanded {
	height: auto !important;
}.top-bar.expanded .title-area {
	background: #fffde8;
}.top-bar-section ul{
	float: right;
}.top-bar-section ul li {
	padding: 0 14px;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
	font-size: 12px;
	font-weight: 400;
	font-family: "Source Sans Pro",sans-serif;
	color: #998137;
	padding: 0;	
	text-transform: uppercase;
	position: relative;
	line-height: 45px;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:hover:not(.has-form) > a {
	color: #998137;
	position: relative;
	line-height: 45px;
	padding: 0;
}.top-bar-section li.active:not(.has-form) a:not(.button):before {
	content: "";
	position: absolute;
	display: block;
	visibility: visible;
	margin: 0 auto;
	height: 2px;
	width: 0%;
	bottom: -1px;
	right: 0;
	left: 0;
	background: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;	
	transition: all 300ms ease;
	width: 100%;
	background: #998137;
 }.top-bar-section ul li:not(.has-form) > a:before {
	content: "";
	position: absolute;
	visibility: hidden;
	margin: 0 auto;
	height: 2px;
	width: 0px;
	bottom: -1px;
	right: 0;
	left: 0;
	background: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;	
	transition: all 300ms ease;
}.top-bar-section ul li:not(.has-form) > a:hover:before {
	width: 100%;
	background: #998137;
	visibility: visible;
}.top-bar-section .dropdown {
	background: #ffffff;
	padding: 15px;
}.top-bar-section .dropdown li {
	background: #ffffff;
	height: 30px;
	line-height: 3	0px;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #998137;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 15px;
	text-transform: none;
	text-transform: uppercase;
}.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
	background: #ffffff;
	color: #998137;
	padding: 0 15px;
	line-height: 20px;
}.top-bar-section .has-dropdown > a {
	padding-right: 0 !important;
}.top-bar-section .has-dropdown > a::after {
	display: none;
}.phone-toggle {
	overflow: hidden;
	position: fixed;
	top: 245px;
	right: 0;
	z-index: 10;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-moz-transform: translateX(242px);
	-webkit-transform: translateX(242px);
	-o-transform: translateX(242px);
	-ms-transform: translateX(242px);
	transform: translateX(242px);
}.phone-toggle.flyout {
	right: 0;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}.phone-button-action {
	background: rgba(153,129,55,0.95);
	color: #ffffff;
	display: block;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 22px;
	height: 120px;
	line-height: 1.5rem;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 105px;
	cursor: pointer;
}.phone-button-action .fa {
	clear: both;
	display: block;
	font-size: 38px;
	margin: 10px 0 0;
}.phone-button-action, .phone-number {
	float: left;
	height: 120px;
}.phone-number {
	color: #998137;
	background: rgba(255,253,232,0.95);
	font-family: "Source Sans Pro",sans-serif;
	font-size: 28px;
	line-height: 120px;
	padding: 0 36px;
}.phone-number a {
	color: #998137 !important;
}.service-group {
	background: rgba(153, 129, 55, 0.8) ;
	bottom: 150px;
	padding: 20px;
	position: absolute;
}.service-group h1,
 .service-group h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}.scroll-icon-wrapper {
	bottom: 50px;
	position: absolute;
	width: 100%;
}.scroll-icon-wrapper .scroll-icon {
	width: 115px;
	height: 90px;
	background: url("https://goldenhomebuildersfl.com/wp-content/themes/kbr2/images/scroll-icon.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
@keyframes mousewheel {
	0%   {top:40px;}
	50%  {top:65px;}
	100% {top:40px;}
}.scroll-icon-wrapper .scroll-icon::before {
	background: #FFFFFF;
	border-radius: 6px;
	content: "";
	height: 10px;
	left: calc(50% - 2px);
	position: absolute;
	top: 40px;
	width: 5px;
	z-index: 1;
	animation-name: mousewheel;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}.slider-overlay {
	width: 100%;
	height: calc(100vh - 105px);
	clear:both;
	position: relative;
	overflow: hidden;
}.service-slide-show {
	overflow: hidden;
	position: relative;
	top: 2px;
}.service-slide-show .slick-slider {
	margin: 0;
}.service-slide-show .slick-slide {
	position: relative;
	overflow: hidden;
}.service-slide-show .slick-slide div {
	position: absolute;
	top: 55%;
	width: 100%;
	opacity: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}.service-slide-show .slick-slide:hover div {
	opacity: 1;
}.service-slide-show .slick-slide div h3 {
	color: #ffffff;
	font-family: "Lato",sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 46px;
	margin: 0;
	text-transform: uppercase;
}.service-slide-show .slick-slide div p {
	color: #ffffff;
	font-family: "Lato",sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	text-transform: uppercase;
}.service-slide-show .slick-slide div .button {
	color: #ffffff;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	line-height: 45px;
	margin-top: 25px;
	padding: 0 70px;
}
/* Service slider hover div animation */
.service-slide-show .slick-slide div h3,
.service-slide-show .slick-slide div p  {
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.service-slide-show .slick-slide div .button {
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}.service-slide-show .slick-slide:hover div h3,
 .service-slide-show .slick-slide:hover div p {
	opacity: 1;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.service-slide-show .slick-slide:hover div .button {
	opacity: 1;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}.cta-one {
	background: #998137;
	width: 100%;
	clear: both;
	display: block;
}.cta-one h1 {
	color: #ffffff;
	font-family: "Lato",sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 52px;
	margin: 30px 0;
	text-transform: uppercase;
}.cta-one .button {
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-family: "Lato",sans-serif;
	font-size: 23px;
	font-weight: lighter;
	line-height: 52px;
	margin: 0 50px;
	padding: 0 60px;
	text-transform: uppercase;
}.cta-one .button:hover, .cta-one .button:focus {
	background: #ffffff;
	color: #720a05;
}.home-content .button.animate-button {
	margin: 40px auto 20px;
}.button.animate-button.inner-button {
	margin: 60px auto;
}.button.animate-button {
	background: #fffde8;
	color: #998137;
	height: 75px;
	width: 600px;
	max-height: 100%;
	border: 1px solid #998137;
	display: block;
	position: relative;
	z-index: 1;
	line-height: 75px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}.button.animate-button:hover {
	color: #998137;
}.mirror1 {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 75px;
	text-align: center;
	z-index: 2;
	text-overflow: clip;
	-webkit-transition: width 1000ms ease;
	-moz-transition: width 1000ms ease;
	-ms-transition: width 1000ms ease;
	-o-transition: width 1000ms ease;
	transition: width 1000ms ease;
}.mirror1 i {
	color: #998137;
	right: 0;
	min-width: 600px;
	max-width: 600px;
	width: 600px;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 0;
	font-style: normal;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}.button.animate-button:hover .mirror1 {
	width: 0%;
	color: #998137;
}.button.tiny, 
	button.tiny {
	background: none;
	color: #998137;
	border: 1px solid #998137;
	font-size: 12px;
	line-height: 35px;
	padding: 0 25px;
}.split-wrapper {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}.wrapper-scaled {
	max-width: 600px;
	width: 100%;
}.wrapper-scaled.section-one {
	float: none;
	margin: 0 auto;
	text-align: right;
	padding: 100px 30px;
}.wrapper-scaled.section-two {
	float: none;
	margin: 0 auto;
	text-align: left;
	padding: 40px 30px;
}.split-wrapper .height-adjust {
	position: absolute;
	z-index: -1;
}.divider {
	width: 50%;
	display: block;
	min-height: 1px;
}.small-banner.green-cleaning {
	background: url("https://goldenhomebuildersfl.com/wp-content/themes/kbr2/images/green-cleaning.jpg");
	background-size: auto 100%;
	background-position: center center;
	width: 100%;
	height: 350px;
	clear: both;
}
.gallery-scope {
	padding: 24px 0;
	text-align: center;
	width: 100%;
}
.gallery-scope ul li {
	display: inline-block;
	margin: 0 14px;
}
.gallery-scope ul li span {
	color: #998137;
	cursor: pointer;
	display: block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 22px;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.gallery-scope ul li span:hover, 
.gallery-scope ul li span.active-selection {
	color: #FFFFFF;
	background: #998137;
}
.gallery-shell .gallery-images a {
  display: block;
  float: left;
  margin: 7px;
  overflow: hidden;
  position: relative;
  width: calc(20% - 14px);
}
/* Default Styles */
#wpadminbar {display: none !important;}
body {
	font-family: "Lato",sans-serif;
}h1, h1 a {
	color: #998137;
	font-family: "Lato",sans-serif;
	font-size: 26px;
	line-height: 1.27em;
	margin: 10px 0 25px;
}h2 {
	color: #998137;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 1.5rem;
	margin: 10px 0 25px;
}h3 {
	color: #998137;
	font-family: "Lato", sans-serif;
	font-size: 1.6em;
	line-height: 22px;
	margin: 10px 0 25px;
}h4 {
	font-family: "Lato", sans-serif;
	color: #998137;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.5rem;
	margin: 10px 0 25px;
}p {
	font-family: "Lato", sans-serif;
	color: #353535;
	font-size: 15px;
	margin: 0 0 20px;
}ul {
	list-style-type: none;
}.content-wrapper ul li {
	font-family: "Lato", sans-serif;
	color: #998137;
	font-size: 15px;
	margin: 0 0 2px;		
}.row.full {
	max-width: 100%;
}.gallery-shell .row.wide {
	max-width: 1550px;
}.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}.vertical-padding {
	padding-top: 45px;
	padding-bottom: 45px;
}.strip-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}.contain-to-grid {
	background: none !important;
}.contain-to-grid .top-bar {
	max-width: 75em;
}.footer-wrapper {
	background: #fffde8;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	padding: 25px 0 0 0;
}.footer-inner-wrapper {
	margin: 0 auto;
	padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
	padding: 0 0 25px 0;
}.footer-wrapper .social-icons .fa {
	color: #998137;
	font-size: 33px;
	line-height: 50px;
	margin: 0 5px;
	width: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;	
	transition: all 300ms ease;
}.footer-wrapper .social-icons .fa:hover {
	color: #272727;	
}.contact-page-wrapper .wrapper-scaled.section-one {
	padding: 15px 30px;
}.service-hours time {
	font-size: 14px;
	font-family: "Lato", sans-serif;
}.service-hours time b {
	color: #998137;
	font-size: 16px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
}.contactForm  {
	margin-top: 20px;
}.contactForm  label{
	font-weight: bold;
	display: block;
}.contactForm input {
	border: 1px solid #998137;
	color: #998137;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-weight: 300;
	height: 50px;
	margin: 0 0 20px;
	padding: 0 10px;
	width: 100%;
}.contactForm textarea {
	padding: 10px;
	border: 1px solid #998137;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	min-height: 100px;
	margin: 0 0 20px;
}.contactForm .captchaWrapper {
	margin-top: 10px;
}.contactForm .captchaRefresh {
	vertical-align: top;
}.contactForm .submitWrapper {
	text-align: center;
}.contactForm .submitWrapper span.submit {
	background-color: #fafafa;
	border: 1px solid #998137;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 65px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.contactForm .submitWrapper span.submit:hover {
	background-color: #998137;
	border: 1px solid #998137;
	color: #FFFFFF;
}.emailConfirmation {
	margin: 0 auto;
}.emailConfirmation h1 {
	color: #00CC00;
}.contact-information-wrapper {
	margin: 40px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #998137;
}.contact-information-wrapper p {
	color: #998137;
	font-size: 22px;
	font-weight: 300;
	line-height: 50px;
	margin: 0;
}p.contact-title {
	font-family: "Lato", sans-serif;
	color: #151515;
	font-size: inherit;
	margin: 15px 0;
}.slick-background-wrapper {
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 101% !important;
	overflow: hidden;
}.disclaimer p {
	font-size: 12px;
}.disc-pre-image {
	color: #999999;
	line-height: normal;
	margin: 30px 0 0;
}.lnm-image > img {
	margin: 0 0 50px;
	max-width: 120px;
	opacity: 0.3;
}
@media only screen and (max-width: 1400px) {
	.divider {
		width: 100%;
	}.split-wrapper {
		width: 50%;
	}.split-wrapper .height-adjust {
		max-width: 100%;
		position: relative;
	}.divider.content-area {
		background: #FFFFFF;
	}.divider img {
		max-width: 100%;
	}.wrapper-scaled.section-one,
	 .wrapper-scaled.section-two {
		text-align: center;
	}.top-bar-section ul li {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 1200px) {
	.wrapper-scaled {
		max-width: 800px;
	}header.header-wrapper {
  background: #fffde8 none repeat scroll 0 0;
  clear: both;
  display: block;
  float: left;
  height: 240px;
  padding: 15px 0;
  width: 100%;
}.top-bar .toggle-topbar.menu-icon a {
  color: #998137;
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  position: relative;
}.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #998137, 0 7px 0 1px #998137, 0 14px 0 1px #998137;
  content: "";
  display: block;
  height: 0;
  margin-top: -8px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
}.split-wrapper {
		width: 100%;
	}.split-wrapper .height-adjust {
		width: 800px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}.split-wrapper .height-adjust {
		max-width: 100%;
		position: relative;
	}
}
@media only screen and (max-width: 767px) {
	header.header-wrapper .columns {
		position: relative;
	}.header-wrapper .social-icons {
		float: left !important;
		position: relative;
		z-index: 10;
	}header.header-wrapper .social-icons p {
		margin: 0;
		line-height: 45px;
		position: absolute;
	}.header-company-title a {
  color: #998137;
  float: left;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 65px;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}.navigation-wrapper .top-bar {
		margin: 0;
	}.top-bar-section .dropdown li {
		height: 40px;
	}.phone-toggle {
		overflow: hidden;
		position: fixed;
		right: 0;
		top: calc(100% - 45px);
		width: 100%;
		z-index: 10;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}.phone-toggle.flyout {
		right: 0;
		-moz-transform: translateY(-70px);
		-webkit-transform: translateY(-70px);
		-o-transform: translateY(-70px);
		-ms-transform: translateY(-70px);
		transform: translateY(-70px);
	}.phone-button-action {
		width: 100%;
	}.phone-button-action .text br {
		display: none;
	}.phone-button-action .fa {
		clear: none;
		display: inline-block;
		font-size: 28px;
		margin: 0 0 0 10px;
		vertical-align: middle;
	}.phone-button-action, .phone-number {
		height: auto;
	}.phone-number {
		display: block;
		font-size: 28px;
		line-height: 70px;
		padding: 0;
		text-align: center;
		width: 100%;
	}.phone-number a {
		color: #FFFFFF !important;
	}.button.animate-button {
		width: 320px;
	}.mirror1 i {
		min-width: 320px;
		max-width: 320px;
		width: 320px;
	}.button.animate-button:hover .mirror1 {
		width: 0%;
	}.contact-information-wrapper p {
		font-size: 15px;
	}
}