/*
 Theme Name: Divi Child
 Theme URI: https://weloveyarn.com
 Description: Child theme for Divi
 Author: Gagnon Consulting
 Template: Divi
 Version: 1.0
*/

/* Force full width on EventPrime event pages */
body.type-em_event #page-container #main-content #sidebar {
    display: none !important;
}

body.type-em_event #page-container #main-content #left-area {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

body.type-em_event #page-container #main-content {
    padding-right: 0 !important;
}

/* Equal height calendar rows */
table.wly-cal-table tbody tr {
    height: 80px;
}

table.wly-cal-table td {
    height: 80px;
    vertical-align: top;
}