/*
Theme Name: Plan Your Way OK
Theme URI: https://www.planyouwayok.com
Description: Custom theme for Plan Your Way OK
Author: Grant Bivens - RGB Hosting
Author URI: https://www.rgbhosting.com
Version: 1.0.0
Template: Divi
*/

/* Display the label for the search box */
.et_pb_search .screen-reader-text {
    display: block;
    clip: revert;
    clip-path: revert;
    height: auto;
    margin: auto;
    position: relative !important;
    width: auto;
    background: #fff ;
    padding: 7px;
}

/* Resource Section  */
/* Removes random <br> tags below the labels for the filters */
.filter-group br {
    display: none;
}


/* MODERN EVENTS CALENDAR OVERRIDES */

    /* Hide the "View Details" button below each event which triggers a redundant link accessibility warning on the homepage*/
    .home .mec-event-footer {
        display: none;
    }
    
    /* Give the bottom of the description text some padding from the container border of the events list item */
    .mec-event-list-standard .mec-event-description {
        padding-bottom: 5px;
    }
    
    /* Hide event details on /events page */
    .page-id-499 .mec-event-detail {
        display: none;
    }
    
    .mec-event-list-minimal .mec-event-title {
        text-align: left;
    }
    
    /*Make the date box the same width for multi-day events and single events*/
    .mec-event-date.mec-bg-color {
        width: 110px;
    }
    
    /* Hide double location pin */
    .mec-single-event-location .author .mec-sl-location-pin {
        display: none;
    }
    
    /* Fix padding issue on event page sidebar */
    .mec-single-event .mec-event-meta dd.mec-organizer-email a, 
    .mec-single-event .mec-event-meta dd.mec-organizer-tel a,
    .mec-single-event .mec-events-meta-date dd span, 
    .mec-single-event .mec-single-event-additional-organizers dd span,
    .mec-single-event .mec-single-event-location dd span,
    .mec-single-event .mec-single-event-organizer dd span {
        padding-left: 0px;
    }
    
    /* Fix font-size and color on event page sidebar */
    .mec-single-event .mec-event-meta .mec-events-address .mec-address,
    .mec-single-event .mec-event-meta .mec-location-opening-hour span,
    .mec-single-event .mec-event-meta .mec-location-url span,
    .mec-single-event .mec-event-meta h6,
    .mec-single-event-sponsor span {
        font-size: 14px !important;
        color: #666666 !important;
    }
    
    /* Set's h4 in sidebar locations text to correct font size */
    .mec-sl-location-pin h4 {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    /* Hide "Home" link in breadcrumbs */
    .mec-address a:first-of-type,
    .mec-address i:first-of-type {
        display: none;
    }
    
    /*Hide event image on related events section below single event listing*/
    .mec-related-event-post figure {
        margin: 0;
        display: none;
    }
    
    /*Fix spacing after removing featured image above */
    .mec-related-event-content {
        margin: 0;
    }
    
    /* Mobile styling for events list module */
    @media only screen and (max-width: 479px) {
        .mec-event-list-minimal .mec-event-date {
            width: 100%;
        }
    
        .mec-event-list-minimal .mec-event-date:after {
            width: 50%;
        }
        
    }