/*
Theme Name:     Divi Child 
Description:    Child Theme of Divi
Author:         elegantenthusiast.com
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* Swift Foundations Ltd */


.et_pb_column.cta-column {
    border: 2px solid #28ef3c;;
}

.cta-column .cta-image, .cta-column .cta-price {
    margin-bottom: 12px !important;
}

.cta-column .cta-text {
    margin-bottom: 12px !important;
}

.cta-column .cta-text p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 22px;
}

.cta-column .cta-price {
    font-weight: 700;
    margin-bottom: 14px !important;
    color: #222;
}

.cta-column h3 {
    color: #333 !important;
    font-weight: 700 !important;
}

.cta-column .cta-button-row {
    display: flex;
    justify-content: space-between;
}

.cta-column .cta-button {
    background: #66cc33;
    padding: 8px;
    border: 2px solid #fff;
    flex-grow: 1;
    text-align: center;
}

.cta-column a.cta-button {
    color: #fff;
    font-weight: 700;
    transition: ease-in-out 0.2s;
}

.cta-column a.cta-button:hover {
    color: #fff;
    background: #ababab;
    
}

.foundation-gallery .et_pb_gallery_items .et_pb_grid_item {
    margin-bottom: 20px !important;
}