/*
  Tribe Overwrite
*/

:root {
	--tec-font-family-sans-serif: "Open Sans", sans-serif;
    --tec-color-text-primary: #8e9197;
	--tec-color-accent-primary: #A1CCD2;
	--tec-color-button-primary: #A1CCD2;
	--tec-color-accent-primary-hover: #a98e8b;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-price .tec-tickets-price,
.tribe-common .tribe-tickets__commerce-checkout-cart-item-price .tec-tickets-price {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-footer>div:first-child,
.tribe-common .tribe-tickets__commerce-checkout-cart-footer>div:first-child {
	text-align: right
}

.tribe-events-content blockquote {
    position: relative;
    color: #8e9197;
    font-size: 1.5rem;
	font-weight: 600;
    padding-left: 25px;
}

.tribe-events-content blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: rgb(163, 205, 211);
}

.tribe-events-content blockquote p {
	font-style: italic;
}

.tribe-events-content blockquote p:last-child {
	margin-bottom: 0;
}