html,body{height:100%;}

.top-bg{
	position: fixed;
	top:0px;
	width: 100%;
	height: 500px;
	z-index:1;
	background: red;
}

.col{
	width: 900px;
	margin: 0px auto;

}

#page{
	min-height: 100%;
	position: relative;
}

#content{
	background: #fff;
	
}

/*--------------------------------------------------------------
1.0 Head
--------------------------------------------------------------*/

#masthead{
	background:#539F10;
	overflow-x: hidden;
}

.backstretch{
	background:#539F10;
	
}
/* Top */

.top-bar{
	height: 50px;
	z-index:100;
	position: relative;
}

.menu-btn{
	float:right;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}

.menu-btn:after{
	font-family: Fontawesome;
	content: "\f0c9";
	margin-right: 20px;
}

.search-btn{
	float:left;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}

.search-btn:after{
	font-family: Fontawesome;
	content: "\f002";
	margin-left: 20px;
}

/* search */

.widesearch{
	background: #383838;
	height: 60px;
	width: 100%;
	display: none;
	position: relative;
	z-index: 60;
}

.widesearch .search-field{
	background: transparent;
	border:none;
	height: 60px;
	width: 100%;
	line-height: 60px;
	text-align: center;
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 20px;
	outline: none;
	color: #eee;
}

.widesearch .search-field:focus{
	color: #eee;
}

/* Logo */
.top{
	height: 250px;
	position: absolute;
	top:50%;
	margin-top:-160px;
	left:50%;
	margin-left: -450px;
}
.cover-pic{
	width: 120px;
	height: 120px;
	margin:50px auto 0px;
	border-radius: 60px;
	border: 2px solid rgba(255,255,255,0.5);
}

.cover-pic img{
	border-radius: 60px;
}

.site-branding{
	text-align: center;
	color: #fff;
	width: 70%;
	margin: 30px auto 50px;
}

.site-branding h1{
	text-transform: uppercase;
	font-family: 'Raleway',sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 1;

}

.site-branding h1 a{
	color: #fff;
}

.site-branding h2{
	text-transform: uppercase;
	font-family: 'Raleway',sans-serif;
	font-size: 16px;
}

.site-branding .logo{
	margin-bottom: 20px;
}

.site-branding ul.social-icons{
	list-style: none;
	font-size: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
}

.site-branding ul.social-icons li{
	display: inline;
	margin: 0px 10px;

}

.site-branding ul.social-icons li a{
	color: #fff;
}

/*--------------------------------------------------------------
2.0 Content
--------------------------------------------------------------*/
article.post{
	border-bottom: 1px solid #f4f4f4;
}
.hentry{
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
}

.entry-header{
	
}

.entry-header h1.entry-title{
	font-size: 48px;
	font-weight: bold;
	color: #539F10;
	line-height: 120%;
	margin: 0px 0px;
}

.entry-header h1.entry-title a{
	color: #111;
}

.entry-header h1.entry-title a:hover{
	color: #539F10;
}

.entry-header .entry-meta{
	font-size: 13px;
	color: #888;
	margin-top:10px;
}

.entry-header .entry-meta a{
	color: #888;
}

.entry-header .entry-meta span{
	margin-right: 10px;
}
.entry-header .entry-meta span span{
	margin: 0px;
}
span.byline:before{
	font-family: Fontawesome;
	content: "\f007";
	margin-right:5px;
}

span.posted-on:before{
	font-family: Fontawesome;
	content: "\f017";
	margin-right:5px;
}

span.comments-link:before{
	font-family: Fontawesome;
	content: "\f075";
	margin-right:5px;
}

/* 404 */

.error-404{
	margin: 50px 0px;
	text-align: center;
}

.error-404 .page-title{
	font-family: Bitter;
	font-weight: bold;
	font-size: 160px;
	line-height: 1;

	color: #111;
}
/*--------------------------------------------------------------
2.0 Widgets
--------------------------------------------------------------*/

.widget {
	margin:0px 10px;
	float: left;
	width: 280px;
}

h1.widget-title, h3.sidetitl {

    font-size: 18px;
 	color:#fff;
 	height: 40px;
 	font-weight: 900;
 	text-transform: uppercase;
 	line-height: 40px;
 	
}

.widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.widget li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.widget ul li {
    list-style-type: none;
    margin: 0px;
    margin: 0px 0px;
    color: #5a5a5a;
}

.widget ul li a:link,.widget ul li a:visited {
    color: #fff;
    text-decoration: none;
}

.widget.widget_categories ul li,.widget.widget_pages ul li,.widget.widget_archive ul li,.widget.widget_links ul li,.widget.widget_meta ul li {
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    padding: 7px 0px;
}

.widget.widget_recent_entries ul li  {
	padding: 7px 0px;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
}

.widget ul#recentcomments li.recentcomments {
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    padding: 7px 0;
}

.widget .textwidget  {
    padding: 0px 0px;
    color: #fff;
}

.widget .tagcloud {
    padding: 0px 0px 20px 0px;
}

.widget .tagcloud a{
	color:#F5634A;
}

.widget #calendar_wrap{
	padding:0px 20px 20px 20px;
	color: #6f7779;
}



/*--------------------------------------------------------------
2.0 Pagination
--------------------------------------------------------------*/

.pagination{
	padding: 60px 0px;
	font-family: Bitter;
	font-size: 24px;
	text-align: center;
}

.pagination a, .pagination span{
	display: inline;
	padding: 0px 10px;
}

.pagination a{
	color: #888;
}

.pagination span{
	color: #539f10;
}

/*--------------------------------------------------------------
2.0 Comments
--------------------------------------------------------------*/
#comments{
	margin-bottom: 100px;
}
h2.comments-title{
	padding: 50px 0px;
	background: #539f10;
	margin-bottom:100px;
	font-size: 28px;
	font-style: italic;
	color: #fff;
}

#comments ol.comment-list {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments ol.comment-list li.comment,#comments ol.comment-list li.pingback {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px;
}

ol.comment-list li .comment-meta{
	padding: 0px 0px 20px 0px;
}

ol.comment-list li img.avatar {
	float: left;
	margin-right: 20px;
	height: 64px;
	width: 64px;
	background: #ddd;
}

.comment-author cite.fn {
    color: #222;
    font-style:normal;
    font-size:24px;
    display: inline-block;
    font-weight: normal;
    font-family: Bitter;
}

.comment-author cite.fn a:link,cite.fn a:visited {
	color:#222;
}

.comment-author span.says{
	display: none;
}


.comment-metadata{
	font-size: 14px;
	color: #999;
	position: relative;
}

.comment-metadata a{
	color: #999;
}

ol.comment-list li .reply {
    color: #fff;
    font-size: 14px;

    text-align: center;
	display: inline-block;
}

ol.comment-list li .reply a {
    color: #fff;
    display: block;
	padding: 5px 20px;
	background: #539F10;
	opacity: 0.8;
}

ol.comment-list li .reply a:hover{
	opacity: 1;
}

ol.comment-list li ol.children {
    list-style: none;
    text-indent: 0;
    margin: 50px 0px 0px 80px;
}


#respond {
    margin: 20px 0;

}

#respond h3 {
    font-size: 24px;
    color: #444;
    padding: 0px 0px;
    margin:0px 0px ;
}

/*--------------------------------------------------------------
2.0 Footer
--------------------------------------------------------------*/

footer.site-footer{
	padding: 0px 0px;
	background: #f4f4f4;
	position: relative;
}

.foot-button{
	position: absolute;
	width: 30px;
	height: 25px;
	left: 50%;
	top:0px;
	margin-left: -15px;
	background: red;
	border-radius: 0px 0px 3px 3px;
	display: block;
	z-index:100;
}

.site-info{
	text-align: center;
	padding: 50px 0px 50px;
}

.footer-widgets{
	background: #539F10;
	padding: 50px 0px;
}

.foot-button:hover .footer-widgets{
	display: block;
}

/* Animate style */

.hidden{
	opacity:0;
}
.visible{
	opacity: 1!important;
}