.post-slide{
    padding-bottom: 10px;
    margin: 0 15px;
    position:relative;
	font-family: Roboto,sans-serif;
}

.post-slide img{
    width: 100%;
    height: auto;
}

.post-slide .post-date{
    position:absolute;
    top:2%;
    left:8%;
    padding: 3% 5%;
    background: #e74c3c;
}

.post-slide .month{
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    text-transform:capitalize;
}

.post-slide .month:after{
    content:"";
    display: block;
    border:1px solid #fff;
}

.post-slide .date{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}

.post-slide .post-title{margin:10px 0 10px 0; text-align: left;}

.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover{
    text-decoration: none;
    color:#e74c3c;
}

.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide .post-description a{color:#808080; text-decoration:none;}

.gold_bgg {background-color: #efcf58; border-radius: 25px; padding:3px 20px; float: right; margin-right: 4%; margin-top: 3%;}
.gold_bgg a{text-decoration:none;font-size: 14px; color: #964B00; display: inline-block;}
.gold_bgg:hover{background-color: #efcf58; border-radius: 25px; padding:3px 23px;}

.post-slide .read-more{
    color:#333;
    text-transform:capitalize;
    transition: color 0.20s linear;
}

.post-slide .read-more i{
    margin-left:10px;
    font-size:10px;
}

.post-slide .read-more:hover{
    text-decoration:none;
    color:#e74c3c;
}

.owl-controls .owl-buttons{
    margin-top:20px;
    position:relative;
}

.owl-controls .owl-prev{
    position: absolute;
    left: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background:#333;
    transition:background 0.50s ease;
}

.owl-controls .owl-next{
    position: absolute;
    right: -40px;
    bottom: 230px;
    padding:8px 17px;
    background:#333;
    transition:background 0.50s ease;
}

.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content: "\f104";
	 /*content:"<";
   font-family: "Font Awesome 5 Free";font-weight: 900;*/
    color: #d3d3d3;
    font-size:16px;
}

.owl-controls .owl-next:after{
   content: "\f105";   
   /*content:">";*/
}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background: #e74c3c;
}

@media only screen and (max-width: 990px) {
    .post-slide{
        margin: 0 20px;
    }
    .owl-controls .owl-buttons .owl-prev{
        left:-20px;
        padding:5px 14px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:-20px;
        padding:5px 14px;
    }
}

@media only screen and (max-width: 767px){
    .owl-controls .owl-buttons .owl-prev{
        left:-30px;
        bottom: 260px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:-30px;
        bottom: 260px;
    }
}
