/*Reset*/

html{
  box-sizing: border-box;
}

*,
*:before,
*:after{
  box-sizing: inherit;
}

*{
	margin: 0px; 
	padding: 0px;
}

/*Base Styles*/

body{
    font-family:'Lato', sans-serif;
    font-size: 100%;
}

img{
     border:none;
     max-width:100%;
     height:auto;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary{
	display: block;
}

input, select, option, textarea{
	font-family:inherit;
}

iframe{
	max-width:100%!important;
}

p{
	
	color: #393939;
}


/*Links*/

a{
	color: #4db162;
	text-decoration: none;
}

a:hover,
a:focus{
	color: #2a5e36;
}
.header-content a,
.site-footer a{
	color: inherit;
}

.btn{
	display:inline-block;
	transition:background-color 0.2s ease, color 0.2s ease;
	background: #4db162;
	padding: 0.5em 1em;
    font-size: 1em;
	font-weight: bold;
	color:white;
}
.btn:hover{
	background-color: #3d3d3d;
	color: white;
}
.btn-alt{
	padding: 0.5em 2em;
	border: 2px solid white;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.btn-large{
	font-size: 1.25em;
}

/*Headings*/

h1,
.h1-like{
	font-family: 'Roboto Slab';
    font-size: 2.66em;
    font-weight: normal;
	margin: 5px 0;
	color: #3d3d3d;
}

h2{
	font-family: 'Lato';
    font-size: 2.33em;
    font-weight:bold;
	margin: 5px 0;
	color: #4db162;
}

h3{
    font-size: 1.25em;
    font-weight:bold;
	margin: 5px 0;
	color: white;
}

h4{
    font-weight:bold;
    font-size: 1.15em;
    margin: 5px 0;
}

h5{
    font-weight:bold;
    font-size: 1.1em;
    margin: 5px 0;
}

h6{
    font-weight:bold;
    font-size: 1em;
    margin: 5px 0;
}


/*Lists*/

ul{
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 0 10px 15px;
}

ol{
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 10px 0 10px 25px;
}

li{
	margin-bottom: 3px;
}

/* Nested Lists*/
ul ul,
ul ul ul,
ol ol,
ol ol ol{
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	margin: 5px 5px 5px 20px;
}

ul ul li,
ul ul ul li,
ul ol li,
ul ol ol li{
	margin-bottom: 3px;
}

/*Tables*/

table{
	border-collapse:collapse;
}

.table{
	display:table;
}

.table .cell{
	display:table-cell;
}

/*Columns*/
.columns,
.padded-columns{
    overflow: auto;
    width: 100%;
}

.columns .half,
.columns .third,
.columns .two-thirds,
.columns .quarter,
.columns .three-quarters,
.padded-columns .half,
.padded-columns .third,
.padded-columns .two-thirds,
.padded-columns .quarter,
.padded-columns .three-quarters{
	float:left;
}

.columns .half {
    width: 50%;
}

.columns .third{
    width: 33.33%;
}

.columns .two-thirds{
    width: 66.66%;
}

.columns .quarter{
    width: 25%;
}

.columns .three-quarters{
    width: 75%;
}

/*Padded Columns*/
.padded-columns .half,
.padded-columns .third,
.padded-columns .two-thirds,
.padded-columns .quarter,
.padded-columns .three-quarters{
    margin-right:5%;
}

.padded-columns .half:last-child,
.padded-columns .third:last-child,
.padded-columns .two-thirds:last-child,
.padded-columns .quarter:last-child,
.padded-columns .three-quarters:last-child{
    margin-right:0;
}


.padded-columns .half {
    width: 47.5%;
}

.padded-columns .third{
    width: 30%;
}

.padded-columns .two-thirds{
    width: 65%;
}

.padded-columns .quarter{
    width: 21.25%;
}

.padded-columns .three-quarters{
    width: 70%;
}


/*Styles*/

.container{
	width:94%;
    max-width: 1000px;
    margin: auto;
}
.wide{
	max-width: 1500px;
}
.wide-xl{
	max-width: 2000px;
}
.screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

[class^="icon-"],
[class*=" icon-"]{
	width:1em;
	height:1em;
	fill:currentColor;
}

.overflow{
	overflow:auto;
}

.overflow .left{
	float:left;
}

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

.clearfix{
	clear:both;
}

/*Header*/
.site-header{
	background: transparent url('../images/layout/hero-kitchen.jpg') no-repeat scroll center center;
    background-size: cover;
	margin-top: -190px;
	width: 100%;
	color: white;
	height: 945px;
}
.header-flex{
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.atlas-logo{
	padding: 61px 0 20px 0;
	text-align: left;
}
.contact-phone{
	padding: 0.5em 1em;
	font-size: 1.275em;
}
.contact-phone-mobile{
	display: none;
}
.btn.atlas-estimate{
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 1.2em;
}
.header-content{
	padding-top: 50px;
	color: #fff;
	text-align: right;
	font-size: 1.275em;
}
.hero-image-caption{
	padding-top: 275px;
    padding-bottom: 252px;
	line-height: normal;
	text-align: center;
}
.hero-image-title h1{
	font-size: 4.375em;
	color:white;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}
.hero-image-subtitle{
	font-size: 1.875em;
	color:white;
	padding-bottom: 40px;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}
.btn-alt .icon-arrow-right{
	vertical-align: middle;
	margin-left: 10px;
}

/*Navigation*/
.site-navigation{
	background:none;
	color: #fff;
	padding-top: 20px;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.site-navigation ul{
    border: none;
    padding: 0;
    margin: 0;
}
.site-navigation li{
    display: inline-block;
    line-height: normal;
    list-style-type: none;
    position: relative;
	margin: 0;
}
.site-navigation li a{
	padding: 5px 10px;
}
.site-navigation li a:hover{
	text-decoration: underline 5px;
	color: #4db162;
	text-shadow: none;
}

/*Drop Down*/ 
.site-navigation ul ul{
	position: absolute;
	background-color: #5a5a5a;
	width: 200px;
	display: none;
	z-index: 27;
	font-size: 0.85em;
	text-shadow: none;
}
.site-navigation ul ul li{
	display: block;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.site-navigation ul ul li a{
	display: block;
	border-bottom: none;
	padding: 15px;
}
.site-navigation ul ul li a:hover{
	border-bottom: none;
	background: #4db162;
	color: #393939;
}
.site-navigation li:hover > a{
}
.site-navigation ul li:hover > ul{
    display: block;
}

/*Content*/
.site-content{

}
.services-flex{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	position: relative;
}
.services-flex-item::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 111, 62, 0.60);
	top:0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.services-flex-item:hover::before{
	opacity: 1;
}
.services-flex-item{
	position: relative;
	width: 34%;
	background: #3d3d3d no-repeat scroll center center;
	text-align: center;
	padding: 17% 1% 3%;
	color: white;
}
.services-flex-item:hover{
	color: white;
}
.services-flex-text{
	position: relative;
	z-index: 2;
	font-size: 1.56em;
}
.services-flex-text-large{
	font-size: 1.64em;
	font-weight: bold;
}
.atlas-installations{
	background-image: url(../images/layout/historic-installations-repairs.jpg);
}
.atlas-restoration{
	background-image: url(../images/layout/refinishing-restoration.jpg);
}
.atlas-designs{
	background-image: url(../images/layout/extraordinary-custom-designs.jpg);
}
.featured-project h2{
	text-align: center;
	font-size: 3em;
	padding: 30px 0 50px 0;
}
.featured-project-flex{
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	padding-bottom: 60px;
}
.featured-project-flex-half{
	width: 48%;
	font-size: 1.125em;
	line-height: 1.5;
}
.featured-project-flex-half h3{
	color: #3d3d3d;
	font-size: 2em;
	line-height: normal;
    font-weight: normal;
    padding: 0 0 15px 0;
}
.featured-project-flex-half p{
	color: #3d3d3d;
	padding: 0 0 40px 0;
}
.atlas-testimonial{
	background:#3d3d3d;
	padding: 70px 14% 70px 11%;
}
.atlas-testimonial-text{
	background: url('../images/layout/testimonal-quotes.png') no-repeat 0 20px;
	font-weight: normal;
	color:white;
	font-size: 1.5em;
	padding: 0 0 0 180px;
}
.atlas-testimonial-text blockquote{
	font-family: 'Roboto Slab', serif;
	font-size: 2em;
}
.atlas-testimonial-text p{
	font-weight: bold;
	padding: 10px 0 0 0;
	color:#ffffff;
}
.atlas-certifications{
	padding: 30px 0 50px 0;
}
.certifications-flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.atlas-certifications h2{
	text-align: center;
	font-size: 3em;
}

.atlas-showroom{
	padding: 65px 5%;
	background: url(../images/layout/showroom.jpg) no-repeat scroll center center;
}
.view-our-showroom{
	line-height: 1.5;
	max-width: 700px;
	margin: auto;
	padding: 40px 80px;
	background: #f1efeb; 
	text-align: center;
}
.view-our-showroom h2{
	font-size: 2.66em;
	margin-bottom: 20px;
}
.view-our-showroom h3{
	color: #3d3d3d;
	font-size: 2em;
    font-weight: normal;
}
.view-our-showroom p{
	font-size: 1.125em;
	margin-bottom: 40px;
}

/*Subpage*/
.site-header-subpage{
	background-color: #3d3d3d;
}
.subpage-header-image{
	background: transparent url('../images/layout/subpage-header-image.jpg') no-repeat scroll center center;
	background-size: cover;
	text-align: center;
	padding: 120px 0 120px 0;
}

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 150ms ease;
}

.subpage-atlas-logo{
	padding: 61px 0 20px 0;
    text-align: left;
}
.subheader-content{
	padding-top: 50px;
	text-align: right;
	font-size: 1.275em;
}
.h1-like{
	position: relative;
	color: white;
	font-size: 3em;
}
.h1-like::after{
	content: "";
    display: block;
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
    height: 10px;
    width: 120px;
    background-color: #4db162;
}
.subpage-header-flex{
	display: flex;
	color:white;
	justify-content: space-between;
	padding: 0;
}
.arrow-right{
	margin-left: 8px;
}
.arrow-icon svg {
	width:1em;
	height:1em;
	color: white;
}
.entry{
	padding: 60px 0 200px 0;
	font-size: 1.2em;
}
.entry h2{
	padding-bottom: 32px;
}
.entry h3{
	color: #3d3d3d;
	padding-bottom: 32px;
	font-weight: normal;
	font-size: 1.875em;
}
.entry p{
	line-height: 1.4;
	padding-bottom: 20px;
}
.entry ul{
	line-height: 1.5;
}
.entry li{
	list-style-image: url(../images/layout/unorderlist-arrow.png);
	padding-right: 15px;
}
.strong-view.simple .testimonial-inner{
	border-bottom: 4px #4db162 solid;
}

/*Blog*/
.blog .post,
.archive .post{
	padding-bottom: 50px;
	border-bottom: 3px #9e9d9d solid;
	margin-bottom: 50px;
}
.post .meta{
	font-weight: bold;
}

/*Footer*/
.site-footer{
	padding: 50px 120px;
	text-align:center;
	background: #3d3d3d;
}
.address-flex{
	display: flex;
	color:white;
	flex-flow: row nowrap;
    justify-content: space-between;
}
.half{
	text-align: left;
	line-height: 1.5;
}
.site-footer .footer-phone{
	font-size: 36px;
    color: #4db162;
}
.nwfa-badges a{
	padding-right: 50px;
}
.footer-social-flex{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	padding-bottom: 40px;
}
.social-media-icons{
	font-size: 3.5em;
	padding:50px 15px 0 60px;
}
.social-media-icons a{
	color: #4db162;
	padding: 0 10px 0 0;
}
.copyright{
	font-size: 0.75em;
	color: white;
	text-align: right;
}


/*Admin Bar*/
.admin-bar .sticky-header,
.admin-bar #responsive-menu-container{
  top: 32px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone{
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter{
    display: block;
    margin: 5px auto 5px auto;
    text-align:center;
}

.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%; /* Image does not overflow the content area */
    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;
}

/* = Print Styles
-------------------------------------------------------------- */


@media print{

	body{
    	background-color: transparent;
	}

	.noPrint,
	.no-print{
		display:none;
	}

}


/*Responsive CSS*/
@media screen and (max-width: 1330px) {
	.address-flex,
	.footer-social-flex,
	.services-flex,
	.services-flex-item{
		display: block;
		width: auto;
	}
	.site-header{
		margin-top: -205px !important;
	}

	.site-navigation{
		font-size: 0.8em;
		clear: left;
	}

	.site-navigation ul{
		text-align: right;
	}

	.header-flex{
		display: block;		
	}

	.atlas-logo{
		float: left;
		padding-bottom: 0;
	}

	.hero-image-caption{
		clear: left;
		padding-top: 200px;
	}

}

@media screen and (max-width: 1192px) {

	.admin-bar .sticky-header,
	.admin-bar #responsive-menu-button,
	.admin-bar #responsive-menu-container{
		top: 46px;
	}

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

	.footer-social-flex{
		justify-content: center;
	}

	.atlas-testimonial-text{
		padding: 80px 0 0 0;
		background-size: 50px;
		font-size: 1em;
	}

	.site-footer{
		text-align: center;
		padding: 50px 5%;
	}

	.copyright,
	.site-footer .half{
		text-align: inherit;
	}

	.atlas-showroom-address{
		margin-bottom: 50px;
	}

	.social-media-icons{
		padding: 50px 0 0 0;
	}

	.nwfa-badges{
		padding: 0 25px 0 25px;
	}

}

@media screen and (max-width: 956px){
	.services-flex-text{
		font-size: 1em; 
	}

	.featured-project-flex{
		flex-direction: column;
	}

}

@media screen and (max-width: 750px) {
	.header-content{
		display: none;
	}

	.contact-phone-mobile{
		display: inline-block;
		font-size: 2em;
		margin-top: 20px;
		margin-right: 50px;
		float: right;
		color: white;
	}

	.atlas-logo{
		float: none !important;
		padding-top: 0;
		width: 300px;
	}

	.hero-image-caption{
		font-size: 0.875em;
	}

	.hero-image-title h1{
		font-size: 3em;
	}

	.view-our-showroom{
		padding: 40px;
	}

	.view-our-showroom h2 {
		font-size: 2em;
	}

	.hero-image-caption {
		padding-left: 5%;
		padding-right: 5%;
		font-size: 0.75em;
	}

	.h1-like {
		font-size: 2em;
	}

	.subpage-header-image {
		padding: 50px 0 50px 0;
	}

	.certifications-flex .brand-logos img{
		width: 100px;
		height: 100px;
	}

}

@media screen and (max-width: 500px){
	.site-header{
		height: 800px;
	}

	.atlas-logo{
		width: 250px;
	}

	.hero-image-caption {
		padding-top: 300px;
		padding-bottom: 100px;
	}

	.certifications-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	.featured-project-flex-half{
		width: auto;
	}

	.columns .half,
	.columns .third,
	.columns .two-thirds,
	.columns .quarter,
	.columns .three-quarters,
	.padded-columns .half,
	.padded-columns .third,
	.padded-columns .two-thirds,
	.padded-columns .quarter,
	.padded-columns .three-quarters,
	.padded-columns .half:last-child,
	.padded-columns .third:last-child,
	.padded-columns .two-thirds:last-child,
	.padded-columns .quarter:last-child,
	.padded-columns .three-quarters:last-child{
	    margin: auto;
	    width: 98%;
	    float:none;
	}

	div.aligncenter,
	.alignnone,
	.aligncenter,
	.alignright,
	.alignleft,
	.aligncenter,
	a img.alignright,
	a img.alignnone,
	a img.alignleft,
	a img.aligncenter,
	.wp-caption.alignnone,
	.wp-caption.alignleft,
	.wp-caption.alignright {
	    display: block;
	    margin: 5px auto;
	    float:none;
	    text-align:center;
	}
}