@charset "UTF-8";
* {
        box-sizing: border-box;
}
ol,
ol.no-list-style,
ul,
ul.no-list-style {
        list-style-type: none;
        padding: 0;
}
html {
        scroll-behavior: auto;
}
p {
        font-size: 14px;
        line-height: 22px;
}
a,
p {
        color: #242429;
}
a,
a:active,
a:focus,
a:hover {
        text-decoration: none;
        outline: none;
}
a:focus,
a:hover {
        color: var(--accent);
}
a:hover {
        cursor: pointer;
}
a[href*="tel:"] {
        color: #fff;
}
b,
strong {
        font-weight: 600;
}
body {
        background: #f4f4f4;
        color: #242429;
}
:root {
        --accent: #0080d7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
        font-weight: 500;
        color: #242429;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
        line-height: 1.25;
        font-weight: 600;
}
div,
dl,
input[type="reset"],
input[type="search"],
input[type="submit"],
li,
select,
textarea {
        border-radius: 0;
}
blockquote,
blockquote * {
        margin: 0 0 10px;
        border: none;
}
blockquote p {
        font-size: 14px;
        letter-spacing: 3px;
        font-weight: 600 !important;
        text-transform: uppercase;
        color: #242429;
        text-align: center;
}
blockquote p:before {
        content: "\e244";
        font-family: Material Icons;
        font-weight: 400;
        font-size: 50px;
        margin-bottom: 10px;
        display: block;
        opacity: 0.1;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
        padding-right: 10px;
        padding-left: 10px;
}
[data-toggle="collapse"] {
        cursor: pointer;
}
table {
        color: #484848;
}
button:focus {
        outline: none;
}
#c27-site-wrapper {
        background: #f4f4f4;
        z-index: 999;
        position: relative;
        min-height: 100vh;
}
body.admin-bar #c27-site-wrapper {
        min-height: calc(100vh - 32px);
}
.buttons {
        font-size: 13px;
        padding: 14px 40px;
        display: inline-block;
        transition: all 0.2s ease;
        overflow: hidden;
        border-radius: 5px;
        line-height: 16px;
        font-weight: 600;
}
.buttons i {
        font-size: 18px;
        margin-right: 5px;
        float: left;
        top: -2px;
}
.button-animated,
.buttons i {
        position: relative;
}
.button-animated i {
        position: absolute;
        right: 15px;
        top: 11px;
        transition: all 0.3s ease-in-out;
        font-size: 22px;
        opacity: 0;
}
.button-animated:hover i {
        opacity: 1;
        right: 5px;
        color: #fff;
}
.buttons:focus {
        outline: none;
}
.button-1 {
        color: var(--accent);
        border: none;
        background: #fff;
}
.button-1:hover {
        color: #fff;
        background: var(--accent);
}
.button-1:visited {
        color: var(--accent);
}
.button-1:visited:hover,
.button-2 {
        color: #fff;
        background: var(--accent);
}
.button-2 {
        border: none;
}
.button-2:hover {
        color: #fff;
        opacity: 0.9;
}
.button-2:visited {
        color: #fff;
}
.button-2:visited:hover {
        color: #fff;
        opacity: 0.9;
}
.button-2:focus {
        color: #fff;
}
.button-3 {
        color: var(--accent);
        border: 2px solid var(--accent);
        background: transparent;
        border-radius: 3px;
}
.button-3:hover {
        background: var(--accent);
        color: #fff;
}
.button-3:visited {
        color: var(--accent);
}
.button-3:visited:hover,
.button-4 {
        color: #fff;
}
.button-4 {
        border: 1px solid hsla(0, 0%, 100%, 0.5);
        background: transparent;
}
.button-4:hover {
        color: #fff;
        border: 1px solid hsla(0, 0%, 100%, 0.8);
}
.button-4:visited,
a.button-4:focus {
        color: #fff !important;
}
.button-4:visited:hover {
        color: #fff;
}
.button-5,
.button-5:visited {
        border: none;
        background: rgba(0, 0, 0, 0.03);
        color: #242429;
        border-radius: 5px;
        padding: 12px 30px;
}
.button-5:focus,
.button-5:hover,
.button-5:visited:hover {
        color: #242429;
        background: rgba(0, 0, 0, 0.05);
}
.button-6 {
        color: #fff;
        border: none;
        background: #242429;
}
.button-6:hover {
        color: #fff;
        background: var(--accent);
}
.button-6:visited {
        background: #242429;
}
.button-6:visited:hover {
        color: #fff;
        background: var(--accent);
}
.buttons.full-width {
        width: 100%;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
}
.buttons.small {
        padding: 8px 28px;
}
.buttons.medium {
        padding: 15px 18px;
        line-height: 17px;
        font-size: 12px;
        font-weight: 500;
}
.buttons.medium i {
        top: -1px;
}
.buttons.icon-only {
        text-align: center;
}
.buttons.icon-only i {
        margin-right: 0;
        float: none;
        top: 0;
}
.close-button i {
        margin-right: 0;
}
.center-flex {
        display: flex;
        justify-content: center;
        align-items: center;
}
.pagination {
        width: 100% !important;
}
.pagination .buttons {
        padding: 8px 13px;
        border: 1px solid;
        border-color: #d0d1d5;
        font-size: 12px;
        background-color: transparent;
        color: #484848;
        margin-top: 0;
        border-radius: 2px;
}
.pagination .buttons:hover {
        color: #fff;
        border-color: var(--accent);
        background: var(--accent);
}
.pagination .buttons.active,
.pagination .buttons.active:hover {
        border-color: #e5e5e5;
        background: #e5e5e5;
}
.pagination .buttons.active:hover {
        color: #484848;
}
.button-3,
.button-3.medium,
.button-4,
.button-4.medium {
        padding-top: 13px;
        padding-bottom: 13px;
}
.button-3.small,
.button-4.small {
        padding-top: 6px;
        padding-bottom: 6px;
}
.sm-icon {
        padding-right: 5px;
        font-size: 20px;
        width: auto;
        position: relative;
        top: -2px;
}
.avatar {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        overflow: hidden;
}
.avatar img {
        max-width: 100%;
}
input,
textarea {
        width: 100%;
        display: block;
        border: none;
        resize: none;
        line-height: 18px;
        background-color: transparent;
        padding: 14px 0;
        color: #242429;
        outline: none;
        font-size: 14px;
        border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
        transition: padding 0.25s ease-in-out;
}
::-webkit-input-placeholder {
        color: #1d1d23;
}
::-moz-placeholder {
        color: #1d1d23;
        opacity: 1;
}
:-ms-input-placeholder {
        color: #1d1d23;
}
:-moz-placeholder {
        color: #1d1d23;
        opacity: 1;
}
input:focus,
textarea:focus {
        border-color: var(--accent);
        backface-visibility: hidden;
}
input[type="checkbox"],
input[type="radio"] {
        width: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
        border-color: transparent;
        box-shadow: none;
}
input[type="checkbox"] {
        width: auto;
        display: inline-block;
        margin: 0;
        padding: 0;
}
label {
        color: #242429;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -4px;
        text-align: left;
}
label span.required {
        color: red;
}
input.upload-file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
}
label.upload-file-custom {
        cursor: pointer;
        float: none;
        display: inline-block;
        border: 1px solid #000;
}
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
        background-color: transparent !important;
        -webkit-box-shadow: inset 0 0 0 9999px #fff;
}
.text-gradient {
        display: inline-block;
        background: linear-gradient(270deg, #7dd2c7 0, #f04786);
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
}
.gradient1 {
        color: var(--accent);
        background: linear-gradient(270deg, #7dd2c7 0, #f04786);
}
.gradient2 {
        color: #00af9c;
        background: linear-gradient(270deg, #71d68b 0, #00af9c);
}
.gradient3 {
        color: #ff5f6d;
        background: linear-gradient(270deg, #ff5f6d 0, #ffc371);
}
.gradient4 {
        color: #eecda3;
        background: linear-gradient(270deg, #eecda3 0, #ef629f);
}
.gradient5 {
        color: #114357;
        background: linear-gradient(270deg, #114357 0, #f29492);
}
.gradient6 {
        color: #52edc7;
        background: linear-gradient(270deg, #52edc7 0, #f29492);
}
.gradient7 {
        color: #c644fc;
        background: linear-gradient(270deg, #c644fc 0, #5856d6);
}
.overlay {
        -webkit-backface-visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-color: #242429;
        transition: opacity 0.3s ease-in-out;
}
.i-section {
        padding-top: 60px;
        padding-bottom: 60px;
}
.listing-feed-2 {
        overflow: hidden;
}
.section-title {
        margin-bottom: 40px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
}
.section-title h2 {
        font-size: 26px;
        color: #242429;
        margin-bottom: 10px;
        margin-top: 0;
}
.section-title p {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
}
.featured-section {
        position: relative;
        background: transparent;
        color: #fff;
        background-size: cover;
        background-position: 50% 50%;
}
.sign-in-box .md-checkbox {
        height: auto;
        overflow: auto;
}
.sign-in-box .md-checkbox label {
        white-space: inherit;
        line-height: 20px;
        font-size: 14px;
}
.inside-date {
        display: flex;
}
.inside-date span.e-day {
        font-size: 20px;
        line-height: 20px;
}
.inside-date span.e-month {
        opacity: 0.9;
        text-transform: uppercase;
}
.lf-head span.e-month {
        font-size: 11px;
        line-height: 6px;
        margin-bottom: 0;
}
.rent-price.inside-rent-price {
        padding: 13px;
        margin-right: 0;
        display: flex;
        line-height: 23px;
        align-items: center;
}
.rent-price.inside-rent-price .value {
        font-weight: 600;
}
.lf-item {
        height: 230px;
        position: relative;
        overflow: hidden;
}
.lf-item-container {
        margin-bottom: 20px;
        -webkit-transform: translateZ(0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
}
.lf-item > a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        transition: all 0.3s ease-in-out;
}
.lf-item .overlay {
        z-index: 3;
        opacity: 0.5;
        backface-visibility: hidden;
}
.lf-item > a:hover .overlay {
        opacity: 0.7 !important;
}
.lf-background {
        background-position: 50%;
        height: 100%;
        width: 100%;
        background-size: cover;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
}
.owl-carousel .lf-background {
        height: 255px;
}
.lf-item-info {
        position: absolute;
        z-index: 5;
        bottom: 15px;
        left: 20px;
        color: #fff;
        right: 15px;
        overflow: hidden;
}
.lf-item-info > h4 {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 5px;
}
.lf-item-info > ul li i {
        float: left;
        width: auto !important;
        font-size: 18px;
        top: 0;
}
.lf-item-info > ul li {
        display: inline-flex;
        align-items: center;
        font-size: 13px;
        padding-right: 10px;
        padding-bottom: 7px;
        white-space: nowrap;
        max-width: 100%;
}
.lf-item-container .listing-details > ul,
.lf-item-info > ul {
        margin-bottom: 0;
        list-style-type: none;
        padding: 0;
}
.lf-item-container .listing-details > ul {
        float: left;
        width: 70%;
        position: absolute;
        left: 15px;
        max-width: 100%;
}
.lf-item-container .event-host > a {
        width: 100% !important;
        display: flex;
        align-items: center;
        float: left;
}
.lf-item-container .ld-info {
        position: absolute;
        right: 15px;
        width: auto !important;
}
.lf-item-container .listing-details > ul > li:first-child {
        max-width: calc(80% - 12px);
        margin-right: 10px;
}
.lf-item-container .listing-details > ul > li {
        position: relative;
}
.listing-details > ul > li {
        float: left;
        white-space: nowrap;
        overflow: hidden;
}
.listing-details li:last-of-type {
        overflow: visible;
}
.cat-icon {
        background: transparent;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: block;
        text-align: center;
        padding-top: 6px;
        margin-right: 5px;
        background: #b4b4c1;
        overflow: hidden;
}
.listing-details .category-name {
        color: #242429;
        font-size: 14px;
        text-overflow: ellipsis;
        font-weight: 400;
        overflow: hidden;
}
.c27-footer-section.listing-details > ul > li > a {
        display: flex;
        align-items: center;
}
.cat-icon i {
        font-size: 20px;
        color: #fff;
}
.cat-icon .lt-icon-image {
        width: 75%;
        height: auto;
        padding: 2px;
}
.listing-details .cat-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 10px;
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
}
.lf-item-container .listing-details .cat-icon .image-icon img {
        margin: 0;
        border: none;
}
.lf-item-container .listing-details .cat-icon i {
        font-size: 18px;
}
.listing-details .cat-icon {
        transition: opacity 0.2s ease-in-out;
}
.listing-details .cat-icon:hover {
        opacity: 0.8;
}
.ld-info {
        float: right;
        width: 30%;
}
.ld-info ul {
        margin-bottom: 0;
        list-style-type: none;
        padding: 0;
}
.ld-info ul li {
        float: left;
        margin-left: 7px;
}
.compare-row .c27-bookmark-button,
.ld-info ul li a {
        width: 32px;
        height: 32px;
        display: block;
        border-radius: 50%;
        background: #f8f8f8;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.ld-info ul li > a:focus {
        color: #484848;
}
.ld-info ul li > a:hover {
        color: var(--accent);
}
.ld-info ul li i {
        font-size: 18px;
        color: #555558;
}
.listing-preview .listing-details.actions .ld-info {
        width: auto !important;
        right: auto !important;
}
.listing-preview .listing-details.actions .ld-info ul li:first-child {
        margin-left: 0;
}
.listing-preview.lf-type-2 .c27-footer-empty {
        width: 100%;
        height: 15px;
        background: #fff;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top: none;
}
.cat-more {
        background-color: #fff;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        border: none;
        background: #f4f4f4;
        margin-right: 0 !important;
}
.lf-head {
        position: absolute;
        top: 20px;
        left: 20px;
        flex-wrap: wrap;
        gap: 5px;
}
.lf-head,
.lf-head-btn {
        z-index: 4;
        display: flex;
}
.lf-head-btn {
        position: relative;
        font-weight: 400;
        font-size: 13px;
        padding: 0 7px;
        align-items: center;
        color: #fff;
        background: transparent;
        border: 1.5px solid hsla(0, 0%, 100%, 0.3);
        border-radius: 5px;
        line-height: 17px;
        height: 32px;
}
.lf-head-btn a {
        color: #fff;
}
.open {
        color: #179a6b;
}
.closed {
        color: #d44646;
}
.event-date {
        font-size: 12px;
        height: auto;
        padding: 8px 7px;
}
span.e-month {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 1px;
        opacity: 0.5;
        text-transform: uppercase;
}
span.e-day,
span.e-month {
        display: block;
        text-align: center;
}
span.e-day {
        font-size: 15px;
        line-height: 19px;
}
.listing-rating .value {
        font-size: 13px;
}
.out-of {
        font-size: 10px;
        text-transform: uppercase;
        position: relative;
        opacity: 0.8;
        font-family: Helvetica, Arial, sans-serif;
}
sub.out-of {
        top: auto !important;
        bottom: 0;
}
.event-date span.e-month {
        padding-right: 5px;
        font-size: 13px;
        line-height: 17px;
}
.event-date span.e-day {
        float: right;
        line-height: 17px;
        font-size: 13px;
        font-weight: 600;
}
.center-button {
        text-align: center;
        clear: both;
}
.center-button a {
        margin-top: 35px;
}
.c27-owl-nav .owl-nav {
        text-align: center;
        margin-top: 10px;
}
.c27-owl-nav .owl-nav > div {
        display: inline-block;
}
.c27-owl-nav .owl-nav > div > div {
        width: 35px;
        height: 35px;
        color: #555558;
        background: #f4f4f4;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.15s ease-in-out;
        margin-left: 2px;
        margin-right: 2px;
}
.c27-owl-nav .owl-nav > div > div:hover {
        background: var(--accent);
        color: #fff;
        border-color: #fff;
}
.c27-owl-nav .owl-nav > div > div i {
        font-size: 18px;
}
.lf-type-2 .lf-item {
        height: 250px;
        -webkit-backface-visibility: hidden;
        transform: translateZ(0);
}
.lf-type-2 .lf-item-info-2 {
        color: #242429;
        background: #fff;
        left: 0;
        width: 100%;
        height: auto;
        padding: 15px 15px 1px;
        position: absolute;
        z-index: 9;
        transition: top 0.2s;
        -webkit-transform: translateZ(0);
        text-align: left;
}
.lf-avatar {
        width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 50%;
        z-index: 9;
        background-color: #fff;
        background-size: cover;
        background-position: 50%;
        position: absolute;
        top: -25px;
        left: 15px;
}
.lf-item-info-2 h4 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 4px;
        font-weight: 600;
}
.lf-item-default .lf-item-info {
        min-height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.no-info-fields .lf-item-default .lf-item-info {
        align-items: flex-start;
}
.lf-item-info-2 > ul.lf-contact {
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 4px;
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0;
}
.lf-item-info-2 > ul.lf-contact li {
        display: inline-flex;
        align-items: center;
        font-size: 13px;
        color: #242429;
        font-weight: 400;
        padding-right: 10px;
        white-space: nowrap;
}
.lf-item-info-2 > ul.lf-contact li:last-child {
        margin-bottom: 0;
}
.lf-item-info-2 > ul.lf-contact li i {
        float: left;
        width: auto !important;
        font-size: 18px;
        color: #a6a6ab;
        margin-top: 2px;
}
.lf-avatar img {
        width: 100%;
        height: auto;
}
.lf-item-info-2 h6 {
        color: #7e7e89;
        font-weight: 400;
        line-height: 20px;
        max-height: 36px;
        overflow: hidden;
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
}
.lf-item-container .event-host {
        width: 100%;
        height: 60px;
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
        border-top: none;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
}
.lf-item-container .event-host .host-name {
        line-height: 28px;
        color: #242429;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        max-width: calc(70% - 30px);
        display: inline-block;
        text-overflow: ellipsis;
}
.event-host .avatar {
        width: 30px;
        height: 30px;
}
.event-host .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover;
}
.lf-item-container .event-host .host-name i {
        color: #7e7e89;
        font-style: normal;
}
.zIndex {
        z-index: 11 !important;
}
.clusterDiv {
        background: var(--accent);
        border-radius: 50%;
        background-image: none !important;
        color: #fff !important;
        font-family: var(--e-global-typography-text-font-family), GlacialIndifference, sans-serif !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        height: 35px !important;
        width: 35px !important;
        border: 2px solid #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease-in-out;
        line-height: 32px !important;
}
.lf-item-container img.verified-listing {
        max-height: 18px;
        display: inline-block;
        position: relative;
        width: auto;
}
.listing-details-3 {
        padding: 0 !important;
        background: #fff;
        padding: 15px 20px 10px;
        position: relative;
}
.listing-details-3 ~ .listing-details {
        position: relative;
}
.listing-details-3 ul.details-list {
        margin-bottom: 0;
        flex-wrap: wrap;
        display: flex;
}
.listing-details-3 ul.details-list:after {
        content: "";
        display: table;
        clear: both;
}
.listing-details-3 ~ .listing-details:after {
        border-bottom-right-radius: 3px;
        background: #dfe0e4;
}
.listing-details-3 .details-list li {
        padding: 10px;
        width: 25%;
        white-space: nowrap;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
}
.listing-details-3 .details-list li:first-child:last-child {
        width: 100%;
}
.listing-details-3 .details-list li:first-child:nth-last-child(2),
.listing-details-3 .details-list li:first-child:nth-last-child(2) ~ li {
        width: 50%;
}
.listing-details-3 .details-list li:first-child:nth-last-child(3),
.listing-details-3 .details-list li:first-child:nth-last-child(3) ~ li {
        width: 33.3333%;
}
.listing-details-3 .details-list li i {
        font-size: 16px;
        border: none;
        margin-right: 0;
        color: #242429;
        margin-bottom: 5px;
        width: 100%;
        background: transparent;
}
.listing-details-3 .details-list li span {
        margin-top: 0;
        overflow: hidden;
        text-align: center;
        width: 100%;
        text-overflow: ellipsis;
}
.no-info-fields.no-logo .lf-item-default .lf-item-info {
        min-height: auto;
}
.no-info-fields .lf-item-default .lf-item-info > h4 {
        margin: 0;
}
.listing-details-3 .details-list li span a[href*="tel:"] {
        color: #565662;
}
.elementor-widget-sidebar .c_widget {
        margin-bottom: 15px !important;
}
.blogTitle h6 {
        float: left;
        color: #7d7d7d;
        margin-top: 0;
        font-weight: 400;
        font-size: 14px;
}
.blogTitle h6 a {
        text-decoration: none;
        color: #7d7d7d;
}
.blog-footer {
        margin: 30px 0;
}
body.home .blog-footer {
        display: none;
}
.contact-form textarea {
        height: 125px;
}
.listing-feed-carousel .owl-stage-outer {
        overflow: visible;
}
.datepicker-form-group i.material-icons.c-show {
        top: 5px;
}
.checkboxes-filter,
.order-filter,
.proximity-filter {
        padding-top: 0 !important;
}
.form-group .select2-container {
        width: 100% !important;
}
.dropdown-filter-multiselect.md-active label {
        bottom: auto;
        top: 0;
}
.checkboxes-filter > label,
.explore-filter.datepicker-form-group > label,
.range-filter > label {
        font-size: 14px;
        color: #1d1d23;
}
.lf-item-container .event-host,
.lf-item-container .listing-details {
        height: 55px;
        display: flex;
        align-items: center;
}
.form-group.double-input:after {
        content: "";
        display: table;
        clear: both;
}
.form-group.double-input label {
        width: 100%;
}
.form-group.double-input > input:first-of-type {
        margin-right: 10px;
}
.form-group.double-input .select2-container {
        width: calc(50% - 10px) !important;
        float: left;
}
.form-group.double-input .select2-container:first-of-type {
        margin-right: 10px;
}
.form-group .c27-term-checklist:after {
        content: "";
        clear: both;
        display: table;
}
.form-group .c27-term-checklist li.c27-term {
        width: 50%;
        float: left;
}
.radius input {
        border: none;
        padding-bottom: 2px;
}
.radius input:hover {
        padding-left: 0;
}
.radius .amount {
        width: 100%;
        display: inline-block;
}
.radius .amount:focus {
        box-shadow: none;
        border: none;
}
.form-group .radius .slider-range,
.form-group .ui-widget.ui-widget-content {
        width: 100%;
        border: none;
        display: inline-block;
        background: #eee;
        height: 4px;
}
.form-group .radius .ui-slider-horizontal .ui-slider-range,
.form-group .ui-slider-horizontal .ui-slider-range {
        background: var(--accent);
}
.form-group .radius .ui-slider-horizontal .ui-slider-handle,
.form-group .ui-state-default,
.form-group .ui-widget-content .ui-state-default,
.form-group .ui-widget-header .ui-state-default,
.ui-button,
html .form-group .ui-button.ui-state-disabled:active,
html .form-group .ui-button.ui-state-disabled:hover {
        background: #fff;
        border-radius: 50%;
        top: -6px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        outline: none;
        width: 16px;
        height: 16px;
        cursor: w-resize;
}
.rtl .form-group .ui-slider-handle {
        transform: translateX(8px);
}
.slider-range {
        cursor: w-resize;
}
.nav-next.load-more {
        width: 100%;
}
.contact-map {
        height: 280px;
        border-radius: 5px;
        overflow: hidden;
}
#map {
        height: 100%;
}
#map,
body.page-template-content-sidebar
        .page-content
        .elementor-widget-case27-blog-feed-widget
        .i-section
        .section-body
        div.col-md-6 {
        width: 100%;
}
.page-template-content-sidebar section.i-section .section-body .page-content .pf-head .title-style-1 h1 {
        font-size: 25px;
        margin-top: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
        body.page-template-content-sidebar .elementor-section-boxed .elementor-container {
                width: auto;
        }
}
a.back-to-top {
        display: block;
        position: fixed;
        z-index: 999;
        right: 30px;
        bottom: 30px;
        background: red;
        border-radius: 50%;
        text-align: center;
        height: 45px;
        width: 45px;
        background: #fff;
        box-shadow: 0 5px 33px rgba(0, 0, 0, 0.2);
        transition: 0.2s ease;
        opacity: 0;
        visibility: hidden;
}
a.back-to-top:hover {
        bottom: 35px;
        background: var(--accent);
        color: #fff;
}
a.back-to-top i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: padding 0.3s ease-in-out;
}
.categories-dropdown {
        position: relative;
}
.categories-dropdown > .i-dropdown {
        left: 0;
        width: 180px !important;
}
.categories-dropdown li {
        float: none;
        margin-right: 0;
}
.i-section .element .pf-body #map {
        width: 100%;
        height: 250px;
}
.modal-27 .modal-sm {
        width: 370px;
}
.sign-in-box .title-style-1 {
        padding-bottom: 20px;
}
.modal-content {
        box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.14);
}
.title-style-1:after {
        content: "";
        display: table;
        clear: both;
}
.title-style-1 h5 {
        font-weight: 600;
        color: #242429;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
        letter-spacing: 0;
        font-size: 14px;
        float: left;
        line-height: 20px;
}
.title-style-1 i {
        float: left;
        color: #9d9d9d;
        font-size: 20px;
        padding-right: 6px;
        position: relative;
}
.element {
        background: #fff;
        padding: 20px;
        margin-bottom: 25px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
        border-radius: 5px;
}
.tab-content .element .pf-body a[href*="tel:"] {
        color: #484848;
}
.details-list li i,
.social-nav li a span.svg-icon {
        text-align: center;
        border-radius: 50%;
        color: #555558;
        background: #f4f4f4;
}
.details-list li a:active,
.details-list li a:focus,
.details-list li a:hover {
        color: #484848;
}
.gallery-nav li {
        float: left;
}
.gallery-nav li i {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 30px;
        width: 30px;
        color: #555558;
        background: #f4f4f4;
        border-radius: 50%;
        margin-right: 4px;
        font-size: 20px;
        transition: all 0.15s ease-in-out;
}
.gallery-nav li a:hover i {
        background: var(--accent);
        border-color: var(--accent);
        color: #fff;
}
.element .pf-head {
        position: relative;
}
.element .pf-body {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
}
.pf-head .gallery-nav {
        position: absolute;
        top: -5px;
        right: -8px;
}
.lf-item-container .gallery-nav {
        width: 100%;
        position: absolute;
        top: 45%;
        z-index: 150;
        left: 0;
        height: 0;
        opacity: 0;
        transition: 0.25s ease;
}
.has-logo .lf-item-default .lf-avatar {
        left: 0;
        top: 0;
        transform: none;
        border: none;
        width: 50px;
        height: 50px;
}
.has-logo .lf-item-default .lf-item-info {
        padding-left: 65px;
}
.lf-item-container:hover .gallery-nav {
        opacity: 1;
}
.lf-item-container .gallery-nav ul {
        list-style-type: none;
        padding: 0;
}
.lf-item-container .gallery-nav ul li {
        position: absolute;
}
.lf-item-container .gallery-nav ul li:first-child {
        left: 15px;
}
.lf-item-container .gallery-nav ul li:last-child {
        right: 15px;
}
.lf-item-container .gallery-nav ul li i {
        margin: 0;
        background: transparent;
        border-color: transparent;
        color: #fff;
}
.lf-item-container .gallery-nav ul li i:hover {
        background: var(--accent);
        color: #fff;
        border-color: var(--accent);
}
.single-comment {
        clear: both;
}
.comment-container {
        padding: 20px 20px 20px 75px;
        position: relative;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
        border-radius: 3px;
        margin-bottom: 15px;
}
ul.replies .single-comment .comment-container {
        border: none;
}
.comment-head h5 {
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 0;
}
span.comment-date {
        font-size: 14px;
        font-weight: 400;
        color: #7e7e89;
        margin-bottom: 10px;
        display: block;
}
.comments-list > li {
        margin-bottom: 20px;
}
.single-comment .avatar {
        float: left;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 20px;
}
.replies li .avatar {
        left: 30px;
}
.reply .avatar {
        width: 30px;
        height: 30px;
}
.reply h5 {
        margin-top: 5px;
}
.comment-head {
        overflow: hidden;
}
.single-comment.reply {
        border: none;
        box-shadow: none;
        padding-left: 20px;
}
.single-comment.reply .comment-container {
        border: none;
        padding-left: 75px;
}
.single-comment .listing-rating i {
        color: #565d62;
}
.single-comment .listing-rating {
        position: absolute;
        left: auto;
        top: 20px;
        right: 20px;
        padding: 5px 10px 3px;
        margin-right: 0;
        border: none;
        font-size: 13px;
        color: #fff;
        border-radius: 2px;
        z-index: 4;
}
.single-comment .listing-rating .out-of {
        top: -3px;
}
.single-comment .single-comment:hover {
        box-shadow: none;
}
.single-comment .comment-info {
        overflow: hidden;
        margin-bottom: 0;
}
.single-comment {
        transition: box-shadow 0.25s ease-in-out;
}
.single-comment .comment-info a,
.single-comment .comment-info span {
        float: left;
        font-size: 14px;
        padding-right: 15px;
        padding-top: 0;
        color: #565662;
        font-weight: 400;
}
.comment-info a:hover,
.comment-info a:hover i {
        color: var(--accent);
}
.comment-info i {
        font-size: 18px;
        position: relative;
        top: 4px;
        padding-right: 5px;
        color: #c4c4c4;
}
.single-comment .comment-info li a {
        color: #7e7e89;
        font-size: 12px;
}
.single-comment .element {
        border: 0;
        display: none;
        margin-bottom: 0;
}
.single-comment .element:hover {
        box-shadow: none;
}
.single-comment .element.element-visible {
        display: block;
}
.sidebar-comment-form label {
        font-weight: 600;
}
#respond .comment-notes,
#respond .logged-in-as,
.comments-list .comment-respond .form-group label {
        display: none;
}
div:not(.block-type-details).grid-item .social-nav li span {
        max-width: calc(100% - 44px);
        white-space: nowrap;
        overflow: hidden;
        float: left;
}
.light-forms select {
        margin-bottom: 15px;
}
.extra-details li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 8px;
        padding-bottom: 8px;
}
.extra-details li:after {
        clear: both;
        display: table;
        content: "";
}
.extra-details li div {
        margin-bottom: 0;
        font-size: 14px;
}
.extra-details li:first-child {
        padding-top: 0;
}
.extra-details li:last-child {
        border-bottom: none;
        padding-bottom: 0;
}
.extra-details .item-attr {
        display: inline-block;
        line-height: 26px;
}
.extra-details .item-property {
        float: right;
        line-height: 26px;
}
.extra-details .item-property p {
        margin-bottom: 0;
}
.extra-details .item-property a[href*="tel:"] {
        color: #565d62;
}
.event-host .avatar {
        float: left;
        margin-right: 10px;
}
.event-host .host-name {
        line-height: 30px;
        font-size: 14px;
        font-weight: 600;
}
.listing-feed-carousel .owl-item {
        opacity: 0.4;
        transition: opacity 0.2s;
}
.listing-feed-carousel .owl-item.active {
        opacity: 1;
}
div[nav-style="light"].c27-owl-nav .owl-nav > div > div {
        background: #fff;
        color: var(--accent);
        border-color: #fff;
}
div[nav-style="light"].c27-owl-nav .owl-nav > div > div:hover {
        border-color: var(--accent);
        color: #fff;
        background: var(--accent);
}
.c27-owl-nav .owl-dots {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 10px;
}
.c27-owl-nav .owl-dots span {
        background: #e7e2e2;
        display: block;
        height: 12px;
        width: 12px;
        border-radius: 6px;
}
.c27-owl-nav .owl-dots .owl-dot.active span,
.c27-owl-nav[nav-style="light"] .owl-dots span {
        background: var(--accent);
}
.c27-owl-nav[nav-style="light"] .owl-dots .owl-dot.active span {
        background: #e7e2e2;
}
.md-checkbox {
        position: relative;
        height: 20px;
        margin: 10px 0;
        margin-right: 10px;
        overflow: hidden;
}
.md-checkbox label {
        cursor: pointer;
        float: none !important;
        margin-bottom: 0;
        line-height: 0;
        font-size: 14px;
        padding-left: 30px;
        white-space: nowrap;
        font-weight: 400;
}
.md-checkbox label:after,
.md-checkbox label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
}
.md-checkbox label:before {
        width: 20px;
        height: 20px;
        background: #fff;
        border: 2px solid rgba(0, 0, 0, 0.24);
        border-radius: 2px;
        cursor: pointer;
        transition: background 0.3s;
}
.md-checkbox input[type="radio"] + label:before {
        border-radius: 50%;
}
.md-checkbox input[type="checkbox"],
.md-checkbox input[type="radio"] {
        outline: 0;
        margin-right: 10px;
        visibility: hidden;
        position: absolute;
}
.md-checkbox input[type="checkbox"]:checked + label,
.md-checkbox input[type="radio"]:checked + label {
        font-weight: 600 !important;
}
.md-checkbox input[type="checkbox"]:checked + label:before,
.md-checkbox input[type="radio"]:checked + label:before {
        background: var(--accent);
        border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after,
.md-checkbox input[type="radio"]:checked + label:after {
        transform: rotate(-45deg);
        top: 5px;
        left: 4px;
        width: 12px;
        height: 6px;
        border: 2px solid #fff;
        border-top-style: none;
        border-right-style: none;
}
.term-icon.image-icon img {
        height: 20px;
        width: 20px;
        object-fit: contain;
}
.grid-item .element .listing-details .term-icon.image-icon img,
.single-blog-feed .term-icon.image-icon img {
        height: 20px;
        width: auto;
}
.owl-carousel .term-icon.image-icon img {
        display: inline-block;
        float: left;
        margin-right: 8px;
        width: 35px;
        height: 35px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        position: relative;
        transition: 0.25s ease;
}
.owl-carousel .lf-item-container .listing-details .cat-icon .image-icon img {
        height: 20px;
        width: 20px;
        border-radius: 0;
}
.outlined-list.details-list .term-icon.image-icon img,
.pf-body .listing-details .term-icon.image-icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.outlined-list.details-list .term-icon.image-icon,
.pf-body .listing-details .term-icon.image-icon {
        float: none;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        position: relative;
        border-radius: 100px;
        transition: 0.25s ease;
        min-width: 40px;
}
.outlined-list.details-list .term-icon.image-icon {
        background: #f4f4f4;
        margin-right: 10px;
}
.outlined-list.details-list a:hover .term-icon.image-icon {
        background: var(--accent);
        border-color: var(--accent);
}
.grid-item .details-list .term-icon.image-icon img {
        height: 18px;
        width: auto;
}
.grid-item .outlined-list.details-list .term-icon.image-icon img {
        height: 14px;
        width: auto;
}
.grid-item .details-list .term-icon.image-icon ~ span {
        float: left;
}
.ad-badge {
        border-color: #abffec;
        color: #abffec;
        font-size: 11px;
        text-transform: uppercase;
        padding-left: 8px;
        padding-right: 8px;
        transition: 0.2s ease;
}
.ad-badge i {
        display: inline-block;
        font-size: 14px;
        line-height: 13px;
        position: relative;
        top: 2px;
}
.level-promoted .ad-badge {
        border-color: #fff47c;
        color: #fff47c;
}
.level-featured .ad-badge {
        border-color: #a4daff;
        color: #a4daff;
}
.ad-badge:hover {
        color: #fff;
        border-color: #fff;
}
.wp-editor-content ul li {
        list-style-type: disc;
}
.wp-editor-content ol li,
.wp-editor-content ul li {
        list-style-position: inside;
        font-size: 14px;
        line-height: 26px;
}
.wp-editor-content ol li {
        list-style-type: decimal;
}
.wp-editor-content ol li ol,
.wp-editor-content ul li ul {
        padding-left: 20px;
}
.wp-editor-content a {
        text-decoration: underline;
}
.wp-editor-content img {
        max-width: 100%;
        height: auto;
}
.form-group-review-gallery:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
.comments-list #commentform .form-group-review-gallery {
        display: none !important;
}
.sidebar-comment-form label {
        font-size: 14px;
}
.sidebar-comment-form textarea {
        line-height: 26px;
}
.review-gallery-images:after,
.review-gallery-images:before {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
.review-gallery-image {
        float: left;
        position: relative;
        margin: 0 10px 10px 0;
        width: calc(25% - 10px);
        height: auto;
}
.review-gallery-image img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
}
.review-gallery-image-remove {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        background: var(--accent);
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out;
}
.review-gallery-image-remove i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #fff;
}
.review-gallery-image:hover .review-gallery-image-remove {
        opacity: 1;
        visibility: visible;
}
.review-gallery-add {
        display: block;
        float: left;
        position: relative;
        font-size: 0;
        margin: 0 10px 10px 0;
        background: transparent;
        color: rgba(45, 45, 45, 0.21);
        border: 2px dashed #ddd;
        width: calc(25% - 10px);
}
.review-gallery-add:hover {
        cursor: pointer;
        background: transparent;
        border: 2px dashed rgba(45, 45, 45, 0.21);
}
.review-gallery-add i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
.review-gallery-add .content,
.review-gallery-add input {
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        cursor: pointer;
        font-size: 0;
        padding-bottom: 100%;
        width: 100%;
        float: none;
        position: relative;
        height: 0;
        border-bottom: 0;
}
.review-gallery-preview-icon {
        display: block;
        position: absolute;
        color: #fff;
        padding-bottom: 100%;
        width: 100%;
        float: none;
        position: relative;
        height: 0;
        border-bottom: 0;
}
.review-gallery-preview-icon i {
        position: absolute;
        bottom: 5px;
        left: 5px;
}
.listing-preview .lf-head .lf-head-btn.formatted .rent-price {
        padding: 0 !important;
}
.listing-preview.c27-verified .listing-preview-title:after {
        margin-top: 1px;
}
.listing-preview.c27-verified.lf-type-2 .listing-preview-title:after {
        margin-top: 0;
}
.has-logo.has-tagline.has-info-fields .lf-item-info-2,
.has-logo.has-tagline.no-info-fields .lf-item-info-2,
.has-logo.no-tagline.has-info-fields .lf-item-info-2,
.has-logo.no-tagline.no-info-fields .lf-item-info-2 {
        padding: 40px 15px 1px;
}
.no-logo.has-tagline.no-info-fields .lf-item-info-2,
.no-logo.no-tagline.has-info-fields .lf-item-info-2,
.no-logo.no-tagline.no-info-fields .lf-item-info-2 {
        padding-bottom: 0;
}
.has-logo.has-tagline.no-info-fields .lf-item-info-2,
.has-logo.no-tagline.no-info-fields .lf-item-info-2,
.no-logo.has-tagline.no-info-fields .lf-item-info-2 {
        min-height: 60px;
}
.no-logo.no-tagline.no-info-fields .lf-item-info-2 {
        min-height: 43px;
}
.has-logo.no-tagline.has-info-fields .lf-item-info-2 h4,
.has-logo.no-tagline.no-info-fields .lf-item-info-2 h4 {
        margin-bottom: 3px;
        margin-top: 10px;
}
.iOSUser input[type="checkbox"],
.iOSUser input[type="radio"] {
        border: 1px solid #4c4c4c;
        border-image-source: none;
        border-image-slice: 100%;
        border-image-width: 1;
        border-image-outset: 0s;
        border-image-repeat: initial;
        box-sizing: border-box;
        border-radius: 5px;
        width: 16px;
        height: 16px;
        padding: 0;
        display: inline-block;
}
.iOSUser input[type="checkbox"] {
        -webkit-appearance: checkbox;
}
.iOSUser input[type="radio"] {
        border-radius: 50%;
}
.iOSUser input[type="checkbox"]:checked,
.iOSUser input[type="radio"]:checked {
        background: rgba(0, 0, 0, 0.8);
}
.modal-27 .modal-dialog {
        margin: auto;
}
.wp-editor-content ol,
.wp-editor-content ul {
        margin-bottom: 10px;
}
.lf-item-container .lf-item-info-2 {
        top: auto !important;
        bottom: -1px;
        transform: translateY(calc(100% - 90px));
        transition: all 0.3s;
}
.lf-item-container.no-tagline.no-logo .lf-item-info-2 {
        transform: translateY(calc(100% - 43px));
}
.has-logo.no-tagline.has-info-fields .lf-item-info-2 {
        transform: translateY(calc(100% - 68px));
}
.no-logo.has-tagline.has-info-fields .lf-item-info-2 {
        transform: translateY(calc(100% - 56px));
}
.has-logo.has-tagline.no-info-fields .lf-item-info-2,
.has-logo.no-tagline.has-info-fields:hover .lf-item-info-2,
.has-logo.no-tagline.no-info-fields .lf-item-info-2,
.lf-item-container.no-tagline.no-logo:hover .lf-item-info-2,
.lf-item-container:hover .lf-item-info-2,
.no-logo.has-tagline.has-info-fields:hover .lf-item-info-2,
.no-logo.has-tagline.no-info-fields .lf-item-info-2 {
        transform: translateY(0);
}
.listing-rating i {
        font-size: 18px;
}
.modal-27 .modal-dialog > div {
        transform: scale(0.8);
        opacity: 0;
        transition: 0.15s ease;
}
.modal-27:not(.show-modal),
.modal-backdrop {
        display: none !important;
}
.modal-27 {
        background: rgba(0, 0, 0, 0.7);
        transition: 0.15s ease;
        will-change: opacity;
}
.modal-27.in .modal-dialog > div {
        opacity: 1;
        transform: scale(1);
}
.row.row-eq-height {
        display: flex;
        flex-wrap: wrap;
}
.review-gallery-add .content {
        padding-bottom: 100% !important;
}
button.icon-only.small {
        opacity: 1;
}
.lf-item.lf-item-list-view,
div.lf-small-height div.lf-item.lf-item-list-view {
        height: auto !important;
}
.lf-item.lf-item-list-view .lf-item-info {
        position: static;
        background: #fff;
        padding: 15px 15px 7px 75px;
}
.tpl-list-view.cts-map-popup.cts-listing-popup .mapboxgl-popup-content {
        height: auto;
}
.tpl-list-view .lf-item-container {
        margin-bottom: 0;
}
.has-logo .lf-item.lf-item-list-view .lf-item-info {
        min-height: 75px;
}
.no-info-fields .lf-item.lf-item-list-view .lf-item-info {
        padding-bottom: 15px;
        display: flex;
}
.no-info-fields .lf-item.lf-item-list-view .lf-item-info h4 {
        display: flex;
        align-items: center;
        margin-bottom: 0;
}
.no-logo .lf-item.lf-item-list-view .lf-item-info {
        padding-left: 15px;
}
.no-info-fields .lf-item.lf-item-list-view .lf-item-info .verified-listing {
        top: auto;
        left: 5px;
}
.lf-item.lf-item-list-view .lf-avatar {
        transform: none;
        top: 15px;
        left: 15px;
        width: 45px;
        height: 45px;
}
.lf-item.lf-item-list-view .lf-item-info > h4 {
        font-size: 14px;
        color: #242429;
}
.lf-item.lf-item-list-view .lf-item-info > ul li {
        color: #242429;
}
.lf-item.lf-item-list-view .lf-item-info > ul li i {
        color: #a6a6ab;
}
.level-promoted .lf-item-list-view .lf-item-info {
        border-left: 3px solid #ffde7c;
}
.level-featured .lf-item-list-view .lf-item-info {
        border-left: 3px solid #34acff;
}
.term-type-hierarchy .term-select {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        margin-top: 5px;
}
.term-type-hierarchy .term-select:last-child {
        border-bottom: none;
}
.term-type-hierarchy .term-select:first-child {
        margin-top: 0;
}
.blog-footer .page-numbers {
        display: inline-flex;
}
.rating-preview-card i {
        font-size: 13px;
}
.lf-head,
.lf-item-container .lf-item-info-2,
.lf-item-info {
        will-change: transform;
}
.lf-item .overlay {
        will-change: opacity;
}
.lf-item-container {
        border-radius: 5px;
        overflow: hidden;
}
.open-now-filter,
.recur-filter {
        margin-bottom: 0 !important;
        padding-top: 0 !important;
}
.range-list {
        flex-wrap: wrap;
        display: flex;
        padding-top: 10px;
        padding-bottom: 6px;
        justify-content: space-between;
}
.range-list a {
        width: calc(50% - 2px);
        padding: 7px;
        text-align: center;
        margin-bottom: 4px;
        background: #fff;
        border: 1.5px solid rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        transition: 0.2s ease;
        color: #242429;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.range-list a:hover {
        border-color: rgba(0, 0, 0, 0.3);
}
.range-list a:active,
.range-list a:focus,
.range-list a:hover,
.range-list a:visited {
        color: #242429;
}
.range-list a.active {
        background: var(--accent);
        color: #fff;
        opacity: 1;
        font-weight: 600;
}
.ehs-location i.mi.search {
        display: none;
}
.cts-next {
        right: 0;
}
.cts-prev {
        left: 0;
}
.cts-next,
.cts-prev {
        position: absolute !important;
        opacity: 0;
        transition: 0.2s ease;
        font-size: 0;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 80%);
        padding-left: 25px;
        cursor: pointer;
}
.cts-next.cts-show,
.cts-prev.cts-show {
        opacity: 1;
}
.cts-next:before,
.cts-prev:before {
        content: "\e037";
        font-family: Material Icons;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        opacity: 0.3;
}
.cts-prev {
        transform: rotate(180deg);
}
.element .pf-body > .details-list,
.element .pf-body > .listing-details ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -10px;
}
.element .pf-body > .details-list li a,
.element .pf-body > .listing-details ul li a {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin: 0 10px 10px 0;
}
.social-nav li a span.svg-icon {
        margin-right: 8px;
}
.element .pf-body > .listing-details li span.cat-icon,
.element .pf-body > .listing-details li span.svg-icon,
.element .pf-body > .social-nav li i,
.social-nav li a i,
.social-nav li a span.svg-icon {
        float: none;
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        transition: 0.2s ease;
}
.listing-details li a span.svg-icon svg,
.social-nav li a span.svg-icon svg {
        width: 18px;
        height: 18px;
        fill: #555558;
}
.listing-details li a span.svg-icon svg {
        fill: #fff;
}
.element .pf-body > .listing-details li,
.element .pf-body > .social-nav li {
        width: 33.3%;
}
.element .pf-body > .listing-details.item-count-1 li,
.element .pf-body > .listing-details.item-count-2 li,
.element .pf-body > .social-nav.item-count-1 li,
.element .pf-body > .social-nav.item-count-2 li {
        min-width: 33.3%;
        width: auto;
}
.element .pf-body > .details-list li a span,
.element .pf-body > .social-nav.item-count-3 li a span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.element .pf-body > .details-list li a:hover i {
        color: #fff;
}
.element .pf-body > .details-list li a:hover span.svg-icon svg {
        fill: #fff;
}
.element .pf-body > .listing-details.item-count-1 li {
        width: 100% !important;
}
.block-type-terms .terms-no-link {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 10px 10px 0;
}
h3#reply-title span {
        padding-left: 5px;
}
.picture-preview .review-gallery-preview-icon i {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: unset;
}
.modal-content .sign-in-box {
        padding: 20px;
}
.sign-in-box .g-recaptcha {
        min-height: 98px;
        opacity: 0;
        transition: opacity 0.2s ease;
}
.sign-in-box .g-recaptcha > div {
        margin: 0 auto 20px;
}
.case27-primary-text {
        font-family: var(--e-global-typography-primary-font-family), GlacialIndifference, sans-serif;
        font-weight: var(--e-global-typography-primary-font-weight) !important;
}
.case27-secondary-text {
        font-family: var(--e-global-typography-secondary-font-family), GlacialIndifference, sans-serif;
        font-weight: var(--e-global-typography-secondary-font-weight) !important;
}
body {
        font-family: var(--e-global-typography-text-font-family), GlacialIndifference, sans-serif;
        font-weight: var(--e-global-typography-text-font-weight) !important;
}
.case27-accent-text {
        font-family: var(--e-global-typography-accent-font-family), GlacialIndifference, sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight) !important;
}
.file-upload-field .review-gallery-input {
        display: block;
        opacity: 0 !important;
}
.c27-footer-section li.compare-button-li {
        display: none;
}
@supports (-ms-ime-align: auto) {
        .lf-item-container .lf-item > a {
                transition: none;
        }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .modal.modal-27 .modal-dialog {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
        }
}
.submit-claim-form .form-section {
        width: 700px;
        margin: auto;
        float: none;
        margin-bottom: 30px !important;
}
.submit-claim-form .file-upload-field {
        padding: 20px 0 0;
}
.submit-claim-form .pf-body {
        padding: 0;
}
.submit-claim-form .pf-body > .form-group:last-child {
        margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
        .submit-claim-form .form-section {
                width: 100%;
        }
}
.submit-claim-form .listing-form-submit-btn button {
        width: 100%;
}
.tooltip-element {
        position: relative;
}
.tooltip-element .tooltip-container {
        transition: opacity 0.15s linear;
        max-width: 100px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: 4px;
        font-size: 12px;
        position: absolute;
        bottom: 100%;
        transform: translate(-50%, -8px);
        left: 50%;
        width: max-content;
        font-weight: 400;
        white-space: normal;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
}
.tooltip-element :hover ~ .tooltip-container {
        opacity: 0.9;
        visibility: visible;
}
.tooltip-element .tooltip-container:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        transform: translateY(0) rotate(45deg);
        background: #000;
        z-index: -1;
        bottom: -3px;
        left: calc(50% - 4px);
}
.tooltip-element.tooltip-right .tooltip-container {
        left: unset;
        right: -10px;
        transform: translateY(-8px);
}
.tooltip-element.tooltip-right .tooltip-container:before {
        left: unset;
        right: 20px;
}
.tooltip-element.tooltip-bottom .tooltip-container {
        bottom: auto;
        top: 100%;
        transform: translate(-50%, 5px);
}
.tooltip-element.tooltip-bottom .tooltip-container:before {
        bottom: auto;
        top: -4px;
        transform: translateY(0) rotate(-45deg);
}
.c27-listing-preview-category-list .tooltip-element .tooltip-container {
        max-width: 200px;
        text-align: left;
}
.open-now .timing-today .tooltip-container {
        max-width: 200px;
}
.pswp[aria-hidden="true"] {
        display: none;
}
.lf-item-container .pc-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
}
.lf-item-container .pc-slides {
        white-space: nowrap;
        transition: transform 0.25s ease;
        display: flex;
}
.lf-item-container .single-slide {
        display: inline-block;
        width: 100%;
        flex-shrink: 0;
        height: 255px !important;
        object-fit: cover;
}
.lf-item-container .pc-slider .gallery-nav {
        top: calc(50% - 30px);
}
.i-section.listing-feed .section-body {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
}
.i-section.listing-feed .section-body .results-wrapper {
        width: 100%;
}
.loading {
        opacity: 0.5;
}
.i-section.listing-feed .loader-bg {
        min-height: 100px;
        margin-top: 30px;
}
.prev-next-pagination {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
}
.prev-next-pagination a {
        height: 40px;
        width: auto;
        padding: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.03);
        color: #242429;
        font-size: 13px;
        font-weight: 600;
        border-radius: 4px;
        gap: 5px;
        transition: all 0.2s ease;
}
.prev-next-pagination a i {
        pointer-events: none;
}
.prev-next-pagination a:active,
.prev-next-pagination a:focus,
.prev-next-pagination a:hover {
        color: #242429;
        background: rgba(0, 0, 0, 0.05);
}
.disabled {
        opacity: 0.5;
        pointer-events: none;
}
.load-more-listings {
        width: 300px;
        text-align: center;
        margin: auto;
}
.listing-feed-carousel.c27-owl-nav .owl-dots span:hover {
        background: var(--accent);
}
.grecaptcha-badge {
        z-index: 999;
}
.main-loader.loader-bg {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 1001;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transition: opacity 0.6s;
}
.main-loader.loader-bg.loader-hidden {
        opacity: 0;
}
.loader-bg {
        position: relative;
}
.loading-modal > .container {
        display: none;
}
.c27-quick-view-modal .loader-bg {
        height: 100%;
}
.instant-results .loader-bg {
        height: 50px;
        width: 100%;
        background: #fff;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
}
.loading-modal .loader-bg {
        background: transparent;
}
.main-loader.site-logo-loader img {
        max-width: 200px;
        max-height: 50px;
        animation: c27-opacity 2s infinite ease-in-out;
        width: auto;
}
@keyframes c27-opacity {
        0%,
        to {
                opacity: 1;
        }
        50% {
                opacity: 0.4;
        }
}
@keyframes loading {
        to {
                transform: rotate(1turn);
        }
}
.select2-container {
        width: auto;
}
.select2-container .select2-dropdown ul li:focus {
        outline: none;
}
.select2 .select2-selection__rendered {
        background-color: transparent;
        padding: 18px 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        border: 1px solid hsla(0, 0%, 100%, 0.5);
        outline: none;
}
.dark-forms .custom-arrow {
        position: relative;
}
.select2-container--default .select2-selection--single {
        background: transparent;
        position: relative;
        outline: none;
        border: none;
        height: auto;
        margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 14px 0;
        color: #1d1d23;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        background-color: transparent;
        border-left: none;
        border-right: none;
        font-weight: 600;
        border-top: none;
        border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
        transition:
                padding 0.2s ease-in-out,
                background 0.2s ease-in-out;
        min-height: 48px;
        display: flex;
        align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
        position: absolute;
        right: 25px;
        bottom: 10px;
}
.select2-container--open .select2-selection--single .select2-selection__rendered {
        box-shadow: none !important;
}
.select2-container--below.select2-container--open .select2-selection__rendered:after {
        content: "";
        width: 100%;
        height: 1.5px;
        background: var(--accent);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.2s;
}
.select2-container--default .select2-results > .select2-results__options {
        max-height: 300px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
        position: absolute;
        right: 0;
        bottom: 17px;
        font-family: Material Icons;
        top: auto;
}
.select2-results__options li.loading-results {
        margin: 0;
        text-align: center;
        padding: 7px 13px;
        background: #fff;
        right: 0;
        width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\e5c5";
        font-size: 24px;
        color: #484848;
        font-family: Material Icons !important;
        transition: 0.2s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
        background: #fff;
        color: #242429;
        padding-left: 5px;
}
.select2-dropdown.select2-dropdown--below {
        border: none;
}
.pac-container .pac-item,
.select2-results__option {
        font-size: 14px;
        padding: 13px 13px 13px 0;
        border-bottom: 1px solid #ebebeb;
        padding-right: 15px;
        background: #fff;
        transition: padding 0.2s ease-in-out;
        transition: 0.2s ease;
        margin: 0 20px;
}
.pac-container .pac-item {
        border: none;
        line-height: 1;
        position: relative;
}
.pac-container .pac-item span {
        font-size: 12px;
}
.pac-container .pac-item:hover > span {
        color: var(--accent);
}
.pac-container .pac-item span.pac-icon-marker {
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
}
.pac-container .pac-item span.pac-item-query {
        margin-left: 22px;
}
.pac-container {
        border: 1px solid #d0d1d5 !important;
        border-top: none !important;
        box-shadow: none;
        margin-top: 1px;
}
.select2-dropdown {
        border-radius: 5px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2588235294);
        border: none;
        margin-top: 10px;
}
.select2-dropdown--above {
        border-top: 1px solid #d0d1d5 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
        border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
        background-color: #fff;
        position: relative;
        font-weight: 600;
}
.select2-container--default .select2-results__option[aria-selected="true"]:after {
        content: "\f058";
        font-family: Font Awesome\5 Free;
        position: absolute;
        right: 0;
        top: 13px;
        font-weight: 400;
}
.select2-container--default .select2-selection--multiple {
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 2px solid rgba(0, 0, 0, 0.12);
        transition: padding 0.2s ease-in-out;
        min-height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice ~ .select2-search--inline {
        width: auto !important;
}
.select2-container .select2-search--inline .select2-search__field {
        margin-top: 0;
        line-height: 1px;
        line-height: 38px;
        position: relative;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
        border: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
        background-color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
        border: none;
        font-size: 14px;
        display: block;
        background-color: transparent;
        border-radius: 3px;
        width: 100%;
        padding: 3px 5px;
        display: flex;
        align-items: center;
}
.select2-container--default .select2-selection--multiple > ul > li {
        width: 50%;
}
.select2-container .select2-search--inline .select2-search__field {
        font-size: 14px;
        width: 100% !important;
}
.select2-container .select2-search--inline {
        width: auto;
        width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
        font-size: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear:before {
        font-family: Material Icons;
        content: "\e5cd";
        font-size: 14px;
        color: #484848;
        transition: 0.2s ease;
        border-radius: 50%;
        background: #f8f8f8;
        padding: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
        position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
        font-family: Material Icons;
        content: "\e5cd";
        font-size: 20px;
        display: block;
        color: #242429;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        font-size: 0;
        padding-right: 7px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
        border-bottom: 1px solid var(--accent);
        border: none;
        background: #f4f4f4;
        padding: 10px;
        border-radius: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
        box-shadow: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
        display: none;
}
.profile-section .select2-container {
        width: 100% !important;
        margin-bottom: 15px;
}
.profile-section .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #1d1d23;
        font-size: 13px;
}
.select2-results__option:last-of-type {
        border-bottom: 0;
}
.modal-open {
        padding-right: 0 !important;
        overflow-y: scroll;
}
.job-manager-message {
        background-color: #fff;
        color: #4a4d54;
        border: none !important;
        border-radius: 5px;
        border: 1px solid #e3e3e3 !important;
}
.job-manager-message:before {
        color: #0079e0 !important;
}
.job-manager-error {
        background-color: #fff;
        color: #4a4d54;
        border: none !important;
        border-radius: 5px;
        box-shadow: none !important;
        border: 1px solid #e3e3e3 !important;
}
.select2-results__option span.hh {
        text-decoration: underline;
}
.select2-results__option[role="list"] {
        padding: 0;
}
.select2-results__option[role="list"] .select2-results__group {
        background: #d0d1d5;
        font-size: 13px;
        height: 1px;
        padding: 0;
}
ul.select2-results__options.select2-results__options--nested .select2-results__option {
        margin: 0;
        padding-left: 0;
}
.select2-container--default .select2-selection--multiple {
        background: transparent;
}
.select2 .select2-selection__rendered {
        border: transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        background-color: rgba(0, 0, 0, 0.03) !important;
        margin-bottom: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        opacity: 0.5;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #1d1d23;
}
.elementor-editor-active .select2-container--default .select2-selection--single {
        border: none;
        height: auto !important;
}
.elementor-editor-active .select2-container--default .select2-selection--multiple {
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        border-radius: 0;
}
.smartphoneuser .select2-container .select2-selection--multiple .select2-search--inline {
        pointer-events: none;
}
@supports (-ms-ime-align: auto) {
        .select2-container {
                z-index: 999;
        }
        #ml-messages-modal.in ~ .select2-container {
                z-index: 1051;
        }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
                min-height: 38px;
        }
}
.blogpost-section .section-body .elementor-text-editor p,
.elementor-text-editor > p,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content p,
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content p,
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content p {
        font-size: inherit;
        color: inherit;
        font-weight: inherit !important;
        line-height: inherit;
        font-family: inherit !important;
}
.elementor-text-editor > ul,
.elementor-text-editor > ul li ul,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content ul,
.elementor-widget-case27-tabs-block-widget .tab-content ul,
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ul li ul,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content ul {
        list-style-type: disc;
        list-style-position: inside;
}
.elementor-text-editor > ol,
.elementor-text-editor > ol li ol,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content ol,
.elementor-widget-case27-tabs-block-widget .tab-content ol,
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content ol,
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ol li ol,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content ol {
        list-style-type: decimal;
        list-style-position: inside;
}
.elementor-text-editor > ol > li ol,
.elementor-text-editor > ul > li ul,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content ol > li ol,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content ul > li ul,
.elementor-widget-case27-tabs-block-widget .tab-content ol > li ol,
.elementor-widget-case27-tabs-block-widget .tab-content ul > li ul,
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content ol > li ol,
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul > li ul,
.elementor-widget-text-editor ol > li ol,
.elementor-widget-text-editor ol > li ul,
.elementor-widget-text-editor ul > li ol,
.elementor-widget-text-editor ul > li ul,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content ol > li ol,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content ul > li ul {
        padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
        body .elementor-section.elementor-section-boxed .elementor-container {
                max-width: 970px;
        }
}
.element .pf-head .title-style-2 {
        padding-bottom: 10px;
}
.element .pf-head .title-style-2 i {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 10px;
        padding: 8px;
}
.element .pf-head .title-style-2 h5 {
        position: relative;
        top: 5px;
        left: 10px;
}
.element .pf-head .title-style-2 i {
        color: #fff;
}
.element .pf-head .title-style-2 {
        clear: both;
}
.wpcf7-form br {
        display: none !important;
}
.wpcf7-form label {
        line-height: 1.42857143;
}
.wpcf7-form p {
        margin-bottom: 15px !important;
}
.job_listing_preview .wpcf7 input[type="submit"].wpcf7-form-control,
.wpcf7-form input[type="submit"] {
        font-size: 13px;
        font-weight: 600;
        padding: 15px 40px;
        display: inline-block;
        transition: all 0.2s ease-in-out;
        overflow: hidden;
        border-radius: 5px;
        line-height: 16px;
        color: #fff;
        border: none;
        background: var(--accent);
}
.wpcf7-form input[type="submit"] {
        margin-bottom: 0;
}
.wpcf7 label {
        width: 100%;
        display: block;
}
.wpcf7-response-output:empty {
        display: none;
}
.wpcf7-form input[type="submit"]:focus,
.wpcf7-form input[type="submit"]:hover {
        color: #fff;
        background: #242429;
}
.wpcf7-validation-errors {
        border: 0 !important;
        border-left: 2px solid #f7e700 !important;
}
.wpcf7-response-output {
        margin: 0 !important;
        padding: 10px !important;
        color: #222 !important;
        border-radius: 5px;
        border: none !important;
        text-align: center;
}
.wpcf7-mail-sent-ng {
        border: 0 !important;
        border-left: 2px solid #ec5252 !important;
}
.wpcf7-mail-sent-ok {
        border: 0 !important;
        border-left: 2px solid #398f14 !important;
}
.wpcf7-spam-blocked {
        border: 0 !important;
        border-left: 2px solid orange !important;
}
.wpcf7 .ajax-loader {
        display: none !important;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
        padding: 3px 0;
}
.widget_nav_menu .sub-menu {
        padding-left: 10px;
}
.widget_nav_menu li {
        padding: 3px 0;
}
.widget_nav_menu .sub-menu li {
        opacity: 1 !important;
}
.widget_rss li {
        padding: 3px 0 12px;
}
.widget_rss .rss-date {
        color: #999;
        font-size: 13px;
}
.widget_rss .rssSummary {
        font-style: italic;
        padding-top: 4px;
}
.widget_rss cite {
        padding-top: 3px;
        display: inline-block;
}
.widget_rss cite:before {
        content: "—";
        padding-right: 3px;
}
.social-nav li i {
        margin-right: 8px !important;
}
.social-nav > li,
.social-nav > li:last-child {
        margin-right: 0 !important;
}
.footer-bottom .social-links ul li a {
        border-bottom: 1px solid transparent;
}
.social-nav li a:hover i {
        background: #70ada5;
        border-color: #70ada5;
}
.social-nav li a:hover i.fa-facebook,
.social-nav li a:hover i.fa-facebook-f {
        background: #3b5998;
        border-color: #3b5998;
}
.social-nav li a:hover i.fa-twitter {
        background: #4099ff;
        border-color: #4099ff;
}
.social-nav li a:hover span.twitter-svg {
        background: #000;
        border-color: #000;
}
.social-nav li a:hover i.fa-instagram {
        background: #e1306c;
        border-color: #e1306c;
}
.social-nav li a:hover i.fa-linkedin {
        background: #0077b5;
        border-color: #0077b5;
}
.social-nav li a:hover i.fa-google-plus {
        background: #d34836;
        border-color: #d34836;
}
.social-nav li a:hover i.fa-pinterest {
        background: #c92228;
        border-color: #c92228;
}
.social-nav li a:hover i.fa-link {
        background: #70ada5;
        border-color: #70ada5;
}
.social-nav li a:hover i.fa-youtube,
.social-nav li a:hover i.fa-youtube-play {
        background: red;
        border-color: red;
}
.md-checkbox.no-margin {
        margin: 0 !important;
        width: 20px !important;
}
.radius .amount {
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 10px;
        color: #1d1d23;
        text-align: left;
        font-weight: 600;
        font-variant-numeric: tabular-nums;
}
.radius.proximity-slider .amount {
        padding-top: 2px;
}
.comment-head .c27-user-avatar img {
        width: 40px;
        height: 40px;
}
.reply .comment-head .c27-user-avatar img {
        width: 30px;
        height: 30px;
}
.comments-list #respond {
        background: #fff;
        padding: 20px;
        margin-bottom: 25px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
}
.comments-list .single-comment #respond {
        margin-bottom: 15px;
        border-width: 1px 0 0;
        margin-left: 20px;
}
.comments-list #respond h3 {
        font-size: 13px;
        margin-top: 0;
        font-weight: 600;
}
.comments-list #respond .c27-rating-field,
.comments-list #respond .form-submit,
.sidebar-comment-form #respond .comment-notes,
.sidebar-comment-form #respond .logged-in-as,
.sidebar-comment-form #respond h3 {
        display: none;
}
#respond .comment-notes,
#respond .logged-in-as {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
}
.comment-navigation .nav-links {
        margin-bottom: 15px;
}
.comment-navigation .nav-links .nav-previous {
        display: inline-block;
}
.comment-navigation .nav-links .nav-next {
        display: inline-block;
        float: right;
}
.dropdown-backdrop {
        display: none;
}
.sign-in-box {
        position: relative;
}
.elementor-widget-container .block-element .element {
        margin-bottom: 25px !important;
}
.listing-preview .lf-head-btn.formatted .event-date {
        color: #fff;
        background: transparent;
        border: none;
        padding: 0 !important;
        line-height: 1;
}
.listing-preview .lf-head-btn.formatted .rent-price sup.out-of {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 13px;
        top: 0;
        padding-left: 5px;
        position: static;
}
.listing-preview .lf-head-btn.formatted .rent-price sup.out-of:empty {
        display: none;
}
.listing-preview .lf-head-btn.formatted .rent-price span.value {
        font-size: 13px;
}
.compare-row .c27-bookmark-button.bookmarked,
.listing-preview .event-host .c27-bookmark-button.bookmarked,
.listing-preview .listing-details .c27-bookmark-button.bookmarked {
        background: var(--accent);
        color: #fff !important;
}
.listing-preview .event-host .c27-bookmark-button.bookmarked i,
.listing-preview .listing-details .c27-bookmark-button.bookmarked i {
        color: #fff;
}
.listing-preview .listing-details.actions {
        padding: 0;
        text-align: center;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
}
.listing-preview .listing-details.actions .ld-info {
        display: inline-block;
        float: none;
        position: relative;
}
.listing-preview .c27-footer-section {
        background: #fff;
        border-top: 1px solid #e3e3e3;
}
.lf-item-alternate + .c27-footer-section {
        border-top: none;
}
.job-manager-uploaded-files {
        display: block;
        width: 100%;
}
.elementor-editor-active .elementor-section:hover {
        z-index: 9999;
}
.elementor-editor-active .c27-main-header.header.header-fixed {
        pointer-events: none;
        position: absolute !important;
}
.elementor-editor-active .elementor-inner {
        margin-top: 0 !important;
}
.elementor-editor-active .elementor-section .elementor-editor-section-settings {
        top: 26px !important;
}
.elementor-editor-active .elementor-element-overlay {
        z-index: 100 !important;
}
body.elementor-editor-active:not(.c27-site-loaded) {
        overflow: auto !important;
}
body.elementor-editor-active .main-loader {
        display: none !important;
}
.form-group .job-manager-uploaded-files {
        overflow: hidden;
        padding-bottom: 25px;
        padding-top: 15px;
        font-size: 0;
}
.elementor-widget-case27-page-heading-widget .elementor-widget-container.parallax-active {
        background-size: cover;
        background-position: 50%;
}
@media only screen and (min-width: 1201px) {
        .elementor-widget-case27-page-heading-widget .elementor-widget-container.parallax-active {
                background: none !important;
        }
        .finder-container {
                overflow: hidden !important;
        }
}
.no-results-wrapper .no-results-icon {
        font-size: 50px;
        color: #c4c4c4;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
}
.no-results-wrapper li.no_job_listings_found {
        list-style-type: none;
        text-align: center;
        font-size: 14px;
}
[v-cloak] {
        display: none;
}
.c27-tab-spinner {
        margin-left: 6px;
        margin-right: 5px;
}
.lf-small-height .lf-item {
        height: 220px !important;
}
.video-21-9 .elementor-container {
        width: 100vw !important;
        max-width: 100% !important;
        height: 41.9vw !important;
}
@media screen and (max-width: 1024px) {
        .video-21-9 .elementor-background-video-container {
                transform: scale(1.35) !important;
        }
}
.elementor-section .elementor-element .i-section {
        padding: 0 !important;
}
.c27-listing-submitted-notice {
        margin-top: 100px;
        margin-bottom: 100px;
}
section.elementor-section-blur-on-scroll-yes > .elementor-background-overlay {
        z-index: 1;
}
section.elementor-section-blur-on-scroll-yes > .elementor-container {
        z-index: 15;
}
#c27-bp-listings-wrapper .i-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
}
.archive-page .archive-description {
        max-width: 660px;
        margin: auto;
}
.archive-page .archive-description p {
        font-size: 14px;
}
.archive-page .archive-posts {
        padding-top: 0;
}
.archive-heading h1 {
        font-size: 32px;
        font-weight: 600;
        color: #242429;
}
.archive-heading.no-description .section-title {
        margin-bottom: 0;
}
.archive-heading .section-title {
        margin-bottom: 10px;
}
.comment-form-cookies-consent {
        height: auto;
        overflow: visible;
        margin: 20px 0;
}
.comment-form-cookies-consent label {
        white-space: normal;
        font-size: 12px;
        color: #6e6e6e;
        line-height: 12px;
}
.comment-form-cookies-consent label:before {
        width: 18px;
        height: 18px;
}
.comment-form-cookies-consent label:after {
        width: 10px !important;
}
.mylisting-dialog-wrapper {
        position: fixed;
        left: 50%;
        z-index: 50000;
        transition: transform 0.2s cubic-bezier(0, 0.53, 0.2, 1.59);
        width: 90%;
        max-width: 500px;
        height: auto;
        bottom: 0;
        transform: translate(-50%, 100px);
        padding: 15px 25px;
        border-top: 3px solid #ff6000;
        box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.25);
        background: hsla(0, 0%, 100%, 0.97);
        border-radius: 3px;
        color: #797979;
        font-size: 14px;
}
.mylisting-dialog-wrapper.slide-in {
        transform: translate(-50%, -70px);
}
.mylisting-dialog-wrapper.slide-out {
        transition: transform 0.2s ease;
        transform: translate(-50%, 150px);
}
.mylisting-dialog--message {
        display: inline-block;
        vertical-align: middle;
        width: 75%;
}
.mylisting-dialog--actions {
        text-align: right;
        display: inline-block;
        vertical-align: middle;
        width: 25%;
}
.mylisting-dialog--action {
        display: inline-block;
        padding: 8px 15px;
        border-radius: 4px;
        font-size: 13px;
        transition: all 0.2s;
}
.mylisting-dialog--dismiss {
        background: #f1f1f1;
        cursor: pointer;
}
.mylisting-dialog--dismiss:hover {
        background: #e4e3e3;
}
.mylisting-dialog--loading {
        padding: 5px;
        vertical-align: middle;
        height: 34px;
        width: 34px;
        background: transparent;
}
.cts-processing-login:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsla(0, 0%, 100%, 0.85);
        z-index: 15;
}
#qa-cover-buttons-modal .modal-dialog {
        max-width: 270px;
}
#qa-cover-buttons-modal .modal-content,
#qa-cover-buttons-modal .modal-content li {
        border-radius: 5px;
        padding: 5px;
}
#qa-cover-buttons-modal .modal-content li:hover {
        background: #eee;
}
#qa-cover-buttons-modal .buttons {
        display: block;
}
.mylisting-link-to {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.vfade-up-enter-active {
        transition:
                opacity 0.3s,
                transform 0.3s;
}
.vfade-up-enter {
        opacity: 0;
        transform: translateY(20px);
}
.vfade-up-leave-active {
        display: none;
}
.vfade-down-enter-active {
        transition:
                opacity 0.3s,
                transform 0.3s;
}
.vfade-down-enter {
        opacity: 0;
        transform: translateY(-20px);
}
.vfade-down-leave-active {
        display: none;
}
.vopacity-enter-active {
        transition: opacity 0.3s;
}
.vopacity-enter {
        opacity: 0;
}
.term-hierarchy-input,
.vopacity-leave-active {
        display: none;
}
.cts-term-hierarchy.md-group .select2-selection__placeholder {
        display: block !important;
}
.cts-term-hierarchy.tpl-alternate .select-wrapper:not(:last-child) {
        display: none;
}
.cts-term-hierarchy label .go-back-btn,
.explore-filter label .show-ranges {
        pointer-events: all;
        transition: 0.2s ease;
        cursor: pointer;
        display: inline-block;
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
}
.cts-term-hierarchy label .go-back-btn i,
.explore-filter label .show-ranges i {
        vertical-align: bottom;
        color: var(--accent);
        opacity: 1;
        font-size: 18px;
}
.cts-term-hierarchy label .go-back-btn:hover,
.cts-term-hierarchy label .go-back-btn:hover i,
.explore-filter label .show-ranges:hover,
.explore-filter label .show-ranges i:hover {
        color: #242429;
}
.inbox-chat-contents ul a.delete-chat {
        opacity: 0;
}
.inbox-chat-contents ul li:hover a.delete-chat {
        opacity: 1;
}
.types-dropdown-wrapper {
        margin-top: 20px;
}
.outlined-list.details-list .term-icon.image-icon img {
        filter: invert(100%);
}
.outlined-list.details-list a:hover .term-icon.image-icon img {
        filter: invert(0);
}
.min-scroll {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-y: overlay;
        overflow-x: hidden;
}
.min-scroll::-webkit-scrollbar {
        width: 7px;
}
.min-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.06);
}
.min-scroll:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1);
}
.min-scroll::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.12);
}
.min-scroll {
        scrollbar-color: rgba(0, 0, 0, 0.06) transparent;
        scrollbar-width: thin;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .min-scroll {
                overflow-y: auto;
        }
}
@supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
        .min-scroll {
                overflow-y: auto;
        }
}
.hide-priority .ad-badge {
        display: none;
}
.orderby-filter .orderby-filter-notes p {
        font-size: 13px;
        color: #555;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.lf-head-btn:empty {
        display: none;
}
.listing-details-3 .details-list li.listing-rating > span {
        text-overflow: unset;
}
.listing-details-3 .details-list li.listing-rating i.mi {
        width: auto;
}
.picture-preview .review-gallery-image {
        background-size: cover;
}
.comments-list-wrapper.loading-comments .nav-links .load-more {
        opacity: 0.5;
        pointer-events: none;
}
.slider-range.reverse-dir {
        background: var(--accent) !important;
}
.slider-range.reverse-dir .ui-slider-range {
        background: #eee;
}
.comment-navigation .nav-links .nav-next {
        float: none;
}
.wpcf7-spinner:before {
        display: none;
}
.wpcf7-spinner {
        background-color: hsla(0, 0%, 100%, 0.3490196078);
        opacity: 0.85;
        position: absolute;
        width: 100%;
        border-radius: 0;
        height: 100%;
        top: 0;
        left: 0;
}
.c27-display-button:not(.loaded) {
        cursor: pointer;
}
.c27-display-button.loading {
        opacity: 0.4;
}
.file-upload-field.multiple-uploads .uploaded-file:hover {
        cursor: move;
}
span.e-month-sp {
        margin-right: 3px;
}
nav.job-manager-pagination ul {
        border: none;
}
nav.job-manager-pagination ul li {
        display: inline-block;
        margin-left: 4px;
        border: none;
        margin-bottom: 4px;
}
nav.job-manager-pagination ul li a,
nav.job-manager-pagination ul li span {
        font-size: 14px;
        color: #484848;
        margin-top: 0;
        border-radius: 50px;
        transition: 0.2s ease;
        display: flex;
        height: 35px;
        width: 35px;
        justify-content: center;
        align-items: center;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
}
nav.job-manager-pagination ul li a:hover {
        color: #fff;
        border-color: var(--accent);
        background: var(--accent);
}
nav.job-manager-pagination ul li span.current {
        background: var(--accent);
        color: #fff;
}
.c27-content-wrapper .post-password-form p > input,
.daterangepicker .drp-buttons button.btn,
.social-networks-repeater > input[type="button"],
.social-networks-repeater div div input[type="button"] {
        font-size: 13px;
        font-weight: 600;
        padding: 15px 30px;
        transition: all 0.2s ease;
        overflow: hidden;
        border-radius: 5px;
        line-height: 16px;
        display: block;
        float: left;
}
.c27-content-wrapper .post-password-form p > input,
.daterangepicker .drp-buttons button.btn.applyBtn {
        color: #fff;
        border: none;
        background-color: var(--accent);
}
.c27-content-wrapper .post-password-form p > input:hover,
.daterangepicker .drp-buttons button.btn.applyBtn:hover {
        color: #fff;
        opacity: 0.9;
}
.c27-content-wrapper .post-password-form p > input:visited,
.daterangepicker .drp-buttons button.btn.applyBtn:visited {
        color: #fff;
}
.c27-content-wrapper .post-password-form p > input:visited:hover,
.daterangepicker .drp-buttons button.btn.applyBtn:visited:hover {
        color: #fff;
        opacity: 0.9;
}
.daterangepicker .drp-buttons button.btn.cancelBtn,
.ranges .range_inputs button,
.social-networks-repeater > input[type="button"],
.social-networks-repeater div div input[type="button"] {
        color: #565662;
        border: none;
        background: #f2f3f2;
        border-radius: 2px;
        font-weight: 400;
        border-radius: 3px;
        transition: 0.2s ease;
}
.daterangepicker .drp-buttons button.btn.cancelBtn:hover,
.ranges .range_inputs button:hover,
.social-networks-repeater > input[type="button"]:hover,
.social-networks-repeater div div input[type="button"]:hover {
        background: var(--accent);
        color: #fff;
}
.daterangepicker .drp-buttons button.btn.cancelBtn:visited,
.ranges .range_inputs button:visited,
.social-networks-repeater > input[type="button"]:visited,
.social-networks-repeater div div input[type="button"]:visited {
        color: #565662;
}
.daterangepicker .drp-buttons button.btn.cancelBtn:visited:hover,
.ranges .range_inputs button:visited:hover,
.social-networks-repeater > input[type="button"]:visited:hover,
.social-networks-repeater div div input[type="button"]:visited:hover {
        background: #e8e8e8;
        color: #242429;
}
.daterangepicker .drp-buttons button.btn,
.ranges .range_inputs button {
        padding: 8px 28px;
}
input.button:focus {
        box-shadow: none;
}
span#reply-title {
        font-weight: 600 !important;
        padding-bottom: 10px;
        display: block;
}
.al-form .form-group {
        margin-bottom: 25px;
}
.al-form .form-group .max-f-size {
        display: block;
        padding-top: 10px;
}
.form-group .job-manager-uploaded-files {
        overflow: visible;
        padding-bottom: 0;
        padding-top: 0;
}
.form-group .job-manager-uploaded-files:after {
        content: "";
        display: table;
        clear: both;
}
.form-group .job-manager-uploaded-files progress,
.job-manager-uploaded-file {
        margin-right: 7px;
        width: calc(25% - 7px);
        display: inline-block;
        position: relative;
        float: left;
        overflow: hidden;
        height: 120px;
}
.form-group .job-manager-uploaded-files progress {
        background-color: transparent;
        color: #fff;
        border: none;
        -webkit-appearance: none;
        appearance: none;
        display: flex;
        justify-content: center;
        align-items: center;
}
.job-manager-uploaded-file {
        background: #f4f4f4;
}
.form-group .job-manager-uploaded-files progress[value]::-webkit-progress-bar,
.form-group .job-manager-uploaded-files progress[value]::-webkit-progress-value {
        background: var(--accent);
}
.form-group .job-manager-uploaded-files progress[value]::-moz-progress-bar {
        background: var(--accent);
}
.form-group .job-manager-uploaded-files progress:before {
        content: "";
        border-radius: 100%;
        width: 40px;
        height: 40px;
        background: transparent;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        border-bottom: 4px solid var(--accent);
        border-left: 4px solid var(--accent);
        animation: loading 1.2s infinite linear;
        display: block;
        float: left;
        position: absolute;
}
.iOSUser progress[value] {
        height: 120px;
}
.iOSUser progress[value]::-webkit-progress-value {
        background-color: var(--accent);
}
.iOSUser .form-group .job-manager-uploaded-files progress[value]::-webkit-progress-bar {
        background: transparent;
}
@supports (-ms-ime-align: auto) {
        .form-group .job-manager-uploaded-files progress {
                background-color: var(--accent);
        }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .form-group .job-manager-uploaded-files progress,
        .form-group .job-manager-uploaded-files progress[value] {
                color: var(--accent);
                border: 1px solid var(--accent);
        }
}
.job-manager-uploaded-file.c27-uploaded-file {
        margin-bottom: 8px;
        height: 120px;
        border: 1px solid #dfe0e4;
        border-radius: 3px;
}
.job-manager-uploaded-file .job-manager-uploaded-file-name i.insert_drive_file {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 42px;
        color: #dfe0e4;
}
.job-manager-uploaded-file .job-manager-uploaded-file-name a.job-manager-remove-uploaded-file {
        position: absolute;
        right: 15px;
        bottom: 13px;
        background: var(--accent);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out;
}
.job-manager-uploaded-file .job-manager-uploaded-file-name a.job-manager-remove-uploaded-file i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 16px;
}
.job-manager-uploaded-file .job-manager-uploaded-file-preview img {
        height: 120px !important;
        object-fit: cover;
        margin-bottom: 8px !important;
        box-shadow: none !important;
}
.job-manager-uploaded-file .job-manager-uploaded-file-name {
        font-size: 15px;
}
.job-manager-uploaded-file-name code {
        font-size: 12px;
        background: transparent;
        position: absolute;
        max-width: 100%;
        color: #515155;
        padding: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.fieldset-job_cover .job-manager-uploaded-file,
.fieldset-job_cover .job-manager-uploaded-files progress,
.fieldset-job_logo .job-manager-uploaded-file,
.fieldset-job_logo .job-manager-uploaded-files progress {
        width: calc(25% - 10px);
}
.field-type-file.form-group .review-gallery-add {
        height: 120px;
        margin-bottom: 0;
        margin-right: 7px;
        width: calc(25% - 7px);
        margin-bottom: 7px;
}
.field-type-file.form-group .review-gallery-image {
        margin-bottom: 7px;
}
.form-group .job-manager-uploaded-file-preview {
        position: relative;
        display: block;
}
.form-group .job-manager-uploaded-file-preview a {
        position: absolute;
        right: 15px;
        bottom: 23px;
        background: var(--accent);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out;
}
.form-group .job-manager-uploaded-file:hover a,
.smartphoneuser .form-group .job-manager-uploaded-file a {
        opacity: 1;
        visibility: visible;
}
.form-group .job-manager-uploaded-file-preview a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #fff;
}
.form-group .days {
        padding-top: 30px;
}
.days .nav-tabs {
        font-size: 0;
}
.days .nav-tabs > li {
        width: 14.2857142857%;
        font-size: 0;
}
.days .nav-tabs > li a {
        text-align: center;
}
.form-group .day {
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
        padding-top: 10px;
}
.form-group .days .work-hours-type:after {
        display: table;
        clear: both;
        content: "";
}
.form-group .days .md-checkbox {
        float: left;
}
.form-group .day select {
        margin-bottom: 0;
}
.social-networks-repeater div > div:after {
        content: "";
        display: table;
        clear: both;
}
.social-networks-repeater div div input,
.social-networks-repeater div div span.select2-container {
        flex: 1;
        float: left;
        margin-right: 2%;
}
.field-type-links input:focus {
        padding-left: 0;
}
.event-picker .single-date .remove-date,
.social-networks-repeater div div button[type="button"] {
        position: relative;
        top: 12px;
        padding-left: 0;
        padding-right: 0;
        background: #fff;
        background: #f7f7f7;
        color: #242438;
        border-radius: 50%;
        height: 36px;
        width: 36px;
        min-width: 36px;
        padding: 0 !important;
        opacity: 1 !important;
}
.event-picker .single-date .remove-date:hover,
.social-networks-repeater div div button[type="button"]:hover {
        background: #f2f2f2;
}
.event-picker .single-date .remove-date i,
.social-networks-repeater div div button[type="button"] i {
        font-size: 18px !important;
        color: rgba(0, 0, 0, 0.7);
        transition: 0.2s ease;
}
.field-type-work-hours .tab-content {
        padding-right: 0 !important;
}
.field-head .description {
        font-size: 14px !important;
}
.field-type-radio > .field label {
        font-weight: 400 !important;
        font-size: 14px !important;
}
.social-networks-repeater div div button[type="button"] i {
        vertical-align: middle;
}
.event-picker .date-add-new,
.social-networks-repeater > input[type="button"] {
        margin-top: 15px;
        float: none !important;
        background: rgba(0, 0, 0, 0.03);
        padding: 12px;
        font-size: 14px !important;
        border-right: 3px;
        color: #242429 !important;
        transition: 0.2s ease;
}
.event-picker .date-add-new:hover,
.social-networks-repeater > input[type="button"]:hover {
        background: rgba(0, 0, 0, 0.05);
        color: #242429 !important;
}
.social-networks-repeater > div > div {
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: flex-between;
}
li.ui-state-highlight {
        display: none;
        background-color: rgba(0, 0, 0, 0.1) !important;
        border-color: rgba(0, 0, 0, 0.1) !important;
}
.c27-blank-slide {
        height: 304px;
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.02);
}
.round-icon .title-style-1 {
        padding-bottom: 10px;
}
.round-icon .title-style-1 i {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 10px;
        background: var(--accent);
        padding: 8px;
        text-align: center;
}
.round-icon .title-style-1 h5 {
        position: relative;
        top: 7px;
        left: 10px;
}
.round-icon .title-style-1 i {
        color: #fff;
}
.round-icon .title-style-1 {
        clear: both;
}
.c27-content-wrapper img {
        max-width: 100%;
        height: auto;
}
.c27-content-wrapper br {
        clear: both;
}
.contactForm .wpcf7-form label,
.wpcf7 .wpcf7-form label {
        margin-bottom: 0;
        width: 100%;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea {
        margin-bottom: 15px;
}
.wpcf7-form p {
        margin-bottom: 0 !important;
}
.c27-content-wrapper figcaption {
        padding-top: 10px;
}
.c27-content-wrapper dl a,
.c27-content-wrapper figcaption a,
.comment-body p a {
        border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.comment-body dl dt {
        font-weight: 600;
}
.c27-content-wrapper ol,
.comment-body ol {
        list-style-type: decimal;
        padding-left: 15px;
}
.c27-content-wrapper ul,
.comment-body ul {
        clear: both;
        list-style-type: disc;
        padding-left: 15px;
}
.c27-content-wrapper h1 {
        line-height: 54px;
}
.c27-content-wrapper h2 {
        line-height: 46px;
}
.c27-content-wrapper h3 {
        line-height: 38px;
}
.c27-content-wrapper h4 {
        line-height: 30px;
}
.c27-content-wrapper h5 {
        line-height: 24px;
}
.c27-content-wrapper h6 {
        line-height: 22px;
}
.c27-content-wrapper table,
.comment-body table {
        width: 100%;
}
.c27-content-wrapper table tr:first-of-type,
.comment-body table tr:first-of-type {
        border-top: 0;
}
.c27-content-wrapper table tr,
.comment-body table tr {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 12px;
}
.c27-content-wrapper table tr td,
.c27-content-wrapper table tr th,
.comment-body table tr td,
.comment-body table tr th {
        padding: 9px 12px;
        font-weight: 400;
}
.c27-content-wrapper table td,
.comment-body table td {
        padding-left: 12px;
        padding-right: 12px;
}
.c27-content-wrapper table tbody tr th:first-child,
.c27-content-wrapper table thead tr th:first-child,
.comment-body table tbody tr td:first-child,
.comment-body table tbody tr th:first-child {
        padding-left: 0;
}
.c27-content-wrapper .post-password-form p label {
        width: 100%;
        float: none;
        margin-bottom: 25px;
}
.c27-content-wrapper p iframe {
        max-width: 100%;
}
.fieldset-create_account_email .field,
.fieldset-create_account_username .field {
        width: 100% !important;
        padding-bottom: 0 !important;
}
.user-job-package .md-checkbox {
        float: left;
}
.job-manager-error,
.job-manager-info,
.job-manager-message {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 25px;
        padding: 15px 28px 15px 50px;
        position: relative;
}
.job-manager-error:before,
.job-manager-info:before,
.job-manager-message:before {
        position: absolute;
        left: 20px;
        font-size: 15px;
}
.job-manager-error.job-manager-message:before,
.job-manager-info.job-manager-message:before,
.job-manager-message.job-manager-message:before {
        content: "\f058";
        font-family: Font Awesome\5 Free;
        font-weight: 900;
}
.job-manager-error.job-manager-error:before,
.job-manager-info.job-manager-error:before,
.job-manager-message.job-manager-error:before {
        content: "\e000";
        font-family: Material Icons;
        line-height: 14px;
        font-size: 20px;
        color: red;
        padding-top: 3px;
}
.add-listing-step .job-manager-error {
        margin-bottom: 0;
        margin-top: 25px;
}
.elementor-background-overlay {
        transform: translateZ(0);
}
div.wp-link-input input:focus {
        border-bottom: none !important;
        box-shadow: none !important;
}
.wp-editor-tools .wp-media-buttons button[type="button"].button {
        color: #555;
        border-color: #ccc;
        background: #f4f4f4;
        box-shadow: none;
        vertical-align: top;
        font-weight: 300;
        padding: 6px 17px;
        height: auto;
}
.mce-btn-group:not(:first-child),
.wp-switch-editor {
        border: none !important;
}
.wp-editor-tools .wp-media-buttons button[type="button"].button span:before {
        color: #82878c;
}
.form-group.cts-term-hierarchy:not(.md-group),
.form-group.explore-filter:not(.md-group) {
        position: relative;
        padding-top: 11px;
}
.form-group.explore-filter.heading-ui h3 {
        margin: 0;
        font-size: 14px;
}
.form-group.explore-filter.heading-ui {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
}
.form-group.cts-term-hierarchy:not(.md-group) label,
.form-group.explore-filter:not(.md-group):not(.form-group-tags):not(.recur-filter):not(.rating-filter) label {
        position: absolute;
        top: 0;
        left: 0;
}
.cts-term-hierarchy.form-group {
        position: relative;
}
.geocode-location {
        position: absolute;
        right: 0;
        bottom: 16px;
        font-size: 21px;
        color: #484848;
        cursor: pointer;
        opacity: 1;
        transition: opacity 0.15s ease;
}
.geocode-location:hover {
        opacity: 0.7;
}
.form-group.explore-filter.datepicker-form-group i.material-icons.c-show {
        top: 7px;
}
.wpcf7-form input[type="submit"]:focus {
        box-shadow: none;
}
body.smartphoneuser .elementor-element.elementor-section {
        background-attachment: scroll !important;
}
.ranges .range_inputs button:focus {
        background: #fff;
        color: #565662;
        outline: none;
        border-color: #d4d5d5 !important;
}
.job-manager-submitted-paid-listing-actions {
        overflow: hidden;
}
.wpcf7 .wpcf7-form input[type="checkbox"],
.wpcf7 .wpcf7-form input[type="radio"] {
        width: auto;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        top: 2px;
}
.wpcf7 .wpcf7-form input[type="checkbox"]:focus,
.wpcf7 .wpcf7-form input[type="radio"]:focus {
        box-shadow: none;
}
.wpcf7 .wpcf7-form .wpcf7-recaptcha {
        margin-bottom: 15px;
}
.element .listing-details .ld-info li {
        width: auto;
}
.element .lf-item-container ul {
        list-style: none;
        padding: 0;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .elementor-section.elementor-section-items-middle > .elementor-container {
                height: 1px;
        }
}
.fieldset-radio.form-group .field:after {
        content: "";
        display: table;
        clear: both;
}
.fieldset-radio.form-group .field .md-checkbox {
        width: 50%;
        margin-right: 0;
        float: left;
        padding-right: 10px;
}
.fieldset-radio.form-group .field .md-checkbox label {
        overflow: hidden;
}
.product-categories li a,
.recentcomments {
        line-height: 28px;
        font-size: 14px;
        transition: 0.2s ease;
}
.product-categories {
        margin-bottom: 0;
}
.product-categories li a:hover {
        color: #484848;
}
.modal-27 {
        opacity: 0;
        visibility: hidden;
}
.modal-27,
.modal-27.in {
        display: flex !important;
        justify-content: center;
        align-items: center;
}
.modal-27.in {
        opacity: 1;
        visibility: visible;
}
.daterangepicker .drp-buttons button.btn {
        float: none;
        display: inline-block;
}
@media only screen and (max-width: 1200px) {
        .add-listing-step .job-manager-error {
                margin-bottom: 0;
                margin-top: 25px;
        }
}
@media only screen and (max-width: 992px) {
        .job-manager-error,
        .job-manager-info,
        .job-manager-message {
                max-width: 730px;
        }
}
@media screen and (max-width: 600px) {
        .quicklinks .ab-top-menu #wp-admin-bar-new_draft a,
        .quicklinks .ab-top-menu #wp-admin-bar-new_draft a:before {
                width: 40px !important;
        }
}
@media only screen and (max-width: 768px) {
        .field-type-file.form-group .review-gallery-add,
        .fieldset-job_cover .job-manager-uploaded-file,
        .fieldset-job_cover .job-manager-uploaded-files progress,
        .fieldset-job_logo .job-manager-uploaded-file,
        .fieldset-job_logo .job-manager-uploaded-files progress,
        .form-group .job-manager-uploaded-files progress,
        .job-manager-uploaded-file {
                width: calc(33.3% - 10px);
        }
        .job-manager-error,
        .job-manager-info,
        .job-manager-message {
                max-width: 100%;
                margin-left: 10px !important;
                margin-right: 10px !important;
                padding-left: 35px;
        }
        .job-manager-error:before,
        .job-manager-info:before,
        .job-manager-message:before {
                left: 15px;
        }
        .form-group.explore-filter.datepicker-form-group i.material-icons.c-show {
                top: 3px;
        }
        .social-networks-repeater > input[type="button"] {
                width: 100%;
        }
        .social-networks-repeater > div > div > input[type="text"],
        .social-networks-repeater > div > div span.select2-container span.select2-selection__rendered {
                padding: 14px 0 !important;
        }
}
@media only screen and (max-width: 480px) {
        .field-type-file.form-group .review-gallery-add,
        .fieldset-job_cover .job-manager-uploaded-file,
        .fieldset-job_cover .job-manager-uploaded-files progress,
        .fieldset-job_logo .job-manager-uploaded-file,
        .fieldset-job_logo .job-manager-uploaded-files progress,
        .form-group .job-manager-uploaded-files progress,
        .job-manager-uploaded-file {
                width: calc(50% - 10px);
        }
}
@media only screen and (max-width: 350px) {
        .fieldset-radio.form-group .field .md-checkbox {
                width: 100%;
        }
        .field-type-file.form-group .review-gallery-add {
                width: 100%;
                margin: 0;
        }
}
@media (min-width: 993px) {
        .add-listing-step .job-manager-error {
                max-width: 700px;
        }
}
.md-group {
        position: relative;
        margin-bottom: 20px !important;
}
.md-group label {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        transition: 0.2s ease;
        pointer-events: none;
        font-size: 14px;
        left: 0;
        color: #232328;
}
.md-group input {
        font-size: 14px;
        font-weight: 600;
}
.md-group input:focus ~ label,
.md-group input:required:valid ~ label,
.md-group select:required:valid ~ label,
.md-group select[multiple] ~ .select2-container--focus ~ label {
        top: 0;
        transform: none;
        font-size: 14px;
}
.md-group.cts-term-hierarchy input:focus ~ label,
.md-group.cts-term-hierarchy input:required:valid ~ label,
.md-group.cts-term-hierarchy select:required:valid ~ label {
        animation: fadein 0.3s ease-in alternate;
}
@keyframes fadein {
        0% {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.md-group {
        padding-top: 11px;
}
.explore-filter input:focus,
.md-group input:focus,
.md-group input:required:valid,
.md-group select:required:valid {
        box-shadow: none;
        padding-left: 0;
}
.md-border-line {
        content: "";
        height: 2px;
        width: 0;
        background: var(--accent);
        transition: 0.2s ease;
        position: absolute;
        bottom: 0;
        display: none !important;
}
.explore-filter input:focus ~ .md-border-line,
.md-group input:focus ~ .md-border-line,
.md-group input:required:valid ~ .md-border-line,
.md-group select:required:valid ~ .md-border-line {
        width: 100%;
}
.md-active label {
        top: 0;
        font-size: 14px;
        transform: none;
}
.md-group .select2-selection__placeholder {
        display: none;
}
.featured-search .explore-filter.md-group + .explore-filter:not(.md-group) {
        margin-top: 0 !important;
}
.finder-search .cts-term-hierarchy.cts-term-filled label {
        top: 0;
        bottom: auto;
}
.featured-search .cts-term-filled.md-group label {
        bottom: 45px;
}
