/*
    Theme Name: Victory Center Theater
    Theme URI: https://thevictorytheatrecenter.org/
    Author: the Digital Guider team
    Author URI: https://digitalguider.com/
    Description: Founded in 1980, The Victory Theatre Center is an award-winning nonprofit in Burbank dedicated to developing bold new work. With over 100 productions staged—more than 90% new American plays—the Victory has become a vital home for world premieres and emerging voices. Its honors include multiple Ovation recognitions, 2 LA Drama Critics Circle Awards, 4 NAACP Theatre Awards, and over 30 Backstage West/Drama-Logue Awards, among others. Intimate by design, the Victory delivers theatre that’s immediate, powerful, and deeply human—where artists and audiences connect in ways that last well beyond the final curtain.
    Version: 1.0.0
    License: GNU General Public License v2 or later
    Text Domain: victorytheatre
*/
.avatar-placeholder {
    width: 55px;
    height: 55px;
    background-color: #dc2c2f;
    color: #fff;
    border-radius: 50px;
    display: flex;
    border: 3px solid #fff;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 25px !important;
}

.td-contact-form-wrap {
    padding: 50px 50px 15px 50px;
}

.forminator-button:hover {
    box-shadow: unset !important;
    background-color: #000 !important;
}

.red-section-wrapper .info-text {
    background: #000;
    border-radius: 25px;
    padding: 4px 15px;
    margin-bottom: 20px !important;
}

.red-section-wrapper .foogallery.fg-light .fg-item-inner {
    border-radius: 10px;
    border-color: #fff;
    border: 2px solid #fff;
}

.dark-section-wrapper .info-text {
    background: #fff;
    border-radius: 25px;
    padding: 4px 15px;
    margin-bottom: 20px !important;
}

.dark-section-wrapper .foogallery.fg-light .fg-item-inner {
    border-radius: 10px;
    border-color: #D2232A;
    border: 2px solid #D2232A;
}

.elementor-widget-text-editor ul li {
    list-style: disc;
}

.elementor-widget-text-editor ul {
    margin-left: 35px;
    margin-bottom: 10px;
}

#sponsorship-wrapper img {
    background: #fff;
    padding: 30px;
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 10px;
    border: 5px solid #dc2c2f;
}

#rentals--gallery-wrapper img {
    background: #fff;
    padding: 30px;
    width: 100%;
    height: 450px;
    object-fit: contain;
    border-radius: 10px;
    border: 5px solid #dc2c2f;
}

.td-product-pagenation-wrap nav ul li {
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #d2232a;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.td-postbox-thumb img {
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
}

.td-testimonial-3-wrap .swiper-slide {
    min-height: 220px;
}

.td-postbox-content ul,
.td-postbox-content ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

.td-postbox-content ul li {
    list-style: disc;
}

.td-postbox-content ol li {
    list-style: decimal;
}