/*
* @package Enar
* @copyright (C) 2016 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <stars.joomla@gmail.com>
* @authorurl <http://themeforest.net/user/joomlastars>
*/

/* You can add new css here */

@media (max-width: 767px) {

rev-banner-container{
    height:auto !important;
}
}
.afzoneha_com_related_items_h2 h3{
    color:red;
}
.afzoneha_com_related_items{
background: #eee;
padding:10px;
}
.afzoneha_com_ItemReadMore:after{
    content: "\f178";
    font-family: 'joomlastars';
        vertical-align: middle;
}
.afzoneha_com_ItemReadMore{
        font-weight: 600;
    background: #666;
    border-radius: 7px;
    color: #fff;
   padding: 5px 10px;
    margin: 20px 0;
    display: block;
    width: 130px;
}
.afzoneha_com_ItemReadMore:hover{
        font-weight: 600;
    background: #202020;
    border-radius: 7px;
    color: #fff;
    padding: 5px 10px;
        margin: 20px 0;
    display: block;
    width: 130px;
}
.afzoneha_com_listRelatedItems ul{
    display: inline-flex;
}
.afzoneha_com_listRelatedItems{
    display:flex;
}
.relatedItemList{
    padding:0 15px !important;
}
.afzoneha_com_imgItem{
    border-radius:10px;
}
.afzoneha_com_imgItem:hover{
    border-radius:10px;
   filter: drop-shadow(2px 4px 6px black);
}