:root {
    --ep-p-color: #C73048;
    --ep-pp-color: #FFFFFF;
}

/*Root Vars*/

/* For Theme  */

.lp-event-grid-new .lp-event-author-listing span {
    font-size: 11px;
}

/* For Theme  */

.ep-banner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ep-home-banner-contianer .ep-tagline-container {
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ep-menubar {
    background: inherit;
    box-shadow: 0 26px 44px #C7C0DD4A;
    padding: 10px 0;
    z-index: 10;
    position: relative;
}

.form-control[disabled] {
    background-color: #eee !important;
    color: #818181 !important;
    border-color: #dedede !important;
    opacity: 1 !important;
}

.ep-menubar a {
    font-size: 14px;
    font-weight: 600;
}

.ep-logo {
    padding: 15px 0 15px 0;
}

.ep-menubar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ep-header-navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.ep-footer-fullwidth.ep-footer-bottom .ep-logo {
    padding: 0;
}

.lp-event-footer-widgets-inner > h3 {
    color: #2C3E50;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 25px;
}

.ep-event-footer-widgets-outer {
    margin-bottom: 70px;
}

.ep-event-footer-widgets-outer .lp-event-footer-widgets-inner ul li {
    line-height: 30px;
}

.ep-event-footer-widgets-outer .lp-event-footer-widgets-inner ul li a {
    color: #4D6B81;
    font-weight: 500;
}

.ep-header .ep-menu, .ep-header .ep-menu .menu-eventpro-menu-container {
    text-align: right;
}

.ep-header .ep-menu ul {
    line-height: 75px;
}

.ep-header .ep-menu ul li {
    margin: 0 10px;
    display: inline-block;
}

.ep-header .ep-menu ul li:last-child {
    margin-right: 20px;
}

.ep-header .ep-menu ul li a {
    color: #2C3E50;
    font-size: 14px;
    font-weight: 600;
}

.ep-header .lp-join-now.after-login ul li a {
    color: #2C3E50;
}

.ep-header .lp-join-now ul li span {
    width: 40px;
    height: 40px;
    margin-top: 0;
}

.ep-user-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.ep-header .lp-join-user-info li {
    line-height: 40px;
}

.ep-login {
    float: left;
}

.ep-menubar .nav-icon .icon-bar {
    background: var(--ep-p-color);
}

.ep-header-navbar .lp-join-now ul.lp-user-menu > li:hover > a {
    color: var(--ep-p-color);
}

.lp-join-now .ep-login a {
    padding: 15px 40px;
    border: 2px solid #F3CE63;
    border-radius: 15px;
    color: #F3CE63;
}

.ep-login a:hover {
    background-color: #F3CE63;
    color: var(--ep-pp-color);
}

.ep-login a i, .ep-add-event a i {
    margin-right: 2px;
}

.ep-add-event a {
    padding: 15px 25px;
    border: 2px solid var(--ep-p-color);
    border-radius: 15px;
    color: var(--ep-p-color);
    margin-right: 20px;
}

.ep-add-event a:hover {
    background-color: var(--ep-p-color);
    color: var(--ep-pp-color);
}

.ep-home-banner-contianer {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    color: #2C3E50;
    position: relative;
    background-size: contain;
}

.ep-header-search-tagline {
    font-size: 50px;
    font-weight: bold;
    margin-top: -65px;
    text-transform: capitalize;
}

.lp-dyn-city {
    color: #000 !important;
}

.ep-explore-event {
    text-align: left;
    margin-top: 50px;
    text-transform: capitalize;
}

.ep-explore-event a {
    color: var(--ep-pp-color);
    padding: 22px 75px;
    border-radius: 15px;
    font-size: 16px;
    word-break: break-all;
    display: inline-block;
    width: 290px;
    text-align: center;
    filter: brightness(1.1);
    transition: 0.4s;
    font-weight: 500;
}

.ep-explore-event a:hover {
    color: var(--ep-pp-color);
    filter: brightness(1);
}

.ep-dyn-city {
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.ep-search-container {
    box-shadow: 0 10px 44px #C7C0DD33;
    border-radius: 19px;
    padding: 23px 15px;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: 0;
    right: 0;
    top: -65px;
    z-index: 9999;
}

.ep-search-form {
    margin: 0;
}

.ep-search-form input:not([type=submit]) {
    min-height: 61px;
    width: 100%;
    font-size: 13px;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
    padding: 15px 15px 15px 45px;
    color: #2C3E50;
}

.ep-search-form input::placeholder {
    color: #2C3E50;
    opacity: 1;
}

.ep-search-form input:-ms-input-placeholder {
    color: #2C3E50;
}

.ep-search-form input::-ms-input-placeholder {
    color: #2C3E50;
}

.ep-search-form button[type=submit] {
    width: 100%;
    font-size: 13px;
    border: 1px solid #F3CE63;
    border-radius: 15px;
    padding: 15px 15px 15px 15px;
    font-weight: 600;
    filter: brightness(1.1);
    transition: 0.4s;
    background-color: #F3CE63;
    color: #2C3E50;
    min-height: 61px;
}

.ep-search-form button[type=submit]:hover {
    filter: brightness(1);
}

.ep-where .ep-left-inner-addon {
    cursor: pointer;
}

.ep-date-switch-box {
    display: inline-block;
    position: relative;
    padding: 15px 15px 15px 40px;
    cursor: pointer;
    font-weight: 500;
    color: #2C3E50;
    font-size: 16px;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
    min-width: calc((100% - 54px) / 3);
    margin-left: 15px;
    min-height: 63px;
    vertical-align: middle;
}

.ep-date-switch-box span {
    color: #2C3E50;
}

.ep-date-switch-box .ep-left-inner-addon {
    pointer-events: auto !important;
}

.ep-input-dropdown {
    color: #2C3E50;
    box-shadow: 0 10px 44px #c7c0dd4d;
    /*border: 1px solid #9EBCD2;*/
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 99992;
    background-color: var(--ep-pp-color);
    width: 100%;
    box-sizing: content-box;
    top: 75px;
    display: none;
    max-height: 240px;
    overflow: auto;
}

.ep-city-autocomplete {
    color: #2C3E50;
    box-shadow: 0 10px 44px #c7c0dd4d;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 99992;
    background-color: var(--ep-pp-color);
    width: 100%;
    box-sizing: content-box;
    top: 75px;
    display: none;
}

.ep-city-autocomplete .help:not(:last-child) {
    border-bottom: 1px solid #9EBCD2;
}

.ep-city-autocomplete .help:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ep-city-autocomplete .help:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ep-city-autocomplete .help {
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    line-height: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ep-city-autocomplete .help:hover {
    background-color: #9EBCD2;
    opacity: 0.9999;
    color: #fff;
}

.ep_noresult {
    pointer-events: none;
}

.ep_noresult:hover {
    background-color: #fff;
}

.ep-input-dropdown ul li:only-of-type(:visble) {
    border-bottom: none;
}

.ep-input-dropdown ul li:not(:last-child).ep_noresult {
    border-bottom: none;
}

.ep-date-switch-box .ep-input-dropdown {
    left: 0;
}

.ep-date-switch-box span:not(.ep-left-inner-addon) {
    line-height: 25px;
    padding: 5px 8px 0 8px;
}

.ep-search-form .ep-where,
.ep-search-form .ep-find-event {
    min-width: calc((100% - 290px) / 2);
}

.ep-find-event .searchloading {
    display: none;
    position: absolute;
    top: 11px;
    left: 90%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
}

.ep-find-event i.cross-search-q {
    position: absolute;
    right: 25px;
    top: 21px;
    cursor: pointer;
    z-index: 99;
    color: #9EBCD2;
    font-size: 18px;
    display: none;
}

.ep-search-form .ep-search {
    width: 282px;
}

.ep-search-form .ep-where,
.ep-search-form .ep-find-event,
.ep-search-form .ep-search {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.ep-search-form .ep-search input {
    padding: 0;
}

.ep-left-inner-addon {
    position: absolute;
    top: 50%;
    left: 16px;
    padding: 12px 12px;
    pointer-events: none;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: bold;
    color: #2C3E50;
}

.ep-section-row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.ep-section-content-container {
    padding-top: 60px;
    padding-bottom: 90px;
}

.ep-section-title-container {
    margin-bottom: 40px;
}

/*.ep-section-title-container .col-md-6,
.ep-section-title-container .col-md-10,
.ep-section-title-container .col-md-2{
    padding: 0;
}*/
.ep-section-title-container h2 {
    font-size: 28px;
    margin: 20px 0;
    margin-bottom: 15px;
}

.ep-sub-title {
    color: #7696AE;
    letter-spacing: 1.12px;
    font-weight: 400;
}

.ep-sub-title.col-md-6 {
    padding: 0;
}

.ep-event-types {
    margin-top: 15px;
    max-width: 1125px;
}

#ep-similar-events-holder .ep-event-grid-box {
    margin-bottom: 0;
}

.ep-event-types-slider .slick-list,
#ep-similar-events-holder .slick-list,
.ep-archive-event-type-slider .slick-list,
.ep-archive-days-slider .slick-list {
    padding-left: 0 !important;
}

.ep-event-types-slider .ep-event-type-box {
    padding: 35px;
    padding-top: 45px;
    background-color: var(--ep-pp-color);
    margin-right: 55px;
    display: inline-block;
    min-height: 245px;
    box-shadow: 0 25px 44px #CFE5FB33;
    border-radius: 10px;
}

.ep-cat-outer {
    height: 84px;
    width: 86px;
    border-radius: 15px;
    position: relative;
    margin: 0 auto;
}

.ep-cat-outer a {
    padding: 19px 19px;
    border: 2px solid #2C3E50;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    left: 7px;
    bottom: 7px;
}

.ep-event-type-name {
    font-weight: 500;
    font-size: 16px;
    margin-top: 35px;
    text-align: center;
}

.ep-event-type-name a {
    color: #4D6B81;
    font-weight: 500;
}

.ep-color-1 {
    background-color: #FF957D;
}

.ep-color-2 {
    background-color: #B1EA8C;
}

.ep-color-3 {
    background-color: #FFE35A;
}

.ep-color-4 {
    background-color: #89F1ED;
}

.ep-color-5 {
    background-color: #EA89F1;
}

.ep-type-icon {
    height: 42px;
    width: 42px;
    display: block;
}

.ep-event-schedule-bar {
    width: 100%;
    float: right;
    text-align: right;
    line-height: 70px;
}

.ep-event-schedule-bar li {
    display: inline-block;
    border-right: 1px solid #7696AE;
    line-height: 12px;
    margin-right: 10px;
    padding-right: 10px;
}

.ep-event-schedule-bar li a {
    font-size: 14px;
    color: #4D6B81;
    padding-bottom: 5px;
    font-weight: 500 !important;
    position: relative;
}

.ep-event-schedule-bar li:last-child {
    border-color: transparent;
}

.ep-event-schedule-bar li:last-child a {
    color: var(--ep-p-color);
    text-decoration: underline;
}

.ep-event-schedule-bar li a:hover {
    color: var(--ep-p-color);
}

.ep-event-schedule-bar li a:hover:after {
    width: 100%;
    height: 4px;
    background: var(--ep-p-color);
    content: "";
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: -8px;
    left: 2px;
}

.ep-event-schedule-bar li:last-child a:hover:after {
    background: none;
}

.ep-event-schedule-bar li.active a {
    color: var(--ep-p-color);
    border-bottom: 4px solid var(--ep-p-color);
}

.ep-event-content-body {
    margin-top: 15px;
    width: 100%;
}

.ep-row.row {
    margin-left: -45px;
    margin-right: -15px;
}

.ep-row1.row {
    margin-left: -30px;
    margin-right: 0;
}

.ep-row2.row {
    margin-left: -30px;
    margin-right: -30px;
}

.ep-event-grid-box {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
}

.ep-event-single-card {
    background: var(--ep-pp-color) 0 0 no-repeat padding-box;
    box-shadow: 0 25px 75px #CFE5FB70;
    border-radius: 14px;
    padding: 15px;
}

#ep-similar-events .ep-event-single-card {
    box-shadow: 0 0 20px 10px #CFE5FB70;
}

.ep-event-card-thumb-box {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 275px;
    position: relative;
}

.ep-event-online-trans {
    color: var(--ep-pp-color);
    border: 1px solid var(--ep-pp-color);
    border-radius: 10px;
    padding: 5px 10px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline;
    font-size: 12px;
    z-index: 1;
}

.ep-event-grid-box .ep-event-online-trans::after {
    background-color: black;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    border-radius: 10px;
}

.ep-event-card-thumb-box .ep-event-online-trans {
    color: var(--ep-pp-color);
    background: transparent;
}

.ep-event-card-thumb-box img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}

.ep-event-online-trans i {
    margin-right: 5px;
    color: #74E652;
}

.ep-event-single-card-top {
    position: relative;
}

.ep-event-single-card .ep-event-single-card-top {
    margin-bottom: 40px;
}

.ep-event-date-container {
    width: 55px;
    border-radius: 10px;
    height: 65px;
    text-align: center;
    background-color: var(--ep-pp-color);
    display: inline-table;
    vertical-align: top;
    box-shadow: 0 10px 44px #C7C0DD66;
    position: absolute;
    bottom: -28px;
    left: 20px;
}

.ep-event-date-container span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.ep-event-date-container span:first-child {
    color: var(--ep-p-color);
    font-size: 16px;
    display: block;
    line-height: 22px;
}

.ep-event-date-container-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.ep-event-card-content {
    padding: 8px 5px;
}

.ep-event-card-content h3 {
    margin: 0;
    font-size: 18px;
    color: #2C3E50;
    font-weight: 600;
    display: inline-block;
}

.ep-event-time {
    color: #4D6B81;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

.ep-event-time span:not(:last-child) {
    text-transform: lowercase;
}

.ep-event-time i, .ep-event-card-bottom i {
    display: inline-block;
    font-size: 14px;
    color: #4D6B81;
}

.ep-event-time i {
    margin-right: 5px;
}

.ep-event-card-bottom i {
    margin-right: 14px;
    margin-left: 1px;
}

.ep-loc-link {
    float: left;
    padding: 0 15px;
}

.ep-event-card-bottom {
    line-height: 30px;
    padding: 0 5px;
    min-height: 30px;
}

.ep-event-card-bottom a,
.ep-event-category-grid-style1 a,
.ep-event-category-list a
{
    color: #4D6B81;
    font-weight: 500;
}

.ep-event-attendees {
    position: relative;
    margin-top: -10px;
    display: flex;
    justify-content: flex-end;
}

.ep-event-attendees span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid var(--ep-pp-color);
    color: var(--ep-pp-color);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ep-event-attendees span img {
    border-radius: 50%;
}

.ep-event-card-bottom .ep-event-attendees span:nth-last-child(3) {
    z-index: 1;
    overflow: hidden;
    background-color: transparent !important;
}

.ep-event-card-bottom .ep-event-attendees span:nth-last-child(2) {
    z-index: 2;
    overflow: hidden;
}

.ep-event-card-bottom .ep-event-attendees span:nth-last-child(1) {
    z-index: 3;
    overflow: hidden;
}

.ep-event-card-bottom .ep-event-attendees span:nth-child(3n) {
    background-color: #4D6B81;
}

.ep-event-attendees span + span {
    margin-left: -10px;
}

.ep-event-single-list-card .ep-event-attendees span:nth-child(3n) {
    background-color: #4D6B81;
}

.ep-event-online-color {
    color: #2C3E50;
    background-color: var(--ep-pp-color);
    border-radius: 10px;
    padding: 5px 10px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline;
    font-size: 12px;
}

.ep-event-online-color i {
    color: var(--ep-p-color);
    margin-right: 5px;
}

.ep-event-grid-loc-box {
    position: relative;
}

.ep-event-grid-loc-box h2 {
    margin: 0;
    font-size: 16px;
    color: #2C3E50;
    font-weight: 600;
}

.ep-event-grid-loc-box .ep-event-single-card {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 19px;
}

.ep-event-grid-loc-box .ep-event-single-card-top {
    margin-bottom: 20px;
    padding: 0;
}

.ep-event-grid-loc-box .ep-event-card-thumb-box {
    width: 100%;
    height: 235px;
    border-radius: 15px;
    overflow: hidden;
}

.ep-event-grid-loc-box .ep-event-card-thumb-box img {
    height: 100%;
}

.ep-event-grid-loc-box .ep-event-card-content {
    padding: 0 0 5px 0;
}

.ep-event-grid-loc-box .ep-event-card-bottom {
    padding: 0 15px;
    line-height: 25px;
    color: #7696AE;
    font-size: 16px;
    font-weight: 700;
}

.ep-event-author {
    margin-bottom: 17px;
}

.ep-event-author-content {
    width: 100%;
}

.ep-event-author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    overflow: hidden;
}

.ep-event-author-title h4 {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bold;
}

.ep-event-cat-title {
    display: block;
    color: #4D6B81;
    margin-top: 0;
    font-weight: 600;
    font-size: 12px;
}

.ep-event-grid-box-2 {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
}

.ep-event-grid-box-2 .ep-event-single-card-top {
    margin-bottom: 30px;
}

.ep-event-grid-box-2 .ep-event-card-content {
    padding: 0;
    margin-bottom: 25px;
}

.ep-event-grid-box-2 h2 {
    margin: 0 0 12px 0;
    font-size: 20px;
    display: inline-block;
    color: #2C3E50;
    line-height: 30px;
    font-weight: 600;
}

.ep-event-grid-box-2 .ep-event-card-bottom {
    padding: 0;
}

.ep-event-card-desc {
    font-size: 13px;
}

.ep-event-card-desc p {
    color: #4D6B81;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.ep-event-card-readmore {
    color: #4D6B81;
    font-size: 12px;
    font-weight: 600;
}

.ep-event-date {
    padding: 0 15px;
    color: #4D6B81;
    font-weight: 600;
    font-size: 12px;
}

.ep-event-date i {
    margin-right: 5px;
}

footer.ep-footer-fullwidth {
    width: 100%;
}

.ep-footer-top {
    background-color: #EFF8FF;
    padding-bottom: 60px;
    padding-top: 60px;
}

.ep-footer-top .col-md-8 .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.ep-footer-top .col-md-4 {
    margin-bottom: 20px;
}

.ep-footer-section-title {
    margin-bottom: 35px;
}

.ep-footer-section-title h3 {
    margin: 0;
    font-size: 16px;
}

.ep-footer-section-content, .ep-footer-section-content a {
    color: #4D6B81;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

.ep-footer-social-icons {
    margin-top: 10px;
}

.ep-footer-social-icons .ep-color-1:hover,
.ep-footer-social-icons .ep-color-2:hover,
.ep-footer-social-icons .ep-color-3:hover,
.ep-footer-social-icons .ep-color-4:hover,
.ep-footer-social-icons .ep-color-5:hover {
    filter: brightness(1);
    transition: 0.4s;
}

.ep-footer-social-icons .ep-color-1:hover,
.ep-footer-social-icons .ep-color-2:hover,
.ep-footer-social-icons .ep-color-3:hover,
.ep-footer-social-icons .ep-color-4:hover,
.ep-footer-social-icons .ep-color-5:hover {
    filter: brightness(1.1);
}

.ep-footer-social-icon {
    border-radius: 10px;
    position: relative;
    height: 34px;
    width: 34px;
    display: inline-block;
    margin-right: 30px;
}

.ep-footer-social-icon a {
    padding: 5px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    line-height: 10px;
    border: 2px solid #4D6B81;
    left: 4px;
    bottom: 4px;
}

.ep-social-icon {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
}

.ep-footer-bottom {
    background-color: var(--ep-p-color);
    padding: 70px 0;
    color: var(--ep-pp-color);
}

.ep-footer-copyright p {
    color: var(--ep-pp-color);
    font-size: 18px;
    margin: 0;
    line-height: 22px;
}

.ep-detail-banner-contianer, .ep-archive-banner-contianer {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.ep-detail-content-body {
    position: relative;
}

.ep-detail-top-content-outer {
    width: 100%;
    position: absolute;
    top: -180px;
    z-index: 9999;
}

.ep-event-detail-date-container {
    width: 70px;
    border-radius: 15px;
    height: 70px;
    text-align: center;
    background-color: var(--ep-pp-color);
    display: inline-table;
    vertical-align: top;
    margin-right: 30px;
}

.ep-event-detail-date-container span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.ep-event-detail-date-container span:first-child {
    color: var(--ep-p-color);
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 2px;
}

.ep-event-detail-title-container {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 105px auto;
}

.ep-event-detail-date-container-inner {
    padding: 14px;
}

.ep-event-detail-title h2 {
    margin-top: 2px;
    color: var(--ep-pp-color);
    font-size: 26px;
    font-weight: 600;
}

.ep-event-detail-tagline {
    font-size: 20px;
    color: var(--ep-pp-color);
}

.ep-event-detail-tagline a {
    color: var(--ep-pp-color);
    text-decoration: underline;
}

.ep-event-detail-tagline a:hover {
    color: var(--ep-pp-color);
    text-decoration: underline;
}

.ep-event-detail-navigation {
    border-radius: 15px 15px 0 0;
    box-shadow: 0 10px 44px #C7C0DD33;
    overflow: hidden;
    background-color: var(--ep-pp-color);
}

.ep-navbar {
    padding: 25px 35px 0 35px;
}

.ep-navbar li {
    display: inline-block;
    text-align: center;
    width: calc(100% / 4);
    position: relative;
}

.ep-navbar li a {
    font-size: 16px;
    color: #7696AE;
    padding: 15px 0 20px 0;
    font-weight: 500;
}

.ep-navbar li a:hover {
    color: var(--ep-p-color);
}

.ep-navbar li.active a {
    color: var(--ep-p-color);
}

.ep-navbar li.active a:after, .ep-navbar li a:hover:after {
    width: 110px;
    height: 4px;
    background: var(--ep-p-color);
    content: "";
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: -21px;
    left: 30px;
}

.ep-detail-content-outer {
    width: 100%;
    min-height: 600px;
    background-color: #FBFDFF;
}

.ep-event-detail-section-title {
    margin: 50px 0 40px 0;
}

.ep-event-detail-section-title h2 {
    font-size: 20px;
    color: #2C3E50;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
}

.ep-event-detail-section-title a {
    float: right;
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
}

.ep-event-detail-section-detail p {
    font-size: 14px;
    margin: 0;
    color: #7696AE;
}

.lp-event-detail-map {
    height: 356px !important;
}

.ep-event-attendee-card {
    position: relative;
    background: var(--ep-pp-color);
    box-shadow: 0 25px 75px #CFE5FB70;
    border-radius: 19px;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}
.ep-event-attendee-title > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.ep-video-badge {
    background: #7696AE1C 0 0 no-repeat padding-box;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 12px;
    border-radius: 6px;
    color: #4D6B81;
    font-weight: 500;
    line-height: 30px;
}

.ep-video-badge .fa {
    margin-right: 4px;
}

.ep-event-attendee-title {
    text-transform: capitalize;
}

.ep-event-attendee-title h5 {
    color: #2C3E50;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.ep-attende-extra {
    display: none;
}

.ep-event-attendee-avatar {
    height: 65px;
    width: 65px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
}

.ep-event-attendee-subtitle {
    font-size: 14px;
    color: #7696AE;
    margin-bottom: 0;
}

.ep-event-detail-attendees .row .col-md-3:first-child, .ep-event-detail-attendees .row .col-md-3:nth-child(n+4) {
    padding-right: -15px;
}

.ep-event-comment-card {
    padding: 18px 28px;
    width: 100%;
    box-shadow: 0 10px 44px #C7C0DD33;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 75px auto;
    background-color: var(--ep-pp-color);
}

.ep-event-comment-card-avatar {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 25px;
}

.ep-event-comment-title {
    width: 80%;
}

.ep-event-comment-title h5 a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #2C3E50;
}

.ep-event-comment-title > p {
    color: #7696AE;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.ep-event-comment-title h5 a:hover {
    color: #2C3E5099;
}

.ep-event-comment-title h5 {
    margin-top: 0;
}

.ep-event-comment-desc {
    font-size: 14px;
    color: #7696AE;
    margin-bottom: 0;
}

#ep_events.ep-event-detail-section-events .ep-event-detail-section-title {
    margin-top: 10px;
}

#ep_comments .comments-container {
    background-color: transparent;
}

#ep_comments .comments-form {
    background-color: transparent;
}

#ep_comments #respond {
    background: var(--ep-pp-color) 0 0 no-repeat padding-box;
    box-shadow: 0 10px 25px #CFE5FB3D;
    border-radius: 19px;
    padding: 50px;
}

#ep_comments #respond input:not([type=submit]), #ep_comments #respond textarea {
    border-radius: 15px;
    border-color: #7696AE5E;
    transition: 0.4s;
}

#ep_comments #respond input:not([type=submit]):focus, #ep_comments #respond textarea:focus {
    border-color: #9EBCD2;
}

#ep_comments #respond h3 {
    color: #2C3E50;
}

#ep_comments #respond label {
    color: #2C3E50;
    font-size: 13px;
}

.ep-event-comment-box {
    margin-bottom: 35px;
}

.ep-event-comment-box .comments-replay {
    width: auto;
}

.ep-event-comment-bottom {
    margin: 20px 0;
}

.ep-event-detail-section-comments ul.children {
    padding-left: 10%;
}

.ep-detail-content-outer .container {
    padding-bottom: 70px;
}

.ep-detail-content-outer .form-submit input {
    color: var(--ep-p-color);
    border: 2px solid var(--ep-p-color);
    border-radius: 15px;
    font-size: 14px;
}

.ep-detail-content-outer .form-submit input:hover {
    background: var(--ep-p-color);
    color: var(--ep-pp-color);
}

.ep-event-comment-days {
    float: left;
}

.ep-event-comment-days span {
    color: #7696AE;
    font-size: 12px;
    padding: 0 5px;
}

.ep-event-comment-reaction {
    text-align: right;
}

.ep-event-comment-reaction a:nth-last-child(2) {
    border-right: 1px solid #7696AE;
}

.ep-event-comment-reaction .comment-reply-link, .ep-event-comment-reaction .ep-comment-like, .ep-event-comment-reaction .comment-edit-link {
    color: #7696AE;
    font-size: 14px;
    font-weight: 500;
    padding: 0 14px;
    line-height: 14px;
}

.ep-event-comment-reaction .ep-comment-reply img, .ep-event-comment-reaction .ep-comment-like img {
    margin-right: 10px;
}

.ep-event-detail-section-events {
    width: 100%;
    margin-bottom: 212px;
}

.ep-event-list-view {
    width: 100%;
}

.ep-event-single-list-card {
    background: var(--ep-pp-color) 0 0 no-repeat padding-box;
    box-shadow: 0 25px 75px #cfe5fb70;
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 20px;
}

.ep-event-list-card-left {
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.ep-event-list-card-thumb-box {
    width: 235px;
    height: 165px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.ep-event-single-list-card .ep-event-date-container {
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 10px;
}

.ep-event-detail-attendees .row .col-md-3:nth-child(4n+5) {
    clear: left;
}

.ep-event-list-card-online {
    background-color: #7696AE1C;
    border-radius: 6px;
    padding: 5px 10px;
    color: #7696AE;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.ep-event-list-card-online i {
    margin-right: 8px;
}

.ep-event-list-card-title {
    margin-bottom: 0;
}

.ep-event-list-card-title h3 {
    display: inline-block;
    white-space: nowrap;
    color: #2C3E50;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 500px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.ep-list-event-date {
    color: #4D6B81;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.ep-list-event-date i {
    margin-right: 5px;
}

.ep-event-list-loc {
    display: block;
    color: #4D6B81;
}

.ep-event-list-loc i {
    margin-right: 10px;
}

.ep-event-list-card-right {
    width: calc(100% - 256px);
    height: 100%;
    max-height: 165px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.ep-event-list-card-right .ep-event-time {
    margin-top: 0;
    margin-bottom: 0;
}

.ep-event-sidebar-container {
    margin-top: -180px;
    z-index: 9999;
}

.ep-event-detail-sidebar-upper {
    background: var(--ep-pp-color);
    margin-bottom: 45px;
    box-shadow: 0 10px 44px #C7C0DD33;
    border-radius: 15px;
    padding: 20px;
}

.ep-past-event {
    text-align: center;
}

.ep-past-event img {
    padding: 34px 15px 25px 15px;
    width: 100%;
}

.ep-past-event h3 {
    font-size: 24px;
    padding: 0 15px;
}

.ep-past-event p {
    font-size: 13px;
    color: #7696AE;
    font-weight: 500;
    margin-bottom: 37px;
    padding: 0 15px;
}

.ep-past-event a {
    padding: 21px 74px;
    font-weight: 600;
    border: 2px solid #4D6B81;
    border-radius: 15px;
    font-size: 16px;
    transition: 0.4s;
    display: inline-block;
    color: #4D6B81;
    margin-bottom: 15px;
}

.ep-past-event a:hover {
    color: var(--ep-pp-color);
    background-color: #4D6B81;
}

.ep-event-detail-sidebar-top p {
    display: inline-block;
    margin: 0;
    color: #4D6B81;
    line-height: 15px;
    font-size: 12px;
}

.ep-event-detail-sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ep-event-detail-sidebar-top .ep-event-online-trans {
    color: #4D6B81;
    position: relative !important;
    display: inline;
    top: 0;
    left: 0;
    box-shadow: 0 10px 44px #c7c0dd66;
    border: 1px solid #DAE3E9;
    border-radius: 10px;
}

.ep-event-timer-digit {
    font-size: 20px;
    color: #2C3E50;
    display: block;
    font-weight: bold;
    line-height: 16px;
}

.ep-event-timer-text {
    font-size: 10px;
    color: #2C3E50;
    line-height: 10px;
}

.ep-event-detail-sidebar-body .ep-event-sidebar-body-title {
    color: #4D6B81;
    font-size: 12px;
    /* padding-left: 33px; */
    margin-bottom: 30px;
    display: block;
}

.ep-event-detail-sidebar-body {
    width: 100%;
}

.ep-event-detail-sidebar-body .ep-event-sidebar-text {
    margin-bottom: 40px;
    width: 100%;
    padding-left: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ep-event-detail-sidebar-body span {
    display: table-cell;
    color: #4D6B81;
    font-size: 13px;
    font-weight: 500;
}

.ep-event-detail-sidebar-body span a {
    display: table;
}

.ep-event-detail-sidebar-body .ep-event-sidebar-text span:first-child {
    width: 25px;
}

.ep-event-detail-sidebar-body .event-total-going {
    margin-bottom: 20px;
}

.ep-detail-event-going-btn {
    display: inline-block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px dashed #EFECF3;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: calc(100% + 40px);
    position: relative;
}

.ep-detail-event-going-btn:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 28px;
    top: -14px;
    left: 0;
    z-index: 99;
    background: #f5f4f8;
    box-shadow: 0 10px 44px #c7c0dd33;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.ep-detail-event-going-btn:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 28px;
    top: -14px;
    right: 0;
    z-index: 99;
    background: #f5f4f8;
    box-shadow: 0 10px 44px #c7c0dd33;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ep-detail-event-going-btn button {
    border-radius: 15px;
    background: #F3CE63;
    padding: 20px 0;
    text-align: center;
    border-color: transparent;
    width: 100%;
    font-size: 16px;
    color: #2C3E50;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    filter: brightness(1.1);
    transition: 0.4s;
}

button.ep-attend-event.not-going {
    background: #A2E68E;
}

.ep-attend-event:hover, .ep-event-detail-ticket:hover {
    filter: brightness(1);
}

.ep-event-detail-ticket {
    width: 100%;
    border-radius: 15px;
    display: inline-block;
    border-color: transparent;
    background: #4D6B81;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 15px;
    filter: brightness(1.1);
    transition: 0.4s;
    cursor: pointer;
}

.ep-event-detail-ticket-menu .ep-event-detail-ticket {
    background: transparent;
    color: #4D6B81;
    border: 1px solid #4D6B81;
}

.ep-event-detail-ticket-menu .ep-event-detail-ticket:hover {
    background: #4D6B81;
    color: #fff;
    border: 1px solid #4D6B81;
}

.ep-event-detail-ticket:focus {
    color: #fff;
}

.ep-event-detail-ticket:hover {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 15px;
}

.ep-event-detail-sidebar-lower {
    padding: 0 15px;
    width: 100%;
}

.ep-event-detail-sidebar-lower .ep-event-share-btn {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #4D6B81;
    text-align: center;
    padding: 20px 0;
    line-height: 16px;
    border: 2px solid #4D6B81;
    display: inline-block;
    width: 76%;
    margin-right: 15px;
}

.ep-event-detail-sidebar-lower .ep-event-share-btn:hover {
    color: var(--ep-pp-color);
    background-color: #4D6B81;
}

.ep-event-detail-sidebar-lower .ep-event-save-btn {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ep-p-color);
    text-align: center;
    padding: 20px 0;
    line-height: 16px;
    border: 2px solid var(--ep-p-color);
    display: inline-block;
    width: 60px;
}

.ep-event-detail-sidebar-lower .ep-event-save-btn:hover {
    color: var(--ep-pp-color);
    background-color: var(--ep-p-color);
}

/*Archive Page*/
.ep-event-archive-container {
    margin-top: -290px;
    position: relative;
    z-index: 99;
}

.ep-event-location-desc {
    width: 60%;
    margin-bottom: 45px;
    overflow-y: hidden;
    text-align: justify;
    height: 95px;
}

.ep-event-location-desc h2 {
    font-size: 24px;
    color: var(--ep-pp-color);
    font-weight: 600;
    margin: 0 0 15px 0;
}

.ep-event-location-desc p {
    font-size: 18px;
    color: var(--ep-pp-color);
    margin: 0;
}

.ep-event-type-item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: bottom;
}

.ep-event-type-link {
    display: block;
    text-align: center;
}

.ep-event-type-icon-box {
    padding: 15px;
    border-radius: 15px;
    border: 2px solid var(--ep-pp-color);
    display: inline-block;
}

.ep-event-type-link:hover .ep-event-type-icon-box {
    background-color: #F3CE63;
    border-color: transparent;
}

.active .ep-event-type-icon-box {
    background-color: #F3CE63;
    border-color: transparent;
}

.ep-event-type-link:hover .ep-event-type-archive-name {
    color: #F3CE63;
}

.active .ep-event-type-archive-name {
    color: #F3CE63;
}

.ep-event-type-icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.ep-event-type-icon img {
    height: 30px;
    width: 30px;
    object-fit: scale-down;
}

.ep-event-type-archive-name {
    color: var(--ep-pp-color);
    font-size: 12px;
    display: block;
    padding: 0 15px;
    margin-top: 25px;
}

.ep-event-type-link-right, .ep-event-type-link-left {
    font-size: 25px;
    width: 35px;
    height: 35px;
    color: var(--ep-pp-color);
    display: inline-block;
    border: 1px solid var(--ep-pp-color);
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    padding: 3px;
}

.ep-event-type-link-right i, .ep-event-type-link-left i {
    display: block;
}

.ep-event-type-link-right:hover, .ep-event-type-link-left:hover {
    background-color: #F3CE63;
    border-radius: 10px;
    color: var(--ep-pp-color);
    border-color: transparent;
}

.ep-archive-search {
    margin: 0;
}

.ep-archive-search input::placeholder {
    color: #2C3E50;
}

.ep-archive-search-container {
    width: 100%;
    background-color: var(--ep-pp-color);
    box-shadow: 0 10px 44px #C7C0DD33;
    border-radius: 15px;
    padding: 20px 18px;
    margin-bottom: 65px;
    position: relative;
}

.ep-archive-search-left {
    width: 100%;
    display: inline-block;
}

.ep-archive-search-left .ep-find-event, .ep-archive-search-left .ep-where {
    display: inline-block;
}

.ep-archive-search-left .ep-find-event input, .ep-archive-search-left .ep-where input {
    height: 63px;
    width: 100%;
    font-size: 13px;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
    padding: 15px 15px 15px 40px;
    color: #2C3E50;
    vertical-align: middle;
}

.ep-archive-search-left .ep-find-event {
    min-width: calc((100% - 7px) / 3);
}

.ep-archive-search-left .ep-where {
    min-width: calc((100% - 54px) / 3);
    margin-left: 15px;
}

.ep-date-month-box {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    color: #2C3E50;
    font-size: 13px;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
    min-width: calc((100% - 33px) / 3);
    display: inline-block;
    margin-left: 15px;
}

.ep-archive-search-left .ep-left-inner-addon {
    position: absolute;
    top: 50%;
    left: 5px;
    padding: 12px;
    pointer-events: none;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: bold;
}

.ep-where .ep-left-inner-addon {
    cursor: pointer;
    pointer-events: auto;
}

.ep-archive-search-left .ep-right-inner-addon {
    position: absolute;
    top: 50%;
    right: 5px;
    padding: 12px;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: bold;
}

.ep-archive-search-right {
    padding-left: 25px;
    display: inline-block;
}

.ep-popup-top {
    border-bottom: 1px solid #9EBCD2;
}

.ep-popup-top, .ep-popup-bottom {
    cursor: pointer;
    padding: 18px 20px;
    vertical-align: middle;
    line-height: 20px;
}

.ep-popup-icon {
    font-size: 20px;
    width: 100%;
    margin-right: 15px;
    font-weight: 500;
    color: #2C3E50;
}

.ep-popup-text {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    color: #2C3E50;
}

.ep-archive-date-container {
    margin-top: 20px;
}

.ep-archive-days-slider {
    display: inline-block;
}

.ep-event-day-item {
    display: inline-block;
    margin: 0 0;
    vertical-align: middle;
}

.slick-initialized .slick-slide.ep-event-day-item {
    text-align: center;
}

.ep-event-day-link {
    display: inline-block;
    text-align: center;
}

.ep-event-day-box {
    padding: 10px 12px;
    border-radius: 15px;
    border: 1px solid #7696AE5E;
    display: inline-block;
    color: #4D6B81;
}

.ep-event-day-box:hover {
    background-color: var(--ep-p-color);
    border-color: var(--ep-p-color);
    color: var(--ep-pp-color);
}

.ep-event-day-box:hover .ep-event-day-text,
.active .ep-event-day-box .ep-event-day-text {
    color: var(--ep-pp-color);
}

h3 span.found-events {
    letter-spacing: -0.5px;
    color: #2F404D;
    font-size: 20px;
    font-weight: 600;
}

body > div.ep-event-archive-container > div > div.clearfix > div.pull-left > h3 {
    margin: 0 0 15px 0;
}

.active .ep-event-day-box {
    background-color: var(--ep-p-color);
    border-color: transparent;
    color: var(--ep-pp-color);
}

.ep-event-day-text {
    width: 30px;
    display: block;
    vertical-align: middle;
    color: inherit;
    font-weight: 600;
}

.ep-event-day-text:first-child {
    font-size: 14px;
    color: #4D6B81;
}

.ep-event-day-text:not(:first-child) {
    color: #2C3E50;
    font-size: 11px;
    margin-top: -3px;
}

.ep-archive-month-box, .ep-archive-year-box {
    display: inline-block;
}

.ep-archive-date-right .ep-input-dropdown {
    width: 54%;
    left: 20px;
    text-align: left;
}

.ep-archive-date-right #ep-year-dropdown {
    display: block;
    overflow-y: hidden;
    outline: none;
    cursor: -webkit-grab;
}

.ep-archive-date-right #ep-year-dropdown {
    right: 0;
    left: auto;
    width: 36%;
}

.ep-archive-month-box {
    margin-right: 15px;
}

.ep-archive-month-box, .ep-archive-year-box {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    color: #2C3E50;
    font-size: 13px;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
}

.ep-archive-month-box span, .ep-archive-year-box span {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.ep-month-show {
    width: 65px;
    line-height: 25px;
}

.ep-year-show {
    width: 60px;
    line-height: 25px;
}

.ep-angle-icon {
    font-size: 25px;
    text-align: right !important;
    float: right;
}

.ep-event-sort-box-outer {
    text-align: right;
    margin-bottom: 50px;
}

.ep-event-sort-box {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: #2C3E50;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
    margin-left: 15px;
    min-width: 185px;
}

.ep-event-sort-box-text {
    width: 80%;
    text-align: left;
    user-select: none;
    font-size: 13px;
    font-weight: 500;
}

.active.ep-event-sort-box {
    border-color: var(--ep-p-color);
}

.active.ep-event-sort-box span {
    color: var(--ep-p-color);
}

.active.ep-event-sort-box .ep-nearme-popup span {
    color: #2C3E50;
}

.ep-nearme-filter {
    padding: 20px 15px;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
    margin-top: 15px;
}

.ep-nearme-filter .app-view-header .lp-menu-bar,
.ep-nearme-filter .slider-handle,
.ep-nearme-filter .tooltip-inner,
.ep-nearme-filter .slider-selection {
    background: var(--ep-p-color);
}

.ep-nearme-filter .slider-selection {
    height: 4px !important;
    top: -2px !important;
}

.ep-nearme-filter .slider-handle {
    top: -6px;
}

.ep-nearme.ep-event-sort-box {
    min-width: 130px;
}

.ep-nearme .ep-event-sort-box-text {
    width: 74%;
}

.ep-nearme-popup {
    color: #2C3E50;
    box-shadow: 0 10px 44px #C7C0DD4D;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 5;
    background-color: var(--ep-pp-color);
    width: 225%;
    box-sizing: content-box;
    top: 75px;
    max-height: 400px;
    padding: 20px;
    text-align: left;
    cursor: context-menu;
    display: none;
}

.ep-nearme-popup .ep-event-sort-box:first-child {
    margin-left: 0;
    min-width: 160px;
    pointer-events: none;
    max-width: 160px;
    overflow: hidden;
}

.ep-nearme-popup .ep-event-sort-box:nth-child(2) {
    min-width: 95px;
}

.ep-nearme-popup .ep-event-sort-box:nth-child(2) .ep-event-sort-box-text {
    width: 64%;
}

#ep_dist_num {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding-right: 15px;
}

.ep-event-sort-box span {
    vertical-align: middle;
    line-height: 25px;
    color: #2C3E50;
    padding: 11px 0;
}

.ep-event-sort-box span:first-child {
    padding-left: 15px;
}

.ep-event-sort-box .ep-angle-icon {
    padding-left: 2px;
    padding-right: 15px;
}

.ep-layout-switch {
    display: inline-block;
    cursor: pointer;
}

.ep-layout-switch a {
    padding: 14px;
    font-weight: 500;
    font-size: 20px;
    color: #4D6B81;
    border: 1px solid #9EBCD2;
    border-radius: 15px;
    margin-left: 20px;
}

.ep-layout-switch a:hover, .ep-layout-switch a.active {
    color: var(--ep-pp-color);
    border: 1px solid var(--ep-p-color);
    background-color: var(--ep-p-color);
}

.ep-archive-events.container {
    padding-bottom: 100px;
}

.ep-archive-events.container .ep-event-single-list-card:last-child {
    margin-bottom: 0;
}

.slider-outer {
    margin-bottom: 45px;
}

.ep-archive-days-outer {
    width: 62%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 20px;
}

.ep-archive-date-right {
    display: inline-block;
    position: relative;
    width: calc(100% - 67%);
    vertical-align: middle;
    text-align: right;
}

.ep-arrow-right {
    position: absolute;
    left: -16px;
    padding: 5px 12px;
    border-radius: 10px;
    box-shadow: unset;
    opacity: 0.5;
    color: #2C3E50;
    border: 2px solid #2C3E50;
    background: transparent;
    top: 50%;
    font-size: 24px !important;
    cursor: pointer;
}

#commentform input[type=checkbox]:checked + label:before {
    display: none;
}

.ep-arrow-left {
    position: absolute;
    right: -16px;
    padding: 5px 12px;
    border-radius: 10px;
    opacity: 0.5;
    color: #2C3E50;
    border: 2px solid #2C3E50;
    background: transparent;
    box-shadow: unset;
    top: 50%;
    font-size: 24px !important;
    cursor: pointer;
}

.ep-event-types-slider .slick-slide,
.ep-archive-days-slider .slick-slide,
.ep-archive-event-type-slider .slick-slide,
#ep-similar-events-holder .slick-slide {
    height: auto;
}

#ep-similar-events-holder .ep-arrow-right,
#ep-similar-events-holder .ep-arrow-left {
    background: var(--ep-pp-color);
    border-radius: 100%;
    font-weight: bold;
    padding: 5px 14px;
    color: black;
    border: 1px solid rgba(46, 62, 72, 0.12);
    height: 40px;
    width: 40px;
    box-shadow: rgba(46, 62, 72, 0.12) 0 2px 8px 0, rgba(46, 62, 72, 0.12) 0 2px 4px 0;
    font-size: 28px !important;
    z-index: 6;
}

#ep-similar-events-holder .ep-arrow-right:hover,
#ep-similar-events-holder .ep-arrow-left:hover {
    box-shadow: rgba(46, 62, 72, 0.12) 0 2px 8px 0, rgba(46, 62, 72, 0.12) 0 2px 4px 0;
    border: 1px solid rgba(46, 62, 72, 0.12);
    background: var(--ep-pp-color);
}

.ep-event-types-slider .ep-arrow-left,
.ep-event-types-slider .ep-arrow-right {
    box-shadow: 0 25px 44px #CFE5FB4D;
    text-align: center;
    display: inline;
    z-index: 1;
    background-color: var(--ep-pp-color) !important;
    opacity: 1;
    border-radius: 10px;
    height: 62px;
    width: 62px;
    border: none;
    color: #2C3E50;
    font-size: 35px !important;
    font-weight: 500;
}

.ep-event-types-slider .ep-arrow-left:hover,
.ep-event-types-slider .ep-arrow-right:hover {
    box-shadow: 0 25px 44px #CFE5FB4D !important;
    text-align: center;
    display: inline;
    z-index: 1;
    background-color: var(--ep-pp-color) !important;
    opacity: 1;
    border-radius: 10px;
    height: 62px;
    width: 62px;
    border: none;
    color: #2C3E50 !important;
    font-size: 35px !important;
    font-weight: 500;
}

.ep-archive-event-type-slider .ep-arrow-left, .ep-archive-event-type-slider .ep-arrow-right {
    text-align: center;
    border: 2px solid var(--ep-pp-color);
    color: var(--ep-pp-color);
    display: inline;
    z-index: 1;
    margin-top: -17px;
    opacity: 1;
}

.ep-archive-days-slider .ep-arrow-left, .ep-archive-days-slider .ep-arrow-right {
    font-size: 18px !important;
    padding: 5px 10px;
    z-index: 1;
    font-weight: 700;
    opacity: 1;
    border: 1px solid #9EBCD2;
    color: #4D6B81;
}

.edit-this-ticket {
    white-space: normal;
}

.ep-arrow-left:hover, .ep-arrow-right:hover {
    background-color: var(--ep-p-color);
    border-color: var(--ep-p-color);
    color: var(--ep-pp-color);
    box-shadow: none;
    opacity: 1;
}

.ep-event-types-slider .ep-arrow-right {
    left: -40px;
    margin-top: -30px;
    padding: 12px 0;
}

.ep-event-types-slider .ep-arrow-left {
    right: -25px;
    margin-top: -30px;
    padding: 12px 0;
}

.ep-archive-event-type-slider .ep-arrow-right {
    left: -25px;
    margin-top: -20px;
}

.ep-archive-event-type-slider .ep-arrow-left {
    right: -25px;
    margin-top: -20px;
}

.ep-archive-days-outer .ep-arrow-right {
    left: -25px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ep-archive-year-box {
    min-width: 36%;
}

.ep-archive-month-box {
    min-width: 54%;
}

.ep-archive-month-box span, .ep-archive-year-box span {
    color: #2C3E50;
}

.ep-archive-event-type-slider .ep-arrow-left:hover, .ep-archive-event-type-slider .ep-arrow-right:hover {
    background-color: #F3CE63;
    border-color: #F3CE63;
    color: var(--ep-pp-color);
    box-shadow: none;
    opacity: 1;
}

.ep-archive-days-outer .ep-arrow-left {
    right: -28px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ep-event-types-slider .ep-arrow-left:hover, .ep-event-types-slider .ep-arrow-right:hover {
    background-color: #B1EA8C;
    border-color: #B1EA8C;
    color: var(--ep-pp-color);
    box-shadow: none;
    opacity: 1;
}

.ep-event-detail-timer-wrapper {
    display: block;
    padding: 15px 0;
    border: 1px solid #7696AE45;
    border-radius: 15px;
    text-align: center;
    margin: 20px 0 35px 0;
}

.ep-event-detail-timer {
    padding: 0 !important;
    margin: 0;
    display: inline-block;
    width: auto;
}

.ep-event-detail-timer-block {
    display: inline-block;
    width: calc(100% / 4);
    height: 30px;
    text-align: center;
}

.ep-event-detail-timer .ep-event-detail-timer-block:not(:last-child) {
    border-right: 1px solid #7696AE45;
}

div#ep-event-detail-timer .flip-clock-divider .flip-clock-label {
    position: absolute;
    z-index: 9;
    font-size: 10px;
    top: 30px;
    left: 19px;
    text-transform: capitalize;
    color: #4D6B81;
    font-weight: 700;
}

div#ep-event-detail-timer.flip-clock-wrapper ul li a {
    border: none;
}

div#ep-event-detail-timer span.flip-clock-divider.hours .flip-clock-label {
    top: 25px;
    left: 12px;
}

div#ep-event-detail-timer ul li a {
    line-height: 30px;
    width: 19px;
}

div#ep-event-detail-timer ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #2C3E50 !important;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    background-color: var(--ep-pp-color);
}

div#ep-event-detail-timer ul.flip:nth-child(3) {
    margin-left: -17px !important;
}

div#ep-event-detail-timer ul.flip:nth-child(3), div#ep-event-detail-timer ul.flip:nth-child(6), div#ep-event-detail-timer ul.flip:nth-child(9), div#ep-event-detail-timer ul.flip:nth-child(12) {
    margin-left: -14px !important;
}

.ep-event-detail-timer-wrapper .flip-clock-wrapper {
    padding: 10px 18px;
}

.ep-event-detail-timer-wrapper .flip-clock-wrapper .flip-clock-divider:first-child {
    width: 9px;
}

.ep-event-detail-timer-wrapper .flip-clock-wrapper ul.flip:not(:last-child) {
    border-right: 1px solid #7696AE45;
}

.ep-event-detail-timer-wrapper .flip-clock-wrapper ul.flip:last-child {
    border-right: 0 solid #7696AE45;
}

.flip li:last-child {
}

.ep-event-detail-timer-wrapper .flip-clock-wrapper ul.flip {
}

.ep-event-detail-timer-wrapper .flip-clock-wrapper ul {
    width: 30px;
}

.ep-find-event .ep-input-dropdown, .ep-where .ep-input-dropdown {
    width: calc(100% - 20px);
}

.ep-have-events a {
    position: relative;
}

.ep-have-events a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--ep-p-color);
    border-radius: 50%;
    top: 7px;
    left: 7px;
}

.ep-event-sort-box .ep-input-dropdown {
    text-align: left;
    top: 60px;
    left: 0;
    max-height: 260px;
}

.ep-input-dropdown ul li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ep-input-dropdown ul li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 25px;
}

.ep-input-dropdown ul li:nth-child(1),
.ep-input-dropdown ul li:nth-child(2),
.ep-input-dropdown ul li:nth-child(3),
.ep-input-dropdown ul li:nth-child(4),
.ep-input-dropdown ul li:nth-child(5),
.ep-input-dropdown ul li:nth-child(6) {
    padding-bottom: 10px !important;
}

.ep-input-dropdown ul li:not(:last-child) {
    border-bottom: 1px solid #9EBCD2;
}

.ep-input-dropdown ul li {
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    line-height: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ep-input-dropdown ul li:hover {
    background-color: #9EBCD2;
    opacity: 0.9999;
    color: #fff;
}

.ep-input-dropdown .ep-icon-thumb {
    border-radius: 3px;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
    overflow: hidden;
    margin-top: -2px;
}

.ep-input-dropdown .ep-icon-thumb img {
    height: 100%;
    object-fit: cover;
}

.ep-input-dropdown a {
    color: inherit;
    display: block;
    margin-top: -5px;
    min-height: 40px;
}

.ep-input-dropdown a span {
    color: inherit;
    display: block;
    font-size: 12px;
}

.ep-input-dropdown a:hover, .ep-input-dropdown a span:hover {
    color: inherit;
}

.ep-input-dropdown .ep-icon {
    font-size: 20px;
    max-width: 35px;
    margin-right: 10px;
    font-weight: 500;
    color: #2C3E50;
    display: inline-block;
}

.ep-input-dropdown .ep-icon img {
    height: 25px;
    width: 25px;
}

.ep-input-dropdown .ep-item-text {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    color: #2C3E50;
}

#ep-pages-in-cats .lp-pagination.pagination ul.page-numbers li {
    border-radius: 15px !important;
    color: #605454 !important;
    border: 2px solid #605454;
    float: left;
    line-height: 30px;
    margin: 5px 5px 0 0;
    text-align: center;
}

#ep-pages-in-cats .lp-pagination ul li > span.current:hover, #ep-pages-in-cats .lp-pagination ul li > span.current {
    background-color: transparent !important;
    color: var(--ep-p-color) !important;
    border-color: var(--ep-p-color) !important;
    line-height: 29px;
    padding: 4px 10px;
    border-radius: 15px;
}

.lp-coupons-form-inner .form-group #citiess {
    position: relative;
}

.ep-archive-events .lp-pagination .page-numbers li span {
    background-color: transparent !important;
    transition: 0.4s;
}

.ep-archive-events .lp-pagination .page-numbers li span:hover {
    background-color: transparent !important;
    border-color: var(--ep-p-color);
    color: var(--ep-p-color);
}

.ep-archive-events .lp-pagination .page-numbers {
    line-height: 35px !important;
}

.ep-archive-events .lp-pagination li {
    background-color: transparent;
    border: none;
}

.ep-archive-events .lp-pagination li:hover {
    background-color: transparent;
    border: none;
}

.ep-archive-events .lp-pagination li a, .ep-archive-events .lp-pagination li span {
    border-radius: 15px;
    border: 2px solid #605454;
    color: #605454;
    font-size: 20px;
    font-weight: 500;
}

.ep-archive-events .lp-pagination ul.page-numbers li span.current {
    border-radius: 15px;
    border: 2px solid var(--ep-p-color) !important;
    color: var(--ep-p-color) !important;
    font-size: 20px !important;
    font-weight: 600;
}

.ep-archive-events .lp-pagination ul.page-numbers li span.current:hover {
    border-radius: 15px;
    border: 2px solid var(--ep-p-color) !important;
    color: var(--ep-p-color) !important;
    font-size: 20px !important;
    font-weight: 600;
}

.ep-event-grid-loc-box .ep-event-card-bottom a {
    color: #7696AE;
    font-weight: 500;
    font-size: 14px;
}

.ep-event-grid-box-2 .ep-event-card-thumb-box {
    width: 100%;
    height: 258px;
}

.ep-event-grid-box-2 .ep-event-card-thumb-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ep-event-single-list-card .ep-event-list-card-thumb-box a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transform: scale(1.2);
}

.ep-event-list-loc a {
    color: #4D6B81;
    font-size: 14px;
    font-weight: 500;
}

.ep-see-all {
    padding: 12px 45px;
    border: 2px solid var(--ep-p-color);
    border-radius: 15px;
    color: var(--ep-p-color);
    margin: 0 auto;
    font-weight: 600;
}

.ep-see-all:focus {
    color: var(--ep-p-color);
}

.ep-see-all span {
    color: inherit;
    padding: 0 3px;
}

.ep-see-all:hover {
    background-color: var(--ep-p-color);
    color: var(--ep-pp-color);
    font-weight: 500;
}

.load-more {
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
}

/*colors css*/
.ep-header .ep-menu ul li a:hover, .ep-event-type-name a:hover, .ep-event-card-content h3:hover, .ep-event-card-bottom a:hover,
.ep-event-card-bottom a:hover i, .ep-event-category-grid-style1 a:hover, .ep-event-category-list a:hover, .ep-event-grid-loc-box h2:hover, .ep-event-card-readmore:hover, .ep-event-grid-box-2 h2:hover, .ep-event-author-title h4:hover, .ep-event-cat-title:hover, .ep-event-footer-widgets-outer .lp-event-footer-widgets-inner ul li a:hover, .ep-event-list-card-title h3:hover, .ep-event-list-loc.pull-right a:hover {
    color: var(--ep-p-color)
}

.ep-event-category-grid-style1 {
    padding: 0 5px;
}

.eventpro #menu .mm-navbars_top .mm-navbar.mm-navbar_size-3 {
    background-color: var(--ep-p-color);
}

.eventpro a.mm-listitem__text:hover {
    background: var(--ep-p-color);
}

.ep-button {
    position: absolute;
    z-index: 9;
    background: transparent;
    color: #363f48;
    border: 1px solid #363f48;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left !important;
    margin-right: 0 !important;
    width: 40%;
    margin-left: 15px;
    border-radius: 4px;
    text-align: center;
    top: 38px;
    margin-top: 40px;
}

.eventpro .mm-listitem__text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

/*end colors css*/
#ep-save-events,
.ep-save-events {
    background-color: #73d500 !important;
    color: #fff !important;
}

.content-loading-events-skeleton-view-list_style1 {
    background: url(../images/skeletons/events-skeleton-view-list_view.gif) no-repeat center top;
    /*    width: 100%;*/
    min-height: 100vh;
}

.content-loading-events-skeleton-view-grid_style1 {
    background: url(../images/skeletons/events-skeleton-view-grid_view.gif) no-repeat center top;
    /*    width: 100%;*/
    min-height: 100vh
}

.content-loading-events-skeleton-view-grid_style2 {
    background: url(../images/skeletons/events-skeleton-view-grid_view2.gif) no-repeat center top;
    /*    width: 100%;*/
    min-height: 100vh
}

.ep-reset {
    text-decoration: underline;
    font: normal normal 500 14px/18px Montserrat;
    color: #4D6B8199;
}

.ep-reset:hover {
    color: var(--ep-p-color);
}

.found-events-container {
    margin: 8px 0 0 0;
}

.ep-event-detail-sidebar .listing-second-view .social-icons.post-socials.smenu::after {
    border-bottom: 8px solid #fff;
    top: -10px;
    left: 300px;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border-top: 0;
}

.ep-event-detail-sidebar .listing-second-view .social-icons.post-socials.smenu:before {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid #dedede;
    top: -9px;
    content: "";
    position: absolute;
    right: 93px;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li:first-child {
    margin-left: 0;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat > li > a {
    font-size: 14px !important;
    font-weight: 600;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li.reviews a.reviews-quantity {
    background-color: transparent;
    border: 2px solid #7696AE;
    border-radius: 15px;
    color: #7696AE;
    text-align: center;
    float: none;
    display: inline-block;
    padding: 19px 20px;
    width: 250px;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat .sbutton .reviews-stars i {
    color: #7696AE;
    font-size: 18px;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li.reviews a:hover {
    background: #7696AE;
    color: #fff !important;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li.reviews a:hover span.reviews-stars i {
    color: #fff;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat > li#fav-container {
    border-color: transparent;
    background-color: transparent;
    width: 60px;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li {
    float: left;
    margin-left: 24px;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li.sbutton {
    border-right: 0 !important;
    width: 240px;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat > li > a.ep-event-save-btn {
    padding: 22px 24px;;
    color: var(--ep-p-color);
    height: 62px;
    width: 60px;
}

.ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat > li > a.ep-event-save-btn:hover {
    color: var(--ep-pp-color);
}

.ep-detail-event-going-btn button:disabled {
    border-radius: 15px;
    background: var(--ep-p-color) !important;
    padding: 20px 0;
    text-align: center;
    border-color: transparent !important;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    filter: brightness(1);
    transition: 0.4s;
}

.ep-detail-event-going-btn button:disabled:hover {
    filter: brightness(1.1);
}

.event_start_end h5 span {
    min-width: 100px;
}

.ep-event-detail-sidebar.fixed {
    position: fixed;
    top: 33px;
    width: 360px;
}

.ep-edit-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(61, 81, 99, 0.9);
    padding: 10px 0;
}

.ep-edit-bar .widget-box {
    margin-bottom: 0;
}

.edit-event {
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: var(--ep-p-color);
    transition: 0.4s;
    float: right;
    margin-right: 10px;
}

.ep-edit-bottom-bar {
    display: inline-block;
    float: left;
    color: #fff;
    padding-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
}

.ep-edit-bottom-bar i {
    margin-right: 5px;
}

.ep-unhidebar-section {
    display: none;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: rgba(61, 81, 99, 0.9);
    position: fixed;
    bottom: 0;
    left: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    color: var(--ep-pp-color);
    padding-top: 20px;
}

.edit-event span {
    color: var(--ep-pp-color);
}

.edit-event i {
    margin-right: 5px;
}

.edit-event:hover {
    filter: brightness(1.1);
}

.edit-event span, .edit-event span i {
    display: inline-block;
}

.ep-view-all-btn {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 400 !important;
}

.ep-view-all-btn:hover {
    color: #9b9b9b;
}

.ep-remove-event-img {
    position: absolute;
    z-index: 9999;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 9px;
    padding: 5px 6px;
    margin-top: 125px;
    cursor: pointer;
    left: 10px;
}

.lp-dashboard-new-active .tab-pane .lp-listing-outer-container .lp-deal-title p {
    overflow: hidden;
}

.lp-dashboard-new-active .tab-pane .lp-listing-outer-container .lp-deal-title p a {
    white-space: nowrap;
}

.ep-event-detail-ticket-menu {
    width: 100%;
    background: #fff;
    padding: 15px;
    position: absolute;
    z-index: 999;
    right: 100%;
    bottom: 0;
    box-shadow: 0 10px 25px #cfe5fb99;
    border-radius: 19px;
}

.ep-event-detail-ticket-menu-container {
    position: relative;
}
.col-md-1.lp-content-before-after.padding-0 {
    padding-left: 12px !important;
}
/*responsive*/
@media (max-width: 991px) {
    .ep-event-sidebar-container {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #wpadminbar {
        display: none;
    }

    .ep-menubar {
        padding: 0;
    }

    .ep-menubar .mobile-nav-icon {
        position: static;
        margin-right: 10px;
        top: 0;
        left: 0;
    }

    .ep-header-navbar {
        display: none;
    }

    .ep-header-search-tagline {
        font-size: 32px;
        margin-top: -10px;
    }

    .ep-search-container {
        top: -30px;
    }

    .home .ep-search-form .ep-where, .home .ep-search-form .ep-find-event {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .ep-home-banner-contianer {
        height: auto !important;
        background-size: cover;
    }

    .ep-search-form .ep-input-dropdown {
        top: 65px;
    }

    .ep-search-container .ep-search-form .ep-find-event .searchloading {
        top: -13px !important;
        left: 90% !important;
        margin-left: -16px !important;
    }

    /*.ep-section-title-container .col-md-6,
    .ep-section-title-container .col-md-10,
    .ep-section-title-container .col-md-2,
    .ep-section-title-container h2
    {
        padding: 0 15px;
    }
    .ep-section-title-container .col-md-10 h2,.ep-section-title-container .col-md-6 h2{
        padding: 0;
    }*/
    .ep-event-location-desc {
        width: 100%;
    }

    .ep-explore-event a {
        width: auto;
        padding: 18px 25px;
    }

    .ep-event-schedule-bar {
        width: 100%;
        float: left;
        text-align: left;
    }

    .ep-event-detail-title-container {
        margin-bottom: 35px;
        display: grid;
        grid-template-columns: 85px auto;
    }

    .ep-event-detail-date-container {
        height: 65px;
        width: 67px;
    }

    .ep-event-detail-date-container-inner {
        padding: 13px;
    }

    .ep-event-detail-title h2 {
        margin-top: 2px;
        color: var(--ep-pp-color);
        font-size: 20px;
        font-weight: 600;
    }

    .ep-event-detail-tagline {
        font-size: 16px;
        color: var(--ep-pp-color);
    }

    .ep-event-detail-tagline a {
        font-size: 16px;
    }

    .navbar {
        position: relative;
        min-height: 40px;
        margin-bottom: 5px;
        border: 1px solid transparent;
    }

    .ep-navbar {
        padding: 12px 15px 0 15px;
    }

    .ep-navbar li {
        width: calc(100% / 4);
        margin-right: 0;
    }

    .ep-navbar li a {
        font-size: 13px;
        color: #7696AE;
        font-weight: 500;
        padding: 15px 0 20px 0;
    }

    .ep-navbar li.active a:after, .ep-navbar li.active a:after {
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--ep-p-color);
        content: "";
        border-radius: 5px 5px 0 0;
        position: absolute;
        bottom: -12px;
    }

    .ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat {
        padding-bottom: 90px;
    }

    .ep-event-detail-sidebar .listing-second-view .social-icons.post-socials.smenu::after {
        border-bottom: 8px solid #fff;
        top: -10px;
        left: 80px;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        border-top: 0;
    }

    .event-app-view .ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-right: 0 !important;
    }

    .ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li:first-child.sbutton {
        width: 200px;
    }

    .ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat li:first-child a.reviews-quantity {
        width: 200px;
    }

    .event-app-view .ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat #fav-container {
        width: 60px;
    }

    .ep-detail-top-content-outer {
        top: -150px;
    }

    .ep-event-detail-sidebar.fixed {
        position: relative;
    }

    #ep_comments {
        margin-bottom: 0;
    }

    .listing-second-view .ep-event-detail-sidebar-lower .social-icons.post-socials.smenu {
        left: 0;
        right: auto;
        width: 190px;
        top: 63px !important;
    }

    .ep-archive-search-left .ep-find-event {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .ep-archive-search-left .ep-where, .ep-date-switch-box {
        min-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .ep-archive-days-outer {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .ep-archive-date-right {
        display: inline-block;
        position: relative;
        width: 100%;
        vertical-align: middle;
        text-align: left;
    }

    .ep-event-sort-box-outer {
        text-align: left;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .ep-event-sort-box {
        margin-left: 0;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 150px;
        min-width: 150px;
    }

    .ep-archive-date-right .ep-input-dropdown {
        width: 54%;
        left: 4px;
        text-align: left;
        top: 58px;
    }

    .ep-layout-switch a {
        margin-left: 0;
        margin-right: 15px;
    }

    /*SAUD*/
    .ep-search-form .ep-where, .ep-search-form .ep-find-event, .ep-search-form .ep-search {
        width: 100%;
        padding: 0 10px;
    }

    .ep-event-schedule-bar li {
        margin-right: 7px;
        padding-right: 20px;
    }

    .ep-search-form .ep-where, .ep-search-form .ep-find-event {
        margin-bottom: 5px;
    }

    #ep-similar-events-holder .ep-event-grid-box {
        padding: 0;
    }

    .ep-event-list-card-right {
        width: 60%;
    }

    .ep-event-list-card-thumb-box {
        width: 110px;
        height: 110px;
    }

    .ep-event-single-list-card .ep-event-date-container {
        width: 35px;
        height: 35px;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .ep-event-single-list-card .ep-event-date-container span:first-child {
        color: var(--ep-p-color);
        font-size: 12px;
        display: block;
        line-height: 10px;
    }

    .ep-event-single-list-card .ep-event-date-container span {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .ep-event-single-list-card .ep-event-attendees span {
        height: 25px;
        width: 25px;
        border-radius: 50%;
        border: 1px solid var(--ep-pp-color);
        color: var(--ep-pp-color);
        display: block;
        text-align: center;
    }

    .ep-event-list-card-title h3 {
        margin: 8px 0 5px 0;
        font-size: 14px;
    }

    .ep-event-list-card-title {
        margin-bottom: 5px;
    }

    .ep-list-event-date {
        margin-bottom: 5px;
    }

    .ep-list-event-date, .ep-list-event-date span, .ep-event-time, .ep-video-badge, .ep-event-list-loc a {
        font-size: 10px;
    }

    .ep-event-list-card-left {
        margin-right: 10px;
        display: inline-block;
        float: left;
    }

    .ep-video-badge {
        margin: 5px;
        padding: 0 7px;
        border-radius: 5px;
        color: #4D6B81;
        font-weight: 500;
        line-height: 20px;
        font-size: 12px;
    }

    .ep-archive-month-box {
        min-width: 56%;
    }

    .ep-event-sort-box-text {
        width: 74%;
    }

    .ep-nearme-popup {
        width: 180%;
        top: 60px;
    }

    .ep-nearme-popup .ep-event-sort-box {
        width: 122px;
        min-width: 90px !important;
    }

    .ep-nearme-popup .ep-event-sort-box:nth-child(2) {
        margin-right: 0;
    }

    .ep-nearme-filter {
        margin-top: 0;
    }

    .ep-detail-banner-contianer {
        height: 400px !important;
    }

    .ep-row.row {
        margin: 0 -30px;
    }

    .ep-row1.row {
        margin: 0;
    }

    .ep-row1 .text-center.margin-top-80.margin-bottom-80.col-md-12 {
        padding: 0 15px;
    }

    .ep-event-author .col-xs-10 {
        padding-left: 5px;
    }

    .ep-footer-bottom {
        padding: 50px 0;
    }

    .ep-footer-copyright p {
        font-size: 14px;
    }

    .ep-footer-top {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .ep-event-sidebar-container {
        margin-top: 30px;
    }

    .ep-event-detail-section-events {
        margin-bottom: 0;
    }

    #ep_comments #respond {
        padding: 15px;
    }

    .ep-event-detail-ticket-menu {
        width: 100%;
        background: #fff;
        padding: 15px;
        position: absolute;
        z-index: 999;
        right: 0;
        bottom: 90px;
        box-shadow: 0 10px 25px #cfe5fb99;
        border-radius: 19px;
    }
}

@media (max-width: 980px) and (min-width: 768px) {
    .ep-logo-container {
        margin: 0;
    }

    .ep-header-search-tagline {
        font-size: 32px;
        margin-top: -10px;
    }

    .ep-search-container {
        top: -30px;
    }

    .home .ep-search-form .ep-where, .home .ep-search-form .ep-find-event {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .ep-home-banner-contianer {
        height: auto !important;
    }

    .ep-event-schedule-bar {
        width: 100%;
        float: left;
        text-align: left;
    }

    .listing-second-view .post-meta-right-box .post-stat > li#fav-container {
        border: 0 !important;
    }

    .listing-second-view .ep-event-detail-sidebar-lower .social-icons.post-socials.smenu {
        left: 0;
    }

    .listing-second-view .ep-event-detail-sidebar-lower .social-icons.post-socials.smenu:before, .listing-second-view .ep-event-detail-sidebar-lower .social-icons.post-socials.smenu:after {
        position: absolute;
        left: 19px;
        right: auto;
    }

    .ep-archive-search-left .ep-find-event {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .ep-archive-search-left .ep-where, .ep-date-switch-box {
        min-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .ep-archive-days-outer {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .ep-archive-date-right {
        display: inline-block;
        position: relative;
        width: 100%;
        vertical-align: middle;
        text-align: left;
    }

    .ep-event-sort-box-outer {
        text-align: left;
        margin-bottom: 50px;
        margin-top: 30px;
        width: 100%;
    }

    .ep-event-sort-box {
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .ep-layout-switch a {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (width: 1024px) {
    .ep-archive-year-box {
        min-width: 39%;
    }

    .ep-archive-days-outer {
        margin: 0 0 30px 0;
        width: 100%;
    }
}

/*end responsive*/
.ep-similar-events-title, .ep-similar-events-title span {
    font-size: 28px;
    color: black;
    margin-bottom: 20px;
}

/* New Css */
.ep-event-detail-timer.ep-static-countdown {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px !important;
    color: #4D6B81;
    font-size: 14px;
    font-weight: 600;
}

.ep-event-detail-timer.ep-static-countdown > img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    user-select: none;
    pointer-events: none;
}

.ep-event-detail-timer.ep-static-countdown > i.fa {
    margin-right: 10px;
    -webkit-animation: rotation 1s infinite;
    -o-animation: rotation 1s infinite;
    animation: rotation 1s infinite;
    transform: rotate(0deg);
    font-size: 18px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#modal-doppin #ep-custom-latlong,
#modal-doppin .modal-dialog {
    width: 800px !important;
    height: 460px !important
}

#modal-doppin #ep-custom-latlong,
#modal-doppin .modal-dialog .modal-header {
    background-color: #f9f9f9;
    padding: 15px 20px !important
}

/*Listing Detail Page*/

.ep-single-listing {
    position: relative;
    padding: 40px 0 0 0;
}

.ep-single-listing:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
    background: #E2E2E2 0 0 no-repeat padding-box;
    box-shadow: 0 10px 44px #c7c0dd33;
    opacity: 0.55;
}

.ep-single-listing .ep-single-listing-title-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 42px;
    margin: 0 0 30px 0;
}

.ep-single-listing .ep-single-listing-title-share h3 {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}

.ep-single-listing .ep-single-listing-title-share .reviews-quantity {
    border: 2px solid #4D6B81;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #4D6B81;
}

.ep-single-listing .ep-single-listing-title-share .reviews-quantity span i {
    color: #4D6B81;
}

.ep-single-listing .ep-single-listing-title-share .show + .smenu {
    opacity: 1;
    visibility: visible;
    display: flex;
    z-index: 999999999;
    top: 35px;
    width: auto;
    padding: 5px 10px;
    transform: translateX(-50%);
    left: 50%;
}

.ep-single-listing .ep-single-listing-title-share .show + .smenu:after {
    transform: translateX(-50%) rotate(180deg);
    border-top-color: #fff;
    top: -10px;
}

.ep-single-listing .ep-single-listing-title-share .show + .smenu li {
    margin: 5px 10px !important;
    padding: 0 5px;
    line-height: 10px;
}

.ep-single-listing .ep-single-listing-gallery {
    min-height: 400px;
    visibility: hidden;
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider {
    max-width: 250px;
    margin: -75px 15px 0 auto;
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider .slick-dots {
    bottom: -19px;
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider .slick-dots li button:before {
    opacity: 1;
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider .ep-single-listing-gallery-multi-slider-slide {
    max-width: 60px;
    max-height: 60px;
    cursor: pointer;
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider .ep-single-listing-gallery-multi-slider-slide {
    border: 1px solid transparent;
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider .ep-single-listing-gallery-multi-slider-slide.is-active {
    border-color: var(--ep-p-color);
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-single-slider .ep-single-listing-gallery-single-slider-slide,
.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider .ep-single-listing-gallery-multi-slider-slide {
    height: auto;
}

.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-single-slider .ep-single-listing-gallery-single-slider-slide img,
.ep-single-listing .ep-single-listing-gallery .ep-single-listing-gallery-multi-slider .ep-single-listing-gallery-multi-slider-slide img {
    width: 100%;
    margin: 0;
}

.ep-single-listing ul.ep-single-listing-tabs {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 10px 25px #cfe5fb29;
    border-radius: 19px 19px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 45px 0;
}

.ep-single-listing ul.ep-single-listing-tabs li a {
    padding: 30px 30px 25px 30px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #7696AE;
    display: block;
    margin: 0 20px;
}

.ep-single-listing ul.ep-single-listing-tabs li a.active {
    color: var(--ep-p-color);
    position: relative;
}

.ep-single-listing ul.ep-single-listing-tabs li a.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: var(--ep-p-color);
    border-radius: 5px 5px 0 0;
}

.ep-single-listing #ep-single-listing-section-details {
    margin: 0 0 40px 0;
}

.ep-single-listing #ep-single-listing-section-details h3 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #2C3E50;
    margin: 0 0 20px 0;
}

.ep-single-listing #ep-single-listing-section-details p {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #7696AE;
    margin: 0 0 0 0;
}

.ep-single-listing #ep-single-listing-section-faqs > h3 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #2C3E50;
    margin: 0 0 30px 0;
}

.ep-single-listing #ep-single-listing-section-faqs .ui-accordion-header.ui-state-default {
    background: #E6E6E926 0 0 no-repeat padding-box;
    border: 1px solid #E6E6E9;
    border-radius: 12px;
    margin-bottom: 20px;
}

.ep-single-listing #ep-single-listing-section-faqs .ui-accordion-header.ui-state-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.ep-single-listing #ep-single-listing-section-faqs .ui-accordion .ui-accordion-content {
    background: #E6E6E926 0 0 no-repeat padding-box;
    border: 1px solid #E6E6E9;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 20px;
    border-top: 0;
}

.ep-single-listing #ep-single-listing-section-faqs .ui-accordion .ui-accordion-header span.question-icon {
    color: var(--ep-p-color);
}

.ep-single-listing #ep-single-listing-section-faqs .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    width: 15px;
    height: 15px;
    background: var(--ep-p-color);
    color: #fff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.ep-single-listing #ep-single-listing-section-faqs .ui-accordion .ui-accordion-header span.accordion-title {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #42505D;
    font-weight: bold;
}

.ep-single-listing #ep-single-listing-section-faqs .ui-accordion p {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #71869A;
    line-height: 19px;
}

.ep-event-list-loc-attendees {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row-reverse;
}

.ep-single-listing .ep-single-listing-sidebar-join {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 10px 44px #C7C0DD33;
    border-radius: 16px;
    margin: 0 0 40px 0;
    padding: 20px 30px 30px 30px;
}

.ep-single-listing .ep-single-listing-sidebar-join .ep-single-listing-sidebar-join-role {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #7696AE;
    margin: 0 0 10px 0;
}

.ep-single-listing .ep-single-listing-sidebar-join .ep-single-listing-sidebar-join-avatar {
    border: 4px solid #7696AE38;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto 5px auto;
    object-fit: cover;
}

.ep-single-listing .ep-single-listing-sidebar-join .ep-single-listing-sidebar-join-name {
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000000;
}

.ep-single-listing .ep-single-listing-sidebar-join .ep-single-listing-sidebar-join-lead {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--ep-p-color);
    display: block;
    margin: 0 auto 30px auto;
    max-width: 100px;
}

.ep-single-listing .ep-single-listing-sidebar-join-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto;
}

.ep-single-listing .ep-single-listing-sidebar-join-stats .ep-single-listing-sidebar-join-stats-separator {
    width: 1px;
    height: 55px;
    background: #D9D9D9;
    margin: 0 25px;
}

.ep-single-listing .ep-single-listing-sidebar-join-stats .ep-single-listing-sidebar-join-stat h4 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}

.ep-single-listing .ep-single-listing-sidebar-join-stats .ep-single-listing-sidebar-join-stat p {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0;
    color: #7696AE;
    margin: 0;
}

.ep-single-listing .ep-single-listing-sidebar-join .ep-single-listing-sidebar-join-btn {
    background: var(--ep-p-color) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    width: 100%;
    border: 1px solid var(--ep-p-color);
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 20px;
}

.ep-single-listing .ep-single-listing-sidebar-join .ep-single-listing-sidebar-join-btn:hover {
    color: var(--ep-p-color);
    background-color: transparent;
}

.ep-single-listing-sidebar-members-container > h4 {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0;
    color: #2C3E50;
    margin: 0 0 20px 0;
}

.ep-single-listing-sidebar-members-container .ep-single-listing-sidebar-members {
    display: grid;
    row-gap: 15px;
    column-gap: 35px;
    grid-template-columns: auto auto auto auto;
    position: relative;
}

.ep-single-listing-sidebar-members-container .ep-single-listing-sidebar-members .ep-single-listing-sidebar-member {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
}

.ep-single-listing #ep-single-listing-section-events {
    margin: 0 0 30px 0;
}

.ep-single-listing #ep-single-listing-section-events > h3 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #2C3E50;
    margin: 0 0 20px 0;
}

.ep-single-listing-section-events-see-more {
    position: relative;
    max-height: 675px;
    overflow: hidden;
}

#ep-single-listing-section-events-see-more {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 2;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #92ABBE;
    cursor: pointer;
    margin: 0;
}

.ep-single-listing-section-events-see-more:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 75%, #FFFFFF 100%) 0 0 no-repeat padding-box;
    z-index: 1;
}

.ep-single-listing-sidebar-members-see-more {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

p#ep-single-listing-sidebar-members-see-more {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    margin: 0;
    letter-spacing: 0;
    color: #92ABBE;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    cursor: pointer;
}

.ep-single-listing-sidebar-members-see-more:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    z-index: 2;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 75%, #FFFFFF 100%) 0 0 no-repeat padding-box;
    height: 125px;
}





/*Dashboad Group Css*/
.epro-panel-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 !important;
}
.epro-panel-heading h5 {
    margin: 0 0 0 0 !important;
}
.epro-panel-heading button {
    margin: 0;
    cursor: pointer;
    color: #fff;
    box-shadow: none;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 0 25px;
    border-radius: 5px;
    background: #41A6DF;
    line-height: 37px;
}
.group-gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 3px dotted #dedede;
    background: #F5F5F5;
    min-height: 150px;
    cursor: pointer;
    flex-direction: column;
    padding: 20px;
}
.group-gallery-container p {
    font-size: 20px;
    color: #b3b3b3;
    margin: 0 0 15px 0;
}
.group-gallery-container input[type=button] {
    color: #008BFF;
    border: 1px solid #008BFF;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 3px;
}
.group-gallery-container input[type=button]:hover {
    border-color: transparent;
    color: #fff;
    background: #008BFF;
}
.group-gallery-container .group-gallery-preview {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.group-gallery-container .group-gallery-preview img {
    width: 60px;
    height: 60px;
    margin: 15px 5px 0 5px;
    border-radius: 3px;
    border: 2px dotted #bdbdbd;
}
#tabs.epro-tabs {
    display: block;
    width: 100%;
    float: none;
    clear: both;
}
#tabs.epro-tabs .ui-tabs-panel {
    padding: 0;
}
#tabs.epro-tabs .ui-tabs-panel label {
    display: none;
}
#tabs.epro-tabs .ui-tabs-nav {
    float: none;
    clear: both;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px;
}
#tabs.epro-tabs .btn-container.faq-btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
#tabs.epro-tabs .ui-tabs-nav li {
    float: none;
    border: 1px solid #41a6df;
    color: #41a6df;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    min-width: 118px;
}
#tabs.epro-tabs .ui-tabs-nav li a {
    color: #41a6df;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}
#tabs.epro-tabs .ui-tabs-nav li:hover a,
#tabs.epro-tabs .ui-tabs-nav li.ui-tabs-active a
{
    color: #fff;
}
#tabs.epro-tabs .ui-tabs-nav li:hover,
#tabs.epro-tabs .ui-tabs-nav li.ui-tabs-active
{
    color: #fff;
    background-color: #41a6df;
    border: 1px solid #41a6df;
}
#tabs.epro-tabs #tabsbtn {
    padding: 6px 22px;
    margin: 10px 0 0 3px !important;
    min-width: 118px;
    text-align: center;
}
.ep-save-group,
.ep-save-ticket
{
    background-color: #73d500;
    color: #fff;
    width: 100%;
    height: 45px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #73d500;
}
.event-tickets-list-dash li {
    padding-bottom: 0 !important;
}
.ep-save-group:hover,
.ep-save-ticket:hover
{
    background-color: #fff;
    color: #73d500;
}
#imagemodal [data-dismiss^="modal"] {
    color: #000 !important;
    right: 10px !important;
    top: 5px !important;
    font-size: 18px !important;
}
.lp-modal-content-image {
    width: 70% !important;
}
#imagemodal .modal-body {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ep-group-container {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 25px 75px #cfe5fb70;
    padding: 15px;
    margin-bottom: 30px;
}
.ep-group-thumb-container {
    border-radius: 15px;
    overflow: hidden;
    height: 150px;
}
.ep-group-thumb-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ep-group-content-container h3 {
    font-size: 18px;
    color: #2C3E50;
    line-height: 22px;
    font-weight: 600;
    margin: 15px 0 10px 0;
}
.ep-group-content-container > p {
    color: #7696AE;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.ep-group-content-container .ep-group-content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ep-group-content-container .ep-group-content-footer p {
    color: #4D6B81;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 0 0;
}
.ep-group-content-container .ep-group-content-footer .ep-group-members {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ep-group-content-container .ep-group-content-footer .ep-group-members .ep-group-members-avatar img {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
}
.ep-group-content-container .ep-group-content-footer .ep-group-members .ep-group-members-avatar {
    margin: 0 5px 0 0;
}
.ep-group-content-container .ep-group-content-footer .ep-group-members .ep-group-members-avatar img:first-child {
    z-index: 1;
}
.ep-group-content-container .ep-group-content-footer .ep-group-members .ep-group-members-avatar img:nth-child(2) {
    z-index: 2;
    margin-left: -15px;
}
.ep-group-content-container .ep-group-content-footer .ep-group-members .ep-group-members-avatar img:nth-child(3) {
    z-index: 3;
    margin-left: -15px;
}



/*Earning*/

/*earnings*/
.lp_mp_earnings_dashboard {
    padding: 35px;
}
.lp_mp_earnings_dashboard_card_current_balance {
    background: #156CD2 0 0 no-repeat padding-box;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}
.lp_mp_earnings_dashboard_card_current_balance_title {
    display: flex;
    margin-bottom: 15px;
}
.lp_mp_earnings_dashboard_card_current_balance_title > div {
    background: #FFFFFF33 0 0 no-repeat padding-box;
    border-radius: 10px;
    line-height: 26px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.lp_mp_earnings_dashboard_card_current_balance_title > div > img {
    width: 17px;
    height: 17px;
    fill: #fff;
    align-self: center;
}
.lp_mp_earnings_dashboard_card_current_balance_title > p {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    margin: 0;
    align-self: center;
}
.lp_mp_earnings_dashboard_card_current_balance > h2 {
    text-align: left;
    font-weight: 600;
    font-size: 31px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.lp_mp_earnings_dashboard_card_current_balance > button {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 12px 16px #04428b4d;
    border-radius: 16px;
    height: 28px;
    font-weight: bold;
    font-size: 11px;
    line-height: 28px;
    color: #156CD2;
    padding: 0 10px;
    margin: 0;
    border: 0;
}
.lp_mp_earnings_dashboard_card_current_balance > button > img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: -1px;
}
.lp_mp_earnings_dashboard_card {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 12px 28px #0000000A;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}
.lp_mp_earnings_dashboard_card > div {
    border-radius: 10px;
    width: 45px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.lp_mp_earnings_dashboard_card > div img {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.lp_mp_earnings_dashboard_card > h4 {
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: #2C3E50;
    opacity: 0.8;
    margin: 0 0 15px 0;
}
.lp_mp_earnings_dashboard_card > h3 {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #2C3E50;
    opacity: 1;
    margin: 0 0 0 0;
}
.lp_mp_earnings_dashboard_card_earnings > div {
    background: #29DC5F 0 0 no-repeat padding-box;
}
.lp_mp_earnings_dashboard_card_withdrawls > div {
    background: #A538D3 0 0 no-repeat padding-box;
}
.lp_mp_earnings_dashboard_transaction_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.lp_mp_earnings_dashboard_transaction_title {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #35353B;
    margin: 0 0 10px 0;
}
.lp_mp_earnings_dashboard_transaction_desc {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #858F99;
    margin: 0 0 0 0;
}
.lp_mp_earnings_dashboard_transaction_filters {
    align-self: center;
}
.lp_mp_earnings_dashboard_transaction_filters > button {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 31px;
    color: #858F99;
    height: 33px;
    padding: 0 15px;
}
.lp_mp_earnings_dashboard_transaction_filters > button > img {
    width: 16px;
    height: 16px;
    margin: -5px 7px 0 0;
}
.lp_mp_earnings_dashboard_transaction_filters_container {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    margin-bottom: 15px;
    display: none;
}
.lp_mp_earnings_dashboard_transaction_filters > button.active {
    border-color: #156cd2;
}
.mp-form-group:not(:last-child) {
    margin: 0 0 20px 0;
}
.mp-form-group > label {
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: #858F99;
    width: 30%;
    margin: 0;
    line-height: 36px !important;
    white-space: nowrap;
}
.mp-form-group > input {
    width: calc(70% - 4px) !important;
    margin: 0;
    background: #F9FAFC 0 0 no-repeat padding-box;
    border-radius: 10px;
    border: none;
    height: 36px !important;
    line-height: 36px !important;
}
.lp_mp_earnings_dashboard_transaction_filters_reset {
    background: #F9FAFC 0 0 no-repeat padding-box;
    border-radius: 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    margin: 0 0 20px 0;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
}
.lp_mp_earnings_dashboard_transaction_filters_submit {
    background: #2488FF 0 0 no-repeat padding-box;
    border-radius: 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.lp_mp_earnings_dashboard_transactions {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
    margin-bottom: 15px;
}
.lp_mp_earnings_dashboard_transactions_tables {
    margin-bottom: 0 !important;
    border: none !important;
}
.lp_mp_earnings_dashboard_transactions_tables * {
    border: none;
}
.lp_mp_earnings_dashboard_transactions_tables tbody:hover td,
.lp_mp_earnings_dashboard_transactions_tables tbody:hover td a
{
    color: transparent;
    text-shadow: 0 0 3px #aaa;
}
.lp_mp_earnings_dashboard_transactions_tables tr:hover td,
.lp_mp_earnings_dashboard_transactions_tables tr:hover td a
{
    color: #2C3E50;
    text-shadow: none;
}
.lp_mp_earnings_dashboard_transactions_tables th {
    border: 0 !important;
    background: #EAEEF733 0 0 no-repeat padding-box !important;
    border-bottom: 1px solid #EAEEF7 !important;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #6F6F7B;
    padding: 15px 10px !important;
    text-transform: uppercase;
}
.lp_mp_earnings_dashboard_transactions_tables td {
    border: 0 !important;
    border-bottom: 1px solid #EAEEF7 !important;
    padding: 20px 10px !important;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #2C3E50;
}
.lp_mp_earnings_dashboard_transactions_tables tr:last-child td {
    border-bottom: none !important;
}
.lp_mp_earnings_dashboard_transactions_tables td a {
    color: #2C3E50;
}
.lp_mp_earnings_dashboard_withdrawal_history_pagination {
    margin: 5px 0 20px 0;
}
.lp_mp_earnings_dashboard_withdrawal_history_pagination .pagination {
    display: block;
    margin: 0 -10px;
    text-align: center;
}
.lp_mp_earnings_dashboard_withdrawal_history_pagination .pagination span {
    background: #2A96CE 0 0 no-repeat padding-box;
    border: 1px solid #2A96CE;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    margin: 0 5px;
}
.lp_mp_earnings_dashboard_withdrawal_history_pagination .pagination a {
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    color: #e0ddf3;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #e0ddf3;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
}
.lp_mp_earnings_dashboard_withdrawal_history_pagination .pagination a:hover {
    color: #7d7b8f;
    border: 1px solid #7d7b8f;
}
.lp_mp_earnings_dashboard_transactions_container .loader {
    display: block;
    margin: 10% auto;
}
.lp_mp_earnings_dashboard_withdrawal_method {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 12px 28px #0000000A;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    margin-bottom: 30px;
}
.lp_mp_earnings_dashboard_withdrawal_method_icon {
    width: 51px;
    height: 52px;
    background: #FB9126 0 0 no-repeat padding-box;
    border-radius: 10px;
    margin-right: 13px;
    text-align: center;
    line-height: 52px;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.lp_mp_earnings_dashboard_withdrawal_method_text {
    align-self: center;
}
.lp_mp_earnings_dashboard_withdrawal_method_text > h6 {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #2C3E50;
    margin: 0 0 5px 0;
}
.lp_mp_earnings_dashboard_withdrawal_method_text > h6 > a {
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    color: #FB9126;
    float: right;
    line-height: 20px;
}
.withdrawalRequestModal label a {
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    color: #FB9126;
    float: right;
}
.withdrawalRequestModal label[for=withdrawalMethod] {
    width: calc(100% - 5px);
}
.lp_mp_earnings_dashboard_withdrawal_method_text > p {
    margin: 0;
}
.lp_mp_earnings_dashboard_withdrawal_history_container {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
}
.lp_mp_earnings_dashboard_withdrawal_history_container_heading {
    background: #EAEEF733 0 0 no-repeat padding-box;
    border-bottom: 1px solid #EAEEF7;
    padding: 15px;
}
.lp_mp_earnings_dashboard_withdrawal_history_container_heading > h4 {
    text-align: left;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #2C3E50;
    text-transform: uppercase;
    margin: 0;
}
.lp_mp_earnings_dashboard_withdrawal_history_cards {
    background: #FFFFFF 0 0 no-repeat padding-box;
    padding: 15px;
}
.lp_mp_earnings_dashboard_withdrawal_history_card {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head {
    background: #F9FAFC 0 0 no-repeat padding-box;
    border-bottom: 1px solid #EAEEF7;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon {
    align-self: center;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon > div {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    text-align: center;
    line-height: 23px;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon.mp-danger > div {
    background: #DC2929 0 0 no-repeat padding-box;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon.mp-success > div {
    background: #29DC5F 0 0 no-repeat padding-box;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon.mp-pending > div {
    background: #6075FF 0 0 no-repeat padding-box;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_text {
    align-self: center;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_text > h4 {
    text-align: left;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #35353B;
    margin: 0 auto 5px auto;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_text > h3 {
    text-align: left;
    color: #35353B;
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    margin: 0;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon_text {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    margin: 0;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon.mp-danger > .lp_mp_earnings_dashboard_withdrawal_history_card_head_icon_text {
    text-decoration: underline;
    color: #DC2929;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon.mp-success > .lp_mp_earnings_dashboard_withdrawal_history_card_head_icon_text {
    color: #29DC5F;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon.mp-pending > .lp_mp_earnings_dashboard_withdrawal_history_card_head_icon_text {
    color: #6075FF;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_head_icon > div > img {
    width: 15px;
    height: 15px;
    margin-top: -1px;
}
.lp_mp_earnings_dashboard_withdrawal_history_card:not(:last-child) {
    margin-bottom: 15px;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_body {
    padding: 15px;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_body > h5 {
    text-align: left;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    color: #35353B;
    margin: 0;
}
.lp_mp_earnings_dashboard_withdrawal_history_card_body > p {
    text-align: right;
    color: #6F6F7B;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
}

.withdrawalRequestModalIcon {
    width: 60px;
    height: 59px;
    background: #2488FF 0 0 no-repeat padding-box;
    box-shadow: 0 24px 27px #BABABA1A;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}
.withdrawalRequestModalIcon img {
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: -40px -17px;
}
.PayoutMethods {
    display: flex;
}
.PayoutMethod {
    background: #F9FAFC 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.PayoutMethod_container {
    flex-basis: calc(100% / 5);
    margin: 0 15px 30px 15px;
    cursor: pointer;
    position: relative;
}
.PayoutMethod_container:last-child {
    margin-right: 0;
}
.PayoutMethod_container:first-child {
    margin-left: 0;
}
.PayoutMethod_container > p {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #35353B;
    margin-top: 10px;
}
.PayoutMethod_container_selected {
    display: none;
}
.PayoutMethod_container.active .PayoutMethod {
    border: 1px solid #2488FF;
}
.PayoutMethod_container.active .PayoutMethod_container_selected {
    background: #2488FF 0 0 no-repeat padding-box;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.PayoutMethodModalForm .PayoutMethodModalFormContainer {
    background: #F9FAFC 0 0 no-repeat padding-box;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.PayoutMethodModalFormContainer label {
    text-align: left;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    color: #6F6F7B;
    margin: 0 0 10px 0;
}
.PayoutMethodModalFormContainer input {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height:13px;
    color: #35353B;
    width: 100%;
}
.PayoutMethodModalFormContainer input:focus,
.PayoutMethodModalFormContainer input:active
{
    border: 1px solid #2488FF;
}
.PayoutMethodModalFormContainer textarea {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height:13px;
    color: #35353B;
    width: 100%;
}
.PayoutMethodModalFormContainer textarea:focus,
.PayoutMethodModalFormContainer textarea:active
{
    border: 1px solid #2488FF;
}
.PayoutMethodModalFormSubmit {
    width: 154px;
    height: 40px;
    background: #2488FF 0 0 no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#withdrawalRequestModal .modal-dialog {
    max-width: 355px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
    z-index: 999999999;
    background: transparent;
}
#withdrawalRequestModal .modal-dialog .modal-content {
    background: #FAFBFB 0 0 no-repeat padding-box;
    box-shadow: 0 12px 22px #00000038;
    border-radius: 12px;
}
#withdrawalRequestModal .modal-dialog .modal-content .modal-body {
    padding: 25px;
}
#withdrawalRequestModal .modal-dialog .modal-content .modal-body > h3 {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 8px;
}
#withdrawalRequestModal .modal-dialog .modal-content .modal-body > p {
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: #2C3E50;
    opacity: 0.59;
    margin-top: 0;
    margin-bottom: 20px;
}
#withdrawalRequestModal .modal-dialog .modal-content .modal-body .form-group label {
    text-align: left;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #2C3E50;
    margin-bottom: 12px;
    margin-left: 5px;
}
#withdrawalRequestModal .modal-dialog .modal-content .modal-body .form-group input,
#withdrawalRequestModal .modal-dialog .modal-content .modal-body .form-group textarea
{
    width: 100%;
    /*box-shadow: 0 12px 34px #2A96CE4D;*/
    border: 1px solid #E0DDF3;
    border-radius: 12px;
    margin-bottom: 28px;
}
#withdrawalRequestModal .modal-dialog .modal-content .modal-body .form-group input[disabled] {
    background: #7d7d7d33 !important;
    color: #000 !important;
}
#withdrawalRequestModal .modal-dialog .modal-content .modal-body .form-group textarea {
    min-height: 109px;
}
.modal-backdrop.fade.in {
    display: none;
}
#withdrawalRequestModal {
    background: #0006;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.withdrawalRequestModal button {
    background: #2488FF 0 0 no-repeat padding-box;
    box-shadow: 0 12px 16px #0000000A;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    border: none;
    min-height: 53px;
}
#PayoutMethodModal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
    z-index: 999999999;
    background: transparent;
    min-width: 70%;
}
#PayoutMethodModal .modal-dialog .modal-content {
    background: #FAFBFB 0 0 no-repeat padding-box;
    box-shadow: 0 12px 22px #00000038;
    border-radius: 12px;
}
#PayoutMethodModal .modal-dialog .modal-content .modal-body {
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEEF7;
    border-radius: 10px;
}
#PayoutMethodModal {
    background: #0006;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
#ep_s_date span.pull-left.ep-event-sort-box-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ep-event-sort-box-outer{
    margin-right: -14px !important;
}
div#ep_comments {
    margin-bottom: 30px;
}
@media screen and (max-width: 380px) {
    .listing-second-view .post-meta-right-box .post-stat {
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .ep-event-detail-sidebar .listing-second-view .post-meta-right-box .post-stat > li > a.ep-event-save-btn {
        margin-left: -12px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 991px) {
    .mp-form-group {
        margin-bottom: 15px;
    }
    .mp-form-group > input {
        width: calc(100%) !important;
    }
    .lp_mp_earnings_dashboard_transaction_filters {
        flex: none;
    }
    .lp_mp_earnings_dashboard_withdrawal_method_text > h6 > a {
        display: block;
        text-align: left;
        margin: 5px 0;
    }
}
@media screen and (max-width: 359px) {
    .ep-video-badge {
        margin: 15px 0 -15px 0;
    }
}
@media screen and (max-width: 480px) {
    .ep-single-listing .ep-single-listing-gallery {
        min-height: 292px;
    }

    .ep-single-listing ul.ep-single-listing-tabs {
        display: none;
    }

    .ep-single-listing #ep-single-listing-section-details h3 {
        margin: 5px 0 20px 0;
    }

    .ep-single-listing #ep-single-listing-section-details {
        margin: 0 0 10px 0;
    }

    .ep-single-listing .ep-single-listing-sidebar-join {
        padding: 20px 30px 0 30px;
        margin: 0 0 10px 0;
    }

    div#ep-single-listing-section-groups {
        margin-bottom: 5px;
    }

    .lp-content-before-after .lp-listing-expire-section p {
        margin-left: 14px;
    }

    .ep-archive-banner-contianer {
        height: 500px !important;
    }
    .pull-left {
        position: relative;
    }
    .pull-left a.ep-reset {
        position: absolute;
        bottom: 0;
        right: -110px;
    }
    a.ep-event-list.pull-left,
    a.ep-event-grid.pull-right {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .ep-single-listing:before {
        height: 320px;
    }
    .ep-single-listing .ep-single-listing-gallery {
        min-height: 235px !important;
    }
}
@media screen and (max-width: 313px) {
    .ep-single-listing .ep-single-listing-title-share {
        display: block;
    }
    .ep-single-listing .ep-single-listing-title-share h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .ep-archive-search-container {
        display: block;
    }

    .lp-content-before-after .clearfix {
        text-align: left;
        margin-left: 12px;
    }

    .lp-listing-expire-section p {
        margin-left: 12px;
    }
    .listing-second-view .post-meta-right-box .post-stat {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1200px) {
    .ep-event-sort-box-outer {
        margin: 25px 0;
    }

    #ep_s_date {
        padding: 15px 15px 15px 30px;
        margin-top: 20px;
    }
}

/* event archive page: hover was not working in list */
.ep-event-list-loc a:hover {
    color: #C73048;
}

@media screen and (max-width: 500px) {
    html,
    body
    {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    #ep_s_date {
        margin-top: 0;
    }
}
.ep-single-listing-gallery-single-slider-slide.slick-slide.slick-current.slick-active {
    border-radius: 16px !important;
}




#event-recurrence {
    display: none;
}
.event-recurrence {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 15px;
    max-width: 70%;
}
.event-recurrence #event-date-r-p {
    min-width: 180px;
}
.event-recurrence label {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
}
#ep-view-all-recurrence {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000066;
    z-index: 99;
}
#ep-view-all-recurrence .ep-view-all-recurrence-content {
    background: var(--ep-pp-color);
    box-shadow: 0 10px 44px #c7c0dd33;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    min-width: 430px;
    max-height: 650px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#ep-view-all-recurrence .ep-view-all-recurrence-content::-webkit-scrollbar {
    display: none;
}
#ep-view-all-recurrence .ep-view-all-recurrence-content a:last-child .ep-event-sidebar-text {
    margin-bottom: 0;
}
#ep-view-all-recurrence .ep-view-all-recurrence-content a.ep-active * {
    font-weight: bold;
}
.ep-hide-all-recurrence-content {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px;
    color: #4D6B81;
    cursor: pointer;
}
.eventpro .ep-menubar .ep-user-menu ul.lp-user-menu.list-style-none {
    margin-top: 6px;
}
.post-meta-right-box.ep-event-detail-sidebar-lower.lp_older_style a.ep-event-save-btn {
    padding: 7px 12px;
    width: 100% !important;
    color: white !important;
    border: 1px solid white;
    margin-top: 11px;
}
.post-meta-right-box.ep-event-detail-sidebar-lower.lp_older_style {
    width: auto !important;
    float: right;
}
.author-tab-content .author-inner-content-wrap .col-md-4 {
    width: 50% !important;
}
.author-tab-content .author-inner-content-wrap .ep-event-single-card {
    min-height: 550px;
}
.ep-event-sidebar-container {
    margin-top: -180px;
    z-index: 2 !important;
}
.ep-detail-top-content-outer {
    z-index: 2 !important;
}
.lp-header-full-width .lp-add-listing-btn ul li{
    display: none;
}

.lp-contact-support-outer {
    display: none;
}