/*
Theme Name: Tourimo Child
Theme URI: http://tourimo.ancorathemes.com/
Tourimo is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: http://ancorathemes.com/
Template: tourimo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: tourimo
*/

.date-location {
    margin-bottom:10px;
    font-size: 18px;
    font-weight: 700;
}

.date-location i {
    color: #ED1C24;
    width: 1.25em;
    font-size: 28px;
}

.event-img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}
.single-event-title {
    font-size: 38px;
    padding:0;
    margin-top: 0;
    margin-bottom: 25px;
}

.event-btn {
    margin-top: 20px;
}

.event-img-box {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 7px;
    overflow: hidden;
}

.event-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-sc-title {
    text-align: center;
     display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sc-date {
    text-align: center;
    background: #ED1C24;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}
.sc-location {
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; 
    text-overflow: ellipsis; 
    text-align: center;
    background: #1757a7;
    color: #ffffff;
    font-weight: 700;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.sc-event-box {
    margin-bottom: 50px;
    padding: 15px;
}

.gallery2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.gallery2 img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery2 a {
    display: block;
    width: 100%;
    height: 150px;
    overflow:hidden;
    border-radius: 7px;
}

.gallery2 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .event-col-2 {
        padding-left: 25px;
    }
}

@media (max-width: 992px) {
    .event-col-2 {
        margin-top: 40px;
    }
}