/* 
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 */

/* Menu styling */
.elementor-nav-menu .elementor-item.elementor-item-active {
    font-weight: bold;
    text-decoration: underline;
	text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

/* 9:16 portrait video lightbox on podcast episode pages */
body.single-podcasts .elementor-video-wrapper,
body.single-podcasts .elementor-video-wrapper.elementor-video-landscape {
    width: min(calc((100vh - 120px) * 9 / 16), 90vw) !important;
    height: min(calc(100vh - 120px), calc(90vw * 16 / 9)) !important;
    aspect-ratio: 9 / 16 !important;
    --video-aspect-ratio: 0.5625 !important;
    margin: 0 auto !important;
    max-width: none !important;
}

body.single-podcasts .elementor-video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
}


/* Underline on hover — class can be on the <a> or on any parent */
a.underline-on-hover,
.underline-on-hover a {
    text-decoration: none;
}

a.underline-on-hover:hover,
a.underline-on-hover:focus-visible,
.underline-on-hover a:hover,
.underline-on-hover a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Underline links in post content — bold on hover */
.jet-theme-core-location--single-location a, .jet-theme-core-location--page-location a {
    text-decoration: underline;
	text-underline-offset: 2px;
}
.jet-theme-core-location--single-location a:hover, .jet-theme-core-location--page-location a:hover {
    font-weight: bold;
}

/* Space after list */
.wp-block-list {
	padding-bottom:30px;
}


/* Default padding on gallery block */
.wp-block-gallery {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 5px;
    --wp--style--gallery-gap-default: 5px;
    --gallery-block--gutter-size: 5px;
}

.wp-block-gallery .wp-block-image {
    margin: 0;
}

