/**
Theme Name: Arden Site Child
Author: Arden Logic
Author URI: https://ardenlogic.com/
Description: A custom child theme for Arden websites.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arden-site-child
Template: astra
*/

/* Events Calendar */
.mec-single-event .mec-event-content {
    display: none;
}
.mec-wrap .col-md-8 {
    width: 100%;
}
.mec-event-grid-modern {
    font-family: 'Roboto' !important;
}

.mec-event-meta.mec-color-before.mec-frontbox {
    display: none;
}

/* Gravity Forms Dropdown */
.uagb-gf-styler__check-style-enabled select, .uagb-gf-styler__check-style-enabled .chosen-single {appearance: auto !important;}

/* smooth scroll */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html{
    scroll-behavior: auto;
  }
}
