/* 
CSS file for Home Check Plus
*/
/* Reset Styles ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol {
	list-style:decimal;
	
}
ol li,
.et_divi_builder #et_builder_outer_content .et_pb_text ol li {
	margin: 0 0 15px 0;
}
.et_divi_builder #et_builder_outer_content .et_pb_text ul li {
	line-height:1.25;
	margin: 0 0 10px 0;
}
.et_divi_builder #et_builder_outer_content .et_pb_text ul {
	margin-top:0 !important;
	margin-bottom:10px !important;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin:15px 0;
}
/* /Reset Styles ----------------------------------------------------------------- */
@font-face {
    font-family: 'Thirsty';
    src: url('../fonts/thirstyscriptextrabolddemo-webfont.woff2') format('woff2'),
         url('../fonts/thirstyscriptextrabolddemo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ashbury';
    src: url('../fonts/ashburylig-webfont.woff2') format('woff2'),
         url('../fonts/ashburylig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aller';
    src: url('../fonts/allerdisplay-webfont.woff2') format('woff2'),
         url('../fonts/allerdisplay-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothammedium-italic-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothamblack-webfont.woff2') format('woff2'),
         url('../fonts/gothamblack-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'HandOfSean';
    src: url('../fonts/hand_of_sean_demo-webfont.woff2') format('woff2'),
         url('../fonts/hand_of_sean_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ordinary Guy';
    src: url('../fonts/ordinaryguydemo-webfont.woff2') format('woff2'),
         url('../fonts/ordinaryguydemo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Planer';
    src: url('../fonts/planer_reg-webfont.woff2') format('woff2'),
         url('../fonts/planer_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
/* 	font-family: 'Gotham', Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
/* 	font-family: 'Open Sans','PT Sans', Helvetica, Arial, sans-serif;	 */
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	min-height: 100%;
	color: rgb(35,31,32); 
	line-height: 1.4;
}
h1 {
	font-family: 'HandOfSean', Helvetica, Arial, sans-serif;
    letter-spacing: 1;
   	font-weight: 300;
	line-height: 1;
	font-size: 42px; 
	position: relative;
	vertical-align:bottom;
	margin-bottom: 6px;
	line-height: 1.6;
}
h2 {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
    letter-spacing: 1;
   	font-weight: 400;
	line-height: 1;
	font-size: 28px; 
	position: relative;
	vertical-align:bottom;
	color: rgb(35,31,32);
}
h3 {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 400;
	display: block;
	font-size: 18px;
}
h5 {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
    letter-spacing: 1;
   	font-weight:600;
	line-height: 1;
	font-size: 14px; 
	position: relative;
	vertical-align:bottom;
	color: rgb(35,31,32);
	text-transform:uppercase;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a img { border: none; }
p, ol {
	line-height: 1.25;
/* 	font-family: 'Gotham', Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom:10px;
}
ul{
	list-style: none;
}
sup {
    vertical-align: super;
    font-size: smaller;
} 
sub {
    vertical-align: sub;
    font-size: smaller;
} 
#wrapper {
	width: 100%;
	overflow: hidden;
	background-color:rgb(255,255,255);
}
.inner {
	max-width: 980px;
	margin: 0 auto;
}
.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1400px; 
}
div {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */	
}
.section {
	display: block;
	margin: 0 auto;
	font-weight: 400;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
.top-nav-section {
	background-image: url('../img/background-cork2.jpg');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	height:98px;
	padding:0px 0px;
}
.top-nav-section .first-row {
	position: relative;
}
.top-nav-section .logo {
	position:absolute;
	top:-2px;
	left:0px;
	z-index:9999;
}
.top-nav-section .logo:hover {
	top: 0px;
}
.top-nav-section .logo img {
	min-width:180px;	
}
.top-nav-right {
	position: relative;
	float: right;
	width: 400px;
}
.top-nav-section .phone-link{
	position: absolute;
	top: 0px;
	left:0px;
	padding: 10px 20px;
	margin:0px 16px;
	color:rgb(255,255,255);
	background-color:rgb(32,39,100);
}
.top-nav-section .phone-link:hover{
	color:rgb(255,255,255);
	background-color:rgb(52,59,120);
}
.top-nav-section .dalegruber-logo{
	position: absolute;
	top: 0px;
	right:0px;
}
.main-nav-section {
	height: 40px;
	background-color:rgb(97,90,83);
/* 	background-color:rgba(0,0,0,0.5); */
/* 	box-shadow: inset 0px 3px 4px rgb(90,90,90); */
/* 	position: absolute; */
	z-index: 999;
	width: 100%;
}
.main-nav-section ol, .main-nav-section ul {
	list-style: none;
}
#desktop-nav {
	height:100%;
}
#desktop-nav ul.nav {
	height:40px;
}
#desktop-nav ul.nav li{
	display: inline-block;
	position: relative;
	margin: 0 10px;
	height:100%;
}
#desktop-nav ul.nav li:hover{
	background-color:rgb(5,7,8);
/* 	box-shadow: inset 0px 3px 4px rgb(90,90,90); */	
}
#desktop-nav ul.nav li a{
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
/* 	font-family: Helvetica, Arial, sans-serif; */
	font-size:13px;
	text-transform: uppercase;
	display: block;
	color:rgb(255,255,255);
	padding:10px;
}

/* ---------- Dropdowns OLD ---------- */
/*
#desktop-nav li ul.dropdown, #desktop-nav li ul.sub-menu, #desktop-nav li ul.children, #desktop-nav li ul.sub-menu li ul.sub-menu  {
	display: none;
	position: absolute;
	width: 200%;
	max-width:300px;
	z-index: 8888;
	top:40px;
	left:0px;
	background:rgb(255,255,255);
	padding:10px;
	margin: auto;
	text-align: left;
}
#desktop-nav li ul.sub-menu li ul.sub-menu {
	top:-10px;
	left:106%;
	background:rgb(220,220,220);
}
#desktop-nav li:hover ul.dropdown, #desktop-nav li:hover ul.sub-menu, #desktop-nav li:hover ul.children, #desktop-nav li ul.sub-menu li:hover ul.sub-menu  {
	display: block;
}
#desktop-nav li ul.dropdown li, #desktop-nav li ul.sub-menu li, #desktop-nav li ul.children li {
	margin:auto;
	padding: 4px 0px 0px;
	display: block;
	line-height: 1;
}
#desktop-nav ul.nav li ul.dropdown li a, #desktop-nav ul.nav li ul.sub-menu li a, #desktop-nav ul.nav li ul.children li a {
	color:rgb(85,85,85);
	border-bottom: none;
	padding:4px;
	font-size:11px;
	font-weight:400;
	text-transform:none;
}
#desktop-nav ul.nav li ul.dropdown li:hover, #desktop-nav ul.nav li ul.sub-menu li:hover, #desktop-nav ul.nav li ul.children li:hover {
	background-color:transparent;
	box-shadow: none;	
}
#desktop-nav ul.nav li ul.dropdown li a:hover, #desktop-nav ul.nav li ul.sub-menu li a:hover, #desktop-nav ul.nav li ul.children li a:hover {
	color:rgb(147,25,28);
}
*/
/* ---------- Dropdowns ---------- */
#desktop-nav li ul.dropdown, #desktop-nav li ul.sub-menu, #desktop-nav li ul.children, #desktop-nav li ul.sub-menu li ul.sub-menu  {
	display: none;
	position: absolute;
	width: 200%;
	max-width:300px;
	z-index: 8888;
	top:40px;
	left:0px;
	background:rgb(255,255,255);
/* 	padding:10px; */
	margin: auto;
	text-align: left;
}
#desktop-nav ul.nav li ul.sub-menu li {
	padding:10px;
}
#desktop-nav li ul.sub-menu li ul.sub-menu {
	top:0px;
	left:100%;
	background:rgb(220,220,220);
}
#desktop-nav ul li.menu-item-has-children ul li.menu-item-has-children:after {
  content:"»";
	position:absolute;
	right:25px;
	top:10px;
}
#desktop-nav li:hover ul.dropdown, #desktop-nav li:hover ul.sub-menu, #desktop-nav li:hover ul.children, #desktop-nav li ul.sub-menu li:hover ul.sub-menu  {
	display: block;
}
#desktop-nav li ul.dropdown li, #desktop-nav li ul.sub-menu li, #desktop-nav li ul.children li {
	margin:auto;
	padding: 4px 0px 0px;
	display: block;
	line-height: 1;
}
#desktop-nav ul.nav li ul.dropdown li a, #desktop-nav ul.nav li ul.sub-menu li a, #desktop-nav ul.nav li ul.children li a {
	color:rgb(85,85,85);
	border-bottom: none;
	padding:4px;
	font-size:11px;
	font-weight:400;
	text-transform:none;
}
#desktop-nav ul.nav li ul.dropdown li:hover, #desktop-nav ul.nav li ul.sub-menu li:hover, #desktop-nav ul.nav li ul.children li:hover {
	background-color:transparent;
	box-shadow: none;	
}
#desktop-nav ul.nav li ul.dropdown li a:hover, #desktop-nav ul.nav li ul.sub-menu li a:hover, #desktop-nav ul.nav li ul.children li a:hover {
	color:rgb(147,25,28);
		
}
#desktop-nav ul.nav li ul.sub-menu li:hover {
	background:rgb(220,220,220);
}
#desktop-nav ul.nav li ul.sub-menu li ul.sub-menu li:hover {
	background:rgb(200,200,200);
}
/* ---------- /Dropdowns ---------- */
/*-------------------------------------------------- Divider --------------------------------------------------*/
#mobile-nav-icon {
    display: none;
    position: absolute;
    right:0px;
    top: 0px;
    z-index: 999;
    background-color:rgb(255,255,255);
    height:40px;
}
.navicon {
	padding:4px;
	display: inline-block;
	height: 32px;
	z-index: 9;
	background:none;
}
button.navicon, button.navicon:hover {
	background:none;
}

.lines {
	display: inline-block;
	width: 32px;
	height: 3px;
	background: rgb(147,25,28) none repeat scroll 0% 0%;
	border-radius: 2px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.lines:before, .lines:after {
	content:'';
	display: inline-block;
	width: 32px;
	height: 3px;
	background: rgb(147,25,28) none repeat scroll 0% 0%;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2px center;
	transform-origin: 2px center;
}
.lines:before {
	top: 10px;
}
.lines:after {
	top: -10px;
}
.navicon.close {
	-webkit-transform: scale3d(0.8,0.8,0.8);
	transform: scale3d(0.8,0.8,0.8);
}
.navicon.close .lines {
	background: transparent;
}
.navicon.close .lines:before, .navicon.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 38px;
}
.navicon.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.navicon.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
#mobile-nav-wrap {
/* 	display: none; */
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 14px;
	background-image: url('../img/background-services.png');
    width: 100%;
	height:100%;
	min-height:2500px;
    z-index: 10;
    position:absolute;
    left: -3px;
}
#mobile-nav-wrap.open {
    display: block;
}
.mobile-top {
	padding:20px;
}
.mobile-top a{
	display: inline-block;
	padding:2px;
	color: rgb(147,25,28);
}
#mobile-nav li {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	float:none;
	height: auto;
	border-bottom: 1px solid rgb(147,25,28);
	background-color:rgb(251,250,247);
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(147,25,28);
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#mobile-nav li:hover {
	background:rgb(147,25,28);
	color:rgb(255,255,255);
}
#mobile-nav li a {
	color:rgb(147,25,28);
	text-decoration: none;
	padding: 20px 20px;
	display:inline-block;
	font-size:16px;
	font-weight: 400;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#mobile-nav li:hover a{
	color: rgb(255,255,255);
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
#mobile-nav li.menu-item-has-children {
	position: relative;
}
#mobile-nav li.menu-item-has-children:after {
   	content:'';
    display: block;
    position: absolute;
	top: 25px;
	left: 150px;
    width: 16px;
    height: 10px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px solid rgb(147,25,28);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
#mobile-nav li.menu-item-has-children.open:after {
    top:20px;
    border-top: 8px solid rgb(255,255,255);
}
#mobile-nav li.menu-item-has-children.open{
	background: rgb(81,81,81);
	color: rgb(250,250,250);
}
#mobile-nav li.menu-item-has-children.open a{
	color: rgb(250,250,250);
}
#mobile-nav li.menu-item-has-children:hover:after {
    border-top: 8px solid rgb(255,255,255);
}
#mobile-nav li.menu-item-has-children.open:after {
    border-bottom: 8px solid rgb(255,255,255);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
#mobile-nav li.open .sub-menu {
    z-index: 99999;
	position: relative;
	width: 100%;
    display: block;
    float: none;
    margin-top: 0px;
	background: rgb(81,81,81);
    border: 0px none;
    box-shadow: none;
}
#mobile-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: outside none none;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}
#mobile-nav .sub-menu li {
	border-bottom:none !important;
	background: rgb(81,81,81);
	color:rgb(255,255,255);
	font-size: 11px;
}
#mobile-nav .sub-menu li a{
	font-size: 11px;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
.home-header-section {
	background-image:url('../img/background-graph.jpg');
	background-position: 50% 50%;
	background-repeat: repeat;
	min-height:470px;
	padding:30px 0px;
}
.home-header-section h1{
	font-family:'Planer', Helvetica, Arial, sans-serif;
	font-size:48px;
	color:rgb(54,46,109);
}
.home-header-section p{
	font-family:'Planer', Helvetica, Arial, sans-serif;
	font-size:22px;
	color:rgb(54,46,109);
}
.home-header-section .right-content {
	padding:80px 0px;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.blue-section {
	background-image:url('../img/background-bluewood.jpg');
	background-repeat:repeat;
	background-position: 50% 50%;
	padding:45px;
}
.blue-section h1 {
	color:rgb(255,255,255);
	font-size:32px;
}
.blue-section .blue-section-links {
	display: table;
	border-spacing:10px;
	margin:auto;
}
.blue-section .blue-section-links a {
	color:rgb(255,255,255);
	background-color:rgb(112,128,137);
	padding:10px 20px;
	display: table-cell;
	vertical-align: middle;
/* 	font-family: 'Gotham', Helvetica, Arial, sans-serif; */
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height: 1;
	height:48px;
	border:solid 1px rgb(131,150,163);
	border-radius:2px;
	margin: 4px;
}
.blue-section .blue-section-links a:hover {
	color:rgb(112,128,137);
	background-color:rgb(255,255,255);
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.mini-about-section {
	padding:50px 0px;
	text-align:center;
	background-color:rgb(197,207,212);
}
.mini-about-section h1{
	color:rgb(32,39,100);
}
.mini-about-section p{
	color:rgb(32,39,100);
	font-size:20px;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.services-section {
/* 	background-image:url('../img/background-services.png'); */
	background-color:rgb(255,255,255);
	padding:40px;	
}
.services-section h1{
	color:rgb(189,73,57);
	font-size:38px;
}
.service-boxes {
	margin:0px auto;
}
.service-box {
/* 	padding:20px 20px; */
	padding:10px 10px;
	max-width:320px;
	position: relative;
	text-align: center;
	margin:auto;
	min-height: 255px;
	border:solid 16px transparent;
}
.service-box:hover {
	border:solid 16px rgb(241,241,236);
}
.service-box .circle {
	display: none;
	text-decoration: none;
	border:solid 5px rgb(189,73,57);
	padding:20px;
	border-radius: 50%;
	color:rgb(54,46,109);
	width: 70px;
	height: 70px;
	line-height:20px;	
	font-size:28px;
}
.service-icon {
	height:60px;
	display: flex;
    display: -webkit-flex;
	align-items: end;
	align-items: flex-end;
	justify-content: center;
	-webkit-justify-content: center;	
	padding:6px 0px;
}
.service-icon img {
	max-width: 60px;
	max-height: 60px;
}
.service-box h3 {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	color:rgb(189,73,57);
	text-transform: uppercase;
	font-size:18px;
	font-weight:600;
	line-height: 1.2;
	
	margin: 0px !important;
/* 	transition: font-size 0.4s; */
}
.service-box p {
/* 	font-family: 'Gotham', Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	color:rgb(63,63,63);
/* 	font-size:12px; */
	font-size:16px;	
	font-weight:400;
	line-height: 1.2;
}
.service-box a {
/* 	font-family: 'Gotham', Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	color:rgb(63,63,63);
	font-size:12px;
	font-weight:600;
	line-height: 1.2;
	display: inline;
}
.service-box p a:hover {
	color:rgb(147,25,28);
	text-decoration:underline;
}
.service-box:hover p a {
	color:rgb(147,25,28);
}

/*-------------------------------------------------- Divider --------------------------------------------------*/

.remodeling-blocks {
	margin:0px auto;
}
.remodeling-block {
	padding:20px 5px;
	max-width:320px;
	position: relative;
	text-align: center;
	margin:auto;
	min-height: 255px;
	border:solid 16px transparent;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;	
}
.remodeling-block:hover {
}
.remodeling-block h3 {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	color:rgb(189,73,57);
	text-transform: uppercase;
	font-size:18px;
	font-weight:600;
	line-height: 1.2;
}
.remodeling-block p {
/* 	font-family: 'Gotham', Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	color:rgb(63,63,63);
	font-size:12px;
	font-weight:400;
	line-height: 1.2;
}
.remodeling-block a {
/* 	font-family: 'Gotham', Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	color:rgb(63,63,63);
	font-size:12px;
	font-weight:600;
	line-height: 1.2;
	display: inline;
}
.remodeling-blocks a {
	display: inline-block;
}
.remodeling-blocks a:hover .remodeling-block{
	display: flex;
	align-items: center;
	justify-content: center;
	background:url('../img/wood-block.jpg');
	border:solid 16px rgb(241,241,236);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;	
}
.remodeling-blocks a:hover h3 {
	font-size: 26px;
	line-height: 1;
	margin: auto;
}
.remodeling-blocks a:hover p{
	display: none;
}

/*-------------------------------------------------- Divider --------------------------------------------------*/
.checklist-section {
/* 	background-image:url('../img/background-grayline.png'); */
	background-image:url('../img/background-clipboard3.png');
    background-size: 2200px 101%;
    background-repeat: repeat-x;
    background-position: 50% 50%;
    padding: 60px 0px 0px;
    height: auto;
    min-height: 235px;
}
.checklist-section.footer {
    margin: 60px 0px 0px;
}

.checklist-section p {
	color:rgb(189,73,57);
	font-size:15px;
}
.checklist-section a {
/* 	font-family: 'Ordinary Guy', Helvetica, Arial, sans-serif; */
 font-family: 'HandOfSean';
	color:rgb(247,227,80);
	font-size:36px;
	background-color:rgb(189,73,57);
	padding:15px 20px;
	position:relative;
	height:80px;
	display: inline-block;
}
.checklist-section a:hover {
	color:rgb(255,255,255);
}
.checklist-section a:before {
	content:"";
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='80' viewBox='0 0 15 80' preserveAspectRatio='none'><polygon points='15 80, 0 80, 15 40,0 0, 15 0' style='fill:%23bd4939%3B' /></svg>");
	position: absolute;
	left: -15px;
	top: 0px;
	width: 15px;
	height: 80px;
}
.checklist-section a:after {
	content:"";
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='80' viewBox='0 0 15 80' preserveAspectRatio='none'><polygon points='0 0,15 0,0 40, 15 80, 0 80' style='fill:%23bd4939%3B' /></svg>");
	position: absolute;
	right: -15px;
	top: 0px;
	width: 15px;
	height: 80px;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
.testimonial-section, .testimonial-page-section {
	background-color:rgb(32,39,100);
}

.testimonial-slider{
	max-width:780px;
	margin: 0;
}
.testimonial-slider.slick-slider{
	margin: auto;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.testimonial-slider.slick-slider .slick-track{
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.testimonial {
	padding: 20px 40px;
}
.testimonial .quote {
	border-right:solid 1px rgb(255,255,255);
	text-align: right;
}
.testimonial .quote p{
    font-family: 'Ashbury';
    font-size:19px;
    color:rgb(255,255,255);
}
.testimonial .person {
	width: 100%;
}
.testimonial .person h5{
    font-family: 'HandOfSean';
    font-size:24px;
    color:rgb(255,255,255);
    text-transform: capitalize;
    line-height: 1.4;
}
.testimonial .person h6{
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size:14px;
    color:rgb(255,255,255);
}
.testimonial-slider .slick-next:hover{
	right: -17px;
	transition: right 0.2s;
}
.testimonial-slider .slick-prev:hover{
	left: -17px;
	transition: left 0.2s;
}
.testimonial-slider .slick-next::before {
    content: "";
}
.testimonial-slider .slick-prev::before {
    content: "";
}

.testimonial-page-section .testimonial-slider{
	max-width:100%;
	margin: 0;
}
.testimonial-page-section .testimonial-slider .slick-prev {
    left: -5px;
}
.testimonial-page-section .testimonial-slider .slick-next {
    right: -5px;
}
.testimonial-page-section .testimonial-slider .testimonial {
    padding: 20px 50px;
}

/*-------------------------------------------------- Divider --------------------------------------------------*/


.values-section {
	background-image:url('../img/background-bathroom.jpg');
	background-color:rgb(32,39,100);
	padding:40px 10px 80px;
	min-height:600px;
	position: relative;
}
.values-section {

}
.values-section h1{
	color:rgb(250,249,241);
	font-size:38px;
}
.values-overlay{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease;	
}
.values-section .values {
	color:rgb(255,255,255);
	text-align:center;
	padding:10px 60px;
}
.values-section .values h3{
	font-weight:600;
	color:rgb(255,255,255);
}
.values-section .values p{
/* 	font-size:12px; */
	font-size:16px;
	color:rgb(255,255,255);
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.latest-blog-section {
	background-image:url('../img/background-corkboard.jpg');
	background-repeat:repeat;
	background-position: 50% 50%;
	padding:40px 0px 0px;
    min-height:245px;
    max-height:650px;
    position:relative;
}
/*
.latest-blog-section .first-row {
	background-image:url('../img/background-paper-pin.png');
	width:775px;
	height:545px;
	margin:auto;
	position: relative;
	top: -110px;
	padding: 100px 20px 0px;
	text-align: center;
}
*/
.paper-pin-top {
	background-image:url('../img/background-paper-pin-top.png');
	background-position: 50% 0%;
	background-size:775px 110px;
	background-repeat: no-repeat;
	width:auto;
	height:110px;
	margin:auto;
	position: relative;
	top: -110px;
}
.paper-pin-bottom {
	background-image:url('../img/background-paper-pin-bottom.png');
	background-position: 50% 0%;
	background-size:775px 50px;
	background-repeat: no-repeat;
	width:auto;
	height:110px;
	margin:auto;
	position: relative;
	top: -110px;
}
.paper-pin {
	background-color:rgb(238,239,238);
	width:100%;
	max-width:675px;
	margin:auto;
	position: relative;
	top: -110px;
	padding: 0px 20px 30px;
	text-align: center;	
}
.paper-pin:before{
	content:"";
	background-image:url('../img/background-paper-pin-left.png');
	position: absolute;
	left:-50px;
	top:0px;
	height: 100%;
	width: 50px;
	background-size: 100% 100%;

}
.paper-pin:after{
	content:"";
	background-image:url('../img/background-paper-pin-right.png');
	position: absolute;
	right:-50px;
	top:0px;
	height: 100%;
	width: 50px;
	background-size: 100% 100%;

}
.latest-blog-section h1 {
	color:rgb(32,39,100);
}
.latest-blog-section .paper-pin h2 {
    margin: 0px 0 10px 0;
    line-height: 0.8;
}
.latest-blog-section p {
	color:rgb(32,39,100);
	font-size:12px;
}
.latest-blog-section .first-row .blog-post {
	padding:20px;
	margin:auto;
}
.blog-post img {
/* 	max-height: 150px; */
/* Removed max-height on request of Rachel - 011018 */
	width:100%;
}
.latest-blog-section a{
	color:rgb(32,39,100);
}
.blog-post h2 a {
	font-size:18px;
	font-weight:600;
}
.blog-post .entry-date{
	color:rgb(0,0,0);
	font-size:11px;
	font-weight:600;
	font-style: italic;
}
.blog-post .read-more{
	color:rgb(189,73,57);
	font-size:11px;
	display: inline-block;
}
.default-section .blog-post-row {
	padding:10px 0px;
}
.blog-post-row h2 a:hover {
	color:rgb(54,46,109);
}
.blog-roll-thumb img {
	border:solid 6px rgb(241,241,236);
}

.default-section a.more-link, a.more-link {
	display: table;
	padding:10px 0px;
	font-size:18px;
	font-weight: 600;
	color:rgb(97,90,83);
	position: relative;
}
a.more-link:after {
/* 	content:url('../img/plus.png'); */
	content:"+";
	position: absolute;
	right:-40px;
	top:8px;
	transition:all 0.3s;
	width:32px;
	height:32px;
	font-size:12px;
	color:rgb(54,46,109);
	padding:0px;
	border:solid 6px rgb(189,73,57);
	border-radius: 50%;
	line-height:20px;
	letter-spacing:1px;
    text-align: center;
	font-weight: 600;
}
a.more-link:hover {
	color:rgb(189,73,57);
}
a.more-link:hover:after{
	background:rgb(189,73,57);
	color:rgb(255,255,255);
	transform-origin: 50% 50%;
/* 	transform:rotate(180deg); */
	transition:all 0.3s;
}
.featured-image img {
	border:solid 16px rgb(241,241,236);
	float:right;
	margin:0px 20px;
	max-width:440px;
}
.blog-content img {
	border:solid 6px rgb(241,241,236);
	margin:0px 10px;
}

#content footer.footer {
	clear:both;
	margin:30px 0px 0px;
}

nav#nav-below {
	margin: 30px 0px 0px;
}
.blog-read-more-button {
/*     background-color: rgb(189,73,57); */
/*     color: rgb(255,255,255) !important; */
    color: rgb(189,73,57) !important;
    background-color: rgb(241,241,236);

    padding: 8px 24px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: block;
}
.blog-read-more-button:hover {
/*     color: rgb(189,73,57) !important; */
/*     background-color: rgb(241,241,236); */
    background-color: rgb(189,73,57);
    color: rgb(255,255,255) !important;
}
#nav-below .nav-previous {
    display: inline-block;
}
#nav-below .nav-next {
    text-align: right;
    display: inline-block;
    float: right;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

/*-------------------------------------------------- Divider --------------------------------------------------*/
.default-section {
	padding:80px 0px 40px;
	background-color:rgb(255,255,255);
}
.default-section .dale-section {
	margin:40px 0px 0px;
}
.default-section h1.entry-title{
	color:rgb(147,25,28);
	font-size:38px;
/* 	text-transform: uppercase; */
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.default-section a, .default-section #et_builder_outer_content a {
	color:rgb(189,73,57);
}
.default-section hr, .default-section #et_builder_outer_content hr {
	border:solid 1px rgb(189,73,57);
	margin:40px auto;
}
.default-section h2,.default-section h3, .default-section #et_builder_outer_content h2, .default-section #et_builder_outer_content h3 {
	color:rgb(189,73,57);
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
}
.default-section #et_builder_outer_content h2.et_pb_slide_title {
	text-transform: none;
	padding-bottom: 25px !important;
	line-height: 1.4 !important;
}


/*
.default-section ul li:before{ 
	content:"•"; 
	font-size:10px;
	padding-right:3px;
}
#the_content ul li:before{ 
	content:"•"; 
	font-size:10px;
	padding-right:3px;
}
*/
.default-section ul li,
#the_content ul li {
	list-style:circle;
	margin-left:15px;
}


.default-section header.header h1, .team-section h1, .default-section #et_builder_outer_content h1 {
	font-family: 'HandOfSean', Helvetica, Arial, sans-serif;
    letter-spacing: 1;
   	font-weight: 400;
	line-height: 1;
	font-size: 38px; 
	position: relative;
	vertical-align:bottom;
	color:rgb(189,73,57);
	margin-bottom:30px;
}
.team-section h1 {
	text-align:center;
	margin:0 0 30px 0;
}
.default-section header.header h2 {
	font-family: 'HandOfSean', Helvetica, Arial, sans-serif;
    letter-spacing: 1;
   	font-weight: 300;
	line-height: 1;
	font-size: 38px; 
	position: relative;
	vertical-align:bottom;
	margin-bottom: 6px;
	line-height: 1.0;
	color:rgb(189,73,57);
}
.default-section .service-box {
	padding:10px 10px;
	max-width:320px;
	position: relative;
	text-align: center;
	margin:auto;
	min-height: 255px;
	display: block;
}
.default-section .service-box:hover {
	box-shadow:none;
/* 	background:url('../img/wood-block.jpg'); */
/* 	padding:10px 0px; */
}
.default-section .service-box:hover .service-icon{
/* 	display: none; */
}
.default-section .service-box:hover p{
/* 	display: none; */
}
.default-section .service-box:hover a.circle{
	display: none;
}
.default-section .service-box a.circle:hover{
	background-color:rgb(189,73,57);
}
.default-section .service-box:hover h3{
/* 	font-size:28px; */
/* 	transition: font-size 0.4s; */	
}
.default-section p, .default-section ol{
/* 	font-size:13px; */
	font-size: 16px;
	color: rgb(63,63,63);	
}
.default-section ol li {
    margin: 20px 0 10px 15px;
/*     padding-left: 5px; */
	padding-left: 0px;
}
.sidebar-box {
	border:solid 13px rgb(240,237,232);
	padding:20px;
}
.sidebar-box p{
	font-size:10px;
}
.sidebar-box ul li{
	font-size:10px;
	margin-bottom:10px;
}

.bottom-nav-row {
	padding: 60px 0px;
}
.bottom-nav-row h1 {
    letter-spacing: 1;
   	font-weight: 300;
	line-height: 1;
	font-size: 38px; 
	position: relative;
	vertical-align:bottom;
	margin-bottom: 6px;
	line-height: 1.0;
	color:rgb(147,25,28);
}
.default-section  .child-page-buttons {
	text-align: center;
	padding: 20px 0px;
}
.default-section .child-page-buttons li {
    display: inline-block;
    text-align: center;
    min-width: 120px;
    width: 17%;
	height:44px;
	width:130px;
    /* float: left; */
    margin: 10px;
}
.default-section .child-page-buttons li:before{ 
	content:""; 
	display: none;
}
.default-section  .child-page-buttons li a {
	display: table-cell;
	vertical-align: middle;
	height:44px;
	width:130px;
	padding:8px;
	background-color:rgb(147,25,28);
	color:rgb(255,255,255);
	font-size:12px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2;
}
.default-section  .child-page-buttons li a:hover {
	background:rgb(122,35,47);
}


/*-------------------------------------------------- Divider --------------------------------------------------*/

.default-section form {
	border:solid 13px rgb(240,237,232);
	padding:20px;
}
.default-section form input{
	box-shadow: none;
	margin: 0 0 4px 0;
}

.default-section input[type="text"], 
.default-section input[type="password"], 
.default-section input[type="date"], 
.default-section input[type="datetime"], 
.default-section input[type="datetime-local"], 
.default-section input[type="month"], 
.default-section input[type="week"], 
.default-section input[type="email"], 
.default-section input[type="number"], 
.default-section input[type="search"], 
.default-section input[type="tel"], 
.default-section input[type="time"], 
.default-section input[type="url"], 
.default-section input[type="color"], 
.default-section textarea {
	background:rgb(248,248,245);
	border:none;
	box-shadow: none;
}	
.default-section form textarea{
	max-height: 80px;
}
.default-section form input[type="submit"] {
	background:transparent;
	padding:8px 24px;
	margin:10px 0px;
	border:none;
	color:rgb(189,73,57);
	border:solid 1px rgb(189,73,57);
	font-size:14px;
	cursor:pointer;
	position: relative;
}
.default-section form input[type="submit"]:hover {
	color:rgb(255,255,255);
	background-color:rgb(189,73,57);
}
.default-section form button:after{
	content:"";
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='40' viewBox='0 0 10 40' preserveAspectRatio='none'><polygon points='0 0,10 20,0 40' style='fill:%2393191c%3B' /></svg>");
	position: absolute;
	right:-10px;
	top:0px;
	width:10px;
	height:40px;
}
.address-icon {
	margin-left:20px;	
	position: relative;
}
.address-icon:before {	
	position: absolute;
	left: -20px;
	content:url('../img/icon-map.png');
}
.phone-icon {
	margin-left:20px;	
	position: relative;
}
.phone-icon:before {	
	position: absolute;
	left: -20px;
	content:url('../img/icon-phone.png');
}

.email-icon{
	margin-left:20px;	
	position: relative;
}
.email-icon:before{
	position: absolute;
	left: -20px;
	content:url('../img/icon-mail.png');
}

.logos-section, section#contribution {
    padding: 40px 0px 0px;
}
.logos-section img {

}
article.content-box {
	margin:20px 0;
	padding:10px 5px;
}
article.content-box:nth-child(odd) {
	background:#f9f9f9;
}
.content-box h4 {
	font-weight:bold;
	font-size:18px;
}

/*-------------------------------------------------- Divider --------------------------------------------------*/

.project-photos {
	text-align: center;
	margin:20px auto;
}
.large-photo img {
/*     max-height: 500px; */
	min-height: 480px;
	margin-bottom:20px;
}
.small-photo img {
    min-height: 230px;
}
.top-photo, .bottom-photo {
	max-height:230px;
}
.top-photo {
	margin-bottom:10px;
}
.bottom-photo {
	margin:10px auto;
}

.project-top-row {
	margin-bottom:40px;
}
.project-top-row p {
	font-size:12px;
	margin:0;
}
.project-top-row h3 {
	font-size:18px;
	margin:0;
	text-transform:uppercase;
	font-weight:600;
}




#nav-below .nav-previous a, #nav-below .nav-next a {
/* 	background-color:rgb(147,25,28); */
	background-color: rgb(189,73,57);
	color:rgb(255,255,255);
	padding: 8px 24px;
	position: relative;
	min-height: 40px;
	display: inline-block;
/*     font-family: 'Gotham'; */
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height: 1.7;
}

#nav-below .nav-previous a:before{
	content:"";
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='40' viewBox='0 0 10 40' preserveAspectRatio='none'><polygon points='10 0,0 20,10 40' style='fill:%23bd4939%3B' /></svg>");
	position: absolute;
	left:-10px;
	top:0px;
	width:10px;
	height:40px;
}
#nav-below .nav-next a:before{
	content:"";
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='40' viewBox='0 0 10 40' preserveAspectRatio='none'><polygon points='0 0,10 20,0 40' style='fill:%23bd4939%3B' /></svg>");
	position: absolute;
	right:-10px;
	top:0px;
	width:10px;
	height:40px;
}

#nav-below .nav-previous a:hover, #nav-below .nav-next a:hover {
	padding: 8px 28px;
}

.project-boxes {
	text-align: center;
}
.project-box {
	height:230px;
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	margin:0.9375rem auto;
}
.big-box {
	height:480px;
}
.project-box a{
	display: table;
	position: relative;
	height: 100%;
	width: 100%;
}
.project-box .project-category{
	color:rgb(255,255,255);
	height:100%;
	width:100%;
	text-transform: uppercase;
	font-size:28px;
	line-height: 100%;
}
.small-box .project-category {
	line-height:1;
	display: table-cell;
	vertical-align: middle;
}
.big-box .project-category {
	line-height: 480px;
}

.project-box a:hover {
	background-color:rgb(147,25,28);
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
.service-image-boxes {
	
}
.service-image-boxes .image-box {
	position: relative;
	text-align: center;
}
.service-image-boxes .image{
	position: relative;
}
.service-image-boxes .image:after {
	content:"+";
	position: absolute;
	left:50%;
	top:50%;
	transition:all 0.3s;
	width:32px;
	height:32px;
	
	color:rgb(241,239,232);
	padding:0px;
	border:solid 4px rgb(241,239,232);
	border-radius: 50%;
	line-height: 23px;
    text-align: center;
	transform: translate(-16px, -16px);
}

.service-image-boxes .info{
	display: none;
	outline:solid 15px rgba(241,241,236,0.5);
	background:url('../img/wood-block.jpg');
	padding:10px;	
	width: 100%;
	position: absolute;
	left:0%;
	top:-10%;
}
.service-image-boxes .info h5{
	font-size:12px;
	font-weight: 600;
}
.service-image-boxes .info p{
	font-size:10px;
}
.service-image-boxes .image-box:hover .info {
	display: block;
	z-index: 999;
}
.service-image-boxes .image-box:hover .image {
	
}

/*-------------------------------------------------- Divider --------------------------------------------------*/
.info-blocks {
	
}
.info-block h3 {
	margin-bottom:0px;
}

.about-testimonial-slider {
/* 	min-height:240px; */
	border:solid 16px rgb(241,241,236);
	text-align: center;
}
.about-testimonial-slider .testimonial.slick-slide {
	padding:40px;
}
.about-testimonial-slider .testimonial p {
	font-size:15px;
}
.about-testimonial-slider .testimonial h4{
	font-weight: 600;
}
.about-testimonial-slider .testimonial h5{
	font-size:16px;
}

.team-section {
	background-image:url('../img/background-corkboard.jpg');
	background-repeat:repeat;
	background-position: 50% 50%;
	padding:60px 0px 40px;
    min-height:245px;
    position:relative;	
}
.team-row{
/* 	margin:20px 0px; */
}
.team-member {
	text-align: center;
	margin:20px 0px;
}
.team-member .photo-1,.team-member .photo-5, .team-member .photo-11, .team-member .photo-15, .team-member .photo-16, .team-member .photo-20, .team-member .photo-21, .team-member .photo-25, .team-member .photo-26, .team-member .photo-30 {
	position:relative;
	top:0px;
/* 	left:-4px; */
	left:0px;
}
.team-member .photo-2,.team-member .photo-4 {
	position:relative;
	top:-23px;
}
.team-member .photo-3 {
	position:relative;
/* 	left:-20px; */
	left:0px;
}
.team-member .photo-6,.team-member .photo-8,.team-member .photo-10, .team-member .photo-11, .team-member .photo-13, .team-member .photo-15, .team-member .photo-16, .team-member .photo-18, .team-member .photo-20, .team-member .photo-21, .team-member .photo-23, .team-member .photo-25, .team-member .photo-26, .team-member .photo-28, .team-member .photo-30 {
	position:relative;
	top:23px;
}
.team-member .photo-7, .team-member .photo-17 {
	position:relative;
/* 	left:10px; */
	left:0px;
}
.team-member .photo-8, .team-member .photo-18 {
	position:relative;
/* 	left:-10px; */
	left:0px;
}

.customer-service-section {
	padding:60px 0px 40px;
}
.customer-service-section h1 {
	color:rgb(189,73,57);
	font-size:46px;
}
.customer-service-section h1.number {
	color:rgb(198,208,213);
	font-size:46px;
	font-family:'HandOfSean', Helvetica, Arial, sans-serif;
	float:left;
	line-height: 1;
	padding-right:20px;
}
.customer-service-section h2 {
	color:rgb(65,65,65);
	font-size:20px;
}
.customer-service-section p {
	color:rgb(65,65,65);
	font-size:12px;
}

/*-------------------------------------------------- Divider --------------------------------------------------*/
#footer {
	border-top:solid 12px rgb(97,90,83);
	color:rgb(55,55,55);
	font-size:14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
#footer p {
    font-size: 12px;
}
.footer-top {
	background-image:url('../img/background-wood.jpg');
	background-size:cover;
	background-position: 50% 50%;
	min-height: 300px;
	padding:40px 20px;
}
.footer-top a.logo img {
	min-width:180px;	
}
.footer-top a.logo {
	position: relative;
	top:0px;
	transition:top 0.2s;
}
.footer-top a.logo:hover {
	top: 2px;
	transition:top 0.2s;
}
.footer-top .copyright {
	font-size:10px;
	color:rgb(55,55,55);
}
.footer-top a {
	color:rgb(55,55,55);
}
.footer-top a:hover {
	color:rgb(147,25,28);
}
.footer-top ul li a {
	color:rgb(55,55,55);
	font-weight: 600;
}
.footer-top ul li a:hover {
	color:rgb(147,25,28);
	font-weight: 600;
}
.footer-top ul li ul li a {
	color:rgb(55,55,55);
	font-weight:400;
}
.footer-top ul li ul li a:hover {
	color:rgb(147,25,28);
	font-weight:400;
}

/*
.footer-top .address {
	position: relative;
}
.footer-top .address:before{
	content:url('../img/icon-marker.png');
	position: absolute;
	left:-30px;
	transition: transform 0.8s;	
}
*/
.footer-top .address {
	position: relative;
	top: -12px;
}
.footer-top .address:before{
	content:url('../img/icon-marker.png');
	position: absolute;
	left:-30px;
	top:25px;
	transition: transform 0.8s;	
}
.footer-top .address:hover:before{
	transform: rotateY(360deg);
	transition: transform 0.8s;	
}
.footer-bottom {
	background-color:rgb(97,90,83);
	min-height: 118px;
	padding:20px 0px;
}
.footer-bottom h6 {
    margin: 15px 0;
    font-size: 11px;
}
.footer-bottom a{
	display: inline-block;
	margin-right: 20px;
}
.footer-button {
    font-family: 'Aller';
	color:rgb(221,214,202);
	font-size:19px;
	border:solid 2px rgb(221,214,202);
	padding:20px;
	display: inline-block;
	position: relative;
}
.footer-button:after{
	content:url('../img/small-arrow.png');
	position: absolute;
	right:-40px;
	transition: right 0.3s;
}
.footer-button:hover {
	color:rgb(147,25,28);
	background-color:rgb(221,214,202);
}
.footer-button:hover:after{
	right:-30px;
	transition: right 0.3s;
}

.social-media {
	padding:20px 40px;
}
.social-media a {
	margin:0px 10px;
	transition: transform 0.8s;	
}
.social-media a img{
	transition: transform 0.8s;	
}
.social-media a:hover img {
	transform: rotateY(360deg);
	transition: transform 0.8s;	
}
.button-column {
	text-align: right;
}
.basic-contacts {
	font-size:12px;
	color:rgb(54,46,109);
	font-style: italic;
}
.basic-contacts a {
	font-size:12px;
	color:rgb(54,46,109);
	font-style:normal;
	font-weight:600;
}
h5.cats {
	text-transform: none;
	font-weight: 400;
}
/*-------------------------------------------------- NEW CODE MARCH 2017 --------------------------------------------------*/
footer h2 {
	font-size:16px;
	color:rgb(221,214,202);
	margin:15px 0;
	font-weight:900;
}
footer input[type="text"],
footer input[type="email"] {
	border:1px solid rgb(221,214,202);
	background:transparent;
/* 	background:rgba(200,200,200,0.25); */
	width:300px;
	color:rgb(221,214,202);
	font-size:12px;
	margin:5px 0;
	position:relative;
	right:0;
}
footer input[type="text"]:focus,
footer input[type="email"]:focus {
	color:rgb(147,25,28);
}
footer form p {
	text-align:right;
}
footer form button {
	border:1px solid rgb(221,214,202);
	background:rgb(221,214,202);
	/*! height:20px; */
	font-size:20px;
	color:rgb(147,25,28) !important;
	padding:15px !important;
	line-height:1 !important;
}
footer form button:hover {
	background:transparent !important;
	color:rgb(221,214,202) !important;
}
.inner-wrap h2 {
	margin:20px 0 10px 0;
}
.inner-wrap h4 {
	margin:10px 0 0 0;
}
article.content-box h4{
	margin:0px;
}
.inner-wrap ul{
	font-family: 'Open Sans','PT Sans', Helvetica, Arial, sans-serif;	
	font-size: 0px;
	font-weight:normal;
    color: rgb(63,63,63);
    
}
.inner-wrap ul li {
/* 	font-family: 'Gotham', Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
/* 	font-family: 'Open Sans','PT Sans', Helvetica, Arial, sans-serif;	 */
/* 	font-size: 12px; */
	font-size: 16px;
/* 	font-weight:bold; */
    color: rgb(63,63,63);
    
    line-height: 1.25;
}





table, tbody, tfoot, thead, tr, th, td {
	vertical-align: top; 
}
a.button {
	background:rgb(189,73,57);
	color:rgb(247,227,80);
	font-family:'HandOfSean', script;
}
a.button:hover {
	background:rgb(189,73,57);
}

/** DIVI BUILDER SLIDER HOME **/
.et_pb_slide_title a,
h2.et_pb_slide_title,
	h2.et_pb_slide_title a {
font-family:'HandOfSean', Helvetica, Arial, sans-serif;
}
.et_pb_slide_description {
	width:70% !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
/* 	text-transform:uppercase; */
/* 	font-family:'Gotham', Helvetica, Arial, sans-serif !important; */
	font-family:Helvetica, Arial, sans-serif !important;
	font-size:13px !important;
	padding: 10px 20px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:hover {
	padding-right: 30px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module p {
/*     font-family: 'Gotham', Helvetica, Arial, sans-serif !important; */
	font-family: Helvetica, Arial, sans-serif !important;
}
.et_pb_slide_title,
.et_pb_slide_title a,
.et_divi_builder #et_builder_outer_content .et_pb_slide_content p:last-of-type,
.et_divi_builder #et_builder_outer_content .et_pb_slide_content .et_pb_slide_title {
	text-shadow:2px 2px 2px rgba(0,0,0,0.8) !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button::after {
	line-height:1.25 !important;
}


.et_pb_slider h1, .et_pb_slider h2, .et_pb_slider h3, .et_pb_slider h4, .et_pb_slider h5, .et_pb_slider h6 {
    line-height: 1.25 !important;
}


.et_pb_button {
	width:100% !important;
	height:100% !important;
	min-height:100% !important;
	display:block !important;
}


.et_pb_slider, .et_pb_slider .et_pb_container { 
    height: 600px !important; 
}
.et_pb_slider, .et_pb_slider .et_pb_slide { 
    max-height: 600px; 
}
.et_pb_slider .et_pb_slide_description { 
    position: relative; 
    top: 25%; 
    padding-top: 0 !important; 
    padding-bottom:0 !important; 
    height:auto !important; 
}


.et_divi_builder #et_builder_outer_content .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
    margin: 0.9375rem !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_sum, .et_divi_builder #et_builder_outer_content .et_pb_pricing li a, .et_divi_builder #et_builder_outer_content .et_pb_pricing_table_button, .et_divi_builder #et_builder_outer_content .et_overlay::before, .et_divi_builder #et_builder_outer_content .et_pb_member_social_links a:hover, .et_divi_builder #et_builder_outer_content .woocommerce-page #content input.button:hover .et_pb_widget li a:hover, .et_divi_builder #et_builder_outer_content .et_pb_bg_layout_light .et_pb_promo_button,
.et_divi_builder #et_builder_outer_content .et_pb_bg_layout_light .et_pb_more_button, .et_divi_builder #et_builder_outer_content .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_divi_builder #et_builder_outer_content .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_divi_builder #et_builder_outer_content .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_divi_builder #et_builder_outer_content .et_pb_contact_submit, .et_divi_builder #et_builder_outer_content .et_pb_bg_layout_light .et_pb_newsletter_button {
    color: rgb(189,73,57) !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module a{
    color: rgb(189,73,57) !important;
}

.et_divi_builder #et_builder_outer_content .et-pb-slider-arrows a.et-pb-arrow-prev,
.et_divi_builder #et_builder_outer_content .et-pb-slider-arrows a.et-pb-arrow-next {
    color: rgb(255,255,255) !important;
}
.mfp-title {
    display: none;
}
/*-------------------------------------------------- Custom Responsive Styles --------------------------------------------------*/


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1050px) {

}
@media only screen and (max-width: 1024px) {
	.top-photo, .bottom-photo {
		max-height:none;
	}
	.checklist-section {
	    background-position: 60% 50%;
    }
	.blue-section .blue-section-links {
		display: block;
	}
	.blue-section .blue-section-links a {
		display: inline-block;
		line-height: 1;
		width: 120px;
	}
	.latest-blog-section {
	    max-height:none;
	}
    
}
@media only screen and (max-width: 980px) {
	#desktop-nav ul.nav li {
	    margin:0px;
	}	
	#desktop-nav ul.nav li a {
	    font-size: 12px;
	    padding:8px;
	}	
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#desktop-nav ul.nav li a {
		font-size: 11px;
		padding: 10px 5px;
	}	
	
	
	.slider-section .home-slider .home-slide .home-slide-text h1 {
		position: relative;
		left:0px;
	}
}
@media only screen and (max-width: 640px) {
	.mobile-hide {display:none;}
	#mobile-nav-icon {display:block;}
	.dale {
		position: relative;
		bottom: -30px;
		left: -60px;
	}
	.dale-bio {
		padding:20px 20px 20px 20px;
		margin: 10px 0px;
	}
	.building-on-history .values {
	    padding: 10px 10px;
	}
	.testimonial .quote {
	    border-right: none;
	    text-align: center;
	}
	.testimonial .person {
		text-align: center;
	}
	.button-column,.social-media {
		text-align: center;
	}
	.checklist-section {
	    background-position: 80% 50%;
    }
    #image-slider.home-slider-container h2.et_pb_slide_title a{
    	font-size: 28px !important;
	}
	.checklist-section a {
	    font-size:22px;
	    padding:24px 20px;
	} 
	
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.mobile-hide {display:none;}
		
	.values-section .values {
	    padding: 10px 10px;
	}	
	.et_divi_builder #et_builder_outer_content .et_pb_slide {
	    padding: 0px !important;
	}
	.et_divi_builder #et_builder_outer_content .et_pb_slider .et_pb_container {
    	width: 100% !important;
    }
    .et_divi_builder #et_builder_outer_content .et_pb_slide_description, 
    .et_divi_builder #et_builder_outer_content .et_pb_slider_fullwidth_off .et_pb_slide_description {
    	padding: 16% 0% !important;
	}	
	#image-slider #et_builder_outer_content .et_pb_slider .et_pb_slide_title, 
	#image-slider #et_builder_outer_content .et_pb_slider .et_pb_slide_title a {
		font-size: 25px !important;
/*
	    -ms-transform: scale(0.7);
	    -webkit-transform: scale(0.7);
	    transform: scale(0.7);
*/
	}
	
	#nav-below .nav-previous a, #nav-below .nav-next a {
	    font-size: 12px;
		padding: 8px 10px;
	}	
	.default-section h1.entry-title {
	    font-size: 24px;
	}
	.default-section article {
	    margin:10px auto;
	}
	.testimonial .quote p {
	    font-size: 16px;
	}
	.testimonial .person h5 {
	    font-size: 20px;
	}
	h1, 
	.values-section h1, 
	.blue-section h1, 
	.services-section h1,
	.default-section header.header h1, 
	.team-section h1, 
	.default-section #et_builder_outer_content h1 {
	    font-size: 28px;
	}
	h2 {
		font-size:24px;
	}
	.mini-about-section p {
	    font-size:16px;
	}
	.service-box {
	    padding:10px;
	}
		
	
}
@media only screen and (max-width: 390px) {

}


/*-------------------------------------------------- /Custom Responsive Styles --------------------------------------------------*/


/* self-clear floats and other styles
---------------------------------------------------------------------------------------------------  */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clear {clear:both;}
.left {float: left;}
.right {float: right;}
.vertical {
	display: table-cell;
    vertical-align: middle;
}
.bottom {
	display: table-cell;
    vertical-align: bottom;
}
.table {
	display: table;
	/* width: 100%; */
}
.box-model {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */	
}
.text-centered {text-align: center;}
.text-right {text-align: right;}
.underline {text-decoration: underline;}
.italic {font-style: italic;}
.tiny-text {font-size: 12px;}
.bold {font-weight: 600;}
.white {color: rgb(255,255,255);}
.red {color: rgb(196,33,38);}
.uppercase {text-transform: uppercase;}
.bullets {
	list-style: inside;
	list-style-image: url('../img/bullet.png');
	margin-bottom: 30px;
}
.bullets li {padding-top: 3px; padding-bottom: 3px;}
.inline {display: inline;}
.padding10 {padding:10px;}
.width-960 {
	margin: auto;
	width: 960px;
}
.relative {position: relative;}
.small-text {font-size:10px;}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid rgb(255,255,255);
}
/* vertical alignment css... wrapper gets .vert, items to align get .vert-item */
.vert {
	display: flex;
	align-items: center;
	justify-content: center;
}
.vert-item {
  
}
.vert-item-top {
	align-self: flex-start;
}
.vert-item-bottom {
	align-self: flex-end;
}
.column2{
	-webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}
.alignleft, .et_pb_section .et_pb_row .et_pb_column p .alignleft{
    float: left;
    clear:both;
    padding: 0px 20px 0px 0px !important;
}
.alignright, .et_pb_section .et_pb_row .et_pb_column p .alignright {
    float: right;
    clear:both;
    padding: 20px 0px 20px 20px !important;
}
/* placeholder text on forms... */
::-webkit-input-placeholder {
	opacity:1;
}
:-moz-placeholder {
	opacity:1;
}
::-moz-placeholder {
	opacity:1;
}
:-ms-input-placeholder {
	opacity:1;
}
.double-next {
	content:'&#187;';	
}
.double-previous {
	content:'&#171;';	
}
 	
