/* 
 Theme Name:     Divi child
 Author:         klickpunkt Web OG
 Author URI:     https://www.klickpunkt.at/
 Template:       Divi
 Version:        v.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@media only screen and (max-width: 980px) {
    /*** wrap row in a flex box ***/
    .custom-row,
	.custom-row .et_pb_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
    }

    /*** custom classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
        -webkit-order: 1 !important;
        order: 1 !important;
        margin-bottom: 30px !important;
    }

    .second-on-mobile {
        -webkit-order: 2 !important;
        order: 2 !important;
    }
}
