/*
Theme Name: WTB Custom Homes
Theme URI: http://www.wtbcustomhomes.com
Description: Modified theme for WTB Custom Homes
Version: 2.0
Author: Sarah Lis Smith
Author URI: http://www.sarahlissmith.com
*/
@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	font-family: "futura-pt", sans-serif;
    font-weight: 300;
	font-size: 20px;
	line-height:28px;
	color:#212022;
}
a, a:link, a:active, a:visited {
	color:#212022;
	text-decoration:underline;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
a:hover {
	color:#666;
}
a img {
	border:0;
}

/* STRUCTURE */
.wrapper {
	width:100%;
	padding:80px 10%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	clear:both;
}
.slope {
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.container {
	max-width:1200px;
	margin:0 auto;
}
.left {
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    vertical-align: top;
}
.right {
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    float: right;
    vertical-align: top;
}
.page-header {
    margin-top: 50px;
}
.post-thumb {
    height: 400px;
    background: no-repeat center;
    background-size: cover;
}
.title-wrap {
    text-align: center;
}
.title-wrap .break1 {
    margin: auto;
}
.csRow {
    margin-left: -1.56%;
    margin-right: -1.56%;
}
/* HEADER */
.mast-head.wrapper {
    background: #fff;
	z-index:999;
	top:0;
    left: 0;
    padding: 5px 3%;
    position: fixed;
    box-shadow: 0 0 10px rgba(100,100,100,0.1);
    transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.mast-head.transparent {
    background: none;
}
.mast-head .main-menu {
    display: flex;
    justify-content: space-between;
}
.mast-head .logo {
	display: flexbox;
}
.mast-head #logo{
	width:250px;
    height:50px;
    background-image: url(http://wtbdesignbuild.ca/wp-content/themes/wtb/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.mast-head.transparent #logo{
    background-image: url(http://wtbdesignbuild.ca/wp-content/themes/wtb/images/logo-light.png)
}
.mast-head.transparent #logo:after {
    content: '';
    display: block;
    width:250px;
    height:50px;
    background: url(http://wtbdesignbuild.ca/wp-content/themes/wtb/images/logo.png) no-repeat center;
    background-size: contain;
    visibility: hidden;
}
.mast-head .menu {
	display: flexbox;
}

/* BLOG */ 
.single .post {
    max-width: 800px;
    margin: auto;
}
.single .post img.size-full {
    width: 100%;
    height: auto;
}
.post-meta {
    font-family: 'Futura-pt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 0.8em;
    margin-bottom: 50px;
}
.blog .post-title {
    text-align: center;
}
/* FOOTER */ 
.footer.wrapper {
	text-align:center;
	font-size:0.6em;
    padding: 0;
    bottom: 0;
    background: #f2f2f2;
    color: #e55133;
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer ul {
	padding:0;
    margin: 0;
	list-style:none;
}
.footer li {
	display:inline-block;
    padding: 15px;
}
.footer a {
    color: #e55133;
}
.footer a:hover {
	
}

/* TYPOGRAPHY */
h1 {
	font-family: "minerva-modern", Times, serif;
	font-size:3em;
	font-weight:400;
    font-style: normal;
	text-transform: none;
	line-height:1;
    letter-spacing: 0;
}
h2 {
    font-family: "minerva-modern", Times, serif;
	font-size:2.2em;
	font-weight: 400;
    font-style: normal;
	line-height:1em;
}
h4 {
    font-size: 0.7em;
}
h3, h4, h5, h6 {
    font-family: "futura-pt", Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
}

.title {
	font-family: sans-serif;
	font-size:2.5em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:7px solid #212022;
	display:inline-block;
	padding-bottom:10px;
	line-height:1.2em;
	letter-spacing:1px;
	text-align:center;
}
.title-wrap {
	text-align:center;
}
blockquote {
	font-size:110%;
	font-style:italic;
	quotes: "\201C""\201D""\2018""\2019";
	margin:40px 0 40px 40px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
/* INPUTS & BUTTONS */
input[type="submit"], 
input[type="button"], 
button,
.btn,
a.btn{
    display: inline-block;;
    font-family: "futura-pt", sans-serif;
	background:none;
	text-transform: none;
	color:#e55133;
	border:1px solid #e55133;
    text-decoration: none;
	font-weight:normal;
    letter-spacing: 1px;
	font-size:0.8em;
	padding:10px 50px;
    margin-top: 15px;
    margin-bottom: 15px;
	transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
    font-weight: bold;
    -webkit-appearance: none;
}
.btn.long {
    position: relative;
    padding: 15px 50px;
}
input[type="submit"]:hover, 
input[type="button"]:hover, 
button:hover,
button.read-more:hover,
.btn:hover,
.slick-slider button.read-more:hover{
	color:#fff;
    background: #e55133;
}
input[type="email"],
input[type="text"],
input[type="number"]{
	border:none;
	background:#F4F4F4;
	padding:15px;
	display:inline-block;
	width:100%;
	font-family:inherit;
	font-size:1em;
	margin:10px 0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
textarea {
	width:100%;
	border:none;
	background:#F4F4F4;
	padding:15px;
	resize:none;
	font-family:inherit;
	font-size:1em;
	margin:10px 0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
label {
	font-weight:bold;
	font-size:0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.radio {
	font-weight:300;	
	margin-right:20px;
	font-size:0.9em;
	font-style:italic;
}
input.radio {
	margin-right:5px;
}
.grunion-field-label {
	margin-top:25px;
}
.clear-form {
	display:none;
}
/* MISC */
.clear {
	clear:both;
}
.opaque {
    opacity: 1;
}
.break1 {
	border:0;
	border-bottom:1px solid #e55133;
	margin:40px auto !important;
	width:100px;
}
.break2 {
	border:0;
	border-bottom:1px solid #e55133;
	margin:40px 0;
	width:100px;
}
.table {
    display: table;
}
.cell {
    display: table-cell;
}
/*Pop Up Effects*/
.fade, .fade-delay-1, .fade-delay-2, .fade-scroll, .fade-scroll-delay {
	opacity:0;
}
.fly, .fly-scroll, .fly-delay-1 {
	opacity:0;
	position:relative;
	top:50px;
}
.fly-down {
	opacity:0;
	position:relative;
	top:-50px;
}

/* MEDIA QUERIES */
@media all and (max-width:960px) {
	.wrapper {
		padding-left:80px 7%;
	}
	.left {
		width:100%;
		text-align:center;
		padding:0;
	}
	.right {
		width:100%;
		float:none;
		text-align:center;
		padding:0;
	}
	.line1 {
		margin:40px auto;
	}
}
@media all and (max-width:768px) {
    .mast-head {
        padding-left: 5%;
        padding-right: 5%;
    }
    .csRow {
        margin-left: 0;
        margin-right: 0;
    }

}
@media all and (max-width:640px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1em;
    }
    .mast-head #logo {
        width: 200px;
    }
    .mast-head {
        padding-left: 5%;
        padding-right: 5%;
    }
    .footer li {
        padding: 10px;
        letter-spacing: 0;
    }
    .footer li:first-child {
        border: none;
    }
    input[type="submit"], 
    input[type="button"], 
    button,
    .btn{
        font-size: 0.7em;
    }
    .btn.long {
        position: relative;
        padding: 15px 30px;
    }
    .btn.long:before, .pushbutton-wide:before{
        left: -70px;
        width: 80px;
    }
    .btn.long:after, .pushbutton-wide:after{
        right: -70px;
        width: 80px;
    }
}
@media all and (max-width:480px) {
    .wrapper {
        padding: 80px 5%;
    }
    .page-header {
        margin-top: 80px;
    }
}