/*
Theme Name: Sound Vision Canada Theme
Theme URI: https://www.stabassam.com
Description: Child theme for the Sound Vision Canada Website
Author: Your Name
Author URI: https://www.stabassam.com
Template: Total
Version: 1.0
*/

/* Tribe Events: Changing the color of the trim accent line on the left  */
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after,
.tribe-events .tribe-events-calendar-month__calendar-event--featured:before
{
    background-color: #ca1517 !important;

}

/* Tribe Events: Changing the color of the featured text and icon and other things  */
.tribe-common .tribe-common-c-svgicon,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link
{
    color: #ca1517 !important;
}

/* Tribe Events: Fixing the add to calendar link buttons */
.tribe-events-gcal.tribe-events-button,
.tribe-events-ical.tribe-events-button{
    background: #f1f1f1;
    padding: 8px;
    border-radius: 10px;
    transition: all linear 0.2s;
}

.tribe-events-gcal.tribe-events-button:hover,
.tribe-events-ical.tribe-events-button:hover{
    background: #0f70b7;
    color:white !important;
    padding: 8px;
    transition: all linear 0.2s;
}

.tribe-this-week-widget-day .tribe-this-week-widget-day-wrap .tribe-this-week-event{
    border-left: 4px solid #ca1517 !important;
    }

/*  Emphasizing donate button in navbar */
    
.svc-donate-btn a .link-inner{
    background: #e30613;
    color:white;
    border-radius: 3px;
    transition: 0.2s linear all;
}

.svc-donate-btn a .link-inner:hover{
    background: #af191e;
    transition: 0.2s linear all;
}

.svc-donate-btn a:hover{
    opacity:1 !important;
    }
    
.single-tribe_events .tribe-events-event-meta {
    background-color: #f7f7f7 !important;
    color: #333333;
    padding: 0px 24px;
    border-radius: 12px;
    box-shadow: 0px 0px 7px #0000001f;
}

ul.payment_methods li[class*=payment_method]>input[name=payment_method]+label {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

.woocommerce-checkout .col2-set .col-2 {
    float: right;
    width: 48%;
    background: #f7f7f7;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0px 0px 7px #0000001f;
}

.wpex-carousel.owl-carousel .owl-item img {
    display: initial;
    margin: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.owl-carousel .owl-stage {
    padding-bottom: 16px;
}

.wpex-carousel-entry-details.entry-details.wpex-bordered.wpex-first-mt-0.wpex-last-mb-0.wpex-clr.vc_custom_1614802452895 {
    border-bottom-left-radius: 12px;
    box-shadow: 0px 0px 7px #0000001f;
    border-bottom-right-radius: 12px;
}

.overlay-bg.wpex-bg-black.wpex-block.wpex-absolute.wpex-inset-0.wpex-opacity-60 {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}