/*

Theme Name: Hiriya Theme

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Webstick

Author URI: https://webstick.co.il

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

.elementor-location-archive .jet-listing-grid .jet-listing-grid__item > .elementor,
.elementor-location-archive .jet-listing-grid .jet-listing-grid__item > .elementor .jet-popup-target {
    height: 100%;
} 

@media screen and (max-width: 767px) {
    body header .elementor-element .e-con-inner .site-logo {
        width: auto;
    }
    header .site-logo img {
        width: auto !important;
        height: 56px;
    }
    body footer.elementor-location-footer .elementor-element.footer-logo {
        width: 220px;
        max-width: none;
    }
    body footer.elementor-location-footer .elementor-element.footer-logo a img {
        width: auto;
        max-width: 100%;
    }

    #next-events .jet-listing .jet-listing-grid__item img,
    #past-events .jet-listing .jet-listing-grid__item img {
        height: calc(calc(90vw - 12px) * .8);
    }
}