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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

#content,
#header-area,
footer#colophon #footer-content,
#primary-navigation,
#searchform{
	width: 80%;
	margin: 0% 10%;
}

#header-area{	
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	text-align: center;
}

.site-branding{
	padding-bottom: 10px;
}

#header-area .description{
	font-size: 24px;
	text-align: left;
	margin:15px 0px;
	overflow: hidden;
}

#header-area h1 a, 
#header-area p a{
	text-decoration: none;
	font-weight: bold;
}

.home article{
	width: 31%;
}

.category article,
.tag article,
.search article,
.author article{
	width: 23%;
}

.search-no-results article{
	width: 100%;
}

.home article,
.category article,
.tag article,
.search article,
.author article{
    	position: relative;
    	margin: 1%;
    	text-align: center;
	display: inline-block;
    	/*height: 150px;
   	 display: -webkit-inline-flexbox;
   	display: -ms-inline-flexbox;
    	display: -webkit-inline-flex;
    	display: inline-flex;
    	-webkit-flex-align: center;
    	-ms-flex-align: center;
    	-webkit-align-items: center;
    	align-items: center;
    	justify-content: center;*/
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
	height: 180px;
	padding-top: 10px;
}

.home article .entry-header,
.category article .entry-header,
.tag article .entry-header,
.search article .entry-header,
.author article .entry-header,
.home article .entry-header{
	word-break: break-word;
}

.site-navigation{
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	width: 100%;
	z-index: 10;
	font-size: 25px;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	vertical-align: middle;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

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

article .entry-title{
	font-size: 55px;
	font-family: 'Raleway', sans-serif;
}

.category article .entry-title,
.tag article .entry-title,
.search article .entry-title,
.author article .entry-title{
	font-size: 25px;
	margin-top: 2px;
}

article .entry-title a{
	text-decoration: none;
	display: inline-block;
}

article .entry-content{
	text-align: left;
	padding: 15px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}

.entry-footer{
	text-align: left;
}

.entry-footer div{
	text-align: left;
	margin: 15px 0px;
	display: inline-block;
}

.entry-footer div h6{
	display: inline-block;
	padding: 5px 0px;
}

.entry-footer div{
	padding: 0px 10px 0px 20px;
}

.entry-footer div h6.meta_label{
	clear: both;
	text-transform: uppercase;
	position: relative;
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
}

.entry-footer a{
	text-decoration: none;
}

#comments #form-allowed-tags{
	font-size: 15px;
}

#comments label{
	vertical-align: top;
}

.category #content,
.author #content,
.tag #content{
	/* margin-top: 30px; */
}


.category article .entry-title,
.category article .page-footer,
.search article .entry-title,
.search article .page-footer,
.author article .entry-title,
.author article .page-footer,
.tag article .entry-title,
.tag article .page-footer{
	padding: 3px;
}

.category .page-header,
.category .page-footer,
.home .page-footer,
.author .page-header,
.author .page-footer,
.search .page-header,
.search .page-footer,
.tag .page-header,
.tag .page-footer{
	position: relative;
	font-size: 30px;
	width: 97%;
	margin: 1% 1%;
}

.home .page-footer,
.category .page-footer,
.search .page-footer,
.author .page-footer,
.tag .page-footer{
	top: 0px;
}

.page-header .page-title,
.page-footer .page-title,
.page-footer .pagination,
.featured-content .page-title,
.page-header .taxonomy-description,
.page-footer .taxonomy-description{
	padding: 10px;
}

.tag #content .page-footer,
.search #content .page-footer,
.category #content .page-footer,
.author #content .page-footer{
	margin-bottom: 10px;
}

.page-footer .taxonomy-description a{
	text-decoration: none;
}

.page-footer h1 a,
.page-footer h1 span{
	text-decoration: none;
	padding: 2px 10px;
}

footer.page-footer h1.pagination span.more{
	text-transform:uppercase;
	padding: 0px 10px 0px 0px;
}

#primary-navigation{
	margin-top: 1%;
	margin-bottom: 1%;
}

#searchform form{
	width: 98%;
	margin: 3% 1%;
	text-align: center;
}

#searchform form input[type=text]{
	width: 30%;
	height: 32px;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	color: #aaa;
	padding: 10px;
	border: none;
}

#searchform form input[type=submit]{
	height: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	padding: 10px;
	border: none;
}

section.not-found{
	width: 90%;
	margin: 5%;
}

section.not-found .page-content{
	margin-bottom: 10px;
	padding: 20px 10px;
}

.taxonomy_picture{
	width: 20%;
	height: 200px;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}

.taxonomy_content{
	width: 70%;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}

#tag_cloud{
	overflow: hidden;
}

.comment-body{
	width: 100%;
	left: 0%;
	margin: 1% 5%;
	position: relative;
	overflow: hidden;
	padding: 10px;
}

body .comment-list article{
	padding: 10px;
	margin: 0px;
	width: 98%;
}

.comment-respond{
	margin-top: 10px;
	padding: 10px;
}

.comment-reply-title{
	font-size: 30px;
}

.comment-form-comment{
	margin: 10px 0px;
}

.comment-form-comment textarea{
	width: 99%;
}	

input[type=submit]{
	padding: 5px;
	margin: 5px;
	font-family: "Raleway", sans-serif;
	border: none;
	cursor: pointer;
}

footer#colophon div div div{
	display: inline-block;
}

footer#colophon div div div aside,
footer#colophon div div nav{
	width: 100%;
	display: inline-block;
	padding: 5px;
}

footer#colophon div div div aside,
footer#colophon nav{
	margin: 10px 0px;
}

footer#colophon div div li{
	list-style: none;
}

.widget-title{
	font-size: 20px;
}

.page-header h1.page-title,
.page-footer h1.pagination,
.page-footer h1.page-title{
	padding: 20px;
}

.single .entry-header{
	padding: 20px 10px;
}

.single .entry-content{
	margin: 20px 0px;
}

#main .comment-list .comment article{
	margin: 10px 0px;
}

.fn{
	vertical-align: middle;
}

.description{
	padding: 15px;
}

.single #primary{
	margin-top: 10px;
}

#commentform p{
	margin: 5px 0px;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url]{
	padding: 5px;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

.single article{
	width: 70%;
	display: inline-block;
}

#sidebar-right{
	float: right;
	width: 20%;
	margin-left: 4%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

#show_comment_area{
	margin: 10px 0px;
	padding: 10px;
	clear: both;
	cursor: pointer;
	cursor: hand;
}

#comments{
	display: none;
}

#comments input#author{
	margin-left: 10px;
}

#comments input#email{
	margin-left: 20px;
}	

.widget-area aside{
	  padding: 10px;
	  margin-bottom: 10px;
}

.non_front_menu{
	margin-top: 5px;
	text-align: center;
	font-size:30px;	
}

.category-page{
	text-align:center;
}

.post-thumbnail-article{
	display: block;
	margin: 5px auto;
}

.category article .entry-title,
.search article .entry-title, 
.author article .entry-title, 
.tag article .entry-title{
	margin-top: 60px;
}

h1{
	font-size: 50px;
	padding: 10px 0px;
 }
 
 h2{
	font-size: 40px;
	padding: 10px 0px;
 }
 
 h3{
	font-size: 30px;
	padding: 10px 0px;
 }
 
 h4{
	font-size: 25px;
	padding: 10px 0px;
 }
 
 h5{
	font-size: 20px;
	padding: 10px 0px;
 }
 
 h6{
	font-size: 15px;
	padding: 10px 0px;
 }
 
 blockquote{
	font-style: italic;
	font-size: 40px;
	text-align: center;
	padding: 10px 0px;
	line-height: 40px;
 }
 
 dt{
	font-weight: bold;
 }
 
 dd{
	padding-left: 10px;
 }	
 
 .page-links{
	padding: 10px 0px;
 }
 
 .page-links span{
	padding-right: 10px;
 }
 
 .comment-list li{
	padding-left: 30px;
 }	
 
 .comment-list li.depth-1{
	padding-left: 0px;
 }
 
  .entry-content img{
	max-width:100%;
	height: auto;
 }

.archive footer{
	width: 100%;
	clear: both;
	position: relative;
}


 h1{
	font-size: 50px;
	padding: 10px 0px;
 }
 
 h2{
	font-size: 40px;
	padding: 10px 0px;
 }
 
 h3{
	font-size: 30px;
	padding: 10px 0px;
 }
 
 h4{
	font-size: 25px;
	padding: 10px 0px;
 }
 
 h5{
	font-size: 20px;
	padding: 10px 0px;
 }
 
 h6{
	font-size: 15px;
	padding: 10px 0px;
 }
 
 blockquote{
	font-style: italic;
	font-size: 40px;
	text-align: center;
	padding: 10px 0px;
	line-height: 40px;
 }
 
 dt{
	font-weight: bold;
 }
 
 dd{
	padding-left: 10px;
 }	
 
 .page-links{
	padding: 10px 0px;
 }
 
 .page-links span{
	padding-right: 10px;
 }
 
 .comment-list li{
	padding-left: 30px;
 }	
 
 .comment-list li.depth-1{
	padding-left: 0px;
 }
 
  .entry-content img{
	max-width:100%;
	height: auto;
 }
 
 pre{
	width: 100%;
	overflow-wrap: break-word;
 }

.sticky{

}

ul,ol,dl{
	margin-left: 30px;
}

.comment-list li{
	list-style: none;
}

.page .entry-content p{
	margin:10px 0px;
}