/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Legacy CSS */
.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 41.66666667%;
    }
}

@media (min-width: 768px) {
    .col-sm-7 {
        width: 58.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* End Legacy CSS */

.em {
    --default-color: var(--e-global-color-text);
    --text-color-normal: var(--e-global-color-text);
}

.em button.em-event-add-to-calendar {
    display: inline-block;
    height: 38px !important;
    padding: var(--button-padding) !important;
    color: var(--text-color-softer) !important;
    text-align: center !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 1px solid var(--border-color) !important;
}

.em.em-list-widget > ul {
    list-style: none;
    padding-left: 0;
}

.em.em-list-widget > ul > li {
    margin-bottom: 20px;
}

.av-user-avatar {
    border-radius: 50% !important;
}

.elementor-shortcode {
    margin-bottom: -6px;
}

.header-mini-logo {
    display: none;
}

.elementor-sticky--active .header-mini-logo {
    display: block;
}

.page-listing .elementor-widget-image a,
.business-listing .elementor-widget-image a {
    width: 100%;
}

.elementor .wp-block-separator,
.wp-block-separator {
    margin-top: 15px;
    margin-bottom: 15px;
}

.av-breadcrumbs {
    font-size: 14px;
}

.main-footer .footer-posts a h4 {
    color: var( --e-global-color-3ece6ac ) !important;
}
.main-footer .footer-posts a:hover h4,
.main-footer .footer-posts a:focus h4 {
    color: var(--e-global-color-primary) !important;
}
.main-footer .footer-posts img {
    border-color: var(--e-global-color-primary);
}
