/*Mobile and ipad styling
14-02-2020
*/

@media only screen and (max-width: 991px) {

    /*Common styling*/
    /*End of common styling*/
    /* Country listing page*/
    body.country-pages .story-desc::after {
        margin: 50px auto 25px;
    }

    .country-map div.highcharts-label.highcharts-tooltip {
        display: none !important;
    }

    /*End of country listing page*/
    /*Country detail page*/
    .views-row.country-wrapper {
        padding: 0 20px;
    }

    div.map-image-block img {
        /*margin: 0 auto;*/
        width: 50%;
    }

    .field-content.counter-block {
        padding: 0 !important;
    }

    div.bannerimagefull {
        padding: 15px 0 !important;
        margin-bottom: 15px !important;
    }

    .country-block-details .left-section-wrapper,
    .page-node-type-country .field-content.counter-block.new {
        padding: 0 !important;
    }

    .country-block-details .year-counter:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .page-node-type-country .country-block-details .year-counter.counter {
        width: 100% !important;
    }

    /*End of country detail page*/
}




/* fixes on 23-02-2022 */

@media (min-width: 992px) and (max-width: 1200px) {
    header .google-translator {
        padding-left: 15px;
    }

    .normal-language-switcher {
        padding-right: 0;
    }

    body .hd-menu-wrapper,
    body.path-frontpage .topNav {
        width: auto;
    }

    .with-new-logo .logo a {
        max-width: 190px;
    }

    .header {
        max-height: unset;
    }
}


@media (max-width: 1200px) and (min-width: 767px) {
    body.path-frontpage .sectorhighlight .desc {
        padding-left: 20px;
        padding-right: 25px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    body.path-frontpage .map-wrap.active-2+.map-component {
        padding-bottom: 0;
    }

    body.path-frontpage .map-wrap.active-2+.map-component .map-component-inner {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    body.path-frontpage #sectorhighlight .desc {
        width: 100%;
    }
}

/* End fixes on 23-02-2022 */
