body {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 13pt;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    margin-top: 0 !important;
    padding-top: 0px !important;
    overflow-x: hidden;
}

.cart-img {
    width: 100px;
    height: auto;
}

a.medium {
    font-size: 14pt !important;
}

.fixed-margin-top {
    padding-top: 200px !important;
}

.fixedNavBar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.8);
}

.keep-oswald {
    font-family: 'Oswald', sans-serif !important;
}

.fc-title {
    font-size: .8em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald', sans-serif;
}

.nav-link {
    font-family: 'Oswald', sans-serif;
}

.comedy-bar-logo-header {
    width: 300px !important;
}

.list-bg {
    background-color: rgba(10,10,10,0.6) !important;
    background-size: cover;
}

.opacity-header {
    color: rgba(255, 255, 255,0.6) !important;
}

.page-header {
    font-size: 40pt !important;
    line-height: 1 !important;
}

ul.list-inline li.list-inline-item .active {
    color: #cc0000 !important;
}

button.view-selector {
    color: rgb(222,222,222) !important;
}

.snack-card {
    background-color: rgba(255, 255, 255,0.8) !important;
}

.view-selector:hover {
    text-shadow: none;
    color: #cc0000 !important;
    text-decoration: none;
}

.text-light {
    color: rgb(210, 210, 210) !important;
}

.gray-bg {
    background-color: rgba(60,60,60,0.6) !important;
}

.white-bg {
    background-color: rgb(255, 255, 255) !important;
}

.hr-light {
    color: white;
    border: 1px white solid;
}

.red-font {
    color: #cc0000;
}

a.red-font:hover {
    text-shadow: 0px 0px 0px black;
    color: #cc0000 !important;
    text-decoration: none;
}

a.buy-ticket:hover {
    text-shadow: none;
    color: #cc0000 !important;
    background-color: white;
    text-decoration: none;
}

.navbar {
    z-index: 1;
    position: relative;
}

.extra-light {
    font-weight: 200 !important;
}

.light {
    font-weight: 300 !important;
}

.bold {
    font-weight: 700 !important;
}

.medium {
    font-weight: 500 !important;
}

.header-background {
    background-image: url("../images/bg1.png"),url("../images/bg2.png"),url("../images/bg3.png");
    background-position: left,right bottom,right;
    background-repeat: no-repeat, no-repeat,no-repeat;
    background-size: auto 100%,auto 525px,auto 100%;
    width: 100%;
    height: 750px;
}

.scrollable-cal {
    overflow-x: scroll !important;
}

.line-height-one {
    line-height: 1 !important;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0) !important;
}

a.h1, a.h2 {
    color: rgb(162,162,162) !important;
}

a.h1:hover, a.h2:hover {
    text-shadow: 2px 2px 5px red;
    color: rgb(255,210,210) !important;
}

.nav-link {
    color: rgb(162,162,162) !important;
    font-size: 11pt;
}

.nav-link:hover {
    text-shadow: 2px 2px 5px red;
    color: rgb(255,210,210) !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;..") !important;
}

.navbar-toggler {
    color: rgb(162,162,162) !important;
    font-size: 20pt
}

a {
    color: rgb(222,222,222);
    font-size: 13pt;
}

a.nav-link:hover {
    text-shadow: 2px 2px 5px red;
    color: rgb(255,210,210) !important;
    text-decoration: none;
}

.nav-active {
    text-shadow: 2px 2px 5px red;
    color: rgb(255,210,210) !important;
}

.btn-rounded {
    border: 1px solid black !important;
    border-radius: 25px;
    border-width: 1px;
    border-color: rgb(255, 0, 0);
    background-color: rgb(222,222,222);
    color: rgb(0,0,0);
    font-size: 15pt;
}

.btn-rounded:hover {
    color: rgb(255,255,255) !important;
    background-color: rgba(222,222,222,0);
    text-shadow: none;
    border: 1px solid white !important;
}

.footer-text {
    color: rgb(162,162,162) !important;
    font-size: 13pt;
}

.test-placeholder {
    width: 90%;
    height: 300px;
    background: rgb(162,162,162);
}

.gradient-bg {
    background-image: linear-gradient(#000,#240103,#240103,#000);
}

div.show-thumbnail-header {
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
}

a.show-thumbnail div.show-thumbnail-header:hover {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) !important;
    color: white !important;
}

a.show-thumbnail div.show-thumbnail-footer:hover {
    background-color: #cc0000 !important;
    color: white !important;
}

a.show-thumbnail:hover {
    text-shadow: none;
}

.dark-transparent-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.table thead th {
    border-bottom: none;
}

.dropdown-menu {
    background-color: #cc0000 !important;
    color: white !important;
    border-radius: 0rem !important;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    color: #cc0000 !important;
}

.dropdown-item:active {
    color: #cc0000 !important;
    background-color: white !important;
}

.dropdown-divider {
    margin: 0px !important;
}
/*height: 400px;*/
/* ---------Show Thumbnail hover----------- */
.show-featured-event-container {
    width: auto;
    max-width: 100% !important;
    max-height: 500px;
    position: relative;
}

.show-thumbnail-container {
    height: 360px !important;
    position: relative;
}

.thumbnail-image {
    opacity: 1;
    display: block;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: auto;
}

.thumbnail-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.show-thumbnail-container:hover .thumbnail-image,
.show-featured-event-container:hover .thumbnail-image {
    opacity: 0.3;
}

.show-thumbnail-container:hover .thumbnail-middle,
.show-featured-event-container:hover .thumbnail-middle {
    opacity: 1;
}

/* Adding FontAwesome arrows in slider*/

.slick-prev::before {
    content: "\f137" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 21pt;
    opacity: 0.5;
}

.slick-next, .slick-prev {
    right: -40px !important;
}

.slick-next::before {
    content: "\f138" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 21pt;
    opacity: 0.5;
}

.slick-arrow-button {
    font-size: 20px !important;
    color: rgba(255, 255, 255,0.9);
}

.slick-arrow-button:hover {
    color: rgba(255, 255, 255,1);
    text-decoration: none !important;
}
/* ---------------------------------------*/
/*CALENDAR CSS UPDATES*/
#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc-view-container {
    width: auto;
    /*min-height: 800px;*/
}

.fc-view-container .fc-view {
    overflow-x: scroll;
    /*height: 100%;*/
}

.fc-view-container .fc-view > table {
    width: 1075px;
    /*height: 100%;*/
}


.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: rgb(255, 255, 255);
}

.fc-day-grid-event {
    padding: 10px !important;
}

.fc-event, .fc-event-dot {
    /*background-color: #cc0000 !important;*/
    color: white !important;
    border: 1px solid white !important;
}

.fc-event:hover {
    background-color: #fff !important;
    color: #cc0000 !important;
    text-shadow: none !important;
    border: 1px solid #cc0000 !important;
}

.fc-more:hover, .fc-day-number:hover {
    text-shadow: none !important;
    color: #cc0000 !important;
}

#calendar-view {
    color: black;
}

.fc-day {
    color: black;
}

.fc-unthemed .fc-popover .fc-header {
    background-color: black;
}
/*.fc-day:hover{
    background-color: rgb(240,240,240)!important;
    border-radius: 5px;
  }*/
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    padding: 10px;
    float: left;
}

.fc-day-number {
    padding: 10px;
}

.fc-day-grid-event {
    padding: inherit !important;
}

.fc-event {
    border: none;
    font-size: 18px !important;
}

.fc td, .fc th {
    border-width: 2px;
    padding: 0px;
}

.fc-widget-header a:hover {
    text-shadow: none;
    font-weight: 700 !important;
}

.calendar-btn {
    font-size: 16px !important;
}

.fc-content {
    padding: 4px !important;
}
/*Search button CSS*/
.btn-search {
    background-color: rgba(255,255,255,.6) !important;
    border: none;
    font-size: 20pt;
}

div.show-card-header {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: top !important;
    min-height: 225px;
    max-height: 300px;
}

.page-searchbar {
    border: none;
    background-color: rgba(255,255,255,.6) !important;
    font-size: 15pt;
}

.table-text {
    font-size: 16pt !important;
}

.date-text {
    font-size: 1.25rem !important;
}

.img-responsive {
    height: 200px !important;
}

.dropdown-item i.fa, .dropdown-item i.fas, .dropdown-item i.fab {
    margin-right: 8px;
}

.slick-arrow {
    z-index: 900 !important;
}

.font-14 {
    font-size: 14px !important;
}

.break-word {
    word-wrap: break-word !important;
}

.g-recaptcha {
    transform: scale(0.95) !important;
    -webkit-transform: scale(0.95) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
}

@media only screen and (max-width: 1500px) {
    .img-responsive {
        height: 100px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .comedy-bar-logo-header img {
        width: 220px !important;
    }

    .img-responsive {
        height: 75px !important;
    }
}

@media only screen and (max-width:360px) {
    .g-recaptcha {
        transform: scale(0.55) !important;
        -webkit-transform: scale(0.55) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

@media only screen and (max-width:600px) {
    .slick-prev {
        left: 0px !important;
        font-size: 30px !important;
    }

    .slick-next {
        right: 0px !important;
    }

    .g-recaptcha {
        transform: scale(0.6) !important;
        -webkit-transform: scale(0.6) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    .date-text {
        font-size: 12pt !important;
    }

    .slick-prev {
        right: -15px !important;
    }

    .table-text {
        font-size: 12pt !important;
    }

    body {
        font-size: 12pt;
    }

    .fixed-margin-top {
        padding-top: 200px !important;
    }

    .comedy-bar-logo-header {
        width: 70% !important;
    }

    .hide-on-medium {
        display: none !important;
    }


    .page-header {
        font-size: 35pt !important;
    }

    .show-featured-event-container {
        width: auto;
        max-width: 100% !important;
        height: auto;
        position: relative;
    }

    .navbar {
        z-index: 1;
        position: relative;
        width: 100%
    }

    .navbar {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
}


.grecaptcha-badge {
    visibility: hidden;
}

strong {
    font-weight: bold !important;
}