/**
 * Theme Name:      Foster Developments
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for Foster Developments created by Andy Gough.
 * Author:          Andy Gough
 * Author URI:      https://www.enjoymarketing.co.uk/
 * Template:        Divi
 * Version:         1.0.0
 * Text Domain:     D2C
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

/* Color 01 #9BC540*/
/* Black 01 #000000 */
/* Grey 01 #898785 */



/* General Styles  =============================================== */




/*** Change Mobile Columns By DiviMundo.com ***/

/* 2 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .two-col-mob .et_pb_column {
        width:47.25% !important;
    }
    
html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }
    html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
            margin-right:5.5% !important;
    }
}
/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .two-col-tab .et_pb_column {
        width:47.25% !important;
    }
.two-col-tab .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }
    html .et-db .two-col-tab .et_pb_column:not(:nth-child(2n)) {
        margin-right:5.5% !important;
    }
}
.pac-drh-right-margin-fix .et_pb_column {
margin-left: 0!important;
}

/* Buttons */

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
    padding: 10px 36px!important;
}
.et_button_no_icon .et_pb_button:hover {

	transition: background-color 0.8s ease !important;
}


/* Set the height of the image module, image-wrapper and image to 100% */

.dc-image-fill, .dc-image-fill.et_pb_image_wrap, .dc-image-fill.et_pb_image_wrap img {
 height: 100%;
}
/* Set the object-fit property so image fills the column and is cropped*/
.dc-image-fill img {
 object-fit: cover;
}

/* Custom Header  =============================================== */
