/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

body {
    font-family: futura-pt, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
}

h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: futura-pt, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
}

h1 {
    font-family: futura-pt, sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
}

p strong, h3 strong {
    font-weight: bold;
}

.contact-background h1 {
    font-size: 2.2em;
    font-weight: normal !important;

}

.contact-background h4 {
    font-size: 1.8em;
    font-weight: normal !important;

}

.contact-background p {
    font-size: 1.4em;
}

.content-main p{
    font-size: 1.2em;
    line-height: 1.1em;
}

.ps-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

#ps-results .property {
    min-height: 240px;
}

#ps-results .property .info {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: flex; */
}

#ps-results .p-img-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: auto;*/
    height: 160px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    #ps-results .p-img-container {
        height: 200px;
    }
}

.ps-search-navigation {
    background-color: #efefef;
    padding-top: 30px;
    padding-bottom: 0px;
}

.ps-search-navigation select {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-right: 6px;
    width: inherit !important;
}

.ps-container form {
    justify-content: center;
}

.ps-container form .form-control {
    width: 100%;
}

.ps-container .btn-primary {
    background-color: #FF6702;
}

.ps-container select {
    background-image:
            linear-gradient(45deg, transparent 50%, #FF6702 60%),
            linear-gradient(135deg, #FF6702 40%, transparent 50%) !important;
    background-position:
            calc(100% - 30px) 10px,
            calc(100% - 20px) 10px,
            100% 0;
    background-size:
            10px 10px,
            10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/*************** GALLERY VIEW HOVER ***************/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: #FF6702;
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    padding: 10px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/*************** GALLERY VIEW HOVER END ***************/

.ps-full-details .carousel-caption {
    background: rgba(255,255,255,.7);
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6em;
    color: #000;
}

.ps-full-details .map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.ps-full-details .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.ps-full-details .btn-lg {
    font-size: 0.8em;
}

.ps-full-details .btn-outline-dark{
    width: 100%;
    background: #FF6702;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .ps-full-details .carousel-item {
        height: 200px !important;
    }
}

@media (min-width: 576px) {
    .ps-full-details .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.ps-full-details span.property-status
{
    background-color: #FF6702;
    color: #ffffff;
    position: absolute;
    height: 65px;
    width: inherit;
    z-index: 5;
    font-size: 30px;
    line-height: 35px;
    padding: 15px;
    text-align: center;
    opacity: 0.8;
    border-radius: 0px 0px 30px 0px;
}



.ps-dashboard .card {
    margin-top: 30px;
}

.ps-dashboard span {
    font-size: 1em;
}

.ps-dashboard a.nav-item{
    font-size: 15px;
}

.ps-dashboard .nav-tabs .nav-link.active {
    color: #FE5201;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #FE5201;
}

.ps-dashboard .tiles .card-deck .card {
    text-align: center;
    border: 1px solid #efefef;
    padding-top: 50px;
}

.ps-dashboard .tiles .card-heading {
    border: 1px solid #FE5201;
    padding-top: 10px;
}

.ps-dashboard i.fa-calendar {
    color: #b8ad8f;
}

.ps-dashboard i.fa-money {
    color: #459098;
}

.ps-dashboard i.fa-users {
    color: #b8727b;
}

.ps-dashboard i.fa-tasks {
    color: #f1845b;
}

.ps-dashboard i.fa-cog {
    color: #63c491;
}

.ps-dashboard i.fa-phone {
    color: #aeaead;
}

.ps-dashboard i.fa-shopping-cart {
    color: #f1845b;
}

.ps-dashboard i.fa-shopping-gift {
    color: #459098;
}

.ps-dashboard i.fa-history {
    color: #b8727b;
}

.ps-dashboard .tiles .card-deck .card p {
    font-size: 1.1em;
}

.ps-dashboard span.profile {
    font-size: 0.7em;
}

.ps-dashboard table.progression th:first-child, td:first-child {
    padding-left: 10px;
}

.ps-dashboard table.progression {
    font-size: 1.2em;
}

.ps-dashboard table.progression i.fa-times {
    color: #FE5201;
}






/*************** PROGRESS LINE ***************/

@-webkit-keyframes myanimation {
    from {
        left: 0%;
    }
    to {
        left: 50%;
    }
}

/*h1 {*/
/*    text-align: center;*/
/*    font-family: 'PT Sans Caption', sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 30px;*/
/*    padding: 20px 0;*/
/*    color: #777;*/
/*}*/

.ps-dashboard .checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
    position: relative;
    display: flex;
}

.ps-dashboard ul.checkout-bar {
    margin: 0 20px;
}
.ps-dashboard ul.checkout-bar li {
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px 14px 80px;
    position: relative;
}

.ps-dashboard ul.checkout-bar li:before {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 20px;
    line-height: 37px;
    height: 35px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    top: 4px;
    width: 35px;
    z-index: 999;
}

.ps-dashboard ul.checkout-bar li.active {
    color: #FF6702;
    font-weight: bold;
}

.ps-dashboard ul.checkout-bar li.active:before {
    background: #FF6702;
    z-index: 99999;
}

.ps-dashboard ul.checkout-bar li.visited {
    background: #ECECEC;
    color: #57aed1;
    z-index: 99999;
}

.ps-dashboard ul.checkout-bar li.visited:before {
    background: #57aed1;
    z-index: 99999;
}

.ps-dashboard ul.checkout-bar li:nth-child(1):before {
    content: "1";
}

.ps-dashboard ul.checkout-bar li:nth-child(2):before {
    content: "2";
}

.ps-dashboard ul.checkout-bar li:nth-child(3):before {
    content: "3";
}

.ps-dashboard ul.checkout-bar li:nth-child(4):before {
    content: "4";
}

.ps-dashboard ul.checkout-bar li:nth-child(5):before {
    content: "5";
}

.ps-dashboard ul.checkout-bar li:nth-child(6):before {
    content: "6";
}

.ps-dashboard ul.checkout-bar a {
    color: #57aed1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

@media all and (min-width: 800px) {
    .ps-dashboard .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-color: #FF6702;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -50px;
        z-index: 0;
    }

    .ps-dashboard .checkout-wrap {
        margin: 80px auto;
    }

    .ps-dashboard ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background-size: 35px 35px;
        background-color: #EcEcEc;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        width: 100%;
    }
    .ps-dashboard ul.checkout-bar:before {
        background-size: 35px 35px;
        background-color: #57aed1;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        content: " ";
        height: 15px;
        left: 0;
        position: absolute;
        width: 10%;
    }
    .ps-dashboard ul.checkout-bar li {
        display: inline-block;
        margin: 50px 0 0;
        padding: 0;
        text-align: center;
        width: 19%;
    }
    .ps-dashboard ul.checkout-bar li:before {
        height: 45px;
        left: 40%;
        line-height: 45px;
        position: absolute;
        top: -65px;
        width: 45px;
        z-index: 99;
    }

    .ps-dashboard ul.checkout-bar li.visited {
        background: none;

    }
    .ps-dashboard ul.checkout-bar li.visited:after {
        background-size: 35px 35px;
        background-color: #57aed1;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        left: 50%;
        position: absolute;
        top: -50px;
        width: 100%;
        z-index: 99;
    }
}

/*************** PROGRESS LINE END ***************/

.ps-contact .details, .ps-contact .slot, .ps-contact .thankyou {
    display: none;
}

.gj-picker-md [role=header], .gj-picker-md [role=switch] {
    background: #FF6702 !important;
}

.gj-datepicker-md input {
   margin-top: 20px !important;
   margin-bottom: 20px !important;
    padding-left: 20px;
}

.ps-container p.validation-message {
    display: none;
    width: 100%;
    color: #FF6702;
    font-size: 1.2em;
}

.ps-container p.validation-email {
    display: none;
    width: 100%;
    color: #FF6702;
    font-size: 1.2em;
}

.ps-dashboard button.sell-now {
    background-color: #FF6702;
    color: #ffffff;
    text-align: center;
}

.ps-dashboard a.fees {
    color: #ffffff;
}

.local-property-expert-bio {
    display: none;
}

.ps-container ul.pagination {
    list-style-type: none;
}

ul.pagination li.next {
    margin-left: auto;
}

ul.pagination .fa-caret-left {
      margin-right: 10px;
  }

ul.pagination .fa-caret-right {
    margin-left: 10px;
}

#nav-extras img
{
    width: 150px;
}

.ps-container .bio p {
    font-size: 1.3em;
}

.ps-full-details .carousel-indicators {
    display: none;
}

.ps-full-details .carousel-caption p {
    margin-bottom: 0px;
    line-height: 16px;
}





