@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,700italic,700,600italic,600,400italic,800,300italic,300);


/* 
---------------------------------------------------------------------------
Contents
---------------------------------------------------------------------------
1. Universal Styles
2. Hero Area
3. Header & Nav
4. Homepage Mason Guides Area
5. Footer
---------------------------------------------------------------------------
*/



/* 
---------------------------------------------------------------------------
1. Universal Styles
---------------------------------------------------------------------------
*/

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
a {
	color: #d32e2f;
	font-weight: 700;
	-webkit-transition: color .1s, text-decoration .1s;
    transition: color .1s, text-decoration .1s;
}
a:hover {
	color: #a20b0c;
	text-decoration: none;
}
.hidden-desktop {
	display: none;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.btn {
	-webkit-transition: background-color .1s, border-color .1s;
    transition: background-color .1s, border-color .1s;
    font-weight: 700;
}
@media (max-width: 767px) {
	.pull-left-xs {
		float: left !important;
	}
	.pull-right-xs {
		float: right !important;
	}
}

/* 
---------------------------------------------------------------------------
2. Hero Area
---------------------------------------------------------------------------
*/

#hero {
	background-image: url('/public/pagesimages/mod-interim/hero-ho		me.jpg');
	background-position: center;
	background-size: cover;
	color: #fff;
}
.hero {
	text-align: center;
}
#hero h1 {
	font-weight: 300;
	font-size: 60px;
	margin: 0;
	text-shadow: 0 2px 40px rgba(0, 0, 0, 1);
}
	#hero h1 span {
		font-weight: 400;
	}
#hero p {
	font-weight: 300;
	font-size: 32px;
	margin-top: 0;
	text-shadow: 0 2px 40px rgba(0, 0, 0, 1);
}
.row.hero {
	padding-top: 10%;
	padding-bottom: 10%;
}
#hero form {
	background: rgba(0, 0, 0, .5);
	color: #000;
	padding-bottom: 15px;
	font-size:16px;
}
#hero form div.row div {
	padding-top: 15px;
	padding-left: 0 !important;
}
	#hero form div.row div:first-child {
	padding-left: 15px !important;
}
#hero select {
	height: 46px;
    line-height: 46px;
    background: #fff;
    width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/public/pagesimages/mod-interim/icon-select.png') 96% / 2.3% no-repeat #eee;
	border: none;
	border-radius: 6px;
	padding: 0 15px;
}
@media screen and (min-width: 0\0) {
  #hero select {
    background: none;
    padding: 0 15px;
  }
}
#hero .btn {
	width: 100%;
}

@media (max-width: 991px) {
	#hero p {
		font-size: 24px;
		font-weight: 400;
	}
}

@media (max-width: 767px) {
	#hero h1 {
		font-size: 48px;
		line-height: 54px;
	}
	#hero form div.row div {
		padding-left: 15px !important;
	}
}

@media (max-width: 767px) {
	.container.hero {
		padding-bottom: 0;
		padding-top: 30%;
	}
	#hero p {
		margin-bottom: 30%;
	}
}

@media (max-width: 480px) {
	#hero h1 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
	}
		#hero h1 span {
			font-weight: 600;
		}
	#hero p {
		font-size: 20px;
		line-height: 24px;
		padding-top: 8px;
		font-weight: 600;
	}
	#hero form div.row div {
		padding-left: 15px !important;
	}
}


/* 
---------------------------------------------------------------------------
3. Header & Nav
---------------------------------------------------------------------------
*/

header {
	background-color: #5c5c5d;
	padding-top: 15px;
	padding-bottom: 15px; 
}
#hero header {
	background: transparent;
}
.menu {
	display: none;
	text-align: center;
}
.menu a {
	color: #fff;
	font-size: 24px;
	background: #2e2e2e;
	width: 60px;
	height: 60px;
	position: absolute;
	margin-top: -8px;
	right: 0;
	vertical-align: middle;
	display: table;
	padding: 12px;
}
.logo {
	background: url('/public/pagesimages/mod-interim/logo-modernize.png');
	width: 201px;
	height: 57px;
	text-indent: -9999px;
	display: inline-block;
}
.log-in, .sign-up, .top-header-link {
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
}
.log-in, .top-header-link {
	padding-left: 15px;
}
.log-in a, .top-header-link a {
	text-align: right;
	height: 57px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.log-in a:hover, .top-header-link a:hover {
	text-decoration: none;
	color: #08b899;
}
.sign-up .btn {

}
nav {
	background-color: #2e2e2e;
}
nav a {
	font-weight: 600;
	font-size: 15px;
}
nav a:focus {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
#hero nav {
	background-color: rgba(0, 0, 0, .5);
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: table;
	margin: 0 auto;
}
	nav ul:after {
		content: "";
		clear: both;
		display: block;
	}
nav ul li span.fa {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul li {
	float: left;
	-webkit-transition: background-color .1s;
    transition: background-color .1s;
}
	nav ul li:hover, nav ul li a:focus, nav ul li a.active {
		background-color: #000;
	}
	nav ul li a {
		position: relative;
		display: block;
		padding: 8px 15px;
		color: #FFF;
		text-transform: uppercase;	
	}
	nav ul li a:hover, nav ul li a:active, nav ul li a:visited {
		color: #fff;
		text-decoration: none;
	}
nav ul ul {
	display: none;
	padding: 0;
	background: #000;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	z-index: 5;
}
nav ul ul:last-child {
	right: 0;
}
	nav ul ul li {
		float: none;
		position: relative;
	}
		nav ul ul li a {
			padding: 8px 15px;
			border-top: 1px solid #2b2b2b;
			-webkit-transition: background-color .1s, border-color .1s, color .1s;
    		transition: background-color .1s, border-color .1s, color .1s;
		}	
			nav ul ul li a:hover {
				border-top: 1px solid #fff;
				background: #fff;
				color: #000;
			}

@media (max-width: 767px) {
	header {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#hero header {
		background-color: #5c5c5d;
	}
	header .container {
		text-align: center;
	}
	.hidden-mobile {
		display: none;
	}
	.hidden-desktop {
		display: block;
	}
	.logo {
		background-size: cover;
		width: 156px;
		height: 44px;
	}
	.menu {
		display: block;
	}
	nav {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 5;
	}
	#hero nav {
		background-color: #2e2e2e;
	}
	nav ul {
		width: 100%;
	}
	nav ul li {
		float: none;
	}
	nav ul li span.fa {
		display: inline-block;
	}
	a.sign-up-mobile {
		background: #08b899;
		-webkit-transition: background-color .1s;
	    transition: background-color .1s;
	}
		a.sign-up-mobile:hover, a.sign-up-mobile:focus {
			background-color: #068a73;
		}
	nav ul li .fa-li {
		position: relative;
	    text-align: center;
	    left: -23px;
	    width: 0;
	    top: 4px;
	    z-index: 5;
	    float: right;
	}
	nav ul li a {
		border-top: 1px solid #5c5c5d;
	}
	nav ul li a:focus {
		background-color: #2e2e2e;
	}
	nav ul ul {
		position: relative;
	}
	nav ul li a, nav ul ul li a {
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* 
---------------------------------------------------------------------------
4. Homepage Mason Guides Area
---------------------------------------------------------------------------
*/

.mason-container {
	text-align: center;
	margin-top: 22px;
	margin-bottom: 30px;
}
.mason-container h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	margin: 8px;
}
.mason-container p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 8px 8px 24px;
}
.wrapper {
	display: inline-block;
  	position: relative;
  	background-color: #fff;
}
.wrapper:after {
	padding-top: 100%;
	/* 16:9 ratio */
	display: block;
	content: '';
}
.wrapper.double-height:after {
	padding-top: 200%;
}
.wrapper.double-width:after {
	padding-top: 47.5%;
}
.mason {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 15px;
	/* fill parent */
	background: #777;
	/* let's see it! */
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
    overflow: hidden;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
}
.mason:hover {
	background: #000;
}
.mason:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.mason.one:after {
    background-image: url('/public/pagesimages/mod-interim/mason-solar.jpg');
}
.mason.two:after {
    background-image: url('/public/pagesimages/mod-interim/mason-hvac.jpg');
}
.mason.three:after {
    background-image: url('/public/pagesimages/mod-interim/mason-kitchen.jpg');
}
.mason.four:after {
    background-image: url('/public/pagesimages/mod-interim/mason-roofing.jpg');
}
.mason.five:after {
    background-image: url('/public/pagesimages/mod-interim/mason-siding.jpg');
}
.mason.six:after {
    background-image: url('/public/pagesimages/mod-interim/mason-windows.jpg');
}
.mason span {
	position: relative;
	z-index: 2;
	padding-top: 35%;
	display: block;
}
.double-height .mason span {
	padding-top: 84%;
}
.double-width .mason span {
	padding-top: 17.2%;
}

@media (max-width: 1199px) {
	.mason span {
		padding-top: 30%;
	}
	.double-height .mason span {
		padding-top: 80%;
	}
	.double-width .mason span {
		padding-top: 14%;
	}
	.wrapper.double-width:after {
		padding-top: 46.8%;
	}
}

@media (max-width: 992px) {
	.mason span {
		padding-top: 25%;
	}
	.double-height .mason span {
		padding-top: 75%;
	}
	.double-width .mason span {
		padding-top: 12%;
	}
	.wrapper.double-width:after {
		padding-top: 45.5%;
	}
}

@media (max-width: 767px) {
	.mason-container h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.mason-container p {
		font-size: 18px;
		line-height: 24px;
	}
	.wrapper {
		display: inherit;
		min-height: 100px;
	}
	.wrapper:after, .wrapper.double-height:after, .wrapper.double-width:after {
		padding-top: 30%;
	}
	.mason {
		margin-top: 8px;
		margin-bottom: 7px;
	}
	.mason.last {
		margin-bottom: 0;
	}
	.mason span {
		padding-top: 7%;
	}
	.double-height .mason span {
		padding-top: 7%;
	}
	.double-width .mason span {
		padding-top: 8%;
	}
}

/* 
---------------------------------------------------------------------------
5. Footer
---------------------------------------------------------------------------
*/

footer {
	background: #1d1615 url('/public/pagesimages/mod-interim/pattern-darkwood.jpg') repeat;
	color: #b4b4b4;
	padding: 30px 0;
	font-size: 12px;
	font-weight: 600;
}
footer a {
	color: #fff;
	font-weight: 600;
}
footer a:hover {
	color: #b4b4b4;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}
footer li {
	margin-bottom: 5px;
}
footer #social-container {
	text-align: right;
	font-size: 24px;
}
footer #social-container a {
	padding-right: 8px;
	padding-bottom: 30px;
}
footer #social-container a:hover {
	text-decoration: none;
}
footer #social-container a:last-child {
	padding-right: 0;
}
footer .logo {
	bottom: 0;
	float: right;
}

@media (max-width: 767px) {
	footer {
		text-align: center;
	}
	footer ul {
		text-align: left;
	}
	footer .pull-left.col-xs-10 {
		margin: 0 auto;
		float: none !important;
		display: block;
	}
	footer .pull-right.col-xs-8 {
		margin: 0 auto;
		float: none !important;
		display: block;
		padding-bottom: 30px;
	}
	footer .logo {
		float: none;
	}
	footer #social-container {
		text-align: center;
	}
	footer #social-container a {
		padding-bottom: 20px;
	}
}



