/*Large Device*/
@media only screen and (min-width: 1200px) and (max-width : 1870px) {
   
}

/*Large Device*/
@media only screen and (min-width: 992px) and (max-width : 1199px) {
    .taffees-nav-bar #primary-menu>li>a {
        font-size: 14px;
    }
}

/*Medium Device*/
@media only screen and (min-width: 768px) and (max-width : 991px){
    
    .taffees-nav-bar {
        display: none;
    }
    .breaking-item h6 {
        font-size: 12px;
    }
    .breaking-item h6 {
        font-size: 14px;
    }
    .taffees-headr-btn {
        display: none;
    }
    .taffees-headr-search {
        display: none;
    }
    .taffees--sidebar-menu.sidemenu {
        display: none;
    }
    #mobile_menu,
    .slicknav_menu {
        display:block;
    }
    .apsc-theme-4 .apsc-each-profile, .apsc-theme-3 .apsc-each-profile {
        float: left !important;
    }
    .mobile-hide{
        display: none;
    }
    .taffees-darkmod {
        margin-right: 50px;
    }
    .post-tabs-item-wrapp .taffees-post__item {
        margin-bottom: 30px;
    }
    .taffees-post-video-area .taffees-post__item {
        margin-bottom: 30px;
    }
    .header-date {
        display: none;
    }
    .widget-area{
        margin-top: 50px;
    }
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
   
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .breaking-news.d-flex {
        display: block !important;
        text-align: center;
        margin-bottom: 6px;
    }
    .no-results.not-found {
        margin-bottom: 30px;
    }
    .breaking-news p {
        margin-right: 0;
    }
    
    .taffees-tabs.nav.nav-pills {
        position: relative;
        top: 0;
        left: 0;
    }
    .post-tabs-item-wrapp .taffees-post__item {
        margin-bottom: 30px;
    }
    
    .taffees-post-video-area .taffees-post__item {
        margin-bottom: 30px;
    }
    .taffees-breadcrumb h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .taffees-darkmod {
        margin-right: 52px;
    }
    .taffees-header-right {
        position: absolute;
        top: -27px;
        right: 0;
        width: 100%;
    }
    .taffees-nav-bar {
        display: none;
    }
    
    .taffees-headr-btn {
        display: none;
    }
    .taffees-headr-search {
        display: none;
    }
    .taffees--sidebar-menu.sidemenu {
        display: none;
    }
    #mobile_menu,
    .slicknav_menu {
        display:block;
    }
    .apsc-theme-4 .apsc-each-profile, .apsc-theme-3 .apsc-each-profile {
        float: left !important;
    }
    .mobile-hide{
        display: none;
    }
    a.taffees-logo {
        position: relative;
        z-index: 111;
    }
    .widget-area {
        margin-top: 50px;
    }
    .taffees_post_pagination ul.page-numbers li a, .taffees_post_pagination ul.page-numbers li span {
        width: 40px;
        height: 40px;
        line-height: 41px;
        font-size: 14px;
    }
    .entry-content.taffees-post-entry-content img {
        margin-bottom: 15px;
    }
    .entry-content.taffees-post-entry-content img {
        margin-bottom: 15px;
    }
    
    ul.blog-meta-list li {
        margin-bottom: 20px;
        display: inline-block;
    }
    .blog-meta-list {
        display: block;
    }
    .taffees__author_bio__Wrapper .author-thumb {
        position: relative;
        transform: inherit;
        top: 0;
        left: 0;
        overflow: inherit;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .taffees__author_bio__Wrapper {
        padding: 30px;
    }
    
    .taffees__author_bio__Wrapper .author-thumb img {border-radius: 50%;}
    
    .theme_author_Info {
        text-align: center;
    }
    .header-top .col-lg-5.col-md-5.d-flex.align-items-center.justify-content-end {
        justify-content: center !important;
    }
}
/* Mobile Devices, Tablets */
@media only screen and (max-width: 413px){
    
}
/* Wide mobile Devices */
@media only screen and (min-width: 414px) and (max-width : 767px) {
    .post_grid__img img {
        transition: .6s;
        width: 100%;
    }
}