strong {
    color: inherit !important;
}

.hero {
    /*background: rgba(37, 38, 39, 0.67) url(https://ssl.cdn-redfin.com/v145.2.1/images/homepage/banners/TV_LA_Home_Desktop.jpg);*/
    /*background: rgba(37, 38, 39, 0.67) url('<?php echo get_template_directory_uri();?>/images/hero-img.jpg');*/
    background-size: cover !important;
    height: 600px;
    background: linear-gradient(
            rgba(0, 0, 0, -1),
            rgba(0, 0, 0, 0.5)
    ),url('../images/hero-img.jpg') no-repeat;
    padding-top: 10px;
}

.navbar-toggle {
    float: none;
}

.mobile-menu .icon-bar{
    background: black;
}

.icon-bar {
    background: white;
}

.navbar-nav li a:hover {
    background: none;
    color: #eaeaea;
}

.nav li a {
    color: white;
}

.jumbotron h1 {
    color: white;
    font-size: 4.5rem;
    font-family: 'phrfont';
    margin-top: 0px;
    font-weight: 600;
}

.phr-center-container {
    padding: 26px;
}

.search-box {
    height: 50px;
    font-family: 'phrfont';
    font-size: medium;
}

.search-button {
    height: 50px;
    width: 60px;
    background: #c82021;
    border: 0px;
}

.search-button:hover {
    background: red;
}

.search-button span {
    color: white;
}

.input-area {
    padding-left: 0px;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

/*.nav-tabs:not(:first-child) li{
        margin-left: 10px;
}*/

.nav-tabs li a {
    font-size: 2rem;
    background: none !important;
    border: none !important;
    color: white !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}

.nav-tabs .active {
    border-bottom: 3px solid white;
    font-weight: 600;
}

.input-group input {
    border-radius: 0px;
}

.bottom-text-desc {
    color: white;
    padding-top: 30px;
}

.bottom-text-desc .row {
    color: white;
}

.bottom-text-desc .row h4 strong {
    color: white;
}

.bottom-text-desc .row h4 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bottom-text-desc .row h5 {
    margin-top: 6px;
    font-size: 17px;
}

.container-wide {
    text-align: center;
    font-family: 'phrfont';
    padding: 20px 0px 60px 0px;
    border-bottom: 1px grey solid;
}

.phr-button {
    padding: 12px;
    font-size: 18px;
    background: none;
    border: 1px solid grey;
}

.slider-labels .text-left, .text-right {
    padding-left: 0px;
    padding-right: 0px;
}

.marketing-section-title {
    font-size: 35px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    font-family: phrfont;
    margin-bottom: 0px;
}

.marketing-section-subtitle {
    font-family: phrfont;
    color: #5c060e;
    font-weight: 700;
    margin-top: 0px;
}

input[type=range] {
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    height: 54px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    outline: 0;
    -moz-transform: translateY(0px);
    z-index: 999;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 1px;
    background: #000;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 54px;
    width: 48px;
    margin-top: -30px;
    background-image: url('../images/slider-thumb.png');
    background-color: transparent !important;
}

input[type=range]::-moz-range-thumb{
    -webkit-appearance: none;
    border: none;
    height: 54px;
    width: 48px;
    margin-top: -30px;
    background-image: url('../images/slider-thumb.png');
    background-color: transparent !important;
}

.value-circle {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background: #e2e2e2;
    top: 50%;
    left: 50%;
    z-index: -1;
    position: relative;
    margin-left: -110px;
}

.value-circle .top-text {
    font-size: 25px;
    padding-top: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.value-circle .text-value {
    font-size: 71px;
    margin-top: 0px;
}

.value-circle .desc {
    position: absolute;
    width: 375px;
    margin-left: -75px;
    font-size: 26px;
    margin-top: 0px;
}

output {
    position: absolute;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    bottom: 75px;
    margin-left: -64px;
    z-index: 30;
    color: #5c060e;
}
#mbl-menu{
    height: 200px;
    width:200px;
    display: none;
    position: absolute;
    background-color: #000000;
}

.drawer-menu{
    padding-top: 15px;
}

.drawer-menu li{
    font-size: 15px;
    font-family: phrfont;
    padding: 4px;
}

.property-box{
    padding: 2px !important;
    text-shadow: 1px 1px black;
}

.property-box:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.property-box:hover .box-cashback{
    background: rgba(200, 32, 33, 1);
    transition: background 2ms;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.property-box img{
    position: relative;
    width: 100%;
    max-height: 200px;
    height: 200px;
    filter: brightness(70%);
}

.property-box .box-cashback{
    position: absolute;
    top: 0px;
    right: 2px;
    color: white;
    text-align: right;
    font-size: 18px;
    margin-top: 5px;
    width: 56%;
    background: rgba(200, 32, 33, 0.72);
    padding: 10px 12px 10px 0px;
    font-family: phrfont;
}

.property-box .box-cashback span{
    font-weight: 700;
}

.property-box .box-newlisting{
    position: absolute;
    top: 0px;
    background: #29778e;
    color: white;
    text-shadow: 1px 2px black;
    padding: 5px;
    width: 99%;
    text-align: center;
}

.property-box .box-text{
    position: absolute;
    width:97%;
    color: white;
    text-align: left;
    padding-left: 10px;
    bottom: 0px;
    font-family: phrfont;
}

.property-box .box-text .side-left{
    padding: 0px !important;
}
.property-box .box-text .side-left #p-price{
    font-weight: bold;
}
.property-box .box-text .side-right{
    padding-right: 0px;
}
.property-box .box-text .side-right .box-row span{
    margin-left: 10px;
}
.property-box .box-text .side-left h4,h5,h6{
    margin: 0px !important;
}

/*Search CSS*/
.p-input{
    border-radius: 0px !important;
    height: 45px;
    margin: 0px;
    padding: 10px;
    font-family: phrfont;
}
.cform-label h4{
    margin-bottom: 0px;
}
#cform-tarea{
    border-radius: 0px !important;
    height: 100px;
    resize: none;
}
#cform-subbtn{
    height: 50px;
    font-size: 20px;
    background: #c82021;
    color: white;
    font-weight: 600;
    margin-top: 18px;
}

.video-adver{
    background: url('../images/video-bg.png');
    height: 500px;
    background-size: 100% 100%;
    padding-top: 37px;
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 53px;
}

.daily-listing-box{
    text-align: center;
    background: #c82021;
    color: white;
    float: right;
    cursor: pointer;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .jumbotron h1 {
        color: white;
        font-size: 10vw;
        font-family: 'phrfont';
        margin-top: 0px;
        font-weight: 600;
    }

    .video-adver{
        height: 225px;
        padding-top: 16px !important;
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-bottom: 23px !important;
    }
    .sec-city-list{
        padding-left: 0px;
        column-count: 3 !important;
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .jumbotron h1 {
        color: white;
        font-size: 10vw;
        font-family: 'phrfont';
        margin-top: 0px;
        font-weight: 600;
    }

    .slider-infotext{
        font-size: 5vw;
    }

    .video-adver{
        height: 225px;
        padding-top: 16px !important;
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-bottom: 23px !important;
    }
    .sec-city-list{
        padding-left: 0px;
        column-count: 3 !important;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .jumbotron h1 {
        color: white;
        font-size: 3rem;
        font-family: 'phrfont';
        margin-top: 0px;
        font-weight: 600;
    }
    .slider-infotext{
        font-size: 5vw;
    }

    .video-adver{
        height: 225px;
        padding-top: 16px !important;
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-bottom: 23px !important;
    }
    .sec-city-list{
        padding-left: 0px;
        column-count: 3 !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .jumbotron h1 {
        color: white;
        font-size: 3rem;
        font-family: 'phrfont';
        margin-top: 0px;
        font-weight: 600;
    }
    .slider-infotext{
        font-size: 5vw;
    }

    .video-adver{
        height: 225px;
        padding-top: 16px !important;
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-bottom: 23px !important;
    }
    .sec-city-list{
        padding-left: 0px;
        column-count: 3 !important;
    }
}

/*iPhone 5*/
@media only screen and (max-width: 320px) {
    .jumbotron h1 {
        color: white;
        font-size: 3rem;
        font-family: 'phrfont';
        margin-top: 0px;
        font-weight: 600;
    }
    .slider-infotext{
        font-size: 5vw;
    }

    .video-adver{
        height: 225px;
        padding-top: 16px !important;
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-bottom: 23px !important;
    }
    .sec-city-list{
        padding-left: 0px;
        column-count: 3 !important;
    }
}