/*
Theme Name: waller
Theme URI: https://waller.co.il/
Description: liberty WordPress theme example child theme.
Author: Nick
Author URI: https://waller.co.il/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.grecaptcha-badge {
    right: -300px!important;
    opacity: 0!important;
}
h2{
	margin:0;
}
.contact-slide-main,
.bdt-offcanvas-button-wrapper{
    position: fixed!important;
    left: 0;
    top: 40%;
    z-index: 999;
}
.contact-slide-main .elementor-button .elementor-button-text:before{
	content:'\f0e0';
	font-family: FontAwesome;
	display:block;
	font-size: 33px;
}
.after-header-content-inner a {
    font-size: 31px;
    letter-spacing: -1px;
    color:#18033d;
}
.cat-prop {
    position: absolute;
    left: 17px;
    top: 7px;
    background: #10b5e3;
    padding: 0 6px;
	border-radius: 5px;
}
.price-prop {
    position: absolute;
    bottom: 34px;
    left: 17px;
    color: black!important;
    background: white;
    padding: 0 7px;
    border-radius: 5px;
}
.after-header-content {
    height: 115px;
    transition: 0.2s ease-in;
}

.is-sticky .after-header-content {
    height: 85px;
}
.tabs-index.current {
    background: #43074f;
}
.tabs-index.current h2{
    color: white!important;
}


.searchandfilter ul li{
    display:inline-block;
    margin-left:5px;
}
.searchandfilter ul li select{
    /*background:white;*/
    border-radius: 5px;
    color:white;
    border-color:white;
}
.searchandfilter ul li select option{
   color:black; 
}
.searchandfilter ul{
text-align:center;
}
.searchandfilter ul input[type=submit]{
    border-radius:5px;
    background-color:rgb(54, 63, 85);
}



.soldout .bdt-carousel-item.swiper-slide.bdt-transition-toggle.bdt-position-relative:after {
    content: '';
    display: block;
    height: 150px;
    width:100%;
    background-image: url('/wp-content/uploads/2019/07/soldoutw.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top:50%;
    left:0px;
    margin-top:-75px;
    z-index:5;

}

.soldout .bdt-post-grid-desc.bdt-position-center {
    top: unset!important;
    bottom: 0px;
	right: 0;
    transform: none;
}
.soldout span.bdt-carousel-date.bdt-transition-slide-bottom {
    display: none;
}
.soldout .bdt-margin-small-bottom{
	margin-bottom:0!important;
}
.soldout .bdt-carousel-desc {
    text-align: right!important;
    padding: 11px!important;
    transform: none!important;
    background: black;
}

.ofis-tl-item {
    display: inline-block;
    vertical-align: text-bottom;
}

.ofis-tax-list {
    display: table;
}

.ofis-tl-img img {
    transition: all 0.2s ease-in;
}

.ofis-tl-item .ofis-tl-title:before,
.ofis-tl-item .ofis-tl-subtitle:before{
    content: '';
    display: block;
    background: black;
    width: 0px;
    height: 24px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    transition: width 0.2s ease-in-out;
}
.ofis-tl-item .ofis-tl-subtitle:before{
     height: 14px;
}
.ofis-tl-item .ofis-tl-subtitle:before{
    transition-delay:0.05s;
}
.ofis-tl-item:hover .ofis-tl-title:before{
    width: 141px;
}
.ofis-tl-item:hover .ofis-tl-subtitle:before{
    width: 80px;
}
.ofis-tl-item:hover .ofis-tl-title,
.ofis-tl-item:hover .ofis-tl-subtitle{
    color:white;
}
.ofis-tl-title,
.ofis-tl-subtitle {
    position: relative;
    transition: color 0.2s ease-in-out;
	z-index: 1;
}
#scroll-top {
    left: auto;
    right: 20px;
}
@media only screen and (max-width:600px){
	.form01 label {
    width: 100%!important;
}
}