/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.2.1714626128
Updated: 2024-05-02 05:02:08

*/


/* Card container */
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}
/* Individual card */
.card {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 300px;
}

/* Card image */
.card-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Card content */
.card-content {
    padding: 15px;
}

/* Card title */
.card-title {
    font-size: 1.5em;
    margin: 0 0 10px;
}

.card-title a {
    text-decoration: none;
    color: #333;
}

/* Card excerpt */
.card-excerpt {
    font-size: 1em;
    color: #666;
}
h2.card-title {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}
p.availability.available {
    color: #008000;
}

.footer-widget #block-18 ul {
    padding: 0;
}
@media(max-width:767px){
#main-footer div#block-12, #main-footer #block-10, #main-footer #block-14, #main-footer #block-16 {
    width: 100%;
    margin-bottom: 10px !important;
}
	label.gfield_label.gform-field-label {
    display: none;
}
	#footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 1.5% !important;
}
}