/*
Theme Name: BlankSlate

BlankSlate WordPress Theme © 2011-2017 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{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

body * {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
}

#wrapper {
    margin-top: 90px;
}

.container {
	max-width:1100px;
	margin: 0 auto;
	padding:0 3%;
}

.row {
	float: left;
	width: 100%;
}

header#header {
    float: left;
    width: 100%;
    background-image: url(/wp-content/themes/blankslate/img/headerBG.png);
    padding: 20px 0;
	position: fixed;
    height: 95px;
    top:0;
    overflow: hidden;
}

.admin-bar header#header {
  top: 32px;
}

header img {
    width: 150px;
}

#donateButton {
    float: right;
    padding: 15px 20px;
    background: #b13b3e;
    color: white;
    text-decoration: none;
}

#homeHeader {
	background-image: url('/wp-content/themes/blankslate/img/headerBG2.jpg');
	background-size: cover;
	background-position: center center;
	float: left;
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

#homeFeed {
    background-image: url(/wp-content/themes/blankslate/img/sidebarBG.jpg);
    background-size: cover;
    background-position: top;
}

#homeFeed .left {
    float: left;
    width: 64%;
    padding: 50px 50px 50px 0;
    background: white;
    min-height: 800px;
}

#homeFeed .right {
    float: left;
    width: 36%;
    padding: 50px 0 50px 50px;
}

#homeFeed .right a {
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    color: #4d4d4d;
}

#homeFeed .cat-item {
    margin-bottom: 20px;
}

h3#sourceTitle {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #ffcb03;
    margin-bottom: 20px;
}

#homeHeader h1 {
    font-size: 30px;
    font-weight: 900;
    color: #ffcb03;
    max-width: 500px;
    margin: 0 auto;
    line-height: 38px;
}

.gfield_label {
    display: none !important;
}

input#input_1_1 {
    margin: 0 auto !important;
    float: none;
    display: block;
    text-align: center;
}

#field_1_1 {
    padding: 0;
}

input#gform_submit_button_1 {
    background: #ffcb03;
    color: #006599;
    border: none;
    padding: 10px 30px;
    font-weight: 900;
    margin: 0 auto;
    display: block;
    font-size: 24px;
    font-family: 'open sans';
}

.validation_error {
    color: #ff8686 !important;
    border: none !important;
    margin:0 !important;
}

.gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none !important;
    text-align: center;
    color:#ff8686 !important;
}

.gform_confirmation_message {
    color: white;
    margin-top: 20px;
    font-weight: 700;
}

.indexPost.row {
    margin-bottom: 35px;
}

a.postLink {
    color: #006599;
    text-decoration: none;
}

.date {
	color: #dbdbdb;
	font-weight: 700;
	float: left;
}

.post-categories {
    margin-left: 10px;
    float: left;
}

.postMeta {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.post-categories {
    float: left;
    margin-left: 10px;
}

.post-categories a {
    color: #ffe18e;
    font-weight: 900;
    text-decoration: none;
}

.indexPost h2 {
    font-weight: 700 !important;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 28px;
}

.indexPost p {
    font-size: 12px;
    line-height: 18px;
    color: gray;
    margin-bottom: 5px;
}

a.readMore {
    color: #bbd4e1;
    font-weight: 700;
}

.indexPost.row img {
    float: left;
    width: 30%;
    height: auto;
}

.thumb {
    width: 70%;
    float: left;
    padding-left:20px;
}

.noThumb {
    float: left;
    width: 100%;
}

#content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}

#contentBody div {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}

#content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

h1#sourceTitle {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 40px;
}

.nav-previous a, .nav-next a {
    opacity: 1;
    font-size: 12px;
    text-decoration: none;
    color: #c6cfda;
    font-weight: 700;
}

.nav-previous {
    float: left;
    text-align: left;
    border-right: 5px solid #f1f1f1;
}

.nav-next, .nav-previous {
	width:50%;
	padding:10px;
	margin:0 !important;
    line-height: 14px !important;
}

.nav-next {
    float: right;
    text-align: right;
}

nav.pagination a:hover {
    opacity: 1;
}

nav.pagination a {
    color: #a7a7a7;
    text-decoration: none;
    padding: 0 5px;
    opacity: .4;
}

nav.pagination {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}

span.page-numbers.current {
    padding: 0 6px;
    background: #e6e6e6;
    border-radius: 100%;
    color: white;
}

a.homeSeeMore {
    background: #d3d8dc;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    float: left;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 900px) {
	#homeFeed .right {
	    float: left;
	    width: 36%;
	    padding: 5% 0 0 4%;
	}
	
	#homeFeed .left {
    padding: 5% 2% 0 0%;
	}
	
	#homeFeed .right a {
	    font-size: 18px;
	    line-height: 26px;
	    margin-bottom:5px;
	}
	
	#homeFeed .cat-item {
	    margin-bottom: 5px;
	}
	
	#sourceTitle {
    font-size: 24px !important;
    letter-spacing: 1px !important;
	}
}


@media only screen and (max-width: 640px) {
	#homeHeader {
		padding:35px 5%;
	}
	
	#homeHeader h1 {
	    font-size: 20px;
	    line-height: 28px;
	}
	
	.gform_footer.top_label {
	    padding: 0 !important;
	    margin: 0 !important;
	}
	
	input#gform_submit_button_1 {
	    font-size: 16px;
	    padding: 7px;
	}
	
	#wrapper {
		margin-top:65px;
	}
	
	#homeFeed {
		background:none;
	}
	
	#homeFeed .right {
	    display: none;
	}
	
	#homeFeed .left {
	    width: 100%;
	    padding: 5%;
	}
	
	header#header {
	    padding: 13px 0;
	    height: 65px;
	}
	
	header img {
	    width: 100px;
	}
	
	#donateButton {
	    padding: 10px 15px;
    }
    
    
    #sourceTitle {
	    text-align: center;
	}
    
    .indexPost.row {
    text-align: center;
    border-bottom: 5px solid #edf3f5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
    
    .indexPost.row img {
	    width: 70%;
	    margin: 0 auto 10px;
	    float: none;
	    display: block;
	    max-width: 220px;
	}
	
	.thumb {
	    width: 100%;
	    padding: 0;
	}
	
	.date {
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	
	.post-categories {
	    width: 100%;
	    margin: 5px 0;
	    text-align: center;
	}
	
	
	#content h2 {
    font-size: 20px;
    line-height: 28px;
}

	#content p {
	    margin-bottom: 15px;
	    font-size: 14px;
	    line-height: 22px;
	}
	
	nav.pagination {
	    text-align: center;
	}

}