.datepicker-wrapper {
    position: relative;
}
.datepicker-wrapper .picker {
    position: absolute;
    border: none;
    opacity: 0;
}
.datepicker-wrapper .reset-value {
    position: absolute;
    bottom: 7px;
    padding: 8px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    font-size: 17px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.datepicker-wrapper .reset-value.c-hide {
    right: -10px;
    opacity: 0;
}
.double-input > .datepicker-wrapper {
    width: calc(50% - 10px);
    float: left;
}
.double-input > .datepicker-wrapper:first-of-type {
    margin-right: 10px;
}
.datepicker-form-group label {
    float: none !important;
}
.featured-search .datepicker-wrapper .reset-value {
    padding: 2px;
    background: #f24286;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    bottom: -9px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .datepicker-wrapper .picker {
        position: relative !important;
        opacity: 1 !important;
    }
    .datepicker-wrapper .picker ~ .display-value {
        display: none;
    }
    .datepicker-wrapper .picker ~ .c-show {
        display: none !important;
    }
}
@media only screen and (max-width: 320px) {
    .double-input > .datepicker-wrapper {
        width: 100%;
        margin-right: 0;
    }
}
.datepicker-wrapper .reset-value:before {
    content: "\e5cd" !important;
}
#finderSearch .datepicker-wrapper input {
    border: none !important;
    padding-top: 45px;
    text-align: center;
    font-size: 13px;
}
#finderSearch .datepicker-wrapper:before {
    content: "\f274";
    display: inline-block;
    font: normal normal normal 14px/1 Font Awesome\5 Free;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    top: 13px;
}
#finderSearch .datepicker-form-group {
    padding-top: 0 !important;
    margin-bottom: 15px;
}
#finderSearch .datepicker-form-group > label {
    position: static !important;
}
#finderSearch .datepicker-wrapper {
    background: transparent;
    border-radius: 2px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    margin-top: 10px;
}
#finderSearch .datepicker-wrapper:hover {
    background: rgba(0, 0, 0, 0.03);
    cursor: pointer;
}
#finderSearch .datepicker-wrapper input:hover {
    cursor: pointer;
}
#finderSearch .datepicker-wrapper .reset-value {
    bottom: auto;
    top: 0;
    opacity: 0;
}
#finderSearch .datepicker-wrapper:hover .reset-value {
    opacity: 1;
}
.datepicker-wrapper .reset-value.c-hide {
    opacity: 0 !important;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    width: 37px;
    font-size: 14px;
}
.finder-container ~ .daterangepicker {
    z-index: 200;
}
.finder-container.fc-type-2 ~ .daterangepicker {
    z-index: 502;
}
.daterangepicker td,
.daterangepicker th {
    font-weight: 500;
    border-radius: 2px;
    font-size: 12px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #f24286;
}
.ranges .range_inputs button {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.daterangepicker .input-mini,
.daterangepicker input {
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 0 5px;
    padding: 14px 6px 14px 28px;
}
.daterangepicker .input-mini.active {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #f24286;
}
* {
    box-sizing: border-box;
}
ol,
ul {
    list-style-type: none;
    padding: 0;
}
/*p {
    font-size: 14px;
    line-height: 26px;
}*/
a,
p {
    color: #242429;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #f24286;
}
a:hover {
    cursor: pointer;
}
a[href*="tel:"] {
    color: #fff;
}
b,
strong {
    font-weight: 600;
}
body {
    background: #f4f4f4;
    font-family: GlacialIndifference, sans-serif;
    color: #242429;
}
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 20px;
    text-align: center;
    border: none;
    font-size: 18px;
    font-weight: 500;
    font-family: Georgia;
    color: #242429;
    font-style: italic;
}
.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;
}
html {
    background: #f9f9f9;
}
.select2-container .select2-dropdown ul li:focus {
    outline: none;
}
.buttons {
    font-size: 13px;
    padding: 14px 40px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    border-radius: 3px;
    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;
    -webkit-transition: all 0.3s ease-in-out;
    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-outlined {
    color: #fff;
    border: 2px solid hsla(0, 0%, 100%, 0.5);
}
.button-outlined:visited,
.button-outlined:visited:hover {
    color: #fff;
}
.button-1 {
    color: #f24286;
    border: none;
    background: #fff;
}
.button-1:hover {
    color: #fff;
    background: #f24286;
}
.button-1:visited {
    color: #f24286;
}
.button-1:visited:hover,
.button-2 {
    color: #fff;
    background: #f24286;
}
.button-2 {
    border: none;
}
.button-2:hover {
    color: #fff;
    opacity: 0.9;
}
.button-2:visited {
    color: #fff;
}
.button-2:visited:hover {
    color: #fff;
    background: #242429;
}
.button-2:focus {
    color: #fff;
}
.button-3 {
    color: #f24286;
    border: 2px solid #f24286;
    background: transparent;
    border-radius: 3px;
}
.button-3:hover {
    background: #f24286;
    color: #fff;
}
.button-3:visited {
    color: #f24286;
}
.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 {
    color: #f24286;
    border: none;
    background: #f3f4f5;
    border-radius: 2px;
}
.button-5:hover {
    background: #f24286;
    color: #fff;
}
.button-5:visited {
    color: #f24286;
}
.button-5:visited:hover {
    background: #f24286;
    color: #fff;
}
.button-6 {
    color: #fff;
    border: none;
    background: #242429;
}
.button-6:hover {
    color: #fff;
    background: #f24286;
}
.button-6:visited {
    background: #242429;
}
.button-6:visited:hover {
    color: #fff;
    background: #f24286;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: 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: #f24286;
    background: #f24286;
}
.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;
}
.header {
    position: absolute;
    z-index: 500;
    width: 100%;
    top: 0;
    height: 89px;
}
.header-menu-left .i-nav > ul,
.header-menu-right .i-nav > ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin: 0;
    height: 50px;
}
.header-menu-left .i-nav > ul {
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.header .header-skin {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.header .header-container {
    height: 100%;
}
.header .header-container .header-top .logo a img {
    margin-top: 0;
}
.header.header-style-alternate:not(.header-scroll) {
    height: 132px !important;
}
.header.header-style-alternate:not(.header-scroll) .header-container .header-top .logo a img {
    max-height: 132px;
}
.header.header-style-alternate.header-scroll {
    padding: 0 35px;
}
.header.header-light-skin:not(.header-scroll) .header-skin {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}
.header.header-scroll.header-scroll-light-skin .header-skin {
    border-bottom: 1px solid #ebebeb;
}
.header.header-static {
    position: absolute !important;
}
.header-top {
    position: absolute;
    width: 100%;
}
.header .logo img {
    height: 38px;
    width: auto;
    margin-right: 5px;
}
.header .logo {
    float: left;
}
.header .header-right {
    float: right;
}
.header-right .header-button {
    position: relative;
    float: left;
}
.header-right .header-button a.buttons {
    font-size: 13px;
}
.header-right .header-button a.buttons i {
    top: auto;
}
.header-button a {
    padding: 15px 25px;
}
.sm-icon {
    padding-right: 5px;
    font-size: 20px;
    width: auto;
    position: relative;
    top: -2px;
}
.header.header-scroll {
    position: fixed !important;
    height: 89px;
    z-index: 1000;
}
.header.header-scroll.header-scroll-hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.c27-main-header {
    -webkit-transition: -webkit-transform 0.3s ease !important;
    transition: -webkit-transform 0.3s ease !important;
    transition: transform 0.3s ease !important;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
    -webkit-transform: translateZ(0);
    will-change: transform;
}
.header.header-style-alternate {
    -webkit-transition: height 0.5s ease, -webkit-transform 0.3s ease !important;
    transition: height 0.5s ease, -webkit-transform 0.3s ease !important;
    transition: transform 0.3s ease, height 0.5s ease !important;
    transition: transform 0.3s ease, height 0.5s ease, -webkit-transform 0.3s ease !important;
}
.header.header-scroll.header-scroll-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header-skin {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform: translateZ(0);
    will-change: auto;
}
.header.header-scroll.header-scroll-dark-skin .header-skin {
    background: rgba(25, 28, 31, 0.96);
}
.header.header-light-skin:not(.header-scroll) .header-skin,
.header.header-scroll.header-scroll-light-skin .header-skin {
    background: #fff;
}
.header-light-skin:not(.header-scroll) .user-area .user-profile-name,
.header-light-skin:not(.header-scroll) .user-area a[data-toggle="modal"],
.header.header-scroll.header-scroll-light-skin .user-area .user-profile-name,
.header.header-scroll.header-scroll-light-skin .user-area a[data-toggle="modal"] {
    color: #242429;
}
.header-light-skin:not(.header-scroll) .user-area .user-profile-name i,
.header.header-scroll.header-scroll-light-skin .user-area .user-profile-name i {
    color: rgba(0, 0, 0, 0.3);
}
.header.header-light-skin:not(.header-scroll) .user-area > a,
.header.header-light-skin:not(.header-scroll) .user-area > span,
.header.header-scroll.header-scroll-light-skin .user-area > a,
.header.header-scroll.header-scroll-light-skin .user-area > span {
    color: #484848;
}
.header.header-scroll.header-scroll-light-skin .header-skin {
    background: #fff;
}
.i-nav ul {
    margin-left: 0;
    margin-top: 10px;
    list-style: none;
}
.i-nav ul li {
    float: left;
    display: block;
    font-size: 14px;
}
.i-nav > ul > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
}
.i-nav li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}
header.cts-medium-font .main-nav > li > a {
    font-size: 15px;
    position: relative;
    top: -1px;
}
header.cts-large-font .main-nav > li > a {
    font-size: 16px;
    position: relative;
    top: -2px;
}
header.cts-font-weight-bold .main-nav > li > a {
    font-weight: 600;
}
.profile-header .profile-menu.cts-medium-font ul li a {
    font-size: 15px;
}
.profile-header .profile-menu.cts-large-font ul li a {
    font-size: 16px;
}
.profile-header.profile-header-fixed .profile-menu.cts-medium-font ul li a {
    font-size: 14px;
    padding-top: 26px;
}
.profile-header.profile-header-fixed .profile-menu.cts-large-font ul li a {
    font-size: 15px;
    padding-top: 25px;
}
.profile-header .profile-menu.cts-font-weight-bold ul li a {
    font-weight: 600;
}
.cts-content-medium-font .element.plain-text-content .pf-body p {
    font-size: 14px;
}
.cts-content-large-font .element.plain-text-content .pf-body p {
    font-size: 15px;
}
.cts-medium-font .title-style-1 h5 {
    font-size: 14px;
    margin-top: -1px;
}
.cts-large-font .title-style-1 h5 {
    font-size: 15px;
}
.cts-font-weight-bold .title-style-1 h5 {
    font-weight: 600 !important;
}
.main-nav > li > a {
    opacity: 1;
    white-space: nowrap;
}
.main-nav li:hover .submenu-toggle {
    opacity: 1;
}
.mob-sign-in {
    display: none;
}
.i-nav li a.active,
.i-nav li a:hover {
    color: #fff;
    opacity: 1;
}
.header .user-area {
    font-size: 13px;
    text-align: right;
    color: #fff;
    margin-right: 30px;
    float: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
}
.header .user-area > a {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    line-height: 24px;
    font-size: 14px;
}
.mobile-menu,
.mobile-nav-head {
    display: none;
}
.header .user-area > i.user-area-icon {
    font-size: 20px;
    float: left;
    position: relative;
    padding-right: 7px;
}
.header-scroll.header-scroll-light-skin .user-area > span,
.header.header-dark-skin.header-scroll-light-skin.header-scroll .user-area > i.user-area-icon,
.header.header-light-skin .user-area > i.user-area-icon,
.header.header-light-skin .user-area span,
.header.header-scroll-light-skin .user-area > i.user-area-icon {
    color: #484848;
}
.header-scroll.header-scroll-dark-skin .user-area > span,
.header.header-dark-skin .user-area > i.user-area-icon,
.header.header-scroll.header-scroll-dark-skin .user-area > i.user-area-icon {
    color: #fff;
}
.header .user-area span {
    opacity: 0.7;
}
.header .user-area > a:hover {
    opacity: 1;
}
.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.user-area div.avatar {
    margin-right: 10px;
    height: 26px;
    width: 26px;
}
.avatar img {
    max-width: 100%;
}
.user-area .user-profile-name {
    opacity: 1;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    line-height: 24px;
    display: block;
    font-size: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 400;
}
.listing-no-logo .profile-name {
    padding-left: 0;
}
.profile-header-fixed .profile-name.no-tagline {
    padding-top: 0;
}
.user-area .user-profile-name:hover {
    opacity: 1;
}
.profile-name.no-tagline .listing-rating {
    margin-bottom: 5px;
}
.user-profile-dropdown {
    position: relative;
}
.header.header-menu-center .i-nav {
    position: relative !important;
    float: none !important;
    display: table;
    margin: auto;
}
.i-dropdown {
    background: #fff;
    position: absolute;
    right: 0 !important;
    top: 30px;
    width: 215px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 1;
    z-index: 199;
    border-radius: 0;
    border: 0;
}
.dropdown-menu,
.i-dropdown {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}
.dropdown-menu {
    border: none;
}
ul.dropdown-menu {
    display: block;
    float: none;
    left: auto;
    min-width: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 40px;
    opacity: 0;
    visibility: hidden;
}
.open > ul.dropdown-menu {
    opacity: 1 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 40px;
    visibility: visible;
}
.cover-buttons .open > ul.dropdown-menu {
    top: 52px;
}
.dropup .i-dropdown {
    top: -173px;
    opacity: 1 !important;
}
.dropup.open .i-dropdown {
    top: -143px;
}
ul.dropdown-menu > li > a:focus,
ul.dropdown-menu > li > a:hover {
    background: #fff;
}
.i-dropdown li {
    margin-right: 0 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.i-dropdown li a {
    color: #242429;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
    position: relative;
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out;
}
.i-dropdown > li:last-child > a {
    border-bottom: none;
}
.i-dropdown li a:hover {
    color: #f24286;
    padding-left: 10px;
}
.user-profile-dropdown .i-dropdown li a i {
    font-size: 16px !important;
    top: 3px !important;
    position: relative;
    padding-right: 5px;
}
.signin-area > span {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
}
.user-profile-dropdown .i-dropdown li:last-child a {
    color: #f24286;
}
.profile-cover {
    position: relative;
    height: 480px;
    z-index: 12;
}
.profile-cover ~ .tab-content {
    position: relative;
    z-index: 10;
}
.profile-cover-content {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
    z-index: 10;
}
.cover-buttons,
.cover-details {
    display: inline-block;
}
.inside-rating {
    padding: 12px 13px;
    left: 0;
    margin-right: 0;
    position: static;
    line-height: 23px;
    float: none;
    border-radius: 2px;
}
.cover-buttons .inside-rating.listing-rating .out-of {
    top: -5px;
}
.cover-details {
    position: relative;
    top: -20px;
    margin-right: 15px;
}
.cover-details ul li {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    color: #fff;
}
.cover-details ul li i {
    float: left;
}
#c27-single-listing .cover-buttons ul li a.cb-wrapper {
    color: inherit;
    display: block;
}
.cover-buttons,
.cover-buttons .inside-date,
.cover-buttons .inside-price,
.cover-buttons .inside-rating,
.cover-buttons .inside-rent-price {
    height: 48px;
}
.cover-buttons .button-outlined,
.cover-buttons .button-plain {
    padding: 14px 18px !important;
    font-weight: 400;
}
.cover-buttons .button-plain {
    border: 0;
}
.cover-buttons .button-3:hover,
.cover-buttons .button-4:hover,
.cover-buttons .button-outlined:hover {
    border-width: 1px;
}
.cover-buttons .button-primary {
    color: #f24286;
    background: hsla(0, 0%, 100%, 0.95);
    border: none;
}
.cover-buttons .button-secondary {
    background: #f24286;
    border: none;
    color: #fff;
}
.cover-buttons .button-outlined {
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.button-outlined:hover {
    color: #fff;
    border: 2px solid hsla(0, 0%, 100%, 0.8);
}
.cover-buttons > a {
    margin-left: 5px;
}
.cover-buttons > span:hover {
    background: #f24286;
}
.cover-buttons .buttons.icon-only i {
    float: left;
}
.inside-date {
    display: -webkit-box;
    display: flex;
}
.single-job-listing .cover-buttons .formatted.date span.e-day {
    font-weight: 400;
}
.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;
}
.inside-price {
    float: none;
    padding: 16px 15px;
    left: 0;
    margin-right: 0;
    position: static;
    display: inline-block;
    font-weight: 400;
    line-height: 16px;
    font-size: 16px;
}
.rent-price.inside-rent-price {
    padding: 13px;
    margin-right: 0;
    display: -webkit-box;
    display: flex;
    line-height: 23px;
    -webkit-box-align: center;
    align-items: center;
}
.rent-price.inside-rent-price .value {
    font-weight: 600;
}
.cover-buttons .rent-price.inside-rent-price .out-of {
    text-transform: uppercase;
    top: -5px;
    font-weight: 600;
}
.profile-cover-no-bg.profile-cover {
    background: #fff;
    height: auto;
}
.profile-cover-no-bg .overlay {
    display: none;
}
.profile-cover-no-bg .profile-cover-content {
    background: #fff;
    position: relative;
    bottom: -50px;
}
.profile-cover-no-bg .inside-date {
    background: #f24286;
    color: #fff;
}
.profile-cover-no-bg .cover-buttons a.buttons,
.profile-cover-no-bg .cover-buttons a.buttons:visited:hover {
    color: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid #bac2c5;
}
.profile-cover.profile-cover-no-img {
    height: 350px;
    background: #202125;
}
.profile-cover.profile-cover-no-img .overlay {
    display: none;
}
.cover-buttons {
    position: relative;
}
.cover-buttons > ul > li,
.single-post .cover-buttons > ul > a {
    float: left;
    position: relative;
    padding-left: 5px;
}
.single-post .profile-cover-no-bg .cover-buttons > ul > a div.buttons {
    border: 1px solid #bac2c5;
    color: rgba(0, 0, 0, 0.6) !important;
}
.cover-buttons .button-secondary a:hover,
.cover-buttons a {
    color: #fff;
}
.cover-buttons .i-dropdown {
    z-index: 99;
    top: 65px;
    width: 150px;
}
.bookmark.bookmarked {
    background: #fff;
    color: #f24286;
}
.bookmark.bookmarked:focus,
.bookmark.bookmarked:visited,
a.bookmark.bookmarked:focus {
    color: #f24286;
}
.ld-bookmark.bookmarked {
    background: #f24286;
    color: #fff;
}
.ld-info ul li > a:focus {
    color: #484848;
}
.ld-info ul li > a:hover {
    color: #f24286;
}
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: 2px solid rgba(0, 0, 0, 0.12);
    -webkit-transition: padding 0.25s ease-in-out;
    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: #f24286;
    -webkit-backface-visibility: hidden;
    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;
}
label {
    color: #242429;
    font-size: 13px;
    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;
}
.dark-forms input,
.dark-forms textarea {
    border: none;
    background: transparent;
    padding: 16px 0;
    color: #fff;
    outline: none;
    font-size: 12px;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.dark-forms ::-webkit-input-placeholder {
    color: #fff;
}
.dark-forms ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.dark-forms :-ms-input-placeholder {
    color: #fff;
}
.dark-forms :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.dark-forms input:focus,
.dark-forms input:hover,
.dark-forms textarea:focus,
.dark-forms textarea:hover {
    outline: none;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.7);
    padding-left: 10px;
}
.dark-forms select {
    background-color: transparent;
    padding: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 999px;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    outline: none;
}
.dark-forms select:focus {
    outline: none;
}
.dark-forms select:hover {
    border: 2px solid hsla(0, 0%, 100%, 0.8);
}
.dark-forms select:before {
    content: "\e5db";
    color: #fff;
    position: absolute;
}
.dark-forms label {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 12px;
    font-weight: 300;
    float: left;
    margin-bottom: -4px;
}
.form-info {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.forgot-password {
    margin-top: 10px;
}
.forgot-password a i,
.modal-content form.sign-in-form a.c27-open-modal i {
    font-size: 18px;
    display: inline-block;
    color: #c7cdcf;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.md-checkbox label {
    float: none !important;
}
.form-info .md-checkbox {
    float: left;
    margin: 0;
}
.form-info .forgot-password {
    text-align: right;
}
.form-info a {
    text-decoration: none;
    font-size: 14px;
}
.sign-in-box .md-checkbox {
    height: auto;
    overflow: auto;
}
.sign-in-box .md-checkbox label {
    white-space: inherit;
    line-height: 20px;
    font-size: 14px;
}
.featured-search {
    width: 100%;
}
.featured-search form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.featured-search > form {
    display: inline-block;
    padding: 20px 25px 6px;
}
.featured-search .form-group {
    width: calc(25% - 12px);
    height: 59px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.featured-search .form-group:nth-child(4n) {
    margin-right: 0;
}
.featured-search .filter-count-2 .form-group:nth-child(2n) {
    margin-right: 0 !important;
}
.featured-search.tall .fs-tabs .tab-content .form-group:last-child {
    height: auto;
}
.featured-search .form-group .select2-container,
.featured-search .form-group input {
    width: 100% !important;
}
.featured-search .proximity-filter {
    padding-top: 23px !important;
}
.featured-search .search {
    margin-top: 10px;
    width: 100%;
    font-weight: 600;
}
.featured-search .search i {
    vertical-align: middle;
    float: none;
    top: 0;
}
.text-gradient {
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #7dd2c7), to(#f04786));
    background: linear-gradient(270deg, #7dd2c7 0, #f04786);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.gradient1 {
    color: #f24286;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #7dd2c7), to(#f04786));
    background: linear-gradient(270deg, #7dd2c7 0, #f04786);
}
.gradient2 {
    color: #00af9c;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #71d68b), to(#00af9c));
    background: linear-gradient(270deg, #71d68b 0, #00af9c);
}
.gradient3 {
    color: #ff5f6d;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #ff5f6d), to(#ffc371));
    background: linear-gradient(270deg, #ff5f6d 0, #ffc371);
}
.gradient4 {
    color: #eecda3;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #eecda3), to(#ef629f));
    background: linear-gradient(270deg, #eecda3 0, #ef629f);
}
.gradient5 {
    color: #114357;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #114357), to(#f29492));
    background: linear-gradient(270deg, #114357 0, #f29492);
}
.gradient6 {
    color: #52edc7;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #52edc7), to(#f29492));
    background: linear-gradient(270deg, #52edc7 0, #f29492);
}
.gradient7 {
    color: #c644fc;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #c644fc), to(#5856d6));
    background: linear-gradient(270deg, #c644fc 0, #5856d6);
}
.overlay {
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #242429;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.i-section {
    padding-top: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid #ebebeb;
}
.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%;
}
.featured-section.align-section-center {
    text-align: center;
}
.featured-section h1 {
    font-size: 56px;
}
.featured-section h2 {
    font-size: 50px;
}
.featured-section h3 {
    font-size: 40px;
}
.featured-section h4 {
    font-size: 30px;
}
.featured-section h5 {
    font-size: 20px;
}
.featured-section h6 {
    font-size: 16px;
}
.featured-section p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 29px;
    color: #fff;
}
.featured-section .featured-caption {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    width: 100%;
    z-index: 10;
}
.fc-description.fc-center {
    text-align: center;
}
.featured-search.tall > form {
    padding: 30px;
}
.add-box-shadow {
    box-shadow: 0 5px 93px rgba(0, 0, 0, 0.25);
}
.featured-search.wide .fs-tabs .tab-content {
    padding-bottom: 10px;
    padding-top: 15px;
    border-radius: 3px;
    border-top-left-radius: 0;
}
.transparent .featured-search.wide .fs-tabs .tab-content {
    border-top-left-radius: 3px;
}
.transparent .featured-search .fs-tabs .tab-content {
    border: none;
}
.featured-search.tall .form-group {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.form-group.location-wrapper .material-icons {
    padding-right: 0;
}
.featured-search.tall .fs-tabs .tab-content {
    padding-bottom: 0;
}
.featured-search.tall .form-group label {
    margin-bottom: -8px;
}
.featured-search .fs-tabs .tab-content .form-group label {
    float: left;
}
.transparent .featured-search.wide .fs-tabs .tab-content {
    padding-bottom: 0;
    padding-top: 15px;
}
.transparent .md-group {
    margin-bottom: 17px !important;
}
.transparent .fs-tabs .nav-tabs > li.active > a,
.transparent .fs-tabs .nav-tabs > li.active > a:focus,
.transparent .fs-tabs .nav-tabs > li.active > a:hover {
    background-color: transparent !important;
    border: none !important;
    padding-left: 0 !important;
    opacity: 1;
}
.transparent .fs-tabs .nav-tabs > li > a:hover {
    background-color: transparent;
    opacity: 1;
}
.transparent .fs-tabs .nav-tabs > li > a {
    font-size: 15px;
    opacity: 0.5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none !important;
    padding-left: 0 !important;
    background: transparent !important;
    padding-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.transparent .fs-tabs ul li a i {
    font-size: 24px;
    padding-left: 0;
}
.transparent .nav-tabs > li {
    margin-bottom: 15px;
}
.featured-map {
    height: 750px !important;
}
.featured-map #map {
    position: absolute;
    top: 0;
}
.featured-map .featured-caption {
    pointer-events: none;
    position: absolute !important;
    bottom: 100px !important;
    top: auto !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
}
.featured-map .featured-caption .text-center > div,
.featured-map .featured-caption .text-left > div,
.featured-map .featured-caption .text-right > div {
    pointer-events: all;
}
.explore-section-map {
    height: 100vh;
    position: relative;
}
.explore-section-map .finder-search {
    height: 100%;
    padding-bottom: 20px;
}
.explore-section-map .finder-map {
    height: 100% !important;
    width: 77%;
}
.explore-search .tab-content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header-container .container > div > form {
    margin-bottom: 0;
}
.header-search {
    position: relative;
    margin-right: 20px;
    width: 300px;
    float: left;
    z-index: 100;
}
.header-search > input {
    width: 100%;
    padding-left: 30px;
    border-bottom: none;
    font-weight: 400;
    padding-top: 18px;
    position: relative;
    z-index: 5;
    color: #1d1d23;
    font-size: 14px;
}
.header-search input:focus,
.header-search input:hover {
    padding-left: 30px;
    border-bottom: none;
    box-shadow: none;
}
.header-fixed {
    position: fixed;
}
.header-search > i {
    position: absolute;
    left: 0;
    top: 18px;
    color: #fff;
    font-size: 20px;
    z-index: 5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fs4-categories {
    margin-top: 40px;
}
.mob-sign-in i {
    font-size: 22px;
}
.header-light-skin .mob-sign-in i,
.header-scroll.header-scroll-light-skin .mob-sign-in i {
    color: #484848;
}
.header-dark-skin .mob-sign-in i,
.header-dark-skin:not(.header-scroll) .mob-sign-in i,
.header-scroll.header-scroll-dark-skin .mob-sign-in i {
    color: #fff;
}
.mob-sign-in {
    float: right;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.profile-header {
    height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    position: relative;
}
.profile-header .profile-name {
    margin-left: 140px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    overflow: hidden;
    float: left;
    white-space: nowrap;
}
.listing-no-logo .profile-header .profile-name {
    margin-left: 0;
}
.profile-header .profile-menu {
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 11;
}
.profile-header .profile-menu ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.profile-header .profile-menu ul:after,
.profile-header .profile-menu ul:before {
    content: "";
    margin: auto;
}
.profile-header .profile-menu ul li a {
    font-size: 14px;
    padding: 0 60px;
    position: relative;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #242429;
    height: 60px;
    font-weight: 400;
}
.profile-header .profile-menu ul li a:after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    left: 0;
    background: #f24286;
}
.profile-header .profile-menu ul li.active a:after,
.profile-header .profile-menu ul li a:hover:after {
    width: 100%;
}
.profile-header .profile-menu ul li:last-of-type a:before {
    display: none;
}
.profile-menu #border-bottom {
    position: absolute;
    display: none;
    border-bottom: 2px solid #f24286;
    height: 1px;
    -webkit-transition: width 0.3s, left 0.3s;
    transition: width 0.3s, left 0.3s;
}
.profile-header .profile-menu {
    top: 1px !important;
}
.profile-header .profile-menu ul li.active a {
    border-bottom: none !important;
}
.items-counter {
    display: inline-block;
    width: auto;
    min-width: 18px;
    height: 18px;
    border: 1px solid #bac1c1;
    border-radius: 50px;
    margin-left: 6px;
    text-align: center;
    font-size: 11px;
    padding: 1px 5px 0;
    color: #484848;
}
.profile-header .profile-menu ul li a:hover {
    opacity: 1;
}
.profile-header-fixed {
    position: fixed;
    top: 88px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    height: 75px;
}
.profile-header-fixed ~ .tab-content {
    padding-top: 85px;
}
.job_listing_preview .profile-header-fixed ~ .tab-content {
    padding-top: 0;
}
.profile-header-fixed .profile-avatar {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 6px;
}
.profile-header-fixed .profile-name {
    margin-left: 75px;
}
.profile-header-fixed .profile-name h2 {
    display: none;
}
.profile-header-fixed .profile-name h1 {
    font-size: 16px;
    margin-top: 27px;
}
.profile-header-fixed .profile-menu ul li a {
    padding: 28px 15px;
}
.listing-cat {
    height: 300px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.listing-cat:hover .lc-background {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.lc-background {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.listing-cat > a {
    display: block;
    width: 100%;
    height: 100%;
}
.listing-cat .lc-info {
    color: #fff;
    position: absolute;
    bottom: 30px;
    z-index: 4;
    width: 100%;
    left: 0;
    padding: 0 30px;
    text-align: center;
}
.lc-info h4 {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
.lc-info h6 {
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
}
.lc-icon {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    border-radius: 50%;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.lc-icon i {
    font-size: 50px;
    color: #fff;
}
.listing-cat .overlay {
    z-index: 3;
    opacity: 0.3;
    -webkit-backface-visibility: hidden;
}
.listing-cat a:hover .overlay {
    opacity: 0.95;
}
.ac-category {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    float: left;
    margin-bottom: 20px;
    height: 120px;
}
.col-lg-4.ac-category {
    height: 150px;
}
.col-lg-6.ac-category {
    height: 180px;
}
.ac-front-side .category-name {
    position: relative;
    top: 10px;
    color: #242429;
    font-size: 14px;
    float: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.ac-front-side .cat-icon i {
    font-size: 26px;
}
.ac-front-side .cat-icon {
    margin-top: 0;
    display: block;
    float: none;
    margin: auto;
    border: none;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 0;
}
.cat-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.cat-card:hover .ac-front-side {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 1;
}
.cat-card:hover .ac-back-side {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2;
}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
.face.ac-front-side {
    background: #fff;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    z-index: 2;
}
.ac-front-side:after {
    right: 0;
}
.ac-front-side:before {
    left: 0;
}
.face.ac-back-side {
    display: block;
    box-sizing: border-box;
    text-align: left;
    background-color: #000;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    border-radius: 2px;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.face.ac-back-side p {
    color: #fff;
    height: 24px;
    margin-bottom: 0;
    font-size: 14px;
}
.hovering-c {
    position: relative;
    top: 50%;
    transform: translateY(-50%) translateZ(50px) scale(0.95);
    -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
    -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
    padding: 12px 15px;
    text-align: center;
}
.open-now,
.sl-zindex {
    z-index: 10 !important;
}
.open-now .pf-body {
    padding-top: 0 !important;
    clear: both;
}
.open-now .pf-body .extra-details {
    margin-bottom: 0;
}
.element .pf-body iframe {
    width: 100%;
}
.lf-item {
    height: 230px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.lf-item-container {
    margin-bottom: 20px;
    -webkit-transform: translateZ(0);
}
.lf-item > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@supports (-ms-ime-align: auto) {
    .lf-item-container .lf-item > a {
        -webkit-transition: none;
        transition: none;
    }
    .material-spinner .circular {
        -webkit-animation-duration: 1.2s !important;
        animation-duration: 1.2s !important;
    }
    .material-spinner .path {
        stroke-dasharray: 65, 200 !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .select2-container {
        z-index: 999;
    }
    #ml-messages-modal.in ~ .select2-container {
        z-index: 1051;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .material-spinner .circular {
        -webkit-animation-duration: 1.2s !important;
        animation-duration: 1.2s !important;
    }
    .material-spinner .path {
        stroke-dasharray: 65, 200 !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .elementor-section-use-parallax-yes.c27-parallax-active {
        background-attachment: scroll !important;
    }
    .results-view .grid-item {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    #c27-single-listing .element .pf-body .listing-details li {
        padding-bottom: 10px !important;
    }
    #c27-single-listing .featured-section {
        overflow: hidden;
    }
    .modal.modal-27 .modal-dialog,
    .modal.quick-view-modal > .container {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
        min-height: 38px;
    }
}
@media screen and (min-width: -100px) and (-webkit-min-device-pixel-ratio: 0) {
    .material-spinner .circular {
        -webkit-animation-duration: 1.2s !important;
        animation-duration: 1.2s !important;
    }
    .material-spinner .path {
        stroke-dasharray: 65, 200 !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}
.lf-item .overlay {
    z-index: 3;
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lf-item > a:hover .overlay {
    opacity: 0.7 !important;
}
.lf-background {
    background-position: 50%;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transition: all 0.2s ease;
    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: 16px;
    color: #fff;
    margin-top: 0;
}
.lf-item-rating {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 10px;
    padding-top: 6px;
    font-weight: 400;
    width: 57px;
}
.lf-item-rating span.value {
    font-size: 15px;
}
.lf-item-rating span.out-of {
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 6px;
}
.lf-item-info > ul li i {
    float: left;
    width: auto !important;
    font-size: 18px;
    top: 0;
}
.lf-item-info > ul li {
    display: block;
    font-size: 12px;
    padding-right: 10px;
    padding-bottom: 7px;
    float: left;
    white-space: nowrap;
    max-width: 100%;
}
.lf-item-info > ul {
    margin-bottom: 0;
}
#c27-single-listing .element .pf-body .lf-item-container .listing-details,
.listing-details {
    width: 100%;
    height: 60px;
    background: #fff;
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.lf-item-container .event-host > a,
.lf-item-container .listing-details > ul {
    float: left;
    width: 70%;
}
.lf-item-container .listing-details > ul {
    position: absolute;
    left: 15px;
    width: auto !important;
    max-width: 100%;
}
.lf-item-container .event-host > a {
    width: 100% !important;
}
.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: 12px;
}
.sbf-container .listing-details > ul > li:first-child {
    margin-right: 12px;
}
.lf-item-container .listing-details > ul > li[data-toggle="tooltip"] {
    max-width: 20%;
    padding-right: 0;
}
.listing-details > ul > li[data-toggle="tooltip"] .cat-icon {
    margin-right: 0;
    height: 32px;
    width: 32px;
    -webkit-transform: translateZ(0);
}
.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;
    float: left;
    background: #b4b4c1;
    overflow: hidden;
}
.listing-details .category-name {
    position: relative;
    top: 5px;
    color: #242429;
    font-size: 14px;
    text-overflow: ellipsis;
    font-weight: 400;
}
.lf-item-container .listing-details .category-name {
    font-size: 13px;
}
.cat-icon i {
    font-size: 20px;
    color: #fff;
}
.cat-icon .lt-icon-image {
    width: 75%;
    height: auto;
    padding: 2px;
}
.lf-item-container .listing-details .cat-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.lf-item-container .listing-details .cat-icon i {
    font-size: 18px;
}
.listing-details .cat-icon {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.listing-details .cat-icon:hover {
    opacity: 0.8;
}
.open-closed {
    float: right;
    display: block;
}
.oc-closed {
    color: #bf7290;
}
.oc-closed,
.oc-open {
    font-size: 12px;
    padding-top: 8px;
    display: block;
}
.oc-open {
    color: #61a998;
}
.ld-info {
    width: 30%;
}
.ld-info,
.ld-info ul {
    float: right;
}
.ld-info ul li {
    float: left;
    margin-left: 7px;
}
.ld-info ul li a {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: transparent;
}
.ld-info ul li i {
    font-size: 15px;
    text-align: center;
    display: block;
    padding-top: 8px;
}
.lf-type-3 .lf-item {
    height: 220px;
}
.lf-type-3 .listing-details {
    padding: 0;
    text-align: center;
    height: 47px;
}
.lf-type-3 .listing-details .ld-info {
    display: inline-block;
    float: none;
    position: relative;
    top: 7px;
}
.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;
    padding-top: 6px !important;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: none;
    color: #565662;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.lf-head {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
}
.lf-head-btn {
    position: static;
    float: left;
    margin-right: 5px;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 0 7px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    top: 20px;
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 2px;
    z-index: 4;
    line-height: 17px;
    height: 32px;
}
.rating-preview-card i {
    font-size: 15px !important;
}
.rating-categories .clasificacion {
    direction: ltr;
}
.lf-head-btn.open-status {
    font-size: 13px;
}
.lf-head-btn.open-status span {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16px;
}
.lf-head-btn a {
    color: #fff;
}
.open {
    color: #179a6b;
}
.closed {
    color: #d44646;
}
.hours-today.multiple-ranges,
.timing-today {
    font-size: 13px;
    float: right;
}
.open-now .timing-today {
    margin-bottom: 0;
    position: relative;
    top: 2px;
    padding-right: 30px;
}
.open-now .timing-today .expand_more {
    position: absolute;
    right: 0;
    top: -2px;
    border: 1px solid #bac1c1;
    border-radius: 50%;
    font-size: 16px;
    height: 18px;
    width: 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.open-now .timing-today .expand_more:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.open-now .pf-head[aria-expanded="true"] .timing-today .expand_more {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.open-now .timing-today .tooltip-inner {
    white-space: nowrap;
}
.open-now #open-hours {
    margin-top: 10px;
}
.open-now #open-hours .item-property span {
    display: block;
    text-align: right;
}
.timing-today .multiple-ranges .ranges-wrapper {
    display: inline-block;
    padding-left: 5px;
}
.event-date {
    font-size: 12px;
    padding: 5px 8px 1px;
    height: auto;
}
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;
}
.inside-rating .value {
    font-size: 18px;
}
.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 {
    padding: 8px 7px;
}
.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;
}
.single-post .cover-buttons .event-date.inside-date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 17px;
    border-radius: 2px;
}
.cover-buttons .event-date span.e-month {
    top: 2px;
}
.cover-buttons .event-date span.e-day {
    font-size: 18px;
    line-height: 23px;
}
.single-post .cover-buttons .event-date span.e-month,
.single-post .profile-cover .cover-buttons .event-date span.e-day {
    font-size: 16px;
    line-height: 16px;
}
.single-post .profile-cover .cover-buttons .buttons.medium {
    font-size: 13px;
}
.cover-buttons .out-of {
    font-size: 11px;
}
.cover-buttons > ul > li > .buttons > a {
    color: #fff;
    padding-left: 5px;
}
.cover-buttons a.sn-share i {
    margin-right: 0;
}
.cover-buttons a.sn-share .button-label {
    margin-left: 5px;
}
.center-button {
    text-align: center;
    clear: both;
}
.center-button a {
    margin-top: 35px;
}
.lf-nav li {
    display: inline-block;
}
.lf-nav li a {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: block;
    color: #7e7e89;
    text-align: center;
    padding-top: 8px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.lf-nav li a:hover {
    background: #f24286;
    color: #fff;
    border-color: #fff;
}
.lf-nav li a i {
    font-size: 18px;
}
.lf-nav li:first-child {
    float: left;
}
.lf-nav li:nth-child(2) {
    float: right;
}
.lf-type-2 .lf-item {
    height: 250px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    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;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
    -webkit-transform: translateZ(0);
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    text-align: center;
}
.c27-footer-empty,
.c27-footer-section {
    border: 1px solid #e3e3e3;
    border-top: none;
}
.infoBox .lf-type-2 .lf-item-info-2 {
    bottom: 10px;
    left: 0;
    padding: 0 20px;
    border: 0;
    background: transparent;
    text-align: left;
}
.infoBox .lf-type-2 .lf-item-info-2 .lf-avatar {
    display: none;
}
.infoBox .lf-type-2 .lf-item-info-2 h4 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.infoBox .lf-type-2 .lf-item-info-2 h6 {
    display: none;
}
.infoBox .lf-type-2 .lf-item-info-2 ul {
    padding: 0;
}
.infoBox .lf-type-2 .lf-item-info-2 ul li {
    padding-bottom: 7px;
    color: #fff;
    max-width: 100%;
}
.infoBox .lf-type-2 .lf-item-info-2 ul li i {
    color: #fff;
}
.infoBox .lf-item-info > h4 {
    margin-bottom: 6px;
}
.infoBox.listing-preview .c27-footer-section {
    display: none;
}
.lf-avatar {
    border: 2px solid #fff;
    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: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lf-item-info-2 h4 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 600;
}
.lf-item-info-2 > ul.lf-contact {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.lf-item-info-2 > ul.lf-contact li {
    display: inline-block;
    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: 5px;
    font-size: 13px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lf-item-container .event-host {
    width: 100%;
    height: 60px;
    background: #fff;
    padding-top: 13px;
    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: 13px;
    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;
}
.related-listing-block .event-host {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.related-listing-block .event-host .avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
}
.related-listing-block .event-host a:hover {
    color: #242429;
}
.related-listing-block .event-host a:hover .host-name {
    opacity: 0.8;
}
.related-listing-block .event-host .host-name {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.related-listing-block .event-host a {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
}
.related-listing-block .event-host:last-child {
    margin-bottom: 0;
}
.event-host .avatar img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.lf-item-container .event-host .host-name i {
    color: #7e7e89;
    font-style: normal;
}
.zIndex {
    z-index: 11 !important;
}
.clusterDiv {
    background: #f24286;
    border-radius: 50%;
    background-image: none !important;
    color: #fff !important;
    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);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    line-height: 32px !important;
}
.single-listing .verified-listing {
    max-height: 21px;
    position: relative;
    top: -3px;
}
.lf-item-container img.verified-listing {
    max-height: 18px;
    display: inline-block;
    position: relative;
    top: -2px;
    width: auto;
}
.profile-name .edit-listing i {
    width: 22px;
    height: 22px;
    background: transparent;
    text-align: center;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    border-radius: 100%;
    font-size: 12px;
    padding-top: 4px;
    display: inline-block;
    position: relative;
    top: -4px;
    cursor: pointer;
    color: #fff;
}
.job_listing_preview .profile-name .edit-listing {
    display: none;
}
.service-item {
    padding: 30px;
    border: 1px solid #ebebeb;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out, margin 0.3s ease-in-out;
    transition: all 0.15s ease-in-out, margin 0.3s ease-in-out;
    border-radius: 2px;
    margin-bottom: 20px;
}
.service-item-info h2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 0;
}
.service-item-info p {
    font-size: 14px;
}
.service-item:hover {
    background: #f24286;
    color: #fff;
    border-color: #f24286;
}
.service-item-info a {
    font-size: 12px;
    padding-bottom: 5px;
    color: #f24286;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.service-item-icon {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}
.service-item-info {
    padding-left: 0;
    text-align: center;
}
.service-item-info p {
    padding-bottom: 40px;
}
.service-item-icon span {
    font-size: 45px;
    color: #f24286;
}
.service-item:hover .service-item-icon span,
.service-item:hover .service-item-info a,
.service-item:hover .service-item-info h2,
.service-item:hover .service-item-info p {
    color: #fff;
}
.pricing-item {
    text-align: center;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    height: 100%;
}
.job_listing_packages > .row > div {
    margin-bottom: 20px;
}
.pricing-item.featured:hover {
    border-color: #f24286;
}
.pricing-item .plan-image {
    height: auto;
    width: 100%;
}
.pricing-item .plan-name {
    font-size: 13px;
    color: #242429;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pricing-item .plan-price span.woocommerce-Price-currencySymbol {
    font-size: 25px;
    position: relative;
    top: -13px;
    padding-right: 5px;
}
.pricing-item .plan-price {
    color: #5a00fe;
    padding-left: 30px;
    padding-right: 30px;
}
.pricing-item .plan-price > span {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #5a00fe;
    font-weight: 400;
}
.pricing-item .plan-price span.woocommerce-Price-amount {
    font-weight: 400;
}
.pricing-item .plan-price ins span.woocommerce-Price-amount {
    font-size: 45px;
}
.pricing-item .plan-price ins {
    text-decoration: none;
}
.pricing-item .plan-price del span.woocommerce-Price-amount {
    color: #565c62;
    display: block;
    font-size: 24px;
    font-weight: 400;
}
.pricing-item .plan-price del span.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 22px;
    top: -1px;
}
.pricing-item span.subscription-details {
    color: #565662 !important;
    font-size: 13px;
    display: block;
    line-height: 25px;
    margin-top: 10px;
}
.pricing-item span.subscription-details span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    position: relative;
    top: 0;
    padding-right: 2px;
}
.pricing-item .plan-price del {
    -webkit-text-decoration-color: #565c62;
    text-decoration-color: #565c62;
}
.plan-features,
.pricing-item .plan-desc {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.plan-features {
    overflow: hidden;
}
.checkbox-plan-list .cts-trigger-buy-new {
    margin-top: 10px;
}
.plan-features li {
    font-size: 14px;
    color: #565662;
    margin-top: 0;
    margin-bottom: 13px;
}
.plan-features h3:last-child {
    margin-bottom: 30px;
}
.featured-plan-badge {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #f24286;
    position: absolute;
    top: 0;
    left: 10px;
}
.featured-plan-badge span {
    position: absolute;
    top: 5px;
    left: -36px;
    color: #fff;
    font-size: 17px;
}
.pricing-item.active .plan-name,
.pricing-item.featured .plan-name {
    color: #5a00fe;
}
.pricing-item .c27-job-package-radio-button {
    display: none;
}
.select-plan {
    width: 100%;
    height: auto;
}
.checkbox-plan-list > li:last-child > a > i,
.select-plan i {
    vertical-align: middle;
    float: none;
    top: 0;
    margin-left: 10px;
}
.select-package {
    padding: 0 20px 20px;
}
.package-available > p {
    display: inline-block;
}
.package-available > .use-package-toggle {
    font-size: 13px;
    line-height: 24px;
    color: #565d62;
    margin-left: 5px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    display: inline-block;
    margin-bottom: 16px;
    border-bottom: 2px solid transparent;
}
.package-available > .use-package-toggle:hover {
    color: #565d62;
    border-color: rgba(0, 0, 0, 0.1);
}
.package-available > .use-package-toggle > i {
    font-size: 18px;
    position: relative;
    top: 6px;
}
.package-available .dropdown-menu {
    margin-bottom: 20px;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.04);
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 10px 20px;
    max-height: 316px;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
.checkbox-plan-list .md-checkbox {
    position: absolute;
    left: 0;
    top: 10px;
}
.checkbox-plan-list > li {
    padding-left: 35px;
}
.checkbox-plan-list .checkbox-plan-name {
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0;
}
.checkbox-plan-list .checkbox-plan-desc {
    font-size: 12px;
    line-height: 18px;
}
.checkbox-plan-list > li {
    border-top: 1px solid #e7e7e7;
    position: relative;
}
.checkbox-plan-list > li:first-child,
.checkbox-plan-list > li:last-child {
    border-top: none;
}
.checkbox-plan-list > li:last-child {
    padding: 0;
}
.checkbox-plan-list > li:last-child > a {
    width: 100%;
    text-align: center;
}
.checkbox-plan-list {
    margin-bottom: 0;
}
.testimonials .section-body {
    text-align: center;
}
.testimonials .testimonial-image {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    border: 3px solid transparent;
}
.testimonials #customDots {
    display: table;
    margin: auto;
    overflow: hidden;
    float: none;
    width: auto;
}
.testimonial-image.active {
    border-color: #f24286;
}
.testimonials .testimonial-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials .testimonial-content {
    background: url(../img/testimonial-bg.svg) 50% no-repeat;
    padding: 50px;
    text-align: center;
}
.testimonial-content h3 {
    max-width: 62%;
    margin: auto;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 19px;
    color: #242429;
    line-height: 34px;
}
.testimonial-content p {
    font-size: 14px;
    color: #f24286;
}
.testimonial-content p span {
    color: #565662;
    display: block;
}
.listing-details-3 {
    padding: 0 !important;
    background: #fff;
    padding: 15px 20px 10px;
    border-left: 1px solid #dfe0e4;
    border-bottom: 1px solid #dfe0e4;
    position: relative;
}
.listing-details-3 ~ .listing-details {
    position: relative;
}
.listing-details-3 ul.details-list {
    margin-bottom: 0;
}
.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: 5px;
    border-bottom: 1px solid #dfe0e4;
    margin-bottom: -1px;
    width: 50%;
    min-width: auto;
    white-space: nowrap;
    height: 38px;
}
.listing-details-3 .details-list li:nth-child(odd):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dfe0e4;
    position: absolute;
    right: 0;
    top: 0;
}
.listing-details-3 .details-list li i {
    height: 30px;
    width: 30px;
    font-size: 16px;
    border: none;
    margin-right: 0;
    color: #242429;
}
.listing-details-3 .details-list li span {
    margin-top: 5px;
    max-width: calc(100% - 16px) !important;
    overflow: hidden;
    margin-left: 7px;
}
.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;
}
.no-info-fields .lf-item-default .lf-item-info {
    min-height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.listing-details-3 .details-list li span a[href*="tel:"] {
    color: #565662;
}
.footer {
    background: #fff;
    padding-top: 50px;
}
.footer.footer-mini {
    padding-top: 0 !important;
}
.footer.footer-mini .footer-bottom {
    margin-top: 23px;
    margin-bottom: 23px;
}
.footer-bottom .social-links {
    min-height: 44px;
}
.footer-bottom .social-links > ul {
    margin-top: 1px;
}
.footer .c_widget_title {
    padding-bottom: 5px;
    opacity: 0.7;
}
.c_widget_title h5 {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    color: #242429;
    padding-bottom: 7px;
    margin-top: 0;
    position: relative;
    margin-bottom: 1px;
}
.footer .blog-feed .blogArticle {
    margin-bottom: 15px;
}
.footer .blog-feed ul {
    list-style: none;
    padding-left: 0;
}
.elementor-widget-sidebar .c_widget {
    margin-bottom: 15px !important;
}
.c_widget .job_listings li a {
    padding: 21px !important;
    background: #fff !important;
    border: 1px solid #e3e3e3 !important;
    margin-bottom: -2px;
    font-size: 13px;
    border-radius: 2px;
}
.c_widget .job_listings {
    border: none;
}
.footer .blog-feed .blogPic {
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background: #e2e2e2 url(../img/pic3.png) no-repeat 50%;
    background-size: cover;
}
.footer .blog-feed .blogTitle {
    padding-left: 60px;
    display: inline-block;
    margin-left: 15px;
}
.footer .blog-feed .blogArticle {
    height: auto;
    min-height: 70px;
    margin-bottom: 10px;
}
.footer .blog-feed .blogTitle a:hover h5 {
    color: #f24286;
}
.footer .blog-feed .blogTitle h5 {
    width: 100%;
    float: left;
    font-size: 14px;
    border-top: 10px;
    margin-top: 5px;
    line-height: 22px;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    color: #242429;
    margin-bottom: 5px;
}
.c_widget .menu > li > a {
    color: #242429;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.c_widget .sub-menu li a {
    color: #242429;
    font-size: 15px;
}
.c_widget .sub-menu li a:before {
    content: "—";
    padding-right: 10px;
    font-size: 15px;
}
.c_widget .menu-main-menu-container i {
    display: none;
}
.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-top: 30px;
}
body.home .blog-footer {
    display: none;
}
.contact-form textarea {
    height: 125px;
}
.c_widget {
    margin-bottom: 40px;
}
.footer-bottom {
    margin-bottom: 15px;
    padding-top: 20px;
}
footer:not(.footer-mini) > .container > .row:first-child {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.copyright p {
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
}
.copyright a {
    color: #565662;
}
.footer-bottom .seperator {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 40px;
}
.footer-bottom .social-links ul li {
    float: left;
    min-width: auto;
    min-width: 0;
    margin-bottom: 0;
}
.footer-bottom .social-links ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.footer-bottom .social-links ul li a {
    color: #565662;
    line-height: 41px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-bottom .social-links ul li a:hover {
    border-bottom: 1px solid #f24286;
}
.listing-feed-carousel .owl-stage-outer {
    overflow: visible;
}
.section-body.section-body-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
img.img-style-1 {
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    margin-bottom: 20px;
}
img.img-style-1:hover {
    box-shadow: 0 0 0 transparent;
}
img.img-style-2 {
    border: 6px solid #fff;
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.textbox-1 p {
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.left-listing-locate-type-2 .fg-buttons a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 12px;
    margin-right: 10px;
}
.left-listing-locate-type-2 .fg-buttons a i {
    top: 0;
}
.tags-container {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 79px;
    width: 600px;
    padding: 10px 20px;
    visibility: hidden;
    opacity: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    -webkit-transition: all 0.25s cubic-bezier(1, 0, 0, 0.99);
    transition: all 0.25s cubic-bezier(1, 0, 0, 0.99);
}
.tags-c-open {
    top: 59px;
    opacity: 1;
    visibility: visible;
}
.featured-categories {
    margin-top: 60px;
}
.featured-categories ul {
    display: table;
    margin: auto;
}
.featured-categories ul li {
    margin-left: 5px;
    float: left;
    margin-bottom: 5px;
}
.featured-categories ul li a {
    background: hsla(0, 0%, 100%, 0.1);
    width: 120px;
    height: 95px;
    display: block;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
    overflow: hidden;
    position: relative;
}
.featured-categories.transparent ul li a:hover {
    background: hsla(0, 0%, 100%, 0.2);
}
.featured-categories.transparent ul li a:hover .slc-icon i,
.featured-categories.transparent ul li a:hover .slc-info p {
    color: #fff;
}
.slc-icon {
    font-size: 24px;
    position: absolute;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.slc-icon .lt-icon-image {
    width: 24px;
}
.slc-info p {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 1.1;
    color: #fff;
    font-weight: 400 !important;
    opacity: 0.8;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.slc-info i {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.slc-info {
    position: absolute;
    bottom: 20px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: padding 0.15s ease;
    transition: padding 0.15s ease;
}
.featured-categories ul li a:hover .slc-info {
    padding-bottom: 20px;
}
.featured-categories ul li a:hover .slc-info p {
    opacity: 1;
}
.featured-categories ul li a:hover .slc-icon {
    opacity: 0.1;
    padding-top: 10px;
}
.featured-categories.default ul li a {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.featured-categories.default .slc-icon i {
    color: #f24286;
}
.featured-categories.default .slc-info p {
    color: #565662;
}
.featured-categories.default ul li a:hover {
    background: #f24286;
    color: #fff;
    border-color: #f24286;
}
.featured-categories.default ul li a:hover i,
.featured-categories.default ul li a:hover p {
    color: #fff;
}
.bl-tabs {
    margin-top: -15px;
}
.bl-tabs .bl-tabs-menu {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.bl-tabs .nav-tabs > li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
}
.bl-tabs .nav-tabs > li > a {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}
.bl-tabs .nav-tabs {
    border-bottom: none;
}
.bl-tabs .nav-tabs > li > a {
    border: none;
    border-bottom: 1px solid #d0d1d5;
    line-height: 22px;
}
.bl-tabs .nav-tabs > li.active > a {
    border: none;
    border-bottom: 2px solid #f24286;
    color: #f24286;
}
.bl-tabs .nav-tabs > li > a:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: #f24286;
}
.bl-tabs .nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.bl-tabs .nav > li > a i {
    font-size: 20px;
    float: left;
    margin-right: 5px;
}
.finder-container {
    position: fixed;
    width: 100%;
    top: 89px;
    height: calc(100vh - 89px);
    z-index: 99;
}
.finder-container.fc-type-2 {
    height: 100vh;
}
.finder-container.fc-type-2 .column-switch .switch-three {
    display: none;
}
.finder-search {
    background: #fff;
    width: 400px;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #ebebeb;
    position: absolute;
    letter-spacing: 0;
}
.finder-title h2 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
    padding-right: 30px;
    margin: 0;
    font-weight: 600;
}
.finder-title p {
    margin-bottom: 0;
}
.datepicker-form-group i.material-icons.c-show {
    top: 5px;
}
.finder-search .form-group {
    width: 100% !important;
    margin-bottom: 20px;
}
.checkboxes-filter,
.order-filter,
.proximity-filter {
    padding-top: 0 !important;
}
.finder-search .location-wrapper .material-icons {
    padding-right: 0;
    top: 26px;
}
.form-group .select2-container {
    width: 100% !important;
}
.dropdown-filter-multiselect.md-group label {
    bottom: auto;
    top: 26px;
}
.dropdown-filter-multiselect.md-active label {
    bottom: auto;
    top: 0;
}
.finder-search .form-group .select2-container {
    width: 100% !important;
}
.finder-search .listing-cat {
    height: 170px;
}
.finder-search .lc-info h4 {
    font-size: 16px;
}
.finder-search .lc-icon {
    left: 30px;
    text-align: left;
    width: auto;
    top: 30px;
    -webkit-transform: none;
    transform: none;
}
.finder-search .listing-cat .lc-info {
    width: auto;
    text-align: left;
    left: 30px;
    padding: 0;
}
.finder-search .lc-icon i {
    font-size: 30px;
}
.finder-search .listing-cat:hover {
    -webkit-transform: none;
    transform: none;
}
.finder-search .listing-cat .overlay {
    opacity: 0.4;
}
.finder-tabs {
    position: static;
}
.finder-tabs .nav-tabs {
    border-bottom: none;
    font-size: 0;
}
.finder-tabs .tab-content {
    margin-top: 20px;
}
.finder-tabs .nav-tabs > li > a {
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.finder-tabs .nav-tabs > li.active > a {
    color: #f24286;
    background: none;
}
.finder-tabs .nav-tabs > li.active > a,
.finder-tabs .nav-tabs > li > a:hover {
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.finder-tabs .nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.finder-search .tab-content .form-group .button-2,
.finder-search .tab-content .form-group .button-6 {
    color: #fff;
}
.finder-tabs .nav > li > a i {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: -4px;
    color: #484848;
}
.finder-tabs .nav > li > a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #242429;
    font-size: 14px;
}
.finder-tabs .nav > li.active > a p {
    opacity: 1;
}
.finder-listings {
    float: left;
    padding: 0 20px 20px;
    background: #fafafa;
    border-right: 1px solid #ebebeb;
    position: absolute;
    left: 400px;
    z-index: 9;
    overflow-y: scroll;
    -webkit-transition: width 0.2s cubic-bezier(1, 0, 0, 0.99);
    transition: width 0.2s cubic-bezier(1, 0, 0, 0.99);
}
.fc-one-column .finder-listings {
    -webkit-transition: none;
    transition: none;
}
.finder-one-columns .finder-listings {
    width: 450px;
}
.fl-head {
    margin-top: 30px;
}
.fl-head:after {
    content: "";
    display: table;
    clear: both;
}
.fl-head .sort-results.showing-filter a.toggle-rating {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.fl-head .sort-results .i-dropdown {
    left: 10px;
    top: 28px;
    min-width: 150px;
    box-shadow: none;
    border: 1px solid #d0d1d5;
}
.fl-head .sort-results .i-dropdown li a {
    overflow: hidden;
    text-overflow: ellipsis;
}
.explore-type-2 .fl-head {
    position: relative;
    z-index: 3;
}
.explore-type-2 .fl-head .sort-results a.toggle-rating {
    float: right;
}
.explore-type-2 .fl-head .sort-results .i-dropdown {
    left: auto;
    right: 10px !important;
}
.explore-type-2 .fl-head {
    margin-bottom: 30px;
    margin-top: 30px;
}
.fl-head a i,
.fl-head p i {
    float: left;
    font-size: 20px;
    margin-right: 5px;
}
.explore-type-2 .fl-head a,
.explore-type-2 .fl-head p {
    font-size: 14px;
}
.fl-head .sort-results.showing-filter .select2-container {
    width: 100% !important;
}
.fl-head .sort-results.showing-filter .select2-container .select2-selection__rendered {
    min-height: auto;
    padding-top: 2px !important;
}
.fl-head .sort-results.showing-filter .select2-container .select2-selection__arrow {
    top: -13px;
}
.map-toggle-button {
    text-align: right;
    display: none;
}
.map-toggle-button a {
    cursor: pointer;
}
.mobile-explore-head {
    display: none;
}
.mobile-explore-head a {
    background: #f24286;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: flex;
    line-height: 22px;
}
.mobile-explore-head a:focus,
.mobile-explore-head a:hover {
    color: #fff;
}
.mobile-explore-head a i {
    top: 0;
}
.card-view {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
}
.card-view a {
    padding: 15px 30px;
    line-height: 17px;
}
.card-view a i {
    margin-right: 0;
    top: 0;
}
.open-search {
    display: none;
}
.fl-head a,
.fl-head p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}
.fl-head a:active,
.fl-head a:visited {
    color: #484848;
}
.fl-head a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.fl-head a:hover {
    color: #f24286;
}
.result-number {
    text-align: center;
}
.results-view {
    margin-top: 20px;
    min-height: 70vh;
}
.results-view .no-results-wrapper {
    padding-top: 187px;
}
.results-view .no-results-icon {
    font-size: 50px;
    color: #c4c4c4;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.results-view li.no_job_listings_found {
    list-style-type: none;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}
.finder-search .searching-for p {
    text-align: center;
    display: inline-block;
}
.finder-search .searching-for {
    text-align: center;
    padding-top: 100px;
}
.finder-search .searching-for i {
    font-size: 60px;
    color: #f24286;
    display: block;
}
.fl-head .open-tags i {
    color: #484848;
}
.tags-nav {
    clear: both;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
}
.tags-nav li {
    float: left;
    width: 100%;
    overflow: hidden;
}
.listings-locate {
    clear: both;
}
.tags-nav li .md-checkbox {
    margin: 9px;
    margin-left: 0;
}
.tags-nav li .md-checkbox label {
    position: static;
    margin: 0;
    font-size: 14px;
}
.checkboxes-filter > label,
.explore-filter.datepicker-form-group > label,
.range-filter > label {
    font-size: 14px;
    color: #1d1d23;
}
.fl-results-no {
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.fl-results-no i {
    float: left;
    padding-right: 5px;
}
.fl-results-no span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}
.explore-type-2 .fl-results-no i {
    float: none;
    padding-right: 2px;
}
.explore-type-2 .fl-results-no i ~ span {
    top: -4px;
}
.fc-type-1-no-map .fl-head .sort-results.showing-filter,
.fc-type-1-no-map .fl-head .sort-results.showing-filter ~ div {
    width: 50%;
}
.fc-type-1-no-map .fl-head .sort-results.showing-filter ~ div .fl-results-no {
    text-align: right;
}
.mCS_destroyed {
    overflow: auto !important;
}
.finder-tags {
    width: 23% !important;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: -23%;
    z-index: 20;
    overflow-y: scroll;
    border-right: 1px solid #ebebeb;
    padding: 0 35px 20px;
    top: 89px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 5px 0 56px 0 rgba(5, 0, 0, 0.09);
    -webkit-transition: all 0.25s cubic-bezier(1, 0, 0, 0.99);
    transition: all 0.25s cubic-bezier(1, 0, 0, 0.99);
}
.finder-tags-open {
    left: 0;
    top: 89px;
    opacity: 1;
    visibility: visible;
}
.mobile-map-open {
    display: none;
}
.finder-map {
    position: absolute;
    height: 100%;
    background: #fafafa;
    right: 0;
    z-index: 7;
    top: 0;
}
.explore-head:not(:empty) ~ .finder-map {
    top: 61px;
}
.finder-one-columns .finder-map {
    width: calc(100% - 850px);
}
.finder-two-columns .finder-map {
    width: calc(100% - 1300px);
}
.finder-two-columns .finder-listings {
    width: 900px;
}
.column-switch a:hover {
    color: #f24286;
}
.explore-no-map-type-2 .column-switch {
    display: none;
}
.opacity1 .fc-one-column .finder-search,
.opacity1 .results-view {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1 !important;
}
.finder-two-columns .results-view .col-md-12 {
    width: 50%;
}
.column-switch a i {
    font-size: 20px;
    color: #484848;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    opacity: 0.3;
}
.column-switch a {
    color: #c7cdcf;
}
.column-switch a.active {
    color: #484848;
}
.column-switch a.active i,
.column-switch a:hover i {
    color: #484848;
    opacity: 1;
}
.finder-three-columns .finder-listings {
    width: calc(100% - 400px);
}
.finder-three-columns .results-view .col-md-12 {
    width: 33.3%;
}
.column-switch a {
    display: inline-block;
    text-align: right;
}
.column-switch {
    text-align: right;
}
.finder-listings .lf-type-2 .lf-item {
    height: 230px;
}
.lf-item-container .event-host,
.lf-item-container .listing-details {
    height: 50px;
    padding-top: 9px;
}
.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 .input-group-addon {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.form-group .input-group-addon:first-child ~ input {
    padding-left: 5px;
}
.form-group .input-group-addon:first-child ~ input:focus {
    padding-left: 10px;
}
.form-group .input-group-addon:last-child ~ input {
    background: red;
    padding-right: 5px;
}
.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;
}
.featured-search .form-group .ui-widget.ui-widget-content {
    display: block;
}
.form-group .radius .ui-slider-horizontal .ui-slider-range,
.form-group .ui-slider-horizontal .ui-slider-range {
    background: #f24286;
}
.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;
}
.section-map {
    height: 100vh;
}
.section-map .finder-container {
    position: absolute;
}
.section-map .finder-container .finder-search {
    height: 100%;
}
.section-map .finder-container .finder-map {
    width: 77%;
}
.mob-sign-in > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.search-trigger {
    display: none;
    float: left;
    margin-right: 20px;
}
.search-trigger a {
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.search-trigger a i {
    font-size: 20px;
    padding-top: 8px;
    color: #fff;
}
.i-nav {
    z-index: 11;
}
.single-team {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.single-team:hover .st-background {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.single-team .st-background {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.single-team:hover .img-hover-holder {
    opacity: 0.9;
}
.single-team .img-hover-holder {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.single-team .info-hover {
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0;
    margin-right: -50%;
    max-width: calc(100% - 80px);
}
.single-team .info-hover h2 {
    font-size: 16px;
    margin-top: 0;
}
.single-team .info-hover h3 {
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7;
}
.single-team .info-hover h2,
.single-team .info-hover h3 {
    color: #fff;
    letter-spacing: 1px;
    line-height: 17px;
}
.single-team .social-nav {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 30px;
    margin: 0;
    right: auto;
    width: auto;
}
.single-team .social-nav li {
    min-width: 0;
}
.single-team .social-nav li a i {
    color: #fff;
    border: 1px solid #fff;
}
.single-team .social-nav li a:hover i {
    background: #fff !important;
    border-color: #fff !important;
    color: #f24286;
}
.listing-form-heading {
    margin-top: 0;
    font-size: 13px;
    border-bottom: 1px solid #f24286;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #242429;
}
.no-featured-image {
    height: 185px !important;
    background: rgba(25, 28, 31, 0.96);
}
.no-featured-image .overlay {
    display: none;
}
.block-map {
    height: 500px;
}
.contact-map {
    height: 280px;
}
#map {
    width: 100%;
    height: 100%;
}
.section-slider {
    overflow: hidden;
}
.section-slider .item {
    height: 750px;
    background: transparent;
    background-size: cover;
    background-position: 50% 50%;
}
.owl-nav > div {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 50px;
    border-radius: 2px;
    font-size: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.section-slider:hover .owl-nav > div {
    opacity: 1;
    visibility: visible;
}
.owl-nav > div:before {
    direction: ltr;
    content: "\e5c4";
    display: inline-block;
    font-family: Material Icons;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.owl-nav .owl-prev {
    left: -20px;
}
.section-slider:hover .owl-nav .owl-prev {
    left: 25px;
}
.owl-nav .owl-next {
    right: -25px;
    left: auto;
}
.section-slider:hover .owl-nav .owl-next {
    right: 25px;
    left: auto;
}
.owl-nav .owl-next:before {
    content: "\e5c8";
}
.parallax-mirror img {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.parallax-mirror {
    background-color: #1f1f21;
}
.image-service {
    position: relative;
    height: 550px;
}
.image-service .is-image {
    width: 70%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.image-service .is-desc {
    position: absolute;
    padding: 60px;
    background: #fff;
    top: 50%;
    width: 35%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.15);
}
.image-service .is-desc h3 {
    margin-top: 0;
}
.image-service .is-desc p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.image-service.is-left-text .is-desc {
    left: 10px;
}
.image-service.is-left-text .is-image {
    float: right;
}
.image-service.is-right-text .is-desc {
    right: 10px;
}
.image-service.is-right-text .is-image {
    float: left;
}
.single-blog-feed {
    margin-bottom: 20px;
    -webkit-transform: translateZ(0);
}
.sbf-container {
    position: relative;
}
.sbf-container .listing-details {
    border: 1px solid #e3e3e3;
    border-top: none;
}
.sticky .sbf-container {
    outline: 2px solid #e3e3e3;
}
.sbf-thumb {
    width: 100%;
    height: 220px;
    background-color: #e3e3e3;
    overflow: hidden;
    position: relative;
}
.sbf-background {
    background-position: 50%;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.sbf-thumb .overlay {
    z-index: 3;
}
.sbf-thumb:hover .sbf-background {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.sbf-thumb:hover .overlay {
    opacity: 0.7;
}
.sbf-title {
    padding: 20px 30px 10px;
    text-align: center;
    background: #fff;
    border-left: 1px solid #dfe0e4;
    border-right: 1px solid #dfe0e4;
}
.sbf-title a {
    font-size: 15px;
    color: #242429;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
    display: block;
}
.blog-categories {
    padding: 0 20px 20px;
}
.blog-categories li {
    float: left;
    margin-right: 12px;
}
.blog-categories .cat-icon {
    width: 30px;
    height: 30px;
    padding-top: 5px;
}
.blog-categories .category-name {
    position: relative;
    top: 5px;
    color: #565662;
    font-size: 12px;
}
.element .single-blog-feed .listing-details {
    padding-left: 20px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-top: 0;
}
.element .single-blog-feed .listing-details ul {
    list-style-type: none;
    padding-left: 0;
}
.element .single-blog-feed .listing-details ul li {
    width: auto;
}
body.page-template-content-sidebar .page-content .elementor-widget-case27-blog-feed-widget .i-section .section-body div.col-md-6 {
    width: 100%;
}
body.page-template-content-sidebar .page-content .elementor-widget-case27-blog-feed-widget .i-section .section-body div.col-md-6 .single-blog-feed .sbf-container {
    margin-right: 5px;
    margin-left: 5px;
}
.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);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0;
    visibility: hidden;
}
a.back-to-top:hover {
    bottom: 35px;
    background: #f24286;
    color: #fff;
}
a.back-to-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
}
.car-item-container {
    background: #fff;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    border-radius: 3px;
    border: 1px solid #ebebeb;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}
.car-item-container:hover {
    box-shadow: 0 5px 33px rgba(0, 0, 0, 0.07);
}
.car-item {
    margin-bottom: 20px;
}
.car-item-icon {
    text-align: center;
    padding: 30px 30px 0;
}
.car-item-icon img {
    max-width: 100%;
    height: 80px;
}
.car-item-details {
    text-align: center;
    padding: 10px;
}
.car-item-img {
    height: 180px;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
}
.car-item-img.remove-bgcover {
    background-size: auto;
}
.car-item-details h3 {
    position: relative;
    top: 7px;
    font-size: 13px;
    float: none;
    text-align: center;
    color: #242429;
    -webkit-font-smoothing: antialiased;
    margin-top: 5px;
}
.car-item-details p {
    font-size: 12px;
}
.car-tabs .nav-tabs {
    display: table;
    margin: auto;
    border: none;
}
.car-tabs .nav-tabs > li.active > a,
.car-tabs .nav-tabs > li.active > a:focus,
.car-tabs .nav-tabs > li.active > a:hover {
    color: #f24286;
    cursor: default;
    background: none !important;
    border: none;
    margin-bottom: 26px;
}
.car-tabs .nav-tabs > li > a,
.car-tabs .nav-tabs > li > a:hover {
    border: none;
    background: none !important;
}
.car-tabs .nav-tabs > li > a {
    color: #7e7e89;
    border-bottom: 2px solid transparent;
}
.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;
}
.i-dropdown li {
    float: none !important;
}
.tab-element .tab-pane {
    padding: 20px 0 0;
}
.block-element .tab-element .tab-pane {
    font-size: 13px;
    line-height: 24px;
    color: #565d62;
}
.blog-title {
    text-align: center;
    padding-bottom: 30px;
}
.blog-title h1 {
    line-height: 50px;
    margin-top: 0;
}
.blogpost-section .container {
    padding-left: 15%;
    padding-right: 15%;
}
.blogpost-section .section-title h1 {
    line-height: 50px;
}
.blogpost-section .section-body p {
    font-size: 14px;
    line-height: 28px;
}
ul.tags {
    margin-top: 50px;
}
.tagcloud > a,
ul.tags li a {
    padding: 5px 10px;
    border: 1px solid;
    border-color: #d0d1d5;
    font-size: 13px;
    display: block;
    border-radius: 2px;
}
.tagcloud > a:hover,
ul.tags li a:hover {
    background: #f24286;
    border-color: #f24286;
    color: #fff;
}
.tagcloud > a,
ul.tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tagcloud > a {
    font-size: 13px !important;
}
.modal-27 .modal-sm {
    width: 370px;
}
input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.sign-in-box {
    padding: 25px !important;
    background: #fff;
}
.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);
}
.quick-view-modal {
    padding-right: 0 !important;
}
.quick-view-modal .element {
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.quick-view-modal .lf-item-container {
    margin-bottom: 0;
}
.quick-view-modal .modal-dialog {
    width: 100%;
    margin: 0 !important;
}
.quick-view-modal .modal-dialog .modal-content {
    border-radius: 0;
    overflow: hidden;
}
.quick-view-modal .modal-content .mc-left,
.quick-view-modal .modal-content .mc-right {
    width: 50%;
    float: left;
    height: 100%;
}
.quick-view-modal .lf-item {
    border-radius: 0;
}
.quick-view-modal .grid-item .element {
    max-height: 200px;
    overflow-y: auto;
}
.quick-view-alternate .grid-item .element {
    max-height: none;
}
.quick-view-modal .quick-view-alternate .mc-left {
    width: 100%;
    height: 500px;
}
.quick-view-modal .quick-view-alternate .mc-left .lf-item-container {
    float: left;
    width: 60%;
}
.quick-view-modal .quick-view-alternate .mc-left .grid-item {
    float: left;
    width: 40%;
}
.quick-view-modal .quick-view-alternate .mc-left > div:nth-child(2) {
    max-height: 75%;
    overflow-y: auto;
}
.quick-view-modal .quick-view-alternate .mc-left > div:nth-child(3) {
    max-height: 25%;
}
.quick-view-modal .quick-view-alternate .mc-right {
    display: none;
}
.quick-view-modal .quick-view-alternate,
.quick-view-modal .quick-view-alternate .lf-item,
.quick-view-modal .quick-view-alternate .owl-carousel .lf-background {
    height: 500px;
}
.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: #c7cdcf;
    font-size: 20px;
    padding-right: 6px;
    position: relative;
}
.profile-cover .overlay {
    opacity: 0.3;
}
.profile-body {
    padding-top: 35px;
    padding-bottom: 50px;
}
.element {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
.element .pf-body p {
    margin-bottom: 0;
}
.element .pf-body video {
    display: block;
    width: 100%;
    vertical-align: top;
    min-height: 300px;
}
#c27-single-listing .element .pf-body .listing-details {
    border: none;
    padding-left: 0;
    padding-top: 0;
    height: auto;
    background: transparent;
    box-shadow: none;
}
#c27-single-listing .element .listing-details {
    padding-right: 0;
}
#c27-single-listing .element .pf-body .listing-details li {
    margin-right: 0;
}
#c27-single-listing .element .pf-body .listing-details ul {
    float: none;
    overflow: hidden;
    margin-bottom: 0;
}
#c27-single-listing .element .pf-body .listing-details li {
    padding-bottom: 10px;
    width: 50%;
    float: left;
}
.job_listing_preview .single-job-listing {
    margin-top: -1px;
}
#c27-single-listing .element .pf-body .listing-details li span {
    float: left;
    margin-right: 8px;
}
#c27-single-listing .element .pf-body .listing-details .category-name {
    position: relative;
    top: 7px;
    color: #565662;
    max-width: calc(100% - 48px);
    overflow: hidden;
}
.element.video-block .pf-head {
    padding-bottom: 15px;
}
.element.video-block .pf-body {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.element.video-block .pf-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tab-content .element .pf-body a[href*="tel:"] {
    color: #484848;
}
.faq .title-style-1 {
    padding-bottom: 10px;
}
.faq .title-style-1 i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px;
    background: #f24286;
    padding: 8px;
}
.faq .title-style-1 h5 {
    position: relative;
    top: 5px;
    left: 10px;
}
.faq .title-style-1 i {
    color: #fff;
}
.faq .title-style-1 {
    clear: both;
}
.details-list li {
    padding-right: 10px;
    min-width: 50%;
    float: left;
    color: #565662;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}
.details-list li i {
    float: left;
    padding-top: 6px;
    text-align: center;
    height: 35px;
    width: 35px;
    font-size: 20px;
    border: 1px solid #bac2c5;
    border-radius: 50%;
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.6);
}
.details-list li span {
    margin-top: 10px;
    display: block;
}
.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 {
    padding-top: 4px;
    text-align: center;
    height: 30px;
    width: 30px;
    border: 1px solid #bac1c1;
    border-radius: 50%;
    margin-right: 4px;
    font-size: 20px;
    color: #565662;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.gallery-nav li a:hover i {
    background: #f24286;
    border-color: #f24286;
    color: #fff;
}
.element .pf-head {
    position: relative;
}
.element .pf-body {
    padding-top: 15px;
    width: 100%;
}
.pf-head .gallery-nav {
    position: absolute;
    top: -5px;
    right: -8px;
}
.gallery-nav.section-gallery {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 150;
    left: 10px;
    height: 0;
}
.lf-item-container .gallery-nav {
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 150;
    left: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.has-logo .lf-item-default .lf-avatar {
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    border: none;
    width: 50px;
    height: 50px;
}
.has-logo .lf-item-default .lf-item-info {
    padding-left: 65px;
}
.badge {
    font-size: 11px;
    color: #fff;
    background: red;
    padding: 3px;
    border-radius: 1px;
    font-weight: 300;
    text-transform: uppercase;
}
.lf-item-container:hover .gallery-nav,
.mc-left:hover .gallery-nav {
    opacity: 1;
}
.gallery-nav.section-gallery {
    left: 0;
}
.gallery-nav.section-gallery ul li,
.lf-item-container .gallery-nav ul li {
    position: absolute;
}
.gallery-nav.section-gallery ul li:first-child,
.lf-item-container .gallery-nav ul li:first-child {
    left: 15px;
}
.gallery-nav.section-gallery ul li:last-child,
.lf-item-container .gallery-nav ul li:last-child {
    right: 15px;
}
.gallery-nav.section-gallery ul li i,
.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: #f24286;
    color: #fff;
    border-color: #f24286;
}
.gallery-carousel {
    cursor: pointer;
}
.gallery-carousel .item {
    height: 120px;
    display: block;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.gallery-carousel .item:hover {
    opacity: 0.7;
}
.location-address {
    position: absolute;
    top: -1px;
    right: 0;
}
.location-address a {
    line-height: 24px;
    font-size: 13px;
    font-weight: 500;
    color: #565d62;
}
.location-map {
    background: #e3e3e3;
    height: 250px;
}
.single-comment {
    clear: both;
}
.comment-container {
    padding: 20px 20px 20px 75px;
    position: relative;
    background: #fff;
    border-radius: 3px;
}
ul.replies .single-comment .single-comment {
    padding-left: 45px;
}
ul.replies .single-comment .comment-container {
    background: transparent;
    border: none;
}
.comment-head h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 6px;
}
span.comment-date {
    font-size: 13px;
    font-weight: 400;
    color: #7e7e89;
    margin-bottom: 10px;
    display: block;
}
.comments-list > li {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
.single-comment .avatar {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
}
.replies li .avatar {
    left: 30px;
}
ul.replies {
    background: #f3f4f5;
    border-top: 1px solid #d0d1d5;
}
.reply .avatar {
    width: 30px;
    height: 30px;
}
.reply h5 {
    margin-top: 5px;
}
.comment-head {
    overflow: hidden;
}
.single-comment.reply {
    border: none;
    box-shadow: none;
    background: #fff;
}
.single-comment.reply .comment-container {
    background: transparent;
    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 {
    -webkit-transition: box-shadow 0.25s ease-in-out;
    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: #f24286;
}
.comment-info i {
    font-size: 18px;
    position: relative;
    top: 4px;
    color: rgba(0, 0, 0, 0.4);
}
.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;
}
.rating-number {
    overflow: hidden;
}
.rating-number input[type="radio"] {
    display: none;
}
.rating-number label {
    float: none;
    color: rgba(45, 45, 45, 0.21);
}
.clasificacion {
    text-align: left;
    direction: rtl;
    unicode-bidi: bidi-override;
    margin-bottom: 0;
}
.rating-number input[type="radio"]:checked ~ label,
.rating-number label:hover,
.rating-number label:hover ~ label {
    color: #f24286;
}
.rating-number input[type="radio"]:checked ~ label i:before,
.rating-number input[type="radio"]:hover ~ label i:before {
    content: "\e838";
}
.form-group-review-ratings.rating-mode-10 label {
    overflow: hidden;
    vertical-align: top;
    width: 9px;
}
.form-group-review-ratings.rating-mode-10 label i {
    width: 18px;
}
.form-group-review-ratings.rating-mode-10 label.left-half i {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    direction: rtl;
}
.social-nav li {
    min-width: 50%;
    float: left;
    color: #565662;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}
.social-links .social-nav li {
    width: auto;
}
.social-nav li a i {
    float: left;
    height: 35px;
    width: 35px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    color: rgba(0, 0, 0, 0.6);
}
.social-nav li a:hover i {
    color: #fff;
}
.social-nav li a i:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.social-nav li span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}
div:not(.block-type-details).grid-item .social-nav li span {
    max-width: calc(100% - 44px);
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.social-nav .fb-icon a:hover i {
    background: #3b5998;
    border-color: #3b5998;
}
.social-nav .twitter-icon a:hover i {
    background: #4099ff;
    border-color: #4099ff;
}
.social-nav .instagram-icon a:hover i {
    background: #e1306c;
    border-color: #e1306c;
}
.social-nav .linkedin-icon a:hover i {
    background: #0077b5;
    border-color: #0077b5;
}
.social-nav .googleplus-icon a:hover i {
    background: #d34836;
    border-color: #d34836;
}
.social-nav .pinterest-icon a:hover i {
    background: #c92228;
    border-color: #c92228;
}
.social-nav .website-icon a:hover i {
    background: #70ada5;
    border-color: #70ada5;
}
.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;
}
.extra-details .item-property {
    float: right;
}
.extra-details .item-property a[href*="tel:"] {
    color: #565d62;
}
.countdown-box {
    background: #f24286 !important;
    border: none !important;
}
.countdown-box .title-style-1 {
    color: #fff;
}
.countdown-box .title-style-1 h5 {
    color: #fff;
    border-bottom: none;
    text-align: center;
}
.countdown-box .title-style-1 i {
    color: #fff !important;
}
.countdown-box .countdown-list {
    text-align: center;
    padding-bottom: 30px;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}
.countdown-box .countdown-list li {
    float: left;
    display: block;
}
.countdown-box .countdown-list li p {
    font-size: 28px;
    color: #f24286;
    background: #fff;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-weight: 300 !important;
    height: 50px;
    border-radius: 2px;
    float: left;
    line-height: 1;
    -webkit-box-pack: center;
    justify-content: center;
}
.countdown-box .countdown-list li span {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    float: left;
    position: relative;
    top: 17px;
    margin-left: 5px;
    margin-right: 20px;
}
.food-image img {
    width: 100%;
    height: auto;
}
.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;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.listing-feed-carousel .owl-item.active {
    opacity: 1;
}
.clients-logo {
    opacity: 0.5;
    display: block;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.clients-logo:hover {
    opacity: 1;
}
.clients-feed-carousel .logo-holder {
    position: relative;
    height: 120px;
    overflow: hidden;
}
.clients-feed-carousel .logo-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    height: auto;
}
.lf-nav {
    width: 75px;
    margin: auto;
}
.clients .lf-nav {
    width: 100%;
    position: relative;
    top: 40px;
    z-index: 2;
}
.clients .lf-nav > ul {
    position: absolute;
    width: 100%;
    pointer-events: none;
}
.clients .lf-nav > ul li a {
    pointer-events: all;
}
.clients .lf-nav li:first-child a {
    position: relative;
    left: -30px;
}
.clients .lf-nav li:nth-child(2) a {
    position: relative;
    right: -30px;
}
.lf-nav.lf-nav-light li a {
    background: #fff;
    color: #f24286;
    border-color: #fff;
}
.lf-nav.lf-nav-light li a:hover {
    border-color: #f24286;
    color: #fff;
    background: #f24286;
}
.page-head {
    position: relative;
    background-size: cover;
    background-position: 50%;
}
.page-head .ph-details {
    bottom: 65px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.page-head .ph-details h1 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0;
    position: relative;
}
.page-head .ph-details p {
    font-size: 14px;
    color: #fff;
    position: relative;
    margin-bottom: 1px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.page-head.ph-type-1 {
    height: 290px;
}
.ph-type-2 .ph-details p {
    display: none;
}
.ph-type-2 {
    height: 78px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}
.ph-type-2 .ph-details {
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
}
.ph-type-2 .ph-details h1 {
    color: #242429;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}
.ph-type-2 .page-directory {
    margin-bottom: 0;
}
.ph-type-2 .ph-details p {
    font-size: 13px;
    opacity: 0.7;
}
.page-directory li {
    font-size: 13px;
    display: inline-block;
    margin-left: 16px;
}
.page-directory li a {
    display: block;
    font-size: 13px;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.page-directory li a span {
    padding-right: 5px;
    font-size: 16px;
}
.page-directory li a:hover {
    opacity: 1;
}
.page-directory {
    text-align: right;
    position: relative;
}
.page-directory li:after {
    content: ".";
    color: #242429;
    font-size: 19px;
    position: absolute;
    top: -7px;
    opacity: 0.7;
    margin-left: 8px;
}
.page-directory li:last-child:after {
    content: none;
}
.main-nav li {
    position: relative;
}
.main-nav .i-dropdown {
    left: 0;
    right: auto;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.i-dropdown .submenu-toggle {
    display: none;
}
.main-nav .i-dropdown li {
    float: none;
}
.main-nav .i-dropdown .i-dropdown {
    left: 215px !important;
    top: -15px !important;
}
.header-gallery-carousel {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    background: #212226;
}
.header-gallery-carousel .item {
    height: 520px;
    display: block;
    background: 50% no-repeat;
    background-size: cover;
}
.header-gallery-carousel .item:hover {
    cursor: e-resize;
}
.featured-section.featured-section-gallery {
    height: 520px;
}
body:not(.c27-site-loaded) .featured-section.featured-section-gallery {
    overflow: hidden;
}
.featured-section.featured-section-gallery .overlay {
    opacity: 0.5;
    z-index: 1;
}
.featured-section.featured-section-gallery .item:hover .overlay {
    opacity: 0.2;
}
.md-checkbox {
    position: relative;
    height: 20px;
    margin: 10px 0;
    margin-right: 10px;
    overflow: hidden;
}
.md-checkbox label {
    cursor: pointer;
    float: none;
    margin-bottom: 0;
    font-size: 13px;
    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;
    -webkit-transition: background 0.3s;
    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:before,
.md-checkbox input[type="radio"]:checked + label:before {
    background: #f24286;
    border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after,
.md-checkbox input[type="radio"]:checked + label:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}
.fs-tabs ul li a i {
    font-size: 20px;
    position: relative;
    padding-right: 5px;
}
.fs-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 12px 20px;
    font-size: 13px;
    border: none;
    overflow: hidden;
}
.fs-tabs .tab-content {
    background: #fff;
    padding: 20px;
    overflow: auto;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.fs-tabs .tab-content .tab-pane form[method="GET"] {
    margin: 0;
}
.fs-tabs .nav-tabs > li {
    white-space: nowrap;
}
.fs-tabs .nav-tabs > li.active > a,
.fs-tabs .nav-tabs > li.active > a:focus,
.fs-tabs .nav-tabs > li.active > a:hover {
    color: #f24286;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #fff;
}
.fs-tabs .nav-tabs > li > a {
    -webkit-transform: translateZ(0);
    border-radius: 0;
    color: #fff;
    background: hsla(0, 0%, 100%, 0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    border: 1px solid transparent;
    font-weight: 600;
}
.fs-tabs .nav-tabs > li > a:hover {
    background: hsla(0, 0%, 100%, 0.25);
}
.fs-tabs .nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.fs-tabs .nav-tabs:after,
.fs-tabs .nav-tabs:before {
    content: none;
}
.featured-light .fs-tabs .nav-tabs > li > a {
    color: #565662;
    background: transparent;
}
.fs-tabs .nav-tabs > li > a {
    display: -webkit-box;
    display: flex;
}
.featured-light .fs-tabs .nav-tabs > li.active > a,
.featured-light .fs-tabs .nav-tabs > li.active > a i {
    color: #f24286;
}
.featured-light .fs-tabs .nav-tabs > li.active > a {
    background: #fff;
}
.featured-light h1 {
    color: #242429;
}
.featured-light p {
    color: #565d62;
}
.gallerySlider {
    position: relative;
}
.element.slider-padding {
    padding: 0;
    border: 0;
}
.element.slider-padding .pf-body {
    padding-top: 0;
}
.element.slider-padding .pf-head {
    padding-left: 20px;
    padding-right: 20px;
}
.gallerySlider .galleryPreview {
    width: 100%;
    height: auto;
}
.gallerySlider .galleryPreview a {
    display: block;
    background-position: 50%;
    background-size: cover;
}
.gallerySlider .gallery-thumb {
    padding: 20px 20px 60px;
}
.gallerySlider .gallery-thumb a {
    height: 80px;
    display: block;
    background-position: 50%;
    background-size: cover;
}
.gallerySlider .gallery-nav {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
.panel {
    box-shadow: none;
    border: none !important;
}
.panel-default > .panel-heading {
    background-color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #d0d1d5 !important;
}
.panel-default > .panel-heading h4 {
    font-size: 12px;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0 !important;
    border-radius: 0 !important;
    padding: 15px 0 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding-left: 0;
    font-size: 13px;
    line-height: 26px;
}
.header-search > input {
    color: #fff;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}
.instant-results {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.header-light-skin:not(.header-scroll) .instant-results,
.header-scroll-light-skin.header-scroll .instant-results {
    box-shadow: none;
}
.header-light-skin:not(.header-scroll) .is-focused input {
    background: transparent;
}
.is-focused .instant-results {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.instant-results ul {
    margin-bottom: 0;
}
.instant-results ul li {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
}
.header-search input:focus {
    border-radius: 2px;
}
.instant-results ul li:hover {
    background: #f3f4f5;
}
.instant-results ul li:last-child:hover {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.instant-results ul li .cat-icon i {
    font-size: 18px;
}
.instant-results ul li .cat-icon {
    width: 30px;
    height: 30px;
}
.term-icon.image-icon img {
    width: auto;
    height: 18px;
}
.slc-icon .term-icon.image-icon img {
    height: 24px;
    width: auto;
}
.listing-cat .term-icon.image-icon img {
    height: 30px;
    width: auto;
}
.grid-item .element .listing-details .term-icon.image-icon img,
.listing-quick-view-container .term-icon.image-icon img,
.single-blog-feed .term-icon.image-icon img {
    height: 20px;
    width: auto;
}
.listing-quick-view-container .element .listing-details {
    border: none;
    padding-left: 0;
    padding-top: 0;
}
.listing-quick-view-container .element .listing-details li {
    padding-bottom: 10px;
    width: 50%;
    float: left;
}
.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;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.outlined-list.details-list .term-icon.image-icon {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.outlined-list.details-list .term-icon.image-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.outlined-list.details-list .term-icon.image-icon {
    float: none;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 auto !important;
}
.outlined-list.details-list a:hover .term-icon.image-icon {
    background: #f24286;
    border-color: #f24286;
}
.grid-item .details-list .term-icon.image-icon img,
.hovering-c .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;
}
.instant-results ul li a {
    display: block;
    font-size: 13px;
    padding: 10px;
}
.instant-results ul li a:hover {
    color: #484848;
}
.instant-results ul li a span.category-name {
    line-height: 30px;
    padding-left: 5px;
}
.instant-results ul li .avatar {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
}
.instant-results ul li .avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.instant-results .view-all-results {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.instant-results ul li.ir-cat {
    background: #fff;
    padding: 6px 10px;
    font-size: 13px;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
}
.ad-badge {
    border-color: #abffec;
    color: #abffec;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: 0.2s ease;
    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;
}
.finder-tabs .nav-tabs.tabs-menu {
    padding-top: 20px;
}
.finder-tabs .nav-tabs li {
    width: 50%;
    display: inline-block;
    float: none;
    text-align: center;
    overflow: hidden;
}
.finder-tabs .nav-tabs.tab-count-3 li {
    width: 33.3%;
}
.finder-tabs .nav-tabs.tabs-menu li:last-child a {
    margin-right: 0;
}
.finder-type-selector {
    text-align: center;
}
.finder-type-selector li {
    display: block;
    width: 100%;
    padding: 20px;
}
.finder-type-selector li a i {
    font-size: 38px;
}
.finder-type-selector li a h3 {
    font-size: 16px;
    font-weight: 400;
}
.finder-tabs .nav-tabs > li > a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0 0 5px;
}
.listing-type-select-tab .lc-info h4 {
    margin-bottom: 0;
}
.listing-type-select-tab .lc-info {
    bottom: 30px !important;
}
.finder-tabs .nav-tabs > li.active > a:after {
    width: 100%;
}
.showing-filter a i {
    font-size: 20px;
    padding-right: 5px;
}
.showing-filter a {
    color: #484848;
    display: block;
    font-size: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.showing-filter a p {
    font-size: 13px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.showing-filter a:hover,
.showing-filter a:hover p {
    color: #f24286;
}
.wp-editor-content .pf-body ul li {
    list-style-type: disc;
}
.wp-editor-content .pf-body ol li,
.wp-editor-content .pf-body ul li {
    list-style-position: inside;
    font-size: 13px;
    color: #565d62;
    line-height: 24px;
}
.wp-editor-content .pf-body ol li {
    list-style-type: decimal;
}
.wp-editor-content .pf-body ol li ol,
.wp-editor-content .pf-body ul li ul {
    padding-left: 20px;
}
.wp-editor-content .pf-body a {
    text-decoration: underline;
}
.wp-editor-content img {
    max-width: 100%;
    height: auto;
}
.c27-submit-listing-form .form-group .quicktags-toolbar input[type="button"].button {
    width: auto !important;
    float: none;
    display: inline-block;
}
.search-shortcode.header-search {
    width: 100%;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.3);
    margin-right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.search-shortcode.header-search > i {
    left: auto;
    right: 0;
    font-size: 24px;
    top: 15px;
    color: hsla(0, 0%, 100%, 0.5);
}
.search-shortcode.header-search.is-focused > i {
    left: auto !important;
}
.search-shortcode.header-search input[type="search"] {
    padding-left: 0;
    font-size: 14px;
    -webkit-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
}
.search-shortcode.header-search.is-focused input[type="search"] {
    padding-left: 0;
}
.search-shortcode.header-search .instant-results ul li {
    text-align: left;
    color: #565d62;
}
.search-shortcode.header-search .instant-results ul li a {
    text-align: left;
}
.search-shortcode.is-focused input {
    background-color: transparent !important;
    color: #fff !important;
}
.search-shortcode.is-focused > i {
    color: #fff !important;
}
.search-shortcode .instant-results {
    padding-top: 0 !important;
    top: 50px;
}
.search-shortcode ::-webkit-input-placeholder {
    color: #fff;
}
.search-shortcode ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.search-shortcode :-ms-input-placeholder {
    color: #fff;
}
.search-shortcode :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.search-shortcode.is-focused ::-webkit-input-placeholder {
    color: #fff !important;
}
.search-shortcode.is-focused ::-moz-placeholder {
    color: #fff !important;
}
.search-shortcode.is-focused :-ms-input-placeholder {
    color: #fff !important;
}
.search-shortcode.is-focused :-moz-placeholder {
    color: #fff !important;
}
.search-shortcode.search-shortcode-dark.header-search {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.search-shortcode.search-shortcode-dark input {
    color: #1d1d23 !important;
}
.search-shortcode.search-shortcode-dark.is-focused input {
    background-color: transparent !important;
    color: #1d1d23 !important;
}
.search-shortcode.search-shortcode-dark.is-focused > i {
    color: #000 !important;
}
.search-shortcode.search-shortcode-dark.header-search > i {
    color: rgba(0, 0, 0, 0.4);
}
.search-shortcode.search-shortcode-dark ::-webkit-input-placeholder {
    color: #1d1d23;
}
.search-shortcode.search-shortcode-dark ::-moz-placeholder {
    color: #1d1d23;
    opacity: 1;
}
.search-shortcode.search-shortcode-dark :-ms-input-placeholder {
    color: #1d1d23;
}
.search-shortcode.search-shortcode-dark :-moz-placeholder {
    color: #1d1d23;
    opacity: 1;
}
.search-shortcode.search-shortcode-dark.is-focused ::-webkit-input-placeholder {
    color: #1d1d23 !important;
}
.search-shortcode.search-shortcode-dark.is-focused ::-moz-placeholder {
    color: #1d1d23 !important;
    opacity: 1;
}
.search-shortcode.search-shortcode-dark.is-focused :-ms-input-placeholder {
    color: #1d1d23 !important;
}
.search-shortcode.search-shortcode-dark.is-focused :-moz-placeholder {
    color: #1d1d23 !important;
    opacity: 1;
}
.search-shortcode .instant-results .loader-bg {
    font-size: 20px;
}
.regions-featured {
    position: relative;
    z-index: 999;
}
.region-image-holder {
    width: 80%;
    float: right;
    border-radius: 3px;
    height: 300px;
    -webkit-transform: translateZ(-200px) perspective(600px) rotateY(-10deg);
    transform: translateZ(-200px) perspective(600px) rotateY(-10deg);
    top: 0;
    right: 30px;
    overflow: hidden;
}
.region-image-border,
.region-image-holder {
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 9;
}
.region-image-border {
    width: 100%;
    height: 100%;
}
.one-region:hover .region-image-border {
    border-width: 0;
}
.one-region:hover .region-image {
    padding: 0;
}
.region-image {
    background-image: url(../img/london.jpg);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-clip: content-box;
    padding: 20px;
}
.one-region {
    position: relative;
    height: 300px;
    margin-bottom: 90px;
    margin-top: 10px;
}
.region-details {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 15;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-region:hover .region-details {
    left: 0;
    opacity: 0.2;
}
.one-region h2 {
    margin-bottom: 0;
    font-size: 44px;
}
.one-region h3 {
    margin-top: 0;
    opacity: 0.5;
    font-size: 18px;
}
.region-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.one-region .overlay {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: none;
}
.one-region:hover .overlay {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.filter-label {
    border-bottom: 2px solid #f24286;
    padding-bottom: 5px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    line-height: 24px;
    margin-left: 5px;
    display: inline-block;
}
.discard-filter i {
    font-size: 13px !important;
    color: #565d62 !important;
    padding-top: 3px;
    display: block;
}
.searching-for-text {
    font-size: 14px !important;
    padding-top: 10px;
}
.form-group-review-gallery:after,
.form-group-review-ratings:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.comments-list #commentform .form-group-review-gallery,
.comments-list #commentform .form-group-review-ratings {
    display: none !important;
}
.rating-category-label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.rating-category-field {
    margin-top: 15px;
    border-bottom: 1px solid #d7d8d9;
}
.rating-category-field:first-child {
    margin-top: 10px;
}
.rating-category-field:last-child {
    border-bottom: none;
}
.rating-category-field:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 15px;
}
.rating-category-field .clasificacion {
    line-height: 1;
}
.rating-category-field .rating-category-label {
    float: left;
    margin-bottom: 0;
}
.rating-category-field .rating-number {
    float: right;
    margin-bottom: 0;
}
.review-gallery-label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.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: #f24286;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.review-gallery-image-remove i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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%;
    -webkit-transform: translate(-50%, -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 {
    display: inline;
}
#review-gallery-preview .review-gallery-image {
    float: left;
    display: block;
    margin: 0 10px 10px 0;
    background-color: #ccc;
    background-size: cover;
    position: relative;
    width: calc(25% - 10px);
}
.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;
}
.rating-categories:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.rating-category {
    float: left;
    margin-right: 25px;
}
.rating-number .rating-star {
    color: rgba(45, 45, 45, 0.21);
    margin-left: -1px;
}
.review-galleries:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.review-galleries .gallery-item {
    float: left;
    width: 33.33%;
    padding: 0 15px 15px 0;
}
.review-galleries .gallery-item:nth-child(3n + 1) {
    clear: left;
}
.review-galleries .gallery-item:nth-child(3n + 3) {
    clear: right;
}
.review-galleries .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border-radius: 2px;
}
.rating-categories .rating-category {
    width: 32%;
    margin-right: 1%;
}
.single-job-listing .cover-buttons .formatted.date .event-date.inside-date {
    background: transparent;
    padding: 0 !important;
    height: auto;
}
.listing-preview .lf-head .lf-head-btn.formatted .rent-price {
    padding: 0 !important;
}
.single-job-listing .cover-buttons .formatted.date .event-date.inside-date span {
    line-height: 1;
}
.single-job-listing .cover-buttons .formatted.date.button-outlined .event-date.inside-date,
.single-job-listing .cover-buttons .formatted.date.button-plain .event-date.inside-date,
.single-job-listing .cover-buttons .formatted.date.button-secondary .event-date.inside-date {
    color: #fff;
}
.single-job-listing .cover-buttons .inside-rating.listing-rating {
    line-height: 1;
    padding: 15px 18px;
    overflow: hidden;
}
.bookmark.button-primary.bookmarked,
.bookmark.button-primary.bookmarked:focus,
.bookmark.button-primary.bookmarked:visited {
    background: #f24286;
    color: #fff;
}
.bookmark.button-secondary.bookmarked,
.bookmark.button-secondary.bookmarked:focus,
.bookmark.button-secondary.bookmarked:visited {
    background: #fff;
    color: #f24286;
}
#c27-single-listing .cover-buttons .button-plain.sn-share {
    color: #fff;
    padding-left: 18px !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;
}
.cover-buttons .buttons.button-primary a {
    color: #f24286;
}
.file-list:after {
    content: "";
    display: table;
    clear: both;
}
.file-list a {
    padding-bottom: 15px;
    width: 100%;
    float: left;
}
.file-list a:active,
.file-list a:focus,
.file-list a:hover {
    color: #484848;
}
.file-list a:last-child {
    padding-bottom: 0;
}
.file-link i {
    position: relative;
    top: 4px;
    padding-left: 5px;
}
.file-icon i {
    font-size: 17px;
    color: #484848;
    float: left;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.file-list a:hover .file-icon i {
    background: #f24286;
    border-color: #f24286;
    color: #fff;
}
.file-icon i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.file-name {
    font-size: 12px;
    position: relative;
    top: 7px;
}
.file-link {
    float: right;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.6;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.file-list a:hover .file-link {
    opacity: 1;
}
span.file-link i {
    position: relative;
    top: 0;
    padding-left: 7px;
}
.switch-payment-packages li {
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
    margin-top: 15px;
    margin-right: 1%;
}
.switch-payment-packages li > p:last-child {
    font-style: italic;
    padding-top: 6px;
}
.listing-regions-tab:not(.in) {
    display: none;
}
.c27-content-wrapper .lf-nav ul,
.c27-content-wrapper .section-body .lf-item-container ul {
    list-style: none;
    padding: 0;
    clear: none;
}
.cts-social-login-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.cts-facebook-signin {
    color: #fff !important;
    float: right;
    background: #4267b2 !important;
}
.cts-facebook-signin i {
    color: #fff;
}
.cts-google-signin {
    background-color: #fff !important;
    color: rgba(0, 0, 0, 0.54);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.cts-google-signin i:before {
    background: url(../images/g-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.cts-facebook-signin:hover {
    background: #4d70b7 !important;
}
.cts-google-signin i {
    color: #ea4335;
    color: transparent;
    position: relative;
    top: 1px;
    font-size: 20px;
}
.cts-social-login-wrapper .buttons {
    text-align: center;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    white-space: nowrap;
    height: 44px;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
p.connect-with {
    font-size: 14px;
}
.cts-social-login-wrapper .buttons:hover {
    border-color: rgba(0, 0, 0, 0.15);
    color: #565662;
    cursor: pointer;
}
.cts-social-login-wrapper .buttons i {
    vertical-align: middle;
    float: none;
    margin-right: 10px;
}
#sign-in-modal .sign-in-form .button-5,
#sign-up-modal .sign-in-form .button-5 {
    width: 100%;
    text-align: left;
    background-color: #fff !important;
    border: none !important;
    color: #565662;
    padding-bottom: 0;
    padding-left: 0;
}
#sign-in-modal .sign-in-form .button-5:hover,
#sign-up-modal .sign-in-form .button-5:hover {
    opacity: 0.8;
}
#sign-in-modal .sign-in-box,
#sign-up-modal .sign-in-box {
    padding: 25px !important;
    border: none !important;
}
.forgot-password a,
.forgot-password a i,
.modal-content form.sign-in-form a.c27-open-modal i {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.forgot-password a:focus,
.forgot-password a:hover,
.forgot-password a:hover i,
.modal-content form.sign-in-form a.c27-open-modal:focus,
.modal-content form.sign-in-form a.c27-open-modal:hover,
.modal-content form.sign-in-form a.c27-open-modal:hover i {
    color: #242429;
}
.woocommerce-ResetPassword .form-row {
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.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);
}
.iOSUser .rating-number input[type="radio"] {
    display: none;
}
.iOSUser input,
.iOSUser textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
    padding: 14px 0;
}
.cts-connected-account {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    padding: 8px 15px;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.54);
}
.cts-account-header i.fa-google:before {
    background: url(../images/g-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.cts-account-header i.fa-google {
    color: transparent;
}
.cts-account-actions > span {
    margin-top: 5px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 75%;
    font-size: 13px;
}
.cts-account-actions > a {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    float: right;
    padding: 5px;
    margin-bottom: 0;
    border-radius: 3px;
    border: none !important;
    color: #5d6469;
    width: 25%;
    text-align: center;
    background: #f2f3f2 !important;
    color: #565662 !important;
}
.cts-account-actions > a:hover {
    background: #e8e8e8 !important;
}
.cts-account-actions,
.cts-account-header {
    display: inline-block;
}
.cts-account-actions {
    -webkit-box-flex: 2;
    flex: 2;
    width: 80%;
}
.cts-account-header {
    -webkit-box-flex: 1;
    flex: 1;
    width: 20%;
    font-weight: 600;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}
.cts-account-header i.fa-facebook {
    color: #3b5998;
}
.cts-account-header i {
    padding-right: 10px;
    font-size: 20px;
}
.profile-cover-image,
.single-post .profile-cover:not(.profile-cover-no-bg) {
    height: auto;
    padding-bottom: 35%;
}
.profile-cover-image .overlay {
    z-index: 1;
}
.modal-27 .modal-dialog,
.quick-view-modal > .container {
    margin: auto;
}
.promo-product-list {
    display: block;
    margin-bottom: 0;
}
.promo-product-item {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px;
    position: relative;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.promo-product-item:hover {
    border-color: rgba(0, 0, 0, 0.2);
}
.promo-item-icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
    flex: 0;
}
.promo-item-icon i {
    width: 35px;
    height: 35px;
    background: #5a00fe;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    color: #fff;
    display: block;
}
.available-promo-title {
    margin-top: 20px;
}
.promo-item-icon i {
    font-size: 20px;
}
.promo-item-details {
    -webkit-box-flex: 5;
    flex: 5;
}
.promo-item-details h5 {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 0;
    font-weight: 400;
}
.promo-package .promo-item-icon i {
    color: #fff;
    padding-top: 7px;
    background: #f24286;
}
.promo-item-details p {
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 4px;
}
.promo-item-details span {
    color: #565d62;
}
.promo-product-item > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
}
#promo-modal .title-style-1 span {
    float: left;
    color: #c7cdcf;
    font-size: 20px;
    padding-right: 6px;
    position: relative;
}
.promo-product-item:last-child {
    margin-bottom: 0;
}
.c27_listing_logo img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.promo-package {
    cursor: unset;
    display: -webkit-box;
    display: flex;
}
.promo-meta {
    font-size: 13px;
    margin-top: 5px;
}
.promo-meta,
.promo-meta a {
    color: #7e7e89;
}
a.promo-item-action.process-promotion {
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 13px;
    color: #484848;
}
.promo-package:hover {
    border-color: rgba(0, 0, 0, 0.1) !important;
}
a.promo-item-action.process-promotion i {
    color: #fff;
    opacity: 1;
    font-size: 16px !important;
    height: 22px;
    width: 22px;
    padding-top: 2px;
    font-weight: 400 !important;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: center;
    margin-left: 10px;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li:after {
    display: none;
}
.job-manager-jobs .job_title {
    font-size: 13px;
}
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #fff;
    color: #4a4d54;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #4a4d54;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    color: #4a4d54;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-error:before {
    color: #ff3b1c;
}
.woocommerce-info:before {
    color: #6c1cff;
}
.woocommerce-message:before {
    color: #0079e0;
}
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    color: #565662;
    border: none;
    background: #fff;
    border: 1px solid #d4d5d5;
    font-weight: 400;
    border-radius: 2px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #fff;
    color: #f24286;
    border-color: #f24286;
}
.element .woocommerce-error,
.element .woocommerce-info,
.element .woocommerce-message {
    box-shadow: none !important;
    border: 1px solid #e3e3e3 !important;
}
body.single-listing header ~ .single-job-listing .profile-cover-image #jarallax-container-0 > div,
body.single-post .profile-cover #jarallax-container-0 > div {
    height: auto !important;
    padding-bottom: 40%;
}
body.single-listing.admin-bar header ~ .single-job-listing .profile-cover-image #jarallax-container-0 > div,
body.single-post.admin-bar .profile-cover #jarallax-container-0 > div {
    padding-bottom: 40%;
}
.element .details-list,
.element .social-nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
.element .social-nav li a i {
    float: none;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 auto !important;
}
.element .social-nav li span {
    float: none;
    text-align: center;
    float: none !important;
    max-width: none !important;
    white-space: normal !important;
}
.element .social-nav li {
    width: 25%;
    min-width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
}
.tab-template-content-sidebar .cts-right-column .element .social-nav li,
.tab-template-sidebar-content .cts-left-column .element .social-nav li {
    width: 33.3%;
}
#c27-single-listing .element .pf-body .listing-details ul,
#social-share-modal .share-options {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
#c27-single-listing .element .pf-body .listing-details li {
    width: 25%;
    min-width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    float: none;
    padding: 0;
}
#c27-single-listing .tab-template-content-sidebar .cts-right-column .element .pf-body .listing-details li,
#c27-single-listing .tab-template-sidebar-content .cts-left-column .element .pf-body .listing-details li {
    width: 33.3%;
}
#social-share-modal .share-options {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    right: unset !important;
    top: unset;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
#social-share-modal .share-options li {
    width: 33.3%;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}
#social-share-modal .share-options li a i {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#social-share-modal .share-options li a:hover i {
    opacity: 0.8;
}
#social-share-modal .share-options li a:hover {
    color: #242429;
}
#c27-single-listing .element .pf-body .listing-details li span.cat-icon {
    float: none;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 auto !important;
    padding-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
#c27-single-listing .element .pf-body .listing-details li span.cat-icon .term-icon.image-icon img {
    margin-top: -8px;
}
#c27-single-listing .element .pf-body .listing-details li span.category-name {
    float: none;
    text-align: center;
    float: none !important;
    max-width: none !important;
    text-overflow: ellipsis;
    display: block;
    margin-right: 0;
}
#c27-single-listing .element .pf-body .listing-details li {
    overflow: initial;
}
.element .social-nav.item-count-3 li {
    width: 33.3% !important;
}
.element .social-nav.item-count-2 li {
    width: 50% !important;
}
.element .social-nav.item-count-1 li {
    width: 100% !important;
}
.block-type-details .social-nav.details-list li {
    width: 100% !important;
    display: block;
    margin-bottom: 6px;
}
.block-type-details .element .social-nav li span {
    text-align: left;
    padding-left: 50px;
    line-height: 24px;
    margin-top: 7px;
    font-size: 14px;
    color: #242429;
}
.block-type-details .element .social-nav li > i {
    font-size: 16px;
    padding-top: 8px;
}
#c27-single-listing .element .pf-body .listing-details.item-count-3 > ul > li {
    width: 33.3% !important;
}
#c27-single-listing .element .pf-body .listing-details.item-count-2 > ul > li {
    width: 50% !important;
}
#c27-single-listing .element .pf-body .listing-details.item-count-1 > ul > li {
    width: 100% !important;
}
canvas.mapboxgl-canvas:focus {
    outline: none;
    border: none;
}
.elementor-widget-case27-list-block-widget .details-list li {
    width: 33.3% !important;
}
.elementor-widget-case27-list-block-widget .details-list li i {
    float: none;
    display: block;
    margin: auto;
}
.explore-head:empty {
    display: none;
}
.explore-head .explore-types {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.explore-head .explore-types:after,
.explore-head .explore-types:before,
.woocommerce-MyAccount-navigation > ul:after,
.woocommerce-MyAccount-navigation > ul:before {
    content: "";
    margin: auto;
}
.explore-head {
    background: #fff;
    padding: 0 30px;
    z-index: 50;
    position: relative;
    top: 0;
    border-bottom: 1px solid #ebebeb;
}
.explore-head .explore-types .type-info > h4 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.explore-head .explore-types > div > a {
    display: block;
    font-size: 14px;
    padding: 0 60px;
    text-align: center;
    height: 60px;
    color: #242429;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.explore-head .explore-types > div > a .type-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.explore-head .explore-types > div > a i {
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding-right: 7px;
    color: #484848;
}
.explore-head .explore-types > div {
    position: relative;
}
.explore-head .explore-types > div:after,
.finder-tabs .nav-tabs li:after,
.instant-results:before,
.main-nav .i-dropdown:before,
ul.dropdown-menu:before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    left: 0;
    background: #f24286;
}
.instant-results:before,
.main-nav .i-dropdown:before,
ul.dropdown-menu:before {
    top: 0;
    bottom: auto;
}
.finder-tabs .nav-tabs li.active:after,
.finder-tabs .nav-tabs li:hover:after,
.is-focused .instant-results:before,
.main-nav li:hover > .i-dropdown:before,
.user-profile-dropdown:hover .i-dropdown:before {
    width: 100%;
}
.explore-head .explore-types > div.finder-title:after {
    display: none;
}
.explore-head .explore-types > div.active:after,
.explore-head .explore-types > div:hover:after {
    width: 100%;
}
.explore-head .explore-types > div.active h4,
.explore-head .explore-types > div.active i,
.explore-head .explore-types > div:hover h4,
.explore-head .explore-types > div:hover i {
    color: #f24286;
}
.explore-mobile-nav i {
    font-size: 26px;
}
.explore-mobile-nav a {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.explore-mobile-nav ul li:before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    left: 0;
}
.c27-explore-search-button i,
.reset-results-27 {
    vertical-align: middle;
    float: none;
    top: 0;
}
.reset-results-27,
.reset-results-27:active,
.reset-results-27:focus,
.taxonomy-back-btn {
    width: 100%;
    line-height: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10px;
    color: #242429;
    opacity: 0.7;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.reset-results-27:hover,
.taxonomy-back-btn:hover {
    opacity: 1;
    color: #242429;
}
.reset-results-27 i {
    font-size: 20px;
    margin-right: 5px;
}
.explore-mobile-nav ul li.active:before {
    width: 100%;
}
.explore-mobile-nav > ul {
    background: #fff;
    border: none !important;
}
.lf-item-container .lf-item-info-2 {
    top: auto !important;
    bottom: 0;
    -webkit-transform: translateY(calc(100% - 90px));
    transform: translateY(calc(100% - 90px));
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lf-item-container.no-tagline.no-logo .lf-item-info-2 {
    -webkit-transform: translateY(calc(100% - 43px));
    transform: translateY(calc(100% - 43px));
}
.has-logo.no-tagline.has-info-fields .lf-item-info-2 {
    -webkit-transform: translateY(calc(100% - 68px));
    transform: translateY(calc(100% - 68px));
}
.no-logo.has-tagline.has-info-fields .lf-item-info-2 {
    -webkit-transform: translateY(calc(100% - 56px));
    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,
.infoBox .lf-type-2 .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 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.listing-main-info {
    position: absolute;
    bottom: 40px;
    z-index: 20;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.profile-name .listing-rating {
    margin-top: 0;
    display: -webkit-box;
    display: flex;
    margin-right: 15px;
}
.listing-main-info h1,
.listing-main-info h2 {
    color: #fff;
    width: 100%;
}
.profile-name {
    padding-left: 90px;
}
.listing-rating i {
    font-size: 18px;
}
.listing-no-logo .listing-main-info h1,
.listing-no-logo .listing-main-info h2 {
    padding-left: 0;
}
.profile-name h1 {
    font-size: 34px;
    margin: 0;
    font-weight: 600;
}
.profile-name h2 {
    font-size: 15px;
    margin: 0;
    line-height: 22px;
    margin-top: 0;
    position: relative;
    top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.profile-name .pa-below-title {
    display: -webkit-box;
    display: flex;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
}
.profile-name {
    flex-wrap: wrap;
}
.listing-main-buttons,
.profile-name {
    min-height: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.listing-main-buttons {
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.listing-main-buttons > ul {
    margin-bottom: 0;
}
.profile-avatar {
    top: 0;
    left: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    background: #dde5e6 50% no-repeat;
    background-size: cover;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-radius: 100%;
}
.quick-listing-actions {
    margin-top: 35px;
}
.quick-listing-actions > ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.quick-listing-actions > ul:after,
.quick-listing-actions > ul:before {
    content: "";
    margin: auto;
}
.quick-listing-actions > ul > li > a {
    padding: 0 20px;
    display: block;
    border-radius: 30px;
    font-size: 14px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.quick-listing-actions > ul > li > a span {
    color: #242429;
}
.quick-listing-actions li a.bookmarked i:before {
    color: #f24286;
}
.quick-listing-actions li a.bookmarked i.mi.favorite_border:before {
    content: "\e87d";
}
.quick-listing-actions li a.bookmarked i.fa.fa-heart-o:before {
    content: "\f004";
}
.quick-listing-actions > ul > li {
    margin-right: 15px;
}
.quick-listing-actions > ul > li > a > i {
    font-size: 22px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.quick-listing-actions > ul > li > a:hover,
.quick-listing-actions > ul > li > a:hover i {
    color: #f24286;
}
.price-or-date .lmb-label {
    font-size: 14px;
    opacity: 0.7;
    white-space: nowrap;
}
.price-or-date .value {
    font-size: 20px;
    white-space: nowrap;
    font-weight: 600;
}
.listing-main-buttons > ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.listing-main-buttons > ul > li {
    margin-left: 35px;
}
.featured-search .search,
.finder-search .tab-content .form-group .button-2,
.lmb-calltoaction > a {
    background: #6b1cfe;
    padding: 0 25px;
    display: block;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    height: 48px;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 600;
}
.featured-search .search:focus,
.featured-search .search:hover,
.finder-search .tab-content .form-group .button-2:focus,
.finder-search .tab-content .form-group .button-2:hover,
.lmb-calltoaction > a:focus,
.lmb-calltoaction > a:hover {
    color: #fff;
}
.lmb-calltoaction > a > i {
    font-size: 18px;
    margin-right: 5px;
}
.featured-search .search:before,
.finder-search .tab-content .form-group .button-2:before,
.lmb-calltoaction > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, 0.15);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.2;
}
.featured-search .search:hover:before,
.finder-search .tab-content .form-group .button-2:hover:before,
.lmb-calltoaction > a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.gallery-grid-block .gallery-grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.gallery-grid-block .gallery-grid a {
    width: 33.3%;
    padding-bottom: 25%;
    overflow: hidden;
    position: relative;
    background: #242429;
    outline: 2px solid #fff;
    margin-bottom: 2px;
}
.gallery-grid-block .gallery-grid a:focus,
.gallery-grid-block .gallery-grid a:hover {
    outline: 2px solid #fff;
    outline-offset: 0;
}
.gallery-grid-block .gallery-grid a:after {
    content: "\e8b6";
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    text-rendering: auto;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    transform: translate(0);
    text-align: center;
    width: 100%;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    overflow: hidden;
    opacity: 0;
}
.gallery-grid-block .gallery-grid a:hover:after {
    width: 100%;
    opacity: 1;
}
.gallery-grid-block .gallery-grid a:hover img {
    opacity: 0.4;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-grid-block .gallery-grid a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.modal-27 .modal-dialog > div,
.modal-27 .share-options {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
}
.modal-27.in .modal-dialog > div {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.modal-27:not(.show-modal),
.modal-backdrop {
    display: none !important;
}
.modal-27 {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    will-change: opacity;
}
.modal-27.in .modal-dialog > div,
.modal-27.in .share-options {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.row.row-eq-height {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
#submit-job-form div.mce-toolbar-grp {
    background: #f4f4f4;
    border: none;
    border-radius: 4px;
}
#submit-job-form .mce-top-part:before {
    box-shadow: none;
}
#submit-job-form .field > input,
#submit-job-form .field > textarea {
    font-size: 15px;
    border-bottom-color: transparent;
    border-bottom-width: 2px !important;
    padding: 15px 0;
}
.review-gallery-add .content {
    padding-bottom: 100% !important;
}
#submit-job-form label {
    font-size: 13px;
    font-weight: 600;
}
#submit-job-form .field > input:focus,
#submit-job-form .field > textarea:focus {
    padding-left: 0;
    border-bottom: 2px solid #f24286;
    outline: none;
    box-shadow: none;
}
#submit-job-form .field-type-date input,
#submit-job-form .select2-container--default .select2-selection--multiple,
#submit-job-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-bottom-color: transparent !important;
}
#submit-job-form .form-section,
body:not(.logged-in) .job_listing_packages .form-section-wrapper .form-section {
    width: 700px;
    margin: auto;
    float: none;
    margin-bottom: 30px !important;
}
body:not(.logged-in) .job_listing_packages .form-section-wrapper .form-section {
    padding-bottom: 0 !important;
}
#submit-job-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
#submit-job-form .select2-container--default .select2-selection--single {
    padding-bottom: 5px;
}
#submit-job-form .datepicker-wrapper .reset-value {
    padding-right: 0;
}
#submit-job-form .wp-editor-wrap {
    margin: 10px 0 0 !important;
    border: none;
    padding-bottom: 20px;
}
#submit-job-form .element {
    padding: 0;
}
#submit-job-form .wp-editor-container {
    border: none;
}
#submit-job-form .element .pf-head {
    padding: 20px 20px 0;
}
#submit-job-form div.mce-statusbar {
    border: none;
    padding-bottom: 0;
}
#submit-job-form .mce-container iframe {
    margin-left: -9px;
    margin-right: -9px;
}
#submit-job-form body#tinymce {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#submit-job-form .small,
#submit-job-form small {
    font-size: 13px;
    opacity: 0.8;
}
#submit-job-form label small {
    padding: 0;
}
.days .nav-tabs > li {
    font-size: 14px;
}
.days.bl-tabs .nav-tabs > li > a {
    font-size: 14px;
    font-weight: 600;
}
.days.bl-tabs .nav-tabs > li > a span.hidden-lg {
    display: block !important;
}
.days.bl-tabs .nav-tabs > li > a span.visible-lg {
    display: none !important;
}
#submit-job-form .form-group {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid transparent;
    padding: 20px;
}
#submit-job-form .form-group.field-type-date,
#submit-job-form .form-group.field-type-email,
#submit-job-form .form-group.field-type-number,
#submit-job-form .form-group.field-type-password,
#submit-job-form .form-group.field-type-related-listing,
#submit-job-form .form-group.field-type-select,
#submit-job-form .form-group.field-type-select-product,
#submit-job-form .form-group.field-type-select-products,
#submit-job-form .form-group.field-type-term-multiselect,
#submit-job-form .form-group.field-type-term-select,
#submit-job-form .form-group.field-type-text,
#submit-job-form .form-group.field-type-textarea,
#submit-job-form .form-group.field-type-texteditor,
#submit-job-form .form-group.field-type-url,
#submit-job-form .form-group.field-type-work-hours {
    padding: 20px 20px 0;
}
#submit-job-form .select2-container--default .select2-selection--multiple,
#submit-job-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    border: none;
    background: transparent;
}
#submit-job-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
}
#submit-job-form .round-icon .title-style-1 {
    padding-bottom: 0;
}
#submit-job-form .form-group.fieldset-links {
    padding: 20px;
}
#submit-job-form .form-group.fieldset-links > label {
    padding: 0;
}
#submit-job-form .form-group .form-group {
    border: none !important;
    padding: 0;
}
.work-hours-type > div {
    padding-right: 20px;
}
.work-hours-type {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#submit-job-form .file-upload-field {
    padding: 20px 0 0;
}
#submit-job-form .file-upload-field small {
    padding-left: 0;
}
.add-listing-nav {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 15px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
}
.add-listing-nav > ul {
    border-radius: 3px;
    margin-bottom: 0;
    overflow-y: auto;
    max-height: 60vh;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 230px;
    pointer-events: all;
    margin-top: 180px;
}
.add-listing-nav a {
    font-size: 14px;
    padding: 10px 5px;
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    color: rgba(36, 36, 41, 0.7);
    flex-wrap: nowrap;
}
.add-listing-nav a:focus {
    color: rgba(36, 36, 41, 0.5);
}
.add-listing-nav a:hover {
    color: #242429;
}
.add-listing-nav li {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.add-listing-nav a i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid transparent;
}
.add-listing-nav a i > span {
    width: 5px;
    height: 5px;
    background: rgba(36, 36, 41, 0.4);
    border-radius: 50%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.add-listing-nav a:hover i {
    border-color: rgba(0, 0, 0, 0.2);
}
.add-listing-nav a:hover i > span {
    background: rgba(36, 36, 41, 0.74);
}
.add-listing-nav li.active i {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.add-listing-nav li.active:hover i {
    background: transparent;
}
.add-listing-nav li.active a {
    color: #242429;
    font-weight: 600;
}
ul.c27-term-checklist {
    margin-top: 10px;
}
#submit-job-form ul.c27-term-checklist label {
    font-size: 14px;
    font-weight: 400;
}
#submit-job-form .field-type-radio > .field {
    margin-top: 10px;
    margin-bottom: 0;
}
#submit-job-form .fieldset-radio {
    padding: 20px 20px 10px;
}
.skip-preview-btn {
    margin-bottom: 60px;
    background: transparent !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08) !important;
    color: #242429 !important;
    width: auto !important;
    margin: auto;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
}
.preview-btn {
    margin-bottom: 10px;
    font-weight: 600 !important;
}
.skip-preview-btn:hover {
    border-bottom-color: rgba(0, 0, 0, 0.3) !important;
}
.work-hours-type label {
    font-weight: 400 !important;
}
button.icon-only.small {
    opacity: 1;
}
#submit-job-form .select2-selection--multiple:before,
#submit-job-form .select2-selection--single:before {
    content: "\e5d2";
    left: 0;
    position: absolute;
    top: 13px;
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    opacity: 0.2;
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    text-rendering: auto;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    transform: translate(0);
}
#submit-job-form .select2-selection--multiple,
#submit-job-form .select2-selection--single {
    padding-left: 30px;
}
#submit-job-form .social-networks-repeater .select2-selection--single:before,
#submit-job-form .work-hours-repeater .select2-selection--single:before {
    display: none;
}
#submit-job-form .social-networks-repeater .select2-selection--single,
#submit-job-form .work-hours-repeater .select2-selection--single {
    padding-left: 0;
}
#submit-job-form .social-networks-repeater .select2-container--default .select2-selection--single,
#submit-job-form .work-hours-repeater .select2-container--default .select2-selection--single {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
#submit-job-form .social-networks-repeater .select2-container--default .select2-selection--single {
    padding-bottom: 0;
}
li.day.day-hour-ranges {
    display: -webkit-box;
    display: flex;
}
.job_listing_preview_title {
    position: fixed;
    max-width: 300px;
    top: auto;
    right: 25px;
    bottom: 25px;
    padding: 25px;
    border-radius: 2px;
    background: #f24286;
    z-index: 999;
}
.job_listing_preview_title input[type="submit"] {
    float: left;
    width: 100%;
    margin-left: 0;
    border: 1px solid transparent;
}
.job-manager-button-edit-listing:hover,
.job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2:hover {
    border-color: hsla(0, 0%, 100%, 0.5) !important;
    background: transparent !important;
}
.job_listing_preview_title input[type="submit"] {
    border: 1px solid #fff;
}
.job_listing_preview_title input[type="submit"].job-manager-button-submit-listing {
    margin-bottom: 10px;
}
.job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2 {
    color: #f24286;
    border: none;
    background: #f3f4f5;
    border-radius: 2px;
    border: 1px solid transparent;
}
.job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2:hover {
    background: #f24286;
    color: #fff;
}
.job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2:visited {
    color: #f24286;
}
.job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2:visited:hover {
    background: #f24286;
    color: #fff;
}
.job_listing_preview {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.job_listing_preview.single_job_listing .profile-header-fixed {
    position: relative;
    top: 0;
    box-shadow: none;
    height: 85px;
}
.job_listing_preview.single_job_listing .profile-header-fixed .profile-name {
    margin-left: 140px;
}
.job_listing_preview.single_job_listing .profile-header-fixed .profile-avatar {
    width: 120px;
    height: 120px;
    top: -43px;
}
.job_listing_preview.single_job_listing .profile-header-fixed .profile-name h1 {
    font-size: 18px;
    margin-top: 20px;
}
.job_listing_preview.single_job_listing .profile-header-fixed .profile-name h2 {
    display: block;
}
.job_listing_preview_title h4 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400;
}
.job_listing_preview_title {
    padding-left: 20px;
    padding-right: 20px;
}
.job_listing_preview_title h4 {
    width: 100%;
    padding-bottom: 5px;
    display: none;
}
.job_listing_preview_title input {
    font-weight: 600 !important;
}
.job_listing_preview_title .button.job-manager-button-edit-listing {
    float: left;
    margin-left: 0;
}
.job_listing_preview_title h4 {
    margin-top: 0;
    padding-top: 0;
}
.add-listing-loading-message {
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
    font-size: 15px;
}
.add-listing-loader .paper-spinner {
    display: block;
    margin-left: 15px;
    min-width: 28px;
}
.infoBox div.lf-item.lf-item-list-view,
.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;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    padding: 15px 15px 7px 75px;
}
.infoBox .lf-item.lf-item-list-view .lf-item-info {
    padding-left: 15px;
}
.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: -webkit-box;
    display: flex;
}
.no-info-fields .lf-item.lf-item-list-view .lf-item-info h4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    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-item-info > ul li {
    float: none;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lf-item.lf-item-list-view .lf-avatar {
    -webkit-transform: none;
    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;
}
#wc-cart-modal .widgettitle {
    display: none;
}
footer.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer.footer.footer-large {
    position: relative;
}
#c27-site-wrapper {
    background: #f4f4f4;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    min-height: 100vh;
}
body.admin-bar #c27-site-wrapper {
    min-height: calc(100vh - 32px);
}
body.post-type-archive-product #c27-site-wrapper {
    background: #fff;
}
.similar-listings {
    padding-top: 0 !important;
}
.add-listing-step #submit-job-form {
    padding-bottom: 150px;
}
.quick-view-modal .tpl-list-view .lf-head {
    display: none;
}
.quick-view-modal .tpl-list-view .lf-item {
    height: auto;
}
.quick-view-modal .tpl-list-view .lf-item .overlay {
    opacity: 1;
    background: #fff;
}
.quick-view-modal .tpl-list-view .lf-item a:hover .overlay {
    opacity: 1 !important;
}
.quick-view-modal .tpl-list-view .lf-item-info {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #e3e3e3;
}
.quick-view-modal .tpl-list-view .lf-item-info h4,
.quick-view-modal .tpl-list-view .lf-item-info ul li {
    color: #242429;
}
.quick-view-modal .tpl-list-view .lf-item-info ul li i {
    color: #a6a6ab;
}
.quick-view-modal .quick-view-alternate.tpl-list-view .mc-left {
    width: 100%;
    height: unset;
}
.quick-view-modal .quick-view-alternate.tpl-list-view .mc-left .grid-item,
.quick-view-modal .quick-view-alternate.tpl-list-view .mc-left .lf-item-container {
    float: none;
    width: auto;
}
.quick-view-modal .tpl-list-view .mc-left .grid-item {
    border-bottom: 1px solid #e3e3e3;
}
.quick-view-modal .tpl-list-view .mc-left .grid-item:last-child {
    border-bottom: 0;
}
.quick-view-modal .tpl-list-view .mc-left .grid-item .element {
    border-radius: 0;
}
.quick-view-modal .quick-view-alternate.tpl-list-view .mc-left > div:nth-child(2) {
    max-height: unset;
    overflow-y: auto;
}
.quick-view-modal .quick-view-alternate.tpl-list-view .mc-left > div:nth-child(3) {
    max-height: unset;
}
.quick-view-modal .quick-view-alternate.tpl-list-view .mc-right {
    display: none;
}
.quick-view-modal .quick-view-alternate.tpl-list-view,
.quick-view-modal .quick-view-alternate.tpl-list-view .lf-item,
.quick-view-modal .quick-view-alternate.tpl-list-view .owl-carousel .lf-background {
    height: unset;
}
.quick-view-modal .quick-view-alternate.tpl-list-view {
    max-width: 70%;
    margin: auto;
}
.quick-view-modal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}
.quick-view-modal > .container {
    pointer-events: none;
}
.quick-view-modal .modal-content .listing-preview {
    pointer-events: all;
    background: #fff;
}
.quick-view-modal .modal-content .listing-preview:after {
    content: "";
    display: table;
    clear: both;
}
.quick-view-modal .tpl-list-view .lf-item .lf-background-carousel {
    display: none;
}
.search-shortcode .instant-results:before {
    content: none !important;
    display: none !important;
}
.job-manager-form .fieldset-recaptcha {
    padding: 20px;
    border-top: 1px solid #e6e6e6;
}
.job-manager-form .fieldset-recaptcha > label {
    display: block;
    width: 100%;
}
.lmb-calltoaction .bookmarked,
.lmb-calltoaction .bookmarked:focus,
.lmb-calltoaction .bookmarked:hover {
    background: #fff;
    color: #f24286;
}
.active-taxonomy-container .category-background {
    border-radius: 3px;
    margin-bottom: 20px;
}
.active-taxonomy-container .category-description {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
}
.active-taxonomy-container h1.category-name {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    line-height: 30px;
}
.active-taxonomy-container .cat-icon {
    margin-right: 10px;
}
h4.browse-subcategories {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
a.taxonomy-back-btn i {
    margin-right: 7px;
    font-size: 20px;
}
h4.browse-subcategories i {
    position: relative;
    right: 4px;
    margin-right: 4px;
}
a.taxonomy-back-btn {
    background: #f2f3f2;
    padding: 10px 0;
    border-radius: 3px;
    margin-bottom: 15px;
}
.finder-tabs .cts-term-hierarchy .term-select:not(.term-select-0) {
    margin-top: 20px;
}
.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;
}
.active-taxonomy-container.no-bg .category-background {
    display: none !important;
}
.active-taxonomy-container.no-bg .cat-icon {
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}
.active-taxonomy-container.no-bg h1.category-name {
    text-align: center;
}
.active-taxonomy-container.no-bg {
    padding: 20px 0 0;
}
.blog-footer .page-numbers {
    display: inline-block;
}
@media only screen and (max-width: 1200px) {
    .finder-map {
        height: 100% !important;
    }
    .gm-bundled-control-on-bottom {
        top: 0;
    }
    .gm-style div#explore-map-location-ctrl {
        top: 100px;
        display: block;
        height: 40px;
        bottom: auto;
    }
}
.row.my-listings-tab-con {
    margin-left: -10px;
    margin-right: -10px;
}
@media only screen and (max-width: 1650px) {
    .finder-two-columns .finder-listings {
        width: 800px;
    }
    .finder-two-columns .finder-map {
        width: calc(100% - 1200px);
    }
}
@media only screen and (max-width: 1600px) {
    .header .container {
        width: 100%;
    }
}
@media only screen and (max-width: 1550px) {
    .header.header-style-alternate:not(.header-scroll) {
        height: 122px !important;
    }
    .header.header-style-alternate:not(.header-scroll) .header-container .header-top .logo a img {
        max-height: 122px;
    }
    .finder-title h1 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1450px) {
    .listing-main-info {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        bottom: 30px;
    }
    .header-style-default .header-container {
        width: 100%;
    }
    .finder-two-columns .finder-listings {
        width: 70%;
    }
    .fc-type-1.finder-two-columns .fc-default .finder-listings {
        width: calc(100% - 400px);
    }
    .finder-two-columns .finder-map {
        width: 0;
    }
    .switch-three {
        display: none !important;
    }
    .finder-three-columns .results-view .col-md-12 {
        width: 50%;
    }
}
@media only screen and (max-width: 1300px) {
    .header,
    .header.header-style-alternate,
    .header.header-style-alternate.header-scroll {
        padding-left: 0;
        padding-right: 0;
    }
    .header.header-style-alternate:not(.header-scroll) {
        height: 102px !important;
    }
    .header.header-style-alternate:not(.header-scroll) .header-container .header-top .logo a img {
        max-height: 102px;
    }
    .featured-section.featured-section-gallery,
    .header-gallery-carousel .item {
        height: 480px;
    }
}
@media only screen and (max-width: 1200px) {
    .finder-map:not(.map-mobile-visible) .infoBox.c27-listing-preview.show {
        display: none !important;
    }
    div#explore-taxonomy-tab {
        position: relative;
        top: -15px;
    }
    ul.sub-menu.i-dropdown.shown-menu {
        background: #f9f9f9;
    }
    .header-search ::-webkit-input-placeholder {
        color: #1d1d23;
        opacity: 1;
    }
    .header-search ::-moz-placeholder {
        color: #1d1d23;
        opacity: 1;
    }
    .header-search ::-ms-input-placeholder {
        color: #1d1d23;
        opacity: 1;
    }
    .header-search ::placeholder {
        color: #1d1d23;
        opacity: 1;
    }
    .header-search :-ms-input-placeholder,
    .header-search ::-ms-input-placeholder {
        color: #1d1d23;
    }
    .header-search > input {
        color: #1d1d23;
    }
    .is-focused > i {
        z-index: 20;
    }
    #quicksearch-mobile-modal {
        padding-right: 0 !important;
    }
    #quicksearch-mobile-modal .is-focused .instant-results:before {
        display: none;
    }
    #quicksearch-mobile-modal .instant-results ul li.ir-cat {
        padding: 6px 15px;
        font-size: 14px;
    }
    #quicksearch-mobile-modal .instant-results ul li a {
        display: block;
        font-size: 15px;
        padding: 10px 15px;
    }
    #quicksearch-mobile-modal .instant-results {
        top: 80px;
    }
    #quicksearch-mobile-modal .modal-dialog {
        width: 100%;
        position: absolute;
        top: 0;
    }
    #quicksearch-mobile-modal .modal-content {
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
    .header-right .user-profile-dropdown {
        display: none !important;
    }
    #quicksearch-mobile-modal button.close {
        position: absolute;
        z-index: 20000;
        opacity: 1;
        right: 15px;
        top: 22px;
        width: 35px;
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 35px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 40px;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    #quicksearch-mobile-modal button.close span {
        font-size: 0;
    }
    #quicksearch-mobile-modal button.close:before {
        content: "\e5cd";
        font-size: 20px;
        opacity: 0.5;
        font-family: Material Icons;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        text-rendering: auto;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    input,
    textarea {
        font-size: 15px;
    }
    .profile-header .col-md-12 {
        padding: 0;
    }
    .fl-results-no span,
    .forgot-password a,
    .i-dropdown li a,
    .lf-item-info-2 h4,
    .lf-item.lf-item-list-view .lf-item-info > h4,
    .showing-filter a,
    .sign-in-box .md-checkbox label,
    p.connect-with {
        font-size: 15px;
    }
    .modal-content form.sign-in-form a.c27-open-modal {
        font-size: 15px !important;
    }
    .explore-head .explore-types > div:not(.active):hover:after {
        display: none;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation > ul > li:not(.current-menu-item):hover:after {
        display: none !important;
    }
    a.taxonomy-back-btn {
        background: #e0e0e0;
    }
    .i-dropdown .submenu-toggle {
        display: -webkit-box;
        display: flex;
    }
    .finder-search .finder-title {
        display: none;
    }
    .finder-container.fc-type-2 .finder-search:not(.visible-lg) {
        display: block !important;
    }
    .job_listing_preview_title {
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 10px 0 !important;
    }
    .job_listing_preview_title input {
        width: auto !important;
        border-radius: 2px !important;
        margin-left: 10px;
        margin-right: 10px;
    }
    .job_listing_preview_title input[type="submit"].job-manager-button-submit-listing {
        margin-bottom: 0;
    }
    .job_listing_preview_title h4 {
        display: none;
    }
    .listing-main-info {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        top: auto;
        left: 0;
    }
    .add-listing-nav {
        display: none !important;
    }
    .profile-header .profile-menu ul li a:hover:after {
        width: 0 !important;
    }
    .profile-header .profile-menu ul li.active a:after {
        width: 100% !important;
    }
    .visit-chart-actions {
        display: none !important;
    }
    .c27-products-table > thead > tr,
    .c27-products-table td {
        display: none;
    }
    .c27-products-table td.product-photo,
    .c27-products-table td.product-title {
        display: table-cell;
    }
    .user-promotion-packages .promo-product-list li {
        margin-right: 15px !important;
        margin-bottom: 15px !important;
    }
    .woocommerce table.job-manager-jobs tr {
        width: calc(50% - 10px) !important;
        margin-right: 20px !important;
    }
    .woocommerce table.job-manager-jobs tr:nth-child(2n + 2) {
        margin-right: 0 !important;
    }
    .mlduo-welcome-message h1 {
        margin-bottom: 30px !important;
    }
    .number-stats p span {
        font-size: 18px;
    }
    .woocommerce-account .i-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .explore-head {
        padding: 0;
    }
    .mlduo-account-menu {
        padding: 0 !important;
    }
    .woocommerce-MyAccount-navigation ul li a {
        padding: 0 60px !important;
    }
    body.disable-scroll {
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .user-profile-name .submenu-toggle {
        opacity: 1;
        width: 0;
        display: inline-block;
        opacity: 0.3;
    }
    .user-profile-dropdown {
        float: none;
    }
    .user-profile-name:hover .submenu-toggle {
        opacity: 1;
    }
    .i-nav > ul > li {
        display: block;
    }
    .header-menu-left .i-nav > ul,
    .header-menu-right .i-nav > ul {
        display: block;
        height: auto;
    }
    .user-area .open > ul.dropdown-menu {
        top: 60px;
    }
    .c27-header-search-form {
        display: none !important;
    }
    .user-profile-dropdown {
        padding-bottom: 0 !important;
        width: 100%;
        text-align: center;
        height: 100%;
    }
    .user-profile-dropdown .user-profile-name {
        font-size: 15px;
        font-weight: 600;
        padding: 15px 0 15px 20px;
        text-align: left;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        color: #242429 !important;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 58px;
        text-overflow: ellipsis;
    }
    .mobile-user-menu i {
        font-size: 24px;
        width: 40px;
    }
    .user-profile-dropdown .user-profile-name .submenu-toggle i {
        color: #000;
        right: auto;
        left: 0;
        top: 2px;
    }
    .user-profile-dropdown .user-profile-name:hover {
        color: #242429;
    }
    .user-profile-dropdown .user-profile-name .avatar {
        min-width: 32px;
        margin-right: 10px;
    }
    #wpadminbar {
        display: none !important;
    }
    html {
        margin-top: 0 !important;
    }
    .header-right {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        height: 38px;
        float: none;
    }
    .user-area .user-profile-name {
        margin-right: 0;
    }
    .header-right > div,
    .header-right a.view-cart-contents {
        margin: 0 0 0 20px !important;
    }
    .header-bottom-wrapper .header-button {
        background: #fff;
        padding: 0;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .header-bottom-wrapper .header-button a {
        padding: 0;
        background: #f24286;
        color: #fff;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 0;
    }
    .header-bottom-wrapper .header-button a i {
        vertical-align: middle;
        float: none;
        top: 0;
        color: #fff;
    }
    .header-right .header-button {
        display: none;
    }
    .listing-main-info .col-md-6 {
        width: 100%;
    }
    .listing-main-buttons,
    .profile-name {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .profile-name {
        margin-bottom: 15px;
        text-align: center;
        padding: 0;
    }
    .profile-name .listing-rating {
        margin-right: 0;
    }
    .profile-name .pa-below-title {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .listing-main-buttons > ul > li {
        text-align: center;
    }
    .profile-avatar {
        margin-bottom: 10px;
    }
    .profile-name h1 {
        font-size: 30px;
    }
    .profile-avatar {
        position: static;
    }
    .listing-main-buttons > ul > li {
        margin-left: 0;
        margin-right: 30px;
    }
    .listing-main-buttons > ul > li:last-child {
        margin-right: 0;
    }
    .finder-tabs .nav-tabs.tabs-menu {
        display: none;
    }
    .fl-head .col-xs-4 {
        width: 50% !important;
    }
    .fl-head .fl-results-no {
        text-align: right;
    }
    .tags-nav li {
        margin-bottom: 7px;
    }
    #finderSearch .datepicker-wrapper input,
    .checkboxes-filter > label,
    .explore-filter.datepicker-form-group > label,
    .range-filter > label,
    .reset-results-27,
    .tags-nav li .md-checkbox label {
        font-size: 16px;
    }
    .finder-search {
        background: none;
    }
    #finderSearch .tab-content {
        margin-top: 20px;
    }
    .explore-mobile-nav {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        background: #e3e3e3;
        box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.07);
    }
    .explore-mobile-nav ul li {
        width: 33.33%;
        text-align: center;
    }
    .fc-type-1-no-map .explore-mobile-nav ul li,
    .fc-type-2 ~ .explore-mobile-nav ul li {
        width: 50%;
    }
    .explore-types .finder-title {
        display: none;
    }
    body.single-listing.admin-bar header ~ .single-job-listing .profile-cover-image #jarallax-container-0 > div,
    body.single-post.admin-bar .profile-cover #jarallax-container-0 > div {
        height: 565px !important;
    }
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table .product-name a {
        font-size: 14px !important;
    }
    .c27-submit-listing-form .fieldset-login_required > p,
    .job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p {
        width: 75% !important;
    }
    .toggle-my-packages {
        display: none !important;
    }
    ul.job_packages ~ button.listing-details-button {
        background: #fafafa;
    }
    ul.job_packages ~ button.listing-details-button:hover {
        background: #242429;
    }
    .single-team {
        cursor: pointer;
    }
    .finder-search .searching-for {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .finder-search .tab-content:after {
        content: "";
        display: table-cell;
        clear: both;
    }
    .header .header-container .header-top .logo {
        left: 70px;
    }
    .signin-area {
        display: none;
    }
    .mobile-nav-head {
        display: block;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        height: 62px;
    }
    .mobile-search {
        border-bottom: 1px solid #ebebeb;
    }
    .main-nav li a > i {
        display: block;
        float: left;
        font-size: 24px;
        position: relative;
        color: #484848;
        width: 40px;
    }
    .header-light-skin .header-skin {
        background: #fff;
        border-bottom: 1px solid #e3e3e3;
    }
    .header-light-skin .user-area > i.user-area-icon {
        font-size: 28px;
        top: -3px;
    }
    .header-light-skin .user-area > a,
    .header-scroll.header-scroll-light-skin .mobile-menu-lines i,
    .header-scroll.header-scroll-light-skin .search-trigger a i,
    .header-scroll.header-scroll-light-skin .user-area .user-profile-name i,
    .header-scroll.header-scroll-light-skin .user-area > span {
        color: #242429;
    }
    .header-dark-skin .user-area > a,
    .header-dark-skin .user-area > span {
        color: #fff;
    }
    .header-light-skin .search-trigger a i,
    .header-light-skin .user-area .user-profile-name i,
    .header-light-skin .user-profile-name {
        color: #484848;
    }
    .header-scroll.header-scroll-dark-skin .mobile-menu-lines i,
    .header-scroll.header-scroll-dark-skin .search-trigger a i,
    .header-scroll.header-scroll-dark-skin .user-profile-name {
        color: #fff;
    }
    .header-scroll.header-scroll-dark-skin .user-area .user-profile-name i {
        color: hsla(0, 0%, 100%, 0.3);
    }
    .header-scroll.header-scroll-dark-skin .user-area > a {
        color: #fff;
    }
    .header-light-skin .mobile-menu a span {
        background: #242429;
    }
    .parallax-mirror {
        display: none;
    }
    .blogpost-section .container {
        padding-left: 10%;
        padding-right: 10%;
    }
    .blogpost-section .blog-title {
        padding-bottom: 20px;
    }
    .blogpost-section .blog-title h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .blogpost-section .tags-list .tags {
        margin-top: 30px;
    }
    .section-slider .item {
        height: auto !important;
    }
    .featured-section.featured-section-gallery .header-gallery-carousel .item,
    .profile-cover.profile-cover-no-img,
    .single-listing .featured-section {
        padding: 0;
        height: 540px;
    }
    .profile-name h2 {
        margin-top: 5px;
    }
    .finder-overlay {
        display: none;
    }
    .search-trigger a i {
        padding-top: 0 !important;
    }
    .featured-categories {
        margin-top: 40px;
    }
    .featured-section .featured-caption {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        height: auto;
        width: 100%;
        z-index: 10;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fc-description h1,
    .fc-description h2,
    .fc-description h3,
    .fc-description h4,
    .fc-description h5,
    .fc-description h6 {
        font-size: 35px;
        line-height: 40px;
        margin-top: 0;
    }
    .i-dropdown-arrow {
        display: block;
    }
    .finder-listings.fl-hidden {
        display: none;
    }
    .card-view {
        display: block;
    }
    .mobile-explore-head {
        display: none;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .fl-head {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .finder-map {
        position: absolute;
    }
    .finder-map.fm-visible {
        left: 0;
        display: block;
    }
    .finder-tags {
        top: 0;
        width: 50% !important;
        -webkit-backface-visibility: hidden;
    }
    .finder-tags-open {
        top: 0;
    }
    .finder-container {
        position: relative;
        width: 100%;
        top: 0 !important;
    }
    .c27-explore-search-button {
        position: fixed !important;
        bottom: 50px;
        left: 0;
        z-index: 10 !important;
        border-radius: 0 !important;
    }
    .cts-term-filled label,
    .featured-search .radius .amount,
    .md-active label,
    .md-group input,
    .md-group input:focus ~ label,
    .md-group label,
    .pac-container .pac-item,
    .select2-container--default .select2-selection--multiple .select2-selection__choice,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-results__option {
        font-size: 16px !important;
    }
    .cts-term-hierarchy label .go-back-btn i {
        top: -2px;
        position: relative;
    }
    .finder-container,
    .finder-search {
        background: none !important;
    }
    .reset-results-27 {
        margin-top: 20px;
        margin-bottom: 120px;
    }
    .finder-container.fc-type-2 {
        height: auto;
        overflow: hidden;
    }
    .categories-dropdown > .i-dropdown {
        left: -80px;
    }
    .finder-listings {
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        overflow-y: hidden !important;
        position: static;
        background-color: #f4f4f4;
    }
    .map-toggle-button {
        display: none;
    }
    .finder-search {
        z-index: 99;
        width: 100% !important;
        left: 0;
        -webkit-backface-visibility: hidden;
        position: static;
        padding: 0 20px;
    }
    .finder-search.visible {
        overflow-y: hidden !important;
        height: 0;
    }
    .finder-search.visible,
    .fs-mobile-open {
        display: block !important;
    }
    .fl-head a {
        display: inline-block;
    }
    .finder-map-view .finder-listings {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .finder-map-view .finder-search,
    .finder-map-view .finder-tags {
        display: none;
    }
    .finder-map {
        width: 100% !important;
        height: calc(100% - 111px);
    }
    .explore-types-dropdown .finder-map {
        height: calc(100% - 50px);
    }
    .open-search {
        display: inline-block;
        margin-right: 15px;
    }
    .results-view .col-md-12 {
        width: 50% !important;
        float: left;
    }
    .results-view .pagination {
        float: none;
        width: 100% !important;
    }
    .finder-listings {
        width: 100% !important;
        left: 0 !important;
        padding-bottom: 50px;
    }
    .column-switch {
        display: none;
    }
    .mobile-map-open {
        display: inline-block;
        text-align: right;
    }
    .cover-buttons .bookmark {
        font-size: 0;
    }
    .cover-buttons .bookmark i {
        margin-right: 0;
    }
    .cover-buttons .add-review {
        font-size: 0;
    }
    .cover-buttons .add-review i {
        margin-right: 0;
    }
    .profile-body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .profile-header .profile-avatar {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 12px;
    }
    .profile-header .profile-name h1 {
        font-size: 16px;
        margin-top: 20px;
    }
    .profile-header .profile-name {
        margin-left: 75px;
    }
    .profile-header-fixed {
        position: static;
    }
    .single-post .profile-cover {
        height: 340px !important;
    }
    .lf-item {
        height: 210px;
    }
    .clients .lf-nav {
        display: none;
    }
    .testimonials .testimonial-image {
        width: 56px;
        height: 56px;
        margin-right: 15px;
    }
    .testimonials .testimonial-content {
        padding: 40px;
    }
    .ph-type-1 .ph-details {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .page-head.ph-type-1 {
        height: 240px;
    }
    .header.header-scroll {
        -webkit-transition: initial;
        transition: initial;
        background: initial;
        padding: initial;
        height: auto;
    }
    a.back-to-top {
        display: none !important;
    }
    .search-trigger {
        display: block;
        margin-right: 0;
    }
    .search-trigger a i {
        font-size: 22px;
    }
    .header .user-area {
        margin-right: 20px;
        margin-top: 9px;
    }
    .header-top {
        position: relative;
        padding: 20px;
    }
    .listing-cat {
        height: 250px;
    }
    .user-area .user-profile-name i {
        right: 4px;
        top: 2px;
    }
    .i-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .i-section.explore-type-2 {
        padding-top: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .i-section.explore-type-2 .container {
        width: 100% !important;
    }
    .section-title {
        margin-bottom: 25px;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .mobile-menu {
        display: block;
        float: left;
        margin-right: 30px;
        background: transparent;
    }
    .mobile-user-menu ul {
        margin-bottom: 0;
    }
    .mnh-close-icon {
        display: block;
        float: left;
        margin-right: 0;
        width: 40px;
        height: 40px;
        background: transparent;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        z-index: 4;
    }
    .header.header-scroll.header-scroll-light-skin .mobile-menu a > div:active,
    .header.header-scroll.header-scroll-light-skin .search-trigger a i:active,
    .mnh-close-icon:active {
        background: rgba(0, 0, 0, 0.03);
    }
    .mnh-close-icon i,
    .mobile-menu-lines i {
        font-size: 28px;
        text-align: center;
        padding-top: 6px;
        color: #242429;
    }
    .mobile-menu-lines i {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header-dark-skin .mobile-menu-lines i {
        color: #fff;
    }
    .mobile-menu a > div {
        position: relative;
        border-radius: 50%;
    }
    .mobile-menu a span {
        height: 2px;
        width: 25px;
        background: #fff;
        display: block;
        margin-bottom: 10px;
        margin-left: 8px;
        margin-top: 2px;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
    }
    .mobile-menu div span:nth-child(2) {
        top: 8px;
    }
    .mm-open.mobile-menu div span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
    }
    .mm-open.mobile-menu div span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }
    .header .container {
        width: 100%;
        padding: 0;
    }
    .header,
    .header.header-style-alternate,
    .header.header-style-alternate:not(.header-scroll),
    .header.header-style-default {
        padding: 0 !important;
        height: 80px !important;
    }
    .header .header-container .header-top .logo a img,
    .header.header-style-alternate:not(.header-scroll) .header-container .header-top .logo a img {
        max-height: 50px;
    }
    .header-search {
        margin-right: 0;
        width: 100%;
        display: none;
    }
    .mobile-search {
        display: block;
        background: #fff;
    }
    .mobile-search > input {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 66px !important;
        font-size: 13px;
        line-height: 14px;
    }
    .mobile-search > i {
        font-size: 28px;
        padding-left: 5px;
        color: #242429;
    }
    .header-search > i {
        top: 30px;
        color: #1d1d23;
    }
    .i-nav .main-nav {
        margin-top: 0 !important;
    }
    .header-light-skin.header-dark-skin .user-area .user-profile-name,
    .header-light-skin.header-dark-skin .user-area a[data-toggle="modal"] {
        color: #fff;
    }
    .header.header-light-skin.header-dark-skin .header-skin {
        border-color: transparent;
    }
    .header.header-light-skin:not(.header-scroll) .mobile-menu a span,
    .header.header-scroll.header-scroll-light-skin .mobile-menu a span {
        background: #242429;
    }
    .header-search input,
    .header-search input:focus,
    .header-search input:hover {
        font-weight: 400 !important;
        padding: 0 50px !important;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        height: 80px;
        background: #fff;
        font-size: 16px;
    }
    .search-shortcode.header-search input[type="search"] {
        padding: 18px 0 16px !important;
        background: transparent;
        height: unset;
        color: #fff;
        width: 100% !important;
    }
    .user-area > a,
    .user-area > span {
        opacity: 1 !important;
    }
    .header-search > i {
        left: 15px;
    }
    .header ::-webkit-input-placeholder {
        color: #1d1d23 !important;
    }
    .header ::-moz-placeholder {
        color: #1d1d23 !important;
        opacity: 1;
    }
    .header :-ms-input-placeholder {
        color: #1d1d23 !important;
    }
    .header :-moz-placeholder {
        color: #1d1d23 !important;
        opacity: 1;
    }
    .search-shortcode.header-search.search-shortcode-light input[type="search"]::-webkit-input-placeholder {
        color: #fff !important;
    }
    .search-shortcode.header-search.search-shortcode-light input[type="search"]::-moz-placeholder {
        color: #fff !important;
        opacity: 1;
    }
    .search-shortcode.header-search.search-shortcode-light input[type="search"]:-ms-input-placeholder {
        color: #fff !important;
    }
    .search-shortcode.header-search.search-shortcode-light input[type="search"]:-moz-placeholder {
        color: #fff !important;
        opacity: 1;
    }
    .i-nav {
        padding: 0;
        display: block;
        clear: both;
        width: 400px;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
        text-align: center;
        margin-top: -1px;
        position: fixed !important;
        overflow-y: auto;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        right: unset !important;
    }
    .i-nav,
    .i-nav-overlay {
        height: 100vh;
        z-index: 100;
        top: 0;
    }
    .i-nav-overlay {
        width: 100%;
        background: rgba(29, 29, 31, 0.5);
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
    .main-nav li.current-menu-item a > i {
        color: #f24286;
    }
    .mobile-menu-open {
        z-index: 101;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
        transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
        transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1), -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
        right: unset !important;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .mobile-menu-open ~ .i-nav-overlay {
        opacity: 1;
        visibility: visible;
    }
    .i-nav .main-nav {
        width: 100%;
        margin-bottom: 0;
    }
    .i-nav > ul > li.current-menu-item > a {
        border-right: 2px solid #f24286;
        color: #f24286;
    }
    .main-menu .submenu-toggle {
        width: 50px;
        height: 50px;
        -webkit-box-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    .main-menu .submenu-toggle i {
        color: #000;
        right: 0;
        font-size: 22px;
    }
    .mobile-menu-open .main-nav {
        left: 0;
    }
    .mobile-nav-button {
        height: 50px;
        overflow: hidden;
        bottom: 0;
        width: 100%;
        margin-top: -1px;
        margin-bottom: 120px;
    }
    .i-nav ul li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .i-nav ul li a {
        padding: 0 20px;
        height: 50px;
        width: 100%;
        display: block;
        border-bottom: none;
        margin-left: 0 !important;
        color: #242429;
        opacity: 1;
        text-align: left;
        -webkit-transition: background 0.2s ease, color 0.2s ease;
        transition: background 0.2s ease, color 0.2s ease;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .i-nav ul li a.active {
        color: #242429;
    }
    .mobile-menu-open .i-dropdown > li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .i-nav ul li a:hover i {
        color: #f24286;
    }
    .header-search-open {
        display: block;
    }
    .mobile-menu-open .header-search {
        width: 100%;
    }
    .mobile-menu-open .i-dropdown {
        background: transparent;
        box-shadow: none;
        width: 100%;
        position: static;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        margin-top: 0;
        text-align: center;
        margin-bottom: 0;
        padding: 0;
        -webkit-transform: none;
        transform: none;
    }
    .mobile-menu-open .i-dropdown:before {
        content: none;
    }
    .mobile-menu-open .i-dropdown li a i {
        display: none;
    }
    .mobile-menu-open .i-dropdown li:last-child {
        border-bottom: none;
    }
    .i-dropdown.show-dropdown {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .mobile-menu-open .i-dropdown.id-open {
        display: block;
    }
    .mobile-menu-open .i-dropdown li a {
        color: #242429;
        text-transform: none;
        font-size: 14px;
        padding-left: 20px;
    }
    .mobile-menu-open .i-dropdown .i-dropdown .i-dropdown li a:hover {
        background: transparent;
        border-color: transparent;
        color: #f24286;
    }
    .mobile-menu-open .i-dropdown li a:hover {
        color: #f24286;
        padding-left: 20px !important;
    }
    .mobile-menu-open .i-dropdown li .i-dropdown-arrow a:hover {
        padding-left: 0 !important;
    }
    .page-head {
        clear: both;
    }
    .ph-type-2 {
        height: 59px;
    }
    .testimonial-content h3 {
        max-width: 80%;
    }
    .footer {
        padding-top: 50px;
    }
    .lf-item-info > ul li i {
        font-size: 16px !important;
        top: -1px !important;
    }
    .listing-details-3 .details-list li {
        padding: 6px;
    }
    .listing-details-3 .details-list li span {
        font-size: 13px;
    }
    .finder-search .listing-cat {
        width: 49%;
        float: left;
        margin-right: 1%;
    }
    .explore-type-2 .explore-2-search,
    .explore-type-2 .explore-type-2-results {
        width: 100%;
    }
    .explore-type-2 .finder-tabs {
        display: none;
    }
    .explore-type-2 .fl-head {
        margin-top: 20px;
    }
    .explore-type-2 .toggle-search-type-2 {
        display: none;
    }
    .explore-type-2 .fl-results-no {
        float: left !important;
    }
    .marker-details-open .lf-item-container {
        opacity: 1;
        visibility: visible;
    }
    .center-button {
        width: 100%;
    }
    .finder-listings .loader-bg {
        top: -60px;
        min-height: 100vh;
        min-height: calc(100vh - 132px);
    }
    .explore-type-2 .loader-bg {
        top: -64px;
        min-height: 100vh;
        min-height: calc(100vh - 193px);
    }
    .scroll-background {
        display: none;
    }
    .one-region .overlay,
    .search-shortcode.header-search {
        display: block;
    }
    .one-region {
        margin-bottom: 50px;
    }
    .region-image-holder {
        width: 100%;
    }
    .region-image-border {
        background-color: rgba(0, 0, 0, 0.15);
    }
    .region-details h2,
    .region-details h3 {
        color: #fff;
        opacity: 1;
    }
    .region-details h2 {
        font-size: 35px;
    }
    .region-image-holder {
        right: 15px;
    }
    .col-md-4.ac-category {
        height: 150px;
    }
    .col-md-6.ac-category,
    .col-md-12.ac-category {
        height: 180px;
    }
    .header-light-skin .header-right .header-button a.buttons {
        color: #242429;
    }
    .header-right .header-button a.buttons i {
        font-size: 22px;
    }
    .header-scroll-light-skin.header-scroll .header-right .header-button a.buttons {
        color: #242429 !important;
    }
    .header-scroll-dark-skin.header-scroll .header-right .header-button a.buttons {
        color: #fff !important;
    }
    .explore-type-2 .fl-head > .col-md-4 {
        width: 50%;
    }
    .explore-type-2 .fl-results-no i {
        float: left;
        padding-right: 5px;
    }
    .explore-type-2 .fl-results-no i ~ span {
        top: auto;
    }
}
@media only screen and (max-width: 992px) {
    .user-promotion-packages .promo-product-list li {
        width: calc(50% - 15px) !important;
    }
    .dashboard-filter-stats ~ span,
    .my-listings-tab-con {
        margin-bottom: 20px;
    }
    .dashboard-filter-stats ~ span.select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 14px 0 !important;
    }
    .user-promotion-packages .promo-product-list li:nth-child(2n + 2) {
        margin-right: 0 !important;
    }
    #job-manager-job-dashboard table ul.job-dashboard-actions li {
        width: 50% !important;
        margin-bottom: 10px !important;
    }
    #job-manager-job-dashboard table ul.job-dashboard-actions {
        flex-wrap: wrap !important;
    }
    .lf-item-container .lf-item-info-2,
    .lf-item-container.no-tagline.no-logo .lf-item-info-2 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .profile-name.no-tagline {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .quick-view-modal.quick-view-basic .modal-content .mc-left,
    .quick-view-modal.quick-view-basic .modal-content .mc-right {
        width: 100%;
    }
    .quick-view-modal.quick-view-basic .modal-content {
        height: auto;
    }
    .blogpost-section .container {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    .section-title p {
        margin-bottom: 0;
    }
    .owl-nav > div {
        display: none;
    }
    .lf-item-container .gallery-nav {
        opacity: 1;
    }
    .footer-bottom .social-links ul {
        display: table;
        margin: auto;
        float: none;
    }
    .featured-categories {
        margin-top: 30px;
    }
    .featured-section p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .slc-info p {
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 0;
    }
    .fc-description h1,
    .fc-description h2,
    .fc-description h3,
    .fc-description h4,
    .fc-description h5,
    .fc-description h6 {
        font-size: 32px;
        line-height: 37px;
    }
    .profile-name ~ .cover-details {
        display: block;
        position: static;
    }
    .profile-name ~ .cover-details ul div {
        max-width: 100%;
    }
    .cover-buttons li .buttons.button-plain {
        display: none;
    }
    .cover-details ul div.buttons {
        padding: 0 9px;
        display: inline-block;
        font-size: 12px;
        overflow: hidden;
        color: #565662;
        font-weight: 400;
        white-space: nowrap;
    }
    .cover-details ul div.buttons a[href*="tel:"] {
        color: #565662;
    }
    .profile-body {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .profile-header {
        height: auto;
        text-align: center;
    }
    .profile-header .profile-menu {
        position: relative;
        top: 1px;
        width: 100%;
        float: none;
        white-space: nowrap;
        max-width: 100%;
    }
    .profile-header .profile-name {
        margin-left: 0;
        width: 100%;
    }
    .profile-header .profile-name h1 {
        margin-top: 10px;
    }
    .profile-header .profile-menu > ul {
        margin-bottom: 0;
    }
    .profile-header .profile-avatar {
        position: static;
        margin-top: 15px;
    }
    .profile-header .profile-menu ul li a {
        padding: 0 30px;
    }
    .copyright {
        text-align: center;
    }
    .i-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .section-title h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .ph-type-1 .ph-details h1 {
        font-size: 22px;
        line-height: 29px;
    }
    .ph-type-1 .ph-details p {
        font-size: 14px;
    }
    .testimonial-content h3 {
        max-width: none;
    }
    .listing-cat:hover {
        -webkit-transform: none;
        transform: none;
    }
    .footer {
        padding-top: 45px;
    }
    .image-service .is-desc {
        padding: 45px;
        width: 50%;
    }
    .image-service .is-image {
        width: 80%;
    }
    .lf-item-container .event-host > a,
    .lf-item-container .listing-details > ul {
        width: 75%;
    }
    .lf-item-container .ld-info {
        width: 25%;
    }
    .explore-type-2 .lf-item-container .event-host > a,
    .explore-type-2 .lf-item-container .listing-details > ul,
    .finder-listings .lf-item-container .event-host > a,
    .finder-listings .lf-item-container .listing-details > ul {
        width: 73%;
    }
    .explore-type-2 .lf-item-container .ld-info,
    .finder-listings .lf-item-container .ld-info {
        width: 27%;
    }
    .woocommerce-MyAccount-navigation > ul {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .woocommerce-MyAccount-navigation ul li.menu-item,
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
        display: inline-block;
    }
    .one-region,
    .region-image-holder {
        height: 250px;
    }
    .one-region:hover .region-image,
    .region-image {
        padding: 20px;
    }
    .one-region:hover .overlay {
        height: calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .one-region {
        margin-bottom: 30px;
    }
    .col-sm-4.ac-category,
    .col-sm-6.ac-category {
        height: 150px;
    }
    .col-sm-12.ac-category {
        height: 180px;
    }
    body.single-post .no-results-wrapper {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .cover-buttons .inside-rating.listing-rating .out-of {
        padding-left: 3px;
    }
    .profile-name h1,
    .profile-name h2 {
        white-space: normal;
    }
}
@media only screen and (max-width: 768px) {
    .inbox-contents ul li .inbox-avatar a img {
        width: 40px !important;
        height: 40px !important;
    }
    .inbox-contents ul li {
        height: 70px !important;
    }
    .inbox-avatar {
        margin-right: 10px !important;
    }
    .message-listing-origin span {
        display: none !important;
    }
    .woocommerce table.shop_table_responsive .product-name:before {
        display: none;
    }
    .woocommerce table.shop_table_responsive .product-name {
        text-align: left !important;
    }
    .cts-connected-account {
        padding: 20px;
    }
    .inbox-chat-contents ul a.delete-chat {
        opacity: 1 !important;
    }
    #ml-messages-modal .modal-content {
        border-radius: 0 !important;
    }
    .inbox-header a.compose-btn {
        display: none;
    }
    .messaging-center .compose-btn-mobile {
        position: fixed !important;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 0 !important;
        height: 50px !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .compose-contents {
        padding: 70px 15px 60px !important;
    }
    .user-area .dropdown-menu {
        right: 0 !important;
        left: 0 !important;
        position: fixed;
        width: 100%;
        top: 78px;
    }
    .inbox-contents ul li .message > p {
        max-width: 275px !important;
    }
    .inbox-chat-contents ul li p {
        max-width: 280px !important;
    }
    .user-area .open > ul.dropdown-menu {
        top: 78px !important;
    }
    .user-area .dropdown-menu a {
        font-size: 16px;
    }
    .user-area .dropdown-menu a:hover {
        padding-left: 0;
    }
    .inbox-contents .empty-inbox {
        padding: 80px 20px !important;
    }
    .empty-inbox > p {
        padding: 0 !important;
    }
    .inbox-chat-contents form {
        position: absolute !important;
        bottom: 0;
    }
    #message-inbox,
    #message-inbox-chat,
    #ml-messages-modal .modal-content,
    #ml-messages-modal .modal-dialog {
        box-shadow: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }
    .inbox-header .inbox-avatar h6 a {
        display: none;
    }
    .loading-more-messages {
        top: 0 !important;
    }
    .inbox-chat-contents ul {
        min-height: calc(100% - 69px) !important;
        max-height: calc(100% - 69px) !important;
    }
    #ml-messages-modal {
        background: #fff;
    }
    #ml-messages-modal .modal-dialog {
        width: 100%;
    }
    .inbox-header .inbox-avatar h6 {
        display: none;
    }
    #ml-messages-modal .sign-in-box {
        width: 100%;
        height: 100%;
    }
    .inbox-header {
        position: fixed;
    }
    .inbox-chat-contents {
        width: 100%;
        height: calc(100% - 65px);
        overflow: hidden;
        position: fixed;
        bottom: 0;
    }
    .inbox-contents {
        width: 100%;
        height: calc(100% - 125px);
        overflow: hidden !important;
        position: fixed;
        bottom: 50px;
        max-height: none !important;
    }
    .inbox-chat-contents ul {
        padding: 15px 15px 5px !important;
    }
    .inbox-contents ul li {
        padding: 0 15px !important;
    }
    .inbox-contents ul li .date-action {
        right: 0 !important;
    }
    .message-inbox-chat .inbox-header {
        padding: 15px !important;
    }
    #ml-messages-modal button.close {
        right: 15px !important;
    }
    .inbox-header {
        padding: 15px !important;
    }
    .inbox-contents ul {
        height: 100%;
        min-height: 100%;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
    }
    .mob-sign-in {
        display: block !important;
        position: relative;
        float: left;
    }
    .job_listing_packages > .row > div.col-md-3,
    .job_listing_packages > .row > div.col-md-4 {
        max-width: 100% !important;
    }
    .quick-view-modal .quick-view-alternate.tpl-list-view {
        max-width: 100%;
    }
    .job_listing_preview_title input {
        width: 100% !important;
        margin: 0 5px !important;
    }
    .social-networks-repeater div div button[type="button"],
    .work-hours-repeater li.day button[type="button"] {
        top: 15px !important;
    }
    #submit-job-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 0 !important;
    }
    #submit-job-form .form-section,
    body:not(.logged-in) .job_listing_packages .form-section-wrapper .form-section {
        width: 100%;
    }
    .open-now .timing-today {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 10px;
    }
    .featured-section.featured-section-gallery .header-gallery-carousel .item,
    .profile-cover.profile-cover-no-img,
    .single-listing .featured-section {
        height: 450px;
    }
    .user-promotion-packages .promo-product-list li {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .woocommerce-account .woocommerce .i-section > .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .woocommerce table.job-manager-jobs tr {
        width: 100% !important;
        margin-right: 0 !important;
    }
    #job-manager-job-dashboard table ul.job-dashboard-actions li {
        width: 25% !important;
    }
    .mlduo-stat-box {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        height: 75px !important;
        padding: 20px !important;
    }
    .mlduo-stat-box i {
        position: absolute !important;
        top: 18px !important;
        right: 21px !important;
        font-size: 39px !important;
    }
    .mlduo-stat-box h2 {
        margin-right: 15px !important;
    }
    .mlduo-welcome-message h1 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .woocommerce-account .i-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .woocommerce-MyAccount-navigation ul li a {
        padding: 0 25px !important;
        height: 50px !important;
    }
    .user-area div.avatar {
        width: 24px !important;
        height: 24px !important;
    }
    .header-right > div,
    .header-right a.view-cart-contents,
    .inbox-header-icon {
        margin-left: 20px !important;
    }
    .user-area.signin-area {
        display: none;
    }
    .inbox-header-icon i,
    .mob-sign-in i,
    .search-trigger a i,
    .view-cart-contents > span {
        font-size: 26px !important;
    }
    .profile-avatar {
        height: 60px;
        width: 60px;
    }
    .profile-name h1 {
        font-size: 26px;
    }
    .listing-main-buttons {
        display: block;
        height: auto;
        min-height: auto;
        margin-top: 30px;
    }
    .listing-main-info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .profile-name {
        margin-bottom: 0;
    }
    .price-or-date .lmb-label {
        font-size: 13px;
    }
    .listing-main-buttons > ul > li {
        margin-right: 20px;
    }
    .listing-main-buttons > ul > li:last-child {
        margin-right: 0;
    }
    .listing-main-buttons > ul {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .price-or-date .value {
        font-size: 16px !important;
    }
    .lmb-calltoaction > a {
        height: 40px;
    }
    .quick-listing-actions > ul > li > a {
        padding: 0 15px;
    }
    .lmb-calltoaction > a {
        padding: 0 25px;
    }
    .explore-head:not(:empty) ~ .finder-map {
        top: 50px;
    }
    #finderSearch .tab-content {
        margin-top: 15px;
    }
    .explore-head .explore-types > div > a {
        height: 50px;
    }
    .explore-head {
        padding: 0;
    }
    .explore-head .explore-types > div > a {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    #promo-modal .modal-dialog,
    #social-share-modal .share-options {
        width: 95%;
    }
    #wc-cart-modal .woocommerce-mini-cart__buttons {
        display: block !important;
    }
    #wc-cart-modal .woocommerce-mini-cart__buttons > a {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    #wc-cart-modal .modal-dialog {
        width: 95% !important;
    }
    .single-job-listing .cover-buttons .inside-rating.listing-rating {
        padding: 12px 15px;
    }
    .featured-search .proximity-filter {
        padding-top: 11px !important;
        margin-bottom: 20px !important;
    }
    .c27-submit-listing-form .fieldset-login_required > p,
    .job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p {
        width: 100% !important;
    }
    .c27-submit-listing-form .fieldset-login_required > p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cts-account-actions,
    .cts-account-header {
        width: 100%;
    }
    .cts-account-actions > span {
        margin-bottom: 10px;
    }
    .cts-account-actions > a,
    .cts-account-actions > span {
        width: 100%;
    }
    .cts-connected-account {
        display: block;
    }
    .featured-search .range-slider {
        margin-bottom: 20px !important;
    }
    .cts-account-header {
        margin-bottom: 10px;
    }
    .header .header-container .header-top .logo {
        left: 70px;
    }
    .element {
        margin-bottom: 15px;
    }
    .mobile-menu {
        margin-right: 10px;
    }
    .i-nav {
        width: 350px;
        -webkit-transform: translateX(-352px);
        transform: translateX(-352px);
    }
    .mobile-menu-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .quick-view-modal {
        display: none !important;
    }
    .item-preview {
        display: none;
    }
    .blogpost-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blogpost-section .blog-title {
        padding-bottom: 10px;
    }
    .blogpost-section .blog-title h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .blogpost-section .tags-list .tags {
        margin-top: 20px;
    }
    .image-service .is-desc {
        padding: 25px;
        width: 100%;
        height: auto;
        top: auto;
        position: static;
        overflow: hidden;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .image-service .is-desc p {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .image-service .is-image {
        width: 100%;
        height: 350px;
    }
    .image-service {
        height: 100%;
    }
    .section-title p {
        letter-spacing: 0;
    }
    .listing-feed-carousel .lf-item-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallerySlider .gallery-thumb {
        padding: 10px 10px 60px;
    }
    .bl-tabs .nav-tabs > li > a {
        padding: 0 20px 15px;
    }
    .featured-categories {
        margin-top: 25px;
        display: block !important;
    }
    .fc-description h1,
    .fc-description h2,
    .fc-description h3,
    .fc-description h4,
    .fc-description h5,
    .fc-description h6 {
        font-size: 28px;
        line-height: 34px;
    }
    .finder-search .listing-cat {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .finder-tags {
        top: 0;
        width: 100% !important;
    }
    .finder-search {
        z-index: 99;
        width: 100%;
        left: -100%;
    }
    .results-view .col-md-12,
    .results-view.fc-type-2-results .col-sm-6 {
        width: 100% !important;
        float: left;
    }
    .profile-cover-content .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .cover-buttons i {
        font-size: 16px;
    }
    .cover-buttons > ul > li {
        line-height: 10px;
    }
    .profile-cover-content {
        bottom: 10px;
    }
    .cover-buttons {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .featured-search .form-group input {
        padding: 14px 0;
    }
    .featured-search .form-group.radius {
        margin-bottom: 5px;
    }
    .testimonials .testimonial-image {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .page-head.ph-type-1 {
        height: 200px;
    }
    .i-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-title h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .modal-27 .modal-sm {
        width: 370px;
        margin: auto !important;
    }
    .header .user-area {
        margin-right: 15px;
    }
    .ph-type-2 .ph-details h1 {
        text-align: center;
        display: block;
    }
    .ph-type-2 {
        height: 59px;
    }
    .page-directory {
        display: none;
    }
    .testimonial-content h3 {
        max-width: none;
        line-height: 28px;
        font-size: 18px;
    }
    .footer {
        padding-top: 40px;
    }
    .footer-bottom {
        overflow: hidden;
    }
    .profile-body {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cover-buttons .buttons.medium {
        padding: 11px 10px !important;
    }
    .cover-buttons,
    .cover-buttons .buttons.medium,
    .cover-buttons .inside-date,
    .cover-buttons .inside-price,
    .cover-buttons .inside-rating,
    .cover-buttons .inside-rent-price {
        height: 40px;
    }
    .cover-details {
        top: 0;
    }
    .cover-details ul {
        margin-bottom: 0;
    }
    .cover-buttons > ul > li,
    .single-post .cover-buttons > ul > a {
        margin-top: 5px;
        display: inline-block;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10px 0 !important;
    }
    .dropdown-filter .select2-container--default .select2-selection--single .select2-selection__rendered,
    .order-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 14px 0 !important;
    }
    .featured-categories ul li {
        width: 32%;
    }
    .featured-categories ul li a {
        width: 100%;
    }
    .featured-categories ul {
        display: block;
        width: 100%;
    }
    .explore-type-2 .lf-item-container .event-host > a,
    .explore-type-2 .lf-item-container .listing-details > ul,
    .finder-listings .lf-item-container .event-host > a,
    .finder-listings .lf-item-container .listing-details > ul,
    .lf-item-container .event-host > a,
    .lf-item-container .listing-details > ul {
        width: 90%;
    }
    .explore-type-2 .lf-item-container .ld-info,
    .finder-listings .lf-item-container .ld-info,
    .lf-item-container .ld-info {
        width: 10%;
    }
    .countdown-box .countdown-list li {
        width: 31%;
        margin-right: 3%;
    }
    .countdown-box .countdown-list li:last-child {
        margin-right: 0;
    }
    .countdown-box .countdown-list li p {
        width: 100%;
        padding: 13px;
    }
    .countdown-box .countdown-list li span {
        float: none;
        position: static;
        margin-left: 0;
        margin-right: 0;
    }
    .profile-cover-no-bg .profile-cover-content {
        bottom: -15px;
    }
    .profile-cover-no-bg .profile-cover-content .cover-buttons {
        float: right;
    }
    .single-post .profile-cover-no-bg .profile-cover-content .cover-buttons {
        float: none;
    }
    .featured-search.wide .fs-tabs .tab-content {
        padding-bottom: 0;
    }
    #c27-single-listing .cover-buttons > ul {
        position: absolute;
        bottom: 0;
        right: 5px;
        margin-bottom: 0;
    }
    .footer-bottom .social-links ul {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cover-buttons .formatted.date .event-date.inside-date,
    .single-post .cover-buttons .event-date.inside-date {
        padding: 10px 13px !important;
    }
    .cover-buttons .formatted.date .event-date.inside-date .e-month,
    .single-post .cover-buttons .event-date.inside-date .e-month {
        top: 4px;
    }
    .cover-buttons .inside-rating.listing-rating .out-of,
    .single-post .cover-buttons .inside-rating.listing-rating .out-of {
        top: -3px;
    }
    .cover-buttons .open > ul.dropdown-menu {
        top: 46px;
    }
    .ld-info ul li {
        margin-left: 0;
    }
    .fs-tabs .nav-tabs li {
        height: 40px;
        white-space: nowrap;
    }
    .transparent .nav-tabs > li {
        text-align: left;
        margin-bottom: 15px;
    }
    .transparent .fs-tabs .nav-tabs > li.active > a:after {
        display: none;
    }
    #select-listing-type {
        margin-left: 0;
    }
    .single-post .cover-buttons ul li .i-dropdown {
        left: 5px;
        right: auto !important;
    }
    .one-region,
    .region-image-holder {
        height: 210px;
    }
    .region-image-holder {
        -webkit-transform: none;
        transform: none;
        right: 0;
    }
    .one-region {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .one-region:hover .region-details {
        opacity: 1;
        left: 50px;
    }
    .one-region .region-image {
        padding-bottom: 0;
        padding-top: 0;
    }
    .one-region:hover .region-image {
        padding: 0 20px;
    }
    .one-region .overlay {
        height: 100%;
    }
    .one-region:hover .overlay {
        width: calc(100% - 40px);
        height: 100%;
    }
    .region-details h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .region-details h3 {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .region-details {
        left: 50px;
        top: 30px;
    }
    .col-xs-4.ac-category,
    .col-xs-6.ac-category,
    .col-xs-12.ac-category {
        height: 150px;
    }
    .rating-categories .rating-category {
        width: 49%;
    }
    .form-group .c27-term-checklist li.c27-term {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .admin-bar #c27-site-wrapper .header.header-scroll-admin-bar {
        top: 0 !important;
    }
    #c27-single-listing .element .pf-body .listing-details li,
    .element .social-nav li {
        width: 50%;
    }
    .social-networks-repeater > div > div {
        display: block !important;
    }
}
@media only screen and (max-width: 480px) {
    a.compose-btn {
        padding: 0 15px !important;
    }
    .header-search input,
    .header-search input:focus,
    .header-search input:hover {
        height: 60px;
    }
    .header-search > i {
        top: 21px;
    }
    #quicksearch-mobile-modal .instant-results {
        top: 60px;
    }
    .inbox-contents ul li .message > p {
        max-width: 180px !important;
    }
    #quicksearch-mobile-modal button.close {
        top: 12px;
    }
    .user-area .dropdown-menu {
        top: 58px;
    }
    .user-area .open > ul.dropdown-menu {
        top: 58px !important;
    }
    #sign-in-modal .sign-in-box,
    #sign-up-modal .sign-in-box {
        padding: 20px !important;
    }
    .explore-head .explore-types > div > a {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .mce-toolbar .mce-ico {
        width: 15px !important;
    }
    .work-hours-type > div {
        width: 100% !important;
        margin: 10px 0;
        padding: 0;
    }
    .profile-name h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .c27-work-hours ul.nav.nav-tabs {
        min-width: 280px;
    }
    .lmb-calltoaction > a {
        padding: 0 10px !important;
        font-size: 13px;
    }
    .price-or-date .value {
        font-size: 15px !important;
    }
    .listing-main-buttons > ul {
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .listing-main-buttons > ul > li {
        margin-right: 10px;
    }
    .lmb-calltoaction > a > i {
        font-size: 14px;
    }
    .detail-count-2 > ul {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .detail-count-2 > ul > li {
        margin-right: 15px;
    }
    .detail-count-1 > ul {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .listing-main-buttons > ul > li:last-child {
        margin-right: 0 !important;
    }
    .detail-count-1 .price-or-date .value,
    .detail-count-2 .price-or-date .value {
        font-size: 16px !important;
    }
    #job-manager-job-dashboard table ul.job-dashboard-actions li {
        width: 50% !important;
    }
    .visit-chart-actions {
        margin-top: 8px;
        float: none !important;
        clear: both;
        padding-top: 20px;
        display: table;
        margin: auto;
    }
    .detail-count-2 .lmb-calltoaction > a {
        padding: 0 25px !important;
    }
    .detail-count-1 .lmb-calltoaction > a {
        padding: 0 35px !important;
    }
    .i-nav {
        width: 300px;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    .mobile-menu-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .lc-icon i {
        font-size: 35px;
    }
    .lc-icon {
        -webkit-transform: none;
        transform: none;
        top: 40px;
    }
    .woocommerce div.product .product_title {
        font-size: 30px !important;
    }
    .tags-nav li {
        width: 100%;
    }
    .header .header-container .header-top .logo {
        left: 50px;
    }
    .mob-sign-in {
        margin-right: 0;
    }
    .header-dark-skin .user-area > a,
    .header-dark-skin .user-area > i.user-area-icon,
    .header-dark-skin .user-area > span {
        color: #242429 !important;
    }
    .header .header-container .header-top .logo a img,
    .header.header-style-alternate:not(.header-scroll) .header-container .header-top .logo a img {
        max-height: 60px;
    }
    .mobile-search > input {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 50px !important;
        font-size: 12px;
    }
    .blogpost-section .blog-title h1 {
        font-size: 21px;
        line-height: 33px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
    .image-service .is-image {
        height: 250px;
    }
    .is-focused > i {
        left: 15px !important;
    }
    .user-area-hidden {
        display: none;
    }
    .mobile-menu a span {
        width: 20px;
    }
    .bl-tabs .nav-tabs > li > a {
        padding: 0 10px 15px;
    }
    .details-list li,
    .social-nav li {
        width: 100%;
    }
    .single-team .social-nav li {
        width: auto;
    }
    .listing-cat {
        height: 180px;
    }
    .featured-search .search {
        display: block;
        width: auto;
        width: 100%;
    }
    .featured-categories ul li {
        width: 48%;
    }
    .slc-info p {
        font-size: 11px;
    }
    .featured-section .featured-caption {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .fc-description h1,
    .fc-description h2,
    .fc-description h3,
    .fc-description h4,
    .fc-description h5,
    .fc-description h6 {
        font-size: 24px;
        line-height: 30px;
    }
    .featured-search.wide {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    .featured-search.tall .form-group {
        float: left;
    }
    .categories-dropdown > .i-dropdown {
        left: -100px;
    }
    .profile-header .profile-menu ul li a {
        padding: 0 25px;
    }
    .single-post .profile-cover {
        height: 250px !important;
    }
    .footer {
        padding-top: 35px;
    }
    .footer .blog-feed .blogTitle h5 {
        font-size: 12px;
        line-height: 20px;
    }
    .testimonials .testimonial-image {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .testimonials .testimonial-content {
        padding: 25px;
    }
    .testimonial-content h3 {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .ph-type-2 .ph-details h1 {
        font-size: 14px;
    }
    .ph-type-2 {
        height: 46px;
    }
    .header,
    .header.header-style-alternate,
    .header.header-style-alternate:not(.header-scroll),
    .header.header-style-default {
        height: 60px !important;
    }
    .ph-type-1 .ph-details h1 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .ph-type-1 .ph-details p {
        font-size: 13px;
    }
    .header-top {
        padding: 10px;
    }
    .page-head.ph-type-1 {
        height: 160px;
    }
    .modal-27 .modal-sm {
        width: 300px;
        margin: auto !important;
    }
    .i-section {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .user-area .user-profile-name {
        font-size: 0;
    }
    .user-area .avatar {
        margin-right: 0 !important;
    }
    .modal {
        padding-right: 0 !important;
    }
    .form-info .forgot-password {
        display: block;
        clear: both;
        text-align: left;
        margin-top: 10px;
        padding-top: 15px;
    }
    .user-area .user-profile-name i {
        right: 5px !important;
    }
    .finder-listings {
        padding-left: 0;
        padding-right: 0;
    }
    .card-view {
        top: 10px;
        left: 10px;
    }
    .card-view a {
        padding: 10px 20px;
    }
    .finder-search,
    .i-section.explore-type-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .marker-container .lf-item-container {
        width: 250px;
        left: -90px;
    }
    .explore-type-2 .lf-item-container .event-host > a,
    .explore-type-2 .lf-item-container .listing-details > ul,
    .finder-listings .lf-item-container .event-host > a,
    .finder-listings .lf-item-container .listing-details > ul,
    .lf-item-container .event-host > a,
    .lf-item-container .listing-details > ul {
        width: 87%;
    }
    .explore-type-2 .lf-item-container .ld-info,
    .finder-listings .lf-item-container .ld-info,
    .lf-item-container .ld-info {
        width: 13%;
    }
    .finder-listings .loader-bg {
        top: -60px;
        min-height: 100vh;
        min-height: calc(100vh - 112px);
    }
    .explore-type-2 .loader-bg {
        min-height: 100vh;
        min-height: calc(100vh - 239px);
    }
    .header-right {
        position: absolute;
        right: 10px;
    }
    .lf-item-info-2 h6 {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .fs-tabs .nav-tabs li {
        height: 40px;
    }
    .search-shortcode.header-search {
        width: calc(100% - 20px);
    }
    .one-region,
    .region-image-holder {
        height: 180px;
    }
    .featured-search.wide .fs-tabs .tab-content .form-group:last-child {
        height: auto;
    }
    .rating-categories .rating-category {
        width: 100%;
        margin-right: 0;
    }
    .review-galleries .gallery-item {
        padding: 0 10px 10px 0;
    }
    #review-gallery-preview .review-gallery-image,
    .review-gallery-add,
    .review-gallery-image {
        width: calc(33% - 10px);
    }
    .rating-category-field .rating-category-label {
        float: none;
        margin-bottom: 10px;
    }
    .rating-category-field .rating-number {
        float: none;
    }
    .file .file-link {
        display: none;
    }
    .fl-head .sort-results.showing-filter ~ .col-xs-4 {
        width: 33.33333333%;
    }
}
@media only screen and (max-width: 420px) {
    .inbox-chat-contents ul li p {
        max-width: 200px !important;
    }
}
@media only screen and (max-width: 380px) {
    .inbox-chat-contents ul li p {
        max-width: 70% !important;
    }
}
@media only screen and (max-width: 320px) {
    .fs-tabs .double-input > .datepicker-wrapper {
        width: calc(50% - 10px) !important;
    }
    .i-nav {
        width: 240px;
        -webkit-transform: translateX(-240px);
        transform: translateX(-240px);
    }
    .mobile-menu-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .header .logo img {
        height: 20px !important;
    }
    .countdown-box .countdown-list li p {
        padding-left: 0;
        padding-right: 0;
    }
    .gallery-carousel .item {
        height: 90px;
    }
    .slc-info p {
        font-size: 11px;
    }
    .featured-categories ul li {
        width: 100%;
        margin-left: 0;
    }
    .categories-dropdown > .i-dropdown {
        left: -50px;
    }
    .listing-details .category-name {
        display: none;
    }
    .listing-details li {
        margin-right: 0;
    }
    .user-area .avatar {
        width: 26px;
        height: 26px;
        top: -3px;
    }
    .modal-27 .modal-sm {
        width: 75%;
        margin: 0 auto !important;
    }
    .sign-in-box {
        padding: 25px 15px !important;
    }
    .modal {
        padding-right: 0 !important;
    }
    .lf-item-container .event-host > a,
    .lf-item-container .listing-details > ul {
        width: 85%;
    }
    .lf-item-container .ld-info {
        width: 15%;
    }
    .rating-number .rating-star i,
    .rating-number p.clasificacion label i {
        font-size: 15px;
    }
    #c27-single-listing .comment-head .c27-user-avatar img {
        height: 25px;
        width: 25px;
    }
    #c27-single-listing .comment-container {
        padding-left: 60px;
    }
    .form-group .c27-term-checklist li.c27-term {
        width: 100%;
    }
    #c27-single-listing .listing-details .category-name {
        display: block;
    }
    .fl-head .sort-results .i-dropdown {
        width: 175px;
    }
}
@media only screen and (min-width: 993px) {
    .job_listing_packages > .row > div.col-md-4 {
        max-width: 33.3%;
    }
    .job_listing_packages > .row > div.col-md-3 {
        max-width: 24.95%;
    }
    .c27-related-listings .col-md-4:nth-child(3n + 1) {
        clear: right;
    }
    .listing-feed-carousel {
        padding-left: 10px;
        padding-right: 10px;
    }
    .profile-name ~ .cover-details {
        display: none;
    }
    #c27-single-listing .cover-buttons .button-plain {
        padding-left: 0 !important;
    }
    @-moz-document url-prefix() {
        .profile-header .profile-menu {
            top: 0 !important;
        }
    }
}
@media only screen and (min-width: 992px) {
    .profile-header-fixed .profile-menu ul,
    .profile-header-fixed .profile-menu ul li a {
        height: 74px;
    }
    #c27-single-listing .tab-template-full-width .element .pf-body .listing-details li {
        width: 33.3%;
    }
    #c27-single-listing .tab-template-full-width .social-nav > li {
        width: 33.3%;
        min-width: auto !important;
    }
    #c27-single-listing .tab-template-full-width .gallerySlider .gallery-thumb a.item {
        height: 180px;
    }
    .col-md-12 .gallery-thumb .item {
        height: 220px;
    }
    .pswp__bg {
        background: rgba(29, 29, 31, 0.95) !important;
    }
    .pswp__img--placeholder--blank {
        background: transparent !important;
    }
    .featured-section-type-map .featured-caption .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .featured-section-type-map .featured-caption .container .fc-description {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .mob-sign-in {
        display: none;
    }
    .header .user-area > i.user-area-icon {
        font-size: 24px;
    }
    .finder-search {
        overflow: hidden !important;
    }
    .inbox-header-icon i,
    .mob-sign-in i,
    .search-trigger a i,
    .view-cart-contents > span {
        font-size: 26px !important;
    }
    .tab-content .search-tab .search-filters form.filter-wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }
    .listing-cat-tab {
        overflow: hidden;
    }
    .finder-search .tab-content .listing-cat-tab {
        margin-left: 0;
    }
    .finder-search .tab-content .listing-cat-tab .listing-cat {
        width: 49%;
    }
    .finder-search .tab-content #select-listing-type .listing-cat:nth-child(2n),
    .finder-search .tab-content .listing-cat-tab .listing-cat:nth-child(2n) {
        margin-right: 0;
    }
    .finder-search .form-group-tags {
        width: 96% !important;
    }
    .form-group-tags .tags-nav > li {
        width: 50% !important;
    }
    .fc-search {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1201px) {
    .header-container .container-fluid.header-bottom {
        height: 100%;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: flex;
    }
    .header-bottom .header-bottom-wrapper {
        width: 100%;
        margin: 0;
    }
    .finder-search .finder-title {
        text-align: center;
        margin-top: 30px;
    }
    .finder-search .finder-title h2 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 0;
        text-align: center;
        padding-right: 0;
    }
    #submit-job-form #form-section-submit .form-section {
        margin-bottom: 100px !important;
    }
    html body.admin-bar {
        margin-top: 32px !important;
    }
    body.admin-bar .c27-main-header.header.header-fixed {
        top: 32px;
    }
    .explore-mobile-nav {
        display: none !important;
    }
    .elementor-section-boxed .i-section.listing-feed-2 > .container {
        margin-left: -15px;
    }
    .tab-content > .tab-pane#finderListings,
    .tab-content > .tab-pane#finderMap,
    .tab-content > .tab-pane#finderSearch {
        display: block;
    }
    .listing-feed-carousel {
        padding-left: 25px;
        padding-right: 25px;
    }
    .header-container > .container {
        height: 52px;
        min-height: unset;
    }
    .c27-packages .user-packages {
        position: fixed;
        width: 350px;
        top: auto;
        right: 25px;
        bottom: 25px;
        padding: 25px;
        border-radius: 2px;
        border: none !important;
        background: #f24286;
        z-index: 1000;
        max-height: 80vh;
        overflow: auto;
    }
    .c27-packages .user-packages .mCSB_scrollTools {
        opacity: 1 !important;
    }
    .toggle-my-packages {
        float: right;
        margin-right: 10px;
    }
    .c27-packages .user-packages .round-icon .title-style-1 h5 {
        color: #fff;
        float: none;
    }
    .c27-packages .user-packages .round-icon .title-style-1 i {
        background: transparent !important;
        padding: 5px;
        width: 25px;
        height: 25px;
    }
    .user-packages.collapsed .job_packages {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        max-height: 0;
        margin-bottom: 0 !important;
        padding-top: 0;
    }
    .user-packages.collapsed {
        padding-bottom: 10px;
    }
    .user-packages .job_packages {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        max-height: none;
    }
    .user-packages.collapsed ul.job_packages ~ button.listing-details-button {
        opacity: 0;
        display: none;
    }
    .c27-packages .user-packages .round-icon .title-style-1 .toggle-my-packages i {
        width: 25px;
        height: 25px;
        background-color: #fff !important;
        color: #f24286;
        padding: 3px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .user-packages.collapsed .toggle-my-packages i {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .toggle-my-packages i:hover {
        cursor: pointer;
    }
    .c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package {
        background: transparent !important;
        color: #fff !important;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
    }
    .c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package:first-child {
        padding-top: 0;
    }
    .c27-packages .user-packages label {
        color: #fff;
        font-weight: 400 !important;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package label {
        color: #fff;
    }
    .c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package .md-checkbox label:before {
        background: transparent;
        border-color: hsla(0, 0%, 100%, 0.2);
    }
    .c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package .md-checkbox input[type="radio"]:checked + label:before {
        background-color: #fff;
    }
    .c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package .md-checkbox input[type="radio"]:checked + label:after {
        border-color: #f24286;
    }
    ul.job_packages ~ button.listing-details-button {
        border: 1px solid transparent;
        width: 100%;
    }
    ul.job_packages ~ button.listing-details-button:hover {
        border-color: hsla(0, 0%, 100%, 0.5) !important;
        background: transparent !important;
    }
    .explore-filter.md-group + .explore-filter:not(.md-group) {
        margin-top: 20px;
    }
    .explore-filter.md-group.location-filter + .explore-filter.proximity-filter:not(.md-group) {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .header-container .header-top {
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        top: 0;
        left: 0;
    }
    .header-container .container-fluid.header-bottom:after,
    .header-container .container-fluid.header-bottom:before,
    .header-container .header-top:after,
    .header-container .header-top:before {
        display: none;
    }
    .header.header-style-alternate.header-scroll .header-container .header-top .logo a img,
    .header.header-style-default .header-container .header-top .logo a img {
        max-height: 89px;
    }
    .i-dropdown li a i.mi,
    .main-nav > li > a > i.mi {
        font-size: inherit;
        position: relative;
        top: 2px;
    }
    .main-nav li a > i {
        display: none;
    }
    .i-nav .main-menu > li.menu-item:first-child > a {
        padding-left: 0;
    }
    .i-nav .main-menu li.menu-item:first-child ul.i-dropdown {
        margin-left: -15px;
    }
    .main-nav ul.sub-menu li.has-children:after,
    .main-nav ul.sub-menu li.menu-item-has-children:after {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(0, 0, 0, 0.3) !important;
    }
    .finder-search {
        height: 100%;
        overflow-y: scroll;
        display: block;
    }
    .finder-listings,
    .finder-search {
        height: 100%;
    }
    .explore-head:not(:empty) ~ .fc-default .finder-listings,
    .explore-head:not(:empty) ~ .fc-default .finder-search,
    .explore-head:not(:empty) ~ .finder-map {
        height: calc(100% - 61px);
    }
    .fc-type-1 > div:not(.fc-one-column) .finder-listings {
        position: absolute !important;
    }
    .marker-details-open .lf-item-container {
        opacity: 1;
        visibility: visible;
    }
    .explore-type-2 {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .fc-type-2 {
        opacity: 0;
        visibility: hidden;
        top: 0;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .fc-type-2.fc-type-2-open {
        z-index: 501;
    }
    .fc-type-2 .finder-overlay {
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        position: absolute;
        z-index: 99;
    }
    .fc-type-2 .finder-search {
        padding-bottom: 20px;
        left: -100%;
        -webkit-transition: all 0.25s cubic-bezier(1, 0, 0, 0.99);
        transition: all 0.25s cubic-bezier(1, 0, 0, 0.99);
        z-index: 100;
    }
    .fc-type-2-open {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .fc-type-2-open .finder-search {
        left: 0;
        height: 100vh !important;
    }
    .fc-type-2 .finder-overlay {
        background: rgba(29, 29, 31, 0.75);
        width: 100% !important;
        height: 100%;
        left: 0;
    }
    .fc-type-2-open .finder-overlay {
        opacity: 1;
    }
    .main-nav li:hover > .i-dropdown {
        display: block !important;
        opacity: 1;
        visibility: visible;
        top: 40px;
        pointer-events: all;
        left: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .user-profile-dropdown:hover .i-dropdown {
        opacity: 1 !important;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        top: 51px;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .header.header-transparent-skin .header-skin {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    }
    .header.header-transparent-skin.header-scroll .header-skin {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    }
    .header.header-light-skin:not(.header-scroll) .header-skin,
    .header.header-scroll.header-scroll-light-skin .header-skin {
        background: #fff;
    }
    .header-light-skin:not(.header-scroll) .main-nav li.has-children:after,
    .header-light-skin:not(.header-scroll) .main-nav li.menu-item-has-children:after,
    .header.header-scroll.header-scroll-light-skin .main-nav li.has-children:after,
    .header.header-scroll.header-scroll-light-skin .main-nav li.menu-item-has-children:after {
        color: rgba(0, 0, 0, 0.3);
    }
    .header-light-skin:not(.header-scroll) .user-area .user-profile-name,
    .header-light-skin:not(.header-scroll) .user-area a[data-toggle="modal"],
    .header.header-scroll.header-scroll-light-skin .user-area .user-profile-name,
    .header.header-scroll.header-scroll-light-skin .user-area a[data-toggle="modal"] {
        color: #242429;
    }
    .header-light-skin:not(.header-scroll) .user-area .user-profile-name i,
    .header.header-scroll.header-scroll-light-skin .user-area .user-profile-name i {
        color: rgba(0, 0, 0, 0.3);
    }
    .header-light-skin:not(.header-scroll) .header-search input,
    .header.header-scroll.header-scroll-light-skin .header-search input {
        color: #1d1d23;
        font-weight: 400;
    }
    .header-light-skin:not(.header-scroll) .header-search input:focus,
    .header.header-scroll.header-scroll-light-skin .header-search input:focus {
        padding-left: 30px;
    }
    .header.header-light-skin:not(.header-scroll) .i-nav > ul > li .submenu-toggle i,
    .header.header-light-skin:not(.header-scroll) .i-nav > ul > li > a,
    .header.header-light-skin:not(.header-scroll) .user-area > a,
    .header.header-light-skin:not(.header-scroll) .user-area > span,
    .header.header-scroll.header-scroll-light-skin .i-nav > ul > li .submenu-toggle i,
    .header.header-scroll.header-scroll-light-skin .i-nav > ul > li > a,
    .header.header-scroll.header-scroll-light-skin .user-area > a,
    .header.header-scroll.header-scroll-light-skin .user-area > span {
        color: #242429;
    }
    .header.header-scroll.header-scroll-light-skin .header-skin {
        background: #fff;
    }
    .header-light-skin:not(.header-scroll) .header-search > i,
    .header.header-scroll.header-scroll-light-skin .header-search > i {
        color: #767676;
    }
    .header-light-skin:not(.header-scroll) ::-webkit-input-placeholder,
    .header.header-scroll.header-scroll-light-skin ::-webkit-input-placeholder {
        color: #1d1d23 !important;
    }
    .header-light-skin:not(.header-scroll) ::-moz-placeholder,
    .header.header-scroll.header-scroll-light-skin ::-moz-placeholder {
        color: #1d1d23 !important;
        opacity: 1;
    }
    .header-light-skin:not(.header-scroll) :-ms-input-placeholder,
    .header.header-scroll.header-scroll-light-skin :-ms-input-placeholder {
        color: #1d1d23 !important;
    }
    .header-light-skin:not(.header-scroll) :-moz-placeholder,
    .header.header-scroll.header-scroll-light-skin :-moz-placeholder {
        color: #1d1d23 !important;
        opacity: 1;
    }
    .header-style-alternate:not(.header-scroll) .header-container .header-right .header-button {
        top: 3px;
    }
    .fc-one-column {
        width: 450px;
        height: 100%;
        position: relative;
        overflow: scroll;
        -webkit-transition: width 0.2s cubic-bezier(1, 0, 0, 0.99);
        transition: width 0.2s cubic-bezier(1, 0, 0, 0.99);
    }
    .explore-head:not(:empty) ~ .fc-one-column {
        height: calc(100% - 61px);
    }
    .finder-two-columns .fc-one-column {
        width: 800px !important;
    }
    .finder-two-columns .fc-one-column .form-group {
        width: 46% !important;
        float: left;
        margin-right: 2%;
        margin-left: 2%;
    }
    .finder-two-columns .fc-one-column .explore-filter.md-group + .explore-filter:not(.md-group) {
        margin-top: 0;
    }
    .finder-two-columns .fc-one-column .explore-filter.md-group.location-filter + .explore-filter.proximity-filter:not(.md-group) {
        margin-bottom: 0 !important;
    }
    .finder-two-columns .fc-one-column .explore-filter.md-group.location-filter + .explore-filter.proximity-filter:not(.md-group) > div {
        margin-bottom: 20px;
        height: 58px;
    }
    .finder-two-columns .fc-one-column .explore-filter.md-group.location-filter + .explore-filter.proximity-filter:not(.md-group) > div > div {
        position: relative;
        top: 15px;
    }
    .finder-two-columns .fc-one-column #finderSearch .datepicker-form-group {
        width: 98% !important;
    }
    .finder-two-columns .fc-one-column .location-filter:not(.md-active) ~ .proximity-filter {
        display: none;
    }
    .finder-two-columns .fc-one-column .filter-wrapper {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }
    .finder-two-columns .fc-one-column .filter-wrapper .form-group,
    .finder-two-columns .fc-one-column .form-group.listing-types-dropdown {
        float: none;
    }
    .finder-two-columns .fc-one-column .tab-content {
        margin-right: -2%;
        margin-left: -2%;
    }
    .finder-two-columns .fc-one-column .form-group-tags {
        width: 100% !important;
    }
    .finder-two-columns .fc-one-column .form-group-tags .tags-nav > li {
        width: 33.3% !important;
    }
    .finder-two-columns .fc-one-column .fc-search {
        margin-top: 15px;
    }
    .fc-one-column ~ .finder-map {
        width: calc(100% - 450px) !important;
    }
    .finder-two-columns .fc-one-column ~ .finder-map {
        width: calc(100% - 800px) !important;
    }
    .fc-one-column .finder-search {
        width: 100%;
    }
    .fc-one-column .finder-listings,
    .fc-one-column .finder-search {
        position: relative;
        height: auto !important;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .fc-one-column .finder-listings {
        width: 100% !important;
        left: 0;
        z-index: 1;
    }
    .finder-listings .loader-bg {
        top: -76px;
        min-height: 100vh;
        min-height: calc(100vh - 89px);
    }
    .explore-type-2 .loader-bg {
        top: -74px;
        min-height: 100vh;
        min-height: calc(100vh - 162px);
    }
    .finder-two-columns .fc-one-column .finder-search .listing-cat {
        width: 48%;
        float: left;
        margin-right: 2%;
    }
    .main-nav .i-dropdown {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        pointer-events: none;
    }
    .lf-item-container .event-host > a,
    .lf-item-container .listing-details > ul {
        width: 75%;
    }
    .lf-item-container .ld-info {
        width: 25%;
    }
    .listing-preview-promoted.lf-item-container .event-host > a,
    .listing-preview-promoted.lf-item-container .listing-details > ul {
        width: 64%;
    }
    .listing-preview-promoted.lf-item-container .ld-info {
        width: 36%;
    }
    .finder-container.finder-two-columns .fc-one-column .lf-item-container .ld-info {
        width: 38%;
    }
    .finder-container.finder-two-columns .fc-one-column .lf-item-container .event-host > a,
    .finder-container.finder-two-columns .fc-one-column .lf-item-container .listing-details > ul {
        width: 62%;
    }
    .fc-one-column .finder-listings .column-switch .switch-three {
        display: none;
    }
    .i-section.explore-type-2 {
        padding-top: 0 !important;
    }
    .header.header-style-alternate.header-dark-skin,
    .header.header-style-alternate.header-light-skin,
    .header.header-style-alternate.header-transparent-skin {
        height: auto;
    }
    .header.header-style-alternate.header-dark-skin.header-scroll,
    .header.header-style-alternate.header-light-skin.header-scroll,
    .header.header-style-alternate.header-transparent-skin.header-scroll {
        height: 89px;
    }
    .finder-title h3 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .tab-template-full-width .gallery-carousel .item {
        height: 240px;
    }
}
@media (min-width: 1201px) and (max-width: 1350px) {
    .main-nav > li.menu-item > ul.i-dropdown {
        left: 0;
    }
    .i-nav .main-menu > li.menu-item:first-child > ul.i-dropdown {
        left: 20px;
    }
}
@media (min-width: 1450px) {
    .single-listing .container {
        width: 1300px;
    }
}
@media only screen and (min-width: 1451px) {
    .finder-container.finder-three-columns .lf-item-container .ld-info,
    .finder-container.finder-two-columns .lf-item-container .ld-info {
        width: 28%;
    }
    .finder-container.finder-three-columns .lf-item-container .event-host > a,
    .finder-container.finder-three-columns .lf-item-container .listing-details > ul,
    .finder-container.finder-two-columns .lf-item-container .event-host > a,
    .finder-container.finder-two-columns .lf-item-container .listing-details > ul {
        width: 72%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #c27-single-listing .tab-template-content-sidebar .cts-right-column .gallerySlider .gallery-thumb a.item,
    #c27-single-listing .tab-template-sidebar-content .cts-left-column .gallerySlider .gallery-thumb a.item {
        height: 90px;
    }
    #c27-single-listing .tab-template-content-sidebar .cts-right-column .countdown-box .countdown-list li span,
    #c27-single-listing .tab-template-sidebar-content .cts-left-column .countdown-box .countdown-list li span {
        top: 12px;
    }
    #c27-single-listing .tab-template-content-sidebar .cts-right-column .countdown-box .countdown-list li p,
    #c27-single-listing .tab-template-sidebar-content .cts-left-column .countdown-box .countdown-list li p {
        padding: 12px 10px;
        font-size: 16px;
        height: 40px;
    }
    #c27-single-listing .tab-template-content-sidebar .cts-right-column .gallery-carousel .item,
    #c27-single-listing .tab-template-sidebar-content .cts-left-column .gallery-carousel .item {
        height: 90px;
    }
    .explore-type-2 .results-view .col-md-4 {
        width: 50% !important;
    }
    .rating-categories .rating-category {
        width: 49%;
    }
}
@media (min-width: 1350px) and (max-width: 1385px) {
    .fc-type-1.finder-one-columns > div.fc-one-column .lf-item-container .ld-info {
        width: 26%;
    }
    .fc-type-1.finder-one-columns > div.fc-one-column .lf-item-container .listing-details > ul {
        width: 74%;
    }
}
@media (min-width: 1601px) and (max-width: 1685px) {
    .fc-type-1.finder-one-columns > div.fc-one-column .lf-item-container .ld-info {
        width: 27%;
    }
    .fc-type-1.finder-one-columns > div.fc-one-column .lf-item-container .listing-details > ul {
        width: 73%;
    }
}
@media (min-width: 1651px) and (max-width: 1659px) {
    .fc-type-1.finder-one-columns > div:not(.fc-one-column) .lf-item-container .ld-info {
        width: 26%;
    }
    .fc-type-1.finder-one-columns > div:not(.fc-one-column) .lf-item-container .listing-details > ul {
        width: 74%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .region-details {
        top: 40px;
        left: 40px;
    }
    .region-details h2 {
        font-size: 26px;
        margin-top: 0;
    }
    .region-details h3 {
        font-size: 14px;
        margin-top: 5px;
    }
    .one-region:hover .region-image-border {
        border-width: 20px;
    }
    .one-region:hover .region-details {
        left: 40px;
        opacity: 1;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .region-details {
        top: 30px;
        left: 50px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1400px) and (orientation: landscape) {
    .single-team {
        cursor: pointer;
    }
}
@media only screen and (min-width: 1651px) {
    .blogpost-section .container {
        max-width: 600px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .job_listing_packages > .row > div.col-md-3,
    .job_listing_packages > .row > div.col-md-4 {
        max-width: 49.9%;
    }
    .work-hours-type > div {
        width: 50%;
        margin: 10px 0;
        padding: 0;
    }
    .listing-main-info .col-md-6 {
        padding: 0;
    }
    .price-or-date .value {
        font-size: 20px;
    }
    .lmb-calltoaction > a {
        padding: 0 25px;
    }
    .cts-account-actions > span {
        font-size: 13px;
    }
    #c27-single-listing {
        overflow: hidden;
    }
    .profile-cover-content .cover-buttons {
        display: block;
        margin-bottom: 10px;
    }
    .profile-cover-content .cover-buttons > ul:after {
        content: "";
        display: table;
        clear: both;
    }
    .profile-cover-content .cover-buttons > ul {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        font-size: 0;
        position: static !important;
    }
    .profile-cover-content .cover-buttons > ul > li,
    .single-post .cover-buttons > ul > a {
        float: none;
        position: static;
        display: inline-block;
        bottom: 0;
        right: 5px;
        margin-bottom: 0;
        vertical-align: top;
    }
    .profile-cover-content .cover-buttons > ul > li a.c27-listing-actions ~ ul.share-options {
        left: auto !important;
    }
    .single-post .cover-buttons > ul > li.dropdown ul.i-dropdown {
        right: 0 !important;
        left: auto !important;
    }
}
footer.footer {
    border-color: transparent;
}
.menu-main-menu .i-dropdown li a {
    text-transform: unset;
}
@media only screen and (min-width: 1200px) {
    .listing-main-buttons {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    #quicksearch-mobile-modal {
        display: none !important;
    }
    .finder-listings:not(.mCustomScrollbar),
    .finder-search:not(.mCustomScrollbar) {
        overflow: hidden;
    }
    .header-bottom-wrapper .header-button,
    .mob-sign-in {
        display: none !important;
    }
    #c27-single-listing .tab-template-content-sidebar .cts-right-column .gallery-carousel .item,
    #c27-single-listing .tab-template-sidebar-content .cts-left-column .gallery-carousel .item {
        height: 110px;
    }
    #c27-single-listing .tab-template-content-sidebar .cts-right-column .countdown-box .countdown-list li p,
    #c27-single-listing .tab-template-sidebar-content .cts-left-column .countdown-box .countdown-list li p {
        padding: 13px 10px;
    }
}
.main-loader.loader-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    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;
}
.explore-type-2 .loader-bg,
.finder-listings .loader-bg,
.loading-modal .loader-bg {
    background: transparent;
}
.explore-type-2 .loader-bg,
.finder-listings .loader-bg {
    width: 100%;
    position: relative;
    pointer-events: none;
}
.finder-map .loader-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #fafafa;
}
.main-loader .material-spinner .loader {
    width: 35px;
}
.sk-rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 40px auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto;
}
.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
    0%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-doubleBounce {
    0%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes sk-waveStretchDelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.spin-box {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: transparent;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #777;
    border-left: 4px solid #777;
    -webkit-animation: container-rotate 1.2s infinite linear;
    animation: container-rotate 1.2s infinite linear;
}
.main-loader .spin-box.four-dots {
    border: none;
    width: 10px;
    height: 10px;
    box-shadow: 10px 10px #565d62, -10px 10px rgba(86, 93, 98, 0.2), -10px -10px #565d62, 10px -10px rgba(86, 93, 98, 0.2);
    -webkit-animation: spin3 ease infinite 3s;
}
.finder-container ~ .select2-container {
    z-index: 200;
}
.finder-container.fc-type-2 ~ .select2-container {
    z-index: 502;
}
.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;
    border-top: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    -webkit-transition: padding 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out, background 0.2s ease-in-out;
    min-height: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 25px;
    bottom: 6px;
}
.select2-container--open .select2-selection--single .select2-selection__rendered {
    box-shadow: none !important;
}
.select2-container--below .select2-selection__rendered:after {
    content: "";
    width: 0;
    height: 2px;
    background: #f24286;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.select2-container--open .select2-selection__rendered:after {
    width: 100%;
}
.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: 20px;
    font-family: Material Icons;
    top: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\e313";
    font-size: 28px;
    color: #f24286;
    font-family: Material Icons !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #fff;
    color: #f24286;
    padding-left: 20px;
}
.select2-dropdown.select2-dropdown--below {
    border: none;
}
.pac-container .pac-item,
.select2-results__option {
    font-size: 14px;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out;
}
.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: #f24286;
}
.pac-container .pac-item span.pac-icon-marker {
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pac-container .pac-item span.pac-item-query {
    margin-left: 22px;
}
.pac-container .pac-item:hover {
    padding-left: 20px;
}
.pac-container {
    border: 1px solid #d0d1d5 !important;
    border-top: none !important;
    box-shadow: none;
    margin-top: 1px;
}
.select2-dropdown {
    border-radius: 2px;
    border: 1px solid #d0d1d5 !important;
    border: none;
    border-top: none !important;
}
.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: #ddd;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-results__option.select2-results__option--highlighted {
    background: #f24286;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.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);
    -webkit-transition: padding 0.2s ease-in-out;
    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-selection--multiple .select2-selection__choice {
    padding: 3px 8px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    display: block;
    background-color: transparent;
    border-radius: 3px;
}
.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: 20px;
    color: #f24286;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 20px;
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    left: 4px;
    top: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    font-family: Material Icons;
    content: "\E5CD";
    font-size: 13px;
    display: block;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-bottom: 1px solid #f24286;
    border: none;
}
.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;
}
#background-video {
    z-index: 1;
}
.woocommerce div.product form.cart .reset_variations {
    background: #f3f4f5;
    padding: 15px;
    border-radius: 2px;
    line-height: 16px !important;
    color: #565d62;
    margin-left: 6px;
    position: relative !important;
    float: left;
}
.woocommerce div.product form.cart .reset_variations:hover {
    background: #dfe1e2;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.woocommerce div.product p.price .woocommerce-Price-amount {
    color: #323238;
}
.woocommerce-variation-price {
    padding-bottom: 20px;
}
.variations_form .select2-container {
    width: 100% !important;
    float: left;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #565d62;
}
.single-product div.product p.price .woocommerce-Price-amount {
    font-size: 22px;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.quantity .qty {
    border-radius: 2px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.quantity .qty:focus {
    box-shadow: none;
}
.woocommerce div.product form.cart .variations tr {
    margin-bottom: 60px;
    display: block;
}
.job-manager-message {
    background-color: #fff;
    color: #4a4d54;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}
.job-manager-message:before {
    color: #0079e0 !important;
}
.job-manager-error {
    background: #ff5a61 !important;
    border: none !important;
    color: #fff;
    box-shadow: none !important;
}
.job-manager-error:before {
    color: #fff !important;
}
.woocommerce ul.order_details {
    margin-top: 20px;
}
.woocommerce ul.order_details li strong {
    color: #484848;
}
.thickbox-loading {
    background: #fff;
    padding: 40px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    width: auto !important;
}
#TB_ajaxWindowTitle {
    font-weight: 500;
    color: #242429;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0;
    font-size: 12px;
    float: left;
    line-height: 20px;
    font-weight: 400 !important;
    padding-left: 0 !important;
    padding-bottom: 20px !important;
}
#TB_title {
    height: auto !important;
    border-color: transparent !important;
}
#TB_ajaxContent {
    padding: 0 !important;
}
#TB_closeAjaxWindow {
    display: none;
}
#TB_ajaxContent {
    height: auto !important;
}
#TB_ajaxContent div button[type="button"] {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
}
#TB_ajaxContent div button[type="button"]#save {
    color: #fff;
    border: none;
    background: #f24286;
    margin-bottom: 15px;
}
#TB_ajaxContent div button[type="button"]#save:hover {
    color: #fff;
    background: #242429;
}
#TB_ajaxContent div button[type="button"]#save:visited {
    color: #fff;
}
#TB_ajaxContent div button[type="button"]#save:visited:hover {
    color: #fff;
    background: #242429;
}
#TB_ajaxContent div button[type="button"]#cancel {
    color: #f24286;
    border: none;
    background: #f3f4f5;
    border-radius: 2px;
}
#TB_ajaxContent div button[type="button"]#cancel:hover {
    background: #f24286;
    color: #fff;
}
#TB_ajaxContent div button[type="button"]#cancel:visited {
    color: #f24286;
}
#TB_ajaxContent div button[type="button"]#cancel:visited:hover {
    background: #f24286;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .woocommerce > .the_champ_error,
    .woocommerce > .the_champ_outer_login_container {
        width: 730px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 992px) {
    .woocommerce > .the_champ_error,
    .woocommerce > .the_champ_outer_login_container {
        width: 950px;
    }
}
@media only screen and (min-width: 1201px) {
    .woocommerce > .the_champ_error,
    .woocommerce > .the_champ_outer_login_container {
        width: 1150px;
    }
}
.admin-bar .profile-header-fixed {
    top: 120px;
}
.c27-header-element {
    z-index: 500;
}
.admin-bar .c27-header-element header.header.header-scroll {
    top: 32px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
    body .elementor-section.elementor-section-boxed .elementor-container {
        max-width: 970px;
    }
}
#sb_instagram .sbi_photo img {
    border-radius: 2px;
}
img.img-style-1 {
    width: 100% !important;
    height: auto !important;
    border-radius: 3px !important;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: box-shadow 0.25s ease-in-out !important;
    transition: box-shadow 0.25s ease-in-out !important;
    margin-bottom: 20px !important;
}
img.img-style-1:hover {
    box-shadow: 0 0 0 transparent !important;
}
img.img-style-2 {
    border: 6px solid #fff !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
    margin-bottom: 20px !important;
}
.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;
}
.element {
    margin-bottom: 0 !important;
}
.c27-map {
    width: 100%;
    height: 100%;
}
.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: 400;
    padding: 15px 40px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    color: #fff;
    border: none;
    background: #f24286;
    width: auto;
}
.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: 2em 0.5em 1em 0 !important;
    padding: 0.2em 1em !important;
    color: #222 !important;
}
.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;
}
.footer .c_widget:nth-child(3n + 1) {
    clear: both;
    margin-left: 0;
}
.footer .c_widget {
    font-size: 13px;
    line-height: 24px;
    color: #565d62;
}
.footer .widget_archive select[name="archive-dropdown"],
.footer .widget_categories select[name="cat"] {
    width: 100%;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    padding: 3px 0;
}
.c_widget li .children,
.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: "\2014";
    padding-right: 3px;
}
.c_widget img {
    max-width: 100%;
}
.social-nav li a 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 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;
}
.finder-container {
    position: relative !important;
}
.finder-container.fc-type-2 {
    position: fixed !important;
}
.md-checkbox.no-margin {
    margin: 0 !important;
    width: 20px !important;
}
.radius .amount {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #1d1d23;
}
.featured-search .radius .amount {
    padding-top: 14px;
    padding-bottom: 13px;
}
.radius.proximity-slider .amount {
    padding-top: 2px;
}
.featured-search .radius.proximity-slider .amount {
    padding-top: 0;
    font-size: 14px;
    padding-bottom: 12px;
}
.infoBox.c27-listing-preview .lf-item-container .event-host,
.infoBox.c27-listing-preview .lf-item-container .listing-details,
.infoBox.c27-listing-preview .lf-item-container .listing-details-3 {
    display: none !important;
}
.infoBox.c27-listing-preview .lf-item-container {
    margin-bottom: 0;
}
.infoBox.c27-listing-preview {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: margin 0.2s, opacity 0.2s;
    transition: margin 0.2s, opacity 0.2s;
}
.infoBox.c27-listing-preview.show {
    opacity: 1 !important;
    visibility: visible !important;
}
.infoBox.c27-listing-preview.invisible {
    visibility: hidden !important;
}
.single-job-listing .element {
    margin-bottom: 25px !important;
}
.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;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
.comments-list .single-comment #respond {
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.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: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}
.single-listing .comment-edit-link {
    display: none;
}
.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;
}
.job_listing_packages {
    border: 0 !important;
}
.c27-pick-package.c27-picked {
    border: 1px solid #f24286;
}
.header-logo-text {
    font-size: 28px;
    color: #fff;
}
.dropdown-backdrop {
    display: none;
}
body:not(.c27-site-loaded) {
    overflow: hidden !important;
}
.woocommerce form.sign-in-form.login,
.woocommerce form.sign-in-form.register {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    border-radius: 0 !important;
}
.woocommerce form.sign-in-form {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.sign-in-box {
    position: relative;
}
.sign-in-box .paper-spinner {
    opacity: 0;
    display: none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.cts-processing-login for.marker-imgm.sign-in-form {
    opacity: 0.07;
}
.cts-processing-login.sign-in-box .paper-spinner {
    display: block;
    opacity: 1;
    z-index: 20;
}
.woocommerce .no-modal form.sign-in-form .c27-open-modal {
    display: none;
}
.woocommerce .no-modal .form-info {
    margin-bottom: 15px;
}
.i-section {
    border: none;
}
.elementor-widget-container .block-element .element {
    margin-bottom: 25px !important;
}
.single-job-listing .cover-buttons .formatted {
    height: 48px;
}
.single-job-listing .cover-buttons .formatted > div {
    padding: 0 !important;
    border: none !important;
    height: auto !important;
}
.single-job-listing .cover-buttons .formatted span.value {
    font-size: 16px !important;
}
.single-job-listing .cover-buttons .formatted sup.out-of {
    font-weight: 400;
}
.listing-preview .lf-head-btn.formatted .event-date {
    color: #fff;
    background: transparent;
    border: none;
    padding: 0 !important;
    line-height: 1;
}
.single-blog-feed .event-date .e-day {
    font-size: 13px;
    line-height: 17px;
}
.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;
}
.c27-listing-preview-category-list .tooltip-inner {
    text-align: left;
}
.listing-preview .event-host .c27-bookmark-button.bookmarked,
.listing-preview .listing-details .c27-bookmark-button.bookmarked {
    background: #f24286;
    color: #fff !important;
}
.listing-preview .listing-details.actions {
    padding: 0;
    text-align: center;
    height: 47px;
}
.listing-preview .listing-details.actions .ld-info {
    display: inline-block;
    float: none;
    position: relative;
    top: 7px;
}
.listing-preview .c27-footer-section {
    border-radius: 0 !important;
}
.listing-preview .c27-footer-section:last-child {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.c27-work-hours {
    margin-bottom: 0;
}
.c27-work-hours .bl-tabs .nav-tabs > li > a {
    font-weight: 600;
    padding: 10px;
    border-radius: 0;
    font-size: 13px;
}
.work-hours-type label {
    font-size: 14px !important;
}
.job-manager-uploaded-files {
    display: block;
    width: 100%;
}
.c27-submit-listing-form .form-group .field textarea {
    min-height: 10em;
    max-height: 30em;
    resize: vertical;
}
.c27-submit-listing-form .add-listing-next-section {
    margin-top: 45px;
}
.c27-add-product-form .select2-container--default .select2-selection--single {
    height: auto !important;
}
.sidebar-widgets .c_widget {
    padding-bottom: 35px !important;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}
.sidebar-widgets .c_widget .title-style-1 h5 {
    padding-bottom: 5px;
    font-size: 13px;
}
.post-type-archive-product {
    background: #fff;
}
.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 #c27-explore-listings {
    top: 0 !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;
}
.c27-blank-slide {
    background: #eee;
    height: 315px;
    border-radius: 4px;
}
.c27-featured-section {
    min-height: 100px !important;
}
.c27-featured-section .featured-caption {
    -webkit-transform: none !important;
    transform: none !important;
    top: 0 !important;
    height: auto !important;
}
.elementor-widget-case27-page-heading-widget .elementor-widget-container.parallax-active {
    background-size: cover;
    background-position: 50%;
}
@media only screen and (min-width: 1201px) {
    body:not(.smartphoneuser) .elementor-section-use-parallax-yes.c27-parallax-active {
        background-image: none !important;
    }
    .elementor-widget-case27-page-heading-widget .elementor-widget-container.parallax-active {
        background: none !important;
    }
    .finder-container {
        overflow: hidden !important;
    }
}
.c27-quick-view-modal .loader-bg,
.c27-quick-view-modal.loading-modal > .container {
    display: none;
}
.c27-quick-view-modal.loading-modal .loader-bg {
    display: block;
}
.no-results-wrapper {
    padding-top: 150px;
}
.no-results-wrapper .no-results-icon {
    font-size: 50px;
    color: #c4c4c4;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.no-results-wrapper li.no_job_listings_found {
    list-style-type: none;
    text-align: center;
    font-size: 13px;
}
.c27-products-wrapper .no-results-wrapper,
.c27-related-listings-wrapper .no-results-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
}
.c27-products-wrapper .listings-loading,
.c27-related-listings-wrapper .listings-loading {
    padding-top: 185px;
    padding-bottom: 184px;
}
[v-cloak] {
    display: none;
}
.c27-tab-spinner {
    margin-left: 6px;
    margin-right: 5px;
}
.c27-explore-categories .listing-cat.active .overlay {
    opacity: 0.95;
}
.single-product .c27-gallery-items-count--1 .gallery-nav,
.single-product .c27-gallery-items-count--1 .gallery-thumb {
    display: none;
}
.c27-timekit-wrapper iframe {
    width: 100%;
    height: 830px;
}
#c27-single-listing .tab-type-comments .no-results-wrapper {
    padding-top: 135px;
}
.single-post .no-results-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
    #c27-single-listing .tab-type-comments .no-results-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}
#c27-single-listing .grid-item .element {
    word-wrap: break-word;
}
.map.c27-map .infoBox .lf-item-container .lf-background-carousel .lf-background {
    width: 300px;
    height: 280px;
}
.map.c27-map .infoBox .lf-item-container .owl-carousel {
    display: block;
}
.map.c27-map .infoBox .lf-item-container .gallery-nav {
    display: none;
}
.lf-small-height .lf-item {
    height: 220px !important;
}
.listing-feed-carousel .gallery-nav {
    display: none;
}
.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 {
        -webkit-transform: scale(1.35) !important;
        transform: scale(1.35) !important;
    }
}
.elementor-section .elementor-element .i-section {
    padding: 0 !important;
}
.featured-section.featured-section-gallery .item:hover .overlay {
    opacity: 0.2 !important;
}
.c27-form-coupon-wrapper + .i-section {
    padding-top: 5px;
}
.c27-products-table .product-title h5 {
    margin-bottom: 3px;
}
table.job-manager-jobs .job-dashboard-actions {
    visibility: visible !important;
}
table.job-manager-jobs .job-dashboard-actions a.job-dashboard-action-delete {
    color: #999 !important;
}
th.c27_listing_logo {
    font-family: Material Icons;
    font-size: 18px;
}
td.c27_listing_logo,
th.c27_listing_logo {
    padding-right: 10px !important;
}
.c27-listing-submitted-notice {
    margin-top: 100px;
    margin-bottom: 100px;
}
.c27-main-header.header-scroll .scroll-logo ~ .static-logo,
.c27-main-header:not(.header-scroll) .scroll-logo {
    display: none;
}
.explore-type-1-loader.material-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.quick-modal-loader.material-spinner .path {
    stroke: #ddd;
}
.center-vh {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.material-spinner .loader,
.material-spinner .spinner-wrapper {
    position: relative;
    margin: 0 auto;
    width: 30px;
}
.material-spinner .loader:before,
.material-spinner .spinner-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.material-spinner .circular {
    -webkit-animation: container-rotate 2s linear infinite;
    animation: container-rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.material-spinner .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #777;
    stroke-linecap: round;
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.work-hours-timezone {
    font-size: 13px;
    margin-top: 3px;
    text-align: right;
}
.work-hours-status.opening {
    color: #739a17;
}
.work-hours-status.closing {
    color: #d46846;
}
.main-loader.site-logo-loader img {
    max-width: 200px;
    max-height: 50px;
    -webkit-animation: c27-opacity 2s infinite ease-in-out;
    animation: c27-opacity 2s infinite ease-in-out;
}
@-webkit-keyframes c27-opacity {
    0%,
    to {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}
@keyframes c27-opacity {
    0%,
    to {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}
#c27-single-listing .c27-listing-actions {
    border: none;
    padding: 14px 4px !important;
}
#c27-single-listing .c27-listing-actions i {
    margin: 0;
}
#report-listing-modal .sign-in-box {
    margin-bottom: 0 !important;
}
#report-listing-modal .submit-message,
#report-listing-modal .validation-message {
    font-size: 13px !important;
}
.scroll-background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 120%;
    top: -10%;
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    z-index: 0;
}
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;
}
.paper-spinner {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}
.paper-spinner .spinner-container {
    width: 100%;
    height: 100%;
}
.paper-spinner .spinner-container.active {
    -webkit-animation: container-rotate 1.56823529412s linear infinite;
    animation: container-rotate 1.56823529412s linear infinite;
}
@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes container-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.paper-spinner .spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.paper-spinner .layer-1,
.paper-spinner .layer-2,
.paper-spinner .layer-3,
.paper-spinner .layer-4 {
    border-color: #222;
}
.paper-spinner .active .spinner-layer.layer-1 {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    opacity: 1;
}
@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn);
    }
}
@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn);
    }
}
.paper-spinner .gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.paper-spinner .gap-patch .circle {
    width: 1000%;
    left: -450%;
}
.paper-spinner .circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.paper-spinner .circle-clipper .circle {
    width: 200%;
}
.paper-spinner .circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.paper-spinner .circle-clipper.left .circle {
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}
.paper-spinner .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}
.paper-spinner .active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.paper-spinner .active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}
@keyframes left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}
@-webkit-keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
@keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
#c27-bp-listings-wrapper .i-section,
.c27-related-listings-wrapper .i-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.listing-type-filters.search-tab .form-group label:empty {
    display: none;
}
.transparent .fs-tabs .nav-tabs > li.active > a,
.transparent .fs-tabs .nav-tabs > li.active > a:focus,
.transparent .fs-tabs .nav-tabs > li.active > a:hover {
    color: #fff !important;
}
.search-shortcode.header-search {
    float: none !important;
    left: 0;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
}
.gallery-carousel-block.carousel-items-1 .item {
    height: 300px;
}
.gallery-carousel-block.carousel-items-2 .item {
    padding-bottom: 180px;
}
.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: 28px;
    font-weight: 600;
    color: #242429;
}
.archive-heading.no-description .section-title {
    margin-bottom: 0;
}
.archive-heading .section-title {
    margin-bottom: 10px;
}
.single-listing .row.cts-column-wrapper {
    margin-right: -10px;
    margin-left: -10px;
}
.single-listing .block-type-gallery {
    z-index: 50;
}
.cts-connected-account .cts-account-picture {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50px;
}
.comment-form-cookies-consent {
    height: auto;
    overflow: visible;
}
.comment-form-cookies-consent label {
    white-space: normal;
    font-size: 12px;
    color: #6e6e6e;
}
.comment-form-cookies-consent label:before {
    width: 18px;
    height: 18px;
}
.comment-form-cookies-consent label:after {
    width: 10px !important;
}
.c27-main-header,
.finder-container {
    opacity: 0;
}
.header-cart-counter {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 1;
}
.user-cart-updated .header-cart-counter.counter-pulse {
    -webkit-animation: counter-pulse 0.3s linear 1;
    animation: counter-pulse 0.3s linear 1;
}
.header-cart-counter.counter-hidden {
    opacity: 0 !important;
}
@-webkit-keyframes counter-pulse {
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}
@keyframes counter-pulse {
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}
.mylisting-dialog-wrapper {
    position: fixed;
    left: 50%;
    z-index: 50000;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0.53, 0.2, 1.59);
    transition: -webkit-transform 0.2s cubic-bezier(0, 0.53, 0.2, 1.59);
    transition: transform 0.2s cubic-bezier(0, 0.53, 0.2, 1.59);
    transition: transform 0.2s cubic-bezier(0, 0.53, 0.2, 1.59), -webkit-transform 0.2s cubic-bezier(0, 0.53, 0.2, 1.59);
    width: 90%;
    max-width: 500px;
    height: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 100px);
    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 {
    -webkit-transform: translate(-50%, -70px);
    transform: translate(-50%, -70px);
}
.mylisting-dialog-wrapper.slide-out {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: translate(-50%, 150px);
    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;
    -webkit-transition: all 0.2s;
    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;
}
.woocommerce-privacy-policy-text p {
    line-height: 1.5;
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}
.listing-tab {
    display: block;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.listing-tab.tab-hidden {
    display: none;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}
.listing-tab.tab-showing {
    display: block;
}
.listing-tab.tab-hiding {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.listing-tab.tab-same {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
#c27-single-listing {
    min-height: 100vh;
}
.submenu-toggle {
    width: 17px;
    height: 20px;
    background: transparent;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    opacity: 0.3;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.submenu-toggle i {
    font-size: 18px;
    position: relative;
    right: -4px;
}
#submit-job-form .form-section {
    opacity: 0.5;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}
#submit-job-form .form-section-wrapper.active + .form-footer .form-section,
#submit-job-form .form-section-wrapper.active .form-section,
body.elementor-editor-active #submit-job-form .form-section {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#submit-job-form .wp-editor-wrap {
    height: 292px;
}
.sign-in-box.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;
}
.select2-results__option span.hh {
    text-decoration: underline;
}
#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;
}
.hide-until-load {
    opacity: 0;
}
.mylisting-link-to {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.single-listing .bookings-form-wrapper .pf-head {
    display: none;
}
body.single-listing .bookings-form-wrapper .pf-body {
    padding-top: 0;
}
body.single-listing .bookings-form-wrapper .wpcf7-submit {
    margin-bottom: 0;
}
.similar-listings.i-section {
    margin-top: 75px;
}
.listing-tab.tab-layout-masonry.pre-init .grid-item {
    -webkit-transition: none !important;
    transition: none !important;
}
.reset-results-27 i.fa-spin {
    -webkit-animation: fa-spin 0.4s 1 ease !important;
    animation: fa-spin 0.4s 1 ease !important;
}
.vfade-up-enter-active {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.vfade-up-enter {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.vfade-up-leave-active {
    display: none;
}
.vfade-down-enter-active {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.vfade-down-enter {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.vfade-down-leave-active {
    display: none;
}
.vopacity-enter-active {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.vopacity-enter {
    opacity: 0;
}
.vopacity-leave-active {
    display: none;
}
@-webkit-keyframes bg-pulse-animation {
    0% {
        background-color: #f6f6f6;
    }
    50% {
        background-color: #f0f0f0;
    }
    to {
        background-color: #f6f6f6;
    }
}
@keyframes bg-pulse-animation {
    0% {
        background-color: #f6f6f6;
    }
    50% {
        background-color: #f0f0f0;
    }
    to {
        background-color: #f6f6f6;
    }
}
.bg-loading-animation {
    background: #f6f6f6;
    -webkit-animation-name: bg-pulse-animation;
    animation-name: bg-pulse-animation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.listing-cat-line {
    height: 20px;
    margin-bottom: 10px;
}
.term-hierarchy-input {
    display: none;
}
@media screen and (max-width: 1200px) {
    .cts-explore .finder-map:not(.map-mobile-visible) {
        visibility: hidden;
        z-index: -10;
    }
}
.cts-term-hierarchy.md-group {
    padding-top: 0;
}
.cts-term-hierarchy.md-group label {
    top: 24px;
    bottom: unset;
}
.cts-term-hierarchy label {
    height: 15px;
    display: block;
    float: none !important;
    position: relative !important;
}
.cts-term-hierarchy.md-group.cts-term-filled label {
    top: 0;
    bottom: unset;
}
.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 {
    cursor: pointer;
    display: inline-block;
}
.cts-term-hierarchy label .go-back-btn i {
    vertical-align: bottom;
    color: #f24286;
    opacity: 1;
    font-size: 18px;
}
.cts-term-hierarchy label .spin-box {
    display: none;
    width: 13px;
    height: 13px;
    border-width: 1px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    float: right;
    position: absolute;
    right: 1px;
    top: 2px;
}
.cts-term-hierarchy.cts-terms-loading label .spin-box {
    display: inline-block;
}
.cts-term-filled label,
.cts-term-hierarchy.cts-term-filled label,
.cts-term-hierarchy.md-active label {
    top: 0 !important;
    pointer-events: unset;
    font-size: 13px;
}
.inbox-chat-contents ul a.delete-chat {
    opacity: 0;
}
.inbox-chat-contents ul li:hover a.delete-chat {
    opacity: 1;
}
#c27-header-search-form.active .header-search {
    display: block;
}
#quicksearch-mobile-modal .header-search {
    display: block !important;
}
.mobile-user-menu ul {
    margin-top: 0;
}
.mobile-user-menu {
    background: #f9f9f9;
    display: none;
}
.edit-account .file-upload-field .job-manager-uploaded-files progress {
    width: 140px;
}
.edit-account .file-upload-field .job-manager-uploaded-file,
.edit-account .file-upload-field .job-manager-uploaded-file img,
.edit-account .file-upload-field label.upload-file {
    width: 140px !important;
    height: 140px !important;
}
.types-dropdown-wrapper {
    margin-top: 20px;
}
.block-type-social_networks .listing-details i.fa.fa-snapchat-ghost {
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.altbtn {
    font-size: 13px;
    font-weight: 600;
    color: #1e88e5;
    padding: 13px 28px;
    background: rgba(132, 148, 171, 0.1);
    border: none;
    box-shadow: none;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
.altbtn:active,
.altbtn:focus,
.altbtn:hover {
    background: rgba(132, 148, 171, 0.2);
    color: #1e88e5;
    outline: none;
    box-shadow: none;
}
.altbtn.btn-block {
    display: block;
    text-align: center;
}
.altbtn i {
    vertical-align: top;
}
.altbtn.btn-xs {
    padding: 9px 14px;
    font-size: 12px;
}
.altbtn.btn-xs i {
    font-size: 16px;
}
.altbtn.btn-primary {
    background: #d96694;
    color: #fff;
}
.altbtn.btn-primary:active,
.altbtn.btn-primary:focus,
.altbtn.btn-primary:hover {
    opacity: 0.9;
    color: #fff;
}
.altbtn.btn-plain {
    background: transparent;
}
.altbtn.btn-plain:active,
.altbtn.btn-plain:focus,
.altbtn.btn-plain:hover {
    background: rgba(0, 0, 0, 0.05);
}
.altbtn.btn-outline {
    background: transparent;
    border: 3px dashed rgba(132, 148, 171, 0.2);
    padding: 10px 25px;
}
.altbtn.btn-outline:active,
.altbtn.btn-outline:focus,
.altbtn.btn-outline:hover {
    border-color: rgba(132, 148, 171, 0.35);
}
.altbtn.btn-outline.btn-xs {
    padding: 6px 11px;
}
.select2-results__option[role="list"] {
    padding: 0;
}
.select2-results__option[role="list"] .select2-results__group {
    background: #f4f4f4;
    padding: 4px 15px;
    font-size: 13px;
    height: 24px;
}
.featured-categories.default .slc-icon .term-icon.image-icon img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.featured-categories.default a:hover .slc-icon .term-icon.image-icon img {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.outlined-list.details-list .term-icon.image-icon img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.file-upload-field.multiple-uploads .uploaded-file:hover {
    cursor: move;
}
.select2-container--default .select2-selection--multiple {
    background: transparent;
}
.select2 .select2-selection__rendered {
    border: transparent;
}
.files-block .file-name {
    font-size: 14px;
    font-weight: 600;
}
nav.job-manager-pagination ul,
nav.woocommerce-pagination ul.page-numbers {
    border: none;
}
.woocommerce-my-bookmarks .pagination > *,
nav.job-manager-pagination ul li,
nav.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin-left: 4px;
    border: none;
    margin-bottom: 4px;
}
a.page-numbers,
nav.job-manager-pagination ul li a,
nav.job-manager-pagination ul li span,
nav.woocommerce-pagination ul.page-numbers li a.page-numbers,
nav.woocommerce-pagination ul.page-numbers li span.page-numbers,
span.page-numbers {
    padding: 8px 13px;
    border: 1px solid;
    border-color: #d0d1d5;
    font-size: 13px;
    background-color: transparent;
    color: #484848;
    margin-top: 0;
    border-radius: 2px;
    line-height: 16px;
    display: block;
}
.cart-errors-wrapper a.wc-backward {
    float: none !important;
    display: inline-block !important;
    margin-top: 10px;
}
a.page-numbers:hover,
nav.job-manager-pagination ul li a:hover,
nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    color: #fff;
    border-color: #f24286;
    background: #f24286;
}
nav.job-manager-pagination ul li span.current,
nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current,
span.page-numbers.current {
    border-color: #e5e5e5;
    background: #e5e5e5;
}
a.page-numbers.current:hover {
    color: #484848;
}
.wc_payment_methods .woocommerce-notice {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
#buddypress #bp-delete-cover-image-container a#bp-delete-cover-image,
#buddypress #create-group-form .item-body #previous-next input[type="button"],
#buddypress #item-body #notifications-bulk-management .notifications-options-nav input[type="submit"],
#buddypress #item-body .item-list-tabs .message-search input[type="submit"],
#buddypress #item-body .members .item-list .action .friendship-button a,
#buddypress #item-body .standard-form#settings-form .submit input[type="submit"],
#buddypress #item-header-cover-image #item-buttons div a,
#buddypress #members-dir-search form input[type="submit"],
#buddypress #message-thread #message-recipients a.button,
#buddypress #messages-bulk-management input#messages-bulk-manage[type="submit"],
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a,
#buddypress .bp-avatar #bp-delete-avatar-container a#bp-delete-avatar,
#buddypress .groups-members-search input[type="submit"],
#buddypress .standard-form#group-settings-form input[type="submit"],
#buddypress .standard-form div.submit input[type="submit"],
#buddypress > #groups-dir-search form input[type="submit"],
#buddypress div#whats-new-options #whats-new-submit input[type="submit"],
#buddypress div.activity-comments form div.ac-reply-content a.ac-reply-cancel,
#buddypress div.activity-comments form input,
#buddypress form#group-settings-form .bp-widget ul.item-list li .action a,
#buddypress ul.item-list li div.action .group-button a.group-button,
.buddypress.c_widget #bp-login-widget-form .bp-login-widget-register-link a,
.buddypress.c_widget .bp-login-widget-user-links .bp-login-widget-user-logout a,
.c27-content-wrapper .post-password-form p > input,
.c27-wc-vendors-export form input,
.c27-wc-vendors .form-row input[type="submit"].button,
.c27-wc-vendors.wc-vendors-dashboard form input[type="submit"].btn,
.c27-wc-vendors .wc-vendors-menu a.button,
.c27-wc-vendors.wc-vendors-store-settings input[type="submit"].btn,
.c_widget .price_slider_wrapper .price_slider_amount .button,
.c_widget .search-form input[type="submit"],
.c_widget .widget_shopping_cart_content .buttons a,
.c_widget .woocommerce-product-search input[type="submit"],
.cart-collaterals .wc-proceed-to-checkout a.button,
.checkout_coupon .form-row-last button.button,
.daterangepicker .drp-buttons .btn,
.friends #buddypress #item-body > #friend-list li .action a.button,
.groups #buddypress #item-body #members-group-list ul.item-list#member-list li .action a,
.job-manager-form > p input[type="submit"],
.job-manager-form fieldset .account-sign-in .button,
.members.directory #buddypress #members-dir-list #members-list li .action a,
.social-networks-repeater > input[type="button"],
.social-networks-repeater div div input[type="button"],
.wcv-form .control-group .control > input[type="submit"],
.wcv-media-uploader-gallery a,
.woocommerce #review_form #respond .form-submit input[type="submit"],
.woocommerce-account .addresses .title a.edit,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button.alt,
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login .form-row button[type="submit"],
.woocommerce-info ~ .checkout_coupon .form-row-last button.button,
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type="submit"],
.woocommerce-order-details p.order-again a,
.woocommerce-product-search button,
.woocommerce-ResetPassword .woocommerce-form-row button[type="submit"].button,
.woocommerce-ResetPassword .woocommerce-form-row input[type="submit"].button,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p input .woocommerce table.shop_table td.actions .coupon ~ button[type="submit"],
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type input,
.woocommerce a.button,
.woocommerce div.product form.cart .button,
.woocommerce input.button,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button,
.woocommerce table.shop_table td.actions .coupon button:last-of-type,
.woocommerce table.shop_table td.actions .coupon ~ input[type="submit"],
a.wcv-button.button,
a[class*="wcv-media-uploader-featured"] {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    border-radius: 3px;
    line-height: 16px;
    display: block;
    float: left;
}
.checkout_coupon .form-row-last button.button {
    width: 100%;
}
.wcv-form .control-group .control.append-button .wcv-button,
.wcv-grid a.button.product,
.wcv-grid a.button.shop_coupon,
.wcv-pro-dashboard .wcv_product_attributes button.button,
.wcv_shipping_rates a.button.insert,
.wcvendors-pro-dashboard-wrapper form input[type="submit"],
a.wcv-file-uploader-add_wcv_store_banner_id,
a.wcv-file-uploader-add_wcv_store_icon_id,
form .listing-form-submit-btn button[type="submit"],
form input[type="submit"] {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    display: block;
}
#buddypress div#item-buttons a.add,
#buddypress div#item-buttons a.join-group,
.header-scroll.header-scroll-dark-skin .header-button a.buttons.button-2 {
    color: #f24286;
    border: none;
    background: #fff;
}
#buddypress div#item-buttons a.add:hover,
#buddypress div#item-buttons a.join-group:hover,
.header-scroll.header-scroll-dark-skin .header-button a.buttons.button-2:hover {
    color: #fff;
    background: #f24286;
}
#buddypress div#item-buttons a.add:visited,
#buddypress div#item-buttons a.join-group:visited,
.header-scroll.header-scroll-dark-skin .header-button a.buttons.button-2:visited {
    color: #f24286;
}
#buddypress div#item-buttons a.add:visited:hover,
#buddypress div#item-buttons a.join-group:visited:hover,
.header-scroll.header-scroll-dark-skin .header-button a.buttons.button-2:visited:hover {
    color: #fff;
    background: #f24286;
}
#buddypress #item-body #notifications-bulk-management .notifications-options-nav input[type="submit"],
#buddypress #item-body .item-list-tabs .message-search input[type="submit"],
#buddypress #item-body .standard-form#settings-form .submit input[type="submit"],
#buddypress #members-dir-search form input[type="submit"],
#buddypress #messages-bulk-management input#messages-bulk-manage[type="submit"],
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a,
#buddypress .groups-members-search input[type="submit"],
#buddypress .standard-form#create-group-form div.submit input[type="submit"],
#buddypress .standard-form#group-settings-form input[type="submit"],
#buddypress .standard-form div.submit input[type="submit"],
#buddypress > #groups-dir-search form input[type="submit"],
#buddypress div#whats-new-options #whats-new-submit input[type="submit"],
#buddypress div.activity-comments form input,
#robokassa_payment_form input[type="submit"],
#wc-cart-modal .woocommerce-mini-cart__buttons a:nth-child(2),
.buddypress.c_widget #bp-login-widget-form .bp-login-widget-register-link a,
.c27-content-wrapper .post-password-form p > input,
.c27-wc-vendors .form-row input[type="submit"].button,
.c27-wc-vendors.wc-vendors-store-settings input[type="submit"].btn,
.c_widget .search-form input[type="submit"],
.c_widget .woocommerce-product-search input[type="submit"],
.cart-collaterals .wc-proceed-to-checkout a.button,
.checkout_coupon .form-row-last button.button,
.daterangepicker .drp-buttons .btn.applyBtn,
.friends #buddypress #item-body > #friend-list li .action a.button,
.header-scroll.header-scroll-light-skin .header-button a.buttons.button-1,
.job-manager-form > p input[type="submit"],
.job-manager-form fieldset .account-sign-in .button,
.wcv-form .control-group .control.append-button .wcv-button,
.wcvendors-pro-dashboard-wrapper form input[type="submit"],
.woocommerce #review_form #respond .form-submit input[type="submit"],
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button.alt,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input.button.alt,
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login .form-row button[type="submit"],
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type="submit"],
.woocommerce-order-details p.order-again a,
.woocommerce-product-search button,
.woocommerce-ResetPassword .woocommerce-form-row button[type="submit"].button,
.woocommerce-ResetPassword .woocommerce-form-row input[type="submit"].button,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p input,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type input,
.woocommerce .woocommerce-info ~ form.woocommerce-form-login p.form-row input[type="submit"],
.woocommerce div.product form.cart .button,
form .listing-form-submit-btn button[type="submit"],
form input[type="submit"],
p.return-to-shop a.button.wc-backward {
    color: #fff;
    border: none;
}
#buddypress #item-body #notifications-bulk-management .notifications-options-nav input[type="submit"]:hover,
#buddypress #item-body .item-list-tabs .message-search input[type="submit"]:hover,
#buddypress #item-body .standard-form#settings-form .submit input[type="submit"]:hover,
#buddypress #members-dir-search form input[type="submit"]:hover,
#buddypress #messages-bulk-management input#messages-bulk-manage[type="submit"]:hover,
#buddypress .activity-list li.load-more a:hover,
#buddypress .activity-list li.load-newest a:hover,
#buddypress .groups-members-search input[type="submit"]:hover,
#buddypress .standard-form#create-group-form div.submit input[type="submit"]:hover,
#buddypress .standard-form#group-settings-form input[type="submit"]:hover,
#buddypress .standard-form div.submit input[type="submit"]:hover,
#buddypress > #groups-dir-search form input[type="submit"]:hover,
#buddypress div#whats-new-options #whats-new-submit input[type="submit"]:hover,
#buddypress div.activity-comments form input:hover,
#robokassa_payment_form input[type="submit"]:hover,
#wc-cart-modal .woocommerce-mini-cart__buttons a:nth-child(2):hover,
.buddypress.c_widget #bp-login-widget-form .bp-login-widget-register-link a:hover,
.c27-content-wrapper .post-password-form p > input:hover,
.c27-wc-vendors .form-row input[type="submit"].button:hover,
.c27-wc-vendors.wc-vendors-store-settings input[type="submit"].btn:hover,
.c_widget .search-form input[type="submit"]:hover,
.c_widget .woocommerce-product-search input[type="submit"]:hover,
.cart-collaterals .wc-proceed-to-checkout a.button:hover,
.checkout_coupon .form-row-last button.button:hover,
.daterangepicker .drp-buttons .btn.applyBtn:hover,
.friends #buddypress #item-body > #friend-list li .action a.button:hover,
.header-scroll.header-scroll-light-skin .header-button a.buttons.button-1:hover,
.job-manager-form > p input[type="submit"]:hover,
.job-manager-form fieldset .account-sign-in .button:hover,
.wcv-form .control-group .control.append-button .wcv-button:hover,
.wcvendors-pro-dashboard-wrapper form input[type="submit"]:hover,
.woocommerce #review_form #respond .form-submit input[type="submit"]:hover,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button.alt:hover,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input.button.alt:hover,
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login .form-row button[type="submit"]:hover,
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type="submit"]:hover,
.woocommerce-order-details p.order-again a:hover,
.woocommerce-product-search button:hover,
.woocommerce-ResetPassword .woocommerce-form-row button[type="submit"].button:hover,
.woocommerce-ResetPassword .woocommerce-form-row input[type="submit"].button:hover,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p input:hover,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button:hover,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type input:hover,
.woocommerce .woocommerce-info ~ form.woocommerce-form-login p.form-row input[type="submit"]:hover,
.woocommerce div.product form.cart .button:hover,
form .listing-form-submit-btn button[type="submit"]:hover,
form input[type="submit"]:hover,
p.return-to-shop a.button.wc-backward:hover {
    color: #fff;
    opacity: 0.9;
}
#buddypress #item-body #notifications-bulk-management .notifications-options-nav input[type="submit"]:visited,
#buddypress #item-body .item-list-tabs .message-search input[type="submit"]:visited,
#buddypress #item-body .standard-form#settings-form .submit input[type="submit"]:visited,
#buddypress #members-dir-search form input[type="submit"]:visited,
#buddypress #messages-bulk-management input#messages-bulk-manage[type="submit"]:visited,
#buddypress .activity-list li.load-more a:visited,
#buddypress .activity-list li.load-newest a:visited,
#buddypress .groups-members-search input[type="submit"]:visited,
#buddypress .standard-form#create-group-form div.submit input[type="submit"]:visited,
#buddypress .standard-form#group-settings-form input[type="submit"]:visited,
#buddypress .standard-form div.submit input[type="submit"]:visited,
#buddypress > #groups-dir-search form input[type="submit"]:visited,
#buddypress div#whats-new-options #whats-new-submit input[type="submit"]:visited,
#buddypress div.activity-comments form input:visited,
#robokassa_payment_form input[type="submit"]:visited,
.buddypress.c_widget #bp-login-widget-form .bp-login-widget-register-link a:visited,
.c27-content-wrapper .post-password-form p > input:visited,
.c27-wc-vendors .form-row input[type="submit"].button:visited,
.c27-wc-vendors.wc-vendors-store-settings input[type="submit"].btn:visited,
.c_widget .search-form input[type="submit"]:visited,
.c_widget .woocommerce-product-search input[type="submit"]:visited,
.cart-collaterals .wc-proceed-to-checkout a.button:visited,
.daterangepicker .drp-buttons .btn.applyBtn:visited,
.friends #buddypress #item-body > #friend-list li .action a.button:visited,
.header-scroll.header-scroll-light-skin .header-button a.buttons.button-1:visited,
.job-manager-form > p input[type="submit"]:visited,
.job-manager-form fieldset .account-sign-in .button:visited,
.wcv-form .control-group .control.append-button .wcv-button:visited,
.wcvendors-pro-dashboard-wrapper form input[type="submit"]:visited,
.woocommerce #review_form #respond .form-submit input[type="submit"]:visited,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button.alt:visited,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input.button.alt:visited,
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login .form-row button[type="submit"]:visited,
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type="submit"]:visited,
.woocommerce-order-details p.order-again a:visited,
.woocommerce-ResetPassword .woocommerce-form-row button[type="submit"].button:visited,
.woocommerce-ResetPassword .woocommerce-form-row input[type="submit"].button:visited,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p input:visited,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button:visited,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type input:visited,
.woocommerce .woocommerce-info ~ form.woocommerce-form-login p.form-row input[type="submit"]:visited,
.woocommerce div.product form.cart .button:visited,
form .listing-form-submit-btn button[type="submit"]:visited,
form input[type="submit"]:visited,
p.return-to-shop a.button.wc-backward:visited {
    color: #fff;
}
#buddypress #item-body #notifications-bulk-management .notifications-options-nav input[type="submit"]:visited:hover,
#buddypress #item-body .item-list-tabs .message-search input[type="submit"]:visited:hover,
#buddypress #item-body .standard-form#settings-form .submit input[type="submit"]:visited:hover,
#buddypress #members-dir-search form input[type="submit"]:visited:hover,
#buddypress #messages-bulk-management input#messages-bulk-manage[type="submit"]:visited:hover,
#buddypress .activity-list li.load-more a:visited:hover,
#buddypress .activity-list li.load-newest a:visited:hover,
#buddypress .groups-members-search input[type="submit"]:visited:hover,
#buddypress .standard-form#create-group-form div.submit input[type="submit"]:visited:hover,
#buddypress .standard-form#group-settings-form input[type="submit"]:visited:hover,
#buddypress .standard-form div.submit input[type="submit"]:visited:hover,
#buddypress > #groups-dir-search form input[type="submit"]:visited:hover,
#buddypress div#whats-new-options #whats-new-submit input[type="submit"]:visited:hover,
#buddypress div.activity-comments form input:visited:hover,
#robokassa_payment_form input[type="submit"]:visited:hover,
.buddypress.c_widget #bp-login-widget-form .bp-login-widget-register-link a:visited:hover,
.c27-content-wrapper .post-password-form p > input:visited:hover,
.c27-wc-vendors .form-row input[type="submit"].button:visited:hover,
.c27-wc-vendors.wc-vendors-store-settings input[type="submit"].btn:visited:hover,
.c_widget .search-form input[type="submit"]:visited:hover,
.c_widget .woocommerce-product-search input[type="submit"]:visited:hover,
.cart-collaterals .wc-proceed-to-checkout a.button:visited:hover,
.daterangepicker .drp-buttons .btn.applyBtn:visited:hover,
.friends #buddypress #item-body > #friend-list li .action a.button:visited:hover,
.header-scroll.header-scroll-light-skin .header-button a.buttons.button-1:visited:hover,
.job-manager-form > p input[type="submit"]:visited:hover,
.job-manager-form fieldset .account-sign-in .button:visited:hover,
.wcv-form .control-group .control.append-button .wcv-button:visited:hover,
.wcvendors-pro-dashboard-wrapper form input[type="submit"]:visited:hover,
.woocommerce #review_form #respond .form-submit input[type="submit"]:visited:hover,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button.alt:visited:hover,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input.button.alt:visited:hover,
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login .form-row button[type="submit"]:visited:hover,
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type="submit"]:visited:hover,
.woocommerce-order-details p.order-again a:visited:hover,
.woocommerce-ResetPassword .woocommerce-form-row button[type="submit"].button:visited:hover,
.woocommerce-ResetPassword .woocommerce-form-row input[type="submit"].button:visited:hover,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p input:visited:hover,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button:visited:hover,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type input:visited:hover,
.woocommerce .woocommerce-info ~ form.woocommerce-form-login p.form-row input[type="submit"]:visited:hover,
.woocommerce div.product form.cart .button:visited:hover,
form .listing-form-submit-btn button[type="submit"]:visited:hover,
form input[type="submit"]:visited:hover,
p.return-to-shop a.button.wc-backward:visited:hover {
    color: #fff;
    opacity: 0.9;
}
#buddypress #bp-delete-cover-image-container a#bp-delete-cover-image,
#buddypress #create-group-form .item-body #previous-next input[type="button"],
#buddypress #item-body .members .item-list .action .friendship-button a.remove,
#buddypress #item-body .members .item-list .action .friendship-button a.requested,
#buddypress #item-body .members .item-list .action a.add,
#buddypress #message-thread #message-recipients a.button,
#buddypress .bp-avatar #bp-delete-avatar-container a#bp-delete-avatar,
#buddypress div.activity-comments form div.ac-reply-content a.ac-reply-cancel,
#buddypress form#group-settings-form .bp-widget ul.item-list li .action a,
#buddypress ul.item-list li div.action .group-button a.group-button,
#robokassa_payment_form a.button,
#wc-cart-modal .woocommerce-mini-cart__buttons a:first-child,
.buddypress.c_widget .bp-login-widget-user-links .bp-login-widget-user-logout a,
.c27-wc-vendors-export form input,
.c27-wc-vendors.wc-vendors-dashboard form input[type="submit"].btn,
.c27-wc-vendors .wc-vendors-menu a.button,
.c_widget .price_slider_wrapper .price_slider_amount .button,
.c_widget .widget_shopping_cart_content .buttons a,
.daterangepicker .drp-buttons .btn.cancelBtn,
.groups #buddypress #item-body #members-group-list ul.item-list#member-list li .action a,
.members.directory #buddypress #members-dir-list #members-list li .action a,
.ranges .range_inputs button,
.social-networks-repeater > input[type="button"],
.social-networks-repeater div div input[type="button"],
.wcv-form .control-group .control > input[type="submit"],
.wcv-grid a.button.product,
.wcv-grid a.button.shop_coupon,
.wcv-media-uploader-gallery a,
.wcv-pro-dashboard .wcv_product_attributes button.button,
.wcv_shipping_rates a.button.insert,
.wcvendors-pro-dashboard-wrapper form input[type="submit"]#product_save_button,
.woocommerce-account .addresses .title a.edit,
.woocommerce-info ~ .checkout_coupon .form-row-last button.button,
.woocommerce-info ~ .checkout_coupon .form-row-last input.button,
.woocommerce table.my_account_orders .order-actions.subscription-actions a.button,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button,
.woocommerce table.shop_table td.actions .coupon button:last-of-type,
.woocommerce table.shop_table td.actions .coupon input:last-of-type,
.woocommerce table.shop_table td.actions .coupon ~ button[type="submit"],
.woocommerce table.shop_table td.actions .coupon ~ input[type="submit"],
.work-hours-repeater > input[type="button"],
a.wcv-button.button,
a.wcv-file-uploader-add_wcv_store_banner_id,
a.wcv-file-uploader-add_wcv_store_icon_id,
a[class*="wcv-media-uploader-featured"] {
    color: #565662;
    border: none;
    background: #f2f3f2;
    border-radius: 2px;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
#buddypress #create-group-form .item-body #previous-next input[type="button"]:hover,
#buddypress #item-body .members .item-list .action .friendship-button a.remove:hover,
#buddypress #item-body .members .item-list .action .friendship-button a.requested:hover,
#buddypress #item-body .members .item-list .action a.add:hover,
#buddypress #message-thread #message-recipients a.button:hover,
#buddypress .bp-avatar #bp-delete-avatar-container a#bp-delete-avatar:hover,
#buddypress div.activity-comments form div.ac-reply-content a.ac-reply-cancel:hover,
#buddypress form#group-settings-form .bp-widget ul.item-list li .action a:hover,
#buddypress ul.item-list li div.action .group-button a.group-button:hover,
#robokassa_payment_form a.button:hover,
.buddypress.c_widget .bp-login-widget-user-links .bp-login-widget-user-logout a:hover,
.c27-wc-vendors-export form input:hover,
.c27-wc-vendors.wc-vendors-dashboard form input[type="submit"].btn:hover,
.c27-wc-vendors .wc-vendors-menu a.button:hover,
.c_widget .widget_shopping_cart_content .buttons a:hover,
.daterangepicker .drp-buttons .btn.cancelBtn:hover,
.groups #buddypress #item-body #members-group-list ul.item-list#member-list li .action a:hover,
.members.directory #buddypress #members-dir-list #members-list li .action a:hover,
.social-networks-repeater div div input[type="button"]:hover,
.wcv-form .control-group .control > input[type="submit"]:hover,
.wcv-grid a.button.product:hover,
.wcv-grid a.button.shop_coupon:hover,
.wcv-media-uploader-gallery a:hover,
.wcv-pro-dashboard .wcv_product_attributes button.button:hover,
.wcv_shipping_rates a.button.insert:hover,
.wcvendors-pro-dashboard-wrapper form input[type="submit"]#product_save_button:hover,
.woocommerce-info ~ .checkout_coupon .form-row-last button.button:hover,
.woocommerce-info ~ .checkout_coupon .form-row-last input.button:hover,
.woocommerce table.my_account_orders .order-actions.subscription-actions a.button:hover,
.woocommerce table.shop_table td.actions .coupon ~ button[type="submit"]:hover,
.woocommerce table.shop_table td.actions .coupon ~ input[type="submit"]:hover,
a.wcv-button.button:hover,
a.wcv-file-uploader-add_wcv_store_banner_id:hover,
a.wcv-file-uploader-add_wcv_store_icon_id:hover,
a[class*="wcv-media-uploader-featured"]:hover {
    background: #f24286;
    color: #fff;
}
#buddypress #create-group-form .item-body #previous-next input[type="button"]:visited,
#buddypress #item-body .members .item-list .action .friendship-button a.remove:visited,
#buddypress #item-body .members .item-list .action .friendship-button a.requested:visited,
#buddypress #item-body .members .item-list .action a.add:visited,
#buddypress #message-thread #message-recipients a.button:visited,
#buddypress .bp-avatar #bp-delete-avatar-container a#bp-delete-avatar:visited,
#buddypress .bp-avatar .bp-uploader-window .drag-drop-buttons input[type="button"].button:visited,
#buddypress .bp-cover-image .bp-uploader-window .drag-drop-buttons input[type="button"].button:visited,
#buddypress div.activity-comments form div.ac-reply-content a.ac-reply-cancel:visited,
#buddypress form#group-settings-form .bp-widget ul.item-list li .action a:visited,
#buddypress ul.item-list li div.action .group-button a.group-button:visited,
#robokassa_payment_form a.button:visited,
#wc-cart-modal .woocommerce-mini-cart__buttons a:first-child,
.buddypress.c_widget .bp-login-widget-user-links .bp-login-widget-user-logout a:visited,
.c27-wc-vendors-export form input:visited,
.c27-wc-vendors.wc-vendors-dashboard form input[type="submit"].btn:visited,
.c27-wc-vendors .wc-vendors-menu a.button:visited,
.c_widget .price_slider_wrapper .price_slider_amount .button:visited,
.c_widget .widget_shopping_cart_content .buttons a:visited,
.daterangepicker .drp-buttons .btn.cancelBtn:visited,
.groups #buddypress #item-body #members-group-list ul.item-list#member-list li .action a:visited,
.members.directory #buddypress #members-dir-list #members-list li .action a:visited,
.ranges .range_inputs button:visited,
.social-networks-repeater > input[type="button"]:visited,
.social-networks-repeater div div input[type="button"]:visited,
.wcv-form .control-group .control > input[type="submit"]:visited,
.wcv-grid a.button.product:visited,
.wcv-grid a.button.shop_coupon:visited,
.wcv-media-uploader-gallery a:visited,
.wcv-pro-dashboard .wcv_product_attributes button.button:visited,
.wcv_shipping_rates a.button.insert:visited,
.wcvendors-pro-dashboard-wrapper form input[type="submit"]#product_save_button:visited,
.woocommerce-account .addresses .title a.edit:visited,
.woocommerce-info ~ .checkout_coupon .form-row-last button.button:visited,
.woocommerce-info ~ .checkout_coupon .form-row-last input.button:visited,
.woocommerce table.my_account_orders .order-actions.subscription-actions a.button:visited,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button:visited,
.woocommerce table.shop_table td.actions .coupon input:last-of-type:visited,
.woocommerce table.shop_table td.actions .coupon ~ button[type="submit"]:visited,
.woocommerce table.shop_table td.actions .coupon ~ input[type="submit"]:visited,
a.wcv-button.button:visited,
a.wcv-file-uploader-add_wcv_store_banner_id:visited,
a.wcv-file-uploader-add_wcv_store_icon_id:visited,
a[class*="wcv-media-uploader-featured"]:visited {
    color: #565662;
}
#buddypress #create-group-form .item-body #previous-next input[type="button"]:visited:hover,
#buddypress #item-body .members .item-list .action .friendship-button a.remove:visited:hover,
#buddypress #item-body .members .item-list .action .friendship-button a.requested:visited:hover,
#buddypress #item-body .members .item-list .action a.add:visited:hover,
#buddypress #message-thread #message-recipients a.button:visited:hover,
#buddypress .bp-avatar #bp-delete-avatar-container a#bp-delete-avatar:visited:hover,
#buddypress div.activity-comments form div.ac-reply-content a.ac-reply-cancel:visited:hover,
#buddypress form#group-settings-form .bp-widget ul.item-list li .action a:visited:hover,
#buddypress ul.item-list li div.action .group-button a.group-button:visited:hover,
#robokassa_payment_form a.button:visited:hover,
#wc-cart-modal .woocommerce-mini-cart__buttons a:first-child:hover,
.buddypress.c_widget .bp-login-widget-user-links .bp-login-widget-user-logout a:visited:hover,
.c27-wc-vendors-export form input:visited:hover,
.c27-wc-vendors.wc-vendors-dashboard form input[type="submit"].btn:visited:hover,
.c27-wc-vendors .wc-vendors-menu a.button:visited:hover,
.c_widget .price_slider_wrapper .price_slider_amount .button:hover,
.c_widget .price_slider_wrapper .price_slider_amount .button:visited:hover,
.c_widget .widget_shopping_cart_content .buttons a:visited:hover,
.daterangepicker .drp-buttons .btn.cancelBtn:visited:hover,
.groups #buddypress #item-body #members-group-list ul.item-list#member-list li .action a:visited:hover,
.members.directory #buddypress #members-dir-list #members-list li .action a:visited:hover,
.ranges .range_inputs button:hover,
.ranges .range_inputs button:visited:hover,
.social-networks-repeater > input[type="button"]:hover,
.social-networks-repeater > input[type="button"]:visited:hover,
.social-networks-repeater div div input[type="button"]:visited:hover,
.wcv-form .control-group .control > input[type="submit"]:visited:hover,
.wcv-grid a.button.product:visited:hover,
.wcv-grid a.button.shop_coupon:visited:hover,
.wcv-media-uploader-gallery a:visited:hover,
.wcv-pro-dashboard .wcv_product_attributes button.button:visited:hover,
.wcv_shipping_rates a.button.insert:visited:hover,
.wcvendors-pro-dashboard-wrapper form input[type="submit"]#product_save_button:visited:hover,
.woocommerce-account .addresses .title a.edit:visited:hover,
.woocommerce-info ~ .checkout_coupon .form-row-last button.button:visited:hover,
.woocommerce-info ~ .checkout_coupon .form-row-last input.button:visited:hover,
.woocommerce table.my_account_orders .order-actions.subscription-actions a.button:visited:hover,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button:visited:hover,
.woocommerce table.shop_table td.actions .coupon button:last-of-type:hover,
.woocommerce table.shop_table td.actions .coupon input:last-of-type:visited:hover,
.woocommerce table.shop_table td.actions .coupon ~ button[type="submit"]:hover,
.woocommerce table.shop_table td.actions .coupon ~ button[type="submit"]:visited:hover,
.woocommerce table.shop_table td.actions .coupon ~ input[type="submit"]:visited:hover,
.work-hours-repeater > input[type="button"]:hover,
a.wcv-button.button:visited:hover,
a.wcv-file-uploader-add_wcv_store_banner_id:visited:hover,
a.wcv-file-uploader-add_wcv_store_icon_id:visited:hover,
a[class*="wcv-media-uploader-featured"]:visited:hover {
    background: #e8e8e8;
    color: #242429;
}
#buddypress #item-header-cover-image #item-buttons div.generic-button a.activity-button,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.friendship-button.awaiting_response_friend.requested,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.send-message,
#buddypress div#item-header div.friendship-button.not_friends.pending_friend {
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    background: transparent;
}
#buddypress #item-header-cover-image #item-buttons div.generic-button a.activity-button:hover,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.friendship-button.awaiting_response_friend.requested:hover,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.send-message:hover {
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.8);
}
#buddypress #item-header-cover-image #item-buttons div.generic-button a.activity-button:visited,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.activity-button:visited:hover,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.friendship-button.awaiting_response_friend.requested:visited,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.friendship-button.awaiting_response_friend.requested:visited:hover,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.send-message:visited,
#buddypress #item-header-cover-image #item-buttons div.generic-button a.send-message:visited:hover,
#buddypress div#item-header div.friendship-button.not_friends.pending_friend:visited:hover,
#buddypress div#item-header div.friendship-button.not_friends.pending_friend:visted {
    color: #fff;
}
.woocommerce table.shop_table td.actions .coupon input:last-of-type {
    padding: 15px 18px;
    line-height: 17px;
    font-size: 12px;
    color: #484848;
}
#buddypress #item-body .members .item-list .action .friendship-button a.requested,
#buddypress #item-body .members .item-list .action a.add,
#buddypress #message-thread #message-recipients a.button,
#buddypress div.activity-comments form div.ac-reply-content a.ac-reply-cancel,
#buddypress div.activity-comments form input,
#buddypress form#group-settings-form .bp-widget ul.item-list li .action a,
#buddypress ul.item-list li div.action .group-button a.group-button,
.buddypress.c_widget .bp-login-widget-user-links .bp-login-widget-user-logout a,
.daterangepicker .drp-buttons .btn,
.friends #buddypress #item-body > #friend-list li .action a.button,
.groups #buddypress #item-body #members-group-list ul.item-list#member-list li .action a,
.members.directory #buddypress #members-dir-list #members-list li .action a,
.ranges .range_inputs button,
.woocommerce-account .addresses .title a.edit,
.woocommerce table.my_account_orders .order-actions.subscription-actions a.button,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
    padding: 8px 28px;
}
.cart-collaterals .wc-proceed-to-checkout a.button,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p input,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button,
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type input {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}
.woocommerce table.shop_table td.actions .coupon input:last-of-type {
    float: right;
}
.cart-collaterals .wc-proceed-to-checkout a.button {
    display: block;
}
.woocommerce-info ~ .checkout_coupon {
    background: #fff;
}
.woocommerce-info ~ .checkout_coupon .form-row-last button.button,
.woocommerce-info ~ .checkout_coupon .form-row-last input.button {
    width: 100%;
}
.job_listing_packages input[type="submit"]:focus,
.job_listing_preview_title input[type="submit"]:focus {
    padding-left: 40px;
}
input.button:focus {
    box-shadow: none;
}
.woocommerce div.product > span.onsale,
.woocommerce ul.products li.product .onsale {
    background: transparent;
    margin: 0;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 6px;
}
.woocommerce div.product > span.onsale {
    padding-left: 6px;
    padding-right: 0;
}
ul.products li.product a.button.add_to_cart_button:before {
    content: "\ea00";
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
ul.products li.product a.button.add_to_cart_button.added:before {
    content: "\ea01";
}
ul.products li.product a.button.add_to_cart_button.product_type_variable:before {
    content: "\e9fa";
}
.woocommerce div.product span.onsale:after,
.woocommerce ul.products li.product span.onsale:after {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 70px solid red;
    border-bottom: 60px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
}
.woocommerce div.product span.onsale {
    background: transparent;
    top: 0;
    left: 0;
}
.woocommerce div.product span.onsale:after {
    border-left: 70px solid red;
    border-right: none;
    left: 0;
    right: auto;
    top: 0;
}
ul.products li.product a.button {
    color: #565662;
    width: auto;
    text-align: center;
    background: transparent;
    padding: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.related.products span.onsale:after {
    left: auto !important;
    border-left: none !important;
}
ul.products li.product .wc-forward {
    display: none;
}
.woocommerce ul.products li.product a img {
    border-radius: 3px;
}
.woocommerce form .form-row label {
    font-size: 14px;
}
li.product-type-job_package_subscription.product .price {
    max-width: 70%;
}
.woocommerce ul.products li.product .price del,
ul.products li.product .price del {
    margin-right: 5px;
    opacity: 1;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
ul.products li.product .price del,
ul.products li.product .price ins {
    float: left;
    font-weight: 400;
}
.woocommerce ul.products li.product .price {
    color: #565662;
    font-size: 14px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 14px;
    font-weight: 600;
}
.woocommerce ul.products li.product .star-rating {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    height: 20px;
}
.woocommerce ul.products li.product .star-rating:before,
.woocommerce ul.products li.product .star-rating span {
    color: #fff;
}
.summary.entry-summary,
.woocommerce-tabs.wc-tabs-wrapper,
.woocommerce .woocommerce-info ~ form.woocommerce-form-login {
    background: #fff;
    margin-bottom: 25px;
}
.woocommerce div.product div.images {
    margin-bottom: 50px;
}
.summary.entry-summary,
.woocommerce-page div.product .woocommerce-tabs {
    background: #fff;
    padding: 25px;
    margin-bottom: 50px;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
#c27-single-listing .gallerySlider .gallery-thumb a.item,
.single-product .gallerySlider .gallery-thumb a.item {
    height: 110px;
}
#tab-description p,
.woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: 600;
}
.woocommerce div.product .related.products {
    clear: both;
    margin-bottom: 50px;
}
.woocommerce div.product .related.products > h2 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: block;
    position: relative;
}
.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #f24286;
}
.woocommerce div.product p.price .woocommerce-Price-amount {
    font-weight: 400;
}
.woocommerce div.product p.stock {
    color: #565d62;
}
.woocommerce div.product form.cart .variations td label {
    width: 100%;
    font-weight: 400;
}
span#reply-title {
    font-weight: 600 !important;
}
.related.products > h2,
.woocommerce #reviews #comments h2 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600 !important;
}
span#reply-title {
    padding-bottom: 10px;
    display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #565662;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d0d1d5;
    background-color: #fff;
    text-transform: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    border: none;
    border-bottom: 2px solid #f24286;
    color: #484848;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 2px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    border: 0;
    width: 40px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    color: #242429;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes th {
    font-weight: 600;
    padding-left: 0;
}
.woocommerce table.shop_attributes {
    border-top: 0;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: auto;
    float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    -webkit-box-flex: 1;
    flex: 1;
}
.mlduo-account-menu {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    padding: 0 15px;
}
.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;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: 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: #f24286;
}
.form-group .job-manager-uploaded-files progress[value]::-moz-progress-bar {
    background: #f24286;
}
.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 #f24286;
    border-left: 4px solid #f24286;
    -webkit-animation: container-rotate 1.2s infinite linear;
    animation: container-rotate 1.2s infinite linear;
    display: block;
    float: left;
    position: absolute;
}
@supports (-ms-ime-align: auto) {
    .form-group .job-manager-uploaded-files progress {
        background-color: #f24286;
    }
}
@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: #f24286;
        border: 1px solid #f24286;
    }
}
.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%;
    -webkit-transform: translate(-50%, -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: #f24286;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    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%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
}
.job-manager-uploaded-file .job-manager-uploaded-file-preview img {
    height: 120px !important;
    -o-object-fit: cover;
    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: #f24286;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    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%;
    -webkit-transform: translate(-50%, -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.28571%;
    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,
.work-hours-repeater li.day span.select2-container {
    -webkit-box-flex: 1;
    flex: 1;
    float: left;
    margin-right: 2%;
}
.field-type-links input:focus {
    padding-left: 0;
}
.work-hours-repeater li.day span.select2-container {
    margin-right: 1% !important;
}
.social-networks-repeater div div button[type="button"],
.work-hours-repeater li.day button[type="button"] {
    position: relative;
    top: 12px;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    color: #252a30;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    height: 36px !important;
    width: 36px !important;
    padding: 0 !important;
    opacity: 1 !important;
}
.social-networks-repeater div div button[type="button"] i,
.work-hours-repeater li.day button[type="button"] i {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.field-type-work-hours .tab-content {
    padding-right: 0 !important;
}
.field-head .description {
    font-size: 14px !important;
}
#submit-job-form .field-head {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
#submit-job-form .field-head label {
    margin-bottom: 3px;
}
.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;
}
.social-networks-repeater > input[type="button"],
.work-hours-repeater > input[type="button"] {
    margin-top: 15px;
    float: none !important;
    background: #f4f4f4;
    font-weight: 600;
    padding: 9px;
    font-size: 13px !important;
    color: #242429 !important;
}
.social-networks-repeater > input[type="button"]:hover,
.work-hours-repeater > input[type="button"]:hover {
    background: #f2f2f2;
    color: #242429 !important;
}
.work-hours-repeater > input[type="button"] {
    margin-bottom: 15px;
    margin-top: 15px;
}
.work-hours-repeater > input[type="button"]:focus {
    box-shadow: none;
}
.social-networks-repeater > div > div {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: flex-between;
    justify-content: flex-between;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #fff !important;
    margin-top: 10px;
}
.finder-search .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin-top: 13px;
}
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: 340px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.02);
}
.infoBox {
    font-family: GlacialIndifference, sans-serif !important;
}
nav.woocommerce-MyAccount-navigation .sub-menu {
    display: none;
}
.woocommerce-MyAccount-navigation > ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    overflow-x: auto;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-size: 13px;
    text-align: center;
    height: 60px;
    color: #242429;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
    font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a > i {
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    padding-right: 7px;
    color: rgba(0, 0, 0, 0.3);
}
.woocommerce-MyAccount-navigation ul li.current-menu-item a > i {
    color: #ff447c;
}
.woocommerce-MyAccount-navigation ul li.current-menu-item a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    border-color: #f24286;
}
.round-icon .title-style-1 {
    padding-bottom: 10px;
}
.round-icon .title-style-1 i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px;
    background: #f24286;
    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;
}
.calendar_wrap table,
.woocommerce table.job-manager-jobs,
.woocommerce table.shop_table {
    width: 100%;
}
.woocommerce table.shop_table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 13px;
}
.woocommerce-checkout-review-order {
    line-height: 40px;
}
.woocommerce table.job-manager-jobs td,
.woocommerce table.job-manager-jobs th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    font-weight: 400;
}
.woocommerce table.job-manager-jobs th,
.woocommerce table.shop_table th {
    font-weight: 500;
}
.woocommerce table.job-manager-jobs thead tr,
.woocommerce table.shop_table thead tr {
    border: none;
}
.woocommerce table.shop_table {
    border: 0;
    margin-bottom: 0;
}
.woocommerce table.shop_table th {
    font-weight: 500 !important;
}
.woocommerce table.my_account_orders .button:nth-child(2) {
    margin-left: 4px;
}
.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item td:first-of-type {
    padding-left: 0;
}
.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item td:last-of-type {
    padding-right: 0;
}
.woocommerce table.shop_table td.product-name dl.variation dd {
    display: inline-block;
}
.woocommerce table.shop_table td.product-name dl.variation dt {
    float: none;
}
.woocommerce table.shop_table td.actions {
    padding: 25px;
    border: none;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
.woocommerce table.shop_table td.actions .coupon {
    width: 60%;
}
.woocommerce table.shop_table td.actions .coupon input {
    width: 48% !important;
    margin: 0 !important;
}
.woocommerce table.shop_table td.actions .coupon input.input-text {
    padding: 14px 0 !important;
    font-size: 14px;
    line-height: 17px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-color: rgba(0, 0, 0, 0.12);
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    background: transparent !important;
    float: left;
    margin-right: 20px !important;
    border-radius: 0 !important;
}
.coupon .button {
    padding: 15px 25px !important;
}
.woocommerce table.shop_table td.actions .coupon input.input-text:focus {
    border-color: #f24286;
    padding-left: 0 !important;
    box-shadow: none;
    background: transparent;
}
.woocommerce table.shop_table td.actions .coupon ~ button[type="submit"],
.woocommerce table.shop_table td.actions .coupon ~ input[type="submit"] {
    float: right;
    padding: 15px 25px !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px !important;
}
.cart-collaterals table.shop_table th {
    padding-left: 0;
}
.cart-collaterals table.shop_table td {
    padding-right: 0;
    text-align: right;
}
.cart-collaterals .cart_totals h2,
.cart-collaterals .cross-sells h2,
.related.products > h2,
.up-sells h2,
.woocommerce-customer-details h2,
.woocommerce-order-details__title,
.woocommerce-Reviews .comment-reply-title,
.woocommerce-Tabs-panel h2 {
    font-size: 13px;
    font-weight: 500;
    color: #484848;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .title h3,
.woocommerce-column__title {
    font-size: 12px;
}
.woocommerce-account .addresses .title a.edit {
    margin-top: 11px;
    float: right;
}
.order_details td,
.order_details th,
.subscription_details td {
    padding: 15px 0 !important;
}
#buddypress p.warning {
    border: none;
    border-radius: 2px;
    background: #ffefdd;
}
.cts-connected-accounts > h5,
.cts-user-picture-settings > h5,
.order_details ~ header h2,
.subscription_details ~ h2,
.woocommerce-Address-title > h3,
.woocommerce-column__title,
.woocommerce-EditAccountForm legend,
.woocommerce .woocommerce-MyAccount-content form > h3 {
    margin-top: 0;
    font-size: 14px;
    border-bottom: 2px solid #f24286;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #242429;
    width: auto;
}
.woocommerce-Address-title > h3 {
    margin-top: 20px;
}
.cts-user-picture-settings > h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.woocommerce-heading {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 10px;
}
.woocommerce form.checkout_coupon {
    border-radius: 3px;
    border: none;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce form .form-row.woocommerce-validated .select2-container:focus,
.woocommerce form .form-row.woocommerce-validated input.input-text:focus,
.woocommerce form .form-row.woocommerce-validated select:focus {
    border-color: #f24286;
}
.woocommerce form.checkout.woocommerce-checkout h3 {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 0;
    margin-bottom: 25px;
}
.woocommerce form .form-row {
    padding: 0;
    margin-top: 0;
    margin-bottom: 25px;
}
.woocommerce form .form-row textarea:focus {
    box-shadow: 0 1px 0 0 #f24286;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    box-shadow: 0 1px 0 0 #a00;
}
.woocommerce-customer-details .shop_table tbody tr th,
.woocommerce-order-details .shop_table .woocommerce-table__product-name.product-name,
.woocommerce-order-details .shop_table tfoot th,
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td:first-of-type,
.woocommerce .woocommerce-checkout-review-order table.shop_table thead tr th:first-of-type {
    padding-left: 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td:last-of-type,
.woocommerce .woocommerce-checkout-review-order table.shop_table thead tr th:last-of-type {
    padding-right: 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr th {
    padding-left: 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td {
    padding-right: 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .woocommerce-Price-amount.amount {
    font-weight: 700;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal .woocommerce-Price-amount.amount {
    font-weight: 400;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment {
    border-radius: 0;
    margin-top: 15px;
    background: #f7f6f7;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #fff;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul.payment_methods li input {
    display: inline-block;
    position: relative;
    top: 2px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul.payment_methods li label {
    float: none;
    cursor: pointer;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 32px;
}
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    overflow: hidden;
}
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p {
    overflow: hidden;
    margin-top: 20px;
}
.c27-wc-vendors-orders > h2,
.c27-wc-vendors-orders table.table tbody tr td dt,
.c27-wc-vendors-orders table.table thead tr th,
.c27-wc-vendors.wc-vendors-dashboard > h2,
.c27-wc-vendors > h2,
.c27-wc-vendors table.table tbody tr td a,
.c27-wc-vendors table.table tbody tr td b,
.c27-wc-vendors table.table tbody tr td strong,
.c27-wc-vendors table.table thead tr th {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 0;
}
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-child {
    overflow: hidden;
    margin-top: 20px;
}
.woocommerce .my_account_job_packages tbody tr td:first-child,
.woocommerce .my_account_job_packages thead tr th:first-child,
.woocommerce .woocommerce-MyAccount-downloads tbody tr td.download-product,
.woocommerce .woocommerce-MyAccount-downloads thead tr th.download-product {
    padding-left: 0;
}
.job_listing_preview_title {
    overflow: hidden;
}
.woocommerce-MyAccount-content .job-manager-jobs.c27-products-table {
    display: inline-table;
    margin-top: 25px;
}
.woocommerce-MyAccount-content .job-manager-jobs.c27-products-table .product-photo {
    padding-left: 0;
}
.woocommerce-MyAccount-content .product-photo img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.woocommerce-MyAccount-content .job-manager-jobs.c27-products-table .product-title a {
    font-size: 12px;
    font-weight: 400;
}
.woocommerce-order-details p.order-again a {
    margin-bottom: 20px;
}
.woocommerce-order-details p.order-again ~ .woocommerce-customer-details {
    clear: both;
}
.c27-content-wrapper img {
    max-width: 100%;
    height: auto;
}
.c27-content-wrapper br {
    clear: both;
}
.c_widget .textwidget p {
    float: left;
}
.c_widget .pf-head {
    padding-bottom: 15px;
}
.c_widget .blogTitle h6 {
    float: none;
}
.c_widget .search-form label,
.contactForm .wpcf7-form label,
.wpcf7 .wpcf7-form label {
    margin-bottom: 0;
    width: 100%;
}
.job_listing_preview .wpcf7 > p,
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea {
    margin-bottom: 15px;
}
.wpcf7-form p {
    margin-bottom: 0 !important;
}
.c_widget .search-form input[type="submit"],
.c_widget .woocommerce-product-search input[type="submit"] {
    float: none;
}
.c_widget .search-form .search-field,
.c_widget .woocommerce-product-search .search-field {
    margin-bottom: 15px;
}
.c_widget ul.cart_list > li,
.c_widget ul.product_list_widget > li {
    padding-bottom: 20px;
    padding-top: 0;
    -webkit-backface-visibility: hidden;
    position: relative;
}
.c_widget ul.product_list_widget li a .product-title {
    font-weight: 600 !important;
}
.c_widget ul.product_list_widget li div.star-rating {
    position: relative;
    left: 85px;
}
.c_widget ul.cart_list li .variation,
.c_widget ul.product_list_widget li .variation {
    display: none;
}
.c_widget ul.cart_list li .variation .variation-Listing,
.c_widget ul.product_list_widget li .variation .variation-Listing {
    margin-bottom: 0;
}
.c_widget ul.cart_list li .variation .variation-SoldBy,
.c_widget ul.product_list_widget li .variation .variation-SoldBy {
    margin-bottom: 0;
    padding-bottom: 0;
}
.c_widget ul.cart_list li .variation dt.variation-SoldBy,
.c_widget ul.product_list_widget li .variation dt.variation-SoldBy {
    font-weight: 500;
    font-size: 12px;
}
.c_widget ul.cart_list li .variation .variation-SoldBy p,
.c_widget ul.product_list_widget li .variation .variation-SoldBy p {
    line-height: 16px;
}
.c_widget a.remove {
    line-height: 1 !important;
    font-weight: 400 !important;
}
.c_widget .widget_shopping_cart_content > p.buttons {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.c_widget .widget_shopping_cart_content > p.buttons .checkout {
    margin-bottom: 0;
}
.c_widget .widget_shopping_cart_content .buttons a {
    width: 49%;
    margin-bottom: 10px;
}
.c_widget .widget_shopping_cart_content .buttons a:first-child {
    margin-bottom: 10px;
}
.c_widget .price_slider_wrapper .price_slider_amount {
    margin-top: 15px;
}
.c_widget .price_slider_wrapper .price_slider_amount .price_label {
    font-size: 13px;
}
.rp4wp-related-job_listing > ul li.job_listing a .meta,
.rp4wp-related-job_listing > ul li.job_listing a div.position,
.rp4wp-related-job_listing > ul li.no_job_listings_found a .meta,
.rp4wp-related-job_listing > ul li.no_job_listings_found a div.position,
ul.job_listings li.job_listing a .meta,
ul.job_listings li.job_listing a div.position,
ul.job_listings li.no_job_listings_found a .meta,
ul.job_listings li.no_job_listings_found a div.position {
    padding-left: 0;
    width: 100%;
}
.rp4wp-related-job_listing > ul li.job_listing a .meta li,
.rp4wp-related-job_listing > ul li.no_job_listings_found a .meta li,
ul.job_listings li.job_listing a .meta li,
ul.job_listings li.no_job_listings_found a .meta li {
    text-align: left;
}
.rp4wp-related-job_listing > ul li.job_listing a,
.rp4wp-related-job_listing > ul li.no_job_listings_found a,
ul.job_listings li.job_listing a,
ul.job_listings li.no_job_listings_found a {
    padding-left: 0;
}
.rp4wp-related-job_listing > ul li.job_listing a:focus,
.rp4wp-related-job_listing > ul li.job_listing a:hover,
.rp4wp-related-job_listing > ul li.no_job_listings_found a:focus,
.rp4wp-related-job_listing > ul li.no_job_listings_found a:hover,
ul.job_listings li.job_listing a:focus,
ul.job_listings li.job_listing a:hover,
ul.job_listings li.no_job_listings_found a:focus,
ul.job_listings li.no_job_listings_found a:hover {
    background-color: transparent;
}
.rp4wp-related-job_listing > ul li.job_listing a:focus .position h3,
.rp4wp-related-job_listing > ul li.job_listing a:hover .position h3,
.rp4wp-related-job_listing > ul li.no_job_listings_found a:focus .position h3,
.rp4wp-related-job_listing > ul li.no_job_listings_found a:hover .position h3,
ul.job_listings li.job_listing a:focus .position h3,
ul.job_listings li.job_listing a:hover .position h3,
ul.job_listings li.no_job_listings_found a:focus .position h3,
ul.job_listings li.no_job_listings_found a:hover .position h3 {
    color: #f24286;
}
.blogpost-section .section-body blockquote p,
.comment-body blockquote p {
    margin: 0 0 20px;
    text-align: center;
    border: none;
    font-size: 18px;
    font-weight: 500;
    font-family: Georgia;
    color: #242429;
    font-style: italic;
}
.c27-content-wrapper figcaption {
    padding-top: 10px;
}
.blogpost-section .section-body p a,
.c27-content-wrapper dl a,
.c27-content-wrapper figcaption a,
.comment-body p a {
    border-bottom: 1px dotted;
}
.blogpost-section .section-body dl dt,
.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;
}
.blogpost-section h1,
.c27-content-wrapper h1 {
    line-height: 54px;
}
.blogpost-section h2,
.c27-content-wrapper h2 {
    line-height: 46px;
}
.blogpost-section h3,
.c27-content-wrapper h3 {
    line-height: 38px;
}
.blogpost-section h4,
.c27-content-wrapper h4 {
    line-height: 30px;
}
.blogpost-section h5,
.c27-content-wrapper h5 {
    line-height: 24px;
}
.blogpost-section h6,
.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;
}
.blogpost-section .blog-title strong {
    font-weight: 600;
}
.c27-content-wrapper .post-password-form p label {
    width: 100%;
    float: none;
    margin-bottom: 25px;
}
.c27-content-wrapper p iframe {
    max-width: 100%;
}
.infoBox.c27-listing-preview.show {
    margin-left: 0;
    pointer-events: all;
}
.infoBox.c27-listing-preview {
    margin-left: 25px;
    pointer-events: none;
}
.error404 .no-results-wrapper {
    padding-bottom: 150px;
}
.error404 .no-results-wrapper .no-results-icon {
    left: 0;
    -webkit-transform: none;
    transform: none;
}
.error404 .no-results-wrapper .no-results-icon,
.error404 .no-results-wrapper > li {
    margin-bottom: 20px;
}
#c27-single-listing .cover-buttons .price .rent-price {
    line-height: 1 !important;
}
#c27-single-listing .cover-buttons .price .rent-price .value {
    vertical-align: middle;
}
#c27-single-listing .cover-buttons .price .rent-price .out-of {
    vertical-align: middle;
    top: -3px !important;
}
.footer-bottom .social-nav li a {
    margin-right: 8px;
}
.footer-bottom .social-nav li a i {
    margin-right: 0 !important;
    margin-top: 3px;
}
.promotion-keys-wrapper table.shop_table td,
.promotion-keys-wrapper table.shop_table th {
    padding: 14px 0;
}
#promo-modal .modal-content {
    max-height: 80vh;
    overflow: auto;
    border-radius: 2px;
}
.promotion-keys-wrapper .round-icon .title-style-1 {
    position: relative;
    padding-left: 0;
}
.promotion-keys-wrapper .round-icon .title-style-1 p {
    padding-left: 45px;
}
.promotion-keys-wrapper .round-icon .title-style-1 i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f3f4f5 !important;
    color: #f24286;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a {
    display: block;
    padding: 8px 13px;
    text-align: center;
    border: 1px solid;
    border-color: #d0d1d5;
    background-color: transparent;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a.woocommerce-button--next {
    float: right;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a.woocommerce-button--previous {
    float: left;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a:hover {
    background-color: #f24286;
    border-color: #f24286;
    color: #fff;
}
.woocommerce-MyAccount-content .pf-body:after {
    content: "";
    display: table;
    clear: both;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1d1d23;
}
.job-manager-form fieldset div.field.account-sign-in {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    padding: 20px;
    background-color: #fff;
    line-height: 24px;
    font-weight: 400 !important;
    border-radius: 2px;
    border: 1px solid #e3e4e8;
    border-top: 2px solid #923fea;
}
.job-manager-form fieldset div.field.account-sign-in strong {
    font-weight: 400 !important;
}
.job-manager-form fieldset {
    border-bottom: none;
}
.fieldset-create_account_email .field,
.fieldset-create_account_username .field {
    width: 100% !important;
    padding-bottom: 0 !important;
}
.job-manager-form fieldset .account-sign-in .button {
    float: right;
}
.job-manager-form fieldset .account-sign-in .button:before {
    content: "\e899";
    font-family: Material Icons !important;
    display: block;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
    float: left;
}
.job-manager-form fieldset.fieldset-create_account_password .field,
.job-manager-form fieldset.fieldset-create_account_password_verify .field {
    width: 100%;
}
.job-manager-form fieldset.fieldset-create_account_password .field .description,
.job-manager-form fieldset.fieldset-create_account_password_verify .field .description {
    color: #565d62;
    opacity: 1;
    margin-top: 5px;
    font-size: 12px;
}
.woocommerce .woocommerce-ordering {
    position: relative;
    top: -15px;
}
.c27-post-changer {
    margin-top: 30px;
}
#c27-single-listing .woocommerce .loader:before {
    background: none !important;
    position: relative;
}
.job_packages {
    margin-bottom: 40px !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: "\2713";
}
.job-manager-error.job-manager-error:before,
.job-manager-info.job-manager-error:before,
.job-manager-message.job-manager-error:before {
    content: "\00d7";
    line-height: 14px;
    font-size: 20px;
}
.add-listing-step .job-manager-error {
    margin-bottom: 0;
    margin-top: 25px;
}
.c27-submit-listing-form .form-group .tab-content {
    background: #fff;
    padding: 0 20px 0 0;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-top: -1px;
}
.c27-submit-listing-form .form-group ul.days .tab-content {
    padding-top: 10px;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce .woocommerce-info ~ form.woocommerce-form-login {
    max-width: 958.3295px;
    margin-left: auto;
    margin-right: auto;
}
.c27-form-coupon-wrapper .woocommerce-info {
    margin-top: 0;
    margin-bottom: 30px;
}
.woocommerce-cart #c27-site-wrapper > .woocommerce > .woocommerce-notices-wrapper {
    max-width: 1150px;
    margin: auto;
    margin-top: 60px;
}
.checkout .col2-set .col-1,
.checkout .col2-set .col-2 {
    width: 100%;
}
.woocommerce-form-coupon button.button:hover {
    color: #fff !important;
}
table.shop_table.c27-bookmarks-table .bookmark-actions a {
    float: left;
    margin-right: 5px;
    padding: 10px;
}
table.shop_table.c27-bookmarks-table .bookmark-photo {
    padding-left: 0;
}
.single-product.woocommerce .star-rating span {
    color: #f24286;
}
.tagged_as {
    font-size: 0;
}
.tagged_as > a {
    color: #565662;
    background: #fff;
    border: 1px solid #d4d5d5;
    font-weight: 400;
    border-radius: 2px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    padding: 5px 13px;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}
.woocommerce .i-section.no-modal .sign-in-box.element {
    margin-bottom: 20px !important;
    padding: 25px !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    white-space: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100%;
}
#job-manager-job-dashboard table td,
#job-manager-job-dashboard table th {
    padding: 20px 0 0;
}
.listing-info {
    padding-top: 0 !important;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 14px 0;
}
.elementor-background-overlay {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
p.cart-empty,
p.return-to-shop {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    max-width: 200px;
}
p.return-to-shop a.button.wc-backward {
    float: none;
}
p.return-to-shop:after {
    content: "";
    display: table;
    clear: both;
}
li.product .wcvendors_sold_by_in_loop,
li.product .wcvendors_sold_by_in_loop ~ br {
    display: none;
}
.woocommerce-MyAccount-content .element {
    margin-bottom: 20px !important;
}
.c27-wc-vendors form ~ br {
    display: none;
}
.c27-wc-vendors .wc-vendors-menu:after {
    content: "";
    display: table;
    clear: both;
}
.c27-wc-vendors .wc-vendors-menu a.button {
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.c27-wc-vendors .wc-vendors-menu a.button:last-child {
    margin-right: 0;
}
.c27-wc-vendors.wc-vendors-store-settings form b {
    font-weight: 500;
}
.c27-wc-vendors.wc-vendors-store-settings input[type="submit"].btn {
    margin-top: 20px;
}
.c27-wc-vendors.wc-vendors-dashboard form input[type="submit"].btn {
    width: 33%;
    margin-top: 20px;
    margin-bottom: 20px;
}
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;
}
.c27-wc-vendors-denied,
.c27-wc-vendors-export,
.c27-wc-vendors-orders {
    max-width: 1170px;
    margin: auto;
}
.c27-wc-vendors-denied,
.c27-wc-vendors-orders {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
}
.c27-wc-vendors-denied:hover,
.c27-wc-vendors-orders:hover {
    box-shadow: 0 5px 33px rgba(0, 0, 0, 0.07);
}
.c27-wc-vendors-denied {
    margin-top: 25px;
    text-align: center;
}
.c27-wc-vendors-denied br {
    display: none;
}
.c27-wc-vendors-denied p {
    margin-bottom: 0;
}
.c27-wc-vendors-orders table.table {
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
}
.c27-wc-vendors-orders table.table thead tr th {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.c27-wc-vendors-orders table.table tbody tr td,
.c27-wc-vendors-orders table.table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 0 !important;
    border-radius: 0 !important;
}
.c27-wc-vendors-orders table.table tbody tr td {
    border-top: none;
}
.c27-wc-vendors-orders > h2 {
    margin-top: 0;
}
.c27-wc-vendors-export {
    margin-top: 20px;
}
.c27-wc-vendors-export form input {
    border-radius: 0;
    float: none !important;
}
.woocommerce-cart .element .pf-body:after {
    display: table;
    clear: both;
    content: "";
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form {
    width: 60%;
    float: left;
}
.woocommerce-cart .element .pf-body .cart-collaterals {
    width: 34%;
    float: right;
    background: #f24286;
    border-radius: 3px;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals {
    padding: 25px;
    width: 100%;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals h2 {
    margin-top: 0;
    color: #fff;
    font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals table {
    color: #fff;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-bottom: 0;
    padding-bottom: 0;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form p button.button {
    color: #f24286;
    background: #f3f4f5;
    border-radius: 2px;
    border: 1px solid transparent;
    margin-bottom: 0;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover {
    background: #f24286;
    color: #fff;
    border-color: #fff;
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table .product-thumbnail {
    text-align: center;
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table .product-thumbnail a img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    max-width: none;
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td {
    padding-top: 25px;
    padding-bottom: 25px;
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table .product-name a {
    font-size: 14px;
    font-weight: 600;
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table thead tr th {
    display: none;
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table .product-name .variation * {
    font-weight: 400;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals tr.cart-subtotal td,
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals tr.cart-subtotal th,
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals tr:not(.cart-subtotal) td,
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals tr:not(.cart-subtotal) th,
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table tr.order-total td,
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table tr.order-total th {
    border-top: 1px solid hsla(0, 0%, 100%, 0.2) !important;
    background: transparent;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals tr td,
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals tr th {
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form p button.button,
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    border-radius: 2px;
    line-height: 24px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    background: rgba(0, 0, 0, 0.2);
}
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table th {
    width: 1%;
    font-weight: 600 !important;
}
.woocommerce-cart .element .pf-body .cart-collaterals h2,
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table *,
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table td:before,
.woocommerce-cart .element .pf-body form.woocommerce-cart-form table.shop_table td:before {
    font-weight: 600;
}
.woocommerce-cart .element .pf-body .cart-collaterals h2 {
    font-size: 14px;
}
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form .form-row input[type="text"],
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form .form-row span.select2-selection__rendered {
    color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form .form-row input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form .form-row input[type="text"]::-ms-input-placeholder {
    color: #fff;
}
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form .form-row input[type="text"]::-moz-placeholder {
    color: #fff;
}
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form p button.button {
    width: 100%;
}
.woocommerce-cart .element .pf-body .cart-collaterals form.woocommerce-shipping-calculator .shipping-calculator-form .form-row {
    margin-bottom: 10px;
}
p.cart-empty {
    padding-top: 30px;
    padding-bottom: 20px;
}
p.return-to-shop {
    padding-bottom: 80px;
}
.form-group.explore-filter:not(.md-group) {
    position: relative;
    padding-top: 11px;
    margin-bottom: 0;
}
.featured-search .form-group.explore-filter:not(.md-group),
.search-filters .form-group.explore-filter:not(.md-group) {
    margin-bottom: 20px;
}
.form-group.explore-filter:not(.md-group):not(.form-group-tags) label {
    position: absolute;
    top: 0;
    left: 0;
}
.search-filters .form-group.explore-filter.checkboxes-filter,
.search-filters .form-group.explore-filter.range-slider {
    margin-bottom: 20px;
}
.form-group.explore-filter i.material-icons.geocode-location {
    top: 15px;
}
.form-group.explore-filter.datepicker-form-group i.material-icons.c-show {
    top: 7px;
}
.job_listing_preview .wpcf7 input[type="submit"].wpcf7-form-control:focus,
.wpcf7-form input[type="submit"]:focus {
    box-shadow: none;
}
.c27-form-coupon-wrapper form.checkout_coupon p.form-row {
    margin-bottom: 0 !important;
}
.woocommerce-store-notice,
p.demo_store {
    background: #f24286;
}
.woocommerce-checkout #customer_details label.woocommerce-form__label input[type="checkbox"],
.woocommerce-checkout-payment .wc-terms-and-conditions label input[type="checkbox"] {
    position: relative;
}
.woocommerce-checkout-payment .wc-terms-and-conditions label input[type="checkbox"]:focus {
    box-shadow: none;
}
#payment.woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method div.payment_box {
    margin-bottom: 0;
}
.cart-collaterals table.shop_table td div.first-payment-date small {
    color: #fff;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons__separator {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons__button {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    float: none;
    font-weight: 600;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-price span,
tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal span {
    font-weight: 600;
}
.woocommerce form.checkout #customer_details {
    width: 50%;
    float: left;
}
.woocommerce form.checkout #order_review {
    width: 45%;
    float: right;
}
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
    background: #f24286;
    padding: 10px 25px;
    border-radius: 3px;
}
.wc_payment_methods .woocommerce-notice {
    background: #f4f4f4;
    border: none !important;
    border-radius: 3px;
    outline: #ffdead;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table * {
    color: #fff;
    font-weight: 600 !important;
}
.wc_payment_methods .wc_payment_method > label {
    font-weight: 600;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    padding: 20px 0 !important;
    font-weight: 600 !important;
}
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td,
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
    border-top: 1px solid hsla(0, 0%, 100%, 0.2) !important;
}
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table .product-total,
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right;
}
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody td.product-name dl.variation {
    display: none;
}
.woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper #billing_phone_field {
    width: 100%;
}
.woocommerce form.checkout.woocommerce-checkout:after {
    display: table;
    clear: both;
    content: "";
}
.woocommerce form.checkout #order_review #payment {
    background: transparent;
}
#order_review .woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method .payment_box {
    background: #f4f4f4 !important;
}
#order_review .woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method .payment_box:before {
    border-bottom-color: #f4f4f4 !important;
}
#order_review .woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}
#order_review .woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method:last-child {
    border: none;
}
#order_review .woocommerce-checkout-payment ul.wc_payment_methods {
    padding: 5px 20px;
}
#order_review .woocommerce-checkout-payment div.place-order {
    margin-bottom: 0;
    padding: 20px;
}
#order_review .woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method label a.about_paypal {
    padding-left: 10px;
}
.woocommerce form.checkout #customer_details div.woocommerce-shipping-fields #ship-to-different-address label input {
    margin-left: 0;
    position: relative;
    margin-right: 8px;
    top: 2px;
}
.woocommerce form.checkout #customer_details div.woocommerce-shipping-fields #ship-to-different-address label input:focus {
    box-shadow: none;
}
.woocommerce form.checkout #customer_details div.woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p#shipping_first_name_field,
.woocommerce form.checkout #customer_details div.woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p#shipping_last_name_field {
    width: 100%;
}
.woocommerce form.checkout #order_review_heading {
    float: left !important;
    margin-left: 5%;
}
.woocommerce .woocommerce-info ~ form.woocommerce-form-login .apsl-login-networks .apsl-login-new-text,
.woocommerce form.checkout #order_review_heading,
.woocommerce form.checkout.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce form.checkout.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce form.checkout.woocommerce-checkout h3#ship-to-different-address label span {
    margin-top: 0;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #242429;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}
.woocommerce form.checkout.woocommerce-checkout h3#ship-to-different-address {
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce form.checkout.woocommerce-checkout h3#ship-to-different-address label span {
    margin-bottom: 0;
}
.woocommerce form .form-row .required {
    color: #565662;
}
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;
}
.c27-wc-vendors.wc-vendors-dashboard .c27-wc-vendors-orders > h2,
.c27-wc-vendors.wc-vendors-dashboard > h2,
.c27-wc-vendors.wc-vendors-store-settings > h2,
.c27-wc-vendors.wc-vendors-store-settings form div p > b,
.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title,
.woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 12px;
    border-bottom: 2px solid #f24286;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #242429;
}
.c27-wc-vendors.wc-vendors-store-settings > h2,
.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title {
    margin-top: 0;
}
.c27-wc-vendors-orders table.table.table-vendor-sales-report *,
.c27-wc-vendors.wc-vendors-dashboard > table.table.table-vendor-sales-report *,
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details * {
    font-size: 13px;
    font-weight: 400 !important;
}
.woocommerce-order-details p.order-again a.button {
    float: none;
    display: inline-block;
    margin-top: 15px;
}
.woocommerce .woocommerce-customer-details address {
    border: none;
    padding-left: 0;
}
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details ul.wc-item-meta p {
    position: relative;
    top: -3px;
}
.cart-collaterals div.cart_totals table.shop_table tr.shipping td p {
    color: #fff;
}
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cross-sells {
    width: 100%;
    padding: 20px;
}
.woocommerce-page .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cross-sells h2 {
    color: #fff;
    margin-top: 0;
}
.woocommerce-page .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products[class*="columns-"],
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce .cart-collaterals .cross-sells ul.products[class*="columns-"] {
    margin-bottom: 0;
}
.woocommerce-page .cart-collaterals .cross-sells li.product,
.woocommerce .cart-collaterals .cross-sells li.product {
    margin-bottom: 20px;
}
.woocommerce-page .cart-collaterals .cross-sells li.product:last-child,
.woocommerce-page .cart-collaterals .cross-sells li.product:nth-last-child(2) .woocommerce .cart-collaterals .cross-sells li.product:last-child,
.woocommerce .cart-collaterals .cross-sells li.product:nth-last-child(2) {
    margin-bottom: 0;
}
.woocommerce-page .cart-collaterals .cross-sells li.product h2.woocommerce-loop-product__title,
.woocommerce .cart-collaterals .cross-sells li.product h2.woocommerce-loop-product__title {
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce-password-strength {
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    padding: 10px;
    border: none;
}
.woocommerce-password-strength.short {
    background-color: #e35b5b;
}
.woocommerce-password-strength.bad {
    background-color: #ff9760;
}
.woocommerce-password-strength.good {
    background-color: #e0bb5b;
}
.woocommerce-password-strength.strong {
    background-color: #65b551;
}
body.smartphoneuser .elementor-element.elementor-section {
    background-attachment: scroll !important;
}
.single-product div.product form.cart div.quantity input {
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.c27-quick-view-modal .loader-bg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ranges .range_inputs button:focus {
    background: #fff;
    color: #565662;
    outline: none;
    border-color: #d4d5d5 !important;
}
.woocommerce-checkout #c27-site-wrapper > .woocommerce {
    padding-top: 60px;
}
.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-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-accordion-block-widget .block-accordion .panel-body ul,
.elementor-widget-case27-tabs-block-widget .tab-content ul,
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content ul,
.woocommerce-product-details__short-description ul,
.woocommerce-Tabs-panel--description 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-accordion-block-widget .block-accordion .panel-body ol,
.elementor-widget-case27-tabs-block-widget .tab-content ol,
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content ol,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content ol,
.woocommerce-product-details__short-description ol,
.woocommerce-Tabs-panel--description 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-accordion-block-widget .block-accordion .panel-body ol > li ol,
.elementor-widget-case27-accordion-block-widget .block-accordion .panel-body 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-toggle .elementor-widget-container .elementor-tab-content ol > li ol,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content ul > li ul,
.woocommerce-product-details__short-description ol > li ol,
.woocommerce-product-details__short-description ul > li ul,
.woocommerce-Tabs-panel--description ol > li ol,
.woocommerce-Tabs-panel--description ul > li ul {
    padding-left: 20px;
}
.woocommerce-Tabs-panel--description h2:nth-child(n + 2) {
    font-size: 30px;
    font-weight: 500;
    color: #242429;
}
.woocommerce div.product p.price del,
.woocommerce div.product p.price ins {
    color: #565d62;
}
.c27-wpjmcl-packages {
    padding-top: 60px;
    padding-bottom: 60px;
}
form.job-manager-form.wpjmcl_form_claim_package .job_listing_packages .job-package {
    position: relative;
    padding-left: 25px;
}
form.job-manager-form.wpjmcl_form_claim_package .job_listing_packages .job-package input[type="radio"] {
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
form.job-manager-form.wpjmcl_form_claim_package .job_listing_packages .job-package input[type="radio"]:focus {
    box-shadow: none;
}
form.job-manager-form.wpjmcl_form_claim_package .job_listing_packages_title {
    background: transparent;
}
form.job-manager-form.wpjmcl_form.wpjmcl_form_login_register input[type="submit"],
form.job-manager-form.wpjmcl_form_claim_listing input[type="submit"],
form.job-manager-form.wpjmcl_form_claim_package .job_listing_packages_title input[type="submit"] {
    float: none;
}
.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;
}
.woocommerce .woocommerce-info ~ form.woocommerce-form-login p.form-row input[type="submit"] {
    float: none;
}
.woocommerce .woocommerce-info ~ form.woocommerce-form-login p.form-row input[type="submit"] ~ label.woocommerce-form__label {
    margin-top: 15px;
    display: block;
}
.c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package {
    padding-top: 12px;
    padding-bottom: 12px;
}
.wc-bookings-booking-form {
    border: none;
    padding: 0;
}
.wc-bookings-date-picker .ui-datepicker-header {
    border: none;
    border-radius: 0;
    background: #fff;
    color: #242429;
    font-size: 13px;
}
.ui-widget.ui-widget-content {
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    box-shadow: none;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next:hover,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev:hover {
    background-color: transparent;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
    border-left: 1px solid #dfe0e4;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
    border-right: 1px solid #dfe0e4;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span {
    font-size: 0;
    text-indent: unset;
    overflow: visible;
    width: 100%;
    height: 100%;
    left: 0;
    top: 2px;
    margin: 0;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span:after,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span:after {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    text-rendering: auto;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    transform: translate(0);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span:after {
    content: "\E315";
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span:after {
    content: "\E314";
}
.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
    border-top-color: rgba(0, 0, 0, 0.2);
}
.wc-bookings-date-picker.wc-bookings-date-picker-booking.wc_bookings_field_start_date legend {
    font-size: 0;
    border-bottom: none;
}
.wc-bookings-date-picker.wc-bookings-date-picker-booking.wc_bookings_field_start_date legend span.label {
    color: #565662;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: -4px;
    text-align: left;
    padding-left: 0;
}
#wc_bookings_field_resource ~ .select2-container {
    width: 100% !important;
}
#wc_bookings_field_resource ~ .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#wc_bookings_field_resource ~ .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    top: 0;
}
#wc_bookings_field_resource ~ .select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
    right: -15px;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
    background-color: #fff;
    font-size: 13px;
}
.wc-bookings-booking-form .form-field input[type="number"] {
    width: 100%;
}
#update_all_subscriptions_addresses_field label.checkbox input.input-checkbox {
    width: auto;
    position: relative;
}
#update_all_subscriptions_addresses_field label.checkbox input.input-checkbox:focus {
    box-shadow: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button.alt,
.woocommerce-ResetPassword .woocommerce-form-row button[type="submit"].button {
    width: 100%;
}
.form-group .location-actions:after {
    content: "";
    display: table;
    clear: both;
}
.form-group .location-actions {
    padding: 20px 0;
}
.form-group .location-actions .lock-pin input[type="checkbox"] {
    display: none;
}
.form-group .location-actions .enter-coordinates-toggle,
.form-group .location-actions .lock-pin {
    width: 50%;
    float: left;
}
.form-group .location-actions .lock-pin label {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.form-group .location-actions .lock-pin label i {
    position: absolute;
    left: 0;
}
.form-group .location-actions .enter-coordinates-toggle {
    text-align: right;
}
.form-group .location-actions .enter-coordinates-toggle span {
    cursor: pointer;
}
.form-group .location-coords .form-group {
    float: left;
    width: 50%;
}
.form-group .location-coords .form-group:first-child {
    padding-right: 10px;
}
.form-group .c27-map#location-picker-map {
    height: 250px;
}
.woocommerce-account .elementor-text-editor .woocommerce .element .pf-body {
    overflow: auto;
}
.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;
    }
}
.claim-info,
.woocommerce-order-pay #c27-site-wrapper > .woocommerce {
    margin: 60px auto 25px;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
}
#robokassa_payment_form a.button,
#robokassa_payment_form input[type="submit"] {
    margin-top: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
}
.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;
}
.c27-submit-listing-form .fieldset-login_required {
    margin-bottom: 0;
    padding-bottom: 0;
}
.c27-submit-listing-form .fieldset-login_required > p > a.buttons i,
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p a.buttons i {
    vertical-align: middle;
    float: none;
    top: 0;
    color: #f24286;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.c27-submit-listing-form .fieldset-login_required + div + div {
    margin-top: 20px;
}
.c27-submit-listing-form .fieldset-login_required > p,
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p {
    width: 55%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 0;
}
.c27-submit-listing-form .fieldset-login_required p:first-child,
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p:first-child {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}
.c27-submit-listing-form .fieldset-login_required p a,
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p a {
    width: 45%;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #242429;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.c27-submit-listing-form .fieldset-login_required p a:hover,
.c27-submit-listing-form .fieldset-login_required p a:hover i,
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p a:hover,
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p a:hover i {
    color: #fff !important;
}
.c27-submit-listing-form .fieldset-login_required p span,
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p span {
    width: 10%;
    position: relative;
    top: -19px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.woocommerce form .form-row.terms label input[type="checkbox"],
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label input[type="checkbox"] {
    position: relative;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type="submit"] {
    width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p {
    margin-top: 0;
}
.modal-content form.sign-in-form a.c27-open-modal {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding-top: 18px;
    display: inline-block;
    line-height: 16px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul.payment_methods li.payment_method_stripe_sepa input {
    display: block;
}
.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;
}
.related > h2,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author,
.woocommerce-Reviews-title,
.woocommerce-Reviews .comment-reply-title,
.woocommerce-Tabs-panel > h2 {
    font-weight: 400 !important;
    padding-bottom: 5px;
    font-size: 14px;
}
.c_widget .page_item a,
.product-categories li a,
.recentcomments {
    line-height: 28px;
    font-size: 14px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.product-categories {
    margin-bottom: 0;
}
.product-categories li a:hover {
    color: #484848;
}
.c_widget .price_slider.ui-widget.ui-widget-content {
    box-shadow: none;
    height: 4px;
    border: none;
    background: #eee;
}
.c_widget .ui-state-default,
.c_widget .ui-widget-content .ui-state-active,
.c_widget .ui-widget-content .ui-state-default,
.c_widget .ui-widget-content .ui-state-focus {
    border-radius: 50%;
    top: -6px;
    outline: none;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
}
.c_widget .price_slider_amount button {
    width: 100%;
    margin-bottom: 10px;
}
.wc-layered-nav-rating {
    padding-bottom: 5px;
}
.wc-layered-nav-rating:last-child {
    padding-bottom: 0;
}
.woocommerce .star-rating {
    font-size: 11px;
}
.sidebar-widgets .product_list_widget img,
.woocommerce-mini-cart img {
    height: 40px !important;
    width: 40px !important;
    left: 0 !important;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sidebar-widgets .c_widget ul.product_list_widget li div.star-rating {
    left: 60px;
}
.c_widget ul.product_list_widget li span.reviewer {
    font-size: 12px;
    line-height: 30px;
    color: #7e7e89;
}
.product_list_widget > li > del > span.woocommerce-Price-amount.amount,
.product_list_widget > li > span.woocommerce-Price-amount.amount {
    padding-left: 85px;
}
.sidebar-widgets .product_list_widget > li > del > span.woocommerce-Price-amount.amount,
.sidebar-widgets .product_list_widget > li > span.woocommerce-Price-amount.amount {
    padding-left: 60px;
}
.woocommerce-mini-cart__buttons a {
    width: 100% !important;
    display: block !important;
}
.woocommerce-product-search button {
    width: 100%;
    display: block;
}
.woocommerce-product-search {
    overflow: hidden;
}
.c_widget ul.product_list_widget:not(.woocommerce-mini-cart) > li,
.sidebar-widgets .product_list_widget:not(.woocommerce-mini-cart) span.woocommerce-Price-amount.amount {
    padding-left: 0;
}
.woocommerce .summary .star-rating {
    font-size: 14px;
}
.woocommerce .summary div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}
.inbox-header-icon,
a.view-cart-contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    opacity: 1 !important;
    margin-left: 20px;
}
.inbox-header-icon i {
    font-size: 22px;
}
.related .star-rating span {
    color: #fff !important;
}
.user-profile-dropdown {
    float: left;
}
.chat-counter-container,
.header-cart-counter {
    font-size: 10px;
    background: #f24286;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    text-align: center;
    line-height: 16px;
    bottom: -8px;
    right: -7px;
    font-family: sans-serif;
}
header.header-light-skin:not(.header-scroll) .chat-counter-container span,
header.header-light-skin:not(.header-scroll) .user-area i.header-cart-counter span,
header.header-scroll-light-skin.header-scroll .user-area i.header-cart-counter span,
header.header-scroll.header-scroll-dark-skin .view-cart-contents span {
    color: #fff;
}
.view-cart-contents span {
    color: #fff;
    opacity: 1 !important;
}
header.header-scroll.header-scroll-light-skin .inbox-header-icon i,
header.header-scroll.header-scroll-light-skin .view-cart-contents span,
header:not(.header-scroll).header-light-skin .inbox-header-icon i,
header:not(.header-scroll).header-light-skin .view-cart-contents > span {
    color: #484848;
}
.chat-counter-container span,
.header-cart-counter.counter-pulse span {
    color: #fff !important;
}
.user-area div.avatar img {
    height: 26px;
    width: 26px;
    -o-object-fit: cover;
    object-fit: cover;
}
.view-cart-contents > span {
    font-size: 22px;
}
body:not(.logged-in) .view-cart-contents {
    float: left;
    margin-top: 13px;
    margin-left: 0;
    margin-right: 25px;
}
body:not(.logged-in) .user-area.signin-area {
    margin-right: 15px;
}
#wc-cart-modal .woocommerce-mini-cart li {
    padding-bottom: 20px;
    -webkit-backface-visibility: hidden;
}
#wc-cart-modal .modal-dialog {
    width: 550px;
}
#wc-cart-modal .variation {
    display: none;
}
#wc-cart-modal a.remove_from_cart_button,
.c_widget ul.product_list_widget li a.remove,
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td a.remove {
    font-size: 0 !important;
    height: 30px;
    width: 30px;
    color: #242429 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 3px;
    font-weight: 400 !important;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
#wc-cart-modal a.remove_from_cart_button:before,
.c_widget ul.product_list_widget li a.remove:before,
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td a.remove:before {
    content: "\e5cd";
    font-size: 20px;
    opacity: 0.5;
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 23px;
}
#wc-cart-modal a.remove_from_cart_button:hover:before,
.c_widget ul.product_list_widget li a.remove:hover:before,
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td a.remove:hover:before {
    opacity: 1;
}
#wc-cart-modal a.remove_from_cart_button:hover,
.c_widget ul.product_list_widget li a.remove:hover,
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td a.remove:hover {
    background: #fff !important;
}
#wc-cart-modal ul.product_list_widget li a,
.c_widget ul.product_list_widget li a,
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td a.remove {
    display: block;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    top: 3px;
}
.c_widget ul.cart_list li a.remove,
.c_widget ul.product_list_widget li a.remove {
    position: absolute;
    left: 0;
}
.woocommerce-Tabs-panel > h2 {
    font-weight: 600 !important;
}
#wc-cart-modal span.quantity,
.c_widget ul.cart_list li span.quantity,
.c_widget ul.product_list_widget li span.quantity {
    font-size: 13px;
    color: #7e7e89;
}
#wc-cart-modal .woocommerce-mini-cart__total strong,
.c_widget ul.cart_list ~ p.woocommerce-mini-cart__total.total * {
    font-weight: 600 !important;
}
#wc-cart-modal {
    border-radius: 2px;
}
#wc-cart-modal .woocommerce-mini-cart__buttons {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}
#wc-cart-modal .woocommerce-mini-cart__buttons > a,
.c_widget .widget_shopping_cart_content .buttons a {
    margin: 0;
    font-weight: 600;
}
#wc-cart-modal .woocommerce-mini-cart__buttons > a:first-child,
.c_widget .widget_shopping_cart_content .buttons a:first-child {
    margin-right: 10px;
    font-weight: 600;
}
.woocommerce-mini-cart__total * {
    font-weight: 600;
}
#wc-cart-modal .woocommerce-mini-cart__buttons {
    display: -webkit-box;
    display: flex;
}
#wc-cart-modal .woocommerce .widget_shopping_cart .cart_list li,
.c_widget ul.cart_list > li,
.c_widget ul.product_list_widget > li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 40px;
}
#wc-cart-modal .woocommerce .widget_shopping_cart .total,
.c_widget ul.cart_list ~ p.woocommerce-mini-cart__total.total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #e3e3e3;
    padding: 4px 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
#wc-cart-modal .modal-content {
    border-radius: 2px;
}
#wc-cart-modal .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding-top: 10px;
}
.blockOverlay {
    background-color: #fff !important;
}
.woocommerce div.product div.images img {
    border-radius: 2px;
}
.woocommerce #review_form #respond p {
    margin-top: 10px;
    font-size: 18px;
}
.product_meta span.posted_in {
    display: block;
    font-size: 0;
}
.product_meta span.posted_in > a {
    color: #565662;
    background: #fff;
    border: 1px solid #d4d5d5;
    font-weight: 400;
    border-radius: 2px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    padding: 5px 13px;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}
.c27-submit-listing-form input[type="button"] {
    box-shadow: none !important;
    border: none;
}
.infoBox .lf-item {
    height: 200px !important;
}
.infoBox .lf-item .lf-item-info,
.infoBox .lf-type-2 .lf-item-info-2 {
    bottom: 10px !important;
}
.infoBox .lf-item .lf-item-info .lf-avatar {
    display: none;
}
.woocommerce a.remove {
    font-family: arial, helvetica, sans-serif !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.c_widget ul.job_listings li a .image {
    width: 42px;
    height: 42px;
    float: left;
}
.c_widget ul.job_listings li a .image img {
    position: relative;
    left: auto;
    border-radius: 50%;
}
.c_widget ul.job_listings li a .image ~ .content {
    width: calc(100% - 42px);
    float: left;
    padding-left: 15px;
}
.c_widget ul.job_listings li a .content .position h3 {
    line-height: 1;
    padding-bottom: 5px;
}
.woocommerce-terms-and-conditions-wrapper p.validate-required input[id="terms"] {
    position: relative;
    margin-left: 0;
}
.modal-27 {
    opacity: 0;
    visibility: hidden;
}
.modal-27,
.modal-27.in {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.modal-27.in {
    opacity: 1;
    visibility: visible;
}
#social-share-modal {
    padding-right: 0 !important;
}
form .listing-form-submit-btn button[type="submit"].preview-btn {
    width: 100%;
}
.filter-wrapper .form-group:not(.dropdown-filter-multiselect) .main-term {
    margin-bottom: 20px;
}
.finder-two-columns .fc-one-column .filter-wrapper .form-group:not(.dropdown-filter-multiselect) .main-term {
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login {
    margin: auto;
    border-radius: 0;
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login .form-row button[type="submit"] {
    float: none;
    width: 100%;
}
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login .form-row button[type="submit"] ~ label {
    display: block;
    margin-top: 10px;
}
.woocommerce-ordering .select2-container {
    min-width: 200px !important;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__clear:before {
    top: 0;
    left: 0;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 14px 35px 14px 0 !important;
}
.smartphoneuser .select2-container .select2-selection--multiple .select2-search--inline {
    pointer-events: none;
}
.referrers-panel .dash-table li {
    word-break: break-all;
}
.daterangepicker .drp-buttons .btn {
    float: none;
    display: inline-block;
}
.block-type-text .pf-body > p {
    margin-bottom: 12px;
}
.block-type-text .pf-body > p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    #job_preview .profile-cover.profile-cover-image {
        height: 450px;
    }
    #job_preview .featured-section.featured-section-gallery {
        overflow: hidden;
    }
    .add-listing-step .job-manager-error,
    .edit-listing-form .job-manager-error,
    .edit-listing-form .job-manager-info,
    .edit-listing-form .job-manager-message {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .finder-container.fc-type-2 {
        position: relative !important;
        height: auto !important;
    }
    .c27-top-content-margin {
        height: 80px;
    }
    .woocommerce-checkout .woocommerce-error,
    .woocommerce-checkout .woocommerce-info,
    .woocommerce-checkout .woocommerce-message,
    .woocommerce .woocommerce-info ~ form.woocommerce-form-login {
        max-width: 791.6635px;
    }
    .woocommerce-cart #c27-site-wrapper > .woocommerce > .woocommerce-notices-wrapper {
        max-width: 950px;
    }
    .woocommerce-cart .element .pf-body .cart-collaterals {
        margin-top: 0;
    }
    .woocommerce-checkout .woocommerce {
        padding-top: 40px;
    }
    .c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package {
        padding: 12px;
        border-bottom: 1px dotted #eee;
        background: #fefee5;
    }
    .c27-packages .job_listing_packages .user-packages ul.job_packages li.user-job-package:last-child {
        border-bottom: none;
    }
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-6 li.product {
        width: 22.15%;
        margin-right: 3.8%;
        clear: none;
    }
    ul.products.columns-5 li.product:nth-child(4n),
    ul.products.columns-6 li.product:nth-child(4n) {
        margin-right: 0;
    }
    body:not(.logged-in) .view-cart-contents {
        margin-top: 10px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce ul.products li.product,
    ul.products[class*="columns-"] li.product,
    ul.products li.product {
        margin-bottom: 20px;
    }
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-6 li.product {
        width: 30.7%;
    }
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-6 li.product {
        margin-right: 3.8%;
        clear: none !important;
    }
    .woocommerce ul.products.columns-6 li.product {
        margin-right: 3.8%;
    }
    .woocommerce ul.products.columns-4 li.product:nth-child(3n),
    .woocommerce ul.products.columns-5 li.product:nth-child(3n),
    .woocommerce ul.products.columns-6 li.product:nth-child(3n) {
        margin-right: 0;
    }
    .job-manager-error,
    .job-manager-info,
    .job-manager-message,
    .woocommerce-cart #c27-site-wrapper > .woocommerce > .woocommerce-notices-wrapper,
    .woocommerce-checkout .woocommerce-error,
    .woocommerce-checkout .woocommerce-info,
    .woocommerce-checkout .woocommerce-message,
    .woocommerce .woocommerce-info ~ form.woocommerce-form-login {
        max-width: 730px;
    }
    .woocommerce-cart .element .pf-body .cart-collaterals,
    .woocommerce-cart .element .pf-body .woocommerce-cart-form {
        width: 100%;
    }
    .woocommerce-cart .element .pf-body .cart-collaterals {
        margin-top: 20px;
    }
    .woocommerce form.checkout #customer_details,
    .woocommerce form.checkout #order_review {
        width: 100%;
    }
    .woocommerce form.checkout #order_review_heading {
        margin-left: 0;
    }
}
@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) {
    .woocommerce-lost-password .woocommerce .i-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    #job_preview .featured-section.featured-section-gallery {
        height: 450px;
    }
    #order_review .woocommerce-checkout-payment ul.wc_payment_methods .woocommerce-info {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .shop_table_responsive .product-quantity .quantity {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .shop_table_responsive .product-quantity .quantity .qty {
        background: transparent;
        color: #fff;
        border: 1px solid hsla(0, 0%, 100%, 0.2);
        font-size: 20px;
        width: 100px !important;
    }
    .woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login {
        margin-left: 10px;
        margin-right: 10px;
    }
    .woocommerce-cart #c27-site-wrapper > .woocommerce-message {
        width: calc(100% - 20px);
        margin-top: 50px;
        margin-left: 10px;
    }
    .woocommerce table.shop_table td.actions .coupon {
        padding: 0;
        width: 100% !important;
    }
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-price,
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-quantity,
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-subtotal {
        border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    }
    .woocommerce table.shop_table td.actions > button {
        width: 100% !important;
        margin-top: 10px !important;
    }
    .woocommerce table.shop_table td.actions .coupon input.input-text {
        width: 100% !important;
        display: block;
        float: none;
    }
    .woocommerce table.shop_table td.actions .coupon button {
        width: 100% !important;
        display: block;
        float: none;
        margin-top: 10px;
    }
    .woocommerce table.shop_table td.actions {
        border: none !important;
    }
    .woocommerce-cart-form__contents.shop_table_responsive tr {
        border: 1px solid #e3e3e3 !important;
        border-radius: 2px;
        margin-bottom: 20px;
        padding-top: 0 !important;
        background: #fff !important;
        padding-bottom: 0 !important;
    }
    .product-remove {
        border-top: none !important;
    }
    .woocommerce table.shop_table td.actions {
        overflow: hidden;
    }
    .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);
    }
    .single-job-listing .cover-buttons .formatted {
        height: 40px;
    }
    .single-product .variations .select2-container {
        width: 100% !important;
    }
    .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;
    }
    .woocommerce-cart #c27-site-wrapper > .woocommerce > .woocommerce-notices-wrapper,
    .woocommerce-checkout .woocommerce-error,
    .woocommerce-checkout .woocommerce-info,
    .woocommerce-checkout .woocommerce-message,
    .woocommerce .woocommerce-info ~ form.woocommerce-form-login {
        max-width: 100%;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .c27-form-coupon-wrapper .woocommerce-error,
    .c27-form-coupon-wrapper .woocommerce-info,
    .c27-form-coupon-wrapper .woocommerce-message {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-price,
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-quantity,
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-subtotal {
        color: #fff;
    }
    .woocommerce table.shop_table td {
        padding: 0;
    }
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td {
        padding: 20px;
    }
    .job_listing_preview_title .button.job-manager-button-edit-listing {
        float: left;
        margin-left: 0;
    }
    .variations .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 14px !important;
    }
    table.shop_table.c27-bookmarks-table .bookmark-actions a {
        margin-bottom: 5px;
    }
    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions a.button {
        float: right;
    }
    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions:after {
        content: "";
        display: table;
        clear: both;
    }
    .order-total span {
        font-weight: 600 !important;
    }
    .cart_totals table.shop_table_responsive tr {
        border-bottom: none;
    }
    .promotion-keys-wrapper table.shop_table tbody tr td,
    .woocommerce-MyAccount-content table.job-manager-jobs tbody tr td {
        padding-right: 10px !important;
    }
    .woocommerce table.shop_table_responsive tr {
        border-top: 0;
    }
    .woocommerce-MyAccount-content table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .c27-wc-vendors .wc-vendors-menu a.button {
        padding-left: 20px;
        padding-right: 20px;
        width: 48%;
        margin-right: 1%;
        margin-bottom: 5px;
    }
    .c27-wc-vendors.wc-vendors-dashboard form input[type="submit"].btn {
        width: 48%;
    }
    .c27-wc-vendors.wc-vendors-dashboard table.table-vendor-sales-report {
        display: block;
    }
    .form-group.explore-filter.datepicker-form-group i.material-icons.c-show {
        top: 3px;
    }
    .c27-form-coupon-wrapper form.checkout_coupon p.form-row input[type="text"] {
        padding: 14px 0;
    }
    .c27-wc-vendors.wc-vendors-dashboard table.table-vendor-sales-report {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .social-networks-repeater > input[type="button"],
    .work-hours-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;
    }
    .job-manager-form fieldset div.field,
    .job-manager-form fieldset label,
    form.job-manager-form.wpjmcl_form_claim_listing .fieldset-wpjmcl_claim_data .field {
        width: 100%;
    }
    .woocommerce-order-pay #c27-site-wrapper > .woocommerce {
        margin-left: 15px;
        margin-right: 15px;
    }
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-6 li.product {
        width: 48%;
    }
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-6 li.product {
        margin-right: 4%;
        clear: none !important;
        float: left;
    }
    .woocommerce ul.products.columns-4 li.product:nth-child(2n),
    .woocommerce ul.products.columns-5 li.product:nth-child(2n),
    .woocommerce ul.products.columns-6 li.product:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 480px) {
    .woocommerce-lost-password .woocommerce .i-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce-ordering .select2-container {
        min-width: 170px !important;
    }
    .woocommerce .checkout_coupon p {
        width: 100%;
    }
    .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);
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce ul.products li.product,
    ul.products[class*="columns-"] li.product,
    ul.products li.product {
        width: 100%;
        margin-right: 0 !important;
    }
    .c27-top-content-margin {
        height: 60px;
    }
    .job_listing_preview_title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .job_listing_preview_title input[type="submit"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 5px;
    }
    .promotion-keys-wrapper table.shop_table,
    .woocommerce-MyAccount-content table.job-manager-jobs,
    .woocommerce-MyAccount-content table.job-manager-jobs.c27-products-table {
        overflow: auto;
        overflow-y: hidden;
        overflow-x: auto;
        display: block;
    }
    .woocommerce-MyAccount-content table.job-manager-jobs.c27-products-table thead tr th,
    .woocommerce-MyAccount-content table.job-manager-jobs thead tr th {
        min-width: 100px;
    }
    .promotion-keys-wrapper table.shop_table thead tr th {
        min-width: 150px;
    }
    .woocommerce-MyAccount-content table.job-manager-jobs.c27-products-table thead tr th:first-child,
    .woocommerce-MyAccount-content table.job-manager-jobs thead tr th:first-child {
        min-width: auto;
    }
    .c27-wc-vendors.wc-vendors-dashboard form input[type="submit"].btn,
    .c27-wc-vendors .wc-vendors-menu a.button {
        width: 100%;
    }
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-remove {
        padding-right: 0;
    }
    .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-thumbnail {
        width: 30%;
    }
    .woocommerce-message a.button {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        float: left !important;
        padding-left: 0;
        padding-right: 0;
    }
    .c27-form-coupon-wrapper form.checkout_coupon p.form-row input[type="text"] {
        margin-bottom: 10px;
    }
    .woocommerce-checkout .woocommerce {
        padding-top: 30px;
    }
    .job-manager-form fieldset label {
        width: 100%;
    }
    .form-group .location-actions .enter-coordinates-toggle,
    .form-group .location-actions .lock-pin {
        width: 100%;
        padding-top: 5px;
        text-align: left;
    }
    .c27-submit-listing-form .fieldset-login_required p a,
    .c27-submit-listing-form .fieldset-login_required p span,
    .job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p a,
    .job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p span {
        width: 100%;
        display: block;
    }
    .c27-submit-listing-form .fieldset-login_required p span,
    .job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p span {
        top: auto;
    }
}
@media only screen and (max-width: 320px) {
    .c_widget .widget_shopping_cart_content .buttons a {
        width: 100%;
    }
    .c_widget .widget_shopping_cart_content .buttons a:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .job_listing_preview_title .button {
        width: 100% !important;
    }
    .form-group .location-coords .form-group {
        width: 100%;
        padding-right: 0;
    }
    .fieldset-radio.form-group .field .md-checkbox {
        width: 100%;
    }
}
@media (min-width: 769px) {
    .edit-listing-form .job-manager-error,
    .edit-listing-form .job-manager-info,
    .edit-listing-form .job-manager-message {
        left: 25px;
    }
    .woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login {
        width: 730px;
    }
    .woocommerce table.shop_table.my_account_orders td:first-child,
    .woocommerce table.shop_table.my_account_orders th:first-child {
        padding-left: 0;
    }
    .woocommerce ul.products li.product,
    ul.products li.product {
        width: 30.7%;
    }
    .woocommerce-order-pay #c27-site-wrapper > .woocommerce {
        width: 750px;
    }
    .woocommerce-cart #c27-site-wrapper > .woocommerce-message {
        width: 730px;
        margin: auto;
        margin-top: 50px;
    }
}
@media (min-width: 993px) {
    .add-listing-step .job-manager-error,
    .edit-listing-form .job-manager-error,
    .edit-listing-form .job-manager-info,
    .edit-listing-form .job-manager-message {
        max-width: 700px;
    }
    .woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login {
        width: 788px;
    }
    .woocommerce-order-pay #c27-site-wrapper > .woocommerce {
        width: 970px;
    }
    .woocommerce ul.products.columns-4 li.product {
        width: 22.15%;
    }
    .woocommerce-cart #c27-site-wrapper > .woocommerce-message {
        width: 950px;
        margin: auto;
        margin-top: 50px;
    }
}
@media (min-width: 1201px) {
    .woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form.woocommerce-form-login {
        width: 955px;
    }
    .finder-container.fc-type-2 {
        top: 0 !important;
        height: 100vh !important;
        z-index: 501;
    }
    .woocommerce-cart #c27-site-wrapper > .woocommerce-message {
        width: 1150px;
        margin: auto;
        margin-top: 50px;
    }
    .admin-bar .finder-container.fc-type-2 {
        top: 32px !important;
    }
    .c27-top-content-margin {
        height: 89px;
    }
    .job_listing_preview_title {
        position: fixed;
        max-width: 300px;
        top: auto;
        right: 25px;
        bottom: 25px;
        padding: 25px;
        border-radius: 2px;
        background: #f24286;
    }
    .job_listing_preview_title input[type="submit"] {
        float: left;
        width: 100%;
        margin-left: 0;
        border: 1px solid transparent;
    }
    .job-manager-button-edit-listing:hover,
    .job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2:hover {
        border-color: hsla(0, 0%, 100%, 0.5) !important;
        background: transparent !important;
    }
    .job_listing_preview_title input[type="submit"] {
        border: 1px solid #fff;
    }
    .job_listing_preview_title input[type="submit"].job-manager-button-submit-listing {
        margin-bottom: 10px;
    }
    .job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2 {
        color: #f24286;
        border: none;
        background: #f3f4f5;
        border-radius: 2px;
        border: 1px solid transparent;
    }
    .job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2:hover {
        background: #f24286;
        color: #fff;
    }
    .job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2:visited {
        color: #f24286;
    }
    .job_listing_preview_title input[type="submit"].job-manager-button-submit-listing.button.button-2:visited:hover {
        background: #f24286;
        color: #fff;
    }
    .woocommerce-order-pay #c27-site-wrapper > .woocommerce {
        width: 974.9961px;
    }
    .woocommerce ul.products.columns-6 li.product {
        width: 15%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .woocommerce ul.products.columns-5 li.product {
        width: 18.4%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .woocommerce ul.products.columns-5 li.product.last,
    .woocommerce ul.products.columns-6 li.product.last {
        margin-right: 0;
    }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .c27-main-header.header-style-alternate + .c27-top-content-margin {
        height: 102px;
    }
}
@media (min-width: 1301px) and (max-width: 1550px) {
    .c27-main-header.header-style-alternate + .c27-top-content-margin {
        height: 122px;
    }
}
@media (min-width: 1551px) {
    .c27-main-header.header-style-alternate + .c27-top-content-margin {
        height: 132px;
    }
}
@media only screen and (max-width: 1200px) {
    .c27-main-header.header-scroll .i-nav.mobile-menu-open,
    .i-nav {
        background-color: #fff !important;
    }
}
.md-group {
    position: relative;
    margin-bottom: 20px !important;
}
.md-group label {
    bottom: 20px;
    position: absolute;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    pointer-events: none;
    font-size: 14px;
    left: 0;
    color: #232328;
}
.md-group input {
    font-size: 14px;
}
.md-group input:focus ~ label {
    bottom: 45px !important;
    font-size: 13px;
    color: #f24286;
}
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 {
    box-shadow: none;
    border-color: transparent;
    padding-left: 0;
}
.md-border-line {
    content: "";
    height: 2px;
    width: 0;
    background: #f24286;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    position: absolute;
    bottom: 0;
}
.explore-filter input:focus ~ .md-border-line,
.md-group input:focus ~ .md-border-line {
    width: 100%;
}
.md-active label {
    bottom: 45px;
    font-size: 13px;
    color: #f24286;
}
.md-group .select2-selection__placeholder {
    display: none;
}
.featured-search .explore-filter.md-group + .explore-filter:not(.md-group) {
    margin-top: 0 !important;
}
