/* Brute force mobile container gap fix */

.t-menu-base__mobile-menu .tmenu-mobile__container {
    padding: 16px 20px;
}


/* Remove gap between mobile nav and cover */
@media (max-width: 960px) {
    .t-header {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .t-body > div:first-child,
    .t-body > section:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
/* Nav menu gradient */
.uc-navmenu .t-menu__base,
.uc-navmenu .t-menu-base {
    background: linear-gradient(to right, #2a1911, #784c2e) !important;
}

@media screen and (max-width: 960px) {
    #rec2196078283 .tmenu-mobile {
        background: linear-gradient(to right, #2a1911, #784c2e) !important;
    }
}


/* Fix mobile menu overlap */
@media (max-width: 768px) {
  .t-header {
    position: relative;
    z-index: 9999;
  }
  
  /* Push page content down so menu doesn't cover it */
  .t-body {
    padding-top: 60px;
  } }

@media (max-width: 768px) {
  .t823__col_img_mobile {
    display: none !important;
  }
}