/**
Theme Name: Grounds For Sound
Author: Cyclone Web Design
Author URI: https://www.cyclonewebdesign.com/
Description: Custom branded theme for Grounds For Sound
Version: 4.x
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grounds-for-sound
Template: astra
*/

/*for Mobile Friendly View*/
:where(body, iframe, pre, img, svg, video, canvas, select) {
        max-width: 100%;
        overflow: auto;
        word-break: break-word;
}

/*hide category author from post pages*/
.entry-meta, .entry-meta * {
    display: none;
}
/*mobile menu toggle*/
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 30px;
    height: 30px;
    fill: #362520 !important;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    border-bottom: 1px solid var(--ast-border-color);
    margin: 0;
    padding: 0.34em 0.67em;
}