.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}
@media (min-width:768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block
    }

    .text-lg-right {
        text-align: right
    }
}

@media (min-width:1200px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}
p {
    font-size: 18px;
    margin-top: 0;
}
.pt_50 {
    padding-top: 40px;
}
.pb_50 {
    padding-bottom: 50px;
}
.py_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-center {
    text-align: center;
}
.bg_white {
    background: #fff;
}
.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
}
.section_title h2 {
    margin-bottom: 15px;
    text-align: center;
}
.section_title h2 span {
    color: var(--global-palette-btn-bg);
}
.section_title p {
    text-align: center;
}
.event_list {
    margin-bottom: 30px;
}
.event_list .image {
    position: relative;
    padding-top: 56.54%;
    overflow: hidden;
    border-radius: 7px;
}
.event_list .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_list .image .price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--global-palette-btn-bg);
    color: #fff;
    padding: 4px 16px;
    border-radius: 27px;
    font-weight: 600;
}
.event_list .content {
    padding-top: 20px;
}
.event_list .content .title {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}
.event_list .content .title:hover {
    color: var(--global-palette-btn-bg);
}
.event_list .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.event_list .content ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.event_list .content ul li a {
    text-decoration: none;
    color: #333;
}
.event_list .content ul li a:hover {
    color: var(--global-palette-btn-bg);
}
.event_list .content ul li svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 3px;
    opacity: .8;
}
.event_list .content p {
    font-size: 16px;
    margin-bottom: 0;
}
.banner {
    background: var(--global-palette-btn-bg);
    padding: 40px 0;
}
.banner h1 {
    color: #fff;
    line-height: 1.1;
    margin-bottom: 10px;
}
.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs li {
    display: inline-block;
    text-transform: capitalize;
}
.breadcrumbs li, .breadcrumbs li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
}
.breadcrumbs li a:after {
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px 1px;
}
.event_content {
    background: #fff;
    padding: 25px;
}
.event_share .title {
    font-weight: 600;
    font-size: 16px;
}
.share_post a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    transition: .2s ease-in-out;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
    background: #3f60ba;
    vertical-align: middle;
    padding: 4px;
    border-radius: 5px;
}
.event_share .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.share_post a:hover {
    background: var(--global-palette-btn-bg-hover);
}
.event_sidebar {
    background: #fff;
    padding: 25px;
    position: sticky;
    top: 0;
}
.event_sidebar .ctitle {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.event_data {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    border-top: 1px solid #dddddd4f;
    padding-top: 15px;
}
.event_data svg {
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 25px;
    fill: #3f60ba;
}
.event_data .title {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 2px;
}
.featured_image img {
    width: 100%;
}
.tribe-events-c-subscribe-dropdown__button {
    text-align: center;
    min-width: 0 !important;
    display: inline-block;
}
@media(max-width:991px){
    .event_info li {
        margin: 0 10px 6px;
    }
    .event_info {
        margin-bottom: 0px;
    }
    .event_content {
        padding: 18px;
        margin-bottom: 25px;
    }
}