/*
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.27.0.1721554670
Updated: 2024-07-21 05:37:50

*/

.gallery-column {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 20px;    
}

.event-card {
    color: white;
    height: 100%;
    background-image: url('https://fabulousfindswilliamsport.com/wp-content/uploads/2024/08/event-bg-shape-img.svg');
    background-color: RGBA(255, 255, 255, 0);
    border-width: 0px;
    border-color: #C2BBAC;
    border-style: solid;
    padding: 120px 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.event-info{
    display: flex; align-items: center;
}

.event-time-location{
    width: 70%;
    padding-left: 17%;
}

.event-date {
    width: 30%;    
    text-align: center;
}

.event-day {
    display: block;
    font-family: 'Fraunces', Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 48px;
    color: #534741 !important;
    line-height: 95%;
}

.event-month-year {
    font-family: 'Fraunces', Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 26px;
    color: #534741 !important;
    line-height: 95%;
}

.event-title {
    font-family: 'Fraunces', Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 42px;
    color: #e3654b !important;
    letter-spacing: -0.1px;
    line-height: 111%;
    text-align: left;
}

.event-details{
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
}

.event-details p{
    font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #534741 !important;
    line-height: 150%;
}

.event-time, .event-location, .event-description {
    font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #534741 !important;
    line-height: 150%;
    margin-bottom: 15px;
}
.event-time, .event-location{
    position: relative;
    padding-left: 0px;
}
.event-time::before{
    content: "";
    background-image: url('https://fabulousfindswilliamsport.com/wp-content/uploads/2024/08/clock-icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 23px;
    height: 23px;
    left: -30px;
    background-size: 22px;
    margin-top: 3px;
}
.event-location::before{
    content: "";
    background-image: url('https://fabulousfindswilliamsport.com/wp-content/uploads/2024/08/map-icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 23px;
    height: 23px;
    left: -30px;
    background-size: 22px;
    margin-top: 3px;
}

p.share-with-friends {    
    font-family: 'Fraunces', Georgia, "Times New Roman", serif;
    font-size: 24px;
    color: #534741 !important;
    line-height: 136%;
    text-align: left;
    width: 100%;
    max-width: 75%;
}

.social-icons {
    margin-top: 20px;
    display: flex;    
}

@media (min-width: 600px) {
    .gallery-column { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
    .gallery-column { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (min-width:999px) and (max-width:1200px){
    .event-card {
        background-size: contain;
        padding: 50px 30px;
    }
    p.share-with-friends { 
        max-width: 65%;
    }
    .event-title{
        font-size: 36px;
    }
}
@media only screen and (max-width: 768px){
    .event-card {
        background-size: contain;
        padding: 10px 20px;
    }
    .event-details {
        margin-top: 30px;
    }
    .event-details p{
        font-size: 16px;
    }
    .event-title{
        font-size: 30px;
    }
    .event-time, .event-location, .event-description{
        font-size: 14px;
    }
    p.share-with-friends{
        margin-top: 10px;
        font-size: 18px;
        max-width: 62%;
    }
    .event-day{
        font-size: 38px;
    }
    .event-month-year{
        font-size: 18px;
    }    
}
@media only screen and (max-width: 480px){
    .event-card {
        background-size: contain;
        padding: 20px 20px;
    }
    .event-day {
        font-size: 32px;
    }
    .event-details p {
        font-size: 14px;
    }
}