/* GRANT'S HARDWARE 

	font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', sans-serif;
	
	DARK GREEN:
	color:#485e20;

	LIGHT GREEN:
	color:#8eba3e;
	
	RED:
	color:#ae0202;
	
*/




html #wpadminbar {
	display:none;
}
html, body {
	padding:0;
	margin:0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#485e20;
	background:#FFF;
}

.pad {
	position:relative;
	width:97%;
	max-width:1300px;
	margin:0 auto;
}


.site-header {
	display:block;
	width:100%;
	max-width:100%;
	height:140px;
	padding:0;
	background: #fffef2;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.39); 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.39);
}
.site-header:after {
	
}
.topBar {
	height: 40px;
	background:#8eba3e;
}
#hdrLogo {
	position:relative;
	top:-14px;
	float:left;
	width:370px;
	height:100px;
}
#hdrLogo a {
	display: block;
	width:370px;
	height:100px;
}
#hdrLogo .hdrLogoHouse {
	float:left;
}
#hdrLogo .hdrLogoGrants {
	float:right;
	margin-top:37px;
}

.hdrPhoneBanner {
	position: absolute;
	top:-31px;
	right:0;
	width:222px;
	height:94px;
}
.hdrPhoneBanner span {
	display:none;
}
.hdrPhoneBanner a {
	display: block;
	width:100%;
	height:94px;
	background:transparent url('images/hdrPhoneBanner.png') center top no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
}
.hdrPhoneBanner a.hdrPhoneBannerLink:focus {
	background:transparent url('images/hdrPhoneBanner.png') center top no-repeat !important;
	background-size:100% auto !important;
}


/* MAIN NAVIGATION */
#navBar {
	position:absolute;
	left:calc(50% - 150px);
	top:20px;
	width:480px;
	margin:0 auto;
	z-index: 9;
}
.primary-navigation .primary-menu-container {
	margin:0 auto;
}
.primary-navigation .primary-menu-container > ul > .menu-item {
	height:77px;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a {
	padding:5px 10px;
}
.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:600;
	color:#485e20;
	text-transform:uppercase;
	line-height:3em;
	text-decoration: none;
	transition:0.2s all;
}
.primary-navigation a:hover {
	color:#6a3714;	
}


/* SUBMENUS */
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	display:none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	top:75px;
	background:#fffef2;
	border:solid 1px #dedede;
	border-radius:0 0 10px 10px;
	padding-bottom: 20px;
}
.primary-navigation .sub-menu {
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	background:none;
}
.primary-navigation .sub-menu .menu-item > a {
	font-size:15px;
	line-height:1em;
	text-transform:none;
	padding:11px 40px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before {
	border-color:#afafaf transparent;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
	border-color:#fffef2 transparent;
}
/* SUB SUB MENU */
.primary-navigation .sub-menu > .menu-item > .sub-menu li {
	padding-left:20px;
}
.primary-navigation .sub-menu > .menu-item > .sub-menu li a:before {
	display:inline-block;
	content:"-";
	padding-right:5px;
}




/* COMMON */
.site-content {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,254,242,1) 100%);
	margin-top:10px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', sans-serif;
	color:#485e20;
}
a, 
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline:none;
    text-decoration:none;
	text-underline-offset:0;
	background:none;
}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
	max-width:1100px;
}

header.entry-header {
	margin-left:0;
}
.entry-content, .entry-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.entry-content p a {
	color:#c20404;
	border-bottom:dotted 1px #c20404;
}
.site-main {
	padding-top:0;
	padding-bottom:0;
	background:transparent url('images/site-main-btmGradient.png') bottom left repeat-x;
}
.site-main > * {
	margin:0;
}
.site-main article,
.requestQuoteProJul {
	width:97%;
	max-width:1100px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:60px;
}
.requestQuoteProJul {
	padding-top:0;
}
.requestQuoteProJul h3 {
	font-weight: 500;
	margin:0 0 20px 0;
}
.requestQuoteProJul #load-validator-content {
	max-width:500px;
}
.requestQuoteProJul #load-validator-content body {
	background:none;
}
.site-main article.homePage {
	padding:60px 0 0 0;
}
h1.entry-title,
h1.page-title {
	font-size:32px;
	font-weight:600;
	color:#485e20;
}
.btn {
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    Xtext-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
    border-radius: 35px;
    padding:5px 35px;
    transition: 0.2s all;
}
.btn:hover,
.btn:active,
.btn:focus {
	background:#1514a0 !important;
}
.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus {
	outline:none;
}



/* PAGE HEROS */

.pageHdr {
	position:relative;
	top:-9px;
	width:100%;
	height:500px;
	overflow:hidden;
	margin-bottom:0;
}
.pageHdr .background {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.pageHdr .background::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	content:"";
	background:rgba(43,45,51,.5);
	background:none;
	z-index: 1;
}
.pageHdr .background.noOverlay::after {
	display: none;
}
.pageHdr .background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* corner tape measure */
.pageHdr .background .pageHdrOverlay {
	position:absolute;
	bottom:0;
	left:auto;
	right:0;
	width:300px;
	height:220px;
	overflow: hidden;
	z-index:1;
}
.pageHdr .background .pageHdrOverlay img {
	display: block;
	width:300px;
	height:220px;
	object-fit: none;
}

/* full width tape measure
.pageHdr .background .pageHdrOverlay {
	position:absolute;
	bottom:0;
	left:0;
	height:66px;
	width:100%;
	overflow: hidden;
	z-index:2;
}
.pageHdr .background .pageHdrOverlay img {
	display: block;
	width:2118px;
	height:66px;
	object-fit: none;
	margin-left:70px;
}
/**/
.pageHdr .background h1,
.pageHdr .background .subtext {
	position:absolute;
	top:60px;
	left:210px;
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	font-weight: bold;
	color: #FFF;
	text-shadow:2px 2px 2px rgba(0,0,0, 0.5);
	margin:0 auto;
	z-index:2;
}
.pageHdr .background .subtext {
	top:130px;
	font-size:20px;
	padding-left:30px;
}
.pageHdr .background .subtext ul {
	margin-bottom:10px;
}



/* CONTACT PAGE */
.contactPage{}
h1.contactPageTitle {
	display:none;
}
.contactPage h3.contactSubTitle {
	line-height:1.2em;
}
.contactPage h3.contactSubTitle span {
	display:block;
	font-weight:bold;
}
.contactPageMapIframe {
	float:right;
	width:510px;
	height:210px;
	margin:0 0 30px 30px;
	border:solid 2px #8eba3e;
}
.contactPage input[type=text],
.contactPage input[type=email],
.contactPage input[type=text],
.contactPage textarea {
	font-size:15px;
	background:#f5f8fa;
	border:solid 2px #cbd6e2;
	border-radius:5px;
	padding:4px 8px;
	margin:0 0 10px 0;
}
.contactPage textarea {
	height:100px;
}
.contactPage input[type=submit],
.contactPage input[type=submit]:not(:hover):not(:active):not(.has-background) {
	color:#FFF;
	border-radius:5px;
	border:none;
}
.contactPage input[type=submit]:hover,
.contactPage input[type=submit]:active {	
	color:#FFF;
	background:#1414a0;
	border-radius:5px;
}



/* CUSTOMER TESTIMONIALS */
.ftrTestimonials {
	padding-top:30px;
	background:#FFF;
	/*
	-webkit-box-shadow: 0px 0px 50px 29px rgba(72,94,32,0.23); 
	box-shadow: 0px 0px 50px 29px rgba(72,94,32,0.23);
	*/
	-webkit-box-shadow: 0px 0px 50px 30px rgba(196,191,135,0.52); 
	box-shadow: 0px 0px 50px 30px rgba(196,191,135,0.52);
	margin:50px 0 0 0;
}
.ftrTestimonials h3,
.ftrTestimonials h4 {
	max-width:1100px;
	font-size:22px;
	font-weight: 500;
	font-style: italic;
	color: #485e20;
	color: #547910;
	margin:0 auto 30px auto;
}

.ftrTestimonialsContent {
	width:97%;
	max-width:1100px;
	min-height:190px;
	font-size:16px;
	color:#8c8c8c;
	color: #547910;
	background:url('images/bgTestimonials.jpg') top right no-repeat #FFF;
	border:none;
	padding-right:160px;
	padding-bottom:25px;
	margin:0 auto;
}
.ftrTestimonialsContent .author {
	display:block;
	margin-top:10px;
}


/* FOOTER */
#Footer {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#fffef2;
	background:url('images/bgFooter.jpg') center center no-repeat #51443d;
	background-size: 100% auto;
	padding:70px 0 0 0;
}
#Footer .col {
	display:inline-block;
	width:20%;
	vertical-align:top;
	margin-right:calc(6%);
	margin:0 2%
}
#Footer h3 {
	font-size:20px;
	font-weight:300;
	color:#fffef2;
	border-bottom:solid 1px #fffef2;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
}
#Footer ul, #Footer li {
	list-style:none;
	padding:0;
	margin:0;
}
#Footer p,
#Footer li {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
#Footer a {
	color:#FFF;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}


h4.ftrBannerText {
	font-size:20px;
	color: #FFF;
	text-align: center;
	padding:70px 0 70px 0;
	margin:0;
}


.ftrCredits {
	font-weight:400;
	font-size:14px;
	color:#45474c;
	color:#7b3c17;
	background:#fffef2;
	padding:10px 0;
}
.ftrCredits .left {
	float:left;
	width:310px;
}
.ftrCredits .right {
	float:right;
	width:270px;
}
.ftrSocial {
	float:right;
	width:fit-content;
	padding-left:10px;
}
.ftrSocial a,
.ftrSocial a:hover {
	transition:0.2s all;
}
.ftrSocial a svg path {
	fill:#6a3714;
}
.ftrSocial a:hover svg path {
	fill:#547910;
}
.svg-inline--fa {
	width:35px;
	height:35px;
}
.ftrCredits a {
	display:inline-block;
	padding:0 5px;
	color:#7b3c17;
}
.ftrCredits a.nwwebdev {
	font-size:12px;
}
.ftrCredits a:hover {
	color:#485e20;
}

.ftrCredits .right {
	float:right;
	text-align:right;
}




.Clear {
	clear:both;
}


/* reCaptcha badge */
.grecaptcha-badge{
	visibility: collapse !important;  
}

/*
*/