/*

Theme Name: Salient Child Theme

Description: This is a custom child theme for Salient

Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266

Author: ThemeNectar

Author URI:  https://themeforest.net/user/themenectar

Template: salient

Version: 1.0

*/
@media only screen and (max-width: 768px) {
    .tribe-events-single .tribe-events-single-event-title{
    	font-size: 24px !important;
    }
    .tribe-events-event-image img {
        display: block;
        width: 100% !important;
        height: 300px !important;
    }
    /*.tribe-events-calendar-month {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .tribe-events-calendar-month table {
        min-width: 700px !important;
        width: auto !important;
    }*/

    th.tribe-events-calendar-month__header-column {
        max-width: 40px !important;
    }
    .main-content table {
        width: 100% !important;      /* fit screen width */
        table-layout: fixed;         /* force equal columns */
        font-size: 12px;             /* reduce text size for mobile */
    }

    .main-content table th,
    .main-content table td {
        padding: 5px;               /* reduce padding */
        word-wrap: break-word;      /* wrap text inside cells */
    }
    body:not(.woocommerce-cart) .main-content td {
        padding: 0px !important; /*padding:10px;*/
    }
}

.tribe-events .tribe-events-calendar-month__header-column {
  width: var(--tec-spacer-14) !important; /* width: var(--tec-grid-width-1-of-7); */
}
.tribe-events .tribe-events-calendar-month__week {
    margin-left:0px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week{
    border-left:0px solid var(--tec-color-border-secondary-month-grid) !important;
}
body:not(.woocommerce-cart) .main-content th {
    border-width: 1px !important;
    margin-left: 0px !important;
}

