.wps-wrap,
.wps-wrap div {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.entry-content .wps-wrap h1,
.entry-content .wps-wrap h2,
.entry-content .wps-wrap h3,
.entry-content .wps-wrap h4,
.entry-content .wps-wrap h5,
.entry-content .wps-wrap h6,
.wps-wrap h1,
.wps-wrap h2,
.wps-wrap h3,
.wps-wrap h4,
.wps-wrap h5,
.wps-wrap h6 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: inherit;
    font-weight: 300;
    font-style: inherit;
    letter-spacing: normal;
    clear: none;
}

.wps-wrap h1 {
    font-size: 50px;
    line-height: 1.16;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.wps-wrap h2 {
    font-size: 36px;
    line-height: 1.14;
    margin-bottom: 10px;
}

.wps-wrap h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.wps-wrap h5 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 7px;
}

.wps-wrap h6 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.wps-wrap .subheader {
    color: #849098;
}

.wps-wrap h1 strong {
    font-weight: 700;
}

.wps-event-ticket-name,
.wps-wrap p {
    display: inline-block;
    margin: 0 0 10px 0;
    color: #616161;
    font-size: 14px;
    line-height: 1.5;
}

.wps-wrap .wps-event-article .wps-color-hover {
    box-shadow: none;
    border: none;
}

.wps-wrap abbr,
.wps-wrap acronym {
    cursor: auto;
    border: none;
}

.entry-content .wps-wrap a {
    box-shadow: none;
}

.wps-wrap .button,
.wps-wrap button:not(.owl-dot),
.wps-wrap input[type="button"],
.wps-wrap input[type="reset"],
.wps-wrap input[type="submit"] {
    position: relative;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 21px;
    margin-right: 10px;
    line-height: 1;
    padding: 18px 20px 16px;
    background: var(--wps-primary-color, #40d9f1);
    -webkit-transition: all 0.21s ease;
    -moz-transition: all 0.21s ease;
    transition: all 0.21s ease;
}

.wps-wrap .button:hover,
.wps-wrap button:hover,
.wps-wrap input[type="button"]:hover,
.wps-wrap input[type="reset"]:hover,
.wps-wrap input[type="submit"]:hover {
    background: #222;
    color: #fff;
}

.vertical-space,
.vertical-space1,
.vertical-space2,
.vertical-space3,
.vertical-space4,
.vertical-space5 {
    display: block;
    width: 100%;
    margin: 0;
    clear: both;
    border: 0 none;
    height: 20px;
}

.vertical-space2 {
    height: 40px;
}

.vertical-space3 {
    height: 60px;
}

.vertical-space4 {
    height: 80px;
}

.vertical-space5 {
    height: 100px;
}

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

    .vertical-space,
    .vertical-space1 {
        height: 8px;
    }

    .vertical-space2 {
        height: 14px;
    }

    .vertical-space3 {
        height: 28px;
    }

    .vertical-space4 {
        height: 40px;
    }

    .vertical-space5 {
        height: 60px;
    }
}

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

    .vertical-space,
    .vertical-space1 {
        height: 12px;
    }

    .vertical-space2 {
        height: 18px;
    }

    .vertical-space3 {
        height: 36px;
    }

    .vertical-space4 {
        height: 50px;
    }

    .vertical-space5 {
        height: 80px;
    }
}

.wps-wrap abbr {
    cursor: auto;
    border-bottom: 0;
}

@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wps-wrap {
    font: 14px/25px sans-serif;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: inherit;
}

.wps-wrap .wps-events a {
    border-bottom: none;
}

.wps-wrap .wps-container a {
    box-shadow: none;
}

.wps-event-content p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.wps-wrap .wps-clear:after,
.wps-wrap .wps-clear:before {
    content: " ";
    display: table;
}

.wps-wrap .wps-clear:after {
    clear: both;
}

.wps-events-button {
    background: #fff;
    padding: 12px 34px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e3e3e3;
    margin-right: 10px;
    transition: 0.3s;
}

.wps-wrap .wps-events-button:hover {
    color: #fff;
}

.wps-no-event {
    display: none;
}

.wps-event-grid-classic .wps-event-article {
    position: relative;
    border: 2px solid #e3e3e3;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
    margin-bottom: 30px;
    max-width: none;
}

.wps-event-grid-classic .wps-event-content {
    background: #fff;
    color: #767676;
    padding: 0 20px 5px;
    text-align: center;
    min-height: 125px;
}

.wps-event-grid-classic .wps-event-title {
    color: #202020;
    margin: 10px 0;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wps-event-grid-classic .wps-event-title a {
    color: #202020;
    transition: all 0.24s ease;
}

.wps-event-grid-classic .wps-event-date {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 3px 20px;
    margin: 0 -20px 20px -20px;
    text-align: center;
}

.wps-event-grid-classic .wps-event-content p {
    font-size: 15px;
    color: #8a8a8a;
}

.wps-event-grid-classic .wps-event-detail {
    display: none;
}

.wps-event-grid-classic img {
    margin-bottom: 0;
    width: 100%;
}

.wps-event-footer {
    position: relative;
    border-top: 1px solid #efefef;
    padding: 20px;
    min-height: 80px;
    margin: 0;
    background: #fafafa;
}

.wps-event-sharing-wrap {
    left: 15px;
    position: absolute;
    list-style: none;
    margin: 0;
}

.wps-event-sharing-wrap .wps-event-sharing {
    position: absolute;
    padding: 8px 0 2px;
    left: -6px;
    bottom: 54px;
    margin: 0;
    margin-top: 6px;
    border-radius: 5px;
    width: 50px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.06);
    z-index: 99;
    -webkit-transition: all 0.18s ease;
    transition: all 0.18s ease;
}

.wps-event-sharing-wrap .wps-event-sharing:after,
.wps-event-sharing-wrap .wps-event-sharing:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
}

.wps-event-sharing-wrap .wps-event-sharing:before {
    bottom: -21px;
    border-color: #e2e2e2 transparent transparent transparent;
}

.wps-event-sharing-wrap .wps-event-sharing:after {
    bottom: -19px;
    border-color: #fff transparent transparent transparent;
}

.wps-event-sharing-wrap:hover .wps-event-sharing {
    opacity: 1;
    visibility: visible;
}

.wps-event-sharing-wrap li {
    text-align: center;
    border: 0;
    display: block;
    margin-right: 2px;
    overflow: hidden;
    margin: 0 auto 6px;
    width: 38px;
}

.wps-event-sharing-wrap:hover>li {
    cursor: pointer;
    background-color: #40d9f1;
}

.wps-event-sharing-wrap:hover>li a {
    color: #fff;
}

.wps-event-sharing-wrap>li {
    border: 1px solid #d9d9d9;
}

.wps-event-sharing-wrap li a {
    border: none;
    color: #767676;
}

.wps-event-sharing-wrap li i {
    width: 36px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
}

.wps-event-sharing-wrap .wps-event-sharing li a {
    display: block;
}

.wps-event-sharing-wrap .wps-event-sharing li:hover a {
    color: #40d9f1;
}

.wps-event-sharing .wps-event-share:hover .event-sharing-icon {
    background: #40d9f1;
    border-width: 0 1px 0;
    cursor: pointer;
}

.wps-event-sharing .wps-event-map {
    border-width: 1px 0 1px;
}

.wps-event-footer .wps-booking-button {
    box-shadow: none;
    transition: all 0.21s ease;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 0 16px;
    line-height: 37px;
    height: 38px;
}

.wps-event-footer .wps-booking-button:hover {
    background: #191919;
    color: #fff;
    border-color: #191919;
}

@media only screen and (max-width: 960px) {
    .wps-event-grid-classic {
        margin-bottom: 30px;
    }
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel {
    padding: 36px 0 16px;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .owl-nav {
    margin: 5px 0;
    width: 100%;
    position: absolute;
    top: 15px;
    padding: 0;
}

.wps-skin-grid-container.wps-widget {
    padding-top: 18px;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel {
    padding: 20px 0 16px;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .owl-nav {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .owl-nav div {
    position: absolute;
    background: #fff;
    line-height: 0;
    width: 34px;
    height: 26px;
    padding: 6px;
    text-align: center;
    margin-top: -17px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    text-align: center;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.028);
    transition: all 0.33s ease;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .owl-nav i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .owl-nav .owl-next {
    right: 0;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .wps-event-sharing {
    display: none;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .wps-event-footer {
    text-align: center;
}

.wps-widget .wps-event-grid-classic.wps-owl-carousel .wps-event-footer .wps-booking-button {
    position: static;
    padding: 11px 16px;
}

.widget .wps-event-footer ul.wps-event-sharing-wrap li a.wps-event-share-icon {
    padding: 0;
}

@media screen and (min-width: 56.875em) {
    .wps-widget .wps-month-container dl {
        margin-bottom: 0;
    }
}

.wps-widget .wps-event-grid-classic.owl-carousel .wps-event-footer {
    text-align: right;
}

.wps-widget .wps-event-grid-classic.owl-carousel .wps-event-sharing-wrap {
    left: 5px;
    padding-left: 5px;
}

.wps-widget .wps-event-grid-classic.owl-carousel .wps-event-sharing-wrap .wps-event-sharing {
    left: 0;
}

.wps-widget .wps-event-sharing-wrap .wps-event-sharing {
    position: absolute;
    top: auto;
    bottom: 52px;
    margin: 0;
    margin-top: 0;
    border-radius: 5px;
}

.wps-widget .wps-event-sharing-wrap .wps-event-sharing:after {
    top: auto;
    bottom: -17px;
    border-color: #fff transparent transparent transparent;
}

.wps-widget .wps-event-sharing-wrap .wps-event-sharing:before {
    top: auto;
    bottom: -18px;
    border-color: #e2e2e2 transparent transparent transparent;
}

.wps-event-grid-clean {
    margin-bottom: 10px;
    max-width: none;
}

.wps-event-grid-clean .wps-event-article {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 15px 15px 0;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-event-grid-clean .wps-event-content {
    background: #fff;
    color: #767676;
    padding: 25px 16px 0;
    text-align: left;
}

.wps-event-grid-clean .wps-event-title {
    color: #202020;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 21px;
    text-transform: capitalize;
}

.wps-event-grid-clean .wps-event-title a {
    color: #202020;
    transition: all 0.24s ease;
}

.wps-event-grid-clean .wps-event-date {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #40d9f1;
    color: #fff;
    padding: 3px 0;
    margin: 0;
    text-align: center;
}

.wps-event-grid-clean .wps-event-content p {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.54;
}

.wps-event-grid-clean img {
    margin-bottom: 0;
    width: 100%;
}

.wps-event-grid-clean .event-grid-t2-head {
    margin-bottom: 10px;
    color: #fff;
    padding: 9px 14px 6px;
    text-align: left;
}

.wps-event-grid-clean .event-grid-t2-head .wps-event-date {
    font-size: 50px;
    line-height: 50px;
    float: left;
    margin-right: 11px;
}

.wps-event-grid-clean .event-grid-t2-head .wps-event-month {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    padding-top: 4px;
}

.wps-event-grid-clean .event-grid-t2-head .wps-event-detail {
    font-size: 12px;
}

.wps-event-grid-clean .wps-event-sharing-wrap {
    left: 0;
}

.wps-event-grid-clean .wps-event-footer {
    position: relative;
    border-top: 2px solid;
    padding: 20px 0;
    margin: 0 14px;
    text-align: left;
    background: 0 0;
}

.wps-event-grid-clean .wps-event-footer .wps-booking-button {
    right: 0;
}

.wps-event-grid-clean .row {
    margin-bottom: 30px;
}

.wps-event-grid-modern {
    margin-bottom: 10px;
    max-width: none;
}

.wps-event-grid-modern .wps-event-article {
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-bottom: 30px;
    padding: 45px 15px 10px;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-event-grid-modern .wps-event-content {
    background: #fff;
    color: #767676;
    padding: 35px 15px 10px;
    text-align: left;
}

.wps-event-grid-modern .wps-event-title {
    color: #202020;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    letter-spacing: -1px;
}

.wps-event-grid-modern .wps-event-title a {
    color: #202020;
    transition: all 0.24s ease;
}

.wps-event-grid-modern .wps-event-content p {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.54;
}

.wps-event-grid-modern img {
    margin-bottom: 0;
    width: 100%;
}

.wps-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 9px 14px 6px;
    text-align: left;
}

.wps-event-grid-modern .event-grid-modern-head .wps-event-date {
    font-size: 50px;
    line-height: 50px;
    float: left;
    margin-right: 11px;
}

.wps-event-grid-modern .event-grid-modern-head .wps-event-month {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    padding-top: 4px;
}

.wps-event-grid-modern .event-grid-modern-head .wps-event-detail {
    font-size: 12px;
}

.wps-event-grid-modern .event-grid-modern-head .wps-event-day {
    margin-top: 9px;
    color: silver;
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.wps-event-grid-modern .wps-event-footer {
    position: relative;
    height: 90px;
    padding: 20px 0;
    border: none;
    margin: 0 14px;
    text-align: left;
    background: 0 0;
}

.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    right: auto;
    left: 0;
}

.wps-event-grid-modern .wps-event-sharing-wrap {
    left: auto;
    right: 0;
}

.wps-event-grid-modern .wps-event-sharing {
    left: auto;
    right: -6px;
}

.wps-event-grid-modern .wps-event-sharing-wrap li {
    border-radius: 55px;
}

.wps-event-grid-modern .row {
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .wps-event-grid-modern .wps-event-article {
        padding-bottom: 30px;
    }

    .wps-event-grid-modern .wps-event-sharing {
        top: 60px;
        left: 0;
        right: auto;
    }

    .wps-event-grid-modern .wps-event-footer .wps-booking-button {
        top: 0;
    }
}

.wps-event-grid-colorful .wps-event-article {
    min-height: 400px;
    border: none;
    box-shadow: none;
    background: #40d9f1;
    padding-top: 25px;
    margin: 0;
    color: #fff;
}

.wps-event-grid-colorful .wps-event-content {
    background: 0 0;
}

.wps-event-grid-colorful .event-grid-modern-head,
.wps-event-grid-colorful .event-grid-modern-head .wps-event-date,
.wps-event-grid-colorful .event-grid-modern-head .wps-event-day,
.wps-event-grid-colorful .wps-event-content p,
.wps-event-grid-colorful .wps-event-sharing-wrap>li>a,
.wps-event-grid-colorful .wps-event-title a {
    color: #fff;
}

.wps-event-grid-colorful .wps-event-footer .wps-booking-button {
    border: none;
}

.wps-event-grid-colorful .wps-event-sharing-wrap>li {
    border-color: #fff;
}

.wps-event-grid-colorful .wps-event-sharing-wrap:hover>li {
    background: #333;
    border-color: #333;
}

.wps-event-grid-colorful .wps-event-title a.wps-color-hover:hover {
    color: #fff;
    text-decoration: underline;
}

.wps-event-grid-colorful .wps-event-title .event-color {
    display: none;
}

.wps-event-grid-colorful div[class^="col-md-"] {
    padding: 0 1px 1px 0;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .wps-wrap.wps-sm959.wps-event-grid-colorful .event-grid-modern-head .wps-event-day {
        font-size: 26px;
    }

    .wps-wrap.wps-sm959.wps-event-grid-colorful .event-grid-modern-head .wps-event-month {
        font-size: 15px;
    }

    .wps-wrap.wps-sm959.wps-event-grid-colorful .event-grid-modern-head .wps-event-date {
        font-size: 50px;
    }

    .wps-wrap.wps-sm959.wps-event-grid-colorful .wps-event-title {
        font-size: 21px;
    }

    .wps-wrap.wps-sm959.wps-event-grid-colorful .wps-event-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .wps-wrap.wps-sm959.wps-event-grid-colorful div[class^="col-md-"] {
        width: 50%;
    }
}

.wps-event-list-minimal .wps-event-article {
    border-bottom: 1px solid #efefef;
    padding: 24px 0 16px;
}

.wps-event-list-minimal .wps-wrap .col-md-9 {
    padding: 0;
}

.wps-event-list-minimal .wps-event-date {
    position: relative;
    float: left;
    margin-right: 30px;
    color: #fff;
    width: 52px;
    padding: 6px 4px 3px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}

.wps-event-list-minimal .wps-event-date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
}

.wps-event-list-minimal .wps-event-date:after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    left: 1px;
    top: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
}

.wps-event-list-minimal .wps-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 5px;
}

.wps-event-list-minimal .wps-event-detail {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a;
    font-family: Roboto, sans-serif;
}

.wps-event-list-minimal .btn-wrapper {
    text-align: right;
    padding-right: 0;
    padding-top: 6px;
}

.wps-event-list-minimal .btn-wrapper .wps-detail-button {
    border-bottom: 0;
    margin-bottom: 14px;
    margin-right: 0;
    box-shadow: none;
}

.wps-event-list-minimal a.wps-detail-button {
    text-align: center;
    display: inline-block;
    background: #ededed;
    color: #191919;
    padding: 12px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.24s ease;
}

.wps-event-list-minimal a.wps-detail-button:hover {
    background: #292929;
    color: #fff;
}

.vc_col-sm-4 .wps-event-list-minimal .wps-event-date,
.vc_col-sm-6 .wps-event-list-minimal .wps-event-date {
    margin-right: 12px;
}

.vc_col-sm-4 .wps-event-list-minimal .wps-event-title,
.vc_col-sm-6 .wps-event-list-minimal .wps-event-title {
    font-size: 15px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .wps-event-list-minimal .btn-wrapper {
        padding-left: 0;
    }

    .wps-event-list-minimal .wps-event-date {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .wps-event-list-minimal .btn-wrapper .wps-detail-button {
        display: block;
        text-align: center;
        margin: 0;
        margin-top: 16px;
        padding: 8px;
    }

    .wps-event-list-minimal .btn-wrapper {
        margin: 12px 0;
    }
}

@media only screen and (max-width: 479px) {
    .wps-event-list-minimal .wps-event-date {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }

    .wps-event-list-minimal .wps-event-date span {
        display: inline;
        padding-right: 25px;
        margin-right: 7px;
        font-size: inherit;
    }

    .wps-event-list-minimal .wps-event-date:after {
        width: 45%;
        box-shadow: 4px 0 4px rgba(0, 0, 0, 0.02);
    }

    .wps-event-list-minimal .btn-wrapper {
        text-align: center;
        padding-left: 0;
    }

    .wps-event-list-minimal {
        text-align: center;
    }

    .wps-event-list-minimal .wps-event-detail {
        margin-bottom: 10px;
    }
}

.wps-wrap .wps-event-list-modern .wps-event-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.wps-event-list-modern .wps-event-article {
    border-bottom: 1px solid #efefef;
    padding: 30px 0 10px;
}

.wps-event-list-modern .wps-event-article:last-child {
    border-bottom: none;
}

.wps-event-list-modern .wps-event-title a {
    color: #191919;
    transition: all 0.24s ease;
    box-shadow: none;
}

.wps-event-list-modern .wps-event-date {
    text-transform: uppercase;
    padding: 10px 0;
}

.wps-event-list-modern .wps-event-date .event-d {
    font-size: 48px;
    display: table-cell;
    padding: 10px 0 0;
}

.wps-event-list-modern .wps-event-date .event-f {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #777;
}

.wps-event-list-modern .wps-event-detail {
    font-weight: 300;
    color: #8a8a8a;
}

.wps-event-list-modern .wps-event-date .event-da {
    margin-top: 9px;
    color: silver;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.wps-event-list-modern .wps-btn-wrapper .wps-booking-button {
    border-radius: 1px;
    letter-spacing: 2px;
    border: 1px solid #e6e6e6;
    color: #333;
    background-color: #fff;
    padding: 13px 20px;
    font-weight: 700;
    font-size: 11px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
    transition: all 0.28s ease;
}

.wps-event-list-modern .wps-btn-wrapper .wps-booking-button:hover {
    border-color: #222;
    background: #222;
    color: #fff;
}

.wps-event-list-modern .wps-event-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wps-event-list-modern .wps-event-detail {
    color: #9a9a9a;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: Roboto, sans-serif;
}

.wps-event-list-modern .wps-btn-wrapper {
    text-align: right;
    padding: 10px 0;
    text-transform: uppercase;
}

.wps-event-list-modern .wps-event-sharing {
    position: relative;
    margin: 10px 0;
}

.wps-event-list-modern .wps-event-sharing>li {
    display: inline-block;
    border: none;
    border-radius: 50%;
    margin-right: 3px;
}

.wps-event-list-modern .wps-event-sharing>li:hover {
    display: inline-block;
}

.wps-event-list-modern .wps-event-sharing>li:hover a i {
    color: #fff;
    background: #40d9f1;
    border-color: #40d9f1;
}

.wps-event-list-modern .wps-event-sharing>li i {
    width: 36px;
    display: inline-block;
    line-height: 35px;
    color: #767676;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 14px;
}

.wps-event-list-modern .wps-event-sharing .wps-event-share:hover .wps-event-sharing-icon {
    background: #40d9f1;
    border-color: #40d9f1;
    cursor: pointer;
    border-radius: 50%;
}

.wps-event-list-modern .wps-event-sharing li:hover a i {
    background: #40d9f1;
}

@media only screen and (min-width: 768px) {
    .wps-event-list-modern .wps-event-article {
        position: relative;
        min-height: 160px;
        overflow: hidden;
    }

    .wps-event-list-modern .col-md-2.col-sm-2 {
        width: 210px;
        position: absolute;
        left: 0;
        top: 20px;
    }

    .wps-event-list-modern .col-md-4.col-sm-4.wps-btn-wrapper {
        width: 180px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 30%;
    }

    .wps-event-list-modern .col-md-6.col-sm-6 {
        width: 100%;
        padding-left: 225px;
        padding-right: 195px;
    }
}

@media only screen and (max-width: 767px) {
    .wps-event-list-modern .wps-btn-wrapper .wps-booking-button {
        letter-spacing: 1px;
        border: 1px solid #e1e1e1;
        padding: 8px 16px;
    }

    .wps-event-list-modern .wps-btn-wrapper {
        padding: 0 0 12px;
    }

    .wps-event-list-modern .wps-event-sharing {
        margin-bottom: 0;
    }
}

.wps-event-grid-minimal .wps-event-article {
    margin: 15px 0;
    min-height: 80px;
    display: table;
}

.wps-event-grid-minimal .event-detail-wrap {
    display: table-cell;
    vertical-align: middle;
}

.wps-event-grid-minimal .wps-event-date {
    width: 70px;
    float: left;
    margin-right: 20px;
    padding: 12px 16px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    transition: all 0.37s ease-in-out;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-event-grid-minimal .wps-event-date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    color: #2a2a2a;
    transition: color 0.3s ease;
}

.wps-event-grid-minimal .wps-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 21px;
    font-size: 16px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.wps-event-grid-minimal .wps-event-title a {
    color: #191919;
    transition: color 0.3s ease;
}

.wps-event-grid-minimal .wps-event-detail {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a;
    font-family: Roboto, sans-serif;
}

.wps-event-grid-minimal .wps-event-date:hover {
    color: #fff;
}

.wps-event-grid-minimal .wps-event-date:hover span {
    color: #fff;
}

.wps-event-list-classic .wps-event-article {
    padding: 12px 0;
    margin-bottom: 20px;
}

.wps-event-list-classic .wps-event-image {
    float: left;
    width: 86px;
    margin-right: 20px;
}

.wps-event-list-classic .wps-event-date {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}

.wps-event-list-classic .wps-event-date span {
    font-weight: 500;
    margin-bottom: 6px;
}

.wps-event-list-classic .wps-event-title {
    font-size: 15px;
    margin: 10px 0 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.wps-event-list-classic .wps-event-title a {
    color: #494949;
    transition: color 0.3s ease;
}

.wps-event-list-classic .wps-event-detail {
    color: #777;
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
    overflow: hidden;
}

.wps-event-list-classic a.magicmore {
    padding: 10px 16px;
    color: #fff;
    background: #222;
    letter-spacing: 2px;
    font-size: 11px;
}

.wps-event-list-classic a.magicmore:after {
    content: "";
    display: none;
}

.wps-event-list-classic a.magicmore:hover {
    color: #40d9f1;
}

.wps-event-grid-simple .wps-event-article {
    position: relative;
    margin-bottom: 30px;
}

.wps-event-grid-simple .wps-event-article:after {
    border-right: 1px solid #e6e6e6;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -1px;
}

.wps-event-grid-simple .row div:last-child .wps-event-article:after {
    border: none;
}

.wps-event-grid-simple .row {
    margin: 15px 0 30px;
    text-align: center;
}

.wps-event-grid-simple .wps-event-date {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
}

.wps-event-grid-simple .wps-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 21px;
    font-size: 15px;
    padding-top: 5px;
    text-transform: uppercase;
    transition: color 0.37s ease;
}

.wps-event-grid-simple .wps-event-title a {
    color: #494949;
    transition: color 0.3s ease;
}

.wps-event-grid-simple .wps-event-detail {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-size: 13px;
    color: #777;
}

.wps-event-grid-simple:hover .wps-event-title {
    color: #40d9f1;
}

.wps-event-grid-simple:hover .wps-event-date {
    background: 0 0;
}

.event-last:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .wps-event-grid-simple .wps-event-article {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .wps-event-grid-simple .wps-event-article:after {
        border: none;
    }
}

.wps-event-grid-novel .wps-event-article {
    position: relative;
    margin-bottom: 30px;
    padding: 60px 5% 60px 7%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background-color: #0050fd;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.wps-event-grid-novel .wps-event-article .novel-grad-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wps-event-grid-novel .wps-event-article:hover {
    -webkit-box-shadow: 0 13px 36px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 13px 36px 0 rgba(0, 0, 0, 0.23);
    border-color: transparent;
}

.wps-event-grid-novel .wps-event-article:hover .novel-grad-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#262e32), to(#0e1015));
    background-image: -webkit-linear-gradient(left, #262e32 0, #0e1015 100%);
    background-image: -o-linear-gradient(left, #262e32 0, #0e1015 100%);
    background-image: linear-gradient(90deg, #262e32 0, #0e1015 100%);
    opacity: 1;
}

.wps-event-grid-novel .wps-event-image {
    float: left;
    width: 150px;
    height: 150px;
}

.wps-event-grid-novel .wps-event-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.wps-event-grid-novel .wps-event-detail-wrap {
    margin-left: 200px;
}

.wps-event-grid-novel .wps-event-content h4 {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.wps-event-grid-novel .wps-event-content h4 a {
    font-size: 24px;
    line-height: 35px;
    color: #fafcff;
}

.wps-event-grid-novel .wps-event-content h4::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -30px;
    width: 17px;
    height: 17px;
    background: #5cd0ed;
    opacity: 0.4;
    border-radius: 50%;
}

.wps-event-grid-novel .wps-event-content h4::after {
    content: "";
    position: absolute;
    top: 12px;
    left: -26px;
    width: 9px;
    height: 9px;
    background: #5cd0ed;
    border-radius: 50%;
}

.wps-event-grid-novel .wps-event-address,
.wps-event-grid-novel .wps-event-detail,
.wps-event-grid-novel .wps-event-month {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.4);
}

.wps-event-grid-novel .wps-event-address::before,
.wps-event-grid-novel .wps-event-detail::before,
.wps-event-grid-novel .wps-event-month::before {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 17px;
    font-family: simple-line-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.wps-event-grid-novel .wps-event-month::before {
    content: "\e075";
}

.wps-event-grid-novel .wps-event-detail::before {
    content: "\e081";
}

.wps-event-grid-novel .wps-event-address::before {
    content: "\e096";
}

.wps-event-grid-novel .wps-event-footer {
    clear: both;
    padding: 20px 0;
    border-top: none;
    background: 0 0;
}

.wps-event-grid-novel .wps-event-footer .wps-booking-button {
    right: auto;
    left: 0;
    height: 42px;
    width: 148px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: 0 0;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

.wps-event-grid-novel .wps-event-footer .wps-booking-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.wps-event-grid-novel .wps-event-sharing-wrap {
    left: 175px;
    cursor: pointer;
}

.wps-event-grid-novel .wps-event-sharing-wrap>li {
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.wps-event-grid-novel .wps-event-sharing-wrap .wps-event-sharing {
    top: -5px;
    left: 0;
    padding: 5px 10px 2px 50px;
    min-width: 150px;
    width: inherit;
    height: 37px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 50px;
}

.wps-event-grid-novel .wps-event-sharing-wrap:hover>li {
    background-color: rgba(255, 255, 255, 0.1);
}

.wps-event-grid-novel .wps-event-sharing-wrap .wps-event-sharing::after,
.wps-event-grid-novel .wps-event-sharing-wrap .wps-event-sharing::before {
    display: none;
}

.wps-event-grid-novel .wps-event-sharing .wps-event-social-icon,
.wps-event-grid-novel .wps-event-sharing .wps-event-social-icon a,
.wps-event-grid-novel .wps-event-sharing-wrap .wps-event-sharing li i {
    display: inline;
}

.wps-event-grid-novel .wps-event-sharing .wps-event-social-icon a {
    padding: 0 10px;
}

.wps-event-grid-novel .wps-event-sharing-wrap>li a {
    color: #fff;
}

.wps-event-grid-novel .wps-event-sharing-wrap .wps-event-sharing li a {
    color: rgba(255, 255, 255, 0.4);
}

.wps-event-grid-novel .wps-event-sharing-wrap .wps-event-sharing li a:hover {
    color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1200px) {
    .wps-event-grid-novel .row .col-md-6.col-sm-6 {
        width: 100%;
        float: none;
    }

    .wps-event-grid-novel .wps-event-image {
        float: none;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .wps-event-grid-novel .wps-event-detail-wrap {
        margin-left: 20px;
    }

    .wps-event-grid-novel .wps-event-footer {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .wps-event-grid-novel .wps-event-footer {
        margin-top: 0;
        padding-top: 30px;
        margin-bottom: 24px;
    }

    .wps-event-grid-novel .wps-event-footer .wps-booking-button {
        display: block;
        position: relative;
    }

    .wps-event-grid-novel .wps-event-sharing-wrap {
        left: 0;
        bottom: -55px;
    }

    .wps-event-grid-novel .wps-event-content h4 a {
        font-size: 20px;
        line-height: 1.3;
    }
}

.wps-event-cover-modern {
    position: relative;
}

.wps-event-cover-modern .wps-event-cover-a {
    background: 0 0;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    text-decoration: none;
}

.wps-event-cover-modern .wps-event-cover-a .wps-event-overlay {
    transition: all 0.5s;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
}

.wps-event-cover-modern .wps-event-cover-a:hover .wps-event-overlay {
    opacity: 1;
}

.wps-event-cover-modern .wps-event-detail {
    padding: 40px;
    position: relative;
}

.wps-event-cover-modern .wps-event-cover-a:hover .wps-event-tag {
    color: #333;
    transition: all 0.5s;
}

.wps-event-cover-modern .wps-event-cover-a .wps-event-title:hover {
    text-decoration: underline;
}

.wps-event-cover-modern .wps-event-tag {
    background: #fff;
    display: inline-block;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.wps-event-cover-modern .wps-event-date {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
}

.wps-event-cover-modern .wps-event-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    margin: 6px 0;
}

.wps-event-cover-modern .wps-event-place {
    font-weight: 400;
    font-size: 18px;
    font-family: Roboto, sans-serif;
}

@media only screen and (max-width: 767px) {
    .wps-event-cover-modern .wps-event-cover-a {
        width: 100%;
    }
}

.wps-event-cover-classic {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 6px;
    border: 1px solid #e8e8e8;
}

.wps-event-cover-classic .wps-event-overlay {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    top: 6px;
    width: auto;
    height: auto;
    background-color: rgba(36, 36, 36, 0.4);
    transition: all 0.33s ease-in-out;
}

.wps-event-cover-classic:hover .wps-event-overlay {
    background-color: rgba(36, 36, 36, 0.6);
}

.wps-event-cover-classic .wps-event-content {
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 50px 35px;
    transition: all 0.33s ease-in-out;
}

.wps-event-cover-classic .wps-event-date {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.6;
}

.wps-event-cover-classic .wps-event-date span {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.wps-event-cover-classic .wps-event-title {
    color: #fff;
    margin: 20px 0 38px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

.wps-event-cover-classic .wps-btn-wrapper {
    text-align: left;
}

.wps-event-cover-classic .wps-event-icon {
    font-size: 18px;
    float: left;
    margin-right: 14px;
    color: #fff;
    padding: 13px;
}

.wps-event-cover-classic .wps-event-button {
    color: #fff;
    background-color: #191919;
    border: 2px #191919 solid;
    padding: 12px 20px;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    transition: all 0.22s ease;
    text-decoration: none;
}

.wps-event-cover-classic .wps-event-button:hover {
    color: #191919;
    background-color: #fff;
    border-color: #fff;
    border-radius: 1px;
}

.wps-event-cover-classic .wps-event-image img {
    min-width: 100%;
}

@media only screen and (max-width: 960px) {
    .wps-event-cover-classic .wps-event-content {
        padding: 20px;
    }

    .wps-event-cover-classic .wps-event-button {
        font-size: 11px;
        padding: 7px 10px;
        letter-spacing: 1px;
    }

    .wps-event-cover-classic .wps-event-title {
        font-size: 19px;
        margin: 15px 0 25px;
    }

    .wps-event-cover-classic .wps-event-date {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .wps-event-cover-classic {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-event-cover-classic .wps-event-content {
        padding: 15px;
        font-size: 15px;
    }

    .wps-event-cover-classic .wps-event-title {
        font-size: 15px;
        margin: 10px 0;
    }

    .wps-event-cover-classic .wps-event-button {
        font-size: 10px;
        padding: 6px;
        letter-spacing: 1px;
    }

    .wps-event-cover-classic .wps-event-icon {
        padding: 10px;
    }
}

.wps-load-more-wrap {
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    position: relative;
}

.wps-load-more-button {
    box-shadow: none;
    transition: all 0.21s ease;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    padding: 0 28px;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 40px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    height: 42px;
    display: inline-block;
}

.wps-load-more-button:hover {
    background: #191919;
    color: #fff;
    border-color: #191919;
}

.wps-load-more-loading {
    content: url(../img/ajax-loader.gif);
    cursor: wait;
    background: 0 0;
    border-style: none;
}

.wps-load-more-loading:hover {
    background: 0 0;
}

.wps-modal-preloader,
.wps-month-navigator-loading {
    width: 100%;
    height: 100%;
    background: no-repeat rgba(255, 255, 255, 0.88) url(../img/ajax-loader.gif) center;
    border-style: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}

.wps-event-calendar-classic .wps-calendar-side .wps-calendar-table {
    min-height: 1024px;
}

.wps-calendar-side .wps-calendar-table {
    min-height: 450px;
}

.wps-skin-weekly-view-events-container.wps-month-navigator-loading {
    margin-top: 0;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-side {
    display: block;
}

.wps-skin-daily-view-events-container.wps-month-navigator-loading {
    margin-top: 0;
}

@media only screen and (min-width: 961px) {
    .wps-wrap.wps-sm959 .wps-calendar-side .wps-calendar-table {
        min-height: 1px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-calendar-side .wps-calendar-table {
        min-height: 1px;
    }
}

.wps-event-cover-clean {
    position: relative;
    border: 1px solid #e6e6e6;
    padding: 8px;
}

.wps-event-cover-clean .wps-event-overlay {
    height: 100%;
    background-color: rgba(36, 36, 36, 0.4);
    position: absolute;
    width: 100%;
    left: 0;
    border: 8px solid #fff;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.wps-event-cover-clean .wps-event-content {
    color: #fff;
    position: absolute;
    bottom: 20px;
    padding: 40px 60px;
    transition: all 0.5s ease-in-out;
}

.wps-event-cover-clean .wps-event-title {
    color: #fff;
    font-weight: 700;
    margin: 46px 0 19px;
    font-size: 29px;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.wps-event-cover-clean .wps-event-title a {
    color: #fff;
    transition: all 0.5s;
    text-decoration: none;
    outline: 0;
    border: none;
    box-shadow: none;
}

.wps-event-cover-clean .wps-event-title a:hover {
    text-decoration: underline;
}

.wps-event-cover-clean .wps-event-date {
    position: absolute;
    top: -20px;
    right: 60px;
    color: #fff;
    width: 60px;
    padding: 14px 10px;
    z-index: 1;
}

.wps-event-cover-clean .wps-event-date div {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px;
}

.wps-event-cover-clean .wps-event-date .dday {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 13px;
    font-size: 24px;
}

.wps-event-cover-clean .wps-event-date .dmonth {
    letter-spacing: 2px;
}

.wps-event-cover-clean .wps-event-place {
    font-size: 18px;
    font-family: Roboto, sans-serif;
}

.wps-event-cover-clean .wps-event-image img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .wps-event-cover-clean .wps-event-content {
        padding: 20px;
        bottom: 5px;
    }

    .wps-event-cover-clean .wps-event-title {
        font-size: 23px;
    }

    .wps-event-cover-clean .wps-event-date {
        right: 20px;
        padding: 10px;
        width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-event-cover-clean .wps-event-content {
        padding: 10px;
    }

    .wps-event-cover-clean .wps-event-title {
        font-size: 19px;
        padding-right: 25px;
    }

    .wps-event-cover-clean .wps-event-date {
        right: -20px;
        top: -10px;
    }

    .wps-event-cover-clean .wps-event-detail {
        font-size: 12px;
    }
}

.wps-month-divider {
    text-align: center;
    margin: 60px 0 40px 0;
}

.widget .wps-month-divider {
    margin: 10px 0;
}

.wps-month-divider span {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

.wps-month-divider span:before {
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -30px;
    left: 50%;
    width: 60px;
}

.widget .wps-month-divider span {
    font-size: 13px;
}

.wps-event-list-standard .wps-events-pagination {
    margin-top: 60px;
    border-top: 4px solid #ebebeb;
    min-height: 80px;
    padding-top: 20px;
}

.wps-event-list-standard .wps-events-pagination .wps-events-pag-previous {
    float: left;
    margin-left: 0;
}

.wps-event-list-standard .wps-events-pagination .wps-events-pag-next {
    float: right;
    margin-right: 0;
}

.wps-event-list-standard .wps-event-article {
    position: relative;
    display: block;
    margin-bottom: 25px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-event-list-standard .wps-topsec {
    display: table;
    width: 100%;
}

.wps-event-list-standard .col-md-3.wps-event-image-wrap {
    padding-left: 0;
}

.wps-event-list-standard .wps-event-content {
    padding-top: 15px;
    padding-right: 30px;
}

.wps-event-list-standard .wps-event-title {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 10px;
}

.wps-event-list-standard .wps-event-title a {
    color: #292929;
    transition: color 0.3s ease;
}

.wps-event-list-standard .wps-col-table-c {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none !important;
}

.wps-event-list-standard .wps-col-table-c.wps-event-meta-wrap {
    padding-top: 15px;
}

.wps-event-list-standard .wps-col-table-c.wps-event-image-wrap {
    vertical-align: top;
}

.wps-topsec .wps-event-image {
    line-height: 1px;
}

.wps-event-list-standard .wps-event-meta-wrap {
    border-left: 1px solid #eee;
}

.wps-event-list-standard .wps-time-details {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    padding-top: 0;
    text-align: left;
    padding-left: 30px;
}

.wps-event-list-standard .wps-event-meta .wps-event-address {
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    color: #8a8a8a;
}

.wps-event-list-standard .wps-event-meta span.wps-event-d,
.wps-event-list-standard .wps-event-meta span.wps-event-m {
    font-size: 17px;
    font-weight: 700;
    padding-right: 6px;
    color: #444;
    text-transform: uppercase;
}

.wps-event-list-standard .wps-date-details,
.wps-event-list-standard .wps-time-details,
.wps-event-list-standard .wps-venue-details {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.wps-event-list-standard .wps-date-details:before,
.wps-event-list-standard .wps-time-details:before,
.wps-event-list-standard .wps-venue-details:before {
    content: "\f041";
    font-family: fontawesome;
    position: absolute;
    left: 6px;
    font-size: 15px;
}

.wps-event-list-standard .wps-date-details:before {
    content: "\f073";
}

.wps-event-list-standard .wps-time-details:before {
    content: "\f017";
}

.wps-event-list-minimal .wps-event-title a {
    color: #292929;
    transition: color 0.3s ease;
}

.wps-event-meta-wrap .wps-price-details {
    margin-bottom: 10px;
}

.wps-price-details i {
    margin-right: 5px;
    vertical-align: text-top;
}

.wps-event-meta-wrap .wps-event-meta .wps-price-details i:before {
    font-size: 15px;
}

@media only screen and (max-width: 960px) {
    .wps-event-list-standard .wps-topsec {
        display: block;
    }

    .wps-event-list-standard .wps-col-table-c.wps-event-image-wrap {
        display: block;
        width: 40%;
    }

    .wps-event-list-standard .wps-col-table-c.wps-event-content-wrap {
        display: block;
        min-height: 230px;
    }

    .wps-event-list-standard .wps-event-meta-wrap {
        display: block;
        border-left: none;
        border-top: 1px solid #eee;
        width: 100%;
        float: none;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 960px) {

    .wps-event-list-standard .wps-col-table-c.wps-event-content-wrap,
    .wps-event-list-standard .wps-col-table-c.wps-event-image-wrap {
        display: table-cell;
    }
}

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

    .wps-event-list-standard .wps-col-table-c.wps-event-image-wrap,
    .wps-event-list-standard .wps-col-table-c.wps-event-image-wrap img {
        float: none;
        width: 100%;
        padding: 0;
    }

    .wps-event-list-standard .wps-col-table-c.wps-event-content-wrap {
        padding: 10px 10px 10px 30px;
    }
}

.wps-wrap .wps-events-cal-links {
    margin-bottom: 0;
}

.wps-single-event #wps-wrap {
    padding: 0;
    margin-top: 35px;
}

.wps-wrap .wps-single-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px;
    color: inherit
}

.wps-single-event .wps-event-content {
    padding: 20px 0 20px;
    margin-bottom: 0px;
}

.wps-single-event .wps-events-meta-group-booking,
.wps-single-event .wps-events-meta-group-countdown {
    border-radius: 16px;
}

.wps-single-event .wps-events-meta-group-booking,
.wps-single-event .wps-frontbox {
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-wrap #main-content {
    overflow: hidden;
    padding-top: 35px;
}

.wps-single-event .wps-map-get-direction-address-cnt {
    position: relative;
}

.wps-single-event .wps-map-get-direction-address-cnt input.wps-map-get-direction-address {
    width: 100%;
    height: 46px;
    padding: 13px 10px;
    margin-bottom: 0;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.081);
}

.wps-single-event .wps-map-get-direction-address-cnt input.wps-map-get-direction-address:focus {
    color: #444;
    background: #fff;
    border-color: #b0b0b0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.wps-single-event .wps-map-get-direction-btn-cnt input {
    width: 100%;
}

.wps-single-event .wps-map-get-direction-reset {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 10px;
    font-size: 11px;
    cursor: pointer;
}

.wps-events-meta-group-tags {
    margin-top: 20px;
}

.wps-events-meta-group-tags a {
    display: inline-block;
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 3px 7px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    margin: 1px 3px;
}

.wps-events-meta-group-tags a:hover {
    text-decoration: underline;
    background: #f9f9f9;
}

.wps-local-time-details li {
    list-style: none;
}

.wps-single-event:not(.wps-single-modern) .wps-local-time-details {
    background: #f7f7f7;
    padding: 12px 14px 8px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative;
    border: none;
}

.wps-single-event:not(.wps-single-modern) .wps-local-time-details ul {
    margin: 0;
    padding-left: 35px;
}

.wps-single-event:not(.wps-single-modern) .wps-local-time-details h3 {
    border: none;
    padding-left: 15px;
}

.wps-single-event:not(.wps-single-modern) .wps-local-time-details h3:before {
    display: none;
}

.wps-single-event.wps-single-modern i.wps-sl-speedometer {
    display: none;
}

.wps-single-event .wps-events-meta-group-booking {
    padding-bottom: 30px;
}

.wps-single-event .wps-events-meta-group-booking ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.wps-single-event .wps-events-meta-group-booking ul li {
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.wps-single-event .wps-events-meta-group-booking h4 {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
}

.wps-single-event .wps-events-meta-group-booking li h4 {
    font-size: 19px;
}

.wps-single-event .wps-events-meta-group-booking button,
.wps-single-event .wps-events-meta-group-booking input {
    border-radius: 0;
    margin-bottom: 6px;
}

.wps-single-event .wps-events-meta-group-booking button {
    min-width: 170px;
    margin-top: 5px;
}

.wps-single-event .wps-events-meta-group-booking .wps-event-ticket-available {
    display: block;
    margin-bottom: 20px;
    margin-top: -17px;
    font-size: 11px;
    color: #8a8a8a;
}

.wps-single-event .wps-events-meta-group-booking .wps-book-price-total {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 26px;
    color: #39c36e;
    font-weight: 700;
    padding: 10px 0;
}

.wps-single-event .wps-events-meta-group-booking form {
    margin: 0;
}

.wps-single-event .wps-events-meta-group-booking label {
    color: #424242;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 3px 0;
    display: block;
    clear: none;
    padding: 5px 1em 3px 0;
}

.wps-single-event .wps-events-meta-group-booking input::-webkit-input-placeholder {
    color: #aaa;
}

.wps-single-event .wps-events-meta-group-booking input:-moz-placeholder {
    color: #aaa;
}

.wps-single-event .wps-events-meta-group-booking input[type="email"],
.wps-single-event .wps-events-meta-group-booking input[type="number"],
.wps-single-event .wps-events-meta-group-booking input[type="password"],
.wps-single-event .wps-events-meta-group-booking input[type="tel"],
.wps-single-event .wps-events-meta-group-booking input[type="text"],
.wps-single-event .wps-events-meta-group-booking select,
.wps-single-event .wps-events-meta-group-booking textarea {
    display: block;
    background: #fcfcfc;
    min-height: 42px;
    min-width: 180px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 13px 10px;
    width: 330px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.051);
    clear: both;
}

.wbwps-mandatory {
    padding-left: 5px;
    font-size: 14px;
}

.wps-single-event .wps-events-meta-group-booking .wps-red-notification input,
.wps-single-event .wps-events-meta-group-booking .wps-red-notification select,
.wps-single-event .wps-events-meta-group-booking .wps-red-notification textarea {
    border: 1px solid #ff3c3c;
}

.wps-single-event .wps-events-meta-group-booking .wps-red-notification input[type="checkbox"],
.wps-single-event .wps-events-meta-group-booking .wps-red-notification input[type="radio"] {
    outline: 1px solid #ff3c3c;
}

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

    .wps-single-event .wps-events-meta-group-booking input[type="email"],
    .wps-single-event .wps-events-meta-group-booking input[type="number"],
    .wps-single-event .wps-events-meta-group-booking input[type="password"],
    .wps-single-event .wps-events-meta-group-booking input[type="tel"],
    .wps-single-event .wps-events-meta-group-booking input[type="text"],
    .wps-single-event .wps-events-meta-group-booking select,
    .wps-single-event .wps-events-meta-group-booking textarea {
        width: 100%;
    }
}

.wps-single-event .wps-events-meta-group-booking input[type="email"]:focus,
.wps-single-event .wps-events-meta-group-booking input[type="number"]:focus,
.wps-single-event .wps-events-meta-group-booking input[type="password"]:focus,
.wps-single-event .wps-events-meta-group-booking input[type="tel"]:focus,
.wps-single-event .wps-events-meta-group-booking input[type="text"]:focus,
.wps-single-event .wps-events-meta-group-booking select:focus,
.wps-single-event .wps-events-meta-group-booking textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    outline: 0;
}

.wps-single-event .wps-events-meta-group-booking input[type="checkbox"],
.wps-single-event .wps-events-meta-group-booking input[type="radio"] {
    margin-right: 6px;
    margin-top: 5px;
    min-height: 20px;
    clear: none;
    margin: 0 0 0 2px;
}

.wps-single-event .wps-events-meta-group-booking input[type="checkbox"] {
    float: left;
}

.wps-events-meta-group-booking ul.wps-book-price-details {
    list-style: none;
    border: 1px solid #eee;
    padding: 0;
    overflow: hidden;
}

.wps-events-meta-group-booking ul.wps-book-price-details li {
    font-size: 15px;
    color: #a9a9a9;
    list-style: none;
    padding: 13px 18px;
    margin: 0;
    float: left;
    border-right: 1px solid #eee;
}

.wps-events-meta-group-booking ul.wps-book-price-details li:last-child {
    border-right: none;
}

.wps-events-meta-group-booking ul.wps-book-price-details li span.wps-book-price-detail-amount {
    font-weight: 700;
    font-size: 21px;
    color: #222;
}

.wps-single-event .wps-events-meta-group-booking button[type="submit"]:after {
    display: none;
    font-family: simple-line-icons;
    content: "\e098";
    margin-left: 4px;
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -ms-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

.wps-single-event .wps-events-meta-group-booking button[type="submit"].loading:after {
    display: inline-block;
}

.wps-single-event .wps-event-export-module {
    display: block;
}

.wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul {
    display: table;
    width: 100%;
}

.wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li {
    display: table-cell;
}

.wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li:last-child {
    text-align: right;
}

.wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li a:hover {
    color: #fff;
}

.wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul {
    padding-left: 0;
    margin: 15px 5px;
}

.wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting {
    padding-left: 0;
    margin: 0;
}

.wps-ticket-price {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 300;
}

.wps-book-reg-field-checkbox label,
.wps-book-reg-field-radio label {
    line-height: 1.36;
}

.wps-book-reg-field-checkbox input[type="checkbox"],
.wps-book-reg-field-radio input[type="radio"] {
    float: left;
    margin-right: 5px !important;
}

.wps-ticket-available-spots .wps-event-ticket-description,
.wps-ticket-available-spots .wps-event-ticket-price {
    font-size: 11px;
}

.wps-book-ticket-container .wps-reg-mandatory:nth-child(2) label:after,
.wps-book-ticket-container .wps-reg-mandatory:nth-child(3) label:after,
.wps-book-ticket-container .wbwps-mandatory {
    content: "*";
    color: red;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding-left: 5px;
}

@media only screen and (max-width: 767px) {
    .wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li {
        width: 100%;
        min-height: 40px;
        margin-bottom: 15px;
        text-align: center;
        float: none;
        display: block;
    }

    .wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li a {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: block;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .wps-single-event .wps-events-meta-group-booking {
        margin-bottom: 30px;
    }
}

.wps-single-event .wps-event-meta dt,
.wps-single-event .wps-event-meta h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px;
}

.wps-single-event .wps-event-meta h6 {
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 5px;
    display: inline;
    color: #222;
    padding-left: 0;
}

.wps-single-event .wps-event-meta .wps-events-event-categories a,
.wps-single-event .wps-event-meta dd {
    font-size: 14px;
    color: #8d8d8d;
}

.wps-single-event .wps-event-meta dd {
    margin: 0;
    padding-left: 0px;
}

.wps-single-event .wps-event-meta dd.wps-events-event-categories {
    line-height: 1.5px;
    margin: 0px;
}

.wps-single-event .wps-event-meta dd.wps-events-event-categories:first-of-type {
    padding-top: 10px;
}

.wps-single-event .wps-event-meta dd.wps-events-event-categories:last-of-type {
    border-bottom: 0;
}

.wps-single-event .wps-event-meta dd a {
    color: #8d8d8d;
    transition: all 0.2s ease;
}

.wps-single-event .wps-event-meta dd a i:before {
    font-size: 16px !important;
}

.wps-single-event .wps-event-meta dd a i {
    vertical-align: top;
    margin-right: 8px;
}

.wps-single-event .wps-event-meta dl {
    margin-bottom: 0;
}

.wps-single-event .wps-event-meta .wps-events-event-cost {
    font-size: 18px;
}

.wps-single-event .wps-event-meta .wps-events-address {
    color: #8d8d8d;
    margin-bottom: 3px;
    margin-top: 5px;
}

.wps-single-event .wps-event-meta .wps-events-meta-group-venue .author {
    margin-bottom: 0;
    color: #8d8d8d;
    font-size: 13px;
}

.wps-single-event .wps-events-event-image {
    margin-bottom: 0;
}

.wps-single-event h2.wps-single-event-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px;
}

.wps-single-event .wps-booking-button {
    border-bottom: none;
    letter-spacing: 0.5px;
    line-height: 18px;
    height: 50px;
    transition: all 0.5s ease;
    color: #fff;
    padding: 16px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 5px;
}

.wps-single-event .wps-booking-button:hover {
    background-color: #101010 !important;
}

.wps-single-event .wps-event-tags a {
    display: inline-block;
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 3px 7px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    margin: 1px 3px;
}

.wps-single-event .wps-event-tags:before {
    font-size: 24px;
    color: #303030;
    margin-right: 5px;
    content: "\f02c";
    font-family: fontawesome;
}

.wps-single-event .wps-event-tags {
    padding-top: 13px;
}

.wps-single-event .wps-event-sharing {
    margin: 30px 0 10px;
}

.wps-region.wps-events-abbr,
.wps-single-event .wps-street-address {
    font-style: normal;
    font-size: 13px;
}

.wps-events-meta-group.wps-events-meta-group-venue:before,
.wps-single-event-date:before,
.wps-single-event-time:before {
    color: #40d9f1;
}

.wps-single-event .wps-event-social {
    text-align: center;
}

.wps-single-event .wps-event-social h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

.wps-single-event .wps-social-single:before {
    padding: 13px 35px;
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: 39px;
}

.wps-single-event .wps-event-social .event-sharing {
    margin-top: 30px;
}

.wps-single-event .wps-event-social ul {
    list-style: none;
    margin-left: 0;
}

.wps-single-event .wps-event-social li.wps-event-social-icon {
    display: inline-block;
}

.wps-single-event .wps-event-social li.wps-event-social-icon a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 9px;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
}

.wps-single-event .wps-event-social a.facebook {
    background: #3b5996;
}

.wps-single-event .wps-event-social a.facebook:hover {
    background: #28385c;
}

.wps-single-event .wps-event-social a.twitter {
    background: #00acee;
}

.wps-single-event .wps-event-social a.twitter:hover {
    background: #0087bd;
}

.wps-single-event .wps-event-social a.vimeo {
    background: #0dadd6;
}

.wps-single-event .wps-event-social a.vimeo:hover {
    background: #0a85a3;
}

.wps-single-event .wps-event-social a.dribble {
    background: #d53e68;
}

.wps-single-event .wps-event-social a.dribble:hover {
    background: #bf4c78;
}

.wps-single-event .wps-event-social a.youtube {
    background: #cb322c;
}

.wps-single-event .wps-event-social a.youtube:hover {
    background: #992622;
}

.wps-single-event .wps-event-social a.pinterest {
    background: #cb2027;
}

.wps-single-event .wps-event-social a.pinterest:hover {
    background: #99181d;
}

.wps-single-event .wps-event-social a.google {
    background: #c3391c;
}

.wps-single-event .wps-event-social a.google:hover {
    background: #99181f;
}

.wps-single-event .wps-event-social a.linkedin {
    background: #0073b2;
}

.wps-single-event .wps-event-social a.linkedin:hover {
    background: #005380;
}

.wps-single-event .wps-event-social a.email {
    background: #ff5d5e;
}

.wps-single-event .wps-event-social a.email:hover {
    background: #cc4949;
}

.wps-single-event .wps-event-social a.rss {
    background: #f29a1d;
}

.wps-single-event .wps-event-social a.rss:hover {
    background: #cc7400;
}

.wps-single-event .wps-event-social a.instagram {
    background: #457399;
}

.wps-single-event .wps-event-social a.instagram:hover {
    background: #2e4d66;
}

.wps-single-event .wps-event-social a.other-social {
    background: #ff5d5e;
}

.wps-single-event .wps-event-social a.other-social:hover {
    background: #cc4949;
}

.wps-single-event .wps-event-social {
    text-align: center;
}

.wps-single-event .wps-events-meta-group-booking form>h4,
.wps-single-event .wps-frontbox-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

.wps-single-event .wps-events-meta-group-booking form>h4:before,
.wps-single-event .wps-frontbox-title:before {
    padding: 1px 35px;
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%;
}

.wps-event-meta i:before {
    font-size: 20px;
    vertical-align: middle;
}

.wps-event-meta .wps-single-event-additional-organizers i:before,
.wps-event-meta .wps-single-event-organizer i:before {
    font-size: 14px;
    vertical-align: baseline;
}

#wps-wrap .wps-events-day-time-slot .wps-events-content {
    float: left;
    width: 33%;
    padding: 0 15px;
}

#wps-wrap .wps-events-day-time-slot .wps-events-event-image {
    padding-left: 0;
}

#wps-events-content .wps-events-abbr {
    color: #8d8d8d;
    font-size: 14px;
}

.wps-single-event .wps-events-content {
    margin-bottom: 30px;
}

.wps-single-event .wps-organizer-url a {
    word-wrap: break-word;
}

.wps-single-event #headline {
    margin: 0 0 10px;
}

.wps-single-event #headline h2 {
    padding: 0;
}

.wps-single-event .wps-events-meta-group.wps-events-meta-group-gmap .wps-events-venue-map {
    margin-top: 0;
    padding: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
}

#wps-events-gmap-0 {
    height: 325px !important;
}

.wps-events-list .wps-events-day-time-slot .wps-events-event-meta {
    width: 33%;
    float: left;
    padding: 40px;
    height: auto;
    margin: 0;
}

.wps-events-day-time-slot .wps-events-content.description.entry-summary {
    font-size: 15px;
    font-weight: 300;
    color: #8d8d8d;
}

.wps-events-day-time-slot .type-wps_events h2 {
    font-size: 28px;
    padding-bottom: 20px;
}

.wps-events-day .wps-events-day-time-slot .type-wps_events {
    margin: 0;
}

.wps-events-day .wps-events-day-time-slot h5 {
    background-color: #8d8d8d;
}

.wps-single-event .wps-event-meta .wps-single-event-additional-organizers .wps-events-single-section-title,
.wps-single-event .wps-event-meta .wps-single-event-organizer .wps-events-single-section-title,
.wps-single-event .wps-events-meta-date h3 {
    padding-left: 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.wps-single-event .wps-events-meta-date h3 {
    width: 100%;
}

.wps-single-event .wps-events-event-image {
    border: 0;
}

.wps-single-event .wps-events-venue-map {
    padding: 0;
}

.wps-event-cost,
.wps-event-more-info,
.wps-event-website,
.wps-events-meta-date,
.wps-single-event-additional-organizers,
.wps-single-event-category,
.wps-single-event-date,
.wps-single-event-label,
.wps-single-event-location,
.wps-single-event-organizer,
.wps-single-event-time {
    background: #f7f7f7;
    padding: 12px 14px 8px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative;
}

.wps-single-event .wps-events-meta-date dd,
.wps-single-event .wps-single-event-additional-organizers dd,
.wps-single-event .wps-single-event-organizer dd {
    padding-left: 0;
    margin-bottom: 10px;
}

.wps-single-event .wps-events-meta-date dd span,
.wps-single-event .wps-single-event-additional-organizers dd span,
.wps-single-event .wps-single-event-organizer dd span {
    display: block;
    padding-left: 12px;
    color: #8d8d8d;
}

.wps-single-event .wps-events-meta-date i,
.wps-single-event .wps-single-event-additional-organizers i,
.wps-single-event .wps-single-event-organizer i {
    margin-right: 10px;
    margin-left: 0px;
}

.wps-events-meta-group.wps-events-meta-group-venue dl {
    margin-bottom: 0;
}

address.wps-events-address {
    line-height: 19px;
    font-style: normal;
    font-size: 13px;
}

.wps-single-event .wps-event-content dt {
    margin-top: 5px;
}

.wps-single-event .wps-single-event-additional-organizers .wps-single-event-additional-organizer {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
}

.wps-single-event .wps-single-event-additional-organizers .wps-single-event-additional-organizer:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.wps-event-schedule-content {
    border-left: 4px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #8a8a8a;
}

.wps-event-schedule-content dl {
    padding-left: 24px;
    font-size: 12px;
    position: relative;
    margin-bottom: 35px;
}

.wps-event-schedule-content dl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 0;
    border-top: 4px solid #f0f0f0;
}

.wps-event-schedule-content dl dt {
    margin: 0 0 10px;
    line-height: 1.16;
}

.wps-event-schedule-content dl dt.wps-schedule-title {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700;
}

.wps-event-schedule-content dl dt.wps-schedule-description {
    font-weight: 300;
}

.wps-single-event-location img,
.wps-single-event-organizer img {
    margin-bottom: 10px;
    width: 100%;
}

.wps-qrcode-details {
    text-align: center;
}

.wps-time-comment {
    font-size: 11px;
}

.wps-wrap .wps-attendees-list-details p {
    font-weight: 300;
    margin: 20px 0 0 0;
    color: #8d8d8d;
}

.wps-wrap .wps-attendees-list-details li {
    list-style: none;
    display: block;
    margin-top: 15px;
}

.wps-wrap .wps-attendees-list-details li .wps-attendee-avatar {
    display: inline-block;
}

.wps-wrap .wps-attendees-list-details li .wps-attendee-profile-link {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.wps-attendees-list-details ul {
    margin-bottom: 0;
}

.wps-attendees-list-details .wps-attendee-profile-link a {
    color: #8d8d8d;
}

.wps-attendees-list-details .wps-attendee-profile-link span {
    display: block;
    color: #000;
}

.wps-calendar {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    width: 100%;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-calendar .wps-calendar-topsec {
    display: table;
    background: #fff;
}

.wps-calendar .wps-calendar-topsec .wps-calendar-events-sec {
    display: none;
}

.wps-calendar .wps-calendar-side {
    width: 590px;
    display: table-cell;
    padding: 40px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 5px 6px rgba(0, 0, 0, 0.005) inset;
}

.wps-calendar .wps-calendar-events-side {
    display: table-cell;
    height: 100%;
    border-left: 1px solid #efefef;
    padding: 40px;
    width: 100%;
}

.wps-calendar .wps-calendar-events-side .wps-table-side-day {
    width: 46px;
    height: 46px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    line-height: 46px;
    border: 1px solid #40d9f1;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}

.wps-calendar .wps-calendar-events-side .wps-table-side-title {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.wps-calendar .wps-calendar-header {
    position: relative;
    width: 560px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.wps-calendar .wps-calendar-header h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.wps-calendar .wps-event-footer {
    width: auto;
    min-height: 60px;
}

.wps-calendar dl {
    display: table;
    margin: 0;
    border: none;
    padding: 0;
    table-layout: fixed;
}

.wps-calendar dt {
    display: table-cell;
    transition: all 0.66s ease;
    color: #4d4d4d;
    background: #fff;
    border-radius: 44px;
    font-size: 14px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.wps-calendar .wps-calendar-table .wps-no-event {
    display: none;
}

.wps-calendar .wps-calendar-table-head dt {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.wps-calendar .wps-calendar-row dt:hover {
    background: #f4f4f4;
}

.wps-calendar .wps-table-nullday {
    color: #cacaca;
}

.wps-calendar.wps-box-calendar .wps-table-nullday:last-child {
    border-right: 1px solid #eaeaea;
}

.wps-calendar .wps-next-month:hover,
.wps-calendar .wps-prev-month:hover {
    background: #f4f4f4;
}

.wps-calendar .wps-selected-day,
.wps-calendar .wps-selected-day:hover {
    background: #40d9f1;
    color: #fff;
}

.wps-calendar .wps-selected-day a {
    color: #fff;
}

.wps-calendar .wps-has-event {
    position: relative;
}

.wps-calendar .wps-calendar-row dt.wps-has-event:hover {
    background: #40d9f1;
}

.wps-calendar .wps-has-event a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #4d4d4d;
    transition: all 0.25s ease;
    text-decoration: none;
    box-shadow: none;
}

.wps-calendar .wps-calendar-row dt.wps-has-event.wps-selected-day a,
.wps-calendar .wps-calendar-row dt.wps-has-event:hover a {
    color: #fff;
}

.wps-calendar .wps-has-event:after {
    background-color: #40d9f1;
    border-radius: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    bottom: 14px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    transition: all 0.25s ease;
}

.wps-calendar .wps-calendar-row dt.wps-has-event:hover:after {
    background-color: #fff;
}

.wps-calendar .wps-has-event.wps-selected-day:after {
    display: none;
}

.wps-calendar .wps-event-article {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 26px;
    border-top: 1px solid #efefef;
    transition: all 0.33s ease;
}

.wps-calendar .wps-event-article:hover {
    background-color: #fafafa;
}

.wps-calendar .wps-event-article .wps-event-time {
    font-size: 11px;
    line-height: 1.1;
    margin: 0;
}

.wps-calendar .wps-event-article .wps-event-title {
    font-size: 13px;
    padding: 0;
    margin: 10px 0 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.wps-calendar .wps-event-article .wps-event-title a {
    text-decoration: none;
    color: #494949;
    transition: color 0.3s ease;
}

.wps-calendar .wps-event-article .wps-event-title a:hover {
    color: #40d9f1;
}

.wps-calendar .wps-event-article .wps-event-image,
.wps-calendar .wps-event-list-classic .wps-event-image img {
    width: 65px;
    height: auto;
}

.wps-calendar .wps-event-article .wps-event-image {
    float: left;
    margin-right: 20px;
    width: 65px;
    height: auto;
}

.wps-calendar .wps-event-article .wps-event-detail {
    font-size: 13px;
    line-height: 1.3;
    font-family: Roboto, sans-serif;
    color: #9a9a9a;
    margin-bottom: 0;
}

.wps-calendar .wps-calendar-side .wps-next-month,
.wps-calendar .wps-calendar-side .wps-previous-month {
    cursor: pointer;
    position: absolute;
    top: 0;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #a9a9a9;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #efefef;
    border-top: none;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.015);
    transition: all 0.33s ease;
}

.wps-calendar .wps-calendar-side .wps-next-month i,
.wps-calendar .wps-calendar-side .wps-previous-month i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer;
}

.wps-calendar .wps-calendar-side .wps-next-month:hover,
.wps-calendar .wps-calendar-side .wps-previous-month:hover {
    background-color: #f9f9f9;
    color: #40d9f1;
}

.wps-calendar .wps-calendar-side .wps-previous-month {
    left: 0;
    border-bottom-right-radius: 6px;
    border-left: none;
}

.wps-calendar .wps-calendar-side .wps-next-month {
    right: 0;
    border-bottom-left-radius: 6px;
    border-right: none;
}

@media only screen and (min-width: 961px) {
    .wps-wrap.wps-sm959 .wps-calendar:not(.wps-event-calendar-classic):not(.wps-calendar-weekly) .wps-has-event:after {
        width: 6px;
        height: 6px;
        bottom: 6px;
    }

    .wps-wrap.wps-sm959 .wps-calendar:not(.wps-event-calendar-classic):not(.wps-calendar-weekly) .wps-calendar-side {
        width: 370px;
    }

    .wps-wrap.wps-sm959 .wps-calendar:not(.wps-event-calendar-classic):not(.wps-calendar-weekly) .wps-calendar-header {
        position: relative;
        width: 350px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .wps-wrap.wps-sm959 .wps-calendar:not(.wps-event-calendar-classic):not(.wps-calendar-weekly) dt {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wps-wrap.wps-sm959 .wps-calendar.wps-event-calendar-classic dl dt {
        height: 110px;
    }
}

@media only screen and (max-width: 1200px) {
    .wps-calendar .wps-has-event:after {
        width: 6px;
        height: 6px;
        bottom: 6px;
    }

    .wps-calendar .wps-calendar-side {
        width: 370px;
    }

    .wps-calendar .wps-calendar-header {
        position: relative;
        width: 350px;
        margin-top: 30px;
    }

    .wps-calendar dt {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .wps-calendar .wps-calendar-header h2 {
        font-size: 18px;
    }

    .wps-calendar .wps-calendar-topsec {
        width: 100%;
    }

    .wps-calendar .wps-calendar-side {
        width: 100%;
        display: block;
        padding: 30px;
    }

    .wps-calendar .wps-calendar-header {
        width: auto;
    }

    .wps-calendar .wps-calendar-events-side {
        width: 100%;
        display: block;
        height: 100%;
        border-left: none;
        border-top: 1px solid #efefef;
        padding: 20px;
    }

    .wps-calendar dl {
        width: 100%;
    }

    .wps-calendar dt {
        width: 14%;
        height: 60px;
        line-height: 60px;
        border-radius: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-calendar .wps-has-event:after {
        width: 4px;
        height: 4px;
    }

    .wps-calendar .wps-calendar-header h2 {
        font-size: 16px;
        margin-top: 33px;
    }

    .wps-calendar dt {
        height: 38px;
        line-height: 38px;
    }

    .wps-calendar .wps-event-list-classic .wps-event-detail,
    .wps-calendar .wps-event-list-classic .wps-event-title {
        font-size: 12px;
    }

    .wps-calendar .wps-event-list-classic .wps-event-time {
        font-size: 10px;
    }
}

.wps-box-calendar.wps-calendar .wps-has-event a,
.wps-box-calendar.wps-calendar dt {
    border-radius: 0;
}

.wps-box-calendar.wps-calendar .wps-calendar-header {
    margin-top: 2px;
    margin-bottom: 30px;
}

.wps-box-calendar.wps-calendar dt {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.wps-box-calendar.wps-calendar dl dt:last-child {
    border-right: 1px solid #eaeaea;
}

.wps-box-calendar.wps-calendar .wps-calendar-table-head dt {
    border-top: 1px solid #eaeaea;
    background-color: #f8f8f8;
}

.wps-box-calendar.wps-calendar.wps-event-calendar-classic .wps-calendar-table-head dt {
    background-color: #f4f4f4;
}

.wps-box-calendar.wps-calendar .wps-calendar-side .wps-next-month,
.wps-box-calendar.wps-calendar .wps-calendar-side .wps-previous-month {
    border-radius: 2px;
    top: 40px;
    border: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    z-index: 1;
}

.wps-box-calendar.wps-calendar .wps-calendar-side .wps-previous-month {
    left: 60px;
}

.wps-box-calendar.wps-calendar .wps-calendar-side .wps-next-month {
    right: 60px;
}

.wps-box-calendar.wps-calendar .wps-calendar-side {
    box-shadow: none;
}

.wps-box-calendar.wps-calendar .wps-calendar-events-side {
    border: none;
}

.wps-box-calendar.wps-calendar .wps-calendar-events-side .wps-table-side-day {
    border-radius: 2px;
}

.wps-box-calendar.wps-calendar h4.wps-month-label {
    position: relative;
    width: 560px;
    margin-top: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.wps-widget .wps-box-calendar.wps-calendar h4.wps-month-label {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-previous-month {
        left: 42px;
    }

    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-next-month {
        right: 42px;
    }

    .wps-calendar .wps-calendar-header h2 {
        font-size: 17px;
        margin-top: 7px;
    }
}

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

    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-next-month,
    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-previous-month {
        top: 28px;
        font-size: 10px;
    }

    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-previous-month {
        left: 30px;
    }

    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-next-month {
        right: 30px;
    }

    .wps-calendar .wps-calendar-header h2 {
        font-size: 15px;
    }
}

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

    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-next-month,
    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-previous-month {
        top: 16px;
        font-size: 0;
        padding: 4px 0;
        text-align: center;
        min-width: 33px;
    }

    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-previous-month {
        left: 10px;
    }

    .wps-box-calendar.wps-calendar .wps-calendar-side .wps-next-month {
        right: 10px;
    }

    .wps-box-calendar.wps-calendar .wps-calendar-header h2 {
        font-size: 12px;
        margin-top: 15px;
    }

    .wps-box-calendar.wps-calendar .wps-event-image {
        margin-right: 12px;
    }
}

.wps-calendar.wps-event-calendar-classic,
.wps-calendar.wps-event-calendar-classic .wps-calendar-side {
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-side {
    display: block;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-header,
.wps-calendar.wps-event-calendar-classic dl {
    width: 100%;
}

.wps-calendar.wps-event-calendar-classic dl dt {
    width: auto;
    height: 136px;
    line-height: 1.2;
    text-align: left;
    padding: 5px 7px;
    position: relative;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-table-head dt {
    height: 30px !important;
}

.wps-box-calendar.wps-calendar.wps-event-calendar-classic .wps-calendar-side .wps-next-month,
.wps-box-calendar.wps-calendar.wps-event-calendar-classic .wps-calendar-side .wps-previous-month {
    top: 0;
}

.wps-calendar.wps-event-calendar-classic .wps-has-event:after {
    bottom: auto;
    top: 24px;
    left: 7px;
    margin: 0;
}

.wps-box-calendar.wps-calendar.wps-event-calendar-classic .wps-calendar-side .wps-previous-month {
    left: 0;
}

.wps-box-calendar.wps-calendar.wps-event-calendar-classic .wps-calendar-side .wps-next-month {
    right: 0;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-events-sec {
    text-align: left;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 10px 20px;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-events-sec {
    display: none;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-events-sec .wps-event-article:hover {
    background-color: #fcfcfc;
}

.wps-calendar.wps-event-calendar-classic .wps-selected-day,
.wps-calendar.wps-event-calendar-classic dt.wps-selected-day:hover {
    color: #40d9f1;
    font-weight: 700;
    background: #fafafa;
    border-bottom: none;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-events-sec .wps-table-side-day,
.wps-calendar.wps-event-calendar-classic .wps-calendar-events-sec .wps-table-side-title {
    display: inline-block;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-events-sec .wps-table-side-day {
    margin-left: 4px;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-row dt.wps-has-event a {
    color: #4d4d4d;
}

.wps-calendar.wps-event-calendar-classic .wps-calendar-row dt.wps-has-event:not(.wps-selected-day):hover a {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .wps-calendar.wps-event-calendar-classic dl dt {
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .wps-calendar.wps-event-calendar-classic dl dt {
        height: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-calendar.wps-event-calendar-classic .wps-calendar-events-sec {
        padding: 10px;
    }

    .wps-box-calendar.wps-calendar.wps-event-calendar-classic .wps-calendar-header h2 {
        font-size: 13px;
        margin-top: 8px;
    }
}

.wps-calendar.wps-calendar-daily .wps-calendar-day-events .wps-event-article {
    padding-left: 15px;
    padding-right: 15px;
}

.wps-calendar.wps-calendar-daily .wps-calendar-a-month {
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #f4f4f4;
    position: relative;
}

.wps-calendar.wps-calendar-daily .wps-calendar-a-month h4 {
    color: #444;
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 0 11px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-top {
    text-align: center;
    padding: 10px 0;
    position: relative;
    background-color: #fafafa;
}

.wps-calendar.wps-calendar-daily .wps-next-month,
.wps-calendar.wps-calendar-daily .wps-previous-month {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.015);
    transition: all 0.33s ease;
    cursor: pointer;
}

.wps-calendar.wps-calendar-daily .wps-next-month i,
.wps-calendar.wps-calendar-daily .wps-previous-month i {
    font-size: 14px;
    cursor: pointer;
}

.wps-calendar.wps-calendar-daily .wps-next-month:hover,
.wps-calendar.wps-calendar-daily .wps-previous-month:hover {
    border-color: #d0d0d0;
    color: #444;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.075);
}

.wps-calendar.wps-calendar-daily .wps-previous-month {
    margin-left: -150px;
}

.wps-calendar.wps-calendar-daily .wps-next-month {
    margin-left: 100px;
}

.wps-calendar.wps-calendar-daily .wps-calendar-a-month .wps-next-month,
.wps-calendar.wps-calendar-daily .wps-calendar-a-month .wps-previous-month {
    min-height: 28px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    margin-top: -14px;
    border-radius: 3px;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-top h2,
.wps-calendar.wps-calendar-daily .wps-calendar-d-top h3 {
    margin-top: 9px;
    color: #b9b9b9;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-top h2 {
    font-size: 81px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.1;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table {
    overflow: hidden;
    background: #fff;
    min-height: 60px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #f3f3f3;
    padding: 0 50px;
    position: relative;
}

@media only screen and (min-width: 479px) {
    .wps-calendar.wps-calendar-daily .wps-calendar-d-table {
        padding: 0 55px;
    }
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table dl {
    width: 1310px;
    display: block;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl {
    display: none;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl.wps-weekly-view-week-active {
    display: block;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table a,
.wps-calendar.wps-calendar-daily .wps-calendar-d-table dl dt {
    display: block;
    background: #fff;
    width: 42px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table .wps-daily-view-day:hover,
.wps-calendar.wps-calendar-daily .wps-calendar-d-table dl dt:hover {
    background: #fafafa;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.065) inset;
    cursor: pointer;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table .wps-daily-view-day {
    cursor: default;
    background: #fff;
    color: #c1c1c1;
    line-height: 59px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table .wps-daily-view-day.wps-has-event {
    cursor: pointer;
    font-weight: 700;
    color: #4a4a4a;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table .wps-daily-view-day.wps-daily-view-day-active,
.wps-calendar.wps-calendar-daily .wps-calendar-d-table dl dt.wps-table-d-current {
    font-size: 18px;
    font-weight: 700;
    background: #fafafa;
    color: #40d9f1;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table a.wps-table-d-next,
.wps-calendar.wps-calendar-daily .wps-calendar-d-table a.wps-table-d-prev {
    float: none;
    font-size: 14px;
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.wps-calendar.wps-calendar-daily .wps-calendar-d-table a.wps-table-d-next {
    left: auto;
    right: 0;
    border-left: 1px solid #e6e6e6;
    border-right: none;
}

.wps-calendar.wps-calendar-daily .wps-today-container .wps-today-count {
    font-size: 12px;
    color: #888;
    text-align: center;
}

@media only screen and (max-width: 479px) {
    .wps-calendar.wps-calendar-daily .wps-previous-month {
        margin-left: -130px;
    }

    .wps-calendar.wps-calendar-daily .wps-next-month {
        margin-left: 80px;
    }

    .wps-calendar.wps-calendar-daily .wps-calendar-a-month h4 {
        font-size: 14px;
        letter-spacing: 0;
    }
}

.widget .wps-calendar.wps-calendar-daily .wps-calendar-a-month h4 {
    font-size: 14px;
    letter-spacing: 0;
}

.widget .wps-calendar.wps-calendar-daily .wps-previous-month {
    margin-left: -130px;
}

.widget .wps-calendar.wps-calendar-daily .wps-next-month {
    margin-left: 80px;
}

.wps-util-hidden {
    display: none;
}

.wps-daily-view-date-events,
.wps-weekly-view-date-events {
    list-style: none;
    margin: 0;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table {
    padding: 0;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl {
    width: calc(100% - 1px);
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl dt {
    width: 14.286%;
    height: 70px;
    line-height: normal;
    cursor: default;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl dt:hover {
    background: #fff;
    cursor: default;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl dt:last-child {
    border-right: none;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl dt span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 6px;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-d-table a.wps-table-d-next,
.wps-calendar.wps-calendar-weekly .wps-calendar-d-table a.wps-table-d-prev {
    display: none;
}

ul.wps-weekly-view-dates-events,
ul.wps-weekly-view-dates-events li {
    padding: 0;
    margin: 0;
    line-height: initial;
}

.wps-calendar.wps-calendar-weekly .wps-event-list-weekly-date {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    padding-top: 2px;
}

.wps-calendar.wps-calendar-weekly .wps-event-list-weekly-date span {
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-a-month .wps-previous-month {
    margin-left: 0;
    left: 12px;
}

.wps-calendar.wps-calendar-weekly .wps-calendar-a-month .wps-next-month {
    margin-left: 0;
    left: auto;
    right: 12px;
}

@media only screen and (max-width: 479px) {
    .wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl dt span {
        font-size: 9px;
        letter-spacing: 0;
    }

    .wps-calendar.wps-calendar-weekly .wps-event-list-weekly-date {
        width: 100%;
        height: 36px;
        margin-bottom: 12px;
        line-height: 1;
        font-size: 10px;
        margin-right: 5px;
        text-align: left;
    }

    .wps-calendar.wps-calendar-weekly .wps-event-list-weekly-date span {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

.widget .wps-calendar.wps-calendar-weekly .wps-calendar-d-table dl dt span {
    font-size: 9px;
    letter-spacing: 0;
}

.widget .wps-calendar.wps-calendar-weekly .wps-event-list-weekly-date {
    width: 100%;
    height: 36px;
    margin-bottom: 12px;
    line-height: 1;
    font-size: 10px;
    margin-right: 5px;
    text-align: left;
}

.widget .wps-calendar.wps-calendar-weekly .wps-event-list-weekly-date span {
    font-size: 18px;
    margin-bottom: 5px;
}

.wps-week-events-container .wps-weekly-view-dates-events li.wps-no-event-found {
    list-style: none !important;
}

li.wps-no-event-found .wps-event-title {
    text-align: center;
}

.wps-widget .wps-calendar {
    max-width: 100%;
}

.wps-widget .wps-calendar dl dt,
.wps-wrap.wps-sm959.wps-widget .wps-calendar.wps-event-calendar-classic dl dt {
    height: 40px;
}

.wps-widget .wps-calendar .wps-calendar-events-sec {
    padding: 10px;
}

.wps-widget .wps-calendar .wps-calendar-header h2 {
    font-size: 13px;
    margin-top: 8px;
}

.wps-widget .wps-calendar .wps-event-list-classic .wps-event-image {
    margin-right: 12px;
}

.wps-widget .wps-calendar .wps-has-event:after {
    width: 4px;
    height: 4px;
}

.wps-widget .wps-calendar.wps-event-calendar-classic .wps-calendar-events-sec .wps-table-side-title {
    font-size: 14px;
}

.wps-widget .wps-calendar .wps-event-article .wps-event-image {
    margin-right: 11px;
}

.wps-widget .wps-box-calendar.wps-calendar .wps-calendar-header {
    margin-bottom: 20px;
}

.wps-widget .wps-box-calendar.wps-calendar .wps-calendar-side .wps-next-month,
.wps-widget .wps-box-calendar.wps-calendar .wps-calendar-side .wps-previous-month {
    font-size: 0;
    padding: 4px 0;
    text-align: center;
    min-width: 33px;
}

.wps-widget .wps-event-calendar-classic .wps-calendar-side .wps-calendar-table {
    min-height: 200px;
}

.wps-widget .wps-event-list-classic {
    margin-bottom: 8px;
    padding: 8px 0;
}

.wps-widget .wps-event-list-classic .wps-event-article {
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    min-height: 86px;
    padding-left: 80px;
}

.wps-widget .wps-event-list-classic .wps-event-date {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

.wps-widget .wps-event-list-classic .wps-event-title {
    font-size: 13px;
}

.wps-widget .wps-event-list-classic .wps-event-detail {
    font-size: 11px;
}

.wps-widget .wps-event-list-classic .wps-event-image {
    width: 68px;
    position: absolute;
    left: 0;
}

.wps-event-list-classic .wps-event-image img {
    width: 100%;
}

.wps-widget .wps-event-list-classic .wps-event-detail {
    overflow: visible;
}

.event-color {
    width: 14px;
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    border-radius: 50%;
}

.wps-map-lightbox-wp {
    width: 580px;
    padding: 15px 15px 0;
    background-color: #fff;
}

.wps-map-view-event-detail.wps-event-detail {
    width: 580px;
    background-color: #e9e9e9;
    padding: 8px 15px;
}

.wps-map-lightbox-wp.wps-event-list-classic .wps-event-article {
    padding: 0 0 15px;
    margin: 0;
}

.wps-map-lightbox-wp.wps-event-list-classic .wps-event-image {
    width: 70px;
    margin-right: 15px;
}

.wps-marker-infowindow-wp {
    padding: 10px;
}

.wps-marker-infowindow-wp .wps-marker-infowindow-count {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid var(--wps-primary-color, #40d9f1);
    border-radius: 50%;
    font-size: 18px;
    color: var(--wps-primary-color, #40d9f1);
    float: left;
    margin-right: 11px;
}

.wps-marker-infowindow-wp .wps-marker-infowindow-content {
    overflow: hidden;
    padding-top: 6px;
}

.wps-marker-infowindow-wp .wps-marker-infowindow-content span {
    display: block;
    color: #222;
}

.wps-marker-infowindow-wp .wps-marker-infowindow-content span:first-child {
    font-size: 15px;
    font-weight: 700;
}

.wps-marker-wrap {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 15px 0 0 4px;
    border-radius: 50% 50% 50% 0;
    background: #00cae9;
    animation-name: wps-map-bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
    border: 3px solid #fff;
    cursor: pointer;
}

.wps-marker-wrap .wps-marker {
    margin-top: 5px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.wps-marker-wrap .wps-marker-pulse-wrap {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-left: -11px;
    margin-top: 0;
}

.wps-marker-wrap .wps-marker-pulse {
    display: inline-block;
    background: #c5c5c5;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

.wps-marker-wrap .wps-marker-pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #00cae9;
    animation-delay: 1.1s;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes wps-map-bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.wps-single-event {
    margin-top: 10px;
}

.wps-single-event .wps-events-meta-group-countdown {
    color: #c9c9c9;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-events-meta-group-countdown .countdown-w {
    text-align: center;
    font-size: 36px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
    display: table;
    table-layout: fixed;
}

.wps-events-meta-group-countdown .countdown-w .icon-w {
    font-size: 24px;
}

.wps-events-meta-group-countdown .countdown-w .label-w {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.wps-events-meta-group-countdown .countdown-w .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px;
    width: 190px;
    font-size: 72px;
    transition: all 0.3s ease-in-out;
    line-height: 1.2;
}

.wps-events-meta-group-countdown .countdown-w .block-w.done-w {
    border: 0 none;
}

.wps-events-meta-group-countdown .countdown-w span {
    padding: 24px 0 20px;
}

.wps-events-meta-group-countdown .countdown-w .div-d {
    display: none;
}

.wps-events-meta-group-countdown .countdown-w .countdown-message {
    display: none;
}

.wps-events-meta-group-countdown .countdown-w .block-w i {
    display: none;
}

#countdown {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

.wps-events-meta-group-countdown .wps-end-counts h3 {
    display: inherit;
    text-align: center;
    font-size: 16px;
    right: 50%;
}

.wps-countdown-details .countdown-w .clockdiv li p {
    margin-top: 23px;
}

@media (min-width: 481px) and (max-width: 768px) {
    .wps-events-meta-group-countdown .countdown-w {
        padding: 0;
    }

    .wps-events-meta-group-countdown .countdown-w .label-w {
        font-size: 12px;
        letter-spacing: 0;
    }

    .wps-events-meta-group-countdown .countdown-w span {
        font-size: 34px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .wps-events-meta-group-countdown .countdown-w .label-w {
        font-size: 10px;
    }

    .wps-events-meta-group-countdown .countdown-w span {
        font-size: 28px;
    }

    .wps-countdown-details .countdown-w .clockdiv li p {
        margin-top: 16px;
    }
}

@media (max-width: 320px) {
    .wps-events-meta-group-countdown .countdown-w .label-w {
        font-size: 9px;
        letter-spacing: 0;
    }

    .wps-events-meta-group-countdown .countdown-w span {
        font-size: 22px;
    }
}

.info-msg,
.wps-error,
.wps-success,
.warning-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.info-msg {
    color: #059;
    background-color: #bef;
}

.wps-success {
    color: #270;
    background-color: #dff2bf;
}

.warning-msg {
    color: #9f6000;
    background-color: #feefb3;
}

.wps-error {
    color: #d8000c;
    background-color: #ffbaba;
}

.wps-fes-list ul {
    list-style: none;
}

.wps-fes-form-cntt .dashicons-editor-help {
    display: none;
}

.wps-fes-list ul li * {
    text-decoration: none !important;
}

.wps-fes-list ul li {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
    line-height: normal;
}

.wps-fes-list ul li a {
    box-shadow: none;
    color: #181818;
}

.wps-fes-list ul li a:hover {
    color: #40d9f1;
}

.wps-fes-list ul li .wps-event-title {
    font-weight: 600;
    font-size: 15px;
}

.wps-fes-list ul li .wps-fes-event-remove,
.wps-fes-list ul li .wps-fes-event-view {
    font-size: 11px;
    padding: 4px 8px;
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
    float: right;
    margin-left: 5px;
}

.wps-fes-list ul li .wps-fes-event-remove:hover {
    cursor: pointer;
    background: #f0b7b8;
    border-color: #cc4d4f;
}

.wps-fes-list-top-actions a {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 14px;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
}

.wps-fes-form-top-actions a,
.wps-fes-list-top-actions a {
    position: relative;
    border: none;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 21px;
    margin-right: 10px;
    line-height: 1;
    padding: 17px 21px;
    background: #39c36e;
    -webkit-transition: all 0.21s ease;
    -moz-transition: all 0.21s ease;
    transition: all 0.21s ease;
}

.wps-fes-form-top-actions a:hover,
.wps-fes-list-top-actions a:hover {
    background: #222;
    color: #fff;
}

.wps-fes-form .wps-form-row,
.wps-fes-list .wps-form-row {
    margin-bottom: 20px;
    clear: both;
}

.wps-fes-form label {
    padding-right: 10px;
    font-size: 13px;
    display: block;
}

.wps-fes-form input[type="email"],
.wps-fes-form input[type="number"],
.wps-fes-form input[type="password"],
.wps-fes-form input[type="tel"],
.wps-fes-form input[type="text"],
.wps-fes-form select,
.wps-fes-form textarea {
    border-radius: 0;
    min-width: inherit;
    width: auto;
    display: inline;
    background: #fcfcfc;
    min-height: 30px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.051);
    clear: both;
}

#wps_more_info_target {
    width: 100%;
}

@media only screen and (min-width: 961px) {

    .wps-fes-form input[type="email"],
    .wps-fes-form input[type="password"],
    .wps-fes-form input[type="text"],
    .wps-fes-form textarea {
        width: 100%;
        display: inline-block;
    }
}

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

    .wps-fes-form input[type="email"],
    .wps-fes-form input[type="password"],
    .wps-fes-form input[type="text"],
    .wps-fes-form textarea {
        width: 100%;
    }
}

.wps-fes-form input[type="text"]#wps_fes_title {
    width: 100%;
    height: auto;
    color: #000;
    font-size: 36px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    background: 0 0 !important;
    font-weight: 400;
}

.wps-fes-form input[type="checkbox"],
.wps-fes-form input[type="radio"] {
    display: inline !important;
    float: left;
    margin: 5px 5px 0 0;
}

.wps-fes-form input[type="email"]:focus,
.wps-fes-form input[type="number"]:focus,
.wps-fes-form input[type="password"]:focus,
.wps-fes-form input[type="tel"]:focus,
.wps-fes-form input[type="text"]:focus,
.wps-fes-form select:focus,
.wps-fes-form textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    outline: 0;
}

.wps-form-row .wps-color {
    cursor: pointer;
}

.wps-form-row.wps-available-color-row span {
    margin: 10px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 20px 20px 20px 20px;
    vertical-align: middle;
}

.wps-form-row.wps-available-color-row span:first-of-type {
    margin-left: 0;
}

@media only screen and (min-width: 961px) {

    .wps-fes-form .wps-fes-form-cntt,
    .wps-fes-form .wps-fes-form-sdbr {
        width: 68%;
        float: left;
        padding-right: 20px;
    }

    .wps-fes-form .wps-fes-form-sdbr {
        width: 32%;
        padding-right: 0;
        padding-left: 20px;
    }

    .wps-fes-submit-mobile {
        display: none;
    }
}

.wps-fes-form .wps-meta-box-fields {
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-fes-form .wps-meta-box-fields h4 {
    margin: -20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.wps-fes-sub-button {
    width: 100%;
}

.wps-available-color-row span.color-selected {
    background-color: #fdd700;
    border: 3px solid #fff;
    box-sizing: content-box;
    box-shadow: 0 0 0 2px #437df9;
}

.wps-fes-loading:before {
    content: url(../img/ajax-loader.gif);
    background: 0 0;
    border-style: none;
    display: block;
    margin-left: 47%;
}

@media only screen and (max-width: 960px) {
    .wps-fes-submit-wide {
        display: none;
    }
}

.wps-wrap .wps-totalcal-box {
    position: relative;
    border: 1px solid #efefef;
    padding: 20px 5px;
    margin: 0 0 20px;
    background: #fafafa;
    overflow: hidden;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.012);
}

.wps-wrap .wps-totalcal-box i {
    float: left;
    margin: 0;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #efefef;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    color: #888;
}

.wps-wrap .wps-totalcal-box .wps-totalcal-view span,
.wps-wrap .wps-totalcal-box input,
.wps-wrap .wps-totalcal-box select {
    width: auto;
    min-height: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    font-size: 13px;
    color: #777;
    border: 1px solid #efefef;
    margin: 0 0 0 -1px;
    float: left;
    padding: 0 5px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.wps-wrap .wps-totalcal-box input[type="submit"] {
    cursor: pointer;
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    transition: all 0.21s ease;
}

.wps-wrap .wps-totalcal-box input[type="submit"]:hover {
    background: #222;
    color: #fff;
}

.wps-wrap .wps-totalcal-box .wps-totalcal-view span {
    display: inline-block;
    text-transform: uppercase;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 0 12px;
    cursor: pointer;
}

.wps-wrap .wps-totalcal-box .wps-totalcal-view span:hover {
    color: #40d9f1;
}

.wps-wrap .wps-totalcal-box .wps-totalcal-view span.wps-totalcalview-selected {
    color: #fff;
    background: #40d9f1;
    border-color: #40d9f1;
}

.wps-wrap .wps-totalcal-box .wps-totalcal-view {
    text-align: right;
    float: right;
}

.wps-wrap .wps-totalcal-box input[type="search"] {
    width: calc(100% - 36px);
}

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

    .wps-wrap .wps-totalcal-box .col-md-3,
    .wps-wrap .wps-totalcal-box .col-md-4,
    .wps-wrap .wps-totalcal-box .col-md-5 {
        width: 100%;
        float: none;
        padding-bottom: 20px;
        clear: both;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .wps-wrap .wps-totalcal-box .col-md-4 {
        position: absolute;
        right: 10px;
        top: 20px;
        width: initial;
    }

    .wps-wrap .wps-totalcal-box .col-md-5 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .wps-wrap .wps-totalcal-box .wps-totalcal-view {
        float: none;
    }

    .wps-wrap .wps-totalcal-box .col-md-4 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .wps-wrap .wps-totalcal-box .wps-totalcal-view span {
        padding: 0 8px;
        font-size: 10px;
    }

    .wps-wrap .wps-totalcal-box input[type="submit"] {
        padding: 0 10px;
        font-size: 10px;
    }
}

@media only screen and (min-width: 961px) {

    .wps-wrap .wps-wrap.wps-sm959 .wps-totalcal-box .col-md-5,
    .wps-wrap.wps-sm959 .wps-totalcal-box .col-md-3 {
        width: 100%;
        float: none;
        padding-bottom: 20px;
        clear: both;
        overflow: hidden;
    }

    .wps-wrap.wps-sm959 .wps-totalcal-box .col-md-4 {
        position: absolute;
        right: 10px;
        top: 20px;
        width: initial;
    }

    .wps-wrap.wps-sm959 .wps-totalcal-box .col-md-5 {
        padding-bottom: 0;
        width: 100%;
    }
}

.wps-search-form {
    padding: 20px 10px;
}

.wps-search-form .wps-dropdown-wrap {
    display: table;
    min-height: 55px;
    width: 100%;
}

.wps-search-form .wps-date-search,
.wps-search-form .wps-dropdown-search,
.wps-search-form .wps-text-input-search {
    padding: 0 10px;
    float: left;
    min-height: 55px;
}

.wps-search-form .wps-date-search,
.wps-search-form .wps-text-input-search {
    width: 50%;
    min-height: 36px;
    display: block;
}

.wps-widget .wps-search-form .wps-date-search,
.wps-widget .wps-search-form .wps-text-input-search {
    width: 100%;
}

.wps-widget .wps-search-form .wps-text-input-search {
    margin-top: 10px;
}

.wps-search-form .wps-date-search {
    clear: left;
}

.wps-search-form .wps-dropdown-wrap .wps-dropdown-search {
    display: table-cell;
    float: none;
}

.wps-widget .wps-search-form .wps-dropdown-wrap .wps-dropdown-search {
    display: block;
}

.wps-wrap .wps-search-form .wps-dropdown-wrap .wps-dropdown-search select {
    width: calc(100% - 36px);
}

.wps-wrap .wps-search-form .wps-date-search select {
    width: calc(100% - 106px);
}

.wps-wrap .wps-search-form .wps-date-search select:last-child {
    width: 70px;
}

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

    .wps-search-form .wps-date-search,
    .wps-search-form .wps-dropdown-search,
    .wps-search-form .wps-text-input-search {
        width: 100%;
        float: none;
    }

    .wps-search-form .wps-date-search {
        min-height: 55px;
    }

    .wps-search-form .wps-dropdown-wrap .wps-dropdown-search {
        display: block;
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 960px) {
    .wps-wrap .wps-search-form .wps-date-search select {
        width: calc(100% - 124px);
    }

    .wps-wrap .wps-search-form .wps-date-search select:last-child {
        width: 70px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-search-form .wps-dropdown-wrap .wps-dropdown-search {
        display: block;
        width: 100%;
        float: none;
    }
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}

.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
    cursor: pointer;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2c6396;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    cursor: default;
    font-family: dashicons;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1.4;
    margin-top: 2px;
    width: 20px;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\f341";
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\f345";
}

.ui-datepicker .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar th {
    text-align: center;
    padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition:
        background-color 0.1s ease-in-out,
        color 0.1s ease-in-out;
    -moz-transition:
        background-color 0.1s ease-in-out,
        color 0.1s ease-in-out;
    -o-transition:
        background-color 0.1s ease-in-out,
        color 0.1s ease-in-out;
    transition:
        background-color 0.1s ease-in-out,
        color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}

.event-carousel-type1-head .wps-event-image {
    position: relative;
    min-height: 150px;
}

.event-carousel-type1-head .wps-event-image img {
    width: 100%;
}

.wps-event-carousel-content .wps-event-carousel-title a {
    transition: all 0.2s ease;
}

.event-carousel-type1-head .wps-event-date-carousel {
    position: absolute;
    top: 25px;
    left: 1px;
    font-size: 41px;
    width: 160px;
    color: #fff;
    font-weight: 500;
    background-color: #40d9f1;
    padding-left: 21px;
    height: 97px;
    line-height: 2.3;
    padding-right: 85px;
}

.event-carousel-type1-head .wps-event-date-carousel:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -1;
    bottom: -13px;
    left: 5px;
    width: 0;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #40d9f1 transparent;
    transform: rotate(45deg);
}

.event-carousel-type1-head .wps-event-date-info {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    top: 27px;
    left: 75px;
}

.event-carousel-type1-head .wps-event-date-info-year {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    top: 45px;
    left: 75px;
}

.wps-event-carousel-content {
    border: 1px solid #e8e8e8;
    border-top: none;
    margin-top: -5px;
    padding: 34px 9px 11px 37px;
}

.wps-event-carousel-content .wps-event-carousel-title a {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
}

.wps-event-carousel-content p {
    font-size: 14px;
    color: #7a7272;
    font-weight: 300;
}

.wps-owl-crousel-skin-type1 .owl-item .wps-event-article {
    padding: 0 19px;
}

.wps-event-carousel-type1 .owl-page.active span {
    background-color: #00aeef;
    height: 14px;
    width: 14px;
}

.wps-event-carousel-type1 .wps-event-carousel-content {
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.27s ease;
}

.wps-event-carousel-type1 .wps-event-carousel-content:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 768px) and (max-width: 1000px),
(min-width: 270px) and (max-width: 448px) {
    .event-carousel-type1-head .wps-event-date-carousel {
        font-size: 25px;
        line-height: 2.5;
        padding-right: 70px;
        height: 64px;
        width: 120px;
    }

    .event-carousel-type1-head .wps-event-date-carousel:after {
        left: 7px;
    }

    .event-carousel-type1-head .wps-event-date-info {
        font-size: 10px;
        top: 13px;
        left: 55px;
    }

    .event-carousel-type1-head .wps-event-date-info-year {
        font-size: 10px;
        top: 25px;
        left: 55px;
    }

    .event-carousel-type1-head .wps-event-date-carousel:after {
        top: 48px;
    }
}

.event-carousel-type2-head {
    background: #fff;
    border: 1px solid #e6e6e6;
}

.event-carousel-type2-head .wps-event-carousel-content-type2 {
    margin-top: 15px;
    min-height: 182px;
}

.event-carousel-type2-head .wps-event-carousel-content-type2 .wps-event-date-info {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 300;
}

.event-carousel-type2-head .wps-event-carousel-content-type2 .wps-event-carousel-title {
    font-size: 26px;
    font-weight: 700;
    color: #1c1d21;
    margin-top: 15px;
    letter-spacing: -1px;
}

.wps-event-carousel-content-type2 .wps-event-carousel-title a {
    color: inherit;
}

.wps-event-carousel-type2 .event-carousel-type2-head .wps-event-carousel-content-type2 p {
    font-size: 16px;
    font-weight: 300;
    color: #444;
}

.event-carousel-type2-head .wps-event-footer-carousel-type2 {
    margin-top: 33px;
    position: relative;
}

.wps-event-carousel-type2 .wps-event-footer-carousel-type2 .wps-event-sharing-wrap {
    left: 0;
}

.event-carousel-type2-head .wps-event-footer-carousel-type2 .wps-event-sharing-wrap>li {
    border: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.event-carousel-type2-head .wps-event-footer-carousel-type2 .wps-booking-button {
    border: 1px solid #e4e4e4;
    float: right;
    padding: 7px 23px 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #707070;
    font-weight: 500;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.event-carousel-type2-head .wps-event-footer-carousel-type2 .wps-booking-button:hover {
    color: #fff;
}

.wps-event-article .event-carousel-type2-head {
    padding: 10%;
    margin-right: -1px;
}

.wps-event-carousel-type2 .wps-owl-carousel .owl-wrapper-outer {
    border-right: 1px solid #e6e6e6;
}

.wps-wrap .wps-event-carousel-type2 .owl-next,
.wps-wrap .wps-event-carousel-type2 .owl-prev,
.wps-wrap .wps-event-carousel-type3 .owl-next,
.wps-wrap .wps-event-carousel-type3 .owl-prev {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    position: absolute;
    top: 47%;
    background-color: transparent !important;
}

.wps-event-carousel-type2 .owl-next {
    right: -60px;
}

.wps-event-carousel-type2 .owl-prev {
    left: -60px;
}

.wps-event-carousel-type2 .owl-next i,
.wps-event-carousel-type2 .owl-prev i,
.wps-event-carousel-type3 .owl-next i,
.wps-event-carousel-type3 .owl-prev i {
    font-size: 40px;
    color: #282828;
}

.wps-event-carousel-type2 .owl-next i:hover,
.wps-event-carousel-type2 .owl-prev i:hover,
.wps-event-carousel-type3 .owl-next i:hover,
.wps-event-carousel-type3 .owl-prev i:hover {
    color: #000;
    cursor: pointer;
}

.wps-event-footer-carousel-type2 .wps-event-sharing-wrap .wps-event-sharing {
    top: auto;
    bottom: 60px;
}

.wps-event-footer-carousel-type2 .wps-event-sharing-wrap .wps-event-sharing:after,
.wps-event-footer-carousel-type2 .wps-event-sharing-wrap .wps-event-sharing:before {
    top: auto;
    bottom: -19px;
    border-color: #e2e2e2 transparent transparent transparent;
}

.wps-event-footer-carousel-type2 .wps-event-sharing-wrap .wps-event-sharing:after {
    bottom: -18px;
    border-color: #fff transparent transparent transparent;
}

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

    .wps-event-carousel-type2 .owl-next,
    .wps-event-carousel-type2 .owl-prev,
    .wps-event-carousel-type3 .owl-next,
    .wps-event-carousel-type3 .owl-prev {
        position: initial;
        top: 100%;
    }
}

.wps-event-carousel-type3 .wps-event-article {
    margin: 0 10px;
}

.event-carousel-type3-head .wps-event-image,
.event-carousel-type3-head .wps-event-image img {
    width: 100%;
    height: auto;
}

.event-carousel-type3-head .wps-event-footer-carousel-type3 {
    background: #fff;
    display: inline-block;
    width: calc(100% - 40px);
    margin-top: -74px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 6px;
    padding: 8% 11%;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
}

.event-carousel-type3-head .wps-event-footer-carousel-type3 .wps-booking-button {
    border: 1px solid #e4e4e4;
    text-transform: uppercase;
    float: right;
    padding: 7px 23px 7px;
    font-size: 12px;
    color: #707070;
    font-weight: 500;
}

.event-carousel-type3-head .wps-event-footer-carousel-type3 .wps-booking-button:hover {
    color: #fff;
}

.wps-event-footer-carousel-type3 span {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 300;
    display: block;
    margin-top: 30px;
}

.wps-event-footer-carousel-type3 .wps-event-carousel-title {
    font-size: 29px;
    font-weight: 700;
}

.event-carousel-type3-head .wps-event-footer-carousel-type3 .wps-event-carousel-title {
    font-size: 26px;
    font-weight: 700;
    color: #1c1d21;
    margin-top: 15px;
    letter-spacing: -1px;
}

.wps-event-footer-carousel-type3 .wps-event-carousel-title a {
    color: inherit;
}

.event-carousel-type3-head .wps-event-footer-carousel-type3 p {
    font-size: 16px;
    font-weight: 300;
    color: #444 !important;
    margin-bottom: 36px;
}

.wps-event-carousel-type3 .owl-next {
    right: -70px;
}

.wps-event-carousel-type3 .owl-prev {
    left: -50px;
}

.wps-event-footer-carousel-type3 .wps-event-sharing-wrap {
    left: 11%;
}

.wps-event-footer-carousel-type3 .wps-event-sharing-wrap .wps-event-sharing {
    top: auto;
    bottom: 60px;
}

.wps-event-footer-carousel-type3 .wps-event-sharing-wrap .wps-event-sharing:after,
.wps-event-footer-carousel-type3 .wps-event-sharing-wrap .wps-event-sharing:before {
    top: auto;
    bottom: -19px;
    border-color: #e2e2e2 transparent transparent transparent;
}

.wps-event-footer-carousel-type3 .wps-event-sharing-wrap .wps-event-sharing:after {
    bottom: -18px;
    border-color: #fff transparent transparent transparent;
}

.event-carousel-type3-head .wps-end-date-label {
    display: inline;
    margin-left: 2px;
}

.wps-wrap .wps-event-countdown-style1 {
    color: #fff;
    padding: 0 !important;
    display: table;
    background: #437df9;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part1 {
    z-index: 5;
    padding: 50px 1% 50px 4%;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part2 {
    background-color: rgba(0, 0, 0, 0.05);
    height: 100%;
    padding-top: 0;
    display: table-cell;
    float: none;
    position: relative;
    vertical-align: middle;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part3 {
    background-color: #f8f8f8;
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part1 .wps-event-title {
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part1 .wps-event-upcoming {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part2 .wps-event-countdown>div {
    display: inline-block;
}

.wps-event-countdown-style1 .wps-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-event-countdown-style1 .wps-event-countdown-part1 .wps-event-upcoming span {
    display: block;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part2:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 1;
    top: 50%;
    margin-top: -11px;
    right: -24px;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #4077ed;
}

.wps-event-countdown-style1 .wps-event-countdown-part2 .wps-event-date-place {
    text-align: center;
    padding-bottom: 8px;
}

.wps-event-countdown-part2 .wps-event-place,
.wps-event-countdown-style1 .wps-event-countdown-part2 .wps-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
}

.wps-event-countdown-style1 .wps-event-countdown-part3 .wps-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #4077ed;
    transition: all 0.24s ease;
}

.wps-event-countdown-style1 .wps-event-countdown-part3 .wps-event-button:hover {
    background: #222;
}

.wps-event-countdown-style1 .wps-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
}

.wps-event-countdown-style1 .wps-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.wps-event-countdown-style1 .wps-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown li {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 5px;
    padding: 20px 0;
    min-width: 94px;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown li span {
    font-size: 30px;
}

.wps-wrap .wps-event-countdown-style1 .wps-event-countdown li .label-w {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0;
    line-height: 1;
}

@media only screen and (min-width: 1200px) {

    .wps-wrap.wps-sm959 .wps-event-countdown-style1 .wps-event-countdown-part1,
    .wps-wrap.wps-sm959 .wps-event-countdown-style1 .wps-event-countdown-part2,
    .wps-wrap.wps-sm959 .wps-event-countdown-style1 .wps-event-countdown-part3 {
        width: 100%;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wps-wrap.wps-sm959 .wps-event-countdown-style1 .wps-event-countdown-part2:after {
        border-color: #4077ed transparent transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -24px;
        margin-left: -11px;
        left: 50%;
    }
}

@media (max-width: 960px) {

    .wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part1,
    .wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part2,
    .wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part3 {
        width: 100%;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wps-wrap .wps-event-countdown-style1 .wps-event-countdown-part2:after {
        border-color: #4077ed transparent transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -24px;
        margin-left: -11px;
        left: 50%;
    }
}

@media (max-width: 480px) {
    .wps-event-countdown-style1 .wps-event-countdown .block-w {
        margin: 3px;
        height: auto;
    }

    .wps-wrap .wps-event-countdown-style1 .wps-event-countdown li {
        padding: 10px 5px;
        min-width: 50px;
        margin: 3px 1px;
    }

    .wps-wrap .wps-event-countdown-style1 .wps-event-countdown li span {
        font-size: 15px;
    }

    .wps-wrap .wps-event-countdown-style1 .wps-event-countdown li .label-w {
        font-size: 8px;
    }

    .wps-event-countdown-style1 .wps-event-countdown-part2 .wps-event-date-place {
        display: inline;
    }
}

.wps-wrap .wps-event-countdown-style2 {
    color: #fff;
    padding: 30px 0;
    background: #437df9;
    max-width: 600px;
}

.wps-wrap .wps-event-countdown-style2 .wps-event-countdown-part1,
.wps-wrap .wps-event-countdown-style2 .wps-event-countdown-part2,
.wps-wrap .wps-event-countdown-style2 .wps-event-countdown-part3 {
    width: 100%;
    float: none;
    vertical-align: middle;
    padding: 50px 10% 50px 10%;
}

.wps-wrap .wps-event-countdown-style2 .wps-event-countdown-part2 {
    padding-top: 12%;
    padding-bottom: 0;
}

.wps-wrap .wps-event-countdown-style2 .wps-event-countdown-part1 .wps-event-title {
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
}

.wps-wrap .wps-event-countdown-style2 .wps-event-countdown-part1 .wps-event-upcoming {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
}

.wps-wrap .wps-event-countdown-style2 .wps-event-countdown-part2 .wps-event-countdown>div {
    display: inline-block;
}

.wps-event-countdown-style2 .wps-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-event-countdown-style2 .wps-event-countdown-part1 .wps-event-upcoming span {
    display: block;
}

.wps-event-countdown-style2 .wps-event-countdown-part2 .wps-event-date-place {
    text-align: left;
    padding-bottom: 8px;
}

.wps-event-countdown-part2 .wps-event-place,
.wps-event-countdown-style2 .wps-event-countdown-part2 .wps-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 8px;
}

.wps-event-countdown-style2 .wps-event-countdown-part3 .wps-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    background: #fff;
    transition: all 0.24s ease;
}

.wps-event-countdown-style2 .wps-event-countdown-part3 .wps-event-button:hover {
    background: #222;
    color: #fff;
}

.wps-event-countdown-style2 .wps-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0;
}

.wps-event-countdown-style2 .wps-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.wps-event-countdown-style2 .wps-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px;
}

.wps-wrap .wps-event-countdown-style2 .wps-event-countdown li {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 5px;
    padding: 20px 0;
    min-width: 94px;
}

.wps-wrap .wps-event-countdown-style2 .wps-event-countdown li span {
    font-size: 30px;
}

.wps-wrap .wps-event-countdown-style2 .wps-event-countdown li .label-w {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li {
        min-width: 80px;
        padding: 15px;
    }

    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li span {
        font-size: 26px;
    }

    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li .label-w {
        font-size: 11px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li {
        min-width: 40px;
        padding: 15px 10px;
        margin: 2px;
    }

    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li span {
        font-size: 20px;
    }

    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li .label-w {
        font-size: 9px;
    }
}

@media (max-width: 380px) {
    .wps-event-countdown-style2 .wps-event-countdown .block-w {
        margin: 3px;
        height: auto;
    }

    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li {
        padding: 10px 4px;
        margin: 4px 1px;
    }

    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li span {
        font-size: 15px;
    }

    .wps-wrap .wps-event-countdown-style2 .wps-event-countdown li .label-w {
        font-size: 7px;
    }
}

.wps-wrap .wps-event-countdown-style3 {
    color: #fff;
    padding: 0;
    background: #282828;
    display: table;
    width: 100%;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part1 {
    width: 68%;
    padding: 50px 1% 50px 4%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part2 {
    width: 32%;
    display: table-cell;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part2 img {
    width: 100%;
    display: block;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part1 .wps-event-countdown-part-title span {
    font-weight: 300;
    display: block;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part1 .wps-event-upcoming {
    color: #fff;
    font-size: 36px;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 1;
    margin-top: -10px;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part2 .wps-event-countdown>div {
    display: inline-block;
}

.wps-event-countdown-style3 .wps-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.wps-event-countdown-style3 .wps-event-countdown-part2 .wps-event-date-place {
    text-align: center;
    padding-bottom: 8px;
}

.wps-event-countdown-part2 .wps-event-place,
.wps-event-countdown-style3 .wps-event-countdown-part2 .wps-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
}

.wps-event-countdown-style3 .wps-event-countdown-part3 .wps-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #4077ed;
    transition: all 0.24s ease;
}

.wps-event-countdown-style3 .wps-event-countdown-part3 .wps-event-button:hover {
    background: #222;
}

.wps-event-countdown-style3 .wps-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    right: 20px;
}

.wps-event-countdown-style3 .wps-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.wps-event-countdown-style3 .wps-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown li {
    padding: 15px;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown li span {
    font-size: 30px;
}

.wps-wrap .wps-event-countdown-style3 .wps-event-countdown li .label-w {
    font-size: 11px;
    color: #888;
    margin: 8px 0 0;
    line-height: 1;
}

.wps-event-countdown-style3 .wps-event-date {
    width: 176px;
    height: 96px;
    background: #40d9f1;
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: -27px;
    top: 146px;
}

.wps-event-countdown-style3 .wps-event-date:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 1;
    bottom: -18px;
    left: 8px;
    width: 0;
    border-width: 19px;
    border-style: solid;
    border-color: transparent transparent #40d9f1 transparent;
    transform: rotate(45deg);
}

.wps-event-countdown-style3 .wps-event-date .wps-date1 {
    font-size: 50px;
    position: absolute;
    top: 36px;
    left: 12px;
    letter-spacing: -3px;
}

.wps-event-countdown-style3 .wps-event-date .wps-date2 {
    position: absolute;
    left: 80px;
    top: 26px;
}

.wps-event-countdown-style3 .wps-event-date .wps-date3 {
    position: absolute;
    left: 80px;
    top: 45px;
}

.wps-event-countdown-style3 .wps-event-countdown-part-details {
    padding-top: 35px;
    margin-bottom: 50px;
    min-height: 100px;
}

.wps-event-countdown-style3 .wps-event-countdown-part-details .wps-event-title {
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
    padding-right: 20px;
}

.wps-event-countdown-style3 .wps-event-countdown-part-details .wps-event-link {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 22px;
}

.wps-event-countdown-style3 .wps-event-countdown-part-details .wps-event-link:before {
    content: "";
    display: inline-block;
    width: 18px;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 8px;
}

.wps-event-countdown-style3 .wps-event-title-link {
    position: absolute;
    left: 190px;
    top: 152px;
}

.event-carousel-type1-head .wps-event-date-carousel:before,
.wps-event-countdown-style3 .wps-event-date:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 96px;
    background: 0 0;
    display: inline-block;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 960px) {
    .wps-wrap.wps-sm959 .wps-event-countdown-style3 .wps-event-countdown li {
        padding: 10px;
    }

    .wps-wrap.wps-sm959 .wps-event-countdown-style3 .wps-event-countdown-part1 .wps-event-upcoming {
        font-size: 31px;
    }
}

@media (max-width: 959px) {

    .wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part1,
    .wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part2 {
        width: 100%;
        display: block;
    }

    .wps-event-countdown-style3 .wps-event-title-link {
        top: 190px;
    }

    .wps-event-countdown-style3 .wps-event-countdown {
        top: 96px;
    }

    .wps-event-countdown-style3 .wps-event-date {
        left: 0;
        top: 190px;
    }

    .wps-event-countdown-style3 .wps-event-date:after {
        display: none;
    }

    .wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part1 .wps-event-countdown-part-title span {
        display: inline;
    }

    .wps-event-countdown-style3 .wps-event-countdown-part-details {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .wps-wrap .wps-event-countdown-style3 .wps-event-countdown-part1 .wps-event-upcoming {
        font-size: 26px;
        letter-spacing: -1px;
    }

    .wps-event-countdown-style3 .wps-event-title-link {
        left: 130px;
    }

    .wps-event-countdown-style3 .wps-event-date {
        width: 120px;
        font-size: 10px;
        height: 63px;
    }

    .wps-event-countdown-style3 .wps-event-date .wps-date1 {
        font-size: 36px;
        top: 20px;
        left: 4px;
        letter-spacing: -2px;
    }

    .wps-event-countdown-style3 .wps-event-date .wps-date2 {
        position: absolute;
        left: 52px;
        top: 12px;
    }

    .wps-event-countdown-style3 .wps-event-date .wps-date3 {
        position: absolute;
        left: 52px;
        top: 28px;
    }
}

@media (max-width: 380px) {
    .wps-event-countdown-style3 .wps-event-title-link {
        left: 10px;
        top: 260px;
    }

    .wps-event-countdown-style3 .wps-event-countdown-part-details {
        min-height: 300px;
    }

    .wps-event-countdown-style3 .wps-event-countdown .block-w {
        margin: 3px;
        height: auto;
    }

    .wps-wrap .wps-event-countdown-style3 .wps-event-countdown li {
        padding: 10px 5px;
    }

    .wps-wrap .wps-event-countdown-style3 .wps-event-countdown li span {
        font-size: 15px;
    }

    .wps-wrap .wps-event-countdown-style3 .wps-event-countdown li .label-w {
        font-size: 8px;
    }
}

.wps-slider-t1-wrap {
    width: 100%;
    padding: 60px 90px;
    background: #f7f7f7;
    min-height: 560px;
    position: relative;
}

.wps-slider-t1 {
    height: 500px;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.13);
}

.wps-slider-t1 .wps-event-article {
    position: relative;
    height: 500px;
}

.wps-slider-t1 .wps-slider-t1-img {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 50%;
    height: 100%;
    float: right;
    margin: 0;
    overflow: hidden;
}

.wps-slider-t1 .wps-slider-t1-content {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
    padding: 6%;
}

.wps-slider-t1-content.wps-event-grid-modern .wps-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.wps-slider-t1-content.wps-event-grid-modern .wps-event-title {
    font-size: 29px;
}

.wps-slider-t1-content.wps-event-grid-modern .wps-event-title a:hover {
    text-decoration: underline;
}

.wps-slider-t1-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
}

.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-next,
.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 54px;
    height: 54px;
    line-height: 48px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.045);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
}

.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-next:hover,
.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.095);
}

.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-next {
    left: auto;
    right: -100px;
}

.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -100px;
}

.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-next i,
.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-prev i {
    font-size: 12px;
    color: #282828;
    transition: all 0.21s ease;
}

.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-next:hover i,
.wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-prev:hover i {
    font-size: 13px;
    color: #000;
    cursor: pointer;
}

@media only screen and (min-width: 961px) {
    .wps-slider-t1 {
        margin: 0 auto;
        max-width: 900px;
    }
}

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

    .wps-slider-t1 .wps-slider-t1-content,
    .wps-slider-t1 .wps-slider-t1-img {
        width: 100%;
        float: none;
    }

    .wps-slider-t1 .wps-slider-t1-img {
        height: 300px;
    }

    .wps-slider-t1,
    .wps-slider-t1 .wps-event-article {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .wps-slider-t1-wrap {
        padding: 0;
    }

    .wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-next,
    .wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-prev {
        top: 40px;
        margin-top: 0;
    }

    .wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-next {
        left: auto;
        right: 10px;
    }

    .wps-slider-t1-wrap .wps-owl-theme .owl-nav .owl-prev {
        right: auto;
        left: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-slider-t1-content.wps-event-grid-modern .wps-event-title {
        font-size: 22px;
    }

    .wps-slider-t1-content.wps-event-grid-modern .event-grid-modern-head .wps-event-day {
        font-size: 25px;
    }
}

.wps-slider-t2-wrap {
    width: 100%;
    padding: 0;
    background: #fff;
    min-height: 600px;
    position: relative;
}

.wps-slider-t2 .wps-event-article {
    height: 600px;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0;
}

.wps-slider-t2 .wps-slider-t2-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
    width: 70%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.wps-slider-t2 .wps-slider-t2-content {
    width: 50%;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 60px;
    padding: 5%;
}

.wps-slider-t2 .wps-slider-t2-content.wps-event-grid-modern * {
    color: #fff;
}

.wps-slider-t2 .wps-slider-t2-content.wps-event-grid-modern .wps-event-title {
    font-size: 29px;
}

.wps-slider-t2-content.wps-event-grid-modern .wps-event-content,
.wps-slider-t2-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    background: 0 0;
}

.wps-slider-t2-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
}

.wps-slider-t2-content.wps-event-grid-modern .wps-event-footer .wps-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.wps-slider-t2-content.wps-event-grid-modern .wps-event-footer .wps-booking-button:hover,
.wps-slider-t2-content.wps-event-grid-modern .wps-event-title a:hover {
    color: #111;
}

.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-next,
.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    position: absolute;
    top: 84px;
    cursor: pointer;
}

.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-next:hover,
.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.075);
    background: #fff;
}

.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-next {
    right: 30px;
}

.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-prev {
    right: 82px;
}

.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-next i,
.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all 0.25s ease;
}

.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-next:hover i,
.wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer;
}

.wps-wrap.colorskin-custom .wps-slider-t2 .wps-event-article .wps-event-date.wps-color {
    color: #fff;
}

@media only screen and (min-width: 961px) {
    .wps-slider-t2 {
        margin: 0 auto;
        max-width: 1200px;
    }
}

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

    .wps-slider-t2 .wps-slider-t2-content,
    .wps-slider-t2 .wps-slider-t2-img {
        width: 100%;
        float: none;
        position: static;
    }

    .wps-slider-t2 .wps-slider-t2-img {
        height: 300px;
    }

    .wps-slider-t2 .wps-event-article {
        height: auto;
    }

    .wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-next,
    .wps-slider-t2-wrap .wps-owl-theme .owl-nav .owl-prev {
        top: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .wps-slider-t2-content.wps-event-grid-modern .wps-event-title {
        font-size: 22px;
    }
}

.wps-slider-t3-wrap {
    width: 100%;
    padding: 0;
    background: #161616;
    min-height: 700px;
    position: relative;
}

.wps-slider-t3 .wps-event-article {
    height: 700px;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0;
}

.wps-slider-t3 .wps-slider-t3-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    opacity: 0.68;
    z-index: 1;
}

.wps-slider-t3 .wps-slider-t3-content {
    width: 50%;
    height: auto;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 2% 0 7%;
    margin: auto 0;
    background: 0 0;
    z-index: 2;
}

.wps-slider-t3 .wps-slider-t3-content.wps-event-grid-modern :not(.wps-color) {
    color: #fff;
}

.wps-slider-t3-content.wps-event-grid-modern .wps-event-title {
    font-size: 29px;
}

.wps-slider-t3-content.wps-event-grid-modern .wps-event-content,
.wps-slider-t3-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    background: 0 0;
}

.wps-slider-t3-content.wps-event-grid-modern .wps-booking-button {
    display: inline-block;
    border: 1px solid;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px;
    transition: all 0.21s ease;
}

.wps-slider-t3-content.wps-event-grid-modern .wps-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.wps-slider-t3-content.wps-event-grid-modern .wps-slider-t3-footer {
    text-align: left;
    padding: 15px 15px 10px;
}

.wps-slider-t3-content.wps-event-grid-modern .wps-event-footer .wps-booking-button:hover,
.wps-slider-t3-content.wps-event-grid-modern .wps-event-title a:hover {
    color: #40d9f1;
}

.wps-slider-t3-content.wps-event-grid-modern .wps-event-footer .wps-booking-button:hover {
    border-color: #40d9f1;
}

.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-next,
.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}

.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-next:hover,
.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.075);
    background: #fff;
}

.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-next {
    right: 10px;
}

.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 10px;
}

.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-next i,
.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all 0.25s ease;
}

.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-next:hover i,
.wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer;
}

@media only screen and (min-width: 961px) {
    .wps-slider-t3-content.wps-event-grid-modern .wps-event-title {
        font-size: 50px;
        font-weight: 300;
    }

    .wps-slider-t3-content.wps-event-grid-modern .wps-event-description {
        font-size: 19px;
    }
}

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

    .wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-next,
    .wps-slider-t3-wrap .wps-owl-theme .owl-nav .owl-prev {
        top: 40px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 479px) {
    .wps-slider-t3 .wps-slider-t3-content {
        width: 100%;
    }

    .wps-slider-t3-content.wps-event-grid-modern .wps-event-title {
        font-size: 22px;
    }

    .wps-slider-t1-content.wps-event-grid-modern .event-grid-modern-head .wps-event-day {
        font-size: 25px;
    }
}

.wps-slider-t4-wrap {
    width: 100%;
    padding: 0;
    background: #161616;
    min-height: 700px;
    position: relative;
}

.wps-slider-t4 .wps-event-article {
    height: 700px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0;
}

.wps-slider-t4 .wps-slider-t4-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

.wps-slider-t4 .wps-slider-t4-content {
    width: auto;
    max-width: 700px;
    background: rgba(37, 37, 37, 0.94) !important;
    height: auto;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 8%;
    top: 19%;
    padding: 3%;
    margin: auto 0;
    background: 0 0;
    z-index: 2;
}

.wps-slider-t4 .wps-slider-t4-content.wps-event-grid-modern :not(.wps-color) {
    color: #fff;
}

.wps-slider-t4-content.wps-event-grid-modern .wps-event-title {
    font-size: 29px;
}

.wps-slider-t4-content.wps-event-grid-modern .wps-event-content,
.wps-slider-t4-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    background: 0 0;
}

.wps-slider-t4-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px;
}

.wps-slider-t4-content.wps-event-grid-modern .wps-event-title a:hover {
    color: #40d9f1;
}

.wps-slider-t4-content.wps-event-grid-modern .wps-slider-t4-footer {
    text-align: left;
    padding: 15px 15px 10px;
}

.wps-slider-t4-content.wps-event-grid-modern .wps-booking-button {
    display: inline-block;
    border: 1px solid;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px;
    transition: all 0.21s ease;
}

.wps-slider-t4-content.wps-event-grid-modern .wps-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.wps-slider-t4-content.wps-event-grid-modern .wps-event-footer .wps-booking-button:hover,
.wps-slider-t4-content.wps-event-grid-modern .wps-event-title a:hover {
    color: #111;
}

.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-next,
.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    position: absolute;
    top: 34px;
    cursor: pointer;
}

.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-next:hover,
.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.075);
    background: #fff;
}

.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-next {
    right: 30px;
}

.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-prev {
    right: 82px;
}

.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-next i,
.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all 0.25s ease;
}

.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-next:hover i,
.wps-slider-t4-wrap .wps-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .wps-slider-t4 .wps-slider-t4-content {
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0;
    }

    .wps-slider-t4-content.wps-event-grid-modern .wps-event-title {
        font-size: 22px;
    }

    .wps-slider-t1-content.wps-event-grid-modern .event-grid-modern-head .wps-event-day {
        font-size: 25px;
    }
}

.wps-slider-t5-wrap {
    width: auto;
    max-width: 570px;
    padding: 0;
    margin: 0 auto 25px;
    background: #f7f7f7;
    min-height: 480px;
    position: relative;
}

.wps-slider-t5 {
    height: auto;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.13);
}

.wps-slider-t5 .wps-event-article {
    position: relative;
    height: auto;
}

.wps-slider-t5 .wps-slider-t5-img {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 300px;
    float: none;
    margin: 0;
    overflow: hidden;
}

.wps-slider-t5 .wps-slider-t5-content {
    width: 100%;
    float: none;
    height: 100%;
    background: #fff;
    padding: 0 20px 20px;
    margin-bottom: 0;
}

.wps-slider-t5 .wps-events-content p {
    margin-bottom: 20px;
}

.wps-slider-t5-content.wps-event-grid-modern .wps-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.wps-slider-t5-wrap .wps-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 14px 34px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.wps-slider-t5-content.wps-event-grid-modern .wps-event-title {
    font-size: 29px;
}

.wps-slider-t5 .wps-slider-t5-col6 {
    width: 50%;
    float: left;
    height: 100%;
}

.wps-slider-t5 .wps-slider-t5-col6 i {
    font-size: 42px;
    float: left;
    margin-right: 7px;
    height: 58px;
}

.wps-slider-t5 .wps-slider-t5-col6 h6 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 4px 0;
    display: inline;
    color: #444;
}

.wps-slider-t5 .wps-slider-t5-col6 address {
    font-size: 12px;
    margin-bottom: 0;
}

.wps-slider-t5-content.wps-event-grid-modern .wps-event-title a:hover {
    text-decoration: underline;
}

.wps-slider-t5-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
}

.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-next,
.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    position: absolute;
    top: 34px;
    cursor: pointer;
}

.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-next:hover,
.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.075);
    background: #fff;
}

.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-next {
    right: 30px;
}

.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-prev {
    right: 82px;
}

.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-next i,
.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all 0.25s ease;
}

.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-next:hover i,
.wps-slider-t5-wrap .wps-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .wps-slider-t5 .wps-slider-t5-col6 {
        width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    .wps-slider-t5-content.wps-event-grid-modern .wps-event-title {
        font-size: 24px;
    }
}

.wps-single-modern .wps-events-event-image {
    text-align: center;
}

.wps-single-modern .wps-events-event-image img {
    width: 100%;
}

.wps-single-modern .wps-single-event-bar {
    background-color: #f7f7f7;
    margin: 20px 0 0;
    padding: 0px;
    display: table;
    width: 100%;
}

.wps-single-modern .wps-single-event-bar>div {
    display: table-cell;
}

.wps-single-modern .wps-single-event-bar>div i {
    font-size: 20px;
    vertical-align: middle;
}

.wps-single-modern .wps-single-event-bar>div .wps-time-comment {
    font-size: 12px;
    color: #999;
}

.wps-single-modern .wps-single-event-bar>div dd {
    font-size: 14px;
    color: #8d8d8d;
    padding-left: 0px;
    margin-bottom: 0;
}

.wps-single-modern .col-md-4 .wps-frontbox {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px 20px;
    border: none;
    background: #f7f7f7;
    box-shadow: none;
}

div.wps-event-meta.wps-color-before.wps-frontbox:not(:has(div, p, span, a, img)) {
    display: none !important;
}

.wps-next-occurrence li {
    list-style: none;
}

@media only screen and (max-width: 760px) {
    .wps-single-modern .wps-single-event-bar>div {
        display: block;
    }
}

.lity-content>div {
    overflow: auto;
}

.wps-next-event-details li {
    list-style: none;
    margin-top: 20px;
}

.wps-next-event-details h6 {
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 5px;
    display: inline;
    color: #222;
    padding-left: 0;
}

.wps-next-event-details abbr {
    display: block;
    padding-left: 12px;
    color: #8d8d8d;
}

.wps-next-event-details i {
    margin-right: 10px;
    margin-left: 12px;
}

.wps-next-event-details i:before {
    color: #40d9f1;
}

.wps-next-event-details a {
    text-align: center;
    display: block;
    background: #fff;
    padding: 6px 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e3e3e3;
    transition: 0.3s;
}

.wps-single-modal.wps-single-modern .wps-single-title {
    text-align: center;
    padding: 15px 10px 0;
}

.wps-single-modal.wps-single-modern .wps-single-event-bar {
    padding: 5px;
}

.wps-single-modal.wps-single-modern .wps-single-event-bar>div dd {
    font-size: 13px;
}

.wps-single-modal.wps-single-modern .wps-single-event-bar>div h3 {
    font-size: 15px;
}

@media only screen and (min-width: 960px) {
    .wps-single-modal.wps-single-modern .col-md-4 .wps-frontbox {
        margin-left: 0;
    }
}

.wps-single-modal.wps-single-modern .col-md-4 .wps-frontbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wps-single-modal.wps-single-modern .col-md-4 .wps-frontbox.wps-event-meta {
    padding: 0;
}

.wps-single-modal .wps-event-meta dd.wps-organizer-email a,
.wps-single-modal .wps-event-meta dd.wps-organizer-url a {
    font-size: 12px;
    display: block;
}

.wps-modal-wrap {
    max-width: 700px;
    background: #fff;
    box-shadow: 0 1px 55px rgba(0, 0, 0, 0.5);
}

.wps-single-modal .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li,
.wps-single-modal .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li a.wps-events-button {
    display: block;
    text-align: center;
}

.wps-single-modal .flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 60px;
}

.wps-single-modal .flip-clock-divider:not(:first-child) {
    width: 48px !important;
}

.wps-single-modal .flip-clock-divider.minutes .flip-clock-label {
    top: 150px;
    left: -539px;
}

.wps-single-modal .flip-clock-divider.seconds .flip-clock-label {
    top: 87px;
}

.wps-single-modal .flip-clock-wrapper {
    left: 14%;
}

.wps-single-modal .twodaydigits>ul:nth-child(11),
.wps-single-modal .twodaydigits>ul:nth-child(12),
.wps-single-modal .twodaydigits>ul:nth-child(8),
.wps-single-modal .twodaydigits>ul:nth-child(9) {
    margin-top: 30px !important;
}

.wps-events-toggle {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.wps-events-toggle .wps-toggle-item {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    box-shadow: 0 10px 15px #f3f3f3;
    cursor: pointer;
}

.wps-events-toggle .wps-toggle-item-inner {
    position: relative;
    padding: 30px 60px 30px 15px;
    background: #fff;
    transition: all 0.3s ease;
}

.wps-events-toggle .wps-toggle-item-inner:hover {
    background: #fbfbfb;
}

.wps-toggle-item-col {
    float: left;
    width: 180px;
    margin-top: -6px;
    border-right: 1px solid #e3e3e3;
    margin-right: 15px;
}

.wps-toggle-item-col .wps-event-date {
    font-size: 38px;
    line-height: 40px;
    float: left;
    margin-right: 8px;
}

.wps-toggle-item-col .wps-event-month {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
    font-weight: 700;
}

.wps-toggle-item-col .wps-event-detail {
    font-size: 10px;
}

.wps-toggle-item-col .wps-event-day {
    margin-top: 9px;
    color: silver;
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.wps-events-toggle .wps-toggle-title {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.wps-events-toggle .wps-toggle-item-inner span.event-color {
    width: 5px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0;
}

.wps-events-toggle .wps-toggle-item-inner i {
    position: absolute;
    font-size: 30px;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.wps-events-toggle .wps-toggle-item.is-open i.wps-sl-plus:before {
    content: "\e615";
}

.wps-events-toggle .wps-toggle-item.is-open .wps-toggle-title {
    background: #f8f8f8;
    cursor: pointer;
}

.wps-events-toggle .wps-toggle-content {
    border-top: 1px solid #e4e4e4;
}

.wps-events-toggle .wps-toggle-content .wps-modal-wrap {
    margin: 0;
    max-width: 100%;
    box-shadow: none;
}

.wps-events-toggle .wps-toggle-content .wps-modal-wrap .wps-single-event {
    margin: 0;
}

.wps-events-toggle .wps-toggle-content .wps-single-event-bar,
.wps-events-toggle .wps-toggle-content h1.wps-single-title {
    display: none;
}

.wps-events-toggle .media-links a {
    margin-bottom: 0;
}

.wps-events-toggle .wps-toggle-content .wps-toggle-meta {
    margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
    .wps-toggle-item-col {
        float: none;
        width: 100%;
        border-right: none;
        margin-bottom: 5px;
    }
}

.wps-events-agenda-wrap {
    margin: 10px 0;
    border: 1px solid #e9e9e9;
    padding-left: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
}

.wps-events-agenda {
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.wps-agenda-date-wrap {
    width: 210px;
    padding-top: 15px;
    float: left;
    font-size: 13px;
}

.wps-agenda-date-wrap i,
.wps-agenda-event i {
    font-size: 11px;
    color: #aaa;
    margin-right: 4px;
    margin-left: 1px;
}

.wps-agenda-event i {
    vertical-align: middle;
    margin-right: 1px;
}

.wps-agenda-events-wrap {
    float: left;
    width: calc(100% - 210px);
    background: #f9f9f9;
    padding: 15px;
}

.wps-agenda-time {
    font-size: 11px;
    color: #707070;
    padding-right: 10px;
    width: 138px;
    display: inline-block;
}

.wps-agenda-event-title {
    position: relative;
    padding-left: 14px;
}

.wps-agenda-event-title a {
    font-family: Roboto, Montserrat, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.wps-agenda-event-title span.event-color {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0;
}

.wps-agenda-date-wrap span.wps-agenda-day {
    color: #aaa;
    font-size: 12px;
}

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

    .wps-agenda-date-wrap,
    .wps-agenda-events-wrap {
        float: none;
        width: 100%;
    }

    .wps-events-agenda span.wps-agenda-event-title {
        display: block;
        width: 100%;
    }

    .wps-agenda-event-title span.event-color {
        top: 7px;
    }

    .wps-agenda-event-title a {
        font-size: 13px;
    }
}

.wps-yearly-view-wrap {
    margin: 0 0 15px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-bottom-width: 4px;
}

.wps-yearly-view-wrap .wps-calendar.wps-yearly-calendar {
    max-width: 100%;
    width: 232px;
    padding: 10px;
    background: #fff;
    margin: 10px;
    display: inline-block;
}

.wps-yearly-view-wrap .wps-calendar.wps-yearly-calendar dl dt {
    transition: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0;
    font-size: 12px;
}

.wps-yearly-view-wrap .wps-calendar.wps-yearly-calendar .wps-calendar-events-sec {
    padding: 10px;
}

.wps-yearly-view-wrap .wps-calendar.wps-yearly-calendar .wps-has-event:after {
    width: 4px;
    height: 4px;
    bottom: 3px;
    margin-left: -2px;
}

.wps-yearly-view-wrap .wps-calendar-side .wps-calendar-table {
    min-height: 200px;
}

.wps-calendar.wps-yearly-calendar .wps-calendar-table-head dl dt {
    background: #f9f9f9;
    font-size: 13px;
}

.wps-calendar.wps-yearly-calendar .wps-calendar-table-title {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-top: -5px;
    padding-bottom: 5px;
}

.wps-yearly-view-wrap .wps-yearly-calendar-sec {
    min-height: 200px;
    width: 538px;
    overflow: hidden;
    float: left;
    background: #f8f8f8;
    padding: 15px;
}

.wps-yearly-view-wrap .wps-yearly-agenda-sec {
    min-height: 200px;
    width: calc(100% - 538px);
    float: left;
    padding: 0 0 0 20px;
    overflow: hidden;
}

.wps-yearly-view-wrap .wps-yearly-title-sec {
    position: relative;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.wps-yearly-view-wrap .wps-yearly-title-sec h2 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    margin: 0;
    font-weight: 700;
}

.wps-yearly-view-wrap .wps-yearly-title-sec .wps-next-year,
.wps-yearly-view-wrap .wps-yearly-title-sec .wps-previous-year {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.015);
    transition: all 0.33s ease;
    cursor: pointer;
}

.wps-yearly-view-wrap .wps-yearly-title-sec .wps-previous-year {
    right: auto;
    left: 20px;
    padding-right: 14px;
}

.wps-yearly-view-wrap .wps-yearly-title-sec .wps-next-year {
    left: auto;
    right: 20px;
    padding-left: 14px;
}

.wps-yearly-view-wrap .wps-yearly-title-sec .wps-next-year i,
.wps-yearly-view-wrap .wps-yearly-title-sec .wps-previous-year i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer;
}

@media only screen and (max-width: 959px) {
    .wps-yearly-view-wrap .wps-yearly-calendar-sec {
        width: 268px;
        padding: 10px 5px;
    }

    .wps-yearly-view-wrap .wps-yearly-agenda-sec {
        width: calc(100% - 268px);
        padding: 0 0 0 10px;
    }
}

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

    .wps-yearly-view-wrap .wps-yearly-agenda-sec,
    .wps-yearly-view-wrap .wps-yearly-calendar-sec {
        width: 100%;
        float: none;
    }

    .wps-yearly-view-wrap .wps-calendar.wps-yearly-calendar {
        width: auto;
    }

    .wps-yearly-view-wrap .wps-calendar.wps-yearly-calendar dl dt {
        width: 14.2%;
    }

    .wps-yearly-view-wrap .wps-yearly-title-sec h2 {
        font-size: 25px;
    }
}

.wps-yearly-view-wrap .wps-agenda-event i,
.wps-yearly-view-wrap .wps-agenda-time {
    display: none;
}

@media only screen and (min-width: 768px) {
    .wps-yearly-view-wrap .wps-events-agenda-wrap {
        margin-top: 0;
        border: none;
        padding-left: 0;
        box-shadow: none;
    }

    .wps-yearly-view-wrap .wps-agenda-date-wrap {
        width: 174px;
        font-size: 11px;
        padding-top: 10px;
    }

    .wps-yearly-view-wrap .wps-agenda-events-wrap {
        width: calc(100% - 174px);
        padding: 10px;
    }

    .wps-yearly-view-wrap .wps-agenda-event-title a {
        font-size: 13px;
    }

    .wps-yearly-view-wrap .wps-agenda-event-title span.event-color {
        width: 8px;
        height: 8px;
    }

    .wps-yearly-view-wrap .wps-agenda-date-wrap span.wps-agenda-day {
        font-size: 11px;
    }

    .wps-yearly-view-wrap .wps-yearly-calendar-sec {
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.03) inset;
    }
}

@media only screen and (max-width: 1200px) {
    .wps-yearly-view-wrap .wps-agenda-event-title a {
        font-size: 12px;
        padding-right: 6px;
    }
}

.wps-calendar.wps-calendar-timetable .wps-calendar-d-table {
    padding-bottom: 10px;
    border-bottom: none;
}

.wps-calendar.wps-calendar-timetable .wps-calendar-d-table dl dt:hover {
    cursor: pointer;
}

.wps-calendar.wps-calendar-timetable .wps-calendar-d-table dl dt.wps-timetable-has-no-event,
.wps-calendar.wps-calendar-timetable .wps-calendar-d-table dl dt.wps-timetable-has-no-event:hover {
    color: #bbb;
    cursor: default;
}

.wps-calendar.wps-calendar-timetable .wps-calendar-d-table dl dt.wps-timetable-day-active {
    background: #40d9f1;
    color: #fff;
    position: relative;
}

.wps-calendar.wps-calendar-timetable .wps-calendar-d-table dl dt.wps-timetable-day-active:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #40d9f1 transparent transparent transparent;
}

.wps-timetable-events-list {
    padding: 10px 20px;
    border: none;
    margin: 0;
}

.wps-timetable-events-list .wps-timetable-event {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.wps-timetable-events-list .wps-timetable-event:last-child {
    border: none;
}

.wps-timetable-event .wps-timetable-event-span {
    font-size: 12px;
    color: #444;
    padding-right: 30px;
    line-height: 22px;
}

.wps-timetable-events-list .wps-timetable-event i {
    font-size: 13px;
    color: #aaa;
    margin-right: 3px;
    vertical-align: baseline;
}

.wps-timetable-event .wps-timetable-event-span a {
    color: #333;
}

.wps-timetable-event .wps-timetable-event-time {
    font-size: 11px;
}

.wps-timetable-event .wps-timetable-event-time i {
    vertical-align: text-bottom;
}

.wps-timetable-event .wps-timetable-event-title {
    font-size: 13px;
}

.wps-timetable-event .wps-timetable-event-title .event-color {
    width: 10px;
    height: 10px;
}

.wps-timetable-events-list .wps-timetable-event.wps-util-hidden {
    display: none;
}

.wps-timetable-events-list.wps-util-hidden {
    display: none;
}

@media only screen and (min-width: 768px) {
    .wps-timetable-events-list {
        display: table;
        width: 100%;
        margin: 10px 0 20px;
    }

    .wps-timetable-events-list .wps-timetable-event {
        display: table-row;
        padding: 0;
        border: none;
        background: #fff;
    }

    .wps-timetable-events-list .wps-timetable-event:hover {
        background: #fafafa;
    }

    .wps-timetable-event .wps-timetable-event-span {
        display: table-cell;
        padding: 10px 15px;
        border-bottom: 1px solid #ebebeb;
    }

    .wps-timetable-events-list .wps-timetable-event:last-child .wps-timetable-event-span {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .wps-timetable-event .wps-timetable-event-title {
        display: block;
        width: 100%;
        padding: 5px 0 10px;
        font-weight: 700;
    }
}

.wps-timetable-t2-wrap {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    padding: 0 15px 15px;
    overflow: hidden;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.012);
}

.wps-timetable-t2-col {
    width: 20%;
    float: left;
    min-height: 20px;
    padding-right: 1px;
    background: 0 0;
}

.wps-ttt2-title {
    background: #fafafa;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 25px 10px 10px;
    margin-bottom: 1px;
}

.wps-timetable-t2-col .wps-event-article {
    position: relative;
}

.wps-timetable-t2-col .wps-event-article .event-color {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    border-radius: 2px;
}

.wps-timetable-t2-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 15px 15px 20px;
    text-align: left;
    height: 130px;
    margin-bottom: 1px;
    overflow: hidden;
}

.wps-timetable-t2-content .wps-event-title {
    line-height: 22px;
    margin-bottom: 13px;
    white-space: nowrap;
    padding-right: 1px;
    overflow: hidden;
}

.wps-timetable-t2-content .wps-event-title a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.wps-timetable-t2-content div {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
    white-space: nowrap;
}

.wps-timetable-t2-content div i {
    font-size: 12px;
    margin-right: 4px;
}

@media only screen and (max-width: 960px) {
    .wps-timetable-t2-col {
        width: 100%;
        float: none;
    }
}

.wps-weather-box {
    padding: 15px 0;
}

.wps-weather-head {
    min-height: 90px;
    padding: 5px 0;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #238af5;
}

.wps-weather-icon-box {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background: #238af5;
}

.wps-weather-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 10px;
}

.wps-weather-summary {
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px;
    margin: 10px 0;
    height: 60px;
}

.wps-weather-summary-report {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 6px;
}

.wps-weather-summary-temp {
    font-family: Roboto, Sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 29px;
    line-height: 1;
}

.wps-weather-extras {
    width: auto;
    padding: 10px 15px 0 15px;
    float: right;
    min-height: 80px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.wps-weather-extras div {
    line-height: 20px;
    height: 20px;
}

.wps-weather-extras span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    text-transform: uppercase;
}

.wps-weather-extras var {
    font-size: 11px;
    letter-spacing: 0.4px;
}

.wps-weather-icon.clear-day,
.wps-weather-icon.clear-night {
    background-image: url(../img/wps-weather-icon-01.png);
}

.wps-weather-icon.partly-sunny-day,
.wps-weather-icon.partly-sunny-night {
    background-image: url(../img/wps-weather-icon-02.png);
}

.wps-weather-icon.partly-cloudy-day,
.wps-weather-icon.partly-cloudy-night {
    background-image: url(../img/wps-weather-icon-03.png);
}

.wps-weather-icon.cloudy,
.wps-weather-icon.fog,
.wps-weather-icon.wind {
    background-image: url(../img/wps-weather-icon-04.png);
}

.wps-weather-icon.thunderstorm {
    background-image: url(../img/wps-weather-icon-05.png);
}

.wps-weather-icon.rain {
    background-image: url(../img/wps-weather-icon-06.png);
}

.wps-weather-icon.hail,
.wps-weather-icon.sleet,
.wps-weather-icon.snow {
    background-image: url(../img/wps-weather-icon-07.png);
}

.wps-av-spot-wrap {
    width: auto;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 25px;
    background: #f7f7f7;
    min-height: 480px;
    position: relative;
}

.wps-av-spot {
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.05);
}

.wps-av-spot .wps-event-article {
    position: relative;
    height: auto;
}

.wps-av-spot .wps-av-spot-img {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 330px;
    float: none;
    margin: 0;
    overflow: hidden;
}

.wps-av-spot .wps-av-spot-content,
.wps-av-spot .wps-av-spot-head {
    width: 100%;
    float: none;
    height: 100%;
    background: #fff;
    padding: 0 20px 20px;
    margin-bottom: 0;
}

.wps-av-spot .wps-av-spot-head {
    background: #222;
    color: #fff;
    min-height: 80px;
}

.wps-av-spot .wps-av-spot-head .wps-av-spot-box {
    padding-top: 25px;
    font-size: 13px;
    color: #ddd;
}

.wps-av-spot .wps-av-spot-head .wps-av-spot-box span {
    color: #40d9f1;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
}

.wps-av-spot .wps-av-spot-head .wps-event-countdown {
    text-align: center;
    padding-top: 10px;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    float: right;
}

.wps-av-spot .wps-av-spot-head .wps-event-countdown li {
    display: table-cell;
    padding: 10px 20px;
    position: relative;
    height: 60px;
}

.wps-av-spot .wps-av-spot-head .wps-event-countdown p {
    margin-bottom: 0;
}

.wps-av-spot .wps-events-content p {
    margin-bottom: 20px;
}

.wps-av-spot-content.wps-event-grid-modern .wps-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.wps-av-spot-wrap .wps-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 14px 34px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.wps-av-spot-content.wps-event-grid-modern .wps-event-title {
    font-size: 29px;
}

.wps-av-spot .wps-av-spot-col6 {
    width: 50%;
    float: left;
    height: 100%;
}

.wps-av-spot .wps-av-spot-col6 i {
    font-size: 42px;
    float: left;
    margin-right: 7px;
    height: 58px;
}

.wps-av-spot .wps-av-spot-col6 h6 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 4px 0;
    display: inline;
    color: #444;
}

.wps-av-spot .wps-av-spot-col6 address {
    font-size: 12px;
    margin-bottom: 0;
}

.wps-av-spot-content.wps-event-grid-modern .wps-event-title a:hover {
    text-decoration: underline;
}

.wps-av-spot-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
    .wps-av-spot .wps-av-spot-col6 {
        width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    .wps-av-spot-content.wps-event-grid-modern .wps-event-title {
        font-size: 24px;
    }
}

.wps-events-masonry-wrap {
    display: block;
    width: auto;
}

.wps-masonry-item-wrap {
    width: calc(33.33% - 30px);
    padding: 0;
    margin: 0 15px 30px;
    min-height: 10px;
    position: relative;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.wps-events-masonry-cats {
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
    clear: both;
    list-style: none outside none;
}

.wps-events-masonry-cats a {
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    margin-top: 0 !important;
    text-align: center;
    display: inline-block;
    width: auto;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.wps-events-masonry-cats a:hover {
    border-color: #40d9f1;
    color: #333;
}

.wps-events-masonry-cats a.wps-masonry-cat-selected {
    border: 2px solid #40d9f1;
    color: #40d9f1;
}

.wps-masonry {
    background: #f7f7f7;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.05);
}

.wps-masonry .wps-event-article {
    position: relative;
    height: auto;
}

.wps-masonry .wps-masonry-img {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    overflow: hidden;
}

.wps-masonry .wps-masonry-img img {
    width: 100%;
}

.wps-masonry .wps-masonry-content,
.wps-masonry .wps-masonry-head {
    width: 100%;
    float: none;
    height: 100%;
    background: #fff;
    padding: 0 20px 20px;
    margin-bottom: 0;
}

.wps-masonry .wps-events-content p {
    margin-bottom: 20px;
}

.wps-masonry-content.wps-event-grid-modern .wps-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.wps-masonry-item-wrap .wps-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 14px 5%;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.wps-masonry-content.wps-event-grid-modern .wps-event-title {
    font-size: 22px;
}

.wps-masonry-content.wps-event-grid-modern .wps-event-content {
    padding-top: 20px;
}

.wps-masonry-content.wps-event-grid-modern .wps-event-footer {
    height: auto;
}

.wps-masonry .wps-masonry-col6 .wps-event-date {
    font-size: 34px;
    letter-spacing: -2px;
}

.wps-masonry .wps-masonry-col6 {
    width: 50%;
    float: left;
    height: 100%;
}

.wps-masonry .wps-masonry-col6 i {
    font-size: 24px;
    float: left;
    margin-right: 7px;
    height: 58px;
}

.wps-masonry .wps-masonry-col6 .wps-event-month,
.wps-masonry .wps-masonry-col6 h6 {
    text-transform: capitalize;
    font-size: 15px;
    padding: 4px 0;
    display: inline;
    color: #444;
}

.wps-masonry .wps-masonry-col6 .wps-event-detail,
.wps-masonry .wps-masonry-col6 address {
    font-size: 11px;
    margin-bottom: 0;
}

.wps-masonry-content.wps-event-grid-modern .wps-event-title a:hover {
    text-decoration: underline;
}

.wps-masonry-content.wps-event-grid-modern .wps-event-footer .wps-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 960px) {
    .wps-masonry-item-wrap {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 768px) {
    .wps-masonry .wps-masonry-col6 {
        width: 100%;
        margin: 10px 0;
    }

    .wps-masonry-item-wrap {
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 479px) {
    .wps-masonry-content.wps-event-grid-modern .wps-event-title {
        font-size: 24px;
    }
}

.btn-wrapper {
    text-align: center;
}

.countdown-wrapper .btn-wrapper {
    padding-top: 10px;
    padding-right: 0;
}

.countdown-wrapper h5.countdown-message {
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 18px;
}

.blox.dar .countdown-wrapper p,
.countdown-wrapper p {
    color: #888;
}

.countdown-wrapper a.button.black {
    float: right;
    margin-right: 0;
}

.wps-wrap .threedaydigits .days .flip-clock-label {
    right: -100px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .wps-wrap .flip-clock-wrapper ul {
        width: 30px !important;
    }

    .wps-wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px !important;
    }

    .wps-wrap .flip-clock-divider .flip-clock-label {
        left: 0;
        font-weight: 300;
    }

    .wps-wrap span.flip-clock-divider {
        width: 12px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .wps-wrap .flip-clock-wrapper ul {
        width: 30px !important;
    }

    .wps-wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px !important;
    }

    .wps-wrap span.flip-clock-divider:first-child {
        width: 0;
    }

    .wps-wrap span.flip-clock-divider {
        width: 20px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .wps-wrap .threedaydigits ul {
        height: 50px;
        width: 47px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .wps-wrap .threedaydigits ul {
        height: 48px;
        width: 26px !important;
    }

    .wps-wrap .threedaydigits .flip-clock-label {
        font-size: 8px;
        left: -8px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .wps-wrap .threedaydigits ul {
        height: 48px;
        width: 22px !important;
    }
}

.wps-wrap .flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wps-wrap .flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.wps-wrap .flip-clock-wrapper a:hover {
    color: #fff;
}

.wps-wrap .flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:after,
.wps-wrap .flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table;
}

.wps-wrap .flip-clock-wrapper.clearfix:after {
    clear: both;
}

.wps-wrap .flip-clock-wrapper {
    font:
        400 11px "helvetica neue",
        helvetica,
        sans-serif;
    -webkit-user-select: none;
}

.wps-wrap .flip-clock-meridium {
    background: 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.wps-wrap .flip-clock-meridium a {
    color: #313333;
}

.wps-wrap .flip-clock-wrapper {
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.flip-clock-wrapper:after,
.wps-wrap .flip-clock-wrapper:before {
    content: " ";
    display: table;
}

.wps-wrap .flip-clock-wrapper:after {
    clear: both;
}

.wps-wrap .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    width: 50px;
    height: 50px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.21);
}

.wps-wrap .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-decoration: none !important;
}

.wps-wrap .flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.wps-wrap .flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.wps-wrap .flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}

.wps-wrap .flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.wps-wrap .flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.wps-wrap .flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.12);
}

.wps-wrap .flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.wps-wrap .flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    background-color: #40d9f1;
    border-radius: 3px;
    font-size: 48px;
}

.wps-wrap .flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.wps-wrap .flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

.wps-wrap .flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.wps-wrap .flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
}

.wps-wrap .flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.wps-wrap .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 62px;
}

.wps-wrap .flip-clock-divider:first-child {
    width: 0;
}

.wps-wrap .flip-clock-dot {
    display: none;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}

.wps-wrap .flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: -1.5em;
    right: -71px;
    color: #101010;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
}

.wps-wrap .blox.dark .flip-clock-divider .flip-clock-label {
    color: #8a8a8a;
}

.wps-wrap .flip-clock-divider.seconds .flip-clock-label {
    right: -82px;
}

.wps-wrap .flip-clock-dot.top {
    top: 30px;
}

.wps-wrap .flip-clock-dot.bottom {
    bottom: 30px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotatex(90deg);
    }

    100% {
        -webkit-transform: rotatex(0);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotatex(90deg);
    }

    100% {
        -moz-transform: rotatex(0);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotatex(90deg);
    }

    100% {
        -o-transform: rotatex(0);
    }
}

@keyframes turn {
    0% {
        transform: rotatex(90deg);
    }

    100% {
        transform: rotatex(0);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotatex(0);
    }

    100% {
        -webkit-transform: rotatex(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotatex(0);
    }

    100% {
        -moz-transform: rotatex(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotatex(0);
    }

    100% {
        -o-transform: rotatex(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotatex(0);
    }

    100% {
        transform: rotatex(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(64, 64, 64, 0.68) 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, rgba(0, 0, 0, 0.1)),
            color-stop(100%, rgba(64, 64, 64, 0.68)));
    background:
        linear,
        top,
        rgba(0, 0, 0, 0.1) 0,
        rgba(64, 64, 64, 0.68) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(64, 64, 64, 0.68) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(64, 64, 64, 0.68) 100%);
    background:
        linear,
        to bottom,
        rgba(0, 0, 0, 0.1) 0,
        rgba(64, 64, 64, 0.68) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(64, 64, 64, 0.68) 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, rgba(0, 0, 0, 0.1)),
            color-stop(100%, rgba(64, 64, 64, 0.68)));
    background:
        linear,
        top,
        rgba(0, 0, 0, 0.1) 0,
        rgba(64, 64, 64, 0.68) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(64, 64, 64, 0.68) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(64, 64, 64, 0.68) 100%);
    background:
        linear,
        to bottom,
        rgba(0, 0, 0, 0.1) 0,
        rgba(64, 64, 64, 0.68) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.68) 0, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, rgba(64, 64, 64, 0.68)),
            color-stop(100%, rgba(0, 0, 0, 0.1)));
    background:
        linear,
        top,
        rgba(64, 64, 64, 0.68) 0,
        rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, rgba(64, 64, 64, 0.68) 0, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(64, 64, 64, 0.68) 0, rgba(0, 0, 0, 0.1) 100%);
    background:
        linear,
        to bottom,
        rgba(64, 64, 64, 0.68) 0,
        rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.68) 0, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, rgba(64, 64, 64, 0.68)),
            color-stop(100%, rgba(0, 0, 0, 0.1)));
    background:
        linear,
        top,
        rgba(64, 64, 64, 0.68) 0,
        rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, rgba(64, 64, 64, 0.68) 0, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(64, 64, 64, 0.68) 0, rgba(0, 0, 0, 0.1) 100%);
    background:
        linear,
        to bottom,
        rgba(64, 64, 64, 0.68) 0,
        rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/Simple-Line-Icons.eot?v=2.3.1);
    src:
        url(../fonts/Simple-Line-Icons.eot?v=2.3.1#iefix) format("embedded-opentype"),
        url(../fonts/Simple-Line-Icons.woff2?v=2.3.1) format("woff2"),
        url(../fonts/Simple-Line-Icons.woff?v=2.3.1) format("woff"),
        url(../fonts/Simple-Line-Icons.ttf?v=2.3.1) format("truetype"),
        url(../fonts/Simple-Line-Icons.svg?v=2.3.1#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*="wps-sl-"] {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wps-sl-facebook:before {
    content: "\e00b";
}

.wps-sl-twitter:before {
    content: "\e009";
}

.wps-sl-google-plus:before {
    content: "\e60d";
}

.wps-sl-angle-left:before {
    content: "\e605";
}

.wps-sl-angle-right:before {
    content: "\e606";
}

.wps-sl-calendar:before {
    content: "\e075";
}

.wps-sl-clock-o:before {
    content: "\e081";
}

.wps-sl-home:before {
    content: "\e069";
}

.wps-sl-phone:before {
    content: "\e600";
}

.wps-sl-envelope:before {
    content: "\e086";
}

.wps-sl-sitemap:before {
    content: "\e037";
}

.wps-sl-map-marker:before {
    content: "\e096";
}

.wps-sl-floder:before {
    content: "\e089";
}

.wps-sl-wallet:before {
    content: "\e02a";
}

.wps-color,
.wps-color-before :before,
.wps-color-hover:hover,
.wps-wrap .wps-color,
.wps-wrap .wps-color-before :before,
.wps-wrap .wps-color-hover:hover {
    color: #40d9f1;
}

.wps-bg-color,
.wps-bg-color-hover:hover,
.wps-wrap .wps-bg-color,
.wps-wrap .wps-bg-color-hover:hover {
    background-color: #40d9f1;
}

.wps-border-color,
.wps-border-color-hover:hover,
.wps-wrap .wps-border-color,
.wps-wrap .wps-border-color-hover:hover {
    border-color: #40d9f1;
}

.wps-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wps-wrap :after,
.wps-wrap :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wps-wrap .clearfix:after,
.wps-wrap .clearfix:before {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.wps-wrap .clearfix:after {
    clear: both;
}

.wps-wrap .clearfix {
    zoom: 1;
}

.wps-wrap .clear,
.wps-wrap .clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.wps-wrap .clr {
    visibility: visible;
    overflow: visible;
}

.wps-container [class*="col-"] img {
    max-width: 100%;
}

.wps-container {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}

.wps-container:after,
.wps-container:before {
    content: " ";
    display: table;
}

.wps-container:after {
    clear: both;
}

@media only screen and (max-width: 479px) {
    .wps-container {
        padding: 0px 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .wps-container {
        padding: 0px 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .wps-container {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 961px) {
    .wps-container {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .wps-container {
        width: 1196px;
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 1921px) {
    .wps-container {
        max-width: 1690px;
    }
}

.wps-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}

.wps-wrap .row:after,
.wps-wrap .row:before {
    content: " ";
    display: table;
}

.wps-wrap .row:after {
    clear: both;
}

.wps-wrap .col-lg-1,
.wps-wrap .col-lg-10,
.wps-wrap .col-lg-11,
.wps-wrap .col-lg-12,
.wps-wrap .col-lg-2,
.wps-wrap .col-lg-3,
.wps-wrap .col-lg-4,
.wps-wrap .col-lg-5,
.wps-wrap .col-lg-6,
.wps-wrap .col-lg-7,
.wps-wrap .col-lg-8,
.wps-wrap .col-lg-9,
.wps-wrap .col-md-1,
.wps-wrap .col-md-10,
.wps-wrap .col-md-11,
.wps-wrap .col-md-12,
.wps-wrap .col-md-2,
.wps-wrap .col-md-3,
.wps-wrap .col-md-4,
.wps-wrap .col-md-5,
.wps-wrap .col-md-6,
.wps-wrap .col-md-7,
.wps-wrap .col-md-8,
.wps-wrap .col-md-9,
.wps-wrap .col-sm-1,
.wps-wrap .col-sm-10,
.wps-wrap .col-sm-11,
.wps-wrap .col-sm-12,
.wps-wrap .col-sm-2,
.wps-wrap .col-sm-3,
.wps-wrap .col-sm-4,
.wps-wrap .col-sm-5,
.wps-wrap .col-sm-6,
.wps-wrap .col-sm-7,
.wps-wrap .col-sm-8,
.wps-wrap .col-sm-9,
.wps-wrap .col-xs-1,
.wps-wrap .col-xs-10,
.wps-wrap .col-xs-11,
.wps-wrap .col-xs-12,
.wps-wrap .col-xs-2,
.wps-wrap .col-xs-3,
.wps-wrap .col-xs-4,
.wps-wrap .col-xs-5,
.wps-wrap .col-xs-6,
.wps-wrap .col-xs-7,
.wps-wrap .col-xs-8,
.wps-wrap .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 1200px) {

    .wps-wrap .col-lg-1,
    .wps-wrap .col-lg-10,
    .wps-wrap .col-lg-11,
    .wps-wrap .col-lg-12,
    .wps-wrap .col-lg-2,
    .wps-wrap .col-lg-3,
    .wps-wrap .col-lg-4,
    .wps-wrap .col-lg-5,
    .wps-wrap .col-lg-6,
    .wps-wrap .col-lg-7,
    .wps-wrap .col-lg-8,
    .wps-wrap .col-lg-9,
    .wps-wrap .col-md-1,
    .wps-wrap .col-md-10,
    .wps-wrap .col-md-11,
    .wps-wrap .col-md-12,
    .wps-wrap .col-md-2,
    .wps-wrap .col-md-3,
    .wps-wrap .col-md-4,
    .wps-wrap .col-md-5,
    .wps-wrap .col-md-6,
    .wps-wrap .col-md-7,
    .wps-wrap .col-md-8,
    .wps-wrap .col-md-9,
    .wps-wrap .col-sm-1,
    .wps-wrap .col-sm-10,
    .wps-wrap .col-sm-11,
    .wps-wrap .col-sm-12,
    .wps-wrap .col-sm-2,
    .wps-wrap .col-sm-3,
    .wps-wrap .col-sm-4,
    .wps-wrap .col-sm-5,
    .wps-wrap .col-sm-6,
    .wps-wrap .col-sm-7,
    .wps-wrap .col-sm-8,
    .wps-wrap .col-sm-9,
    .wps-wrap .col-xs-1,
    .wps-wrap .col-xs-10,
    .wps-wrap .col-xs-11,
    .wps-wrap .col-xs-12,
    .wps-wrap .col-xs-2,
    .wps-wrap .col-xs-3,
    .wps-wrap .col-xs-4,
    .wps-wrap .col-xs-5,
    .wps-wrap .col-xs-6,
    .wps-wrap .col-xs-7,
    .wps-wrap .col-xs-8,
    .wps-wrap .col-xs-9 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wps-wrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.wps-container [class*="col-"].alpha {
    padding-left: 0;
}

.wps-container [class*="col-"].omega {
    padding-right: 0;
}

.wps-wrap .col-xs-1,
.wps-wrap .col-xs-10,
.wps-wrap .col-xs-11,
.wps-wrap .col-xs-12,
.wps-wrap .col-xs-2,
.wps-wrap .col-xs-3,
.wps-wrap .col-xs-4,
.wps-wrap .col-xs-5,
.wps-wrap .col-xs-6,
.wps-wrap .col-xs-7,
.wps-wrap .col-xs-8,
.wps-wrap .col-xs-9 {
    float: left;
}

.wps-wrap .col-xs-12 {
    width: 100%;
}

.wps-wrap .col-xs-11 {
    width: 91.66666666666666%;
}

.wps-wrap .col-xs-10 {
    width: 83.33333333333334%;
}

.wps-wrap .col-xs-9 {
    width: 75%;
}

.wps-wrap .col-xs-8 {
    width: 66.66666666666666%;
}

.wps-wrap .col-xs-7 {
    width: 58.333333333333336%;
}

.wps-wrap .col-xs-6 {
    width: 50%;
}

.wps-wrap .col-xs-5 {
    width: 41.66666666666667%;
}

.wps-wrap .col-xs-4 {
    width: 33.33333333333333%;
}

.wps-wrap .col-xs-3 {
    width: 25%;
}

.wps-wrap .col-xs-2 {
    width: 16.666666666666664%;
}

.wps-wrap .col-xs-1 {
    width: 8.333333333333332%;
}

@media (min-width: 768px) {

    .wps-wrap .col-sm-1,
    .wps-wrap .col-sm-10,
    .wps-wrap .col-sm-11,
    .wps-wrap .col-sm-12,
    .wps-wrap .col-sm-2,
    .wps-wrap .col-sm-3,
    .wps-wrap .col-sm-4,
    .wps-wrap .col-sm-5,
    .wps-wrap .col-sm-6,
    .wps-wrap .col-sm-7,
    .wps-wrap .col-sm-8,
    .wps-wrap .col-sm-9 {
        float: left;
    }

    .wps-wrap .col-sm-12 {
        width: 100%;
    }

    .wps-wrap .col-sm-11 {
        width: 91.66666666666666%;
    }

    .wps-wrap .col-sm-10 {
        width: 83.33333333333334%;
    }

    .wps-wrap .col-sm-9 {
        width: 75%;
    }

    .wps-wrap .col-sm-8 {
        width: 66.66666666666666%;
    }

    .wps-wrap .col-sm-7 {
        width: 58.333333333333336%;
    }

    .wps-wrap .col-sm-6 {
        width: 50%;
    }

    .wps-wrap .col-sm-5 {
        width: 41.66666666666667%;
    }

    .wps-wrap .col-sm-4 {
        width: 33.33333333333333%;
    }

    .wps-wrap .col-sm-3 {
        width: 25%;
    }

    .wps-wrap .col-sm-2 {
        width: 16.666666666666664%;
    }

    .wps-wrap .col-sm-1 {
        width: 8.333333333333332%;
    }
}

@media (min-width: 961px) {

    .wps-wrap .col-md-1,
    .wps-wrap .col-md-10,
    .wps-wrap .col-md-11,
    .wps-wrap .col-md-12,
    .wps-wrap .col-md-2,
    .wps-wrap .col-md-3,
    .wps-wrap .col-md-4,
    .wps-wrap .col-md-5,
    .wps-wrap .col-md-6,
    .wps-wrap .col-md-7,
    .wps-wrap .col-md-8,
    .wps-wrap .col-md-9 {
        float: left;
    }

    .wps-wrap .col-md-12 {
        width: 100%;
    }

    .wps-wrap .col-md-11 {
        width: 91.66666666666666%;
    }

    .wps-wrap .col-md-10 {
        width: 83.33333333333334%;
    }

    .wps-wrap .col-md-9 {
        width: 75%;
    }

    .wps-wrap .col-md-8 {
        width: 66.66666666666666%;
    }

    .wps-wrap .col-md-7 {
        width: 58.333333333333336%;
    }

    .wps-wrap .col-md-6 {
        width: 50%;
    }

    .wps-wrap .col-md-5 {
        width: 41.66666666666667%;
    }

    .wps-wrap .col-md-4 {
        width: 33.33333333333333%;
    }

    .wps-wrap .col-md-3 {
        width: 25%;
    }

    .wps-wrap .col-md-2 {
        width: 16.666666666666664%;
    }

    .wps-wrap .col-md-1 {
        width: 8.333333333333332%;
    }
}

@media (min-width: 1200px) {

    .wps-wrap .col-lg-1,
    .wps-wrap .col-lg-10,
    .wps-wrap .col-lg-11,
    .wps-wrap .col-lg-12,
    .wps-wrap .col-lg-2,
    .wps-wrap .col-lg-3,
    .wps-wrap .col-lg-4,
    .wps-wrap .col-lg-5,
    .wps-wrap .col-lg-6,
    .wps-wrap .col-lg-7,
    .wps-wrap .col-lg-8,
    .wps-wrap .col-lg-9 {
        float: left;
    }

    .wps-wrap .col-lg-12 {
        width: 100%;
    }

    .wps-wrap .col-lg-11 {
        width: 91.66666666666666%;
    }

    .wps-wrap .col-lg-10 {
        width: 83.33333333333334%;
    }

    .wps-wrap .col-lg-9 {
        width: 75%;
    }

    .wps-wrap .col-lg-8 {
        width: 66.66666666666666%;
    }

    .wps-wrap .col-lg-7 {
        width: 58.333333333333336%;
    }

    .wps-wrap .col-lg-6 {
        width: 50%;
    }

    .wps-wrap .col-lg-5 {
        width: 41.66666666666667%;
    }

    .wps-wrap .col-lg-4 {
        width: 33.33333333333333%;
    }

    .wps-wrap .col-lg-3 {
        width: 25%;
    }

    .wps-wrap .col-lg-2 {
        width: 16.666666666666664%;
    }

    .wps-wrap .col-lg-1 {
        width: 8.333333333333332%;
    }
}

/*org css*/
#custom-login-wrapper {
    max-width: 500px;
    margin: 80px auto;
    padding: 40px;
    border-radius: 15px;
    background: #fff7ec;
    color: #000;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

#custom-login-wrapper h2 {
    color: #fda329;
    margin-bottom: 20px;
}

#custom-login-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #000;
}

#login-btn {
    background: #fda329;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

#login-btn:hover {
    background: var(--wps-primary-color);
}

.login-message {
    margin-top: 10px;
    font-size: 14px;
}

.organizer-mec-books {
    padding: 40px 0px;
}

.organizer-mec-books table.dataTable {
    border-collapse: collapse;
    width: 100%;
}

.organizer-mec-books th {
    text-align: left;
    padding: 10px;
}

.organizer-mec-books th {
    background-color: #fda329;
    color: white;
}

.organizer-mec-books td {
    padding: 12px 10px;
    vertical-align: middle;
}

.organizer-mec-books td a,
.organizer-mec-books td button {
    background: #fda329;
    border: none;
    color: black !important;
    padding: 12px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    box-sizing: border-box;
}

.organizer-mec-books td a:hover,
.organizer-mec-books td button:hover {
    background: #e69720;
    color: #fff !important;
}

.organizer-mec-books td a.bracket-link {
    background: #484848;
    color: #fff !important;
}

.organizer-mec-books h2 {
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_filter {
    padding-bottom: 10px !important;
}

.page-id-7365 .content .container,
.page-id-7369 .content .container,
.page-id-7221 .content .container,
.page-id-8256 .content .container {
    max-width: 1600px;
    width: 1600px;
}

/*org css end*/

/* org css for mobile and tab - start */
/* Tablet and below */
@media (max-width: 992px) {

    .page-id-7365 .content .container,
    .page-id-7369 .content .container,
    .page-id-7221 .content .container {
        max-width: 100%;
        width: 100%;
    }

    /* Make the DataTables wrapper scrollable horizontally */
    #mecBooksTable_wrapper,
    #mecBooksTable_wrapper .dataTables_scroll,
    #mecBooksTable_wrapper .dataTables_scrollBody {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    /* Ensure the table is wider than viewport so scrolling appears */
    #mecBooksTable {
        width: max-content !important;
        /* prefers content width */
        min-width: 900px;
        /* fallback forces scroll */
        table-layout: auto !important;
    }

    /* Keep cells on one line so columns don’t wrap and hide scroll */
    #mecBooksTable th,
    #mecBooksTable td {
        white-space: nowrap !important;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .page-id-7365 .content .container,
    .page-id-7369 .content .container,
    .page-id-7221 .content .container {
        max-width: 100%;
        width: 100%;
    }

    .organizer-mec-books h2 {
        text-align: left !important;
    }

    #login-btn {
        float: left !important;
    }

    #mecBooksTable_wrapper,
    #mecBooksTable_wrapper .dataTables_scroll,
    #mecBooksTable_wrapper .dataTables_scrollBody {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    #mecBooksTable {
        width: max-content !important;
        min-width: 1000px;
        /* a bit wider for phones */
    }

    #mecBooksTable th,
    #mecBooksTable td {
        white-space: nowrap !important;
        padding: 8px 10px;
        /* compact for small screens */
        font-size: 13px;
    }

    /* If DataTables creates scroll head, prevent double width issues */
    #mecBooksTable_wrapper .dataTables_scrollHead,
    #mecBooksTable_wrapper .dataTables_scrollHeadInner {
        width: auto !important;
    }
}

@media (max-width: 992px) {
    #mecBooksTable_wrapper {
        position: relative;
        overflow-x: auto !important;
    }
}

/* =========================================
   GLOBAL WRAPPER
   ========================================= */

.dt-container {
    font-family: "Inter", sans-serif;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* =========================================
   TOP TOOLBAR (EXPORT BUTTONS + SEARCH)
   ========================================= */
.dt-container .dt-buttons {
    float: left;
    margin-bottom: 15px;
}

.dt-container .dt-search {
    float: right;
    text-align: right;
    margin-bottom: 15px;
}

/* Clear floats */
.dt-container::after {
    content: "";
    display: block;
    clear: both;
}

/* =========================================
   EXPORT BUTTONS
   ========================================= */
.dt-container .dt-button {
    background-color: var(--wps-primary-color) !important;
    border: none !important;
    color: #fff !important;
    padding: 2px 10px !important;
    border-radius: 4px !important;
    margin-right: 8px !important;
    font-weight: 400 !important;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgba(255, 184, 77, 0.3);
}

.dt-container .dt-button:hover {
    background-color: #e6a23c !important;
    box-shadow: 0 3px 6px rgba(255, 184, 77, 0.4);
    transform: translateY(-1px);
}

/* =========================================
   SEARCH BOX
   ========================================= */
.dt-container .dt-search label {
    font-weight: 600;
    color: #444;
    margin-right: 6px;
}

.dt-container .dt-search input {
    border: 2px solid var(--wps-primary-color);
    border-radius: 6px;
    padding: 6px 10px;
    outline: none;
    transition: 0.25s ease;
}

.dt-container .dt-search input:focus {
    border-color: var(--wps-primary-color);
    box-shadow: 0 0 5px rgba(255, 184, 77, 0.4);
}

/* =========================================
   TABLE STYLING
   ========================================= */
table.dataTable thead th {
    background-color: var(--wps-primary-color);
    color: #fff;
    font-weight: 600;
    text-align: left;
    border: none;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #fff8ec;
}

table.dataTable tbody tr:hover {
    background-color: #fff2d9;
}

/* =========================================
   PAGINATION & INFO (BOTTOM SECTION)
   ========================================= */
.dt-container .dt-info {
    float: left;
    color: #666;
    margin-top: 10px;
}

.dt-container .dt-paging {
    float: right;
    margin-top: 10px;
}

/* Pagination buttons */
.dt-container .dt-paging-button {
    background-color: #fff;
    border: 1px solid var(--wps-primary-color) !important;
    border-radius: 6px;
    color: #fff !important;
    padding: 5px 12px;
    margin: 2px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.dt-container .dt-paging-button:hover:not(.disabled) {
    background-color: var(--wps-primary-color) !important;
    color: #fff !important;
}

.dt-container .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current {
    background-color: var(--wps-primary-color) !important;
    color: #fff !important;
    border: 1px solid var(--wps-primary-color) !important;
}

.dt-container .dt-paging-button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* =========================================
   TABLE FOOTER SELECT DROPDOWN (if shown)
   ========================================= */
.dt-container select {
    border: 1px solid var(--wps-primary-color);
    border-radius: 6px;
    padding: 4px 8px;
}

/* =========================================
   RESPONSIVE (MOBILE / TABLET)
   ========================================= */
@media (max-width: 768px) {

    .dt-container .dt-buttons,
    .dt-container .dt-search,
    .dt-container .dt-info,
    .dt-container .dt-paging {
        float: none !important;
        text-align: center !important;
        margin: 10px 0;
    }

    .dt-container .dt-button {
        margin-bottom: 6px !important;
    }
}

/* =========================================
   OPTIONAL TOOLBAR BACKGROUND (Soft Box)
   ========================================= */
.dt-container .dt-buttons,
.dt-container .dt-search {
    background: #fffaf2;
    padding: 10px 12px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(255, 184, 77, 0.25);
}

/* org css for mobile and tab - end */
.mec-book-ticket-limit {
    display: none !important;
}

.multipleticket1 .mec-book-ticket-limit {
    display: block !important;
}

.wps-made-by-wolfpack {
    text-align: center;
    font-size: 14px;
    color: var(--wps-primary-color, #40d9f1);
    padding: 10px 0px;
    width: 100%;
    bottom: 0;
    display: inline-block;
}

.center-text {
    text-align: center;
}

#myTable {
    text-align: left;
}

/* ========================================
   MODERN SINGLE EVENT SKIN STYLES
   Uses dynamic CSS custom properties for gradient colors
   ======================================== */

/* Import Premium Typography */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* Base Container */
.wps-single-modern {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 0;
    background: transparent;
    letter-spacing: -0.005em;
    margin-top: 40px;
}

.wps-single-modern * {
    box-sizing: border-box
}

/* TITLE */
.wps-single-modern .wps-single-title {
    position: relative;
    padding-bottom: 16px
}

.wps-single-modern .wps-single-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00 0%, #ff8c42 100%));
    border-radius: 2px
}

/* EVENT BAR */
.wps-single-modern .wps-single-event-bar {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: none
}

.wps-single-modern .wps-single-event-bar>div {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 15px;
    position: relative;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 180px
}

.wps-single-modern .wps-single-event-bar>div::before {
    display: none
}

.wps-single-modern .wps-single-event-bar>div:hover {
    border-color: var(--wps-primary-color-start, #ff5a00);
    box-shadow: 0 4px 12px rgba(37, 99, 235, .1);
    transform: translateY(-2px)
}

.wps-single-modern .wps-single-event-bar>div i {
    font-size: 20px;
    color: var(--wps-primary-color-solid, #f97316);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--wps-primary-bg-light, #fff7ed);
    border: 1px solid var(--wps-primary-color-solid, #f97316);
    border-radius: 10px;
    flex-shrink: 0
}

.wps-single-modern .wps-single-event-bar>div h3 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #64748b;
    line-height: 1;
    padding-bottom: 0
}

.wps-single-modern .wps-single-event-bar>div dd,
.wps-single-modern .wps-single-event-bar>div dd abbr {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.4
}

.wps-single-modern .wps-single-event-bar>div .wps-time-comment {
    font-size: 13px;
    color: #64748b;
    font-weight: 400;
    margin-top: 2px;
    display: none
}

/* FRONTBOX */
.wps-single-modern .wps-frontbox {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s ease
}

.wps-single-modern .wps-frontbox:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06)
}

.wps-single-modern .wps-frontbox::before {
    display: none
}

.wps-single-modern .wps-frontbox-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #313131;
    margin: 0 0 20px;
    padding-bottom: 12px;
    padding-top: 10px;
    position: relative;
    border-bottom: 4px solid #ebebeb
}

.wps-single-modern .wps-frontbox-title::after {
    display: none
}

.wps-single-modern .wps-frontbox-title i {
    font-size: 18px;
    color: var(--wps-primary-color-solid, #f97316);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.wps-single-modern .wps-frontbox-title::before {
    display: none !important
}

/* EVENT META */
.wps-single-modern .wps-single-event-organizer::before,
.wps-single-modern .wps-single-event-location::before,
.wps-single-modern .wps-single-event-category::before,
.wps-single-modern .wps-event-more-info::before {
    display: none
}

.wps-single-modern .wps-single-event-organizer,
.wps-single-modern .wps-single-event-location,
.wps-single-modern .wps-single-event-category,
.wps-single-modern .wps-event-more-info {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    position: relative;
    transition: all .2s ease
}

.wps-single-modern .wps-single-event-organizer:hover,
.wps-single-modern .wps-single-event-location:hover,
.wps-single-modern .wps-single-event-category:hover,
.wps-single-modern .wps-event-more-info:hover {
    border-color: var(--wps-primary-color-start, #ff5a00);
    box-shadow: 0 4px 12px rgba(37, 99, 235, .08)
}

.wps-single-modern .wps-event-meta i {
    font-size: 22px;
    color: var(--wps-primary-color-solid, #f97316);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--wps-primary-bg-light, #fff7ed);
    border: 1px solid var(--wps-primary-color-solid, #f97316);
    border-radius: 12px;
    flex-shrink: 0;
    margin-right: 10px;
}

.wps-single-modern .wps-event-meta h3,
.wps-single-modern .wps-event-meta h6,
.wps-single-event .wps-event-meta dt {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: #64748b !important;
    margin: 0px;
    padding: 0px
}

.wps-single-modern .wps-events-single-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a !important;
    letter-spacing: .3px !important;
    text-transform: none !important
}

.wps-single-modern .wps-event-meta dd {
    font-size: 15px;
    color: #1e293b;
    margin: 0 0 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    align-content: center;
    word-break: break-all;
}

.wps-single-modern .wps-event-meta dd.location,
.wps-single-event-category {
    margin: 0;
}

.wps-single-modern .wps-event-meta dd a {
    color: var(--wps-primary-color-start, #ff5a00);
    text-decoration: none;
    font-weight: 500;
    transition: color .2s ease
}

.wps-single-modern .wps-event-meta dd a:hover {
    color: var(--wps-primary-color-solid, #f97316)
}

/* Categories */
.wps-single-modern .wps-events-event-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px
}

.wps-single-modern .wps-events-event-categories a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    background: transparent;
    border: none;
    color: #1e293b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease
}

.wps-single-modern .wps-events-event-categories a:hover {
    background: transparent;
    color: inherit;
    border-color: transparent;
}

.wps-single-modern .wps-events-event-categories a i {
    font-size: 14px;
    color: var(--wps-primary-color-solid, #f97316);
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    height: unset;
    width: unset;
    margin: 0px;
}

.wps-single-modern .wps-events-event-categories a:hover i {
    color: #fff
}

/* More Info Button */
.wps-events-event-more-info {
    margin-top: 15px !important;
}

.wps-single-modern .wps-more-info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 28px;
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00 0%, #ff8c42 100%));
    color: #fff !important;
    border-radius: 10px;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(37, 99, 235, .2);
    text-transform: uppercase;
}

.wps-single-modern .wps-more-info-button:hover {
    background-color: var(--wps-primary-color-start, #ff5a00);
    box-shadow: 0 4px 12px rgba(37, 99, 235, .3);
    transform: translateY(-2px);
    color: #fff !important
}

.wps-single-modern .wps-more-info-button i {
    font-size: 16px
}

/* IMAGES */
.wps-single-modern .wps-events-event-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    transition: all .3s ease
}

.wps-single-modern .wps-events-event-image:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    transform: translateY(-2px)
}

.wps-single-modern .wps-events-event-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .4s ease
}

.wps-event-img-placeholder {
    height: 350px;
    background: #f7f7f7;
    color: #475569;
    font-size: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 10px;
    line-height: 1.2;
}

.wps-single-modern .wps-image-popup {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.wps-single-modern .wps-image-popup::after {
    display: none
}

/* Image Popup */
.wps-image-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .92);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.wps-popup-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #0f172a;
    font-size: 24px;
    cursor: pointer;
    transition: all .2s ease;
    z-index: 100000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.wps-popup-close:hover {
    background: var(--wps-primary-color-solid, #f97316);
    color: #fff;
    transform: rotate(90deg) scale(1.1)
}

.wps-popup-image-container {
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    margin: auto;
}

.wps-popup-image-container img {
    display: block;
    max-width: 100%;
    max-height: 85vh;
    border-radius: 12px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .4)
}

.wps-popup-title {
    color: #fff;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

/* EVENT CONTENT */
.wps-single-modern .wps-event-content {
    padding: 0
}

.wps-single-modern .wps-single-event-description {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 30px;
    line-height: 1.8;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .04)
}

.wps-single-modern .wps-single-event-description p {
    font-size: 17px;
    color: #475569;
    margin: 0 0 24px;
    line-height: 1.8;
    margin: 0px;
}

.wps-single-modern .wps-single-event-description h2,
.wps-single-modern .wps-single-event-description h3,
.wps-single-modern .wps-single-event-description h4 {
    font-size: 28px;
    font-weight: 800;
    color: #0c1222;
    margin: 40px 0 16px;
    letter-spacing: -0.02em
}

.wps-single-modern .wps-single-event-description ul,
.wps-single-modern .wps-single-event-description ol {
    margin: 0 0 24px;
    padding-left: 0
}

.wps-single-modern .wps-single-event-description li {
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
    font-size: 17px;
    color: #475569;
    list-style: none;
}

.wps-single-modern .wps-single-event-description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00, #ff8c42));
    border-radius: 50%
}

/* TABLES */
.wps-single-modern .wps-frontbox table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 8px 0 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06)
}

.wps-single-modern .wps-frontbox thead tr {
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00 0%, #ff8c42 100%))
}

.wps-single-modern .wps-frontbox th {
    padding: 20px 24px;
    text-align: left;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    border: none;
    position: relative
}

.wps-single-modern .wps-frontbox th:first-child {
    border-radius: 16px 0 0 0
}

.wps-single-modern .wps-frontbox th:last-child {
    border-radius: 0 16px 0 0
}

.wps-single-modern .wps-frontbox th i {
    margin-right: 8px;
    color: rgba(255, 255, 255, .9)
}

.wps-single-modern .wps-frontbox tbody tr {
    border-bottom: 1px solid #f1f5f9;
    transition: all .3s ease
}

.wps-single-modern .wps-frontbox tbody tr:last-child {
    border-bottom: none
}

.wps-single-modern .wps-frontbox tbody tr:hover {
    background: linear-gradient(135deg, #fff5eb 0%, #ffedd5 100%);
    transform: scale(1.01)
}

.wps-single-modern .wps-frontbox td {
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #0c1222;
    border: none
}

.wps-single-modern .wps-frontbox td b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(16, 185, 129, .3)
}

.wps-single-modern .wps-frontbox td b.green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%)
}

/* Organizer/Location Images */
.wps-single-modern .wps-img-organizer {
    background: #f7f7f7;
    padding: 10px
}

.wps-single-modern .wps-img-organizer,
.wps-single-modern .wps-img-location {
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 16px
}

/* HOURLY SCHEDULE */
.wps-single-modern .wps-event-schedule .wps-event-schedule-content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wps-single-modern .wps-event-schedule dl {
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    position: relative;
    transition: all .2s ease
}

.wps-single-modern .wps-event-schedule dl::before {
    display: none
}

.wps-single-modern .wps-event-schedule dl:hover {
    border-color: var(--wps-primary-color-start, #ff5a00);
    box-shadow: 0 2px 8px rgba(37, 99, 235, .08)
}

.wps-single-modern .wps-schedule-time {
    font-size: 15px;
    font-weight: 700;
    color: var(--wps-primary-color-solid, #f97316);
    letter-spacing: -0.01em
}

.wps-single-modern .wps-schedule-title {
    font-size: 17px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px
}

.wps-single-modern .wps-schedule-description {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5
}

/* BUTTONS */
.wps-single-modern .wps-booking-button,
.wps-single-modern a.wps-bg-color {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 28px;
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00 0%, #ff8c42 100%));
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(37, 99, 235, .2);
    text-transform: uppercase;
    letter-spacing: 1px
}

.wps-single-modern .wps-booking-button:hover,
.wps-single-modern a.wps-bg-color:hover {
    background-color: var(--wps-primary-color-start, #ff5a00);
    box-shadow: 0 4px 16px rgba(37, 99, 235, .3);
    transform: translateY(-2px)
}

.wps-single-modern .wps-booking-button:active,
.wps-single-modern a.wps-bg-color:active {
    transform: translateY(0)
}

/* SOLD OUT */
.wps-single-modern .wps-sold-tickets {
    background: #fef3c7;
    color: #92400e;
    padding: 20px 32px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #fbbf24;
    margin-bottom: 25px
}

/* WAITING LIST */
.wps-waiting-list-notice.info-msg {
    background: #fff3cd;
    color: #059;
    padding: 20px 32px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ffc107;
    margin-bottom: 25px;
}

/* SOCIAL ICONS */
.wps-single-modern .wps-event-sharing a,
.wps-single-modern .wps-event-export a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #64748b;
    text-decoration: none;
    transition: all .2s ease;
    background: #fff
}

.wps-single-modern .wps-event-sharing a:hover,
.wps-single-modern .wps-event-export a:hover {
    background: var(--wps-primary-color-start, #ff5a00);
    color: #fff;
    border-color: var(--wps-primary-color-start, #ff5a00);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, .15)
}

.wps-single-modern .wps-event-sharing a i,
.wps-single-modern .wps-event-export a i {
    font-size: 18px
}

.wps-single-modern .wps-event-sharing-wrap {
    position: static
}

.wps-single-modern .wps-event-sharing-wrap .wps-event-share {
    display: inline-flex;
    gap: 8px
}

/* RESPONSIVE LAYOUT */
.wps-single-modern .wps-col-left {
    width: 33.3333%;
    float: left;
    padding: 0 16px
}

.wps-single-modern .wps-col-right {
    width: 66.6667%;
    float: left;
    padding: 0 16px
}

@media (max-width:991px) {
    .wps-single-modern {
        padding: 0;
        margin-top: 20px;
    }

    .wps-single-modern .wps-col-left {
        width: 100%;
        float: none;
        order: 2;
        padding: 0
    }

    .wps-single-modern .wps-col-right {
        width: 100%;
        float: none;
        order: 1;
        padding: 0
    }

    .wps-single-modern .wps-single-event {
        display: flex;
        flex-direction: column
    }

    .wps-single-modern .wps-col-right {
        order: 1
    }

    .wps-single-modern .wps-col-left {
        order: 2
    }

    .wps-single-modern .wps-single-event-bar {
        flex-direction: column;
        gap: 12px
    }

    .wps-single-modern .wps-single-event-bar>div {
        width: 100%;
        padding: 14px 18px
    }

    .wps-single-modern .wps-single-title {
        font-size: 28px;
        margin-bottom: 20px
    }

    .wps-single-modern .wps-frontbox {
        padding: 20px;
        margin-bottom: 16px
    }

    .wps-single-modern .wps-single-event-description {
        padding: 24px
    }

    .wps-single-modern .wps-frontbox table {
        margin: 12px 0 0
    }

    .wps-single-modern .wps-event-sharing a,
    .wps-single-modern .wps-event-export a {
        width: 40px;
        height: 40px
    }

    .wps-single-modern .wps-event-sharing a i,
    .wps-single-modern .wps-event-export a i {
        font-size: 16px
    }

    .wps-single-modern .wps-single-event-organizer,
    .wps-single-modern .wps-single-event-location,
    .wps-single-modern .wps-single-event-category,
    .wps-single-modern .wps-event-more-info {
        padding: 15px;
    }
}

@media (max-width:767px) {
    .wps-single-modern .wps-single-title {
        font-size: 24px
    }

    .wps-single-modern .wps-frontbox {
        padding: 16px
    }

    .wps-single-modern .wps-frontbox table {
        margin: 8px 0 0
    }

    .wps-single-modern .wps-frontbox th,
    .wps-single-modern .wps-frontbox td {
        padding: 12px 14px;
        font-size: 13px
    }

    .wps-single-modern .wps-frontbox th {
        font-size: 10px;
        letter-spacing: .8px
    }

    .wps-single-modern .wps-frontbox td b {
        padding: 4px 5px;
        font-size: 9px;
        letter-spacing: .3px;
        min-width: 55px;
    }

    .wps-single-modern .wps-single-event-description {
        padding: 20px
    }

    .wps-single-modern .wps-single-event-description h2,
    .wps-single-modern .wps-single-event-description h3,
    .wps-single-modern .wps-single-event-description h4 {
        font-size: 20px
    }

    .wps-single-modern .wps-single-event-description p,
    .wps-single-modern .wps-single-event-description li {
        font-size: 15px
    }
}

/* RESPONSIVE VISIBILITY */
.wps-single-modern .wps-hide-mobile {
    display: block
}

.wps-single-modern .wps-hide-tablet {
    display: block
}

.wps-single-modern .wps-hide-desktop {
    display: none
}

@media (max-width:767px) {
    .wps-single-modern .wps-hide-mobile {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .wps-single-modern .wps-hide-tablet {
        display: none !important
    }
}

@media (max-width:991px) {
    .wps-single-modern .wps-hide-desktop {
        display: block !important
    }
}

/* UTILITY */
.wps-single-modern .wps-util-hidden {
    display: none;
}

.wps-single-modern .wps-color {
    color: var(--wps-primary-color-start, #ff5a00) !important
}

.wps-single-modern .wps-color-hover:hover {
    color: var(--wps-primary-color-start, #ff5a00) !important
}

.wps-single-modern .wps-single-event .wps-events-meta-group-booking form>h4::before,
.wps-single-modern .wps-single-event .wps-frontbox-title::before {
    display: none !important
}

.wps-single-modern .wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li a,
.wps-single-modern .wps-single-event .wps-events-meta-group-booking button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00 0%, #ff8c42 100%));
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-decoration-thickness: auto;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(37, 99, 235, .2);
    text-transform: uppercase;
    letter-spacing: 1px
}

.wps-single-modern .wps-single-event .wps-event-export-module.wps-frontbox .wps-event-exporting .wps-export-details ul li a:hover,
.wps-single-modern .wps-single-event .wps-events-meta-group-booking button:hover {
    background-color: var(--wps-primary-color-start, #ff5a00);
    box-shadow: 0 4px 12px rgba(37, 99, 235, .3);
    transform: translateY(-2px);
    color: #fff !important
}

.wps-single-modern .wps-single-event .wps-events-meta-group-booking form>h4,
.wps-single-modern .wps-single-event .wps-frontbox-title {
    text-align: left
}

.wps-single-modern .wps-ticket-available-spots .wps-event-ticket-description,
.wps-single-modern .wps-ticket-available-spots .wps-event-ticket-price {
    font-size: 14px
}

.wps-single-modern .wps-single-event .wps-events-meta-group-booking .wps-event-ticket-available {
    margin-top: 0;
    font-size: 14px
}

.wps-single-modern .wps-single-event .wps-events-meta-group-countdown {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    transition: box-shadow .2s ease
}

.wps-single-modern .wps-single-event .wps-events-meta-group-booking input[type="email"],
.wps-single-modern .wps-single-event .wps-events-meta-group-booking input[type="number"],
.wps-single-modern .wps-single-event .wps-events-meta-group-booking input[type="password"],
.wps-single-modern .wps-single-event .wps-events-meta-group-booking input[type="tel"],
.wps-single-modern .wps-single-event .wps-events-meta-group-booking input[type="text"],
.wps-single-modern .wps-single-event .wps-events-meta-group-booking select,
.wps-single-modern .wps-single-event .wps-events-meta-group-booking textarea {
    width: 100% !important;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 6px
}

.wps-single-modern .wps-events-meta-group-booking ul.wps-book-price-details {
    border: 1px solid #ebebeb;
    border-radius: 6px
}

.wps-single-modern .wps-single-event .wps-events-meta-group-booking,
.wps-single-modern .wps-single-event .wps-frontbox {
    border-radius: 16px
}

.wps-single-modern .wps-wrap .col-md-8 {
    background: #f7f7f7;
    padding: 20px 15px;
    border-radius: 16px
}

.wps-single-modern .wps-single-event .wps-event-social {
    text-align: center
}

.wps-single-modern .wps-single-event .wps-event-social li.wps-event-social-icon a {
    padding: 8px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 6px;
    text-decoration: none
}

.wps-single-modern .wps-single-event .wps-event-meta dd {
    padding-left: 0
}

.wps-single-modern .wps-event-meta dd a {
    font-size: 13px
}

.wps-single-modern .wps-single-event .wps-events-meta-group-booking label {
    font-size: 13px
}

#respond {
    background-color: #fff;
    margin-top: 35px;
    padding: 20px 30px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    transition: box-shadow .2s ease;
    margin-bottom: 35px
}

#respond h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #313131;
    margin: 0 0 20px;
    padding-bottom: 12px;
    padding-top: 10px;
    position: relative
}

#respond h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00 0%, #ff8c42 100%));
    border-radius: 2px
}

.comment-notes,
.logged-in-as {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    padding: 12px 16px;
    background: var(--wps-primary-bg-light, #fff7ed);
    border-radius: 8px;
    border-left: 3px solid var(--wps-primary-color-solid, #f97316)
}

.required-field-message {
    color: var(--wps-primary-color-solid, #f97316);
    font-weight: 500
}

.required {
    color: #ef4444
}

/* COMMENT FORM */
.comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 10px
}

.comment-form label {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: .3px;
    margin-bottom: 0;
    text-transform: none
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    padding: 14px 18px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background: #fcfcfc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #0f172a;
    transition: all .2s ease
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    outline: 0;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .1)
}

.comment-form textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.5
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0
}

.comment-form-cookies-consent label {
    font-size: 13px;
    color: #475569;
    font-weight: 400;
    text-transform: none
}

.comment-form-cookies-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #2563eb
}

.form-submit {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wps-single-event .wps-events-meta-group-booking button,
.form-submit .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px !important;
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00 0%, #ff8c42 100%));
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(255, 90, 0, .2);
}

.wps-single-event .wps-events-meta-group-booking button:hover,
.form-submit .submit:hover {
    background: var(--wps-primary-color-solid, #f97316);
    background-color: var(--wps-primary-color-solid, #f97316);
    box-shadow: 0 4px 16px rgba(255, 90, 0, .35);
    transform: translateY(-2px)
}

.comment-reply-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    text-transform: none;
    letter-spacing: .5px;
    margin-bottom: 20px
}

#cancel-comment-reply-link {
    color: #64748b;
    font-size: 13px;
    text-decoration: none;
    transition: color .2s ease
}

#cancel-comment-reply-link:hover {
    color: var(--wps-primary-color-solid, #f97316)
}

/* Breadcrumb - Single Event */
.wps-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.wps-breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /* KEY FIX: prevent li items from wrapping */
    list-style: none;
    gap: 4px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    min-width: 0;
    /* allows truncation to work inside flex */
}

.wps-breadcrumb__list li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    min-width: 0;
}

/* Only the last crumb (current page) can shrink & truncate */
.wps-breadcrumb__list li:last-child {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
}

.wps-breadcrumb__list li+li::before {
    content: '›';
    color: #555;
    margin-right: 4px;
}

.wps-breadcrumb__list a {
    color: var(--wps-primary-color-solid, #f97316);
    text-decoration: none;
    white-space: nowrap;
}

.wps-breadcrumb__list a:hover {
    text-decoration: underline;
    opacity: .8;
}

.wps-breadcrumb__list [aria-current="page"] {
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.wps-btn-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1.5px solid var(--wps-primary-color-solid, #ff5a00);
    color: var(--wps-primary-color-solid, #ff5a00);
    background: transparent;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s, color .15s;
    white-space: nowrap;
}

.wps-btn-back:hover {
    background: var(--wps-primary-gradient, linear-gradient(135deg, #ff5a00 0%, #ff8c42 100%));
    color: #fff;
}

/* Tablet */
@media (max-width: 768px) {
    .wps-breadcrumb {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .wps-breadcrumb__list {
        font-size: 12px;
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .wps-breadcrumb {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        margin-bottom: 16px;
    }

    /* Hide the breadcrumb trail on mobile — back button covers navigation */
    .wps-breadcrumb__list {
        display: none;
    }

    .wps-btn-back {
        width: auto;
        justify-content: center;
        padding: 8px 14px;
        font-size: 13px;
        border-radius: 6px;
    }
}

/* WPS - Quick States on Event Page - Start */
/* Participants List stat pills (modern single skin) */
.wps-participants-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0px;
}

.wps-participants-head .wps-frontbox-title {
    margin-bottom: 0;
}

.wps-book-quick-stats {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    flex-shrink: 0;
    margin-left: auto;
}

.wps-book-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-width: 72px;
}

.wps-book-stat+.wps-book-stat {
    border-left: 1px solid #f0f0f0;
}

.wps-book-stat__value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.wps-book-stat__label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #666;
    margin-top: 4px;
    white-space: nowrap;
}

.wps-book-stat--confirmed .wps-book-stat__value {
    color: #28a745;
}

.wps-book-stat--pending .wps-book-stat__value {
    color: #fda329;
}

@media (max-width: 600px) {
    .wps-book-quick-stats {
        width: 100%;
        margin-left: 0;
    }

    .wps-book-stat {
        flex: 1;
    }
}

/* WPS - Quick States on Event Page - End */

/* WPS - Digital Pool Bracket Logo */
.wps-single-modern .wps-dp-logo {
    display: block;
    margin: 15px 0px 0px;
    background: #322a3e;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(37, 99, 235, .2);
    height: 70px;
    width: 100%;
    object-fit: contain;
}

/* WPS - Digital Pool Bracket Logo - End */
