/*
 * BLOG
*/
.search-form{
	border: 1px solid #ddd;
	overflow:hidden;
	border-radius: 25px;
}
.search-form label{
	font-size: 17px;
	line-height: 21px;
	background: #fff;
	vertical-align:middle;
	display:inline-block;
	max-width: 87%;
	width:100%;
	margin:0;
}
input[type="search"]{
	background: transparent;
	border:none;
	padding: 0 15px;
	line-height: 53px;
}
input[type="submit"]{
	background: url(../img/search-icon.png) no-repeat !important;
	width:16px;
	height:20px;
	text-indent: -99999px;
	min-width:0;
	overflow:hidden;
	border:none;
	padding:0;
	vertical-align:middle;
	display:inline-block;
}
#secondary h3{
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color:#444;
	padding-bottom: 5px;
	border-bottom: 2px solid #fec708;
}
#secondary li:before{
	top:16px;
}
#secondary ul li{
	margin:0 0 15px;
}
.read-more{
	font-weight: 400;
	margin:0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
    background : rgb(255,238,180);
    background : -moz-linear-gradient(top,  rgba(255,238,180,1) 0%, rgba(255,237,171,1) 3%, rgba(255,236,156,1) 6%, rgba(255,233,132,1) 9%, rgba(255,229,94,1) 13%, rgba(255,224,44,1) 16%, rgba(255,221,0,1) 19%, rgba(255,217,0,1) 25%, rgba(255,217,0,1) 81%, rgba(255,214,0,1) 84%, rgba(240,192,0,1) 88%, rgba(197,152,0,1) 94%, rgba(184,141,0,1) 97%, rgba(180,137,3,1) 100%) !important;
    background : -webkit-linear-gradient(top,  rgba(255,238,180,1) 0%,rgba(255,237,171,1) 3%,rgba(255,236,156,1) 6%,rgba(255,233,132,1) 9%,rgba(255,229,94,1) 13%,rgba(255,224,44,1) 16%,rgba(255,221,0,1) 19%,rgba(255,217,0,1) 25%,rgba(255,217,0,1) 81%,rgba(255,214,0,1) 84%,rgba(240,192,0,1) 88%,rgba(197,152,0,1) 94%,rgba(184,141,0,1) 97%,rgba(180,137,3,1) 100%) !important;
    background : linear-gradient(to bottom,  rgba(255,238,180,1) 0%,rgba(255,237,171,1) 3%,rgba(255,236,156,1) 6%,rgba(255,233,132,1) 9%,rgba(255,229,94,1) 13%,rgba(255,224,44,1) 16%,rgba(255,221,0,1) 19%,rgba(255,217,0,1) 25%,rgba(255,217,0,1) 81%,rgba(255,214,0,1) 84%,rgba(240,192,0,1) 88%,rgba(197,152,0,1) 94%,rgba(184,141,0,1) 97%,rgba(180,137,3,1) 100%) !important;
}
h1.entry-title,
h2.entry-title a{
	display:inline-block;
	padding:0 0 4px;
	color:#444;
	border-bottom:2px solid #fec708;
}
h1.entry-title,
.entry-title{
	font-size: 24px;
	line-height: 24px;
	color:#444;
	font-weight: 900;
}
.site-main{
	padding-top: 40px;
	padding-bottom: 40px;
}
.entry-meta{
	font-size: 18px;
	font-weight: 900;
	color:#9e9e9e;
	margin:0 0 15px;
}
.entry-meta a{
	color:#9e9e9e;
}
.entry-content{
	max-width: 770px;
}
article.post{
	padding-bottom: 30px;
	margin-bottom: 40px;
	position:relative;
}
.single article.post{
	padding-bottom: 0;
}
article.post:after{
	position:absolute;
	content:'';
	height:1px;
	width:99999px;
	background: #e0e0e0;
	right:0;
	bottom:0;
}
.single article.post:after{
	display:none;
}
.nav-links,
.pagination-nav{
	font-size: 16px;
	line-height: 21px;
	font-weight: 900;
}

.pagination-nav .pull-right span,
.pagination-nav .pull-left span{
	font-size: 20px;
	height:18px;
	background: #fec708;
	color:#000;
	border-radius: 50%;
	width:18px;
	line-height: 15px;
	margin:3px 0 0;
	display:inline-block;
	text-align:center;
}

.pagination-nav .pull-right a,
.pagination-nav .pull-left a{
	font-size: 15px;
	line-height: 30px;
}
.pagination-nav a{
	color:#444;
}
.nav-links .current{
	font-weight: 400 !important;
}
.page-numbers{
	color:#444;
	padding: 7px;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {

}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
	div#secondary{
		padding-top: 65px;
	}
}

/* Small devices (mobile, 767px and below) */
@media (max-width: 767px) {
	.site-main{
		padding-top: 0;
	}
}
