/* Custom CSS
------------------------------------------------------------ */
.entry-content {
overflow: visible;
}

.home .entry-pagination {
	display:none;
}

#menu-main.menu .feed-link a, #menu-main.menu .feed-link a:hover {
	background: url(https://wordpress-409503-1478136.cloudwaysapps.com/wp-content/uploads/feed-icon-28x28.png) no-repeat center 5px;
	text-indent: -9999px;
	width: 35px;
}

.site-header .widget-area {
	margin-top: 15px;
	margin-bottom: 8px;

}


.site-header  {
	margin-top: -4px;
	margin-right: -20px;
}

.content .sticky {
	background: #ffe !important;
	border: 1px solid #d7920a;
}

.sticky .time {
	display: none;
}

.sticky .pages {
	display: none;
}

.sidebar .search-form {
	padding: 0px;
}

.sidebar-primary .widget_search h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 0px;
}

.search-form input[type="submit"], #subbutton {
	margin-top: 2px;
	border: 1px solid #FFCE85;
text-transform: uppercase;
font-size: 1.1em;
	color: #E51B24;
}
.content .post h2 {
	clear: left;
}li.feed-item > a{
    font-size: 20px;
	
}li.feed-item {
	border-bottom: 1px dashed #7c9b30;
	padding: 15px 15px 0px 0px !important;

}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 966px) {
.site-header .widget-area {
	margin-top: 0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 966px) {
.site-header .widget-area {
	margin-top: 0px;
}

.site-header {
	background: none;
}
}

@media only screen and (min-width: 480px) and (max-width: 966px) {
.site-header .widget-area {
	margin-top: 0px;
}

.site-header {
	background: none;
}
}

@media only screen and (max-width: 767px) {
.site-header .widget-area {
	margin-top: 0px;
}

.site-header {
	background: none;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.site-header .widget-area {
	margin-top: 0px;
}

.site-header {
	background: none;
}
}

@media only screen and (max-width: 479px) {
.site-header .widget-area {
	margin-top: 0px;
}

.site-header {
	background: none;
}
}