/*
    Theme Name: common-sense-society
    Author: Your Name
    Description: Theme description
    Version: 1.0.0
    License: GPL v2
    License URI: https://www.gnu.org/licenses/licenses.html
    Text Domain: common-sense-society
    */
    .screen-reader-text {
      display: none;
    }

    .postid-2452 .w-col-7 {
        width: 100%;
    }

    .postid-2452 .event-gallery .tab {
        @media only screen and (min-width: 992px) {
            padding-left: 100px;
        }
    }

    .postid-2452 .event-gallery .tabs-menu .tab {
        @media only screen and (min-width: 992px) {
            align-items: flex-start;
            flex-wrap: wrap;
        }
    }

    .postid-2452 .event-gallery .tabs-menu .tab event-person-image {
        @media only screen and (min-width: 992px) {
            margin-right: 0;
        }
    }

    .postid-2452 .event-gallery .tabs-menu .tab .event-person-meta {
        @media only screen and (min-width: 992px) {
            width: calc(100% - 125px);
            padding-left: 20px;
        }
    }

    .postid-2452 main > div._900-container > div.single-page-columns.w-row > div.pr-0.w-col.w-col-5 {
        display: none;
    }


