/*
Theme Name: Avada Child
Theme URI: https://themeforest.net/item/avada-responsive-multipurpose-theme/full_screen_preview/2833226
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Avada child theme.
Template: Avada
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: Avada-child
*/

.fusion-events-content-wrapper {
    position: relative;
    overflow: hidden;
}

.fusion-events-content-wrapper h4 {
    padding-left: 30px;
    position: relative;
    margin: 10px 0 !important;
}

.fusion-events-content-wrapper h4 span.dashicons {
    position: absolute;
    left: 0px;
}

.past_badge {
    background-color: #28abe2;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    right: -27px;
    padding: 6px 32px;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fusion-breadcrumbs {
    margin-bottom: 20px;
}

.fusion-breadcrumbs > span {
    font-size: 14px;
}

.fusion-breadcrumbs > span:first-of-type a {
    color: #00b4ff;
}

a#filter {
    position: relative;
    top: -100px;
}

.blog_filters span.dashicons {
    color: #00b4ff;
    font-size: 24px;
    margin-right: 5px;
}

.blog_filters {
    position: absolute;
    right: 0;
    top: -5px;
}

.blog_filters .filter_title {
    position: relative;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
}

.filter_container {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    font-size: 16px;
}

select.blog_filter {
    z-index: 10;
    width: 100px;
    height: 50px;
    border: none;
    float: left;
    opacity: 0;
    position: relative;
    top: -35px;
    cursor: pointer;
}

.tribe-events-cal-links .tribe-events-button {
    background-color: #00b4ff !important;
    color: white !important;
    padding: 10px 20px !important;
    font-weight: 300 !important;
    border-radius: 0;
}

@media only screen and (min-width: 1200px) {
    .tribe_events-template-default #main > .fusion-row {
        margin-top: 150px;
    }
}

.tribe-event-date-start > span, .tribe-events-schedule > span {
    display: none !important;
}

.tribe-events-schedule h3 {
    clear: both;
}