/**
Theme Name: Freehold Elks 1454
Author: Cyclone Web Design
Author URI: https://www.cyclonewebdesign.com/
Description: Custom branded theme for Freehold Elks 1454
Version: 4.x
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freehold-elks-1454
Template: astra
*/

/*for Mobile Friendly View*/
:where(body, iframe, pre, img, svg, video, canvas, select) {
        max-width: 100%;
        overflow: auto;
        word-break: break-word;
}

/*hide category author from post pages*/
.entry-meta, .entry-meta * {
    display: none;
}
/*hide post pagination*/
.page-links .page-link, .single .post-navigation a {
    display: none;
}
.page-links .page-link, .single .post-navigation a {
    color: var(--ast-global-color-0);
    display: none;
}
/*titles for give pages and photo gallery*/
h1.entry-title {
    font-size: 50px !important;
    font-size: 6.6666666666667rem;
    font-weight: 700;
    font-family: 'Amatic SC',handwriting;
    line-height: 1.14em;
    text-transform: uppercase;
}

/*MEC Event Styles*/
/*archive page*/
/*event title*/
.mec-event-list-standard .mec-event-title a {
    font-size: 50px;
}
/*sidebar*/
.mec-event-list-standard .mec-time-details {
    font-size: 12px;
    font-weight: 600 !important;
    color: #626262 !important;
}
.mec-event-list-standard .mec-event-meta .mec-venue-details span {
    font-size: 12px;
    font-weight: 600 !important;
    color: #626262 !important;
}
.mec-event-footer .mec-booking-button {
    font-size: 11px;
    font-weight: 700 !important;
    background: #fff;
    color: #626262 !important;
}
.mec-wrap.colorskin-custom .mec-event-description {
    color: #000000;
}
/*single event page*/
/*Sidebar*/
/*headings*/
.mec-single-event .mec-event-meta h3 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
/*details*/
.mec-single-event .mec-event-meta dd {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}
/*address*/
.mec-single-event .mec-event-meta h6, .mec-single-event-sponsor span {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 5px;
    display: inline-block;
    color: #000000 !important;
    margin: 0;
    padding: 0;
}
.mec-single-event .mec-event-meta .mec-events-address .mec-address {
    font-size: 13px !important;
    color: #000000 !important;
    display: block;
}
/*share title*/
.mec-single-event .mec-event-social h3 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}