/* Custom Styles for Pole Barns Direct - Jon 4/17/2020 */

/* Reset */

.btn.focus,
.btn:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

dl, ol, ul {
	padding-left: 18px;
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.form-control:focus, .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=week], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=submit], .wpcf7 select:focus, .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Utility Classes */

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

main.site-main {
	width: 100%;
}

/* Typography */

body, html {
	font-family: 'Open Sans', Open Sans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Open Sans, sans-serif;
	font-weight: bold;
}

h1.caps, h2.caps, h3.caps, h4.caps, h5.caps, h6.caps {
	text-transform: uppercase;
}

ul.columns2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

ul.columns3 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

/* Links & Buttons */

a {
	color: #063319;
}

a:hover,
a:active,
a:focus {
	color: #000;
	box-shadow: none;
}

.btn {
	font-family: 'Open Sans', Open Sans, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
}


.btn-primary {
	background-color: #063319;
	border-color: #063319;
	color: #fff;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff;
}

.btn-primary:focus {
	background-color: #063319;
	border-color: #063319;
	color: #fff;
}


.btn-outline-primary {
  color: #063319;
  border-color: #063319;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
	background-color: #063319;
	border-color: #063319;
	color: #fff;
}

.btn-outline-primary:focus {
  color: #063319;
  border-color: #063319;
}


.btn-secondary {
	background-color: #c7b783;
	border-color: #c7b783;
	color: #06331a;
}

.btn-secondary:hover, .btn-secondary:active {
	background-color: #ae9d65 !important;
	border-color: #ae9d65 !important;
	color: #06331a;
}

.btn-secondary:focus {
	background-color: #c7b783;
	border-color: #c7b783;
	color: #06331a;
}

.btn-lt-green {
	background-color: #4a8176;
	border-color: #4a8176;
	color: #fff;
}

.btn-lt-green:hover, .btn-lt-green:active {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff;
}

.btn-lt-green:focus {
	background-color: #4a8176;
	border-color: #4a8176;
	color: #fff;
}

.btn-lt-gray {
	background-color: #eee;
	border-color: #eee;
	color: #333;
}

.btn-lt-gray:hover, .btn-lt-gray:active {
	background-color: #ccc !important;
	border-color: #ccc !important;
	color: #333;
}

.btn-lt-gray:focus {
	background-color: #eee;
	border-color: #eee;
	color: #333;
}


#top-nav .get-a-quote a.nav-link {
	background-color: #c7b783;
	border-color: #c7b783;
	color: #fff;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 10px;
}

#top-nav .get-a-quote a.nav-link:hover,
#top-nav .get-a-quote a.nav-link:active {
	background-color: #ae9d65 !important;
	border-color: #ae9d65 !important;
	color: #fff;
}

#top-nav .get-a-quote a.nav-link:focus {
	background-color: #c7b783;
	border-color: #c7b783;
	color: #fff;
}


.btn-outline-secondary {
  color: #c7b783;
  border-color: #c7b783;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active {
	background-color: #c7b783;
	border-color: #c7b783;
	color: #fff;
}

.btn-outline-secondary:focus {
  color: #c7b783;
  border-color: #c7b783;
}

/* Bootstrap Menu Hover Hack */

.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
}
.dropdown > .dropdown-menu {
  margin: 0;
  display: none;
  overflow: hidden;
  opacity: 0;
}

#mobile-menu-top {
	background-color: #06331a;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#mobile-menu-top .row {
	margin-left: 0;
	margin-right: 0;
}

#mobile-menu-top .text-left,
#mobile-menu-top .text-right {
	padding-left: 0;
	padding-right: 0;
}

#mobile-menu-top .text-left a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: bold;
}

#mobile-menu-top .text-right .btn {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	letter-spacing: 0;
	margin-left: 5px;
	margin-right: 5px;
	font-size: .9rem;
}





/* Off-Canvas Menu */

.menu-trigger {
	position: absolute;
	z-index: 999;
	top: 75px;
	right: 8px;
}

.menu-trigger > a.ocs-trigger {
	background-color: transparent;
	border: 0 !important;
	color: #000 !important;
	font-size: 1.1rem;
	padding-left: 0;
	padding-right: 0;
}

.menu-trigger > a.btn-mobile-options {
  font-size: .9rem;
  margin-right: 15px;
  padding: 5px 10px;
}


#menu-mobile-nav {
	list-style: none;
	padding: 0;
	font-weight: bold;
}

/* Level 1 */

#menu-mobile-nav-menu {
	padding-left: 0;
}

#menu-mobile-nav-menu > li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
}

#menu-mobile-nav-menu > li > a {
	display: block;
	color: #fff;
	padding: 8px 12px;
	font-weight: 900;
}

#menu-mobile-nav-menu > li > a:hover,
#menu-mobile-nav-menu > li > a:active,
#menu-mobile-nav-menu > li > a:focus {
	background-color: #333;
	text-decoration: none;
	cursor: pointer;
}

#menu-mobile-nav-menu > li.ocs-trigger {

}

#menu-mobile-nav-menu > li.ocs-trigger > a {
  text-align: left;
  color: #ecde1c;
  text-transform: uppercase;
  font-size: 16px;
}

#menu-mobile-nav-menu > li.ocs-trigger > a:hover,
#menu-mobile-nav-menu > li.ocs-trigger > a:active,
#menu-mobile-nav-menu > li.ocs-trigger > a:focus {
	background-color: #333;
	text-decoration: none;
	cursor: pointer;
}


/* Level 2 */

#menu-mobile-nav-menu > li > ul {
	list-style: none;
	padding-left: 0;
	background-color: #1b1b1b;
}

#menu-mobile-nav-menu > li > ul > li {
	display: block;
}

#menu-mobile-nav-menu > li > ul > li > a {
	display: block;
	color: #fff;
	padding: 7px 0 7px 20px;
	border-top: 1px solid #323232;
	font-weight: normal;
}

#menu-mobile-nav-menu > li > ul > li > a:hover,
#menu-mobile-nav-menu > li > ul > li > a:active,
#menu-mobile-nav-menu > li > ul > li > a:focus {
	background-color: #333;
	text-decoration: none;
	cursor: pointer;
}





#main-nav.lower-nav-container {
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 0;
}

.container-lower-nav {
	min-height: 165px;
}

.navbar-brand {
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#top-nav ul.navbar-nav > li > a  {
	font-size: .85rem;
	font-weight: bold;
	text-transform: uppercase;
}

#top-nav ul.navbar-nav > li > a  {
	color: rgba(255, 255, 255, 0.75);
}

#top-nav ul.navbar-nav > li > a:hover  {
	color: rgba(255, 255, 255, 1);
}

.top-nav-phone {
	margin-bottom: 0;
}

.top-nav-phone a {
	color: #fff;
	text-decoration: none;
}

.top-nav-phone a:hover {
	color: #c7b783;
	text-decoration: none;
}

#lower-nav ul.navbar-nav > li > a  {
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	font-size: .95rem;
}

#lower-nav ul.navbar-nav > li > a:hover  {
	color: #4a8176;
}

#lower-nav ul.navbar-nav > .stylized-options-button {
	margin-left: 8px;
}

#lower-nav ul.navbar-nav > .stylized-options-button > a {
	background-color: #4a8175;
	color: #fff;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	font-size: 1.1rem;
	margin-top: -5px;
	box-shadow: 4px 4px 0 #c7b783;
}

#lower-nav ul.navbar-nav > .stylized-options-button > a:hover {
	color: #fff;
}




/* Style Guide */

.swatch {
	display: inline-block;
	clear: both;
	width: 200px;
	height: 200px;
	margin: 0 10px 0 0;
}

.swatch.swatch-dark-green {
	background-color: #063319;
}

.swatch.swatch-light-green {
	background-color: #4a8176;
}

.swatch.swatch-gold {
	background-color: #c7b783;
}

/* Home Page */

.page-template-home-page .wrapper {
	padding: 30px 0 15px 0;
}

.container-fluid.container-home-page {
	padding-left: 0;
	padding-right: 0;
}

#home-hero-img {
	padding: 0;
	z-index: 9;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -95px;
	min-height: 820px;
}

#home-hero-box-wrapper {
	background-color: #4a8176;
	z-index: 10;
	position: relative;
	margin-top: -14%;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#home-hero-box-inner {
	background-color: #06331a;
	color: #fff;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	top: -40px;
	z-index: 11;
	box-shadow: 0px 2px 6px #252525;
}

#home-hero-box-inner h2 {
	text-transform: uppercase;
	font-size: 2.4rem;
	margin-top: 0;
	font-weight: 900;
}

#home-hero-box-inner h3 {
	font-weight: normal;
	font-size: 1.2rem;
	font-style: italic;
	margin-bottom: 20px;
}

#home-hero-box-inner .btn {
	font-size: 1.6rem;
	letter-spacing: 0;
	font-weight: 900;
}


#home-hero-video {
	background-color: #06331a;
	color: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 2px 6px #252525;
	padding: 20px;
}

#home-hero-video .popup-thumb {
	display: block;
	width: 100%;
	box-shadow: 0px 2px 6px #000;
}

#home-hero-video h2 {
	text-transform: uppercase;
	font-size: 2.5rem;
}

#home-hero-video h3 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.3;
}

#home-hero-video .popup-btn i.fa {
	margin-right: 5px;
}

#home-hero-video p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.2;
}


.page-home .btn.btn-secondary {
	font-size: 1.6rem;
	letter-spacing: 0;
	font-weight: 900;
	color: #06331a;
}

#home-photos {
	margin-bottom: 15px;
}

#home-photos .left-col {
	padding-right: 8px;
}

#home-photos .right-col {
	padding-left: 8px;
}

#home-photos .img-blocks {
	background-color: #eee;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#home-photos .img-blocks.img-block-large {
	min-height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#home-photos .img-blocks.img-block-small {
	min-height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#home-photos .bullet-point {
	background-color: #eee;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 12px;
}

#home-photos .bullet-point h3 {
	text-transform: uppercase;
	color: #4a8176;
	font-weight: 900;
	line-height: 1.1;
	font-size: 1.9rem;
}

#home-photos .bullet-point p {
	color: #666;
	margin-bottom: 0;
	font-size: 1.3rem;
	line-height: 1.3;
}

#home-photos .home-photos-footer {
	margin-top: 15px;
	margin-bottom: 35px;
}

#home-photos .home-photos-footer a {
	color: #4a8176;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
}

#home-photos .home-photos-footer a:hover {
	color: #06331a;
	text-decoration: none;
}

#trust-comes-standard {
	text-align: center;
	background-color: #06331a;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 25px;
}

#trust-comes-standard h2 {
	text-transform: uppercase;
	color: #c7b783;
	font-weight: 900;
	line-height: 1.1;
	font-size: 2.4rem;
}

#trust-comes-standard p {
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 0 10%;
}

#building-types {
	background-color: #4a8176;
	padding-top: 30px;
	padding-bottom: 3px;
	margin-bottom: 0;
	text-align: center;
}

#building-types h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	line-height: 1;
	font-size: 2.4rem;
}

#building-types h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

#building-types .building-types-buttons a {
	display: block;
	width: 100%;
	text-decoration: none;
	transition: all .1s ease-in-out;
}

#building-types .building-types-buttons a:hover {
	transform: scale(1.02);
	text-decoration: none;
}

#building-types .img-fluid {
	box-shadow: 0px 2px 5px #444444;
}

#building-types .type-overlay {
	position: relative;
	z-index: 10;
	box-shadow: 0px 2px 5px #444444;
	background-color: #fff;
	padding: 20px 3px 12px;
	width: 65%;
  margin: -70px auto 30px;
}

#building-types .type-overlay h4 {
	font-size: 1.3rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.15;
	text-align: left;
	position: relative;
	padding-left: 90px;
	margin-bottom: 20px;
	display: inline-block;
}

#building-types .type-overlay h4:before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 13px;
	top: -10px;
	width: 60px;
	height: 65px;
	line-height: 2;
}

#building-types .type-overlay h4.icon-agricultural:before { background-image: url(img/icon-agricultural.svg); }
#building-types .type-overlay h4.icon-commercial:before { background-image: url(img/icon-commercial.svg); }
#building-types .type-overlay h4.icon-residential:before { background-image: url(img/icon-residential.svg); }
#building-types .type-overlay h4.icon-equestrian:before { background-image: url(img/icon-equestrian.svg); }

#building-types .type-overlay h4 .line-1 {
	display: block;
	color: #06331a;
}

#building-types .type-overlay h4 .line-2 {
	display: block;
	color: #4a8176;
}

#building-types .type-overlay p {
	font-size: .80rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #8c8c8c;
	margin-bottom: 0;
}

#building-types .building-types-footer {
	margin-top: 0;
	margin-bottom: 25px;
}

#building-types .building-types-footer a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
}

#building-types .building-types-footer a:hover {
	color: #06331a;
	text-decoration: none;
}

#start-to-finish {
	background: url(img/construction-bg.jpg) center center no-repeat;
	background-size: cover;
	min-height: 600px;
	padding-top: 30px;
	padding-bottom: 40px;
}

#start-to-finish h2 {
	text-transform: uppercase;
	color: #4a8176;
	font-weight: 900;
	line-height: 1;
	font-size: 2.4rem;
	text-align: center;
}

#start-to-finish h3 {
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	line-height: 1;
	font-size: 1.8rem;
	margin-bottom: 40px;
	text-align: center;
}

#start-to-finish .single-feature {
	float: left;
	width: 100%;
	padding-left: 95px;
	position: relative;
	margin-bottom: 20px;
}

#start-to-finish .single-feature:before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 70px;
}

#start-to-finish .single-feature.consultation:before { background-image: url(img/permits-licensing.svg); }
#start-to-finish .single-feature.construction:before { background-image: url(img/hammer.svg); }
#start-to-finish .single-feature.architectural:before { background-image: url(img/architectural.svg); }
#start-to-finish .single-feature.concrete:before { background-image: url(img/concrete.svg); }
#start-to-finish .single-feature.interior:before { background-image: url(img/window.svg); }
#start-to-finish .single-feature.final-grading:before { background-image: url(img/final-grading.svg); }


#start-to-finish .single-feature h4 {
	text-transform: uppercase;
	margin-bottom: 5px;	
	font-size: 1.5rem;
}

#start-to-finish .single-feature ul {
	padding-left: 20px;
}

#start-to-finish .single-feature ul > li {
	margin-bottom: 7px;
}

#start-to-finish .single-feature ul.columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/*
#start-to-finish .feature-button {
	padding-top: 5px;
}

#start-to-finish .feature-button .btn {
	font-size: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
*/

#peace-of-mind-worth {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	background: url(img/barn-bg.jpg) center bottom no-repeat;
	background-size: cover;
	color: #fff;
}

#peace-of-mind-worth .gradient-bg {
	padding-top: 670px;
	padding-bottom: 30px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 55%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 55%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#peace-of-mind-worth h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	line-height: 1;
	font-size: 2.4rem;
}

#peace-of-mind-worth p {
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 0 14%;
}

#peace-of-mind-worth .btn {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 900;
}

#building-process {
	padding-top: 40px;
	padding-bottom: 15px;
	margin-bottom: 0;
	text-align: center;
}

#building-process h2 {
	text-transform: uppercase;
	color: #4a8176;
	font-weight: 900;
	line-height: 1;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

#building-process .img-fluid {
	box-shadow: 0px 2px 5px #ccc;
}

#building-process .type-overlay {
	position: relative;
	top: -40px;
	z-index: 10;
	box-shadow: 0px 2px 5px #ccc;
	background-color: #fff;
	padding: 0 10px 10px 10px;
	width: 90%;
	margin: 0 auto;
}

#building-process .type-overlay .step-number {
	display: inline-block;
	text-align: center;
	background-color: #4a8176;
	color: #fff;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-weight: 900;
	border-radius: 50%;
	font-size: 2.4rem;
	margin-top: -32px;
	margin-bottom: 7px;
}

#building-process .type-overlay h4 {
	font-size: 1.3rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#building-process .type-overlay p {
	font-size: .9rem;
	line-height: 1.2;
	text-align: left;
	color: #666;
	margin-bottom: 0;
}

#peace-of-mind-guarantee {
	background-color: #4a8176;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 10px;
}

#peace-of-mind-guarantee .peace-of-mind-guarantee-header {
	margin-bottom: 30px;
}

#peace-of-mind-guarantee h2 {
	text-transform: uppercase;
	color: #c7b783;
	font-weight: 900;
	line-height: 1.1;
	font-size: 3rem;
	margin-top: 30px;
	margin-bottom: 0;
}

#peace-of-mind-guarantee h3 {
	font-weight: normal;
	font-style: italic;
	line-height: 1.1;
	font-size: 1.6rem;
	margin-bottom: 0;
}

#peace-of-mind-guarantee h4 {
	text-transform: uppercase;
	color: #c7b783;
	font-weight: 900;
	line-height: 50px;
	font-size: 2.2rem;
	margin-top: 0;
	margin-bottom: 5px;
}

#peace-of-mind-guarantee h4 .check {
	display: inline-block;
	text-align: center;
	background-color: #c7b783;
	color: #4a8176;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 2.4rem;
	margin-right: 3px;
}

#peace-of-mind-guarantee p {
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 30px;
}

#peace-of-mind-guarantee .btn {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 900;
}

#testimonials {
	padding-top: 30px;
	padding-bottom: 20px;
}

#testimonials h2 {
	text-transform: uppercase;
	color: #4a8176;
	font-weight: 900;
	line-height: 1;
	font-size: 2.4rem;
	margin-bottom: 25px;
	text-align: center;
}

#testimonials .embed-responsive {
	margin-bottom: 5px;
	box-shadow: 0 1px 5px #909090;
}

#testimonials .swiper-outer {
	min-height: 280px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#testimonials .swiper-container {
  width: 100%;
  height: 100%;
}
    
#testimonials .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 25px 20px 3px 20px;
}

#testimonials .swiper-slide p {
	font-size: 1rem;
	display: block;
	clear: both;
	width: 100%;
}

#testimonials .swiper-slide p.rating .fa-star {
	color: #f5d520;
	font-size: 2rem;
}

#testimonials .swiper-slide p.review {
	color: #666;
}

#testimonials .swiper-slide p.customer {
	font-weight: bold;
	color: #06331a;
}


#testimonials .swiper-button-prev,
#testimonials .swiper-container-rtl .swiper-button-next {
    left: -25px;
    right: auto;
}

#testimonials .swiper-button-next,
#testimonials .swiper-container-rtl .swiper-button-prev {
    right: -25px;
    left: auto;
}

#testimonials .swiper-button-next,
#testimonials .swiper-button-prev {
	color: #4a8176;
}

#testimonials .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4a8176;
}

#looking-to-finance {
	background-color: #4a8176;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 32px;
}

#looking-to-finance h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	line-height: 1.25;
	font-size: 2.2rem;
	margin-top: 0;
	margin-bottom: 0;
}

#looking-to-finance h3 {
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.25;
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 0;
}

#looking-to-finance .btn {
	margin-top: 12px;
	color: #fff;
}


/* Page Defaults */

.page-banner {
	padding-left: 0;
	padding-right: 0;
	margin-top: -65px;
	border-bottom: 5px solid #ccc;
}

.container-full-width {
	padding-left: 0;
	padding-right: 0;
}

.container-full-width article.type-page .entry-header {
	text-align: center;
}

.container-options {
	
}

.container-options-colors {
	
}

/* Blog */

.container-blog .entry-header {
	text-align: left;
	margin-bottom: 30px;
}

.container-blog-posts article.post {
	padding: 20px;
	box-shadow: 0 1px 6px #ccc;
	margin-bottom: 30px;
}

.container-blog article.post {
	margin-bottom: 30px;
}

.container-blog-posts article.post .entry-footer .cat-links,
.container-blog-posts article.post .entry-footer .comments-link,
.container-blog-posts article.post .entry-footer .edit-link {
	display: none !important;
}

.container-blog-posts article.post .entry-footer span {
	padding-right: 0;
}

.container-blog-posts article.post img.post-thumb {
	margin-bottom: 10px;
}

.container-blog-posts article.post header.entry-header {
	margin-bottom: 10px;
}

.container-blog .post-thumb {
	margin-bottom: 10px;
}


.container-blog .entry-header .entry-meta {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 2px solid #eee;
}

.container-blog .post-navigation {
	display: none !important;
}

/* Sidebar */

.sidebar-item-posts {
	margin-top: 30px;
	border: 1px solid #4a8176;
}

.sidebar-item-posts h4 {
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 2px;
	color: #fff;
	background-color: #4a8176;
	margin-bottom: 4px;
}

.sidebar-item-posts h6 {
	margin-bottom: 3px;
}

.sidebar-item-posts .single-post {
	padding: 8px 14px;
	margin-bottom: 0;
}

.sidebar-item-posts .single-post img {
	margin-bottom: 7px;
}

.sidebar-item-posts .single-post p {
	font-size: .8rem;
	color: #666;
	margin-bottom: 0;
}

.sidebar-item-posts p.all-posts {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

/* Yoast Breadcrumbs */

.breadcrumbs {
	padding-left: 0;
	padding-right: 0;
}

.breadcrumbs #breadcrumbs {
	background-color: #f4f4f4;
	padding: 6px 10px;
	box-shadow: 1px 1px 2px #ccc;
	margin-bottom: 25px;
	font-size: .9rem;
}

.breadcrumbs #breadcrumbs i.fa {
	margin: 0 3px;
	color: #999;
}

.breadcrumbs #breadcrumbs a {
	font-weight: bold;
	color: #4a8176;
}

.breadcrumbs #breadcrumbs .breadcrumb_last {
	color: #666;
}

/* Building Pages */

.container-buildings .container-header {
	padding-left: 0;
	padding-right: 0;
}

.container-buildings .container-header .entry-header {
    text-align: center;
    margin-top: -63px;
    margin-bottom: 20px;
}

.container-buildings .building-intro {
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 40px;
}

.container-buildings .building-intro h2 {
	text-transform: none;
	color: #4a8176;
	font-weight: 900;
	font-size: 2rem;
	margin-bottom: 10px;
}

.container-buildings .building-intro p {
	margin-bottom: 10px;
	font-size: .9rem;
}

.container-buildings .building-intro ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	font-size: .9rem;
}

.container-buildings .building-video {
	background-color: #eee;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.container-buildings .building-video .embed-responsive {
	box-shadow: 0 1px 6px #7a7a7a;
}

.container-buildings .building-video h3 {
	color: #4a8176;
	margin-bottom: 15px;
}

.container-buildings .building-video p {
	margin-top: 15px;
}

.container-buildings .building-size {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 40px;
	padding: 20px;
	color: #fff;
	background: 
  /* On "top" */
  repeating-linear-gradient(
    90deg,
    transparent,
    transparent 20px,
    #3c7166 20px,
    #3c7166 50px
  ),
  /* on "bottom" */
  linear-gradient(
    to top,
    #4a8176,
    #3c7166
  );
}

.container-buildings .building-size .price-wrapper {
	float: left;
	width: 100%;
	background: #265349;
	padding: 10px;
}

.container-buildings .building-size img {
	box-shadow: 0 1px 6px #265349;
}

.container-buildings .building-size h3 {
	display: block;
	width: 100%;
	text-transform: uppercase;
	background-color: #255349;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding: 7px 10px 8px;
}

.container-buildings .building-size h4 {
	text-transform: uppercase;
	font-size: 1.4rem;
}

.container-buildings .building-size h5 {
	font-size: 1.6rem;
	margin-bottom: 0;
}

.container-buildings .building-details {
	margin-bottom: 30px;
}

.container-buildings .building-imgs p {
	text-align: center;
	font-size: .9rem;
	margin-top: 5px;
	margin-bottom: 0;
}

.container-buildings .bottom-text,
.options-bottom-text {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 30px;
}

.container-buildings .bottom-text a,
.options-bottom-text a {
	color: #4a8176;
}

.container-buildings .bottom-text a:hover,
.options-bottom-text a:hover {
	color: #000;
}

.container-buildings .bottom-text a.btn,
.container-buildings .bottom-text a.btn:hover,
.options-bottom-text a.btn,
.options-bottom-text a.btn:hover {
	color: #fff;
}

.container-buildings .bottom-text h3,
.options-bottom-text h3 {
	color: #4a8176;
	font-weight: bold;
	line-height: 1.2;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.container-buildings .bottom-text p,
.options-bottom-text p {
	color: #666;
}

.container-buildings .bottom-text .download-guide,
.options-bottom-text .download-guide {
	margin-bottom: 30px;
}

.options-bottom-text {
	padding-left: 15px;
	padding-right: 15px;
}

.container-buildings.container-commercial .building-imgs p {
	margin-bottom: 15px;
}

/* FAQ */

.container-faq {
	
}

.container-faq .accordion {
	margin-bottom: 40px;
}

.container-faq h3 {
	color: #4a8176;
}

.container-faq .accordion button.btn-link {
	padding-left: 0;
	padding-right: 0;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.1rem;
	font-weight: bold;
}

.container-faq .accordion button.btn-link:hover,
.container-faq .accordion button.btn-link:focus {
	color: #4a8176;
}


/* Video Page */

.entry-content-video {
	
}

.entry-content-video .embed-responsive {
	box-shadow: 0 1px 5px #333;
	border-radius: 6px;
	overflow: hidden;
}

.entry-content-video h2,
.entry-content-video h3 {
	color: #4a8277;
}

.entry-content-video a {
	color: #4a8277;
	font-weight: bold;
}


/* Design Page */

body.page-template-design .container-lower-nav {
	min-height: 150px;
}

.container.breadcrumbs.breadcrumbs-design {
	padding-left: 15px;
	padding-right: 15px;
}

.container-design {
	margin-top: -30px;
}

.container-design article.type-page header.entry-header {
	text-align: center;
	border-bottom: 3px solid #eee;
}

.container-design article.type-page header.entry-header h2 {
	font-size: 28px;
	font-style: italic;
	margin: 18px 0 24px;
}

.entry-content-design {
	padding-top: 30px;
}

.container-design-intro,
.container-design-buttons,
.container-design-3d,
.container-design-options {
	padding-left: 0;
	padding-right: 0;
}

.container-design-intro h2 {
	color: #4a8177;
	font-weight: 900;
}

.container-design-intro ul {
	column-count: 2;
	column-gap: 20px;
	font-size: 16px;
}

.container-design-intro .embed-responsive {
	box-shadow: 0px 1px 6px #ccc;
}

.container-design-buttons {
	padding-top: 20px;
	padding-bottom: 15px;
}

.container-design-buttons .btn {
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 900;
}

.container-design-buttons .btn.btn-secondary {
	color: #000;
}

.container-design-buttons .btn i.fa {
	margin-left: 5px;
}

.container-design-3d {
	margin: 30px 0;
	padding: 24px 30px 40px 30px;
	color: #fff;
	background: /* On "top" */ 
		repeating-linear-gradient(90deg, transparent, transparent 20px, #3c7166 20px, #3c7166 50px), /* on "bottom" */ 
		linear-gradient(to top, #4a8176, #3c7166);
}

.container-design-3d h2 {
	text-align: center;
	font-weight: 900;
	font-size: 44px;
}

.container-design-3d p {
	text-align: center;
	font-size: 22px;
	padding-left: 15%;
	padding-right: 15%;
	margin-bottom: 25px;
	font-style: italic;
}

.container-design-3d h3 {
	text-align: center;
	font-style: italic;
	font-size: 31px;
	background-color: #06331a;
	padding: 12px;
	margin-bottom: 30px;
}

.container-design-3d .row-imgs {
	margin-bottom: 60px;
}

.container-design-3d .row-imgs:last-of-type {
	margin-bottom: 0;
}

.container-design-3d .object-fit-render-01 {
	object-fit: contain;
	object-position: center;
	width: 100%;
	max-width: 100%;
	height: 325px;
}

.container-design-3d .object-fit-photo-01 {
	object-fit: cover;
	object-position: center;
	width: 100%;
	max-width: 100%;
	height: 325px;
	box-shadow: 0 2px 8px #000;
}

.container-design-3d .object-fit-render-02 {
	object-fit: contain;
	object-position: center;
	width: 100%;
	max-width: 100%;
	height: 240px;
}

.container-design-3d .object-fit-photo-02 {
	object-fit: cover;
	object-position: center;
	width: 100%;
	max-width: 100%;
	height: 240px;
	box-shadow: 0 2px 8px #000;
}

.container-design-3d .object-fit-render-03 {
	object-fit: contain;
	object-position: center;
	width: 100%;
	max-width: 100%;
	height: 290px;
}

.container-design-3d .object-fit-photo-03 {
	object-fit: cover;
	object-position: center;
	width: 100%;
	max-width: 100%;
	height: 290px;
	box-shadow: 0 2px 8px #000;
}

.container-design-options .row-intro h2 {
	color: #4a8177;
	font-weight: 900;
	text-align: center;
	font-size: 42px;
	margin-bottom: 5px;
}

.container-design-options .row-intro p {
	text-align: center;
	font-size: 26px;
	font-style: italic;
	margin-bottom: 30px;
}

.container-design-options .row-inner {
	margin-bottom: 30px;
}

.container-design-options .row-inner .col-lg-5 {
	padding-right: 8px;
}

.container-design-options .row-inner .col-lg-7 {
	padding-left: 8px;
}

.container-design-options .row-inner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.container-design-options .row-inner h3 {
	hyphens: none;
	color: #4a8177;
}

.container-design-options .row-inner p {
	line-height: 1.3;
}

.container-design-options .row-link {
	margin-bottom: 15px;
	text-align: center;
}

.container-design-options .row-link a {
	color: #4a8177;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
}

.container-design-options .row-link a:hover {
	color: #06331a;
	text-decoration: none;
}

.container-design-options .row-link a i.fa {
	margin-left: 5px;
}

/* Quote Forms */


/* Zip Search */
#gform_4 .validation_error,
#gform_5 .validation_error {
	display: none;
}

#field_4_54,
#field_5_54 {
	padding-top: 15px;
	padding-bottom: 15px;
/*
	padding-left: 10px;
	padding-right: 10px;
*/
	text-align: center;
	margin-right: 0;
}

#field_4_54 label.gfield_label,
#field_5_54 label.gfield_label {
	font-size: 24px;
	display: block;
	margin-bottom: 10px !important;
}

#field_4_54 label.gfield_label .gfield_required
#field_5_54 label.gfield_label .gfield_required {
	display: none;
}

#field_4_54 #input_4_54,
#field_5_54 #input_5_54 {
	font-size: 32px;
	text-align: center;
}

#field_4_54.gfield.gfield_error,
#field_5_54.gfield.gfield_error {
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
	color: #000;
	margin-right: 0;
}

#field_4_54.gfield_error .gfield_label,
#field_5_54.gfield_error .gfield_label {
	color: #000;
}

#field_4_54 .validation_message,
#field_5_54 .validation_message {
	color: red;
	padding-right: 0;
}

#field_4_54 .zip-fail,
#field_5_54 .zip-fail {
  background-color: #6d0a0b;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 20px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 15px;
}

#field_4_54 .zip-fail span,
#field_5_54 .zip-fail span {
	font-size: 28px;
}

#field_4_54 .zip-fail p,
#field_5_54 .zip-fail p {
	margin-bottom: 0;
}

#gform_4 .gform_page_footer,
#gform_5 .gform_page_footer {
	border-top: 0;
	padding-top: 0;
}




.select-a-quote-form .card-deck .card {
	box-shadow: 0 1px 6px #ccc;
	margin-bottom: 40px;
}

.select-a-quote-form .card-deck .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	background-color: #4a8176;
	border: 1px solid #4a8176;
	position: relative;
	margin-bottom: 20px;
}

.select-a-quote-form .card-deck .card-header:after {
	position: absolute;
	bottom: -20px;
	left: 41%;
	content: '';
	width: 0px;
	height: 0px;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 25px solid #4a8176;
}

.select-a-quote-form .card-deck .list-group-item {
	margin-bottom: 0;
	border-bottom: 0;
	font-size: 1.1rem;
}

.select-a-quote-form .card-deck .card a.btn {
	border-radius: 4px;
}

.select-a-quote-form-footer {
	text-align: center;
	margin-bottom: 40px;
}

.select-a-quote-form-footer .wrapper {
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 8% 10px;
	border: 2px solid #eee;
	border-radius: 4px;
}



.quote-form-wrapper {
	margin-top: 30px;
	padding: 0;
	box-shadow: 0 1px 7px #ccc;
	border-radius: 8px;
  border: 10px solid #4a8176;
  margin-bottom: 30px;
}

.quote-form-wrapper h3 {
	text-transform: none;
	background-color: #4a8176;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	font-size: 1.6rem;
	margin-bottom: 5px;
	padding: 0 10px 12px;
}

.quote-form-wrapper .quote-form-wrapper-inner {
	padding: 15px;
}

/* Instant Quote Form - Overrides Calculated Form Fields Plugin Styles */

.quote-form-wrapper-inner #fbuilder {
	padding-bottom: 10px;
}

.quote-form-wrapper-inner #fbuilder #formheader_1 {
	display: none;
}

.quote-form-wrapper-inner #fbuilder legend {
	border: 0;
	background-color: #4a8176;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px 4px;
}

.quote-form-wrapper-inner #fbuilder .r {
	color: red;
	font-weight: normal;
}

.quote-form-wrapper-inner #fbuilder fieldset {
  border: 0;
	padding-left: 0;
	padding-right: 0;
  background-color: #f5f5f5;	
  padding-top: 0;
  padding-bottom: 0;
}

.quote-form-wrapper-inner #fbuilder .fields {
	padding: 10px;
}

.quote-form-wrapper-inner #fbuilder input[type="text"],
.quote-form-wrapper-inner #fbuilder input[type="date"],
.quote-form-wrapper-inner #fbuilder input[type="datetime"],
.quote-form-wrapper-inner #fbuilder input[type="email"],
.quote-form-wrapper-inner #fbuilder input[type="number"],
.quote-form-wrapper-inner #fbuilder input[type="search"],
.quote-form-wrapper-inner #fbuilder input[type="time"],
.quote-form-wrapper-inner #fbuilder input[type="url"],
.quote-form-wrapper-inner #fbuilder textarea,
.quote-form-wrapper-inner #fbuilder select {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
}

.quote-form-wrapper-inner #fbuilder .top_aligned .fields > label {
	font-weight: bold;
	margin-bottom: 3px;
}

.quote-form-wrapper-inner #fbuilder .pbreak .pbPrevious,
.quote-form-wrapper-inner .pbreak .pbNext,
.quote-form-wrapper-inner .pbSubmit {
    background-color: #4a8176;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    display: block;
    float: left;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 5px 20px;
}



/* Testimonials */

.container-testimonials article.testimonials {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.container-testimonials article.testimonials:last-of-type {
	border-bottom: 0;
}

.container-testimonials article.testimonials .fa-star {
	color: #f5d520;
}

/* Projects / Featured Buildings */

.container-projects a.single-project-link {
	display: block;
	box-shadow: 0 1px 6px #ccc;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 4px;
	transition: all .1s ease-in-out;
}

.container-projects a.single-project-link:hover {
	text-decoration: none;
	box-shadow: 0px 1px 7px #a0a0a0;
	transform: scale(1.02);
}

.container-projects a.single-project-link h4 {
	font-size: 1.2rem;
	margin-top: 7px;
	margin-bottom: 0;
	line-height: 1.1;
}

.container-project h1.entry-title {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.9rem;
	font-weight: bold;
	padding: 0;
	margin-bottom: 15px;
	color: #4a8176;
}

.container-project h4 {
	color: #4a8176;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 7px;
	border-bottom: 2px solid #4a8176;
}

.entry-content-project .project-photos {
	margin-bottom: 30px;
}

.entry-content-project .project-details {
	margin-bottom: 20px;
}

.entry-content-project .project-details .embed-responsive {
	box-shadow: 0 1px 6px #7c7c7c;
	margin-top: 20px;
	margin-bottom: 20px;
}

.entry-content-project .project-details ul {
	margin-bottom: 20px;
}

.entry-content-project .project-details .project-text a {
	color: #06331a;
	font-weight: bold;
}

.entry-content-project .project-buttons p {
	margin-bottom: 5px;	
}

.entry-content-project .project-footer {
	text-align: center;
	margin-bottom: 20px;
}

.project-photos .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.project-photos .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 500px;
}

.project-photos .gallery-main {
  width: 100%;
}

.project-photos .gallery-main .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .4;
}

.project-photos .gallery-main .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.project-photos .gallery-thumbs {
  height: 500px;
  box-sizing: border-box;
  padding: 0;
}

.project-photos .gallery-thumbs .swiper-wrapper {
  height: 500px;
}

.project-photos .gallery-thumbs .swiper-slide {
  width: 100%;
  opacity: 0.4;
}

.project-photos .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* All Options */

.container-options a.single-option {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #4a8176;
	text-decoration: none;
	padding: 16px 2px 12px;
	box-shadow: 0 1px 7px #ccc;
	border-radius: 2px;
	margin-bottom: 30px;
	transition: all .1s ease-in-out;
}

.container-options a.single-option:hover {
	color: #06331a;
	text-decoration: none;
	box-shadow: 0px 1px 7px #a0a0a0;
	transform: scale(1.02);
}

.container-options a.single-option h2 {
	display: block;
	text-transform: none;
	color: #4a8176;
	margin-bottom: 0;
	font-size: 1.1rem;
}

.container-options a.single-option img {
	margin-bottom: 10px;
	border-radius: 2px;
}


/* Home Page Options */

#building-types .container-options {
	padding-left: 0;
	padding-right: 0;
}

#building-types .container-options h2 {
	display: block;
	text-transform: uppercase;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 2rem;
}

#building-types .container-options a.single-option {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #4a8176;
	text-decoration: none;
	padding: 16px 2px 12px;
	box-shadow: none;
	border-radius: 2px;
	margin-bottom: 30px;
	transition: all .1s ease-in-out;
	background-color: #42756a;
}

#building-types .container-options a.single-option:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	transform: scale(1.05);
	background-color: #3b675d;
}

#building-types .container-options a.single-option h2 {
	display: block;
	text-transform: none;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: bold;
}

#building-types .container-options a.single-option img {
	margin-bottom: 10px;
	border-radius: 2px;
}



/* Options Pages */

article.type-page .entry-header,
.container-blog .blog-entry-header,
.container-testimonials .entry-header,
.container-projects .entry-header {
	text-align: left;
	margin-top: -63px;
	margin-bottom: 30px;
}


article.type-page .entry-header h1.entry-title,
.container-blog .blog-entry-header h1.entry-title,
.container-testimonials .entry-header h1.entry-title,
.container-projects .entry-header h1.entry-title {
	display: inline-block;
	background-color: #4a8176;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.4rem;
	padding: 2px 16px 5px;
	border-radius: 0;
	box-shadow: 4px 4px 0 #ccc;
	margin-bottom: 12px;
}

.container-options  article .entry-header .title-img {
	display: inline-block;
	width: 200px;
	height: auto;
	border-radius: 100%;
	box-shadow: 0px 1px 8px #ccc;
	margin-bottom: 10px;
}

.container-options .entry-content p a {
	color: #4a8176;
}

.entry-content ul > li,
.entry-content ol > li {
	margin-bottom: 5px;
}

.entry-content .gallery {
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.entry-content .gallery-columns-3 .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
}

.entry-content .gallery-columns-4 .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
}

.entry-content .gallery .gallery-item a {
	display: block;
	transition: all .1s ease-in-out;
}

.entry-content .gallery .gallery-item a:hover {
	transform: scale(1.02);
}

.entry-content .gallery .gallery-item a img {
	box-shadow: 0px 1px 4px #333;
}

.entry-content .gallery .gallery-item .gallery-caption {
	padding-left: 10%;
	padding-right: 10%;
	font-size: .9rem;
	font-style: italic;
	margin-top: 8px;
}


/* Options - Colors */

.container-options-colors .color-section {
	margin-bottom: 30px;	
	text-align: left;
}

.container-options-colors .color-section h2 {
	font-size: 2rem;
  text-transform: none;
}

.container-options-colors .color-section .single-swatch {
	display: inline-block;
	clear: both;
	width: 100%;
	min-height: 170px;
	box-shadow: 1px 1px 8px #ababab;
	border-radius: 4px;
	margin-bottom: 3px;
}

.container-options-colors .color-section .single-swatch-title {
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
}

.container-options-colors .color-section ul.colors-text-list {
	text-align: left;
	list-style: none;
	margin-top: 8px;
	margin-bottom: 20px;
	padding-left: 12px;
}

.container-options-colors .color-section ul.colors-text-list li strong {
	font-weight: bold;
	font-size: 20px;
	display: block;
	width: 100%;
	border-bottom: 2px solid #eee;
	margin-bottom: 5px;
}



/* Footer */

#wrapper-footer {
	background-color: #06331a;
	color: #fff;
}

#wrapper-footer a {
	color: #fff;
}

.row-copyright {
	margin-top: 20px;
}

.row-copyright p {
	margin-bottom: 0;
}

.footer-logo {
	display: inline-block;
	padding: 0 60px 0 0;
	margin-bottom: 13px;
}

#wrapper-footer .footer-contact-info .footer-phone {
	margin-bottom: 12px;
}

#wrapper-footer .footer-contact-info .footer-phone a {
	color: #fff;
	text-decoration: none;
}

#wrapper-footer .footer-contact-info .footer-phone a:hover {
	color: #c7b783;
	text-decoration: none;
}

#wrapper-footer .footer-contact-info p {
	margin-bottom: 12px;
}

#wrapper-footer .footer-contact-info .footer-social-media a {
	display: inline-block;
	font-size: 26px;
	margin-right: 4px;
}

#wrapper-footer .footer-contact-info .footer-social-media a:hover {
	color: #c7b783;
}

.site-footer h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
}

.site-footer ul.footer-left,
.site-footer ul.footer-right {
	list-style: none;
	padding-left: 0;
}

.site-footer ul.footer-left li,
.site-footer ul.footer-right li {
	margin-bottom: 3px;
}

.site-footer ul.footer-left li a,
.site-footer ul.footer-right li a {
	padding: 0;
}

.site-footer ul.footer-left li a:hover,
.site-footer ul.footer-right li a:hover {
	text-decoration: underline;
}

.site-footer .col-footer-info h5 {
	margin-bottom: 0;
}

.site-footer .col-footer-info p {
	font-size: .9rem;
}

.site-footer .footer-badges a {
	display: block;
	transition: all .1s ease-in-out;
}

.site-footer .footer-badges a:hover {
	transform: scale(1.02);
	cursor: pointer;
}


/* Popup Form */

#popup-contact-form {
	box-shadow: 0px 5px 20px #000;
}

#popup-contact-form h4 {
	display: block;
	width: 100%;
	padding: 10px 14px;
	background-color: #4a8176;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

#popup-contact-form .contact-form-wrapper {
	padding: 0 15px 20px 20px;
}

#popup-contact-form .contact-form-wrapper p {
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

/* Popup Financing */ 

#financing-msg {
	box-shadow: 0px 5px 20px #000;
}

#financing-msg h4 {
	display: block;
	width: 100%;
	padding: 10px 14px;
	background-color: #4a8176;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

#financing-msg h5 {
	margin-bottom: 15px;
}

#financing-msg ul.financing-choices {
	margin-bottom: 0;
}

#financing-msg ol.financing-choices li {
	margin-bottom: 10px;
}

#financing-msg .financing-wrapper {
	padding: 15px 20px 10px;;
}

#financing-msg .financing-wrapper p {
	font-size: 16px;
}

#financing-msg .financing-wrapper a.logo {
	width: 200px;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 0 15px 0;
}

#financing-msg .financing-wrapper ul {
	margin-bottom: 15px;
}


/* Forms */

.gform_wrapper .gfield_required {
	color: red !important;
}

#gform_wrapper_1 ul li.gfield {
	margin-bottom: 30px;
}

#gform_wrapper_1 label.gfield_label {
	line-height: 1;
	margin-bottom: 0;
}

#gform_wrapper_1 #gfield_description_1_6 {
	padding-top: 5px;
}

#gform_wrapper_1 .gfield_required {
  color: #ff0000;
}

#gform_wrapper_1 .field_sublabel_below .ginput_complex.ginput_container label {
	margin-bottom: 0;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=submit] {
	-webkit-appearance: none;
	background-color: #4a8176;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 4px 18px 5px;
	border: 0;
	letter-spacing: 1px;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #2f6459;
}

.gform_wrapper .gfield_fileupload_filename {
	font-weight: bold;
	margin-right: 5px;
}

.gform_wrapper .gfield_fileupload_filesize,
.gform_wrapper .gfield_fileupload_progress {
	margin-right: 5px;
}


#gform_wrapper_4 .ginput_container {
	margin-top: 0 !important;
}

#gform_wrapper_4 label {
	margin-bottom: 0 !important;
}

#gform_wrapper_4 .gfield {
	margin-bottom: 35px !important;
}

#gform_wrapper_4 .field_description_below .gfield_consent_description,
#gform_wrapper_4 .gfield_consent_description {
    width: 100%;
    max-height: inherit;
    overflow-y: inherit;
    border: inherit;
    margin-top: 0;
    padding: 0;
    font-size: 13px;
}




