/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2
*/
@font-face {
    font-family: 'Santana';
    src: url('fonts/Santana-Black.woff2') format('woff2'),
        url('fonts/Santana-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Santana';
    src: url('fonts/Santana.woff2') format('woff2'),
        url('fonts/Santana.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SantanaXtraCondensed';
    src: url('fonts/SantanaXtraCondensed.woff2') format('woff2'),
        url('fonts/SantanaXtraCondensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Santana';
    src: url('fonts/Santana-Bold.woff2') format('woff2'),
        url('fonts/Santana-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Santana-BlackCondensed';
    src: url('fonts/Santana-BlackCondensed.woff2') format('woff2'),
        url('fonts/Santana-BlackCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Santana-RegularCondensed';
    src: url('fonts/Santana-RegularCondensed.woff2') format('woff2'),
        url('fonts/Santana-RegularCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, .headings-font, .alt-font {
    color: #f28a26;
    font-family: 'Santana', sans-serif;
    font-weight: bold;
}

.banner .h1 {
    font-size: 3.5em!important;
}

/* The Event Calendar */
.tribe-common-l-container {
    padding: 0 30px!important;
    margin: 0!important;
    max-width: initial!important;
}

.agenda-header {
    margin: 0 -30px!important;
    padding: 0 30px!important;
    width: inherit!important;
}


.tribe-filter-bar-c-filter__toggle {
    outline: none;
}

.tribe-filter-bar-c-filter__container {
    display: block!important;
    visibility: visible!important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media print {
    .header,
    .footer-wrapper,
    .mobile-sidebar {
        display: none;
    }
}