/*
 * Theme Name: My Sapling Starter Theme
 * Description: Starter Theme to use with Timber
 * Author: Indevver
*/

/** Subscribe to Calendar **/

.tribe-common .tribe-common-c-btn-border {
    color: #3a6731 !important;
    border: 1px solid #3a6731 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active {
	background-color: #3a6731 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	stroke: white !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #3a6731 !important;
	color: white !important;
}

svg.tribe-common-c-svgicon.tribe-common-c-svgicon--caret-down.tribe-events-c-subscribe-dropdown__button-icon:hover {
    stroke: white !important;
}


/** Single Page Event Meta **/

.tribe-events-event-meta dd, .tribe-events-event-meta dt {
	line-height: 23px;
}


/** Single Page Subscribe ics **/
a.tribe-events-button.tribe-events-ics {
    font-size: var(--tec-font-size-2);
    font-weight: var(--tec-font-weight-regular);
    line-height: var(--tec-line-height-3);
    text-decoration: none;
    margin-left: 40px;
}

a.tribe-events-button.tribe-events-ics:hover {
    color: #749263;
}

/** Recurring Event Link **/

.tribe-events-schedule .recurringinfo a {
	color: #3a6731 !important;
}

/** Event Button Styling **/

.tribe-events-content a.btn.btn-primary.btn-md {
    color: white;
    border-bottom: 0px;
}