/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 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

*/

html {
    margin-top: 0 !important;
}
body {
    overflow-x: hidden;
    padding-bottom: 0 !important;
}

header {
    ul.sub-menu {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
    }
}

@media screen and (max-width: 1024px) {
    header {
        ul.elementor-nav-menu > li.menu-item {
            margin-top: 1rem;
        }
    }
}

div.my-post-meta-container {
    display: flex;
}
div.my-post-meta-container .series-meta * {
    font-size: 18px;
}

div.my-post-meta-container a {
    color: #3D8FEE;
}
div.my-post-meta-container a:hover {
    color: #0D385B;
}
div.my-post-meta-container .series-meta p {
    margin-bottom:0;
}
div.my-post-meta-container .gap {
    padding: 0 1rem;
    font-weight: bold;
}
.elementor-element-ff5860c {
    padding:0;
}
form#allPodcastsFilterForm {
    display: flex;
    gap: 2rem;
    margin-bottom:2rem;
}
form#allPodcastsFilterForm input{
    width: calc(75%);
}
form#allPodcastsFilterForm select{
    width: calc(25%);
}

@media screen and (max-width: 1024px) {
    div.my-post-meta-container .series-meta * {
        font-size: 16px;
    }
    div.my-post-meta-container .gap {
        padding: 0 .5rem;
    }
}

@media screen and (max-width: 767px) {
    div.my-post-meta-container {
        padding-top: .5rem;
    }
}
@media screen and (max-width: 576px) {
    div.my-post-meta-container {
        flex-direction: column;
    }
    div.my-post-meta-container .gap {
        display: none;
    }
}