
.owl-carousel{
	position: relative;
}

.owl-carousel .owl-item img{
	    max-width: 100%;
    margin: 0 auto;
    width: auto;
}
.owl-carousel .owl-stage{
	margin-top: 15px;
}

.owl-prev_edit, .owl-next_edit {
   /* display: inline-block;
    width: 26px;
    height: 26px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    bottom: 0;
	*/	
	
	display: inline-block;
    width: 26px;
    height: 26px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    /* position: absolute; */
    top: 25px;
    bottom: 0;
    margin-top: 16px;
    margin-bottom: -25px;
	
	
}
.owl-prev_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a6a8b2' viewBox='0 0 1792 1792'%3E%3Cpath d='M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");
  left: 0;

}
.owl-next_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a6a8b2' viewBox='0 0 1792 1792'%3E%3Cpath d='M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E");
 right: 0;


}

/*==========================================================================
        CHANGES DONE BY MILAN - STYLES FOR SEARCH (PAGES & POST)
===========================================================================*/

.equal-articles article.type-page .post-thumbnail .thumbnail-overlay {
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    padding: 2rem;
}

.equal-articles article.type-post .post-thumbnail .thumbnail-overlay {
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
}

.equal-articles article.type-post .post-thumbnail .thumbnail-overlay .entry-title {
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px;
}

.equal-articles article.type-post .post-thumbnail .thumbnail-overlay:hover .entry-title,
.equal-articles article.type-post .post-thumbnail .thumbnail-overlay:active .entry-title {
    color: #f26a35;
}

/*RELATED POST WIDGET CSS*/
.widget-related div img {
    max-width: 100%;
    height: auto;
}

.widget-related div h4 {
    font-size: 1.9rem;
    font-weight: 300;
    margin: 10px 0;
}

.widget-related div h4:hover {
    color: #f26a35;
}
.widget-related .related-widget{
    margin-bottom: 30px;
}
.widget-related div p {
    text-align: left;
}
.widget-related .related-widget p{
    font-size: 1.7rem;
    margin-bottom: 0;
}
.widget-related .related-widget a.read__more{
    font-size: 1.8rem;
}

