/*



Theme Name: BlankSlate



Theme URI: http://wordpress.org/themes/blankslate



Author: TidyThemes



Author URI: http://tidythemes.com/



Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.



Version: 4.0.2



License: GNU General Public License



License URI: https://www.gnu.org/licenses/gpl.html



Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready



Text Domain: blankslate



BlankSlate WordPress Theme © 2011-2014 TidyThemes



BlankSlate is distributed under the terms of the GNU GPL



*/



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}



.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}



body {



    font-family: 'Lato', sans-serif;



}



p {



    padding-bottom: 1.5em;



    line-height: 1.2em;



}



strong {

    font-weight: 800;

}



.container {



    max-width: 1400px;



    margin: 0px auto;



}

.single .container, .page:not(.home) .container {

    max-width: 960px;

}



.container .full {



    width: 96%;



    float: left;



    margin: 0 2%;



}



.container .half {



	width: 46%;



    float: left;



    margin: 0 2%;



}



.container .third {



    width: 29.3%;



    float: left;



    margin: 0 2%;



}



.container img {



	max-width: 100%;



	height: auto;



}



.centered {



	text-align: center;



}



.clear {



	clear:both;



}



header {



    width: 100%;



    height: 395px;



    background: url('img/header-wave.png') repeat-x center bottom #384654;



    margin-bottom: 2em;



}



header.hideh2 {



    height: 275px;



}



header nav {



    text-align: center;



    width: 100%;



}



header nav ul {



    display: inline-block;



    margin: 0px;



    padding: 40px 0px 0px 0px;



}



header nav ul li {



    float: left;



    vertical-align:middle;



}



header nav ul li a {



    color: #FFFFFF;



    text-transform: uppercase;



    font-weight: bold;



    font-size: 1.6em;



    text-decoration: none;



    display: block;



    padding: 0;



    height: 1.6em;



    transition: border .3s ease-in;



    -webkit-transition: border .3s ease-in;



    margin: 58px 10px;



    border-bottom: 4px solid transparent;



}



header nav ul li a:hover {



    border-bottom: 4px solid #FFFFFF;



}



header nav ul li img {



    padding: 0px 10px;



}



header h2 {



    text-align: center;



    font-size: 1.5em;



    color: #FFFFFF;



    font-weight: 100;



    padding: 30px 0px 0px 0px;



}



header.hideh2 h2 {



    display: none;



}



.portfolio article {



    width: 29.3%;



    float: left;



    margin: 20px 2%;



    opacity: 0;



    -webkit-transition: opacity 1.5s;



    -moz-transition: opacity 1.5s;



    -o-transition: opacity 1.5s;



    transition: opacity 1.5s;



}



.portfolio article.masonry-brick {



    opacity: 1;



}



.portfolio article > p {



    margin: 0px;



    padding: 0px;



}



.portfolio article > a {



    display: block;



}



.portfolio article.w2 {



    width:62.6%;



}



.portfolio article.w3 {



    width: 96%;



}



.portfolio article img {



    display: block;



    position: relative;



    width: 100%;



    height: auto;



}



.portfolio article > a > div, .portfolio article > div {



    position: absolute;



    bottom: 0px;



    left: 0px;



    width: 100%;



    background-color: rgba(244,126,1,0.9);



    color: #FFFFFF;



    height: 100%;



    /*transition: opacity .3s ease-in;



    -webkit-transition: opacity .3s ease-in;*/



    overflow: hidden;



    opacity: 0;



}



.portfolio article.image > a > div, .portfolio article.image > div {

    background: none!important;

}



.portfolio article.tweet > div {



    position: relative;



    min-height: 281px;



}



.portfolio article div a {



    color: #FFFFFF;



}



.portfolio article div a.follow {



    margin-top: 0.5em;



    display: block;



}



.portfolio article:hover div, .portfolio article.tweet div, .portfolio article.blog div {



    opacity: 1;



}



.portfolio article.tweet div h2 {



    background: url(img/tweet.png) left center no-repeat;



    padding-left: 35px;



    font-size: 2em;



    margin-bottom: 0.5em;



}



.portfolio article.instagram > div {



    background-color: rgba(81, 127, 164,0.6);



}



.portfolio article.instagram div h2 {



    background: url(img/instagram.png) left center no-repeat;



    padding-left: 35px;



    font-size: 2em;



    margin-bottom: 0.5em;



}



.portfolio article.blog div h2 {



    background: url(img/blog.png) left center no-repeat;



    padding-left: 35px;



    font-size: 2em;



    margin-bottom: 0.5em;



}



.portfolio article div > div {



    position: absolute;



    bottom: 0px;



    padding: 20px;



    color: #FFFFFF;

    

    line-height: 1.2em;



}



.portfolio article.tweet div > div {



    position: absolute;



    bottom: 0px;



}



.loading {



    display: block;



    background-color: #ff9900;



    color: #FFFFFF;



    width: 200px;



    border-radius: 5px;



    line-height: 30px;



    text-decoration: none;



    text-align: center;



    margin: 0 auto;



}



section.single article {



	padding-bottom: 30px;



	margin-bottom: 30px!important;



	border-bottom: 1px solid #999999;



}



section.single .title h1 {



	text-align: center;



	line-height: 2em;



	padding-bottom: 20px;



	border-bottom: 1px solid #999999;



	margin-bottom: 30px;



    position: relative;



}



section.single .title a {



	color: #999999;



	font-size: 0.8em;



	font-weight: normal;



	text-decoration: none;



    display: block;



}



section.single .title h1 > span {



    position: absolute;



    top: 3px;



}



section.single .title span.left {



    left: 0px;



}



section.single .title span.right {



	right: 0px;



}



footer {



    width: 100%;



    height: 250px;



    background: url('img/footer-wave.png') repeat-x center top #384654;



    color: #FFFFFF;



    margin-top: 20px;



}



footer h2 {



	color: #FFFFFF;



    font-size: 1.6em;



}



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



    /* Style adjustments for viewports that meet the condition */



    .container .third {



	    width: 46%;



	    float: left;



	    margin: 0 2%;



	}



	header {



		height: auto;



	}



	header .container .full {



		float: none;



	}





	header nav ul li {







	}



	header nav ul li a {



        font-weight: normal;



		font-size: 0.9em;



		height: 1.2em;



		margin: 22px 10px;



	}







    header nav ul li img {



        width: 70px;



    }







	header h2 {



		text-align: center;



		font-size: .8em;



		padding: 10px 0px 60px 0px;



	}







    .portfolio article {



        width: 45%;



        margin: 10px 2%;



    }



    .portfolio article.w2 {



        width: 96%;



    }



    .portfolio article.w3 {



        width: 96%;



    }







    .portfolio article div {



        font-size: 0.9em;



    }







    .portfolio article.tweet > div {        



        min-height: 201px;



    }







    .title h1 .left span, .title h1 .right span {



        display: none;



    }







    .title h1 a {



        padding: 0 10px;



    }







    footer {



       font-size: 0.7em;



       height: 180px;



    }



}



@media print,



       (-o-min-device-pixel-ratio: 5/4),



       (-webkit-min-device-pixel-ratio: 1.25),



       (min-resolution: 120dppx) {



    /* Style adjustments for high resolution devices */



}