/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    padding: 0;
    text-shadow: none;
}
.epta-addto-calendar a {
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    width: inherit;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: normal;
    font-size: 14px;
    background: #222;
    transition: all .2s ease 0s;
    border-radius: 2px;
    padding: 15px 35px;
    margin: 5px 10px;
    border-radius: 5px;
}