/*
Theme Name: Adifier Child Theme
Author: SpoonThemes
Theme URI: http://demo.spoonthemes.net/themes/adifier/
Author URI: http://themeforest.net/user/spoonthemes
License: GPL 2.0
Template: adifier
License URI: license.txt
Description:  Adifier - Classified Ads WordPress Theme
Version: 1.0
Tags: four-columns
*/



.flex-wrap.flex-gap > * {
    margin-right: 16px;
}

.flex-wrap.flex-gap > *:last-child {
    margin-right: 0;
}

.user-logged-in .hide-user-logged-in {
    display: none;
}

.hidden-user-logged-out {
    display: none;
    visibility: hidden;
}

.hidden-user-logged-out.user-logged-in {
    display: block;
    visibility: visible;
}

.no-pointer-events, .no-pointer-events a {
    pointer-events: none;
}

.no-pointer-events.user-logged-in, .no-pointer-events.user-logged-in a {
    pointer-events: auto;
}

.header-1.sticky-header:not(.author-header) {
    position: absolute;
    left: 0;
    right: 0;
}

.archive.author .header-1.sticky-header:not(.sticky-nav) {
    position: relative;

}

.block {
    display: block;
}

main > .container {
    padding-bottom: 40px;
}



.header-search {
    padding: 15px 15px 0 15px;
}

@media (max-width: 414px) {
    .header-search > div {
        width: 100%;
    }
}


.white-block {
    margin-bottom: 30px;
}

.white-block .white-block {
    margin: 0;
}

.white-block .white-block .white-block-content {
    padding: 0;
}

.single-meta {
    margin-top: 0px;
}


.bottom-sidebar-wrap input[type="text"] {
    background: #000;

}

body .element-categories-list svg, body .element-categories-v-list a:hover svg, body .element-categories-transparent-wrap svg, body .element-categories-table svg, body .widget_adifier_advert_categories a:hover svg, body .header-cats a:hover svg {
    fill: #f5ce00;
}


.bottom-sidebar-wrap {
    font-size: 16px;
}

.menu-widget-menu-container ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.menu-widget-menu-container ul li a {
    font-weight: bold;
}

.advert-list > .flex-wrap > .flex-left {
    width: 30%;
}

.advert-list > .flex-wrap > .flex-right {
    width: 70%;
}

body .advert-media {
    display: block;
    text-align: center;
    padding: 15px;
    height: 150px;
    position: relative;
}

body .advert-media img {
    max-height: 120px;
    width: auto;

}

.advert-list .advert-media {
    padding: 0px;
    margin: 15px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
}

.advert-list .advert-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.gem-small-list .advert-list .white-block-content {
    padding: 15px 30px 15px 0;
}

.gem-small-list .advert-list .advert-item {
    margin-bottom: 30px;
}

.gem-small-list .adverts-list .af-item-wrap {
    display: grid;
}

.gem-small-list .advert-list .excerpt {
    display: none;
}

.gem-small-list .advert-list .advert-media {
    text-align: center;
}

.gem-small-list .advert-list .advert-media img {
    max-height: 120px;
    width: auto;
}

.gem-small-list .advert-list a.text-overflow {
    white-space: normal;
}

@media screen and (max-width: 992px) {
    .gem-small-list .advert-list .af-items-2 .af-item-wrap {
        width: 100%;
    }

}


.price-table-element .purchase-pack,
.price-table-element .price-table-title,
.price-table-element .price-table-price {
    text-shadow: none !important;
    color: #fff !important;
    text-align: center;
}

.silver .price-table-price,
.silver .price-table-title h5,
.silver .price-table-element .af-button {
    background: #C0C0C0;
    background: linear-gradient(to bottom, #C0C0C0 0%, #B1B1B1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C0C0C0), color-stop(100%, #B1B1B1));
    background: -webkit-linear-gradient(top, #C0C0C0 0%, #B1B1B1 100%);
    background: -moz-linear-gradient(top, #C0C0C0 0%, #B1B1B1 100%);
    background: -o-linear-gradient(top, #C0C0C0 0%, #B1B1B1 100%);
    background: -ms-linear-gradient(top, #C0C0C0 0%, #B1B1B1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#B1B1B1', GradientType=0);
    border: 1px solid #A2A2A2;
    box-shadow: inset 0 1px 0 #CFCFCF;
    -webkit-box-shadow: inset 0 1px 0 #CFCFCF;
    -moz-box-shadow: inset 0 1px 0 #CFCFCF;
}

.bronze .price-table-price,
.bronze .price-table-title h5,
.bronze .price-table-element .af-button {
    background: #CD7F32;
    background: linear-gradient(to bottom, #CD7F32 0%, #BE7023 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CD7F32), color-stop(100%, #BE7023));
    background: -webkit-linear-gradient(top, #CD7F32 0%, #BE7023 100%);
    background: -moz-linear-gradient(top, #CD7F32 0%, #BE7023 100%);
    background: -o-linear-gradient(top, #CD7F32 0%, #BE7023 100%);
    background: -ms-linear-gradient(top, #CD7F32 0%, #BE7023 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD7F32', endColorstr='#BE7023', GradientType=0);
    border: 1px solid #AF6114;
    box-shadow: inset 0 1px 0 #DC8E41;
    -webkit-box-shadow: inset 0 1px 0 #DC8E41;
    -moz-box-shadow: inset 0 1px 0 #DC8E41;
}

.gold .price-table-price,
.gold .price-table-title h5,
.gold .price-table-element .af-button {
    background: #D4AF37;
    background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4AF37), color-stop(100%, #C5A028));
    background: -webkit-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -moz-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -o-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -ms-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4AF37', endColorstr='#C5A028', GradientType=0);
    border: 1px solid #B69119;
    box-shadow: inset 0 1px 0 #E3BE46;
    -webkit-box-shadow: inset 0 1px 0 #E3BE46;
    -moz-box-shadow: inset 0 1px 0 #E3BE46;
}

.platinum .price-table-price,
.platinum .price-table-title h5,
.platinum .price-table-element .af-button {
    background: #E5E4E2;
    background: linear-gradient(to bottom, #E5E4E2 0%, #D6D5D3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E5E4E2), color-stop(100%, #D6D5D3));
    background: -webkit-linear-gradient(top, #E5E4E2 0%, #D6D5D3 100%);
    background: -moz-linear-gradient(top, #E5E4E2 0%, #D6D5D3 100%);
    background: -o-linear-gradient(top, #E5E4E2 0%, #D6D5D3 100%);
    background: -ms-linear-gradient(top, #E5E4E2 0%, #D6D5D3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E4E2', endColorstr='#D6D5D3', GradientType=0);
    border: 1px solid #C7C6C4;
    box-shadow: inset 0 1px 0 #F4F3F1;
    -webkit-box-shadow: inset 0 1px 0 #F4F3F1;
    -moz-box-shadow: inset 0 1px 0 #F4F3F1;
}

.silver .price-table-element .af-button:hover,
.bronze .price-table-element .af-button:hover,
.gold .price-table-element .af-button:hover,
.platinum .price-table-element .af-button:hover {
    box-shadow: none;
    background: #000;
    border-color: #000;
}

.price-table-element {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.price-table-element:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

.price-table-content {
    color: #333;
}

.element-categories-list .category-item-count {
    color: #333;
}

.element-categories-list h5 a {
    color: #e8d071;
}

.element-categories-list .af-item-wrap.side_icon_bg:after, .element-categories-list .af-item-wrap.top_icon_bg:after {
    background: #fff;
}

.element-categories-list .category-icon {
    background: #fafafa;
    width: 68px !important;
    height: 68px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    border-radius: 50%;
    -moz-box-shadow: inset 0 0 5px #eee;
    -webkit-box-shadow: inset 0 0 5px #eee;
    box-shadow: inset 0 0 5px #eee;
}

.element-categories-list .category-icon svg {

    width: 36px;
    height: 36px;
}


body .subscription-footer input {
    border: 0;
    background-color: rgba(0,0,0,0.25);
    width: 500px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    mix-blend-mode: overlay;
}

body .subscription-footer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

body .subscription-footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

body .subscription-footer input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

body .subscription-footer .submit-ajax-form {
    background: rgba(0,0,0,0.5);
    mix-blend-mode: overlay;
    cursor: pointer;
    color: #fff;
    text-indent: -9000px;
    width: 60px;
    position: relative;
}

body .subscription-footer .submit-ajax-form::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    border-left: 2px solid rgba(255, 255, 255, 0.7);
    display: block;
    transform: rotate(135deg);
    top: 16px;
    left: 16px;
}

body .subscription-footer .submit-ajax-form:hover {
    background: rgba(0,0,0,0.75);
    color: #fff;
}

body .subscription-footer .submit-ajax-form:hover::before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

body .subscribe-title p {
    display: none;
}


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    color: inherit !important;
}

.bottom-sidebar-wrap .widget .white-block-title h5, .bottom-sidebar-wrap a:hover {
    color: #ffffff !important;
}

.dark-theme, .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 {
    color: #fff;

}

article img {
    width: 100% !important;
}

.text-price {
    color: #fff;
    font-size: 12px !important;
    background: #e8d071;
    padding: 3px 12px;
    margin-right: 12px;
    border-radius: 16px;
}

.text-price.red {
    background: #8b0000;
}

.text-price.gray {
    background: #777;
}


.brand-text {
    color: #8b0000;
}


.black-box,
.yellow-box {
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
}

.black-box {
    background: #000;
}

.yellow-box {
    background: #e8d071;
}

.page-template-page-tpl_simplepage .blog-item-title {
    padding: 0 15px;
}

span.cf-label {
    font-size: 13px;
    color: #aaa;
}

.random-author-ads li > .flex-right {
    width: 100%;
}

.random-author-ads li > a {
    display: none;
}

.white-block.advert-item.advert-list,
.single-advert-main .white-block {
    position: relative;
}

.single-advert-main .top-advert-meta > li {
    float: right;
}

.single-advert-main .single-advert-info {
    margin-top: 15px;
    margin-bottom: 30px;
}


.sold-ribbon {
    position: absolute;
    right: 15px;
    top: -6px;
    padding: 2px 8px 0 8px;
    background: red;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
}

.sold-ribbon:before {
    content: '';
    border-top: 6px solid transparent;
    border-left: 5px solid #b70303;
    top: 1px;
    right: -10px;
    position: absolute;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
}


.single-advert-main .single-advert-info > div {
    position: initial;
}

.single-advert-main .single-price-wrap {
    display: inline-block;
    position: initial;
    vertical-align: middle;
}

.single-advert-main .text-price {
    font-weight: 800;
    font-size: 14px !important;
}

.flex-end, .flex-end > div {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-end;
    align-items: center;
}


.nf-form-fields-required {
    display: none;
}

/* .nf-form-content .field-wrap:not(.checkbox-wrap) .nf-field-label label {    position: absolute;    z-index: 2;    top: 15px;    left: 10px;}*/
/* .nf-form-content input:not([type=button]), .nf-form-content textarea , .nf-form-content select{	 padding-left:126px !important; }*/

.nf-form-content .field-wrap.file_upload-wrap .nf-field-label label {
    top: 9px;
}

.nf-form-content .nf-field-label label {
    font-size: 14px;
    font-weight: 600;
}

.nf-form-content button,
.nf-form-content input[type=button] {
    padding: 0px 30px;
    height: 48px;
    border-radius: 50px;
}

.nf-form-content button:hover {
    background: #e8d071 !important;
    color: #fff !important;
}


.nf-form-content input[type=button] {
    background: #e8d071 !important;
    fonr-weight: 800;
    color: #fff !important;
}

.nf-form-content input[type=button]:hover {
    background: #000 !important;
    color: #fff !important;
}

.checkbox-container.label-right .field-wrap.checkbox-wrap > div {
    width: auto;
}

.nf-error-msg, .ninja-forms-req-symbol {
    font-weight: 800;
}

.nf-error.field-wrap .nf-field-element:after {
    display: none
}

.nf-error .nf-error-msg {
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    line-height: 12px;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    color: #333 !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 0 !important;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5) !important;
}

button.btn.btn-success.nf-fu-fileinput-button {
    float: right;
    margin-left: 10px;
    padding: 0 16px;
    height: 36px;
    font-size: 12px;
}

.list-select-wrap select {
    margin: 0;
    background: transparent !important;
    /* padding-left: 80px !important;*/
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 0;
}

.nf-form-content .list-select-wrap > div div:after {
    font-size: 14px !important;
}

.nf-fu-progress-bar {
    background-color: #e8d071 !important;
}

.nf-fu-progress {
    margin-top: 8px;
}

.nf-form-content {
    padding: 0 !important;
    max-width: 1440px !important;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 20px !important;
}

.nf-form-content .nf-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.checkbox-container label {
    white-space: nowrap;
}

.checkbox-container .nf-field-description a {
    white-space: nowrap;
}

@media screen and (max-width: 1440px) {

    .nf-cell {
        min-width: 50%;
    }
}

.full-width-row .kc_column, .full-width-row .kc_column_inner {
    padding-right: 0;
    padding-left: 0;

}

@media only screen and (max-width: 800px) {
    .nf-form-layout .nf-field-container .nf-field-label {
        margin-bottom: 0px !important;
    }
}


.call-to-action a, .call-to-action a:active {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 30px;
    margin: 6px auto;

}

.call-to-action a:hover {
    background-color: #fff;
    color: #000;
}

.call-to-action.yellow a, .call-to-action.yellow a:active {
    color: #e8d071;
    border: 2px solid #e8d071;
    background: transparent;
    padding: 6px 16px;
    font-size: 14px;
}

.call-to-action.yellow a:hover {
    background-color: #e8d071;
    color: #fff;
}


.hiw-item:nth-child(3n):before, .hiw-item:nth-child(2n):before {
    content: " ";
    width: calc(100% + 45px);
    height: calc(50% + 130px);
    top: -52%;
    border: 2px dotted transparent;
    position: absolute;
    border-radius: 50%;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    left: calc(-50% - 23px);
    z-index: -1;
    border-color: #e8d071 !important;
}

.hiw-item:nth-child(3n):before {
    border-top-width: 2px;
    border-bottom-width: 0;
    top: 4%;
}


.bottom-advert-meta .price {
    color: #000 !important;
}

.cvwp-video-player {
    margin: 25px auto;
}

.white-block-media img {
    width: 100%;
}

body .small-sidebar-close[data-target=".navigation-wrap"] {
    background: #e8d071;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
}


.modal-dialog {
    min-width: 320px;
}

.comment-reply-link {
    display: none;
}

.comment-content-wrap {
    position: relative;
}

.comment-content-wrap::before {
    content: '';
    display: block;
    border: 12px solid transparent;
    border-top: 12px solid #fafafa;
    border-left: 12px solid #fafafa;
    width: 12px;
    height: 12px;
    background: transparent;
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
}

.single-advert-tags .advert-tags {
    top: 10px;
    left: -5px;
    right: auto;
}

.advert-tags > div, .single-advert-tags .advert-tags > div {
    padding: 5px 5px 5px 10px;
    margin: 0;
    border-radius: 0;
}

.single-advert-tags .advert-tags > div:before, .single-advert-tags .advert-tags > div:after {
    content: close-quote;
}

.single-format-video .white-block-media {
    display: none;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}

.nf-multi-cell .nf-cell {
    padding-right: 16px;
}

.nf-multi-cell .nf-cell:last-child {
    padding-right: 0 !important;
}

.nf-multi-cell .nf-cell:first-child:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.layout-view {
    display: none;
}

.form-group .description {
    color: #666;
}

.field_validation_error {
    position: relative;
}

.field_validation_error input,
.field_validation_error .select2-selection .select2-selection__rendered,
.field_validation_error select {
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.5);
    border-color: red !important;
}

.field_error_message {
    font-size: 12px;
    font-weight: 800;
    color: red;
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 4;
    margin-top: 3px;
    background: #fafafa;
}


.category-custom-fields .filter-group.cf_stock_authentication {
    display: none;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .container {
        width: 100%;
    }
}


@media (min-width: 415px) {
    body:not(.page-template-page-tpl_search):not(.page-template-page-tpl_search_map):not(.single-advert):not(.tax-advert-category):not(.tax-advert-location) .page-title {
        padding-bottom: 40px;
    }
}


.avatar-wrap {
    border-radius: 0;
}


.submit-btn-wrap.submit-btn {
    border: none;
    outline: none;
}


.submit-btn.grey-btn, .submit-btn.grey-btn:focus, .submit-btn.grey-btn:active {
    background: #666;
    color: #ffffff;
}

.single-advert-media {
    background: #fff;
    padding: 15px;
}

.single-advert-media .owl-carousel .owl-item img {
    border-radius: 0;
    max-height: 500px;
    width: auto;
    margin: 0 auto;
}


button.slick-arrow {
    line-height: 31px !important;
}

.process-favorites i,
.compare-add i {
    padding: 6px;
    border-radius: 50%;
}

.advert-item .process-favorites i.aficon-heart {
    background: #e8d071;
    color: #fff;

}

@media (max-width: 1024px) {
    .cover-fixed-bg {
        background-attachment: scroll !important;
    }

}

.af-button.dark-red {
    background: #8b0000;
}

.af-button.dark-red:hover {
    background: #e8d071;
}

.page-title {
    margin-top: 124px;
}

.archive.author .page-title {
    margin: 0;
}

main.search-with-map {
    margin-top: 120px;
}


/*fix map tooltips*/

.infoBox {
    max-width: 350px;
    width: 350px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35)
}

.infoBox .scroll-wrapper > .scroll-content {
    width: 350px !important;
}

.scroll-element.scroll-y {
    width: 8px;
}

.infoBox .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
}

.info-box-markers-list {
    max-height: 215px;
    margin: 0px;
    margin-right: 0;
}

.infoBox .advert-media {
    display: block;
    width: 90px;
    padding: 25px 0;
    height: auto;
}

.infoBox .closeInfoBox {
    right: 14px;
    color: #8b0000;
    background: #fff;
}

.info-box-markers-list li {
    padding: 0;
    margin: 0 10px;
    width: calc(100% - 20px);
}

.infoBox > .flex-right,
.info-box-markers-list li > .flex-right {
    padding: 25px 15px;
    width: calc(100% - 90px);
}

.infoBox .adv-title a {
    white-space: inherit;
    overflow: visible;
    text-overflow: initial;
}

.infoBox .bottom-advert-meta .flex-right {
    display: none;
}

.infoBox .advert-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.price span:not(.price-symbol):not(.text-price) {
    margin-right: 0;
}

.no-margin {
    margin: 0 !important;
}

.filters-toggle {
    background-color: #e8d071;
}

.filters-toggle a {
    color: #fff;
}

@media (max-width: 767px) {
    .page-title {
        padding: 10px 0px;
    }

    main {
        margin: 15px 0;
    }

    .white-block {
        margin-bottom: 15px;
    }

    .advert-list .adv-title a.text-overflow {
        white-space: inherit;
    }

    .advert-list .white-block-content {
        padding: 10px;
    }

    .advert-list .bottom-advert-meta {
        line-height: 100%;
    }

    .advert-list .bottom-advert-meta .price {
        font-size: 12px;
    }

    .advert-list .bottom-advert-meta {
        position: inherit;
        display: block;
    }

    .advert-list .bottom-advert-meta > div {
        margin: 0 0 10px 0;
        text-align: right;
    }

    .advert-list .bottom-advert-meta .text-price {
        float: left;
    }

    .advert-list .bottom-advert-meta .flex-right {
        clear: both;
        display: block;
        position: absolute;
        top: 6px;
        right: 6px;
    }

    .advert-list .advert-media {
        height: 110px;
    }

    .single-advert-info > div {
        margin-bottom: 10px;
    }

}


.price-tables p {
    line-height: 115%;
    margin: 0;
    font-size: 14px;
}

.price-tables .price-table-content {
    display: none;
}

.price-tables .price-table-element .af-button:focus,
.price-tables .price-table-element .af-button:active,
.price-tables .price-table-element .af-button {
    margin-top: 40px;
    margin-bottom: 0px;
}

.price-tables .price-table-element:hover,
.price-tables .price-table-element {
    box-shadow: none;
}

.price-tables .price-col > div {
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.price-tables .price-col {
    padding: 0 3px;
}

.price-tables .price-col > div .kc_text_block {
    padding: 0 8px;
}

.price-tables .price-table-title h5 {
    min-height: 58px;
}

.price-tables p {
    line-height: 115%;
    margin: 0;
    font-size: 14px;
}

.price-tables .price-table-content {
    display: none;
}

.price-tables .price-table-element .af-button:focus,
.price-tables .price-table-element .af-button:active,
.price-tables .price-table-element .af-button {
    margin-top: 40px;
    margin-bottom: 0px;
}

.price-tables .price-table-element:hover,
.price-tables .price-table-element {
    box-shadow: none;
}

.price-tables .price-col > div {
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.price-tables .price-col {
    padding: 0 3px;
}

.price-tables .price-col > div .kc_text_block {
    padding: 0 8px;
}

.price-tables .price-table-title h5 {
    min-height: 58px;
}

@media screen and (max-width: 767px) {
    .price-tables .price-col {
        width: 50% !important;
    }
}

@media screen and (max-width: 320px) {
    .price-tables .price-col {
        width: 100% !important;
    }
}

.price-tables p {
    line-height: 115%;
    margin: 0;
    font-size: 14px;
}

.price-tables .price-table-content {
    display: none;
}

.price-tables .price-table-element .af-button:focus,
.price-tables .price-table-element .af-button:active,
.price-tables .price-table-element .af-button {
    margin-top: 40px;
    margin-bottom: 0px;
}

.price-tables .price-table-element:hover,
.price-tables .price-table-element {
    box-shadow: none;
}

.price-tables .price-col > div {
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.price-tables .price-col {
    padding: 0 3px;
}

.price-tables .price-col > div .kc_text_block {
    padding: 0 8px;
}

.price-tables .price-table-title h5 {
    min-height: 58px;
}

.price-tables p {
    line-height: 115%;
    margin: 0;
    font-size: 14px;
}

.price-tables .price-table-content {
    display: none;
}

.price-tables .price-table-element .af-button:focus,
.price-tables .price-table-element .af-button:active,
.price-tables .price-table-element .af-button {
    margin-top: 40px;
    margin-bottom: 0px;
}

.price-tables .price-table-element:hover,
.price-tables .price-table-element {
    box-shadow: none;
}

.price-tables .price-col > div {
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.price-tables .price-col {
    padding: 0 3px;
}

.price-tables .price-col > div .kc_text_block {
    padding: 0 8px;
}

.price-tables .price-table-title h5 {
    min-height: 58px;
}

.price-tables .price-col .purchase-pack {
    display: none;
}

@media screen and (max-width: 767px) {
    .price-tables .price-col {
        width: 50% !important;
    }
}

@media screen and (max-width: 420px) {
    .price-tables .price-col {
        width: 100% !important;
    }
}

.modal-open #purchase.modal.in {
    display: flex !important;
    place-content: center flex-start;
    align-items: center;
}


.purchase-btn .price-table-price,
.purchase-btn .price-table-content,
.purchase-btn .price-table-title {
    display: none;
}

.purchase-btn .price-table-element {
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.purchase-btn .purchase-pack {
    padding: 12px 25px;
    font-size: 18px;
}

.purchase-btn {
    margin: 0 auto;
}

.post-content {
    margin-top: 25px;
}

.ratings.row {
    border-top: 1px solid #eee;
    padding: 25px 0;
    text-align: left;
}

.rating_result {
    margin: 10px 0 0 0;
    text-align: left;
}

.rating-form {
    margin: 0;
    text-align: left;
}

.rating-form h4 {
    font-size: 14px;
    margin-top: 0;
}

div.rating-form form {
    margin: 0;
    display: block;
}


div.rating-form form p {
    margin: 0 10px 10px 0;
    float: left;
}

div.rating-form .mr-star-rating-select .mr-minus {
    color: #888;
    display: none;
}

div.rating-form .mr-star-rating-select .mr-minus:hover {
    color: #333;
}

div.rating-form input[type=button] {
    display: inline-block;
    padding: 0px 15px;
    line-height: 36px;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    background-color: #e8d071;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
}


@media screen and (min-width: 992px) {
    div.rating-form input[type=button] {
        margin: -8px 0 0 0;
        float: right;
    }
}

div.rating-form input[type=button]:hover {
    background-color: #8b0000;
}

.ratings p.message {
    font-size: 13px;
}

.seller-details .user-rating {
    color: #e8d071;
}


.rate_this_author {
    float: none;
    padding: 0px;
    background: transparent;
    border-radius: 0;
    display: block;
    margin: 20px auto;
}

.rate_this_author .showpop {
    display: inline-block;
    padding: 0px 15px;
    line-height: 36px;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    background-color: #e8d071;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
}

.reviews_button_container h2,
.reviews_button_container h3,
.reviews_list_container h2 {
    font-size: 18px !important;
    margin-top: 0;
}

.reviews_button_container {
    float: none;
    margin: 20px auto;

}

.rate_this_author {
    text-align: center;
}


.testimonial_meta {
    border: 0;
    padding: 0;
    margin: 0;
}

.testimonial_comnt {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.stripe-line {
    display: none !important;
}

.testimonial_right {
    padding-left: 10px;
}

.testimonial_left img {
    width: 50px;
    max-width: 100%;
    height: auto;
}

.rate_this_author .showpop:hover,
.af-button.reverse-color {
    background-color: #8b0000;
}

.af-button.reverse-color:hover {
    background-color: #e8d071;
}

.end_user_name {
    float: left;
    font-weight: 700;
}

.white_content {
    min-height: 400px;
    border-bottom: 0 !important;
}


.reviews_button_container .white_content div#review_output {
    padding: 150px 0 !important;
    float: none;
}

.pop_up_form {
    padding: 40px !important;
}

.pop_up_form form#thumbnail_upload {
    margin: 20px 0 0 0 !important;
}

.pop_up_form form input[type="submit"] {
    float: right;
}

.pop_up_form form textarea {
    width: 100% !IMPORTANT;
    background: #fafafa;
    border-radius: 2px;
    border: 1px solid #eee;
    padding: 10px;
}

.pop_up_form .error_msg {
    margin: 10px 0 0 0;
    font-size: 14px;
    text-align: center;
}

.hidepop.textright {
    font-family: 'adifier';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    visibility: hidden;
    content: '';
    margin: 20px 10px;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    color: #888;
}

.hidepop.textright:hover {
    color: #8b0000;
}

.hidepop.textright:before {
    content: '\f00d';
    font-family: "adifier";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    float: right;
}


.reviews_list_container {
    clear: both;
    float: none;
    width: 100%;
}

h5.dash-value .fa-star-o,
h5.dash-value .fa-star-half-o,
h5.dash-value .fa-star {
    font-size: 16px;
}

.dashboard-box h5.dash-value {
    font-size: 20px;
}

h5.dash-value small {
    font-size: 12px;
    font-weight: 400;
}

.contact-seller, .contact-seller:focus, .contact-seller:hover, .reveal-phone, .reveal-phone:focus, .reveal-phone:hover {
    box-shadow: 0 1px 1px #ddd;
}

.seller-name {
    margin-left: 10px;
}

.single-advert .seller-details {
    box-shadow: 0 1px 1px #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.single-advert .seller-details:hover {
    background-color: #fafafa;
}

.seller-details a {
    color: #000;
}

.seller-details a:hover {
    color: #8b0000;
}

.single-advert .online-status {
    margin: 0 0 5px 0;
}

.single-advert .seller-details img {
    padding: 6px;
}

.reviews_button_container .white_content {
    width: 60%;
    max-width: 600px;
    min-width: 300px;
    left: calc(50% - 300px);
}

@media (max-width: 767px) {
    .reviews_button_container .white_content {
        max-width: 90%;
        left: 5%;
    }
}



/*Customize*/

.justify-content-end{
	justify-content:end
}
.flex-wrap.justify-content-end p {
    padding: 0 10px;
    border-right: 1px solid #cfcfcf;
}
.flex-wrap.justify-content-end p:last-of-type {
    border: none;
}
#popmake-309432 .af-heading{
	color:#fff !important
}
.header-search select::placeholder,
.header-search .form-control::placeholder,
.header-search select:not(:checked) ,
.header-search .keyword-wrap:after, .header-search .header-location:after, .header-search .styled-select:after{
	color:#000;
}

.account-btn.header-user-icon,
.pum-open .modal-open .modal,
.pum-open .modal-backdrop.in,
.logged-in .hide-user-logged-in{
	display:none !important
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){
	padding-right:0 !important
}

html.pum-open.pum-open-overlay {
    overflow: auto
}

html.pum-open.pum-open-overlay:not(:has(.logged-in)),
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: hidden;
}

.logged-in #pum-309432,
#pum-309432 .pum-close.popmake-close {
    display: none !important
}

#nf-field-53,
#pum-309432 .nf-table-display {
    width: 100% !important;
}

#pum-309432 .nf-table-display p {
    margin: 0 !important;
    display: none
}


.top-seller-slider .user_item_container img,
.top-buyer-slider .user_item_container img {
	margin-bottom:10px;
	border-radius: 5px !important;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12)
}

#qlwapp.qlwapp-button .qlwapp-toggle {
    height: 80px;
    width: 80px;
}

#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
    margin: 0;
    font-size: 40px;
}

.pum-theme-309424 .pum-container,
.pum-theme-lightbox .pum-container {
    top: 0% !important;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    max-height: 350px;
    padding: 18px;
    border-radius: 3px;
    border: 0px solid #000000;
    box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    background-color: #e8d071;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    color: #333 !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 0 !important;
    box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    line-height: 1.4;

}

.nf-multi-cell .nf-cell {
/*     float: none; */
    padding: 0 5px;
    margin: auto;
}

@media only screen and (max-width: 479px) {

    .pum-theme-309424 .pum-container,
    .pum-theme-lightbox .pum-container {
        left: 0 !important;
        width: 100% !important;
    }

    .af-heading {
        font-size: 20px;
    }
}
.nf-table-display td{
	border-bottom:none !important
}
#nf-form-1-cont	.nf-multi-cell .nf-cell{
	float:left
}

#special-popup.popcontent .modal-content,
#special-popup.popimg .modal-content{
	padding: 0;
}
#special-popup .modal-header{
	margin: 0;
    padding: 0;
}
#special-popup .modal-header a{
z-index: 999;
    border: 1px solid #e8d071;
    background: #e8d071;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
#special-popup .modal-header a{
    font-size: 12px;
}
#special-popup.popimg img{
	width:100%
}
#special-popup.popimg .modal-content{
	border-radius:10px;
	overflow:hidden
}
#special-popup.popcontent .advert-media{
	height:auto;
}
#special-popup.popcontent .advert-media img{
	max-height: none;
    width: 60%;
}
/**** new css ****/


header .logo img {
    height: 80px;
    width: auto;
}

.home main {
    margin-bottom: 0;
}

main {
    margin-top: 80px;
}

@media (min-width: 415px) {
    body:not(.page-template-page-tpl_search):not(.page-template-page-tpl_search_map):not(.single-advert):not(.tax-advert-category):not(.tax-advert-location) .page-title {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

.reviews_button_container,
.rate_this_author {
    float: none;
    margin-top: 20px;
    clear: both;
}

.reviews_button_container .author_rating {
    margin-bottom: 20px;
}

footer .kc-multi-icons-wrapper a {
    background: #e8d071;
}

.dark-theme,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme h1 a,
.dark-theme h2 a,
.dark-theme h3 a,
.dark-theme h4 a,
.dark-theme h5 a,
.dark-theme h6 a,
.dark-theme h1 a:focus,
.dark-theme h2 a:focus,
.dark-theme h3 a:focus,
.dark-theme h4 a:focus,
.dark-theme h5 a:focus,
.dark-theme h6 a:focus,
input[type="submit"],
.dark-theme a,
.dark-theme a:active,
.dark-theme a:focus {
    color: #fff;
}

.subscription-footer .submit-ajax-form {
    padding: 0;
}

.subscription-footer input[type="submit"] {
    border: none;
    width: 100%;
    max-width: 100%;
    border-radius: 0px 50px 50px 0px;
    vertical-align: bottom;
    background-color: #d2bc66;
}

.author .form-group .cf-field:first-child {
    margin-top: 0;
}

.author .form-group input,
.author .form-group .select2-container--default .select2-selection--multiple {
    padding-left: 6px;
}

.styled-select select {
    background: #fff;
    padding: 0 40px 0 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.styled-select:after {
    z-index: 2;
    pointer-events: none;
    text-align: center;
    right: 0;
    background: transparent;
}

.author .default_rating_container {
    display: none;
}

.author-panel .submit-btn {
    border: none;
    margin-left: 12px;
}

.author-panel .list-inline {
    margin-left: 12px;
}

.stripe-line {
    background: none;
    margin-top: 0;
    display: none;
}

.testimonial_comnt,
.testimonial_meta {
    border: none;
    padding: 0 0 0 12px;
    margin: 0;
}

.testimonial_left img {
    height: auto;
}

.author-visited .col-sm-4 h2 {
    font-size: 18px;
    background-color: #fff;
    margin-bottom: 0;
    padding: 30px 30px;
}

.testimonial_loop {
    background-color: #fff;
    margin: 0;
    padding: 15px 30px;
}


.rate_this_author {
    background: #e8d071;
}

.author-panel.dashboard-wrap h2 {
    font-size: 18px;
    background: #fff;
    margin: 0;
    padding: 30px;
}
.subscription-footer,
.rating-item.mr label.description {
    display: none !important;
}

.flex-middle{
	min-height:80px;

}
.flex-middle .kc_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-seller-slider{
	padding: 20px;
	margin: 25px 0;
	list-style: disc;
	color: #000;
}
.top-seller-slider p{
	margin-bottom:0
}
.footer-menu{
	text-align:center
}
.footer-menu li{
	display:inline-block;
	padding:0 15px;
	
}
.footer-menu li > a{
	color:#e8d071;
}
.footer-menu li > a:hover{
	color:#fff;
}
.navigation > li.menu-item > a{
	    background: #133171;
	color:#fff;
	margin-right:5px
}
.navigation > li.menu-item a:hover{
	    color: #e8d071;
}

.p-no-space p {margin:0}

.btn-holder{
	padding: 0 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

@media(max-width:991px){
	.flex-wrap.justify-content-end p {
padding: 0 7px;
    font-size: 12px;
}
}

@media(max-width:768px){
	.flex-wrap.justify-content-end  {
display:none
}
}


.home main{
    margin-top: 80px;
}

/* 
#weekly-section .kc-wrap-columns{
	    gap: 20px;
     width: 100%; 
    flex-direction: row;
    flex-wrap: nowrap;
} */
