/*
Theme Name: FILUM
Theme URI: https://www.musikschule-filderstadt.de
Description: Theme für Musikschule FILUM Filderstadt (Child Theme von OceanWP; oceanwp.org)
Author: Grizzly Engineering Randt & Saat GbR
Author URI: https://www.grizzly-engineering.com
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.single .entry-content {
    margin-bottom: 0px;
}

/* style buttons with icons for responsive mode */
@media only screen and (max-width: 1024px) {
    .elementor-button .elementor-button-content-wrapper > span {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .elementor-widget-button > .elementor-widget-container > .elementor-button-wrapper > .elementor-button > .elementor-button-content-wrapper > .elementor-button-icon {
        float: none;
        margin: 0;
        padding: 2px 3px;
    }

    .elementor-button-text {
        padding: 2px 3px
    }
}

/* style portfolio widget for responsive mode; show titles */
@media only screen and (max-width: 1024px) {
    a.elementor-post__thumbnail__link > div.elementor-portfolio-item__overlay {
        opacity: 1 !important;
        top: auto;
    }
}

/* indicate current page ancestor in main menu */
ul.elementor-nav-menu li.menu-item.current-page-ancestor a {
    color: #d0b968 !important;
}