html{
	font-size: 62.5%;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #333;
	background-color: #fff;
}

/* main styles */

h1, h2, h3, h4{
	font-size: 3rem;
	font-weight: 300;
	margin: 0 0 2rem 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2{
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.policy h2{
	margin-top: 3rem;
}

p{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

a{
	text-decoration: underline;
	color: #333;
}

a:hover{
	color: #b6a381;
}

ul{
	margin: 0 0 2rem 2rem;
}

ul li{
	margin-bottom: 0.5rem;
}

.mt20{
	margin-top: 20px;
}

.header-update{
	width: 100%;
	float: left;
	padding: 10px 0;
	background-color: #b6a381;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.7rem;
}

.header-update a{
	color: #fff;
	text-decoration: underline;
}

.icon{
	display: inline-block;
	width: 25px;
	height: 23px;
	margin-bottom: 15px;
	background: url(../images/hadley-simmons-icon.png) no-repeat;
}

.site-btn{
	display: inline-block;
	background: #b6a381;
	color: #fff;
	padding: 1.5rem 2.5em;
	margin: 1rem 0 0 0;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.site-btn:hover{
	color: #fff;
}

/* main layout */

.note{
	text-align: center;
}

.note .two-col{
	text-align: left;
}

.wrapper,
header,
section,
.hero,
footer{
	width: 100%;
	float: left;
	background-color: #f7f7f7;
}

section{
	padding: 5rem 2rem;
}

.container{
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
}

.narrow{
	padding-left: 15rem;
	padding-right: 15rem;
}

.hero{
	height: 40rem;
	padding: 0 0 5rem 0;
	background: url(../images/home-hero-bg-new.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

.hero::before,
.home-services::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,0.3);
}

.hero .container,
.home-services .container{
	position: relative;
	z-index: 1;
}

.about-hero{
	background: url(../images/about-hero-new.jpg) bottom center no-repeat;
	background-size: cover;
}

.services-hero{
	background: url(../images/services-hero-new.jpg) center center no-repeat;
	background-size: cover;
}

.contact-hero{
	background: url(../images/contact-hero-bg-new.jpg) center center no-repeat;
	background-size: cover;
}

.hero p{
	color: #fff;
	line-height: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.hero p span{
	white-space: nowrap;
}

p.hero-title{
	font-size: 6rem;
	line-height: 6rem;
	color: #fff;
	margin: 1rem 0 1rem 0;
	text-shadow: 1px 1px 1px #4a4a4a;
}

.hero .site-btn{
	margin-top: 4rem;
}

.hero-icon{
	width: 25px;
	height: 23px;
	display: inline-block;
	background: url(../images/hadley-simmons-icon-white.png) no-repeat;
	margin-top: 7rem;
}

.about-hero .hero-icon,
.services-hero .hero-icon,
.contact-hero .hero-icon{
	margin-top: 12rem;
}

.left-col{
	width: 26%;
	float: left;
	margin: 0 2%;
}

.right-col{
	width: 66%;
	float: left;
	margin: 0 2%;
}

.single-col{
	width: 100%;
	float: left;
}

.two-col,
.three-col,
.four-col{
	width: 46%;
	float: left;
	margin: 0 2%;
}

.three-col{
	width: 29%;
}

.four-col{
	width: 24%;
	margin: 0 0.5%;
}

.center{
	text-align: center;
}

/* header */

.mobile-link{
	display: none;
	float: right;
	padding: 0.8rem 1.4rem;
	margin: 2.3rem 0 0 0;
	background-color: #b6a381;
	font-weight: 300;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.mobile-link:hover{
	background-color: #fff;
	color: #b6a381;
}

#mobile-menu{
	display: none;
	width: 100%;
	height: 100%;
	float: left;
	background-color: rgba(0,0,0,0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
}

#mobile-links ul{
	float: left;
	z-index: 2;
	margin: 5rem 0 0 0;
}

#mobile-links ul li{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-left: 5%;
	list-style: none;
}

#mobile-links ul li a{
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#mobile-links ul li a:hover{
	background-color: none;
	color: #b6a381;
}

#mobile-links p{
	color: #b6a381;
	font-size: 3rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-left: 5%;
}

#mobile-links p a{
	color: #b6a381;
	text-decoration: none;
}

.close-btn{
	float: right;
    font-size: 40px;
    color: #b6a381;
    position: absolute;
    top: 10px;
    right: 10px;
	text-decoration: none;
}

header{
	height: 8rem;
	padding: 0 2rem;
	background-color: #706f6f;
	position: relative;
}

.site-logo{
	float: left;
}

.site-logo img{
	max-height: 40px;
	margin-top: 1.7rem;
}

nav{
	float: right;
}

nav ul{
	float: right;
	margin: 3rem 0 0 0;
}

nav ul li{
	float: left;
	list-style: none;
}

nav ul li a{
	padding: 1rem 1.5rem;
	border-radius: 2.5rem;
	color: #b6a381;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
}

nav ul li a:hover{
	color: #fff;
}

.book-now{
	background-color:#b6a381;
	color: #fff;
	margin-left: 1rem;
}

.book-now:hover{
	background-color: #fff;
	color: #b6a381;
}

a.cta-tel{
	color: #fff;
	text-decoration: none;
}

a.cta-tel:hover{
	color: #fff;
}


/* footer */

footer{
	background-color: #706f6f;
	padding: 5rem 2rem;
	color: #fff;
}

footer p{
	font-size: 1.5rem;
}

footer p a{
	color: #fff;
	text-decoration: none;
}

footer p a:hover{
	color: #b6a381;
}

.footer-title{
	text-transform: uppercase;
	color: #b6a381;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.footer-col{
	width: 21%;
	float: left;
	margin: 0 2%;
}

.footer-col ul{
	margin: 0;
}

.footer-col ul li{
	list-style: none;
	margin-bottom: 3px;
	font-weight: 300;
	font-size: 1.5rem;
}

.footer-col ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-col ul li a:hover{
	color: #b6a381;
}

.footer-col table{
	font-size: 1.5rem;
}

.footer-col table tr td:first-child{
	width: 50%;
}

.logo-footer{
	text-align: right
}

.logo-footer img{
	max-width: 100%;
	margin-bottom: 1rem;
}

.grey-row{
	background-color: #f1f1f1;
}
.offer{
	padding: 2rem 2rem;
	background-color: #b6a381;
	color: #fff;
	text-align: center;
}

.offer p{
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.offer p span{
	white-space: nowrap;
}

.time{
	width: 10rem;
	height: 10rem;
	display: inline-block;
	margin: 20px;
	border-radius: 50%;
	border: 2px solid #b6a381;
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
}

.time span{
	width: 100%;
	font-size: 3rem;
	line-height: 3rem;
	margin-top: 2.7rem;
	display: inline-block;
	letter-spacing: 0.1em;
}

.service-list h3{
	margin-bottom: 0;
}

table.price-list{
	width: 100%;
	margin-top: 10px;
}

table.price-list tr td{
	padding-bottom: 5px;
}

table.price-list tr td:first-child{
	width: 70%;
}

.meet-the-team{
	width: 100%;
	float: left;
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
}

.meet-the-team img{
	max-width: 60%;
	margin-bottom: 2rem;
	border-radius: 50%;
}

.meet-the-team h3{
	font-size: 2.6rem;
	margin-bottom: 0;
}

.meet-the-team .two-col{
	margin-bottom: 4rem;
}

.job-title{
	margin-bottom: 2rem;
}

.price-h3{
	margin-top: 2rem;
}

.discount,
.discount-footer{
	padding: 0.5rem 1rem;
	background-color: #b6a381;
	color: #fff;
	text-align: center;
}

.discount h4{
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 0;
}

.discount p,
.discount-footer p{
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 1.5rem;
}

.discount-footer{
	width: 100%;
	float: left;
	padding: 3rem 1rem;
}

.discount-footer p{
	font-size: 2rem;
}

.products{
	background: url(../images/about-product-bg-new.jpg) center center no-repeat;
	background-size: cover;
	padding: 0 2rem;
}

.product-info{
	width: 50%;
	padding: 10rem 5rem;
	background: rgba(0,0,0,0.6);
	color: #fff;
}

.product-info h2{
	color: #fff;
}

label{
	width: 100%;
	float: left;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	width: 100%;
	float: left;
	padding: 1rem;
	margin-bottom: 2rem;
	border: 1px solid #eee;
	font: 400 1.6rem 'Roboto', sans-serif;
}

textarea{
	height: 100px;
}

input[type="submit"]{
	display: inline-block;
	background: #b6a381;
	color: #fff;
	padding: 1.5rem 2.5rem;
	margin: 1rem 0 0 0;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 1.6rem;
}

.contact-col h3{
	margin-bottom: 0;
}

.contact-col p{
	margin-bottom: 2rem;
}

.contact-col table{
	width: 100%;
}

.contact-col table tr td{
	padding-bottom: 5px;
}

.policy h2.mt0{
	margin-top: 0;
}

.home-services{
	min-height: 50rem;
	background: url("../images/home-services-new.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}

.home-services h2{
	color: #fff;
	margin-top: 12rem;
	text-shadow: 1px 1px 1px #4a4a4a;
}

.home-services p{
	text-shadow: 1px 1px 1px #4a4a4a;
}

.social-icons{
	width: 100%;
	float: left;
}

.social-icons img{
	width: 35px;
	height: 35px;
}

#success-div{
	display: none;
	width: 100%;
	float: left;padding: 1rem;
	margin-bottom: 1rem;
	background-color: #114743;
	color: #fff;
}

.home-social{
	width: 35px;
	height: 35px;
	margin: 10px 5px 0 5px;
}

.map{
	width: 100%;
	height: 200px;
	margin-bottom: 1rem;
	border: 1px solid #eee;
}

h2.latest{
	margin-top: 3rem;
}

#SCMyWebsitePlugin-main{
	width: 100%;
	min-height: 200px;
	float: left;
	padding: 0;
	margin: 0;
}

.SCMyWebsitePlugin-review{
	line-height: 1.5;
}

.SCMyWebsitePlugin-under{
	margin-top: 1rem;
}

#SCMyWebsitePlugin-main ul{
	margin: 0;
}

#SCMyWebsitePlugin-main ul li{
	list-style: none;
}

.SCMyWebsitePlugin-mlsLink{
	display: none;
}

.price-row{
	width: 100%;
	float: left;
	margin-top: 2rem;
}

.price-row p{
	margin-bottom: 0.5rem;
}

.sc-widget-tab.widget-left{
	margin-left: -15px !important;
	top: 70% !important;
}

.sc-widget-tab span{
	font-size: 16px !important;
	width: 14rem !important;
}

@media all and (max-width:960px){

nav{
	display: none;
}

.mobile-link{
	display: block;
}

.narrow{
	padding-left: 0;
	padding-right: 0;
}
	
}

@media all and (max-width:768px){

.left-col,
.right-col,
.three-col,
.two-col{
	width: 96%;
	margin-bottom: 2rem;
}

.site-logo img{
	height: 30px;
	margin-top: 2.2rem;
}

.footer-col,
.four-col{
	width: 46%;
	margin-bottom: 2rem;
}
	
.logo-footer{
	text-align: left;
}

.product-info{
	width: 70%;
}
	
p.hero-title{
	font-size: 4rem;
	line-height: 4rem;
}

}

@media all and (max-width:480px){

.site-logo img{
	height: 25px;
	margin-top: 2.6rem;
}
	
.hero{
	height: 25rem;
}
	
.hero-icon{
	margin-top: 2rem;
}

.hero .site-btn{
	margin-top: 1rem;
}

.about-hero,
.services-hero,
.contact-hero{
	height: 20rem;
	background-position: center center;
}
	
.about-hero .hero-icon,
.services-hero .hero-icon,
.contact-hero .hero-icon{
	margin-top: 6rem;
}
	
.time{
	margin: 5px;
}
	
.two-col,
.four-col,
.footer-col{
	width: 96%;
	margin-bottom: 2rem;
}

.footer-col img{
	max-width:75%;
}

.product-info{
	width: 100%;
	padding: 5rem;
}
	
p.hero-title{
	font-size: 3.2rem;
	line-height: 4rem;
}
	
.home-services{
	min-height: auto;
}

.home-services h2{
	margin-top: 0;
}
	
#SCMyWebsitePlugin-main{
	min-height: 250px;
}
	
.meet-the-team img{
	max-width: 80%;
}

.discount-footer p{
	font-size: 1.6rem;
}

}