/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 16.6

All css files are placed in /css/ folder
*/
. mcb-wrap .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0px!important;
}
.mcb-wrap-inner .column_image .image_frame.image_item .image_wrapper img.scale-with-grid{
	    margin-bottom: 0px!important;
}
#Subheader .title {
    width: 100% !important;
}
.last-book-img img{height:242px !important; object-fit:contain;}

.postid-2891 .image_frame.scale-with-grid {
    margin-top: 44px;
}

.page-id-1885 .post-item.post-1450.category-home-page-featured .image_wrapper {
    height: 300px;
}

#Top_bar .top_bar_left {
    position: relative;
    float: left;
    width: 76%!important;
    box-sizing: border-box;
}
.header-classic #Top_bar .top_bar_right {
    top: 0;
    width: 24%!important;
    padding-left: 0px;
}
#Top_bar .top_bar_right_wrapper .custom_lang {
    position: absolute;
    top: 4px;
    right: -8px;
}

#Top_bar .top_bar_right_wrapper {
    display: flex;
    justify-content: end;
    padding-right: 165px;
}

#Top_bar .column {
    margin-bottom: 0;
    display: flex;
}
.e3ve-news-logo {
    margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
    #Top_bar .top_bar_left {
        width: 66%!important;
    }
    .header-classic #Top_bar .top_bar_right {
        width: 31%!important;
    }
    }
    @media only screen and (max-width: 992px) {
    #Top_bar .top_bar_left {
        position: relative;
        float: left;
        width: 58%!important;
    }
    .header-classic #Top_bar .top_bar_right {
        width: 40%!important;
    }
    }
    @media only screen and (max-width: 767px) {
        #Top_bar .column {
            display: block;
        }
        .header-classic #Top_bar .top_bar_right {
            top: 0;
            display: block;
        }
        .header-classic #Top_bar .top_bar_right {
            width: 100%!important;
        }
        .mobile-tb-left #Top_bar .top_bar_right .top_bar_right_wrapper {
            float: none;
            text-align: center;
            margin: 0px;
        }
        #Top_bar .top_bar_right_wrapper {
            padding-right: 190px;
        }
        #Top_bar .top_bar_right_wrapper .custom_lang {
            position: absolute;
            top: 19px;
            right: 6px;
        }
        .mobile-tb-left #Top_bar .top_bar_right .top_bar_right_wrapper {
            float: none!important;
        }
        }