/* MAIN */

#et-main-area {
    background: #fff;
}

.coming-soon-events .container {
	width: 60%;
    padding: 0px 20px 0 20px;
}

.coming-soon-events {
	background: #efefef;
	margin: 0 auto 0px;
    padding: 40px 15px 0;
}

.coming-soon-events .et_pb_social_media_follow li a.icon {
    border-radius: 3px;
    background: #00b1e7;
	margin-top: 20px;
}

.coming-soon-events p, .coming-soon-events h1  {
text-align: center;
}

.coming-soon-events h1 { font-size: 48px; line-height: 1.1em; }
.coming-soon-events p { font-size: 18px; line-height: 1.6em; color: black; }

.hero {
    position: relative;
    background-image: url(/wp-content/uploads/2023/06/Group_Smiling_FallFlavoursFestival.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 245px 0 85px;
}

.hero:before {
    content:'';
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgb(17,17,17);
    background: linear-gradient(180deg,rgba(0,0,0,0.44) 0%,rgba(0,0,0,0.44) 100%);
}
.hero h1 {
    text-align: left;
    font-size: 70px;
    font-weight: 400;
    color: white;
    line-height: 0.8em;
    padding-bottom:0;
}

.hero h1 span {
    font-family: Tinylove;
    color: #00b1e7;
}

.event-count {margin-top: 50px;font-family: "Axiforma", sans-serif !important;color: #023047;font-size: 38px;font-style: normal;font-weight: 700;line-height: 120%; /* 57.6px */letter-spacing: -0.96px;padding: 0;}

.event-count span {
    color: #999;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1px;
}

.intro {
    padding:50px;
    margin:0 auto;
}

.intro h2 {
    color: #5ac1bc;
    font-weight: 700;
    text-transform: capitalize;
    font-family: GothamBold;
    font-size: 32px;
    padding-bottom: 30px;
}

.intro p {
    color: #555;
    font-size: 17px;
    line-height: 32px;
}

#events-content, #members-content {
    background:#efefef;
    min-height: 1000px;
}

.events, .members {
    padding-top:18px;
}
.waves {
    background:#efefef;
}

/* FILTER BAR */
.filter-bar {
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
}

.filter-bar .container {
    display:flex;
    gap:30px;
}

.search-section{
    margin-bottom: 0;
    display: flex;
    position: relative;
    border-radius: 4px;
    background: white;
    flex: 1;
}

.search-section input {
    width: 100%;
    border-radius: 4px;
    padding: 12px 19px 12px 50px;
    color: #45474a;
    border: 0;
    font-size: 17px;
    border: 1px solid silver;
}

.search-section i {
    position: absolute;
    left: 20px;
    top: 17px;
    border: 0;
    background: none;
    transition: 0.4s all;
    font-size: 17px;
    color: silver;
}

.filter-display {
    display: flex;
    gap: 15px;
}

.view-icons{
    color: black;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background: white;
    width: auto;
    font-weight: 500;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    gap: 10px;
}

.view-icons:hover {
    color: #013147;
    border: 1px solid #013147;
}

.view-icons i {
    font-size: 17px;
    margin-top: 3px;
    margin-bottom: 2px;
}

.active{
    background: #013147;
    color: white !important;
    border-color: #013147;;
}

.reset-btn{
    color: black;
    text-transform: uppercase;
    font-size: 13px;
    width: max-content;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 700;
    transition:0.4s all;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

.reset-btn:hover {
    filter:brightness(110%);
}

.date-select-wrap {
    margin-top:5px;
}

.all-days-filter {
    text-align: center;
    font-size: 11px;
    color: #343A40;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    display: flex;
    width: fit-content;
    justify-self: flex-end;
}

.date-weekdays {
    display:grid;
    grid-template-columns: repeat(7,1fr);
    gap:10px;
    display:none;
}

.date-weekdays span {
    text-align: center;
    font-size: 12px;
    color: #343A40;
    font-weight: 600;
    text-transform: uppercase;    
}

.date-days {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 4px;
}

.date-days a {
    text-align: center;
    font-size: 11px;
    color: #343A40;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
    padding: 0 0 2px 0;  
    transition:0.3s all;
}

.date-days a span {
    display: block;
    font-size: 19px;
    margin-top: -7px
}

.date-days a:hover, .all-days-filter:hover {
    border-color: #02b1e7;
    color: #02b1e7;
}

.active-date-day {
    background: #00b1e7;
    color: white !important;
    border-color:#00b1e7 !important;
}

.filter-content hr {
    border: 0;
    height: 1px;
    background: silver;
    margin: 20px 0;
}

/* Listings */

.main-content{
    display: flex !important; 
    flex-direction:row;
    min-height: 1000px;
    margin: 0 auto 80px;
    gap:30px;
}

.main-content .container {
    display: flex !important;
    flex-direction: row;
    min-height: 1000px;
    gap:30px;
}

.filter-section {
    width: 25%;
    z-index: 9;
    margin-top: 13px;
}

.filters-top {
    display:none;
}

.member-section{
    padding: 0;
    width: 72%;
}

.listings-wrap {
    margin-top:12px;
}

.filter-header{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    cursor: pointer;
}
.filter-header i {
    font-size: 13px;
    color: #000;
}

.filter-tags{
    width: 77%; 
}

.tag {
    background: #013148;
    padding: 4px 12px 4px;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    width: max-content;
    margin-right: 5px;
    cursor: default;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 7px;
}
.tag.date {
    background: #00b1e7;
}

.remove-tag{
    margin-left:7px;
    cursor: pointer;
    opacity:0.75;
    transition:0.4s all;
}

.remove-tag:hover {
    opacity:1;
}

#daterange{
    background: #00b1e7;
    cursor: pointer;
    padding: 7px 10px;
    width: 100%;
    color: #FAFBFB;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition:0.4s all;
}
#daterange:hover {
    filter:brightness(110%);
}
.calendar{
    position: absolute;
    top: 13px;
    right: 17px;
}

.toggle {
    font-weight: 700;
    font-size: 22px;
    color: #01374d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 1rem;
}
.toggle i {
    font-size: 18px;
}

/* styles for the list view */

#listings, .events-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.list-view{
    display: flex;
    width: 100%;
    border-radius: 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    position: relative;
    transition: 0.3s all;
    border: 1px solid silver;
}

.list-view .featured-img{
    width: 38%;
    position: relative;
    overflow:hidden;
    align-self: stretch;
}

.list-view .featured-img img{
    border-radius: 7px 0px 0px 7px;
    display: block;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: 0.4s all;
}
.list-view .featured-img img:hover {
    transform: scale(1.02);
}

.date-wrap {
    background: #ffffff;
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 3px;
    border-radius: 6px;
    text-align: center;
    width: 43px;
    height: 43px;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 1;
    color: #212121;
    font-weight: bold;
}

.date-wrap span {
    display: block;
    font-size: 20px;
}

.list-view .info-wrap{
    display:flex;
    flex: 1;
    position: relative;
    padding: 15px 25px;
    flex-direction: column;
}

.info-wrap h3 {
    font-family: "Axiforma", sans-serif !important;
    font-weight: 700;
    color: #01374d;
    font-size: 20px;
    padding: 10px 0 15px;
}

.info-wrap p {
    font-family: "Axiforma", sans-serif !important;
    font-size: 13px;
    color: black;
    line-height: 150%;
}

.meta-info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.meta-info p {
    display: flex;
    gap: 10px;
    font-size: 13px;
    flex: 0 0 50%;
}
.info-wrap label {
    text-transform: uppercase;
    font-weight: 700;
    color: #01374d;
    font-family: "Axiforma", sans-serif;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.date-n-time  {
    display:flex;
    align-items: center;
    gap: 9px;
    font-family: "Axiforma", sans-serif !important;
    color: black;
    font-size: 13px;
}

.bottom-half {
    position: absolute;
    bottom: 0px;
    left: 25px;
    right: 25px;
}

.list-view .info-buttons{
    display: flex;
    gap:15px;
    margin-top: 16px;
}

.view-btn{
    background: #00b1e7;
    padding: 7px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    transition: 0.4s all;
    display: block;
    text-align:center;
}

.view-btn i {
    margin-right:6px;
}

.grid-view .view-btn {
    width: 100%;
    display: block;
    text-align: center;
}

.view-btn:hover {
    filter:brightness(110%);
}

.learn-btn{
    background: white;
    border: 1px solid #01374d;
    color: #01374d;
}
.learn-btn:hover {
    background: #01374d;
    color: white;
}

/* GALLERY */
.slick-slide {
  overflow: hidden;
  border-radius: 7px 0 0 7px;
}
.slick-arrow {
    position: absolute;
    bottom: 10px;
    border-radius: 50%;
    background: #023047;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 13px;
    border: 0;
    z-index: 2;
    cursor: pointer;
}
.slick-arrow.slick-prev {
    left: 10px;
}
.slick-arrow.slick-next {
    right: 10px;
}

/* FILTERS */
.cat-filter-section label {
    min-width: 100%;
    padding: 0;
    cursor:pointer;
    display: flex;
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    color: black;
    gap: 7px;
}

.cat-filter-section label:hover input {
    border-color: #023047;
}
.cat-filter-section label input:checked {
    border-color: #023047;
    background: #023047;
}
.cat-filter-section label input {
    cursor: pointer;
    -webkit-appearance: none;
    border: 1px solid silver;
    border-radius: 2px;
    height: 18px;
    width: 18px;
}
.cat-filter-section label input:checked:after {
    content: '\2713';
    position: absolute;
    top: 3px;
    left: 8px;
    color: white;
}

label.active-tag-label i {
    display:block;
}

.tag-section label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.load-more {
    background: #00b1e7;
    display: block;
    text-align: center;
    padding: 15px 10px;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    transition:0.4s all;
}

.load-more:hover {
    filter:brightness(110%);
}

.event-page {
    padding: 2px 10px;
    display: inline-block;
    margin: 0px 6px 0 0;
    color: #777;
}
.event-page:hover {
    background: #e4e4e4;
}
.active_page {
    background: #00b1e7 !important;
    color: white;
}
.elip {margin-right:6px;}

.infoThumb {
    height: 120px;
    background: #ffffff;
    float: left;
    margin-right: 13px;
    border-radius: 7px;
    width: 100px;
    object-fit: cover;
}

.infoTitle {
    padding-bottom: 5px;
}

.infoTitle a {
    font-family: 'Axiforma', sans-serif !important;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    display: block;
}

.infoBody {
    line-height: 15px;
}

.infoBody p {
    font-family: 'Axiforma', sans-serif !important;
    color: black;
    font-size: 10px;
}


/* MOBILE */
.filters-trigger {
    display:none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right:0;
    background: #00b1e7;
    color: white;
    z-index: 999;
    padding: 20px 40px;
    cursor:pointer;
    text-align:center;
}
.filters-trigger:hover {
    opacity:0.8;
}
.filters-trigger i {
    font-size: 14px;
    margin-right: 7px;
}
.close-filters {
    display:none;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.close-filters span {
    display: block;
    background: rgba(0, 0, 0, 0.75);
    width: 20px;
    height: 2px;
    border-radius: 3px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: 0.3s ease;
}
.close-filters span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.close-filters span:nth-child(2) {
    opacity:0;
    margin: 4px 0;
}
.close-filters span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

/* CALENDAR VIEW */
.header-calendar {
    width: 100%;
    position: relative;
    left: 17px;
    margin-top: 0px;
    top: 0px;
}
.header-calendar .calendar {
    background: #fff;
    width: 100%;
    padding: 15px;
    z-index: 1;
    color: #222;
    margin-top: 0px;
    border: 0;
    border-radius: 10px;
}
.header-calendar .calendar .date-header {
    display: flex;
    justify-content: space-around;
    font-size: 0.7em;
    position: relative;
}
.header-calendar .calendar .date-header h1 {
    line-height: 1.4em;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 0.25em;
    color: #013147;
}
.header-calendar .calendar .date-header a {
    position:absolute;
    margin-top:3px;
    color:#333;
}
.header-calendar .calendar .date-header a:before {
    display: none !important;
}
.header-calendar .calendar .date-header a:hover {
    color:#06549e;
}
.header-calendar .calendar-prev {
    left:13px;
}
.header-calendar .calendar-next {
    right:14px;
}
.header-calendar .calendar .header a:hover {
    color:#003e84;
}
.header-calendar .calendar .header i {
  cursor: pointer;
    margin-top: 3px;
    font-size: 15px;
    color: #3d3d3e;
}
.header-calendar .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0px 0px;
    gap: 10px;
}
.header-calendar .days .day_item {
    text-align: right;
    padding-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #818080;
    border-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
    margin-right: 10px;
}

.header-calendar .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    gap: 3px;
    padding: 0;
}

.header-calendar .dates .date_item {
    text-align: right;
    height: 178px;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 11px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    color: #6c6c6c;
    border: 1px solid #e8e4e4;
    line-height: 17px;
}

.header-calendar .presentDay {
    background: #eef7f9 !important;
}
.header-calendar .startDate, .header-calendar .endDate, .header-calendar .dates .date_item:hover {
    cursor: default;
}
.event-tick {
    font-size: 9px;
    height: auto;
    width: auto;
    background: #00b1e7 !important;
    display: block;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    line-height: 12px;
    padding: 3px 2px;
    margin-bottom: 1px;
    transition: 0.4s all;
    border-radius: 2px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: -0.5px;
}

.event-tick:hover {
    filter:brightness(110%);
}

@media (max-width:980px) {
    .hero {
        padding: 180px 0 65px;
    }
    .hero h1 {
        font-size:40px;
    }
    .main-content {
        width:90%;
        min-height:0;
    }
    .filter-bar .container {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }
    .search-section {
        width: 100%;
    }
    .search-section input {
        width: 100%;
        padding: 13px 19px 12px 34px;
        font-size: 13px;
    }
    .search-section i {
        left: 13px;
        top: 16px;
        font-size: 13px;
    }
    .filter-display {
        width: auto;
        text-align: right;
        align-items: center;
        gap:5px;
    }
    .view-icons {
        padding: 0px 12px 3px;
        width: 52px;
        display: flex;
        flex-direction: column;
        line-height: 9px;
        letter-spacing: -1px;
        font-size: 9px;
        gap: 13px;
    }
    .view-icons i {
        font-size: 13px;
        margin-top: 6px;
        display: block;
        margin-bottom: -11px;
    }
    .main-content .container {
       width:100%;
       min-height:680px;
    }
    .filter-bar {
        margin-bottom:0;
    }
    .filters-top {
        display:none;
    }
    .filter-section {
        display:none;
        position: fixed;
        top: 0;
        max-width:420px !important;
        width:95%;
        left: 0;
        padding:20px;
        z-index: 99999;
        background: #f3f5f7;
        overflow-x:hidden;
        overflow-y: scroll;
        height: 100%;
        margin-top:0;
    }
    .filters-trigger {
        display:block;
    }
    .close-filters {
        display: block;
    }
    .member-section {
        width:100%;
        padding:0;
    }
    .listings-wrap {
        margin-top: 22px;
    }
    .list-view {
        min-height:450px;
        display:block;
    }
    .list-view .featured-img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .list-view .featured-img img {
        border-radius: 8px 8px 0px 0px;
        height: auto;
        max-height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .list-view .info-wrap {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 0px;
    }
    .restaurant-info {
        width: 100%;
        padding: 15px;
    }
    .bottom-half {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 15px;
    }
    .view-btn, .learn-btn {
        width: 100%;
        display: block;
        text-align: center;
        margin:0;
    }
    #grid {
        display:none;
    }
    .meta-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
    }
    .meta-info p {
        padding: 0;
        flex-direction: column;
        gap: 0;
    }

    .date-wrap {
        background: #02b1e7;
        right: 0px;
        bottom: 0px;
        padding: 11px;
        border-radius: 6px 0px 0px 0px;
        width: 58px;
        height: 58px;
        line-height: 18px;
    }
   
	.coming-soon-events .container {
		width: 100%; }
}

@media (max-width:767px) {
    .header-calendar .calendar {
        padding: 15px 0 0;
        border-radius: 7px;
    }
    .header-calendar .calendar .date-header h1 {
        font-size: 23px;
    }
    .header-calendar .days {
        padding: 0;
        gap: 0px;
    }
    .header-calendar .days .day_item {
        text-align: center;
        font-size: 10px;
        margin: 0;
    }
    .header-calendar .dates {
        width: 100%;
        gap: 1px;
        padding: 0;
        background: #efefef;
        border-top: 1px solid #efefef;
    }
    .header-calendar .dates .date_item {
        padding: 0px 1px;
        font-size: 10px;
        border-radius: 0px;
        overflow: hidden;
        overflow-y: scroll;
        height: 122px;
        border: 0;
        text-align: center;
    }
    .event-tick {
        font-size: 8px;
        line-height: 10px;
        padding: 3px 1px;
        margin-top: 1px;
        border-radius: 1px;
        letter-spacing: -0.75px;
    }
}


@media (max-width:480px) {
   
}