/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Column */
.column {
    display: inline-block;
    float: left;
}

.column-1 {
    width: 100%;
}

.column-2 {
    width: 50%;
}

.column-3 {
    width: 33.33333%;
}

.column-2of3 {
    width: 66.66667%;
}

.column-4 {
    width: 25%;
}

.column-5 {
    width: 20%;
}

.column-25 {
    width: 25%;
}

.column-75 {
    width: 75%;
}

.column-40 {
    width: 40%;
}

.column-60 {
    width: 60%;
}

.column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
}

.wp-user-form-custom {
    /*background-color: #297180;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-user-form-custom.register {
    align-items: unset;
}

.mondok_user_form {
    max-width: 650px;
    width: 650px;
    float: right;
    display: flex;
    justify-content: center;
    /*background-color: #297180;*/
    position: relative;
}

.wp-user-form-custom .login-images {
    min-height: calc(100vh - 180px);
}

.wp-user-form-custom .page-title-log {
    padding-top: 50px;
    padding-left: 100px;
}

.wp-user-form-custom .page-title-log h1 {
    font-size: 8.4vh;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
}

.mondok_user_form.login {}

.mondok_user_form:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.mondok_user_form form {
    display: flex;
    justify-content: center;
    width: 100%;
}

.mondok-form-inner .two-column {
    display: flex;
    column-gap: 15px;
}

.mondok-form-inner .two-column p {
    flex: 2 2 100%;
}

.mondok_user_form .mondok-form-inner {
    align-self: center;
    width: 70%;
    z-index: 2;
    margin-left: auto;
    margin-right: 100px;
}

.mondok_user_form .mondok-form-inner p {
    margin-bottom: 0;
}

.login-label {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    color: #000000;
}

.login-label .mandatory {
    color: #bc0a0a;
}

.mondok_user_form .mondok-form-inner input {
    width: 100%;
    height: 38px;
    background: #f4f4f4;
    box-shadow: none;
    outline: none;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 0 20px;
    color: #0b0b0b;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.mondok_user_form label.remember-me {
    font-size: 18px;
    text-decoration: underline;
}

p.forgetmenot.float-right a {
    color: #9F7853;
    font-size: 18px;
    text-decoration: underline !important;
}

.mondok_user_form .mondok-form-inner input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dddddd;
    opacity: 1;
    /* Firefox */
}

.mondok_user_form .mondok-form-inner input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dddddd;
}

.mondok_user_form .mondok-form-inner input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #dddddd;
}

.mondok-form-inner .login-button {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: center;
}

.orlogin {
    margin: 0 10px;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    text-transform: lowercase;
    color: #000000;
}

.inner-login {
    display: flex;
    justify-content: space-around;
}

.inner-login span {
    font-size: 25px;
}

.inner-login .button-basic {
    padding: 10px 60px;
}

.log-btn {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000 !important;
    cursor: pointer;
    font-family: Josefin Sans;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom-right-radius: 34px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #EAEAEA;
    padding: 10px 3em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.active-log .log-btn {
    color: #ffffff !important;
    background: #9F7853;
}

.log-btn:hover {
    color: #ffffff !important;
    background-color: #9F7853;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.active-log .log-btn:hover {
    color: #ffffff !important;
    background: #9F7853;
}

.mondok_user_form .mondok-form-inner input#rememberme {
    height: 15px;
    width: 15px;
    border-radius: 3px;
}

.mondok_user_form .mondok-form-inner input#mondok_login_submit {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    font-family: "Josefin Sans";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom-right-radius: 34px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #9F7853;
    padding: 15px 0;
    height: auto;
}

.mondok_user_form .mondok-form-inner input#mondok_login_submit:hover {
    background: #4c4ea0;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mondok_user_form .mondok-form-inner input#mondok_login_submit~span {
    text-align: center;
    display: block;
    font-size: 1.3rem;
}

.mondok_user_form .mondok-form-inner label.form-sign {
    font-size: 20px;
}

.mondok_user_form input#mondok_login_submit_google {
    border-bottom-right-radius: 34px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #eaeaea
}

.mondok_user_form input#mondok_login_submit_google:before {
    position: absolute;
    background-image: url(../../assets/google-logo.png);
    content: '';
}


/* add video */

.video-inner-wrap {
    max-width: 90%;
    margin: 40px auto;
}

.video-inner-wrap .video-upload-content {
    background-color: #17191a;
    padding: 2% 3%;
    border-radius: 25px;
}

.video-upload-content .form-control {
    height: 50px;
    border-radius: 10px;
    outline: none;
}

.button-back {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.button-back i {
    margin-right: 10px;
}

.form-page .form-group.on-mobile-show {
    display: none;
}

#feat_thumb_mobile {
    display: none;
}

table.dataTable>tbody>tr.child ul {
    width: 100%;
}

table.dataTable>tbody>tr.child ul li {
    border-bottom: 1px solid #343a3e!important;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #343a3e!important;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #343a3e00!important;
}

.mondok-room-filter.room-filter-style2 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px 10px;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.hero-room-search-item {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.hero-room-search-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #EEEEEE;
}

.hero-room-search-item:nth-child(5)::before,
.hero-room-search-item:last-child:before {
    width: 0;
}

.hero-room-search-item:last-child:after {
    content: "";
} 

.hero-room-search-item h5 {
    position: relative;
    font-family: 'Lexend';
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}

.hero-room-search-item h5::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    color: #000000;
}

.selected-option {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
}

.check-in-input,
.check-out-input {
    position: absolute;
    left: 20px;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
}

.select-list {
    margin: 0;
    list-style: none;
    position: absolute;
    width: calc(100% - 30px);
    top: 100%;
    left: 45px;
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.select-list.room.show,
.select-list.adult.show,
.select-list.child.show {
    opacity: 1;
    pointer-events: auto;
}

.select-list li {
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-list li:hover {
    color: #FCBC58;
}

.room-filter-style2 .room-filter-btn {
    display: inline-block;
    font-family: 'Quicksand';
    padding: 0 35px 0 52px;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    background-color: #FCBC58;
    background-image: url('../images/Search.png');
    background-repeat: no-repeat;
    background-position: 20% 50%;
    color: #000000;
    text-transform: capitalize;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 0;
    transition: 0.3s all ease;
}

.room-filter-style2 .room-filter-btn:hover {
    background-color: #f5a220;
}

.hero-room-search-item .daterangepicker {
    position: absolute;
    width: auto !important;
    border: 1px solid #ddd !important;
    padding: 0 !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.hero-room-search-item .daterangepicker:before {
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.hero-room-search-item .daterangepicker:after {
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.hero-room-search-item .daterangepicker .calendar-table th.prev,
.hero-room-search-item .daterangepicker .calendar-table th.next {
    width: 21px !important;
    height: 21px !important;
    border: none !important;
    background: #FFFFFF !important;
}

.hero-room-search-item .daterangepicker .calendar-table th.prev span,
.hero-room-search-item .daterangepicker .calendar-table th.next span {
    position: relative;
    border: none !important;
    border-width: 0 !important;
    padding: 0;
    width: 21px;
    height: 21px;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
}

.hero-room-search-item .daterangepicker .calendar-table th.prev span::before,
.hero-room-search-item .daterangepicker .calendar-table th.next span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #000000;
    display: inline-block;
    padding: 2px;
    border-width: 0 1px 1px 0;
    transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50% ) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
}

.hero-room-search-item .daterangepicker .calendar-table th.next span::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.hero-room-search-item .daterangepicker .calendar-table th,
.hero-room-search-item .daterangepicker .calendar-table td {
    font-family: 'Lexend';
    font-weight: 700;
    line-height: 30px !important;
    color: #000000;
    padding: 0 !important;
    border-bottom: 0 !important;
}

.hero-room-search-item .daterangepicker .calendar-table td.off {
    color: #A0A0A0;
}

.hero-room-search-item .daterangepicker .calendar-table tr:last-child th {
    color: #A0A0A0;
}

.hero-room-search-item .daterangepicker .calendar-table .next span, 
.hero-room-search-item .daterangepicker .calendar-table .prev span {
    border-width: 0 1px 1px 0 !important;
}

.hero-room-search-item .daterangepicker .calendar-table th tr:first-child {
    margin-bottom: 9px;
}

.hero-room-search-item .daterangepicker td.active, 
.hero-room-search-item .daterangepicker td.active:hover {
    background-color: #FCBC58 !important;
    border-color: transparent !important;
    color: #000 !important;
    border-radius: 50% !important;
}

.hero-room-search-item .daterangepicker td.active::before,
.hero-room-search-item .daterangepicker td.active::after {
    display: none;
}

.hero-room-search-item .daterangepicker td.start-date.end-date {
    border-radius: 50% !important;
}

.hero-room-search-item .daterangepicker .drp-buttons .btn {
    display: inline-block;
    font-family: 'Quicksand';
    font-weight: 600 !important;
    background: #FCBC58;
    border-radius: 25px;
    padding: 4px 12px !important;
    color: #000000;
    text-transform: capitalize;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 0.3s all ease;
}

.hero-room-search-item .daterangepicker .drp-buttons .btn {
    background: #FCBC58;
}

@media (min-width: 1023px) {
    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .mondok_user_form {
        padding: 100px 0;
    }
    .mondok_user_form.login {
        padding: 0 0;
    }
}

@media (min-width: 1650px) {
    .mondok_user_form {}
    .login-images img {}
}

@media (max-width: 1024px) {
    .form-page .hide-for-mobile {
        display: none;
    }
    .form-page .form-group.on-mobile-show {
        display: block;
    }
    .tables-videos .the-video {
        padding-left: 25px;
    }
}

@media (max-width: 780px) {
    .mondok-room-filter.room-filter-style2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 30px;
        padding: 25px 40px 25px 10px;
    }

    .hero-room-search-item form {
        text-align: right;
    }
}

@media (max-width: 640px) {
    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: inherit!important;
    }

    .mondok-room-filter.room-filter-style2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 25px;
    }
}

@media (max-width: 480px) {
    .mondok-room-filter.room-filter-style2 {
        padding: 25px 25px 25px 0;
    }

    .hero-room-search-item::before {
        display: none;
    }

    .hero-room-search-item {
        padding-left: 25px;
    }
}

@media (max-width: 375px) {
    .mondok-room-filter.room-filter-style2 {
        padding: 25px 20px 25px 0;
    }

    .hero-room-search-item {
        padding-left: 20px;
    }
}

.progress {
    display: none;
    position: relative;
    width: 100%;
    border: 1px solid #2a2f32;
    padding: 5px;
    border-radius: 50px;
    box-sizing: border-box;
    margin-top: 20px;
    overflow: hidden;
}

.progress:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    height: 8px;
    background: #353a3e;
    z-index: 0;
    border-radius: 50px;
}

.bar {
    background-color: #297080;
    width: 0%;
    height: 8px;
    border-radius: 193px;
    position: relative;
    z-index: 2;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    z-index: 2;
}

.tags-input {
    border: 1px solid #333;
    display: inline-block;
}

.tags-input .tag {
    font-size: 85%;
    padding: 0.5em 0.75em;
    margin: 0.25em 0.1em;
    display: inline-block;
    background-color: #ddd;
    transition: all 0.1s linear;
    cursor: pointer;
}

.tags-input .tag:hover {
    background-color: #3af;
    color: white;
}

.tags-input .tag .close::after {
    content: '×';
    font-weight: bold;
    display: inline-block;
    transform: scale(1.4);
    margin-left: 0.75em;
}

.tags-input .tag .close:hover::after {
    color: red;
}

.tags-input .main-input {
    border: 0;
    outline: 0;
    padding: 0.5em 0.1em;
}

.filename {
    display: block;
    font-size: 70%;
    margin-top: 7px;
}

.filename span {
    display: inline-block;
    padding: 5px 15px;
    padding-right: 15px;
    background: #297080;
    border-radius: 50px;
    vertical-align: middle;
}

.filename span:after {
    content: "×";
    font-weight: bold;
    display: inline-block;
    transform: scale(1.4);
    margin-left: 0.75em;
    color: #151b1e;
    margin-top: 0px;
    vertical-align: middle;
    cursor: pointer;
}

span.info-form {
    font-size: 70%;
    color: #aaaaaa;
    font-style: italic;
}

.profile-page .profile-account .profile-author {
    width: 100%;
}

.profile-page .profile-account .profile-author .name-user~span {
    display: block;
    width: 80%;
}

.profile-page .profile-account .social-author {
    margin-top: 20px;
}

.profile-page .profile-account .social-author ul {
    padding-left: 0;
}

.profile-page .profile-account .social-author ul li {
    display: inline-block;
    margin-right: 15px;
}

.profile-page .profile-account .social-author ul li:last-child {
    margin-right: 0;
}

.profile-page .profile-account .social-author ul li a {
    position: unset;
    background-color: transparent;
    padding: 0;
    font-size: 20px;
}

.profile-page .profile-account .social-author ul li a:hover {
    color: #595edc;
}

.video-view-info {
    margin-top: 10px;
    color: #a9a9a9;
    display: flex;
}

.video-view-info i {
    margin-right: 5px;
}

.tables-videos .the-video .video-view-info span {
    font-size: 1.2rem;
}

.video-view-info .video-view-table {
    margin-right: 20px;
}

.content-wrapper.form-page.modal {
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-wrapper.form-page.modal .container-form {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 70px 0;
}

.page-header-form-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 2px solid #232527;
    margin: -30px -20px 30px;
}

.form-page .page-header-form-modal .page-title {
    margin-bottom: 0;
}

.page-header-form-modal a.close-modal {
    display: flex;
    width: 35px;
    height: 35px;
    position: relative;
}

.page-header-form-modal .close-modal span {
    position: absolute;
    right: 17px;
    width: 2px;
    height: 35px;
    background: #fff;
    transform: rotateZ(45deg);
}

.page-header-form-modal .close-modal span:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 2px;
    height: 35px;
    background: #fff;
    transform: rotateZ(90deg);
}

.video-wrap.ele span.vcard {
    display: block;
}

.edit-profile-page .form-page .form-group:last-child {
    margin: 0!important;
    padding: 0;
    border-top: 0;
    margin-bottom: 15px!important;
}

.content-wrapper.my-video {
    padding-bottom: 0;
}

.video-wrap.style-3 .inner-img-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 70%;
    padding: 0 5.3% 5.3%;
    z-index: 1;
}

.swiper-slide.client-content {
    text-align: center;
}

.video-wrap.style-3 .video-item h1 a {
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
}

.video-wrap.style-3 .video-item h1 {
    margin-bottom: 20px;
}

.video-wrap.style-3 span.vcard a {
    font-size: 24px;
}

.video-wrap.style-3 .excerpt-video {
    margin-bottom: 20px;
}

.author-wrapper-vid {
    display: flex;
    align-items: center;
}

.video-wrap.style-3 .author-wrapper-vid span.vcard a {
    margin-left: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
}

.video-wrap.style-3 .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 10px 5px 100px 80px #000;
}

.video-wrap.style-3 .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 20px 70px 126px #151515;
}

.author-wrapper-vid .author-ava img {
    border-radius: 50%;
    width: 50px;
    object-fit: cover;
}

.client-outer-wrap {
    position: relative;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none!important;
}

.overlay-hero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.client-wrap.swiper-container.has-pagination {
    padding-bottom: 40px;
}

.client-wrap .swiper-pagination-bullet {
    background: #929292;
    width: 10px;
    height: 10px;
}

.client-wrap .swiper-button-prev,
.client-wrap .swiper-container-rtl .swiper-button-next {
    background-image: none;
    color: #a2a2a2;
}

.client-wrap .swiper-button-next,
.client-wrap .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    color: #a2a2a2;
}

.client-wrap .swiper-button-next,
.client-wrap .swiper-button-prev {
    top: calc(50% - 20px);
}

.team-inner-block {
    position: relative;
    line-height: 0;
}

.team-details {
    position: absolute;
    top: auto;
    background-color: #000;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    padding: 6% 8%;
    opacity: 1;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.team-name {
    text-transform: uppercase;
    margin-bottom: 5px
}

.team-details ul {
    list-style: none;
    padding: 0;
}

.team-details ul li {
    display: inline-block;
    margin-right: 10px
}

.team-block-inner .inner-team-details {
    top: auto;
    position: absolute;
    left: 20px;
    right: 20px;
    padding: 20px 30px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

.team-bio,
.team-bio p {
    color: #fff
}

.team-block-section .team-block .team-inner-block img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.team-job {
    margin-bottom: 0;
}

#sign-in-with-google {
    width: 100%;
    height: 50px;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 25px;
    background: #ffffff;
    color: #121315;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sign-in-with-google img {
    margin-right: 10px;
    width: 24px;
}

.sidebar-recent-vid .video-item .post-image {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-recent-vid .video-item .post-image img {
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.sidebar-recent-vid .video-item .post-image .author-ava {
    position: absolute;
    bottom: -25px;
    left: 25px;
}

.sidebar-recent-vid .video-item .post-image .author-ava img {
    height: auto;
    border-radius: 100%;
    width: 50px;
}

.sidebar-recent-vid .video-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar-recent-vid .video-meta {
    display: flex;
}

.sidebar-recent-vid .video-meta .total-view {
    position: relative;
    padding-right: 14px;
    margin-right: 10px;
}

.sidebar-recent-vid .video-meta .total-view:after {
    content: '';
    position: absolute;
    right: 0;
    width: 3px;
    height: 3px;
    background: #ffffff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-recent-vid .author-name a {
    color: #a9a9a9;
}

.sidebar-trending-vid .video-item .post-image {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-trending-vid .video-item .post-image {
    max-width: 30%;
    width: 30%;
    margin-right: 20px;
    position: relative;
}

.sidebar-trending-vid .video-item .post-image i {
    z-index: 100;
    left: 50%;
    font-size: 12px;
    position: absolute;
    top: 0;
    margin: 0;
    background: #4c4fa0b5;
    padding: 10px 15px;
    border-radius: 10px;
    opacity: 0;
    transition: all .3s;
    transform: translate(-50%, 50%);
}

.sidebar-trending-vid .video-item .post-image:hover i {
    opacity: 1;
    transition: all .3s;
    color: #ffffff;
}

.sidebar-trending-vid .video-item .post-image img {
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
    width: 250px;
}

.sidebar-trending-vid .video-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar-trending-vid .author-name a {
    color: #a9a9a9;
}

.sidebar-trending-vid a:hover {
    color: #4c4fa0;
}

.sidebar-trending-vid .inner-post-vid {
    display: flex;
}

.sidebar-trending-vid .latest-video-content {
    width: 70%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #595edc!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #e06363!important;
}

.widget_mondok_video_creator .author-creator .creator-item span {
    color: #a9a9a9;
}

.prev-next-wrap {
    position: absolute;
    right: 80px;
    bottom: 140px;
    width: 160px;
    height: 100px;
}

.prev-next-wrap-inner {
    position: relative;
    height: 100%;
}

.author-wrapper-vid span.vcard {
    margin-bottom: 0!important;
}

.video-wrap.style-3 .meta-top a {
    color: #ffffff;
    font-size: 1.4rem;
    background-color: #595edc;
    padding: 5px 14px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.style-4.media-loop .post-wrap {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 0;
}

.style-4.media-loop .post-wrap .post-content {
    padding: 4% 4%;
    width: 40%;
}

.style-4.media-loop .post-thumb {
    padding: 0;
    position: relative;
    width: 60%;
}

.style-4.media-loop .post-content .post-author {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.style-4.media-loop .post-author img {
    width: 30px;
    float: left;
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}

.style-4.media-loop .post-content {
    position: relative;
    background-color: #333a3f;
    height: 250px;
    max-height: 250px;
    border-top-left-radius: 10px;
    z-index: 1;
    border-bottom-left-radius: 10px;
    box-shadow: -40px 10px 18px 64px #333a3f;
}

.style-4.media-loop span.views {
    position: relative;
    padding-right: 5px;
    margin-right: 15px;
}

.style-4.media-loop span.views:after {
    content: '';
    position: absolute;
    background: #fff;
    right: -9px;
    bottom: 7px;
    width: 5px;
    border-radius: 50%;
    height: 5px;
}

.style-4.media-loop .post-thumb img {
    padding: 0;
    height: 250px;
    max-height: 250px;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    object-fit: cover;
}

.video-wrap.style-4 .swiper-button-next,
.video-wrap.style-4 .swiper-button-prev {
    width: unset;
    height: unset;
}

.video-wrap.style-4 .swiper-button-prev:after,
.video-wrap.style-4 .swiper-container-rtl .swiper-button-next:after,
.video-wrap.style-4 .swiper-button-next:after,
.video-wrap.style-4 .swiper-container-rtl .swiper-button-prev:after {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
}

.video-wrap.style-4 .swiper-pagination,
.video-wrap.style-5 .swiper-pagination {
    top: auto;
}

.video-wrap.style-4 .swiper-container-horizontal>.swiper-pagination-bullets,
.video-wrap.style-4 .swiper-pagination-custom,
.video-wrap.style-4 .swiper-pagination-fraction,
.video-wrap.style-5 .swiper-container-horizontal>.swiper-pagination-bullets,
.video-wrap.style-5 .swiper-pagination-custom,
.video-wrap.style-5 .swiper-pagination-fraction,
.video-wrap.style-5 .swiper-pagination {
    text-align: center;
}

.video-wrap.style-4 .swiper-slide a,
.video-wrap.style-5 .swiper-slide a {
    display: block;
}

.video-wrap.style-4 .swiper-slide a,
.video-wrap.style-4 .swiper-slide a:hover {
    color: #ffffff;
}

.video-wrap.style-4 .swiper-pagination,
.video-wrap.style-5 .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.style-5 .post-thumb .play-button-hover {
    line-height: 0;
}

.mondok-wrap-category .category-item .mondok-overlay:after {
    content: '';
    background-image: url(../../assets/plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.mondok-wrap-category .category-item:hover .mondok-overlay:after {
    content: '';
}

.elementor-widget-container .blog-item .post-content .author-wrap span,
.elementor-widget-container .blog-item .post-content .author-wrap a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.elementor-widget-container .blog-item:hover .post-content .author-wrap span,
.elementor-widget-container .blog-item:hover .post-content .author-wrap a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* PRODUCT LOOP */

.mondok-product-block .filters {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.mondok-product-block .filter-wrapper {
    margin-bottom: 45px;
}

.mondok-product-block .filters>li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.mondok-product-block .filters>li a {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.mondok-product-block .filters>li.activeFilter a,
.mondok-product-block .filters>li a:hover {
    color: #9F7853;
    font-weight: 700;
}

.mondok-product-block .filters>li:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #c4c4c4;
    border-radius: 50%;
}

.mondok-product-block .filters>li:last-child:after {
    display: none;
}

#infscr-loading {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.infinite-wrap,
#infscr-loading,
#infscr-loading img {
    text-align: center;
    margin: 0 auto;
}

.button-load-more #load-infinite-loop-grid11 {
    display: block;
    width: 100%;
    padding: 20px;
    font-weight: 700;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    appearance: none;
    font-family: Manrope;
    font-size: 14px;
    line-height: 19px;
}

.mondok-product-block .button-load-more {
    margin-top: 40px;
}

.mondok-product-block span.woocommerce-Price-amount.amount {
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.mondok-product-block .has-discount span.woocommerce-Price-amount.amount {
    font-weight: 400;
}

.mobile-filter {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-filter {
        display: block;
        margin-bottom: 20px;
    }
    .mondok-product-block #product-filter {
        max-height: 0;
        margin: 0;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .mondok-product-block #product-filter.show {
        max-height: 800px;
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .mondok-product-block .filters>li:after {
        display: none;
    }
    .mondok-product-block .filters>li.activeFilter a,
    .mondok-product-block .filters>li a:hover {
        font-weight: 400;
    }
}

#filter-icon {
    width: 60px;
    height: 52px;
    line-height: 68px;
    left: 0;
    position: relative;
    border: 0;
    outline: none;
    background: #222;
    cursor: pointer;
}

#filter-icon .bar {
    left: 18px;
    top: 20px;
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

#filter-icon .bar.bar-2 {
    top: 25px;
}

#filter-icon .bar.bar-3 {
    top: 25px;
}

#filter-icon .bar.bar-4 {
    top: 30px;
}

.button-load-more .navigation-paging {
    display: block;
}

.widget_mondok_socialbox a i {
    font-family: FontAwesome;
    font-weight: 400;
}

.widget_mondok_socialbox ul {
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding: 20px 60px;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0;
    border-radius: 20px;
    background-color: #ffffff;
}

.sidebar .widget_mondok_socialbox ul {
    width: 100%;
}

.widget_mondok_socialbox {
    margin-top: 40px;
}

.widget_mondok_socialbox ul li {
    display: inline-block;
    margin-right: 50px;
}

.widget_mondok_socialbox ul li a {
    display: flex;
    font-size: 22px;
    line-height: 22px;
    color: #000000!important;
    transition: all 0.3s ease;
}

.widget_mondok_socialbox ul li:last-child {
    margin-right: 0px;
}

.widget_mondok_socialbox ul li a:hover {
    color: #119e91!important;
}

.room-grid-wrap .room-slide-card .swiper-slide {
    display: block;
    opacity: 1;
}

.recent-news-item {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.recent-news-item:not(:last-child) {
    margin-bottom: 30px;
}

.recent-news-item .recent-blog-img a {
    display: flex;
    width: 60px;
    height: 60px;
}

.recent-news-item .recent-blog-img a img {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.blog-detail h5 {
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.blog-detail span {
    display: block;
    font-size: 12px;
    color: #ababab;
}

/* Popular Room Widget */
.popular-room-item {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.popular-room-item:not(:last-child) {
    margin-bottom: 30px;
}

.popular-room-item .popular-room-img-wrap a {
    display: flex;
    width: 60px;
    height: 60px;
}

.popular-room-item .popular-room-img-wrap a img {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.popular-room-detail h5 {
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.popular-room-detail span {
    display: block;
    font-size: 12px;
    color: #ababab;
}

.mondok-room-btn a {
    font-size: 16px;
    color: #119e91;
    font-weight: 600;
    font-family: "Quicksand";
    position: relative;
    z-index: 1;
    padding: 10px 20px;
}

.mondok-room-btn a::before {
    content: "";
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    top: 0px;
    background-color: #119e91;
    border-radius: 30px;
    z-index: -1;
    opacity: 0.2;
    transition: all .3s ease-in-out;
}

.mondok-room-btn a:hover {
    color: #ffffff;
}

.mondok-room-btn a:hover::before {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-in-out;
}