*, html {
-moz-box-sizing: border-box;
-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0; padding: 0;
font-family: "franklin-gothic-urw";
font-weight: 400;
font-size: 18px;
background-color: #FFF;
overflow-x: hidden;
}
:target:before {
content:"";
display:block;
height:190px; margin:-190px 0 0; }
.inner {
max-width: 1100px;
margin: 0 auto;
}
#topbar {
background-color: #0A2953;
margin-bottom: 35px;
}
#topbar .inner {
text-align: right;
}
.socials {
width: 19px; height: 19px;
background-repeat: no-repeat; 
display: inline-block;
margin: 3px 3px 0 3px;   
}
.facebook-icon {
background-image: url(https://www.naturesgranitellc.com/wp-content/themes/naturesgr/images/facebook-icon.png);
}
.linkedin-icon {
background-image: url(https://www.naturesgranitellc.com/wp-content/themes/naturesgr/images/linkedin-icon.png);
}
.yelp-icon {
background-image: url(https://www.naturesgranitellc.com/wp-content/themes/naturesgr/images/yelp-icon.png);
}
#header {
position: fixed;
top: 0; left: 0;
width: 100%;
background-color: #FFF;
height: 184px;
box-shadow: 0px 3px 5px rgba(0,0,0,.2);
z-index: 9999;
}
#scrollspot {
margin-top: 193px;
}
#logo {
width: 249px;
height: 75px;
background-image: url(https://www.naturesgranitellc.com/wp-content/uploads/2022/08/resized-logo-e1660062219940.jpg);
background-size: cover;
background-repeat: no-repeat;
display: block;
float: left;
margin-left: 5px;
}
#logo span {
display: none;
}
#hours {
float: right;
text-align: right;
margin-top: 20px;
}
#hours div {
display: inline-block;
border-right: 1px solid #009FE0;
padding: 0 15px;
vertical-align: middle;
font-size: 14px;
}
#hours div:last-child {
border-right: none;
}
.green-btn, input[type=submit] {
background-color: #2FB75C;
border: none;
display: inline-block;
padding: 5px 10px;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
color: #FFF;    
}
#menu {
border-top: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6;
margin-top: 18px;  
background-color:#FFF;
}
#menu ul, #menu li {
list-style-type: none;
margin: auto; padding: 0;
font-size:0;
display:flex;
}
.menu li.menu-item { width:100%;
border-left:1px solid #e6e6e6;
}
#menu a, #menu a:visited { background-color: #FFF;
margin: 0;
width: 100%;
padding: 10px;
text-decoration: none;
color: #001E4B;
text-align: center;
font-size: 14px;
text-transform: uppercase;
}
#menu .inner li:last-of-type a {
border-right: 1px solid #E6E6E6; 
}
#menu li:hover  {
background-color: #CEEEF9;
}
#menu li.menu-item-has-children {
position:relative!important;
}
#menu ul.sub-menu {
position: absolute;
z-index: 999;
background-color: #FFF;    
transition: all 1s;
max-height: 0;
overflow-y: hidden;
width: 200px;
display: block;
top:38px;
}
#menu ul.sub-menu li {
width: 100%;
}
#menu li:hover ul.sub-menu {   
max-height: 500px; 
}
#menu li:hover > a {
background-color: #CEEEF9;
}
#menu ul.sub-menu a {
padding: 10px 20px;
margin-left: 0;
display: block;
width: 100%;
border-bottom: 1px solid #E6E6E6;
border-right: 1px solid #e6e6e6;
}
#heroimage {
width:100%;
height: 580px;
}
#heroimage .headerslide {
width:100%; height:100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment:fixed;
}
#tagline-banner {
background-color: #001445;
color: #FFF;
padding: 45px 0;
text-align: center;
}
.page #tagline-banner {
padding: 20px 0;
}
#tagline-banner hr {
background-color: #7B8194;
border: none;
height: 1px;
max-width: 500px;
margin: 30px auto;
}
.small-logo {
background-image: url(https://www.naturesgranitellc.com/wp-content/uploads/2020/08/logo-icon.png);
width: 42px; height: 42px;
background-repeat: no-repeat;
display: inline-block;
margin-bottom: 25px;
}
.tagline {
font-size: 35px;
font-weight: bold;
}
.sub-tagline {
font-size: 18px;
text-transform: uppercase;
}
.contentbar, .subcontentbar {
padding: 45px 10px;    
}
.subcontentbar .inner {
line-height: 28px;
max-width: 1000px;
}
.contentbar .inner {
padding-left: 250px;
background-image: url(https://www.naturesgranitellc.com/wp-content/uploads/2020/08/logo-stacked.png);
background-position: left center;
background-repeat: no-repeat;
max-width: 1000px;
}
.contentbar .content {
border-left: 1px solid #54B1CF;
padding-left: 30px;
}
.visualbar {
padding: 125px 0;
background-image: url(https://www.naturesgranitellc.com/wp-content/uploads/2022/08/visualizer.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;	
color: #FFF;
position:relative;
}
.visualbar::before {
position:absolute;
content:'';
background-color:rgba(0,0,0,0.3);
top:0; left:0; right:0; bottom:0;
z-index:0;
}
.visualbar .inner {
max-width: 1000px;
text-align: center;
z-index:99;
position:relative;
}
.visualbar .bigtext {
font-size: 60px;
font-weight: 900;
text-transform: uppercase;
color: #FFF;
margin-bottom: 65px;
}
.visualbar .buttons {
margin:0 auto;
display:flex;
max-width:400px;
}
.visualbar .buttons > div {
flex:1;
}
.visualbar .buttons div a {
background-color: #00a1e3;
border: none;
display: inline-block;
padding: 10px 10px;
text-decoration: none;
text-transform: uppercase;
font-size: 18px;
color: #FFF; 
min-width:150px;
font-weight:bold;
}
.centersbar {
padding: 125px 0;
background-image: url(//www.naturessurfaces.com/wp-content/themes/naturesgr/images/kitchen-group.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment:fixed;
color: #FFF;
}
.centersbar .inner {
max-width: 1000px;
text-align: center;
}
.centersbar .bigtext {
font-size: 60px;
font-weight: 900;
text-transform: uppercase;
color: #FFF;
margin-bottom: 65px;
}
.centersbar .panel {
display: inline-block;
width: 250px;
text-align: left;
}
.centersbar .greenbox {
background-color: rgba(74,185,87,0.55);
padding: 10px 20px;
margin-bottom: 10px;
}
.centersbar .panel:last-child {
margin-left: 220px;
}
.contactbar {
padding: 55px 0;
}
.contactbar .inner {
max-width: 1100px;
display: flex;
padding: 0 10px;
}
.contactbar .testimonial {
flex:1;
padding: 40px;
max-width: 100%;
background-color: #EFF8FA;
margin-left: 60px;
display:flex;
}
.contactbar .testimonial img {
width: 100%;
margin-right:50px;
}
.contactbar .testicontent {
padding: 0 10px;
}
.contactbar .testicontent h2 {
margin-bottom: 5px;
}
.contactbar .testicontent p {
font-style: italic;
margin-top: 0;
}
input[type=text], .wpcf7-textarea, input[type=email], .wpcf7-select {
border: 1px solid #009FE0;
border-radius: 5px;
padding: 20px;
font-size: 18px;
margin-bottom: 25px;
}
.contact-form {
flex:1;
}
.contact-form input[type=text], .contact-form .wpcf7-textarea, .contact-form input[type=email] {
width: 100%;
}
#footer {
background-color: #082953;
color: #FFF;
padding: 75px 0;
font-size: 14px;
clear: both;
}
#footer a, #footer a:visited {
color: #FFF;
}
#footer .footer-logo {
background-image: url(https://www.naturesgranitellc.com/wp-content/uploads/2020/08/footer-logo.png);
background-repeat: no-repeat;
width: 263px; height: 69px;
display: block;
float: left;
}
#footer .locations {
display:block;
float: right;
text-align: right;
}
#footer .locations div {
display: inline-block;
text-align: left;
padding: 10px;
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid #CEEEF9;
background-image: url(https://www.naturesgranitellc.com/wp-content/uploads/2020/08/location-icon.png);
background-position: left 10px;
background-repeat: no-repeat;
padding-left: 40px;
}
#footer .locations div:last-child {
border-right: none;
margin-right: 0;
padding-right: 0;
background-image: url(https://www.naturesgranitellc.com/wp-content/uploads/2020/08/hours-icon.png);
padding-left: 50px;
}
h4 {
margin-bottom: 0;
}
.page p {
margin-top: 0;
}
.page h2 { margin: 10px 0;    
letter-spacing: 2px;   
font-weight: 500; 
display: inline-block;
}
.page h3 {
margin: 0;
letter-spacing: 1px;
}
.page #container a {
color: #000;
}
.page #container ul {
margin-top: 0;
}
h2 {
color: #009FE0;
text-transform: uppercase;
font-size: 24px;
font-weight: 700;
}
h1 {
color: #009FE0;
text-transform: uppercase;
font-size: 38px;
font-weight: 500;
border-bottom: 2px solid #CEEEF9;   
padding-bottom: 10px; 
margin-bottom: 20px;
margin-top: 0;
letter-spacing: 2px;
}
#copyright {
margin-top: 50px;
text-align: center;
}
.clear {
clear: both;
}
.easy_t_single_testimonial {
clear: both;
display: block;
margin: 0;
background-color: #F1F8FB;
width: 100vw;
position: relative;
left: 50%;   
margin-left: -50vw;    
padding:  45px 15px 10px 15px;   
}
.easy_testimonial {
max-width: 1000px;
margin: 0 auto;
background-image: url(//www.naturessurfaces.com/wp-content/themes/naturesgr/images/quote.png);
background-position: right bottom;
background-repeat: no-repeat;    
padding-bottom: 35px;
}
.easy_testimonial .easy_testimonial_title {
border-bottom: 1px solid #CEEEF9;
background-image: url(//www.naturessurfaces.com/wp-content/themes/naturesgr/images/quote-icon.png);
background-position: left center;
background-repeat: no-repeat;
padding-bottom: 20px;
padding-top: 20px;
padding-left: 60px;
margin: 0;
margin-bottom: 15px;
letter-spacing: 2px;   
font-weight: 500;
color: #009FE0;
text-transform: uppercase;
font-size: 24px;    
}
.page-id-40 ol li {
margin-bottom: 15px;
}
.suppliers {
margin:0!important; padding:0!important;
width:auto!important; height:auto!important;
display:inline-block!important;
} @media only screen and (max-width: 800px) {
#header {
position: static;
top: 0; left: 0;
width: 100%;
background-color: #FFF;
height: auto;
box-shadow: none;
padding-bottom: 20px;
}
.gallery-item {
clear:none!important;
max-width:100%;
width:100%!important;
}	
.gallery-columns-5 br {
clear:none!important;
}
h2, h3 {
display: block!important;
clear:both!important;
}
#scrollspot {
margin-top: 0;
}    
.contentbar .inner {
padding-top: 180px;
padding-left: 0;
background-image: url(https://www.naturesgranitellc.com/wp-content/uploads/2020/08/logo-stacked.png);
background-position: center top;
background-repeat: no-repeat;
max-width: 1000px;
}
.contentbar .content {
border-left: none;
border-top: 1px solid #54B1CF;
padding-left: 10px;
padding-right: 10px
}    
#menu {
display: none;
}
.centersbar .bigtext {
font-size: 30px;
font-weight: 900;
text-transform: uppercase;
color: #FFF;
margin-bottom: 65px;
}
.centersbar .panel:last-child {
margin-left: auto;
}
.centersbar .panel {
clear: both;
display: block;
text-align: left;
margin: 50px auto;        
}
.contactbar .inner {    
display: block;
}
.contactbar .testimonial {
flex:1;
padding: 10px;
margin-top: 40px;
max-width: 100%;
margin-left: 0;	
display:block;
}
.contactbar .testimonial img {
margin-right:0;
}
#footer .footer-logo {
float: none;
margin: 0 auto;
}
#footer .locations {
float: none;
text-align: center;
clear: both;
width: 300px;
margin: 20px auto;
}
#footer .locations div {
text-align: left;
padding: 10px;
margin-right: 0;
padding-right: 20px;
border-right: none;    
padding-left: 40px;
width: 210px;
}
#hours div:last-child {
display: none;
font-size: 12px;
}    
.page .content img {
width: 100%;
height: auto;
display: block;
clear: both;
}
.suppliers {
max-width:45%!important;
}
:target:before {
content:"";
display:inline-block;
height:0; margin:0; }
#heroimage {
width:100%;
height: 280px;
}
.centersbar {
background-attachment:scroll;
}	
#heroimage .headerslide {	
background-attachment:scroll;
}
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }