﻿
/* |<------------------------->| */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1499px) {
}
/* |<------------------------->| */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1399px) {


    .widget_text_block[data-color="grey"]::before {
        width: 98vw;
    }

    .widget_text_block[data-color="white"]::before {
        width: 98vw;
    }

    .widget_text_block[data-color="blue"]::before {
        width: 98vw;
    }

    .widget_text_block[data-color="red"]::before {
        width: 98vw;
    }
}

/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) {

    .widget_cards[data-amount="four"] .card {
        flex: 1 0 46%;
    }
}

/* |<----------->|               */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width : 991px) {

    .widget_cards[data-amount="three"] .card {
        flex: 1 0 96%;
    }

    .widget_text_block .widget_text_block_container .text_block_text > div {
        min-height: 0;
        padding: 15px;
    }
}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {
    .widget_cards[data-amount="two"] .card,
    .widget_cards[data-amount="four"] .card {
        flex: 1 0 96%;
    }

    .widget_text_block[data-style="left"] .widget_text_block_container {
        flex-direction: column-reverse;
    }

    .widget_text_block[data-style="right"] .widget_text_block_container {
        flex-direction: column-reverse;
    }

    .widget_text_block .widget_text_block_container .text_block_image {
        margin: 0;
    }

    .widget-navcolumns .widget-navcolumns-container {
        flex-direction: column;
    }

    .widget-navcolumns .widget-navcolumns-col .widget-navcolumns-image {
        min-height: 300px;
    }

    .widget_text_block[data-style="left"] .widget_text_block_container .text_block_text > div {
        padding-left: 15px;
    }
}
