/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

div.club-calendar #eb-calendarwrap {
    position: relative;
}

div.club-calendar {
    /*font-family: "PT_Serif-Web", Arial, sans-serif;*/
    margin: 0 0 40px;
}

div.club-calendar h1 {
    margin: 0 0 30px !important;
    text-align: center;
    font-family: "Italianno", Arial, sans-serif;
    font-size: 35px; text-transform: uppercase;
    color: #4f4229;
}

div.club-calendar p {
    margin: 0;
}

div.club-calendar .eb-dropdown {
    position: absolute;
    z-index: 100;
    top: 2px;
}

div.club-calendar .eb-dropdown button.dropdown-toggle {
    background: white none;
    border-radius: 0;
    color: #595959;
    padding: 6px 12px;
}

div.club-calendar .eb-dropdown button.dropdown-toggle span:after {
    content: "\f0d7";
    font-family: 'FontAwesome', sans-serif;
    margin-left: 45px;
    color: #a38853;
}

div.club-calendar .eb-dropdown ul.dropdown-menu {
    left: 0;
    right: 0;
}

div.club-calendar .eb-dropdown ul.dropdown-menu li {
    float: none;
    width: 100%;
}

div.club-calendar .eb-dropdown ul.dropdown-menu li a {
    padding: 5px;
}

div.club-calendar .eb-dropdown ul.dropdown-menu li.active a {
    background: white none;
    color: #a38853;
}

div.club-calendar .eb-viewchange {
    position: absolute;
    right: 0;
}

div.club-calendar .eb-viewchange .link {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 4px;
    color: #595959;
    text-transform: uppercase;
    background-color: rgb(223, 223, 223);
}

div.club-calendar .eb-viewchange .link.active {
    color: white;
    background-color: rgb(201, 166, 98);
}

div.club-calendar .eb-calendar ul.eb-month-browser {
    background: transparent;
    text-align: center;
    margin: 0 0 15px;
}

div.club-calendar .eb-calendar ul.eb-month-browser li {
    display: inline-block;
    float: none;
}

div.club-calendar .eb-calendar ul.eb-month-browser li.eb-calendar-nav {
    width: 10%;
}

div.club-calendar .eb-calendar ul.eb-month-browser li.eb-calendar-nav a i.fa {
    color: #c4a363;
}

div.club-calendar .eb-calendar ul.eb-month-browser li#eb-current-month {
    width: 25%;
    text-transform: capitalize;
    font-size: 20px;
    color: #a38853;
}

div.club-calendar .eb-calendar ul.eb-weekdays {
    background: transparent;
    height: auto;
    margin: 0 0 20px;
}

div.club-calendar .eb-calendar ul.eb-weekdays li.eb-day-of-week {
    background: transparent;
    border: none;
    color: #595959;
    font-weight: normal;
    font-size: 14px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

div.club-calendar .eb-calendar ul.eb-days li.eb-calendarDay {
    background: white;
    border-color: rgb(233, 233, 233);
    padding: 0 !important;
}

div.club-calendar .eb-calendar ul.eb-days li.eb-calendarDay:nth-child(7n+0) {
    border-right: 1px solid rgb(233, 233, 233);
}

div.club-calendar .eb-calendar ul.eb-days li.eb-calendarDay:nth-last-child(-n+7) {
    border-bottom: 1px solid rgb(233, 233, 233);
}

div.club-calendar .eb-calendar ul.eb-days li.eb-calendarDay .day_cell:first-child {
    padding-left: 15px;
}

div.club-calendar .eb-calendar ul.eb-days li.eb-calendarDay .day_cell p.eb_event_link {
    border-right: none;
    margin-bottom: 0;
}

div.club-calendar #eb-calendar-legend ul {
    margin-top: 40px;
    padding-left: 0;
}

div.club-calendar #eb-calendar-legend ul li span.eb-category-legend-color {
    margin: 0 10px 0 0;
    width: 15px;
    height: 15px;
    float: none;
    display: inline-block;
}

div.club-calendar #eb-calendar-legend ul li p {
    display: inline-block;
    margin: 0;
    vertical-align: 10%;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - TABLET AND LAPTOP ONLY - START */

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    div.club-calendar .eb-dropdown button.dropdown-toggle span:after {
        margin-left: 50px;
    }

}

/* DESKTOP FIRST - TABLET AND LAPTOP ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

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

    div.club-calendar {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 35px;
    }

    div.club-calendar h1 {
        margin: 20px 0 !important;
        text-align: center;
        font-family: "Italianno", Arial, sans-serif;
        font-size: 30px;
        color: #4f4229;
    }

    div.club-calendar .eb-dropdown {
        position: relative;
        margin: 0 auto 25px;
        max-width: 320px;
    }

    div.club-calendar .eb-dropdown button.dropdown-toggle {
        width: 100%;
        text-align: left;
    }

    div.club-calendar .eb-dropdown button.dropdown-toggle span:after {
        float: right;
    }

    div.club-calendar .eb-dropdown ul.dropdown-menu {
        left: 0;
        right: 0;
    }

    div.club-calendar .eb-events-timeline {
        margin: 0 0 20px;
    }

    div.club-calendar .event-container {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    div.club-calendar .event-container:not(:last-child) {
        margin-bottom: 20px;
    }

    div.club-calendar .event-container .event-date-container {
        margin: 0 0 20px;
    }

    div.club-calendar .event-container .event-date-container p.date {
        font-style: italic;
        font-size: 15px;
        position: relative;
        overflow: hidden;
    }

    div.club-calendar .event-container .event-date-container p.date span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        position: relative;
        padding: 0 10px 0 0;
    }

    div.club-calendar .event-container .event-date-container p.date span:after {
        border-top: 1px solid rgb(209, 200, 182);
        content: '';
        display: block;
        width: 1000px;
        position: absolute;
        top: .7em;
        left: 100%;
    }

    div.club-calendar .event-container .image-container {
        margin: 0 0 15px;
    }

    div.club-calendar .event-container .eb-description-details .event-description h2 {
        font-size: 17px;
        color: black;
        font-family: "PT_Serif-Web", Arial, sans-serif;
        margin: 0 0 10px;
    }

    div.club-calendar .event-container .eb-description-details .event-description .event-information {
        margin: 0 0 10px;
    }

    div.club-calendar .event-container .eb-description-details .event-description .event-information p {
        display: inline-block;
        padding-right: 15px;
    }

    div.club-calendar .event-container .eb-description-details .event-description .event-information p.time:before {
        content: "\f017";
        font-family: 'FontAwesome', sans-serif;
        padding-right: 5px;
    }

    div.club-calendar .event-container .eb-description-details .event-description .event-information p.location:before {
        content: "\f041";
        font-family: 'FontAwesome', sans-serif;
        padding-right: 5px;
    }

    div.club-calendar .event-container .eb-description-details .event-description .event-short-description {
        margin: 0 0 15px;
    }

    div.club-calendar .event-container .eb-description-details .event-description .event-booking a {
        display: inline-block;
        color: white;
        background-color: rgb(201, 166, 98);
        text-transform: uppercase;
        padding: 6px 12px;
    }

    div.club-calendar .pagination-container ul.pagination li:not(.disabled) a {
        color: rgb(201, 166, 98);
    }

    div.club-calendar .pagination-container ul.pagination li.active a {
        color: white;
        background-color: rgb(201, 166, 98);
        border-color: transparent;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */