/*
Theme Name: Listingpro Child theme of listingpro
Theme URI: 
Description: Child theme of listingpro theme for the Listingpro theme
Author: <a href="https://themeforest.net/user/cridiostudio">Team of CridioStudio</a>
Author URI: 
Template: listingpro
Version: 2.0.6
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 17 Oct 2018 10:53:54 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.search-location-rang-btn {
    position: absolute;
    right: 8px;
    padding: 0;
    border: none;
    background: transparent;
    color: #42bf37;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 200;
}
.search-location-rang-btn .search-location-rang-wrapper {
    width: 230px;
    position: absolute;
    right: -22px;
    background: white;
    z-index: 20;
    top: 48px;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 10px #22844338;
    border: 1px solid #42bf37;
}
.search-location-rang-btn .search-location-rang-wrapper:before {
    content: "\f0d8 ";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: -22px;
    font-size: 25px;
    color:#42bf37;
}
.search-location-rang-btn .search-location-rang-wrapper .close-location-range {
    position: absolute;
    right: 15px;
    top: 7px;
    color: #ffffff;
}
.search-location-rang-wrapper h3 {
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    padding: 10px 15px;
    text-align: left;
    font-size: 12px;
    background: #42bf37;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 7px 7px 0 0;
}
.search-location-rang-wrapper p {
    line-height: normal;
    margin: 10px 0 10px 0;
    text-align: left;
    padding: 0 14px;
    font-size: 12px;
    font-weight: bold;
}
.search-location-rang-btn .search-location-rang-wrapper input[type="range"] {
    width: calc(100% - 30px);
    margin: 0 auto;
}
.search-location-rang-btn .search-location-rang-wrapper .submit-range-form {
    background: #42bf37;
    display: inline-block;
    border: none;
    padding: 4px 15px 6px 15px;
    color: #ffffff;
    line-height: normal;
    border-radius: 3px;
}
.post-with-map-container-right .list_view font.btn.btn-default.location-distance-tag {
    background: #27c21c !important;
    opacity: 1;
    position: absolute;
    padding: 4px 10px;
    border: none;
    font-size: 11px;
    color: #ffffff;
    margin: 3px 0 0 0;
    right: 25px;
    bottom: 10px;
}
input[type=range] {
    box-sizing: border-box;
    font-size: 16px;
    height: 12px;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin-top: -7px;
    background-color: #228443;
    border-radius:100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    margin-top: -7px;
    background-color: #228443;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    margin-top: -7px;
    background-color: #228443;
    border-radius:100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  input[type=range]:hover::-webkit-slider-thumb {
    border-color: #42bf37;
  }
  input[type=range]:hover::-moz-range-thumb {
    border-color: #42bf37;
  }
  input[type=range]:hover::-ms-thumb {
    border-color:#42bf37;
  }
  input[type=range]:active::-webkit-slider-thumb {
    border-color: #42bf37;
  }
  input[type=range]:active::-moz-range-thumb {
    border-color: #42bf37;
  }
  input[type=range]:active::-ms-thumb {
    border-color: #42bf37;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    height: 5px;
    border-radius:10px; 
    background-color: #42bf37;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    cursor: pointer;
    height: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background-color:transparent;
  }
  input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
  }

  @media all and (max-width:991px){
    .lp-grid-box-contianer.list_view {
        float: left;
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
  }
  @media all and (max-width:980px){
    .lp-grid-box-contianer.list_view .lp-grid-box {
        margin-bottom: 0 !important;
    }
    .list_view .lp-grid-box-left.pull-left>p {
        width: calc(100% - 43px);
    }
  }

.submit-loaction-filter {
    background: #42bf37;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #ffffff;
    width: 75px;
    margin: 0 auto 10px;
    clear: both;
    padding: 4px 0;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}