/**

* -------------------

* # Events

* -------------------

*/

.tpc-event-item .thumbnail {

    -webkit-transition: var(--edubin-transition);

    transition: var(--edubin-transition);

    position: relative;

}

.tpc-event-item .thumbnail a {

    display: block;

    border-radius: 5px 5px 0 0;

    position: relative;

    overflow: hidden;

}

.tpc-event-item .thumbnail a:after {

    content: "";

    height: 100%;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.5);

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    visibility: hidden;

    opacity: 0;

    -webkit-transition: var(--edubin-transition);

    transition: var(--edubin-transition);

}

.tpc-event-item .thumbnail a img {

    width: 100%;

    border-radius: 5px 5px 0 0;

    -webkit-transition: var(--edubin-transition);

    transition: var(--edubin-transition);

}

.tpc-event-item .thumbnail .event-time, .tpc-event-item .thumbnail .event-label {

    position: absolute;

    top: 30px;

    left: 30px;

}

.tpc-event-item .thumbnail .event-time span {

    background: var(--edubin-primary-color);

    border-radius: 3px;

    padding: 4px 15px;

    font-weight: 500;

    font-size: 14px;

    color: #fff;

    font-family: var(--edubin-font-secondary);

    display: block;

}

.tpc-event-item .thumbnail .event-label span {

    display: block;

    background: var(--edubin-primary-color);

    font-family: var(--edubin-font-secondary);

    font-size: 15px;

    border-radius: 3px;

    line-height: 1;

    padding: 7px 15px;

    font-weight: 400;

    color: #fff;

}

.tpc-event-item .thumbnail .event-time span i {

    margin-right: 5px;

    font-size: 14px;

    position: relative;

    top: 2px;

}

.tpc-event-item .content {

    background-color: #fff;

    position: relative;

    padding: 45px 30px 30px;

    border-radius: 0 0 5px 5px;

    box-shadow: none;

    -webkit-transition: var(--edubin-transition);

    transition: var(--edubin-transition);

}

.tpc-event-item .content:after {

    content: "";

    height: 10px;

    width: 100%;

    background-color: rgba(255, 91, 92, 0.3);

    border-radius: 0 0 5px 5px;

    position: absolute;

    bottom: -5px;

    left: 0;

    right: 0;

    z-index: -1;

    visibility: hidden;

    opacity: 0;

    -webkit-transition: var(--edubin-transition);

    transition: var(--edubin-transition);

}

.tpc-event-item .content .event-date {

    width: 70px;

    height: 70px;

    background: var(--edubin-primary-color);

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    top: -35px;

    right: 30px;

    z-index: 1;

    font-size: 16px;

    color: #fff;

    font-weight: 600;

}

.tpc-event-item .content .event-date span {

    display: inline-block;

    text-align: center;

    font-family: var(--edubin-font-secondary);

}

.tpc-event-item .content .event-date span.day {

    line-height: 1;

    margin-right: 2px;

}

.tpc-event-item .content .event-date span.month {

    line-height: 1;

    font-size: 14px;

    font-weight: 500;

}

.tpc-event-item .content .event-title {

    margin-bottom: 16px;

    font-size: 22px;

    font-weight: 700;

    line-height: 32px;

}

.tpc-event-item .content p {

    margin-bottom: 0;

}

.tpc-event-item .edubin-event-meta {

    margin-top: 15px;

    border-top: 1px solid #ebebeb;

    padding-top: 15px;

}

.tpc-event-item .edubin-event-meta span {

    font-size: 15px;

    font-style: inherit;

}

.tpc-event-item .edubin-event-meta span i {

    margin-right: 5px;

    font-size: 14px;

    color: var(--edubin-primary-color);

    position: relative;

    top: 3px;

}

.tpc-event-item:hover .thumbnail a:after {

    visibility: visible;

    opacity: 1;

}

.tpc-event-item:hover .thumbnail a img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);


    transform: scale(1.1);

}

/* ## Event 1 */



.tpc-event-item.tpc-event-style-2 {

    position: relative;

    overflow: hidden;

    background: #fff;

    transition: all 0.5s ease;

    box-shadow: 0 0 10px rgb(0 0 0 / 5%);

    border-radius: 10px;

    border: 1px solid #eee;

}

.edubin-event {

    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);

    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);

    padding: 65px;

    background-color: rgba(255, 255, 255, 0.95);

}

.edubin-event .event-title h3 {

    font-size: 40px;

    color: #23252a;

    padding-bottom: 15px;

    padding-top: 0;

    margin-bottom: 0;

}

.edubin-event .tpc-event-single-item {

    padding: 25px 0;

    border-bottom: 1px solid #cecece;

}

.edubin-event .tpc-event-single-item:first-child {

    padding-top: 0;

}

.edubin-event .tpc-event-single-item:last-child {

    border-bottom: 0;

    padding-bottom: 0;

}

.edubin-event .tpc-event-single-item .edubin-single-event span {

    font-size: 14px;

    color: #8a8a8a;

    font-weight: 500;

}

.edubin-event .tpc-event-single-item .edubin-single-event>span+span {

    margin-left: 15px;

}

.edubin-event .tpc-event-single-item span i {

    color: var(--edubin-primary-color);

    margin-right: 8px;

    font-size: 14px;

    vertical-align: middle;

    position: relative;

    top: 1px;

}

.edubin-event .tpc-event-single-item a {

    display: block;

}

.edubin-event .tpc-event-single-item h4 {

    padding-top: 8px;

    padding-bottom: 10px;

    margin-bottom: 0;

    color: #23252a;

    font-size: 24px;

    -webkit-transition: all 0.4s linear;

    transition: all 0.4s linear;

}

.edubin-event .tpc-event-single-item a h4 {

    padding-top: 8px;

    padding-bottom: 10px;

    margin-bottom: 0;

    color: #23252a;

    font-size: 24px;

    -webkit-transition: all 0.4s linear;

    transition: all 0.4s linear;

}

.edubin-event .tpc-event-single-item a:hover h4 {

    color: var(--edubin-primary-color);

}

/* ## Event 2 */



.tpc-event-item.tpc-event-style-2 {

    position: relative;

    box-shadow: var(--edubin-shadow-darkest);

}

/* ## Event 3 */



.tpc-event-item.tpc-event-style-3 .inner {

    display: flex;

    align-items: center;

    padding: 10px 20px;

    border: 1px solid #e1e1e1;

    border-radius: 10px;

}

.tpc-event-item.tpc-event-style-3 .content {

    padding: 0;

    margin-left: 35px;

}

.tpc-event-item.tpc-event-style-3 .content::after{

    display: none;

}

.tpc-event-item.tpc-event-style-3 .content .edubin-event-meta{

    border: 0;

    margin: 0;

    padding: 0;

}

.tpc-event-item.tpc-event-style-3 .content .edubin-event-meta .event-location{

    font-size: 14px;

}

.tpc-event-item.tpc-event-style-3 .content .event-title{

    font-size: 18px;

    line-height: 30px;

    margin-bottom: 0;

}

.tpc-event-item.tpc-event-style-3 .thumbnail {

    flex-shrink: 0;

}



.tpc-event-item .thumbnail a:after {

    display: none;

}

.tpc-event-item.tpc-event-style-3 .thumbnail a {

    border-radius: 100%;

}

.tpc-event-item.tpc-event-style-3 .thumbnail a img{

    border-radius: 100%;

    object-fit: cover;

    width: 120px;

    height: 120px;

}

.tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date {

    width: 50px;

    height: 50px;

    background: var(--edubin-primary-color);

    color: #ffffff;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    flex-direction: column;

    line-height: 1;

    position: absolute;

    top: 0;

    right: -15px;

}

.tpc-event-single-item:nth-child(4n+2) .tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date{

    background: #8e56ff;

}

.tpc-event-single-item:nth-child(4n+3) .tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date{

    background: #d31129;

}

.tpc-event-single-item:nth-child(4n+4) .tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date{

    background: #2ab48c;

}

.tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date span:first-child {

    font-size: 18px;

    line-height: 20px;

    font-weight: 700;

}

.tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date span:last-child{

    font-size: 12px;

}

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

    .tpc-event-item.tpc-event-style-3 .inner{

        flex-direction: column;

        padding: 20px;

    }

    .tpc-event-item.tpc-event-style-3 .content {

        margin-left: 0;

        margin-top: 25px;

        width: 65%;

        text-align: center;

    }

}

/* === Event Single Page ==== */



.tpc-event-details .main-thumbnail {

    margin-bottom: 50px;

}

.tpc-event-details .intro-video-content {

    margin-bottom: 50px;

}

.tpc-event-details .main-thumbnail img {

    border-radius: 10px;

    max-height: 550px;

    object-fit: cover;

    width: 100%;

}

.tpc-list-style-1 {

    list-style-type: disc;

}

.tpc-list-style-2 li, .tpc-list-style-1 li {

    color: var(--edubin-heading-color);

}

.tpc-list-style-2 li {

    margin-top: 12px;

    margin-bottom: 12px;

}

.tpc-event-contact-list {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    margin: -10px -20px;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

.tpc-event-contact-list li {

    margin-right: 20px;

    margin-left: 20px;

    color: var(--edubin-heading-color);

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    position: relative;

}

.tpc-event-contact-list li:first-child {

    margin-left: 0;

}

.tpc-event-contact-list li i {

    padding-right: 10px;

    font-size: 20px;

    color: var(--edubin-primary-color);

}

.tpc-event-contact-list li:after {

    content: "";

    height: 19px;

    width: 1px;

    background-color: #dbdbdb;

    position: absolute;

    top: 4px;

    right: -20px;

}

.tpc-event-contact-list li:last-child:after {

    display: none;

}

.edubin-event-details-map {

    margin-top: 40px;

}

#edubin-event-contact-map {

    width: 100%;

    height: 370px;

    border-radius: 5px;

}

.tpc-event-sidebar {

    margin-bottom: 30px;

    border-radius: 5px;

    background: #fff;

    border: 1px solid #ededed;

    box-shadow: 0 0 30px rgb(0 0 0 / 5%);

}

.tpc-event-sidebar .entry-countdown {

    border-bottom: 1px solid #eee;

    padding-bottom: 20px;

    margin-bottom: 15px;

    margin-left: -10px;

}

.tpc-event-sidebar .content {

    padding: 30px 25px 40px;

}

.tpc-event-sidebar .event-meta {

    margin: 0 0 20px 0;

    padding: 0;

    list-style: none;

}

.tpc-event-sidebar .event-meta li {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    border-bottom: 1px solid var(--edubin-color-border);

    padding: 15px 0;

    margin: 0;

}

.tpc-event-sidebar .event-meta li .label {

    font-family: var(--edubin-font-secondary);

    margin-bottom: 5px;

    font-size: 16px;

}

.tpc-event-sidebar .event-meta li h5.label {

    margin-bottom: 0;

}

.tpc-event-sidebar .event-meta li .icon-wrap{

    -webkit-align-self: self-start;

    align-self: start;

}

.tpc-event-sidebar .event-meta li .icon-wrap i {

    font-size: 16px;

    line-height: 1;

    color: var(--edubin-primary-color);

    padding-right: 10px;

}

.tpc-event-sidebar .event-meta li .price {

    color: var(--edubin-primary-color-alt);

    font-weight: 700;

    font-size: 24px;

}

.tpc-event-sidebar .event-meta li:last-child {

    border-bottom: none;

}

.tpc-event-sidebar .event-meta .meta-wrap.price-meta {

    display: flex;

    justify-content: space-between;

    width: 100%;

    align-items: center;

}

.tpc-event-sidebar .content .edu-btn, .tpc-event-sidebar .content .login-redirect.edu-btn, .tpc-event-sidebar .content .event_auth_button.edu-btn {

    margin-top: 24px;

    margin-bottom: 20px;

    width: 100%;

    text-transform: inherit;

    letter-spacing: inherit;

}

.tpc-event-sidebar .content .login-redirect.edu-btn {

    margin-bottom: 6px;

}

.tpc-event-sidebar .content .event_auth_button.edu-btn:hover {

    background: var(--edubin-primary-color);

}

.tpc-event-sidebar .content .tpc-tp-event-login-msg {

    font-size: 14px;

    text-align: center;

    margin-bottom: 5px;

}

.tpc-event-sidebar .tp_event_counter {

    background-color: transparent;

    padding: 0;

    border: 0;

    display: inline-flex;

}

.tpc-event-sidebar .tp_event_counter .countdown-row {

    padding: 0;

}



.tpc-event-sidebar .countdown-section .countdown-amount {

    background: color-mix(in srgb, var(--edubin-primary-color) 5%, transparent);

    font-size: 20px;

    font-weight: var(--edubin-p-semi-bold);

    line-height: 1;

    margin-bottom: 10px;

    height: 75px;

    width: 75px;

    line-height: 75px;

    text-align: center;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    color: var(--edubin-heading-color);

    border: 2px solid var(--edubin-primary-color);

    box-shadow: 0 0 30px rgb(0 0 0 / 5%);

}

.tpc-event-sidebar .countdown-section .countdown-period {

    line-height: 1;

    font-size: 15px;

    font-weight: var(--edubin-p-medium);

    color: var(--edubin-color-body);

    text-align: center;

    margin-left: 12px;

}

.tpc-event-sidebar .tp-event-notice {

    margin-bottom: 1em !important;

}

.tpc-event-speaker-section {

    margin-top: 70px;

}

.tpc-event-speaker-section .heading-title {

    margin-bottom: 30px;

}

.tpc-event-contaner-wrapper .tpc_gmap_canvas {

    height: 370px;

    width: 100%;

    border-radius: 5px;

    margin-top: 40px;

}

.tpc-tp-event-register-popup h2 {

    font-size: 20px;

}

#event-lightbox.event-fade {

    padding: 30px;

    border-radius: 5px;

}

#event-lightbox.event-fade input#event_register_qty {

    width: 100%;

}

#event-lightbox .edu-btn.btn-medium {

    text-transform: inherit;

    letter-spacing: inherit;

    width: 100%;

}

#event-lightbox .edu-btn.btn-medium:hover {

    background: var(--edubin-primary-color);

}

#event-lightbox .event_auth_payment_methods label {

    margin-left: 10px;

}

.tpc-tp-user-login-page .edubin-single-page {

    max-width: 700px;

    margin: 0 auto;

    text-align: center;

}

.tpc-tp-user-login-page .event-auth-form label {

    color: var(--edubin-heading-color);

    font-weight: 400 !important;

}

.tpc-tp-user-login-page .event-auth-form input[type="text"], .tpc-tp-user-login-page .event-auth-form input[type="email"], .tpc-tp-user-login-page .event-auth-form input[type="password"] {

    border-bottom: 1px solid var(--edubin-color-border) !important;

    width: 100%;

    border-radius: 5px;

    height: 60px;

}

.tpc-tp-user-login-page .event-auth-form .form-row.has-error input {

    border-color: var(--edubin-color-border);

}

.tpc-tp-user-login-page .event-auth-form input[type="text"]:focus, .tpc-tp-user-login-page .event-auth-form input[type="password"]:focus {

    border-color: var(--edubin-primary-color);

}

.tpc-tp-user-login-page .event-auth-form input[type="submit"] {

    font-size: 16px;

    font-weight: 600;

    height: 50px;

    line-height: 50px;

    padding-left: 60px;

    padding-right: 60px;

}

.tpc-tp-user-login-page .event-wrapper-shortcode.forgot-password label {

    display: block;

    text-align: left;

}

.tpc-tp-user-login-page .event-wrapper-shortcode.forgot-password label::after {

    display: none !important;

}

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

    .tpc-event-details .main-thumbnail {

        margin-bottom: 40px;

    }

    #event-lightbox {

        max-width: 100%;

        width: 100%;

    }

}



.event-wrapper-shortcode.user-login {

    max-width: 520px;

    margin: 0 auto;

    padding: 40px;

    box-shadow: 0 0 15px rgba(0, 0, 0, .1);

    border-radius: 5px;

}

.event-wrapper-shortcode.user-login .form-row input, .event-wrapper-shortcode.user-login .form-row input[type="text"], .event-wrapper-shortcode.user-login .form-row input[type="email"], .event-wrapper-shortcode.user-login .form-row input[type="checkbox"], .event-wrapper-shortcode.user-login .form-row input[type="number"], .event-wrapper-shortcode.user-login .form-row input[type="password"] {

    width: 100%;

}

.event-wrapper-shortcode.user-register {

    max-width: 520px;

    margin: 0 auto;

    padding: 40px;

    box-shadow: 0 0 15px rgba(0, 0, 0, .1);

    border-radius: 5px;

}

.event-wrapper-shortcode.user-register .form-row input, .event-wrapper-shortcode.user-register .form-row input[type="text"], .event-wrapper-shortcode.user-register .form-row input[type="email"], .event-wrapper-shortcode.user-register .form-row input[type="checkbox"], .event-wrapper-shortcode.user-register .form-row input[type="number"], .event-wrapper-shortcode.user-register .form-row input[type="password"]{

    width: 100%;

}