.cust_search_page article{
	border-bottom: 2px solid #009ce5 !important;
    border-radius: 5px;
}

.cust_search_page .archive-desc-wrapper header h2 a::after{
	background:transparent !important;
}

.cust_search_page header.entry-header,
.cust_search_page footer.entry-footer,
.cust_search_page .archive-desc-wrapper div.entry-content,
.cust_search_page .post-image{
	text-align: left;
	margin: 0;
}

.cust_search_page .entry-title a{
	color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.archive .page-header{
	background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 15px
}

.archive .page-header .page-title{
	font-size: 36px;
	text-transform: unset;
	padding: 0;
}

.archive-classic .entry-title{
	margin: 0;
}

.taxonomy-description{
	margin-bottom: 30px;
}

.cust_search_page .page-header .page-title{
	margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px){
	.cust_search_page header.entry-header,
	.cust_search_page footer.entry-footer,
	.cust_search_page .archive-desc-wrapper div.entry-content,
	.cust_search_page .post-image{
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (min-width: 769px){
	.cust_search_page .post-image {
		width: 28%;
	    display: inline-block;
	    vertical-align: top;
	}

	.cust_search_div{
		width: 70%;
	    display: inline-block;
	    margin-left: 10px;
	}
}