/*
Theme Name: Classified Listings Pro
Theme URI: https://www.vwthemes.com/themes/classified-wordpress-theme/
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.3
Requires at least: 5.2.4
Requires PHP: 5.2.4
Tested up to: 7.4
License: GNU General Public License
License URI:license.txt
Text Domain: classified-listings-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Theme Name: Classified Listings Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2021.
 WordPress Theme is released under the terms of GNU GPL
*/

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #2979A3;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --font-nato: 'Noto Sans', sans-serif;
}
html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  color: var(--color-black);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  font-family: var(--font-nato);
  overflow-x: hidden;
  background-color:var(--color-white);
  color:var(--color-black);
  font-family: var(--font-nato);
  margin: 0 auto;
}
body a {
  text-decoration: none;
}
section img {
  max-width: 100%;
}
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
textarea {
  padding: 5px;
  width: 100%;
}
a:hover {
    color: var(--color-red);
}

.comment-author-admin span,
.logged-in-as a {
  font: 400 14px/20px var(--font-nato);
}
.logged-in-as a:hover {

}
h6 {
  font: 16px/28px var(--font-nato);
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
h1 {
  color: var(--color-black);
}
input[type=search] {
  padding: 6px 2px 6px 10px;
  font-size: 15px;
  margin-bottom: 0px;
  color: #6c6c6c;
  width: 100%;
}
input[type=search]:focus{
  outline:none;
  box-shadow: none;
}
ol,ul {
  padding-left: 0;
}
.comment-author-admin a {
  font: 400 14px/20px var(--font-nato);

}
.comment .comment-meta {
  margin-top: 2%;
  display: none;
}
.comment .reply {
  margin-bottom: 2%;
}
.vw-scroll {
  background-attachment: scroll;
}
.vw-fixed {
  background-attachment: fixed;
}
.blog #vw-header-menu {
  position: static;
  background: var(--color-black) !important;
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  border: unset;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  border: unset;
}
.nav-tabs {
  border-bottom: unset !important;
}
.nav-tabs .nav-link {
  margin-bottom: unset !important;
}
.nav-link {
  transition: unset !important;
}

.theme_button {
  font: 600 18px/22px var(--font-nato);
  text-align: center;
  padding: 13px 40px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: var(--color-white);
  background-color: var(--color-blue);
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease 0s;
}

.theme_button:hover {
  color: var(--white);
}

.theme_button:before,.theme_button:after,.theme_button span:before,.theme_button span:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-yellow1);
  opacity: 0.6;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease 0.2s;
}
.theme_button:after {
  opacity: 1;
  z-index: -2;
  transition: all 0.4s ease 0.3s;
}
.theme_button span:before,.theme_button span:after {
  opacity: 0.4;
  z-index: -2;
  transition: all 0.4s ease 0.1s;
}
.theme_button span:after {
  opacity: 0.2;
  transition: all 0.4s ease 0s;
}
.theme_button:hover:before,.theme_button:hover:after,.theme_button:hover span:before,.theme_button:hover span:after {
  top: 0;
}
.accordion-item {
  background-color: #fff;
  border: none;
}
.accordion-button {
  background-color: #f2F2F2;
  box-shadow: none;
  border: none;
  padding: 20px 50px;
  margin: 4px 0;
}
.accordion-button {
  border-bottom: 4px solid rgba(40, 71, 125, 1);
  color: var(--color-blue);
  font-weight: bold;
  background-color: #f2F2F2;
}
.accordion-button:not(.collapsed) {
  border-bottom: 0px solid transparent;
  color: var(--color-primary) !important;
  font-weight: bold;
  background-color: transparent !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-item {
  margin: 20px auto;
  border-top: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 3px 3px 6px #00000029;
}
.accordion-button:not(.collapsed),.accordion-button:hover {
  color: var(--color-blue);
}
.accordion-body {
  font-weight: 500;
}

.accordion{
  --bs-accordion-btn-icon:none !important;
  --bs-accordion-btn-active-icon:none !important;
}
#accordion .accordion-button{
  font-size: 22px;
  font-weight: 500;
}
#accordion .accordion-button:not(.collapsed)::after {
  /* background-image: url("assets/images/Icon-arrow-.svg") !important; */
  /* transform: rotate(-180deg); */
  content: '\f068';
  color:var(--color-primary);
  margin-top: 10px;
}
#accordion .accordion-button::after {
  flex-shrink: 0;
  /* width: 1.25rem;
  height: 1.25rem; */
  margin-left: auto;
  /* content: "";
  background-image: url("assets/images/Icon-arrow--1.svg") !important; */
  /* background-repeat: no-repeat;
  background-size: 1.25rem; */
  transition: transform .2s ease-in-out;
  content: '\2b';
  top: 0;
  transition: .5s;
  right: 0;
  font-family: 'font awesome 6 free';
  font-size: 16px;
  font-weight: 900;
  margin-top: -8px;

}
#vw-sidebar .widget {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px dashed #A1A1A1;
  border-radius: 25px;
}
#vw-sidebar .widget h2 {
  font: 400 28px/50px var(--font-nato);
  color: var(--color-black) !important;
  margin-bottom: 8%;
}
#vw-sidebar .widget h2:after {
  display: block;
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  margin-top: 0;
  background-color: var(--color-primary);
}
#vw-sidebar ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#vw-sidebar a {
  font: 500 14px/24px var(--font-nato);
  color: var(--color-black);
  align-self: center;
}
#vw-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
  border-bottom: 1px solid #000 !important;
}
#vw-sidebar label {
  display: none;
}

#vw-sidebar button[type=submit],.search [type=submit] {
  color: var(--color-white);
  padding: 5px 10px;
  font-size: 15px;
  background: var(--color-primary);
  border: unset !important;
  letter-spacing: 1px;
  font-weight: 500;
  height: 44px;
  font-family: var(--font-nato);
  border-radius: 6px;
}
#vw-sidebar button[type=submit]:hover,.search [type=submit]:hover{
    background:#222;
}
#vw-sidebar li img {
  width: auto !important;
}
#vw-sidebar .widget li {
    position: relative;
    padding-left: 15px;
}
#vw-sidebar .widget li:after {
    content: "";
    position: absolute;
    top: 17px;
    left: -3px;
    width: 8px;
    height: 9px;
    border-radius: 70px;
    border-radius: 250px 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(222 57 96 / 50%)),to(#d94568));
    background: linear-gradient(to right,rgb(0 123 160),#007ba000);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-70deg);
    transition: all .3s ease-in-out!important;
}
#vw-sidebar .widget li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 3px;
    width: 8px;
    height: 9px;
    border-radius: 70px;
    border-radius: 250px 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(222 57 96 / 50%)),to(#d94568));
    background: linear-gradient(to right,rgb(0 123 160),#007ba000);
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
    transition: all .3s ease-in-out!important;
}
.wp-block-latest-comments__comment{
  padding-top: 8px;
}
/*-------------*/
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 99;
  background-color: var(--color-primary);
}
#return-to-top i {
  color: var(--color-white);
  position: relative;
  top: 13px;
  padding: 0px 18px;
  font-size: 23px;
  transition: all 0.3s ease;
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button:hover {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.woocommerce a {
  font: 600 16px var(--font-nato);

}
.woocommerce-account .addresses .title h3 {
  color: var(--color-white) !important;
}
/*.woocommerce li {
  padding: 10px;
}*/
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
  padding: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 6%;
}
.single-product span.onsale {
  display: none;
}
.woocommerce-shop span.onsale {
  top: 16px !important;
  right: 15px !important;
  padding: 2px 9px !important;
  line-height: unset !important;
  min-height: unset !important;
  min-width: unset !important;
  border-radius: unset !important;
  background-color: var(--color-red) !important;
}
.woocommerce-page ul.products li.product {
  transition: all .6s ease-in-out;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 5px 5px 10px 5px;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.woocommerce-ordering select {
  font: 700 14px/25px 'Sen', sans-serif;
  letter-spacing: 1px;
  border: none;
  border-bottom: 2px solid #e5e5e5!important;
  background-color: transparent!important;
  border-radius: 0!important;
  -webkit-transition: border-color cubic-bezier(.25, .46, .45, .94) .15s;
  -o-transition: border-color cubic-bezier(.25, .46, .45, .94) .15s;
  transition: border-color cubic-bezier(.25, .46, .45, .94) .15s;
  padding: 8% 0;
  margin-top: -15%;
}
.woocommerce .loader::before{
  display: none !important;
}
/*Loader*/
#custom_preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:var(--color-primary);
  z-index: 999999;
  height: 100%;
}
.spinner{
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  animation: zoom-in-zoom-out 1s ease infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(2, 2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.line{
  background-color: white;
  width: 7px;
  height: 40px;
  margin: 0px 5px;
  border: none;
  animation: size 1s infinite linear;
  border-radius: 20px;
}

.line-1{
  animation-delay: 0.60s;
}
.line-2{
  animation-delay: 0.30s;
}
.line-3{
  animation-delay: 0s;
}
.line-4{
  animation-delay: 0.30s;
}
.line-5{
  animation-delay: 0.60s;
}
 var(--color-primary)
@keyframes size{
  0%{
      height: 40px;
  }
  25%{
      height: 60px;
  }
  50%{
      height: 90px;
  }
  75%{
      height: 60px;
  }
  100%{
      height: 40px;
  }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  color: #000;
  font-weight: 500;
}
.newsletter-box .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  color: #fff;
  font-weight: 500;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: var(--color-red);
}
.home .outer-footer #newsletter{display: none;}

/* after login page*/
.woocommerce-account .woocommerce-MyAccount-navigation{
  background-color: #fff;
  padding: 30px 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  color:var(--color-black);
  font-size: 20px;
  line-height: 30px;
}
.woocommerce-MyAccount-content{
  background-color: #fff;
  padding: 30px 10px;
}
.woocommerce-MyAccount-content p{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  color:#000;
}
.woocommerce-MyAccount-content p a{
  color:#000;
  text-decoration: underline;
}
.watchlist-alert{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: end;
    text-align: center;
    right:0;
    margin-top:100px;
}
.watchlist-alert .modal{
    position: relative;
    display: block;
    width: 220px;
    height: 50px;
    color: var(--color-white);
    pointer-events: auto;
    background-color: #201e1ea6;
}
.watchlist-alert .modal h4{
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
}
.single-author-image img {
    width: 20%;
    border-radius: 50%;
    margin-right: 20px;
}
// admin css
#login {
    top: 16%;
   background: rgba(255, 255, 255, 0.1);
}
.login form {
    background: rgb(35 32 32 / 10%);
}

/* json css*/
.left-side-home-classified-json{
  margin-top: 20% !important;
}
.right-side-home-classified-json{
  margin-top: 20% !important;
}
.cat-img-classified .img-box-classified {
    background: var(--color-white);
    box-shadow: 2px 2px 6px #00000029;
    border-radius: 10px;
    padding: 20px;
}
.ads-feature-classified-json .ive-tabs-id_d28a0f-8d .ive-tabs-content-wrap {
  border-width: 0px;
  margin-top: 20px;
}
.feature-box-classified-json{
  position: relative;
  background: var(--color-white);
  box-shadow: 2px 2px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.feature-tag-classified-json {
  position: absolute;
  top: 0;
  margin: 20px 10px;
  border-radius: 6px;
}
.feature-tag-classified-json .ive-advanced-text-wrap{
  border-radius: 6px;
}
.wishlist-classified-json{
    position: absolute;
    top: 0;
    margin: 20px 20px;
    right: 0;
}
.category-classifiied-json{
  position: absolute;
  top: 0;
}
.category-classifiied-json .ive-advanced-text-wrap{
  border-radius: 6px;
}
.view-more-classified-btn{
  position: absolute;
  bottom: 0;
}
.feature-tabs-classified-json .ive-tabs-title-list{
  float: right;
  margin-top: -100px;
}
.feature-tabs-classified-json .wp-block-ive-tabs .ive-tabs-title-list li.ive-tab-title-active .ive-tab-title{
  border-color:transparent;
  background-color: #2979a3;
  color:#fff;
}
.feature-tabs-classified-json .wp-block-ive-tabs .ive-tabs-title-list li{
  color: #2979a3;
  font-weight: 600;
  font-size: 18px;
  padding: 0px 10px;
}
.process-box-classified-json{
    box-shadow: 3px 3px 10px #00000029;
    border-radius: 15px;
    opacity: 1;
    margin: 0px 60px !important;
    padding: 10px;
    text-align: center;
}
.process-working-icon-classified-json img{
  width: 70px !important;
  height: 70px !important;
  margin:0 auto;
}
.line-arrow-classified-json img{

  width: 100%;
  margin-top:-39%;
}
.number-work-classified-json {
  margin-top:-50px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 3px 3px 10px #00000029;
}
.number2-work-classified-json {
  margin-bottom:-50px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 3px 3px 10px #00000029;
}
.advertisement-classified-json-img{
  position: relative;
}

.location-box-classified-json {
  background: #fff;
  box-shadow: 0px 3px 8px #00000029;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.location-count-classified-json{
    position: absolute;
    right: 0;
    background: var(--color-primary);
    padding: 10px 20px;
    border-bottom-right-radius: 10px;
    color: #fff;
    bottom: 0;
    font-weight: 600;
}
.location-count-classified-json p{
  margin-bottom: 0px;
}
.data-list-classified-json .wp-block-media-text__media{
  background: #fff;
    box-shadow: 2px 2px 6px #00000029;
    border-radius: 15px;
    opacity: 1;
    margin-right: 10px;
    padding: 6px 6px 0px 6px;
}
.why-choose-classified-json-right{
  margin-top: 10% !important;
}
.wp-block-ive-carousel.alignnone.testimonial-arrow-classified-json .owl-nav {
  left: auto !important;
  margin: inherit !important;
}
.wp-block-ive-carousel.alignnone.testimonial-arrow-classified-json .owl-nav .owl-prev.disabled,
.wp-block-ive-carousel.alignnone.testimonial-arrow-classified-json .owl-nav .owl-next.disabled {
 background-color:#2979a3 !important ;
 color:#fff !important;
}
.wp-block-ive-carousel.alignnone.testimonial-arrow-classified-json .owl-nav button.disabled i {
  color:#fff !important;
}
.testimonial-arrow-classified-json .ibtana-blocks-gallery-item-inner .ive-gallery-image-ratio-land32 img{
  width: 40px !important;
  height: 40px !important;
  margin-left: 10px;
}
.testimonial-arrow-classified-json .ibtana-blocks-gallery-item-inner .ive-gallery-image-ratio-land32 {
  padding-bottom: 24.67% !important;
}

.pricing-plan-classified-json{
  box-shadow: 0px 3px 10px #00000029;
    background: #fff;
    border-radius: 20px 20px 0px 0px
}
.header-price-plan-classified-json{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px 20px 0px 0px !important;
}
.post-item{
   background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 10px #00000029;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.post-image img{
  border-radius: 20px;
}
.post-image {
  position: relative;
}
.ive_latest_post_date_img {
  position: absolute;
  right: 0;bottom:0;
  background-color: #2979A3;
  color:#fff;
  padding: 10px;
  border-bottom-right-radius: 20px;
}
.ive_latest_post_date_img .post-meta-content {
  color:#fff;
  font-size: 16px !important;
}
.ive-inner-post-content{
  display: flex;
  flex-direction: column;
}
.ive-inner-post-content .post-title{
  order:1;
}
.ive-pt-btn{
  order:3;
}
.post-meta{
  order:2;
}
.post-meta-content {
  font-size: 16px !important;
}
.ive_latest_post_comments .post-meta-content{
  color:#000;
}

@media screen and (max-width: 1366px) and (min-width: 1200px){
  .feature-box-classified-json .ive-advanced-text-wrap h5 {
    font-size: 14px;
  }
  .feature-box-classified-json .wp-block-columns.is-layout-flex {
    column-gap: 20px;
  }
  .feature-box-classified-json .ive-advanced-text-wrap h6 {
    font-size: 12px;
  }
  .process-box-classified-json .ive-advanced-text-wrap h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px){

  .cat-img-classified .ive-advanced-text-wrap h5, .cat-img-classified .ive-advanced-text-wrap p{
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.cat-img-classified {
    flex-basis: 20%!important;
  }
  .cat-img-classified .ive-advanced-text-wrap h5, .cat-img-classified .ive-advanced-text-wrap p{
    font-size: 14px;
  }
  .feature-tabs-classified-json .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.feature-box-classified-json{
    flex-basis: 40%!important;
  }
  .feature-box-classified-json .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: 30%!important;
  }
  .feature-box-classified-json .ive-advanced-text-wrap p {
    padding: 0px 10px;
  }
  .category-classifiied-json .ive-advanced-text-wrap h2{
    padding: 0px 10px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.process-box-classified-json {
    flex-basis: 30%!important;
  }
  .process-box-classified-json{
    margin:0px 0px !important;
  }
  .line-arrow-classified-json img{
    display: none !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.feature-box-classified-json {
    flex-basis: 45%!important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.pricing-plan-classified-json{
    flex-basis: 30%!important;
  }
}
@media (max-width: 767px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.cat-img-classified {
      flex-basis: 40%!important;
  }
  .feature-tabs-classified-json .ive-tabs-title-list {
    float: inherit;
    margin-top: 0px;
    justify-content: center;
  }
  .feature-box-classified-json .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: 43%!important;
  }
  .feature-box-classified-json .ive-advanced-text-wrap h5 {
    font-size: 14px;
  }
  .feature-box-classified-json .wp-block-columns.is-layout-flex {
    column-gap: 20px;
  }
  .feature-box-classified-json .ive-advanced-text-wrap h6 {
    font-size: 12px;
  }
  .feature-box-classified-json .ive-advanced-text-wrap h4 {
    font-size: 14px;
  }
  .feature-box-classified-json .ive-advanced-text-wrap p {
    padding: 0px 10px;
  }
  .category-classifiied-json .ive-advanced-text-wrap h2{
    padding: 0px 10px;
  }
  .process-box-classified-json{
    margin: 0 25px !important;
  }
  .number-work-classified-json {
    margin-top: -40px;
  }
  .location-box-classified-json .wp-block-media-text__media{
   margin: 0 auto;
   justify-content: center;
   width: 50%;
  }
  .data-list-classified-json .wp-block-media-text__media{
    margin: 0 auto;
    justify-content: center;
    width: 50%;
   }
   .line-arrow-classified-json img{
    display: none !important;
  }
}
