/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1405px) {


}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

        /** Home news **/
        .pegasus_blog_3 #home-news .et_pb_ajax_pagination_container {
            display: flex;
            justify-content: space-between;
        }
        
        .pegasus_blog_3 #home-news article.et_pb_post {
            width: 100% !important;
        }
        .pegasus_blog_3 #home-news .et_pb_ajax_pagination_container {
            flex-wrap: wrap;
        }

            .home .hc-dflip-books .dflip-books ._df_thumb {
        max-width: 100% !important;
        height: 380px !important;
        width: 40% !important;
    }

}

@media all and (min-width: 980px) {
    #menu-menu-principal>li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: #0095BB;
        width: 0.5px;
        height: 59%;
        margin-top: 3px;
        margin-bottom: auto;
        display: block;
    }

}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px), (orientation: landscape) and (max-width: 1024px) {

    
}

@media all and (orientation: landscape) and (max-width: 1024px) {
    
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {


    /** Home news **/

    .pegasus_blog_3 #home-news article.et_pb_post .post_info {
        margin-top: 0 !important;
    }

    .home .owl-nav button {
        top: 28%;
    }

    ._df_thumb ._df_book-title {
        bottom: 0;
        opacity: 1;
    }
    
    .home .hc-dflip-books .dflip-books ._df_thumb {
    max-width: 100% !important;
    width: 100% !important;
}

}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

    .home .et_pb_module.et_pb_icon.et_pb_icon_0_tb_header {
        margin-top: 2.5rem;
    }

    .heateor_sss_sharing_container a {
        max-width: 25px;
    }

    .heateor_sss_sharing_ul svg {
        max-width: 22px;
    }

    .tina_blog_this_town .one_col article.et_pb_post .entry-featured-image-url.small_height, .tina_blog_this_town .one_col article.et_pb_post .entry-featured-image-url.small_height img {
    min-height: 210px !important;
}



}