/*background-image:url('./images/svg/blog_search_open_arrow.svg');
background-image:url('./images/svg/blog_search_close_arrow.svg');
*/
body .wpc-filter-title button .wpc-open-icon	{background-image:url('../images/blog_search_close_arrow.svg');width: 32px; height: 32px;}
body .wpc-filters-section.wpc-filter-layout-checkboxes.wpc-opened .wpc-filter-title button .wpc-open-icon	{background-image:url('../images/blog_search_open_arrow.svg');}
body .wpc-filter-title button {
  cursor: pointer;
  text-align: left;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.wpc-filters-widget-wrapper	{display:flex;}

body.blog .wpc-filters-widget-wrapper ul.wpc-filters-checkboxes {
  padding: 16px;
  box-shadow: 0px 4px 20px 0px #0003;
  position: absolute;
  background-color: #FFF;
  max-height: 550px;
  overflow-y: auto;
}

body.blog .wpc-filters-widget-wrapper ul.wpc-filters-checkboxes li.wpc-checkbox-item {list-style-type: none;margin-top: 12px; margin-bottom: 12px !important; margin-left: 24px !important; margin-right: 24px;}
body.blog .wpc-filter-header .wpc-filter-title button	{display:flex;}
body.blog .wpc-filter-header .wpc-filter-title button .wpc-wrap-icons	{width:100%;}

/* hide native checkbox */
.wpc-filters-widget-wrapper .wpc-checkbox-item input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* label clickable */
.wpc-filters-widget-wrapper .wpc-checkbox-item label {
    display: block;
    cursor: pointer;
    margin: 0;
}

/* wrapper */
.wpc-filters-widget-wrapper .wpc-checkbox-item .custom-term {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 24px;
    padding-left: 36px;
}

/* default box */
.wpc-filters-widget-wrapper .wpc-checkbox-item .custom-term::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    
    /* UNCHECKED SVG */
background-image:url('../images/vlog_checkbox_unchecked.svg');}

/* CHECKED SVG */
.wpc-filters-widget-wrapper .wpc-checkbox-item.active .custom-term::before {
background-image:url('../images/vlog_checkbox_checked.svg');}

/* text */
.wpc-filters-widget-wrapper .wpc-checkbox-item .tv_blog_filter {
    line-height: 1.3;
}
		
@media screen and (min-width: 1200px) {
	body .wpc-filter-title {width:297px;}
  body .wpc-filters-section {
    margin-right: 75px;
    margin-left: 38px;
  }
}
body .wpc-filters-section {
  max-width: 40%;
  width: 40%;
  margin-bottom: 1rem;
}

.wpc-filters-section.wpc-closed .wpc-filter-content {
    display: none;
}

.wpc-filters-section.wpc-opened .wpc-filter-content {
    display: block;
}

.wpc-filter-title button {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
}

.clear_industry,
.clear_services {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}



.tv_blog_filter {
    cursor: pointer;
}

/* when loading is active */
.tv-ajax-filter-wrap.tv-loading::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9998;
}

/* spinner */
.tv-ajax-filter-wrap.tv-loading::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    border: 4px solid #ddd;
    border-top-color: #0057ff;
    border-radius: 50%;
    animation: tv-spin 0.8s linear infinite;
    z-index: 9999;
}

/* animation */
@keyframes tv-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


#tv-selected-filters {
    margin-top: 16px;
}

.tv-selected-filter-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 30px;
}

.tv-selected-filter-remove {
    font-weight: bold;
}

.blog .tv-selected-filter-item {
  padding: 8px 24px 8px 24px;
  width: fit-content;
  margin-right: 12px;
  border-radius: 8px;
  border: 1px solid #02AE24;
  cursor:pointer;
  box-shadow: 0px 4px 8px 0px #00000029;
  display: inline-block;
}
.blog .tv-selected-filter-item .close_chip { display: inline-block; font-size: 1.25em; margin-right: 8px; vertical-align: middle; }

/* Tags */
#tv-selected-filters .tv-selected-filter-item[data-tax="post_tag"] {

}

/* Categories */
#tv-selected-filters .tv-selected-filter-item[data-tax="category"] {
   background-color: #ECFEE7;
}

@media screen and (max-width:  1200px) {
	body .wpc-filters-section { max-width: 265px; margin-right: 75px; }
}

@media screen and (max-width:  768px) {
	body.blog .wpc-filters-widget-wrapper	{display:block;}
	body .wpc-filters-section { max-width: 100%; width:100%; margin-right: 0px; margin-bottom: 25px;}
	body.blog .wpc-filters-widget-wrapper ul.wpc-filters-checkboxes	{position:relative;}
	
}



