/*
	Theme Name: Revolution Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: revolution
	Text Domain: revolution
	Domain Path: /inc/languages
*/

/* --- Remove calendar sub dropdown; Thomas February 19, 2022 --- */
.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

/* --- Style thumbnail vue, event widget on homepage; Thomas February 28, 2022 --- */
ul.ecs-event-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h4.entry-title.summary {
    font-size: 1.1em;
    padding-top: 2.25em;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.entry-title.summary a[href]{
	color: #8e1e1f !important;
}

li.ecs-event {
    padding-bottom: 30px;
}

.ecs-excerpt {
    margin-bottom: 0px;
}

.duration.time {
    font-weight: 700;
}

/*  Hover button style  */ 
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover {
background: #a11619;
border: 1px solid #a11619;
color: #fff !important;
}

/* Fix styling for checkout buttons, Thomas Deneuville, May 4, 2022 */
.side-panel-content .woocommerce-mini-cart__buttons .button {
    color: #a11619 !important;
    background-color: #ffffff;
    border: 1px solid #a11619;
}

.side-panel-content .woocommerce-mini-cart__buttons .checkout {
    background-color: #a11619 !important;
    color: #fff !important;
}

.wc-block-components-button__text {
    color: #fff;
}

a.components-button.wc-block-components-button.wc-block-cart__submit-button.contained {
  background-color: #8e1e1f;
}

/* Woocommerce added to cart messsage bottom ribbon, Thomas Deneuville, May 4, 2022 */
.woocommerce-message, .woocommerce-error, .woocommerce-info:not(.cart-empty) {
    background: #a11619 !important;
    color: #fff !important;
}