/* booqi calendar */
#booqi_calendar table {
    margin: 0px;
}
#booqi_calendar table th, #booqi_calendar table td {
    border-color: #d2cfcf;
}
.booqi_calendar {
    background: #fff;
    border-radius: 7px;
    max-width: 1200px!important;
    border: 1px solid #d2cfcf!important;
    box-shadow: 0 5px 15px #f5f5f5;
    border-radius: 15px!important;
    margin-top: 0!important;
    padding: 30px 15px;

}
.booqi_calendar .fc-unthemed td.fc-today {
    background: #d3f1ff;
}
.booqi_calendar .fc-event {
    background: #0097dc;
    cursor: pointer;
        padding: 4px 2px; 
        text-decoration: none !important;
}

.booqi_calendar .fc-header .fc-header-left {
    text-align: left;
}

.booqi_calendar_popups {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    max-width: unset!important;
    max-height: unset!important;
    z-index: 100;
}
.booqi_calendar .fc-icon-left-single-arrow:after, .booqi_calendar .fc-icon-right-single-arrow:after {
    font-weight: 200;
    line-height: 11px;
}
.booqi_calendar_popups .booqi_calendar_popup {
    position: absolute;
    width: 310px !important;
    height: auto;
    font-weight: bold;
    font-family: 'Gothic_Bold';
    min-width: 310px !important;
    padding: 10px 15px;
    background: #fff;
    border-left: 10px solid #0097dc;
    border-radius: 5px;
    z-index: 101;
box-shadow: -7px 8px 0px #E6E6E6;
    -moz-box-shadow: -7px 8px 0px #E6E6E6;
    -webkit-box-shadow: -7px 8px 0px #E6E6E6;
    text-align: center;
}

.booqi_calendar_popups .booqi_calendar_popup:before {
/*    position: absolute;
    content:unset;
    width: 0; 
    height: 0; 
    top: 10px;
    left: -15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #0097dc;*/
}

.booqi_calendar_popups .booqi_calendar_popup strong {
    color: #0097dc;
    font-size: 18px;
}

.booqi_calendar_popups .booqi_calendar_popup ul {
    list-style: none;
    margin: 0;
}

.booqi_calendar_popups .booqi_calendar_popup ul li {
    padding: 0;
    margin: 10px 0;
    display: inline-block;
    width: 50%;
    line-height: 1;
    font-family: 'Gothic';
    font-weight: 200;
    color: #0097dc;
    font-size: 16px;
}

.booqi_calendar_popups .booqi_calendar_popup ul li span {
    display: block;
    font-size: 16px;
    font-family: 'Gothic_Bold';
    color: #0097dc;
    margin-bottom: 5px;
}

.booqi_calendar_popups .booqi_calendar_popup .booqi_calendar_popup_button {
    background: #0097dc;
    color: #fff;
    font-weight: bold;
    font-family: 'Gothic_Bold';
    font-size: 16px;
    padding: 5px 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 25px;
}
.booqi_calendar_popups .booqi_calendar_popup .booqi_calendar_popup_button:focus{
    border-color: transparent;
    outline: none;
}
.booqi_calendar_popups .booqi_calendar_popup .booqi_calendar_popup_closebutton {
    color: #d3d3d3;
    font-weight: bold;
    font-family: cursive;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: -2px;
}

@media only screen and (max-width: 1000px) {
    .booqi_calendar_popups .booqi_calendar_popup {
        top: unset;
        bottom: 2.5%;
        left: 50%;
        width: 95%;
        height: auto;
        transform: translate(-50%, 0);
    }
    .booqi_calendar_popups .booqi_calendar_popup:before {
        display: none;
    }
}

.fc-day-header {
    font-weight: bold;
    font-family: 'Gothic_Bold';
}

.fc-widget-header{
    font-weight: bold;
    font-family: 'Gothic_Bold';
}

.fc-agenda-axis{
    display:none;
}

.booqi_calendar .fc-header .fc-header-center .fc-header-title * {
    padding: 0;
    font-size: 24px;
}

.booqi_calendar .fc-header .fc-header-right {
    text-align: right;
}

.booqi_calendar .fc-button-group .fc-button, .booqi_calendar .fc-button {
    background: #a4ddf7;
    color: #0097dc;
    text-shadow: none;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0px 5px;
    border: 0px;
    box-shadow: unset;
    opacity: 1 !important;
    transition: 0.4s;
}
.booqi_calendar .fc-right .fc-button-group .fc-button {
    padding: 0px 10px;
}
.booqi_calendar .fc-right .fc-button-group .fc-button.fc-state-active{
    color: #fff;
    background-color: #0097dc;   
}
.booqi_calendar .fc-today-button.fc-state-disabled {
    color: #fff;
    background-color: #0097dc;
}
.booqi_calendar .fc-today-button.fc-state-disabled:hover {
    color: #fff;
    background-color: #0097dc;
}
.booqi_calendar .fc-button-group .fc-button:hover, .booqi_calendar .fc-button:hover {
    color: #fff;
    background: #0097dc;
}
.booqi_calendar .fc-icon{
    font-family: 'Source Sans Pro';
        vertical-align: unset;  
        top:0px;
}
.booqi_calendar .fc-day-header {
    font-size: 16px;
    font-family: : 'Gothic_Bold';
    color: #000;
}

.booqi_calendar .fc-day {
    padding: 5px;
}

.booqi_calendar .fc-border-separate {
    margin-top: 15px;
}

.booqi_calendar .fc-day-number {
    font-size: 16px;
}


.booqi_calendar .fc-event .fc-event-time {
    display: block;
}

.booqi_calendar *{
    font-weight: bold;
        font-family: 'Gothic_Bold';   
}
.booqi_calendar .fc-event-container .fc-content {
    display: flex;
    column-gap: 9px;
}
.booqi_calendar .fc-day-grid-event .fc-time {
    font-weight: 700;
    font-size: 12px;
}
@media screen and (min-width: 800px) {

    .booqi_calendar .fc-header,
    .booqi_calendar .fc-header * {
        border: none;
        margin: 0;
        font-weight: bold;
        font-family: 'Gothic_Bold';
    }
}

@media screen and (max-width: 800px) {

    .booqi_calendar .fc-event {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }  
    
    .booqi_calendar .fc-header,
    .booqi_calendar .fc-header * {
        border: none;
        margin: 0;
        font-weight: bold;
        font-family: 'Gothic_Bold';
        font-size: 15px;
    }

}
#booqi_calendar button:focus {
    outline: unset !important;
}
@media(max-width:500px){
    .fc-list-table .fc-list-item td {
        background-color: #0097dc !important;
        color: #fff;
        border-bottom: 1px solid #ffffff !important;
        border-top: 1px solid #ffffff !important;
        padding: 8px 3px !important;
    }
    .fc-list-table .fc-list-item .fc-event-dot{
            background-color: #0097dc;      
    }
    #booqi_calendar .fc-header-toolbar {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    #booqi_calendar .fc-header-toolbar .fc-left{
        order: 2;
    }
    #booqi_calendar .fc-header-toolbar .fc-right{
        order: 3;                       
    }
    #booqi_calendar .fc-header-toolbar .fc-right .fc-button-group{
        flex-direction: column;                    
    }
    #booqi_calendar .fc-header-toolbar .fc-right .fc-button-group button{
        width: 100% !important;
        margin-bottom: 3px !important;
    }
    #booqi_calendar .fc-header-toolbar .fc-center{
        order: 1;
    }
    #booqi_calendar .fc-header-toolbar .fc-center h2{
        width: 100%;
    }
    #booqi_calendar .fc-toolbar.fc-header-toolbar .fc-left {
        display: flex;
        flex-direction: column;
        row-gap: 2px;
    }
    #booqi_calendar .fc-toolbar.fc-header-toolbar .fc-left, #booqi_calendar .fc-toolbar.fc-header-toolbar .fc-left * {
        float: unset;
        margin: 0px;
    }
    #booqi_calendar .fc-toolbar.fc-header-toolbar .fc-button-group {
        display: flex;
        column-gap: 2px;
    }
    #booqi_calendar .fc-toolbar.fc-header-toolbar .fc-button-group button {
        width: 50%;
    }
    #booqi_calendar .fc-toolbar.fc-header-toolbar .fc-right, #booqi_calendar .fc-toolbar.fc-header-toolbar .fc-right * {
        float: unset;
        text-align: center;
        margin-bottom: 10px;
    }
    #booqi_calendar .fc-list-table .fc-widget-header .fc-list-heading-alt{
        float: unset;
    }
    #booqi_calendar .fc-list-table .fc-widget-header .fc-list-heading-main{
      margin-right: 20px;
      margin-left: -10px;  
    }
    #booqi_calendar .fc-list-table .fc-widget-header .fc-list-heading-main, #booqi_calendar .fc-list-table .fc-widget-header .fc-list-heading-alt {
        color: #000;
    }
    .fc-list-table .fc-list-item td a {
        text-decoration: unset !important;
    }
    .booqi_calendar_popups{
        top: unset;
        bottom: 65px;
    }
    .booqi_calendar_popups .booqi_calendar_popup ul{
            display: flex;
        flex-direction: column;
        align-items: center;
    }
    #booqi_calendar .fc-list-item-title.fc-widget-content a {
    /* white-space: normal; */
    word-break: break-word;
}
}
@media screen and (min-width: 400px) {
    .booqi_calendar .fc-event .fc-title {
        font-size: 12px;
        font-weight: bold;
        font-family: 'Gothic_Bold'; 
        white-space: normal;
        word-break: break-word;    
    } 

    .booqi_calendar .fc-event {
        font-size: 15px;
    }    
}

@media screen and (max-width: 400px) {
    .booqi_calendar .fc-event .fc-title {
        font-size: 8px;
    } 
    .booqi_calendar .fc-event {
        font-size: 8px;
    }  
}

/* booqi upcoming */
.booqi_upcoming_container {
    max-width: 100%!important;
    margin: 0 auto;
}

.booqi_upcoming_container .booqi_upcoming_collapse {
    text-align: center;
    border-radius: 7px;
    background-color: #e17700;
    color:#FFF;
    box-shadow: 10px 10px 6px 1px rgb(185 185 185);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.booqi_upcoming {
    width: 100%;
    max-width: 100%!important;
    margin: 0 auto;
    display: grid; 
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
}
.booqi_upcoming .booqi_event_image_container {
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.booqi_upcoming .booqi_event_image {
    display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.booqi_upcoming .booqi_event {
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
}

.booqi_upcoming .booqi_event_content {
    margin: 0 0 35px 0;
    padding: 15px 15px 5px 15px;
    list-style-type: none;
}

.booqi_upcoming .booqi_event_content .booqi_event_title {
    display: block;
    text-align: center;
    font-size: 18px;
}

.booqi_upcoming .booqi_event_content li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.booqi_upcoming .booqi_event_content li strong {
    display: block;
    font-size: 13px;
}

.booqi_upcoming .booqi_event_content li span {
    font-size: 15px;
}

.booqi_upcoming .booqi_event_button_container {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}

.booqi_upcoming .booqi_event_button {
    font-size: 17px;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #e17700;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 5px 0;
}

.booqi_upcoming .booqi_event_box {
    position: relative;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    flex: 1 1 24%;
    margin: 0.5%;
    box-sizing: border-box;
    box-shadow: 10px 10px 6px 1px rgb(185, 185, 185);
}

.booqi_upcoming * {
    box-sizing: border-box;
}

.booqi_calendar .fc-day-number{
    font-weight: normal;
    font-family: 'Gothic_Bold';
    color: #000;
}
.booqi_upcoming .bold{
    font-weight: bold;
    font-family: 'Gothic_Bold';
}

.booqi_upcoming .normal{
    font-weight: normal;
    font-family: 'Gothic';
}
.booqi_calendar_popup strong a {
    text-decoration: unset !important;
    color: #0097dc;
    width: 80%;
    white-space: unset !important;
    display: inline-flex !important;
    margin: 10px auto;
    line-height: 22px;
    align-items: center;
    justify-content: center;
}
#booqi_grid {
    display: grid; 
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1270px!important;
    padding: 15px;
}

@media only screen and (max-width: 1000px) {
    #booqi_grid {
        display: block;
    }
    .booqi_upcoming .booqi_event_box {
        margin-bottom: 25px;
    }
}

/* fonts */

@font-face {
    font-family: 'Gothic';
    src: url("../fonts/Gothic.ttf");
}

@font-face {
    font-family: 'Gothic_Bold';
    src: url("../fonts/Gothic_Bold.ttf");
}

@font-face {
    font-family: 'Gothic_Italic';
    src: url("../fonts/Gothic_Italic.ttf");
}

@font-face {
    font-family: 'Gothic_Bold_Italic';
    src: url("../fonts/Gothic_Bold_Italic.ttf");
}
#booqi_calendar .fc-month-view span.fc-title{
     white-space: normal;
}
#booqi_calendar .fc-list-item-title.fc-widget-content a {
    /* white-space: normal; */
    word-break: break-word;
}
.fc-center{
    text-transform: lowercase !important;
}