/*
Theme Name: firsthomebuyerdeals Child
Theme URL: http://websitedemocenter.com/firsthomebuyerdeals/
Description: firsthomebuyerdeals Child Theme
Author: John Doe
Author URL: http://websitedemocenter.com/firsthomebuyerdeals/
Template: firsthomebuyerdeals
Version: 1.0.0
Text Domain: firsthomebuyerdeals

*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");

/*font-family: 'Montserrat', sans-serif;*/

#slider-post .item img {
    display: block;
    width: 100%;
    height: auto;
}
.post, .page {
    margin: 0;
}


.error_page {
    margin: 40px auto;
    text-align: center;
}
.error_page img {
    width: 350px;
}
.error_page p {
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 0px;
}
.error_page a {
    font-size: 25px;
    text-transform: uppercase;
    padding: 8px 25px;
    margin-top: 10px;
    display: inline-block;
    background: #a15ca1;
    color: #fff !important;
    border-radius: 4px;
}
/*page heading*/

body {
    margin: 0 !important;
    font-family: "Montserrat", sans-serif;
}

.newsloadmore i {
    font-size: 52px;
    color: #515158;
    cursor:pointer;
}
.newsloadmore i:hover {
    color: #a05ca0;
}
.newsloadmore-wrapper {
    display: flex;
    justify-content: center;
}
.news-loading i {
    font-size: 30px;
    position: inherit;
}
.news-loading {
    height: 52px;
}
.entry-suvcontainer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 15px;
}
.home .entry-suvcontainer {
    max-width: 100%;
    margin: 0 auto;
    padding:0;
}
label {
    font-weight: 700;
    font-size: 14px;
    color: #515158;
}
.second-heading {
    color: #515158;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 20px 16px;
    padding: 0px;
}

p {
    font-size: 14px;
    color: #515158;
}

ol li, ul li {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 2px;
    color: #515158;
}
.page-heading {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #515158 !important;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 30px;
}
.gmw-map-wrapper.pt.posts_locator {
    display: none !important;

}
.site-header {
    background: #fff;
}

#site-navigation .current-menu-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #a05ca0;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.LoanDeals:after,
ul.sub-menu li:after,
.ConveyencingDeals:after{
    display: none!important;
    
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.featured-heading-wrap h4,
.latest-news-heading-wrap h4 {
    color: #515158;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.second-h,
.third-h {
    color: #515158;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.second-h {
    font-size: 18px;
}

.third-h {
    font-size: 16px;
}

.news-contentwrapper .post-content,
.north-text p,
.sngl-pro-text-wrap p {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: #515158;
}
 .deposit-text{
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: #515158;
    text-transform: none;
}
.item-not-found {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: #a05ca0;
}
.page-wrap-p {
    padding: 40px 15px;
}
ul#ui-id-1 {
    font-size: 14px;
    color: #666;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    background: #ffffff;
    border-radius: 0px 0px 4px 4px;
    padding-bottom: 10px;
}

ul#ui-id-1 li {
    padding: 5px 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none !important;
    background: #fff !important;
    font-weight: bold;
    color: #a05ca0 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    padding: 3px 8px !important;
    font-size: 14px;
}


/*page heading*/


/*Header Start */

.hdr-sub-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0px 0px;
}

.logo-wrapper a img {
    width: 100%;
    max-width: 175px;
}

.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-bar ul li:first-child>a {
       background: transparent;
    color: #a15ca1;
}

.top-bar ul li a {
    padding: 5px 10px;
    border: 1px solid #a15ca1;
    min-width: 100px;
    display: block;
    text-align: center;
    background: #a15ca1;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    text-decoration: none;
}


/*Header end */


/*Nav start */

.nav-sub-container ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #515158;
}

.nav-sub-container ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.nav-sub-container>div>ul>li:last-child a {
    border-left: 1px solid #ffffff;
    padding: 9px 8px 7px;
    color: #fff;
    background: #3da2a7;
    box-shadow: -5px 2px 5px #51515891;
    border-bottom: 1px solid #3da2a7;
}

.LoanDeals a {
    border: 1px solid #e4bd19;
    padding: 8px;
    background: #e4bd19;
    color: #fff!important;
    margin-right: -68px;
}

.nav-sub-container {
    padding: 20px 0px 0px;
}
.nav-sub-container ul li {
    margin: 0px!important;
}
ul.sub-menu {
    padding: 10px;
    background: #fff;
}

ul.sub-menu a {
    padding: 2px 0px;
}


/*Nav end */


/*Search Banner start*/

.search-banner-wrap {
       position: relative;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.search-banner-wrap img {
    width: 100%;
}

.search-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(15, 60, 91, 0.4);
}

.search-wrap h3 {
        color: #fff;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3.7px;
    margin: 0px 0px 15px;
}

.search-wrap form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 563px;
}

.search-wrap input.search-field,
.custom-form-sub-wrapper input {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 12.5px 10px 12.5px 40px !important;
    width: 100%;
    font-size: 14px;
    color: #666;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.search-wrap label {
    width: 100%;
    margin: 0px 0px 0px 0px;
    max-width: 458px;
    position: relative;
}

.search-wrap input[type="submit"],
.above-archive-agent .archive-agent-action .search-box button {
    background: #a15ca1;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0px;
    text-align: center;
    width: 100px;
    border: 1px solid #fff;
    border-radius: 0;
}

.search-wrap label:before,
.custom-form-sub-wrapper:before {
    top: 8px;
    left: 15px;
    display: block;
    width: 10px;
    height: 26px;
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    content: "\f002";
    z-index: 999;
    color: #515158;
    font-weight: 500;
}


/*Search Banner end*/


/*Featured home start*/

.featured-heading-wrap h4 {
    text-align: center;
}

.featured-heading-wrap {
    padding: 50px 0px 20px;
}

.feature-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.feature-container {
    width: 33.333%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
    height: auto;
}

.feature-container .pro-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.feature-container .pro-tag,.feature-container .pro-tag a {
    color: #a05ca0;
    font-size: 16px;
    font-weight: 700;
}

.feature-container h2 {
    color: #515158 !important;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.feature-container h2 a {
    color: #515158 !important;
}

.property-action-inner.clearfix a {
    margin-left: 5px;
}
.property-action-inner.clearfix {
    text-align: right;
}
.ere-property.col-gap-30 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.feature-container i {
    color: #a05ca0;
    font-size: 20px;
}

.featured-content-wrap {
    padding: 0px 0px 40px;
}

.feature-container .pro-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    height: 238px;
    width: 350px;
}
.selext-box-wrap select::-ms-expand {
    display: none;
}


/*Featured home end*/


/*Research projects start*/

.research-projects-wrap h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0px 0px;
}

.research-projects-wrap i {
    font-size: 35px;
}
.research-projects-wrap {
    background: #a05ca0;
    color: #fff;
    text-align: center;
    padding: 40px 0px;
    box-shadow: inset 0px 11px 8px -10px #515158, inset 0px -11px 8px -12px #515158;
}

.research-projects-wrap p {
    display: none;
}

.research-projects-wrap i.fa.fa-usd {
    font-size: 20px;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}


/*Research projects end*/


/*Latestnews start*/


.news-wrapper.news-shortcode {
    width: 100%;
    max-width: 1000px;
}

.latest-news-wrap {
    padding: 60px 0px 10px;
}

.latest-news-heading-wrap {
    padding: 0px 0px 25px 0px;
}

.latest-news-wrap .news-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.news-contentwrapper h2 a,.custom-blog-wrap .entry-title a {
    font-size: 20px;
    font-weight: 700;
    color: #515158;
    text-transform: capitalize;
}
.custom-blog-wrap .entry-meta,.custom-blog-wrap .entry-footer {
    color: #a05ca0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-blog-wrap .entry-meta a,.custom-blog-wrap .entry-footer a {
      color: #515158;
}
.custom-blog-wrap article {
    margin-bottom: 60px;
}
.custom-blog-wrap .post-thumbnail {
    margin-bottom: 20px;
    display: block;
}
.latest-news-wrap .news-container .pro-img img {
    width: 400px;
    max-width: 270px;
}

.latest-news-content-wrap .news-contentwrapper {
    padding: 0px 0px 0px 25px;
}

.news-contentwrapper h2 {
    margin: 0px 0px 10px;
    line-height: initial;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    text-transform: capitalize;
}

.post-actions .post-left {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.news-contentwrapper .post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news-contentwrapper .post-right a,
.free-tool-wrap input[type="submit"] {
     padding: 5px 10px;
    border: 1px solid #a15ca1;
    display: block;
    text-align: center;
    background: #a15ca1;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
    line-height: inherit;
    border-radius: 0;
}
.news-wrapper.custom-news-wrap .post-right a {
    background: #515158;
    border-color: #515158;
}

.news-contentwrapper .post-actions .post-left p:before {
    top: 0;
    left: -17px;
    display: inline-block;
    width: 5px;
    height: 5px;
    font-size: 16px;
    font-family: FontAwesome;
    position: relative;
}

.news-contentwrapper .post-actions .post-left p:nth-child(1):before {
    content: "\f073";
}

.news-contentwrapper .post-actions .post-left p:nth-child(2):before {
    content: "\f086";
}

.news-contentwrapper .post-actions .post-left p:nth-child(3):before {
    content: "\f099";
}

.news-contentwrapper .post-actions .post-left p {
    color: #a05ca0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 19px;
    margin-right: 5px;
    position: relative;
    border-right: 1.4px solid #a05ca0;
    line-height: 11px;
    padding-right: 4px;
}

.news-contentwrapper .post-actions .post-left p:last-child {
    border-right: none;
}

.news-sidebar-wrapper,
.sngl-pro-right-content-wrap {
    padding-left: 20px;
}
.news-sidebar-wrapper.custom-news-right-sidebar-wrap.sidebar-wrap-padding {
    padding-right: 20px;
    padding-left: 0px;
}

/*Latestnews end*/


/*Footer start */

.site-footer {
    background: #515158;
    padding: 30px 0px;
    color: #fff;
     /*margin-top: 30px;*/
}

.site-footer .textwidget.custom-html-widget p {
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
    font-style: italic;
}
/*===============================*/
.site-footer h3 {
    font-size: 15px;
    font-weight: 700;
    position: relative;
}

.site-footer h3:after {
       content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #c7c5c5;
    margin-top: 5px;
}
.site-footer ul {
    list-style: none;
    margin: 12px 0px 0px 0px;
    padding: 0;
}
.site-footer ul li a {
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: #ffffff;
}
#footer-sidebar1,#footer-sidebar2 {
    padding-left: 40px;
}
/*.footer-form-wrap ,*/
.footer-form-wrap form{
    display: flex;
    border: 1px solid #fff;
    justify-content: space-between;
    margin-top: 18px;
        position: relative;
}
.footer-form-wrap input[type="email"]:focus,
.footer-form-wrap input[type="submit"]:focus,
.gmw-results-wrapper.gray select{
    outline: none!important;
}
.footer-form-wrap form div{
    margin: 0!important;
        width: calc(100% - 80px);

}

.footer_social_icons a i.fa {
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
    margin-top: 15px;
}
.footer_social_icons p {
    margin: 0px;
}


.footer-form-wrap input:-webkit-autofill,
.footer-form-wrap input:-webkit-autofill:hover, 
.footer-form-wrap input:-webkit-autofill:focus, 
.footer-form-wrap input:-webkit-autofill:active  {
        -webkit-box-shadow: 0 0 0 1000px #a05ca0 inset!important;
        -webkit-text-fill-color: #fff !important;
}
.footer-form-wrap form label {
    margin: 0!important;
      width: 100% ;
}
.footer-form-wrap .es_subscription_message.success {
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
        margin-top: 10px;
    display: inline-block;
}
.footer-form-wrap .es_subscription_message.error {
    color: #515158;
      font-size: 12px;
    font-style: italic;
        margin-top: 10px;
    display: inline-block;
}
.footer-form-wrap span#spinner-image {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 10px;
    width: 20px;
}
.footer-form-wrap input[type="email"] {
    background: transparent;
    border: none;
    color: #fff;
    padding: 6px 10px!important;
    height: auto;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.footer-form-wrap input[type="email"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff !important;
}

.footer-form-wrap input[type="email"]:-moz-placeholder {
    color: #fff !important;
}

.footer-form-wrap input[type="email"]::-moz-placeholder {
    color: #fff !important;
}

.footer-form-wrap input[type="email"]:-ms-input-placeholder {
    color: #fff !important;
}
.footer-form-wrap input[type="submit"] {
    background: #fff;
    border: none;
    border-radius: 0;
    height: 100%;
    font-size: 14px;
    color: #a05ca0;
    font-weight: 600;
    padding: 10px 0px;
    width: 80px;
    text-align: center;
}
/*Footer end */


/*Search page start*/
.deal-submit {
    padding: 6px 0px;
    margin-top: 15px;
}
.deal-submit, .deal-submit a {
   background: #a05ca0;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.search-main-wrap {
    padding-bottom: 80px;
}

.search-pahe-heading {
    border: none;
    margin: 0;
    padding: 50px 0px 35px;
}

.search-pahe-heading h1 {
    color: #515158;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0px;
}

.page-title-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 15px;
}


/*the container must be positioned relative:*/

.custom-select {
    position: relative;
    width: 100px;
    margin-left: 15px;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #a05ca0;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-color: transparent #f5f5f5 #fff8f8eb transparent;
    transform: rotate(45deg);
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    top: 15px;
    transform: rotate(-135deg);
}


/*style the items (options), including the selected item:*/

.select-items div {
    color: #515158;
    padding: 5px 16px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 600;
}

.select-selected {
    color: #fff;
    padding: 8px 20px 8px 12px;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 4px 5px -2px;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}
.custom-select-wrap {
    display: flex;
    padding-top: 25px;
    /* position: relative; */
    /* height: 45px; */
    justify-content: flex-end;
}

/*=========================*/

.search-results #breadcrumbs {
    display: none;
}

/*.custom-select-ul-wrap ul {*/
/*    color: #fff;*/
/*    padding: 0;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    background-color: #a05ca0;*/
/*    width: 100px;*/
/*    margin-left: 15px;*/
/*    margin-bottom: 0;*/
/*    list-style: none;*/
/*}*/
/*.custom-select-ul-wrap ul {*/
/*    color: #515158;*/
/*    padding: 0;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*    text-transform: capitalize;*/
/*    text-align: left;*/
/*    margin-left: 15px;*/
/*    margin-bottom: 0;*/
/*    list-style: none;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    border-bottom: 3px solid #515158;*/
/*    white-space: nowrap;*/
/*}*/
/*.custom-select-ul-wrap ul li {*/
/*    padding: 5px 10px;*/
/*    z-index: 2;*/
/*}*/

/*.custom-select-ul-wrap ul li:not(.init) {*/
/*    float: left;*/
/*    width: 100px;*/
/*    display: none;*/
/*    background: #fff;*/
/*    box-shadow: 0px 4px 5px -2px #bfbdbd;*/
/*    text-transform: capitalize;*/
/*    font-size: 14px;*/
/*}*/

/*.custom-select-ul-wrap ul li:not(.init)>a {*/
/*    text-transform: capitalize;*/
/*    font-size: 14px;*/
/*    color: #515158;*/
/*}*/

/*.custom-select-ul-wrap ul li:not(.init):hover,*/
/*.custom-select-ul-wrap ul li.selected:not(.init) {*/
/*    color: #a05ca0;*/
/*    text-decoration: none;*/
/*}*/

/*.custom-select-ul-wrap li.init,*/
/*.custom-select-ul-wrap li.init>a {*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    padding: 8px 10px;*/
/*}*/

/*.custom-select-ul-wrap {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 8px;*/
/*}*/
.custom-select-ul-wrap a#submit {
    z-index: 1;
}
.page-title-wrp.select-title-wrap {
    flex-direction: column;
}

.select-wrap {
    display: flex;
    flex-wrap:wrap;
}
.select-wrap select {
       padding: 10px 20px 10px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #515158;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #515158;
    margin: 0px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.selext-box-wrap:after {
    content: '';
    border-top: none;
    border-left: none;
    border-bottom: 2px solid #515158;
    border-right: 2px solid #515158;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 16px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        
}

.selext-box-wrap {
    margin: 10px 0px 10px 25px;
    position: relative;
}

.select-wrap select:focus{
        outline: none;
}
.select-wrap select option {
    font-size: 14px;
    font-weight: 500;
}

.select-wrap select option:after {
    display: block;
    content: "0000";
    height: 5px;
    background: red;
    width: 100%;
    border: 5px solid;
    padding: 10px;
}
/*new select box*/


/*new select box*/
/*=========================*/


/*Search page end*/


/*Sngl property start*/
.bg-page-space{
     background: #f7f7f7;
    padding: 0px 0px 50px;
}
.page-space{
    padding: 0px 0px 50px;
}
.sngl-property-wrap,
.custom-news-container,
.single-custom-news-wrap {
    background: #f7f7f7;
    padding: 0px 0px 50px;
}
.ere-property .property-action {
    position: static !important;
    opacity: 1!important;
    background: none!important;
    
}

.north-res-wrap,
.sngl-pro-text-wrap {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px 35px 30px 15px;
}

.sngl-pro-left-content-wrap>div {
    margin-bottom: 40px;
}

.north-heading h2 {
    margin: 0 0px 5px;
}

.north-heading p {
    font-size: 12px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: #515158;
    text-transform: uppercase;
}

.north-btn.popupclass1{text-align: center;display: inline-block;width: 100%;}
.north-btn.popupclass1 a {display: inline-block;float:right;width: 100%;}

.north-res-head-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.north-btn a {
    padding: 10px 14px;
    background: #a05ca0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    float: none;
    margin: 0;
    display: block;
    width: 175px;
    text-align: center;
    line-height: normal;
}
.bread-inner .north-btn a
{
    color: #a05ca0;
    background: transparent;
}

.north-text h3,.north-text h3 a {
    color: #a05ca0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 0px 30px;
}

.sngl-pro-text-wrap h2 {
    margin: 0px 0px 15px;
}

.sngl-pro-social-wrap {
    padding: 15px 0px 0px;
}

.sngl-pro-social-wrap i {
    font-size: 25px;
    color: #a05ca0;
}

.sngl-pro-social-wrap a {
    margin-right: 10px;
}

.sidebar-box-header h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.sidebar-box-header  {
    background: #a05ca0;
    padding: 15px;
    margin-bottom: 10px;
}
#tag_cloud-3 .widget-title , #tag_cloud-2 .widget-title , #tag_cloud-4 .widget-title , #tag_cloud-5 .widget-title
{
    background: #a05ca0;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px 0 0 0;
}
#tag_cloud-4 , #tag_cloud-5 , #tag_cloud-2 , #tag_cloud-3
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
}
#tag_cloud-3 .tagcloud a , #tag_cloud-4 .tagcloud a 
{
    padding: 20px;
    color: #515158;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px !important;
    display: inline-block;
    width: 100%;
}
#tag_cloud-2 .tagcloud , #tag_cloud-5 .tagcloud
{
    padding: 20px;
}
#tag_cloud-2 .tagcloud a , #tag_cloud-5 .tagcloud a
{
    padding: 10px;
    border: 1px solid #a15ca1;
    border-radius: 50px;
    color: #000;
    margin-right: 10px;
    display: inline-block;
}
#tag_cloud-2 .tagcloud a:hover , #tag_cloud-5 .tagcloud a:hover
{
    background: #a15ca1;
    color: #fff;
}






.sngl-abt-content,
.other-deals-content {
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
}

.sngl-abt-content .icon i,
.other-deals-content .icon i {
    color: #a05ca0;
    font-size: 25px;
}

.sngl-abt-content .content h2 {
    color: #a05ca0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px;
}

.sngl-abt-content .content p ,
.sngl-abt-content .content p a {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #515158;
}

.sngl-abt-project,
.related-prop-wrap,
.other-deals-wrap,
.related-prop-wrap,
.custom-related-wrap{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.sngl-abt-project .icon,
.other-deals-content .icon {
    width: 60px;
    padding-left: 20px;
}

.sngl-pro-right-content-wrap>div {
    margin-bottom: 30px;
}

.related-prop-content {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

.related-prop-text {
    width: 70%;
    padding: 0px 0px 0px 15px;
}
.related-prop-text .pro-tag a {
    color: #a05ca0;
    font-size: 16px;
    font-weight: 700;
}

.related-prop-img {
    width: 30%;
}

.related-prop-text h2 {
    color: #515158;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px;
}

.related-prop-text p,.related-prop-text p a {
    font-weight: 600;
    margin: 0 0 2px;
    color: #515158;
    line-height: normal;
}

.other-deals-content .content h2,
.other-deals-content .content h2 a {
    color: #515158;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.other-deals-content {
    align-items: center;
}

.sngl-abt-content .content p>span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    border: 1px solid #515158;
    margin-right: 7px;
}

.sngl-abt-content p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom-slider-post {
    position: relative;
}

.custom-slider-post .btns {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}

.custom-slider-post .btns i {
    font-size: 20px;
    color: #fff;
}

.custom-slider-post .btns i {
    font-size: 40px;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}


/*Sngl property end*/


/*Custom news start */

.custom-news-left-sidebar-wrap .post-thumbnail {
    margin-bottom: 30px;
}
.custom-news-left-sidebar-wrap .post-thumbnail img {
   width:100%;
}
.custom-news-right-sidebar-wrap > aside {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
        margin-bottom: 30px;
}

.custom-news-wrap {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px 10px 20px;
}

.custom-news-wrap .news-contentwrapper {
    padding: 30px 0px 0px 0px;
}
.custom-news-right-sidebar-wrap > aside >h3 {
    background: #a05ca0;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}
.custom-news-right-sidebar-wrap .custom-html-widget {
    font-size: 14px;
    font-weight: 600;
    color: #515158;
    padding: 20px 15px 30px;
}
.news-wrapper .pro-img img {
    width: 100%;
}

.custom-news-wrap .post-actions {
    padding: 20px 0px 0px;
}

.news-wrapper .news-container {
    margin-bottom: 20px;
}

.news-page-title {
    font-size: 26px;
    font-weight: 700;
    color: #515158;
    text-transform: uppercase;
    margin: 15px 0px 15px;
}

.custom-research,
.custom-grant,
.custom-search-wrap {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.custom-research h2,
.custom-grant h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #a05ca0;
}

.custom-research i {
    font-size: 25px;
    color: #515158;
    margin-right: 16px;
}

.custom-grant i {
    font-size: 14px;
    color: #515158;
    margin-right: 16px;
    width: 25px;
    height: 25px;
    border: 2px solid #515158;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.custom-search-wrap {
    padding: 0px;
}

.custom-search-wrap form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.custom-search-wrap label {
    margin: 0px;
    position: relative;
    width: 100%;
}

.custom-search-wrap input.search-submit {
    background: #a05ca0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    border: none;
    border-radius: 0px;
    padding: 16px 15px 16px 10px;
}

.custom-search-wrap input.search-field {
    border: none;
    border-radius: 0;
    padding: 11px 10px 11px 35px !important;
    font-size: 16px;
    font-weight: 600 !important;
    margin: 0;
    color: #a05ca0 !important;
    font-family: "Montserrat", sans-serif;
    width: 100%;
}

.custom-search-wrap label:after {
    top: 10px;
    left: 11px;
    display: block;
    width: 9px;
    height: 26px;
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    content: "\f002";
    z-index: 999;
    color: #515158;
}

.custom-search-wrap input.search-field::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a05ca0 !important;
}

.custom-search-wrap input.search-field:-moz-placeholder {
    color: #a05ca0 !important;
}

.custom-search-wrap input.search-field::-moz-placeholder {
    color: #a05ca0 !important;
}

.custom-search-wrap input.search-field:-ms-input-placeholder {
    color: #a05ca0 !important;
}

.featured_deal-p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.featured_deal-p p,.featured_deal-p p a {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #515158;
}

.featured_deal-p span {
    color: #a05ca0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 4px 5px 0px;
}

.related-prop-text h2 a {
    color: #515158;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px;
}

.single-custom-news-sub-wrap .news-details-sidebar {
    padding-left: 20px;
}

.single-custom-news-sub-wrap .news-details-wrapper {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px 20px 20px;
}

.single-custom-news-sub-wrap .social-share-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-custom-news-sub-wrap .sngl-pro-social-wrap a {
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.single-custom-news-sub-wrap .sngl-pro-social-wrap {
    padding: 0px 0px 0px !important;
}

.post-actions.single-news-icon-wrap {
    flex-direction: column;
    align-items: flex-start;
}

.single-news-icon-wrap .post-excerpt p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #515158;
}

.single-custom-news-sub-wrap .detailssub-header {
    display: flex;
    margin-top: 10px;
}

.single-custom-news-sub-wrap .news-contentwrapper {
    width: 50%;
}

.single-custom-news-sub-wrap .pimg {
    width: 50%;
    padding-left: 20px;
}

.single-custom-news-sub-wrap .post-details {
    font-size: 14px;
    font-weight: 600;
    color: #515158;
    margin: 25px 0px 20px;
}

.custom-related-wrap ul,
.related-prop-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.custom-related-wrap ul>li {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 20px 10px;
}

.related-prop-content ul>li {
    display: flex;
    flex-direction: row-reverse;
    padding: 0px 0px 30px;
}

.related-prop-content ul>li:last-child {
    padding: 0px 0px 10px 0px;
}

.custom-related-wrap ul>li>a,
.related-prop-content ul>li>a {
    width: 30%;
}

.custom-related-wrap ul>li>a>img,
.related-prop-content ul>li>a>img {
    width: 100%;
}

.custom-related-wrap ul>li>h4,
.custom-related-wrap ul>li>h4 a,
.related-prop-content ul>li>h4,
.related-prop-content ul>li>h4 a {
    color: #515158;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 0px;
}

.custom-related-wrap ul>li>h4,
.related-prop-content ul>li>h4 {
    width: 70%;
    padding: 0px 0px 0px 15px;
}

.custom-related-wrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.single-custom-news-sub-wrap .related-prop-wrap.featured_deal_wrap {
    margin-top: 40px;
}

.custom-related-wrap ul>li>a,
.related-prop-content ul>li>a {
    width: 30%;
}

.single-custom-news-sub-wrap .pimg img,
.related-prop-content .pimg img {
    width: 100%;
}

.related-prop-content ul>li {
    content: "";
    clear: both;
    display: table;
}

.related-prop-content ul>li>h4 {
    float: right;
}

.related-prop-content ul>li>a {
    float: left;
}

.related-prop-content ul>li>p {
    width: 70%;
    float: right;
    padding: 0px 13px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 2px;
    color: #5c6165;
    line-height: normal;
}


/*Custom news end */

.pum-container.pum-responsive.pum-responsive-medium input[type="text"],
.pum-container.pum-responsive.pum-responsive-medium input[type="email"],
.pum-container.pum-responsive.pum-responsive-medium textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    width: 100%;
}

.pum-theme-195 .pum-container,
.pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: none !important;
}

.pum-container.pum-responsive.pum-responsive-medium label {
    width: 100%;
    line-height: 30px;
}

.pum-container.pum-responsive.pum-responsive-medium p {
    margin-bottom: 10px;
}

.pum-container.pum-responsive.pum-responsive-medium label span {
    width: 100%;
}

.pum-container.pum-responsive.pum-responsive-medium br {
    display: none;
}

.pum-container.pum-responsive.pum-responsive-medium textarea {
    width: 100%;
    height: 100px;
}

.pum-theme-195 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    height: 34px !important;
    width: 34px !important;
    right: 10px !important;
    top: 5px !important;
    color: #a05ca0 !important;
    font-size: 34px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.pum-container.pum-responsive.pum-responsive-medium {
    width: 100%;
    max-width: 400px !important;
    margin: 0 !important;
    position: absolute;
    top: 0% !important;
    left: 50% !important;
    transform: translate(-50%, 10%);
}

.pum-container.pum-responsive.pum-responsive-medium input[type="submit"] {
   padding: 10px 10px;
    border: 1px solid #a05ca0;
    width: 100px;
    display: block;
    text-align: center;
    background: #a05ca0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0px;
    text-decoration: none;
}

div#pum_popup_title_200 {
        font-size: 26px;
    font-weight: 700;
    color: #a05ca0;
    text-transform: uppercase;
    margin: 15px 0px 15px;
    text-align: center;
}





/*MODAL POPUP*/
.modal-open .modal-login .modal-content {
    max-width: 400px !important;
    margin: auto;
    border: none !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    background: #fff !important;
    padding: 35px 30px 30px;
    border-radius:none;
}
.modal-open .modal-login .ere-login-wrap form {
    padding-bottom:55px;
}
.modal-open .modal-login .ere-login-wrap form input {
    font-size:14px;
}
.modal-open .modal-login .ere-login-wrap .form-group:after , .modal-open .modal-login .ere-register-wrap .form-group:after {
    color: #a05ca0;
    font-size: 25px;
}
.modal-open .modal-login .ere-login-wrap .ere-reset-password, .modal-open .modal-login .checkbox label {
    color: #a05ca0;
    font-weight: 500;
    font-size: 14px;
}
.modal-open .modal-login .ere-login-button , .ere-reset-password-wrap .ere_forgetpass {
    padding: 5px 10px;
    border: 1px solid #515158;
    display: inline-block;
    text-align: center;
    background: #515158 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0;
    height: auto;
    border-radius: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.modal-open .modal-login .ere-login-button:hover , .ere-reset-password-wrap .ere_forgetpass:hover {
    background: #a05ca0 !important;
    color: #fff;
    border-color: transparent;
}
.modal-content .close span {
    color: #a05ca0;
    font-size: 25px;
}
.modal-open .modal-login .ere-reset-password-wrap .ere-back-to-login {
    color: #515158;
    font-weight: 500;
    font-size: 14px;
}





/*  Login page start*/

#breadcrumbs {
     padding: 20px 0px 20px;
    background: #f7f7f7;
    margin: 00;
    font-size: 13px;
    font-weight: 500;
    color: #515158;
    /* border-top: 4px solid #515158; */
}

#breadcrumbs a {
   color: #515158;
}

#breadcrumbs>span {
    max-width: 1170px;
    display: block;
    margin: 0 auto;
    padding: 0px 15px;
}

.page-space.login-wrapper .ere-login-wrap .btn-primary,
.page-space.login-wrapper .ere-register-wrap .btn-primary,
.page-space.login-wrapper .ere-reset-password-wrap .btn-primary,
.page-space.my-acc-wrapper .btn-primary,
.archive-property-action .property-status ul li a,
.single-agent-element.agent-single .btn,.ere-access-denied .btn {
    padding: 5px 10px !important;
    border: 1px solid #515158;
    display: inline-block !important;
    text-align: center;
    background: #515158 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none;
    margin-bottom: 0;
    height: auto;
    border-radius: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.archive-property-action .property-status ul li a {
    border: none !important;
}

.archive-property-action .view-as span.active,
.archive-property-action .view-as span:hover,
.archive-agent-action .view-as span.active,
.archive-agent-action .view-as span:hover {
    background-color: #a05ca0 !important;
}

.archive-property-action .view-as span.active:before,
.archive-property-action .view-as span:hover:before,
.archive-agent-action .view-as span.active:before,
.archive-agent-action .view-as span:hover:before {
    border-top-color: #a05ca0 !important;
    border-bottom-color: #a05ca0 !important;
}

.archive-property-action .view-as span,
.archive-agent-action .view-as span {
    background-color: #515158 !important;
}

.archive-property-action .view-as .view-as-list:before,
.archive-agent-action .view-as .view-as-list:before {
    border-top: solid 41px #515158 !important;
}

.login-wrapper .ere-login-wrap,
.login-wrapper .ere-register-wrap,
.login-wrapper .ere-reset-password-wrap {
    max-width: 400px !important;
    margin: auto;
    border: none !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    background: #fff !important;
}

.archive-property-action .sort-property ul li a,
.archive-agent-action .sort-agent ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #515158;
}

.archive-property-action .sort-property ul li.active a,
.archive-property-action .sort-property ul li:hover a,
.archive-agent-action .sort-agent ul li.active a,
.archive-agent-action .sort-agent ul li:hover a {
    color: #a05ca0 !important;
}

.archive-property-action .sort-property span,
.archive-agent-action .sort-agent span {
    padding: 10px 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #a05ca0 !important;
}

.archive-property-action .view-as span i,
.archive-agent-action .view-as span i {
    line-height: 41px !important;
    font-size: 16px !important;
}

.archive-property-action .view-as span,
.archive-agent-action .view-as span {
    height: 41px !important;
}

.archive-property-action .sort-property,
.archive-agent-action .sort-agent {
    width: 360px !important;
}

.archive-property-action .view-as .view-as-grid:before,
.archive-agent-action .view-as .view-as-grid:before {
    border-bottom: solid 41px #515158 !important;
}

.ere-agent.agent-grid .agent-social,
.ere-agent.agent-slider .agent-social {
    background: #a05ca0 !important;
    display: none;
}

.ere-archive-agent-wrap .above-archive-agent {
    display: block;
    margin-bottom: 30px !important;
}

.ere-archive-agent-wrap {
    padding-bottom: 50px;
}

.above-archive-property .ere-heading,
.archive-property-action,
.archive-property-action-item {
    margin-bottom: 30px !important;
}

.ere-agent.agent-grid .agent-info,
.ere-agent.agent-slider .agent-info {
    background: #a05ca0 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.ere-agent.agent-grid .agent-info:hover,
.ere-agent.agent-slider .agent-info:hover
{
    cursor: pointer;
}
.ere-agent h2 a:hover
{
    color: #fff !important;
    outline: none !important;
}

.agent-social {
    display: none;
}

.ere-agent .agent-total-properties,
.ere-agent span {
    font-weight: 400;
    color: #fff !important;
    font-size: 14px;
}

.ere-agent.agent-grid .agent-social a i,
.ere-agent.agent-slider .agent-social a i {
    color: #fff;
    font-size: 25px;
}

.ere-agent.agent-list .agent-social a i {
    color: #a05ca0 !important;
    font-size: 25px;
}

.above-archive-property .archive-property-action .archive-property-action-item:last-child,
.above-archive-agent .archive-agent-action .sort-agent {
    float: right !important;
}

.login-wrapper .ere-login-wrap .ere-reset-password,
.login-wrapper .checkbox label {
    color: #a05ca0 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.login-wrapper a {
    color: #515158;
    font-weight: 500;
    font-size: 14px;
}

.login-wrapper .ere-login-wrap .form-group:after,
.login-wrapper .ere-register-wrap .form-group:after {
    color: #a05ca0;
    font-size: 25px;
}

.login-wrapper input {
    font-size: 14px !important;
}


/*Login page end*/


/*My profile page start*/

.address-marker i,
.agent-info i,
.attachment-file-type,
.ere-dashboard-logout i,
.ere-link-more,
.ere-my-property-address i,
.ere-my-property-date i,
.ere-my-property-total-views i,
.ere-my-saved-search-item i,
.ere-widget-listing-property-taxonomy i,
.open-on-google-maps,
.property-agent i,
.property-count span,
.property-date i,
.property-info-header .property-info span.fa,
.property-location i,
.property-type i,
.property-type-list i,
.property-views-count i,
.user-dropdown i,
.walk-score-more-detail,
span.total-properties {
    color: #a05ca0;
}
.ere-my-favorites .ere-property {
    display: flex;
    flex-wrap: wrap;
}
.ere-property .property-item-content .property-title a {
    color: #515158;
}

.ere-property .property-item-content .property-price {
    color: #515158;
}

.ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info,
.ere-property.property-grid .property-info,
.ere-property.property-list .property-info,
.ere-property .block-center-inner>a,
.ere-property .property-view-gallery-wrap,
.ere-property .social-share {
    background-color: #a05ca0 !important;
}

.ere-property .property-item-content .property-title a,
.ere-property .property-item-content .property-price {
    color: #515158 !important;
}

.agency-element-inline>div:last-child,
.property-element-inline>div:last-child {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px;
    color: #515158;
}

.ere-property a span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px;
    color: #515158;
}

.block-center-inner,
.block-center:before {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 5px;
}

.ere-property .property-label p .property-label-bg .property-arrow,
.ere-property .property-status p .property-status-bg .property-arrow {
    border-left-color: #a05ca0 !important;
    border-right-color: #a05ca0 !important;
}

.ere-property .property-label p .property-label-bg,
.ere-property .property-status p .property-status-bg {
    background-color: #a05ca0 !important;
}

.ere-my-properties span.ere-property-featured {
    background-color: #a05ca0 !important;
    padding: 2px 5px;
}

.page-space.my-acc-wrapper .container {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px;
}

.panel-default>.panel-heading {
    border-color: #a05ca0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #a05ca0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.my-acc-wrapper label {
    font-weight: 700;
    font-size: 14px;
    color: #515158;
}

.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    font-size: 14px;
    color: #515158;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #515158;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #515158;
}

.badge {
    background-color: #a05ca0;
}

.jumbotron.ere-account-agent h4 {
    color: #a05ca0;
    font-weight: 700;
}

.ere-dashboard-welcome h4.ere-dashboard-title {
    margin: 15px 0 15px 0px !important;
    color: #515158;
    font-weight: 700;
}

.ere-dashboard-logout {
    font-size: 14px;
    font-weight: 700;
    color: #a05ca0;
}

.jumbotron.ere-account-agent p {
    font-size: 17px;
    color: #515158 !important;
    opacity: 1;
    font-weight: 400 !important;
}

.jumbotron.ere-account-agent p a {
    color: #a05ca0 !important;
}

.my-properties .ere-post-content {
    margin-left: 0;
    padding: 10px;
    float: right;
    width: calc(100% - 170px);
}

.my-properties .ere-post-container a {
    color: #515158 !important;
}

.my-properties .ere-post-content span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px;
    color: #515158;
}

.my-properties .ere-post-content .ere-dashboard-actions {
    margin-left: 0;
}

.my-properties .ere-post-content .btn-action {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #515158;
    display: block;
    text-align: center;
    background: #515158;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.ere-my-properties-filter li a {
    padding-right: 20px;
    font-weight: 700;
    color: #a05ca0;
    font-size: 14px;
}

.my-properties input#search_property {
    padding: 9px 10px;
    border: 1px solid #515158;
    text-align: center;
    background: #515158;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

section.ere-property-multi-step {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px 20px 20px;
}



.ere-heading:after {
    /*background-color: transparent;*/
    /*margin-bottom: 40px;*/
    display:none;
}

/*#ere-dashboard-sidebar-navbar-collapse>ul>li:last-child {*/
/*    display: none;*/
/*}*/

.ere-archive-property-wrap.ere-property-wrap .container {
    padding: 0px 15px;
}

.archive-property-action .property-status ul li a:focus,
.archive-property-action .property-status ul li a:hover,
.archive-property-action .property-status ul li.active a {
    background-color: #a05ca0 !important;
}

.ere-heading h2,
.ere-heading p {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #515158 !important;
}


/*My profile page end*/


/*Browse page start*/

.browse-sub-wrapper {
    padding: 30px 0px;
}

.propertie-search.search-wrap {
    position: inherit;
    align-items: flex-end;
    background: none;
    padding: 0px 15px 20px;
}

.propertie-search.search-wrap form,
.custom-form-sub-wrapper {
    border: 1px solid #515158;
    max-width: 360px;
    width: 100%;
}

.custom-search-wrapper {
    margin-right: 0!important;
    max-width: 360px;
    width: 100%;
}

.propertie-search.search-wrap input[type="submit"] {
    padding: 13px 0px;
}

.propertie-search.search-wrap input.search-field,
.custom-form-sub-wrapper input {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.propertie-search.search-wrap .search-wrap label:before {
    top: 7px;
}


/*Browse page end*/


/*Developer start*/

.ere-archive-property-wrap .ere-archive-agent {
    padding: 40px 15px;
}

.ere-heading-custom {
    padding: 40px 0px 0px 0px;
}

.archive-agent-action-custom {
    display: flex !important;
    padding: 0px 0px 0px 0px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.single-agent-element.agent-single {
    padding: 50px 0px 50px;
}

.single-agent-element .agent-title {
    font-size: 20px;
    font-weight: 700;
    color: #515158;
}

.agent-position {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #515158;
}

.agent-number-property {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #a05ca0;
}

.agent-contact.agent-info i {
    font-size: 20px;
}

.agent-contact.agent-info b,
.agent-contact.agent-info strong {
    font-size: 15px;
    font-weight: 600;
    color: #a05ca0;
    margin: 0px 5px;
}

.agent-contact.agent-info>div {
    margin-top: 5px;
}

.agent-contact.agent-info span {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #515158;
}

.agent-description {
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0px 15px;
    color: #515158;
}


/*Developer end*/


/*Contact us page start*/
.contact-input-wrap {
    display: flex;
    justify-content: space-between;
}
.contact-input-wrap label {
    font-size: 14px;
    color: #515158;
    line-height: 30px;
    margin-top: 10px;
        width: 48%;
}

.contact-input-wrap span {
    width: 100%;
    max-width: 100%;
}
.contact-input-wrap input {
    width: 100%;
    max-width: 100%;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
}
.contact-textarea-wrap textarea {
    height: 100px;
      width: 100%;
      
}

.contact-textarea-wrap label {
    width: 100%;
     font-size: 14px;
    color: #515158;
    line-height: 30px;
    margin-top: 10px;
}
.contact-submit-wrap input {
    border: 1px solid #a05ca0;
    padding: 8px 30px;
    background: #a05ca0;
    color: #fff!important;
    margin-right: -35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    
}
.contact-us-right-wrap {
    max-width: 460px;
}
.contact-us-left-wrap h2 {
    font-size: 18px;
    font-weight: 600;
    color: #a05ca0;
    text-transform: capitalize;
    margin: 25px 0px 5px;
}
.contact-us-left-wrap a {
       color: #0d3c5e;
}
.contact-us-left-wrap p {
    margin-left: 25px;
}

.contact-us-right-wrap .screen-reader-response ,
.contact-us-right-wrap .wpcf7-validation-errors {
    font-size: 12px;
    margin-bottom: 10px;
    color: #a05ca0;
    font-weight: 600;
}
.contact-us-right-wrap ul {
    margin: 10px 0 0 0;
  
}
.wpcf7-validation-errors {
    margin-top: 10px;
}
.contact-us-right-wrap ul li {
   color: #a05ca0;
    font-size: 10px;
}
/*Contact us page end*/
/*free tool start*/
.free-tool-wrap {
    max-width: 450px;
    margin: 0 auto;
}
.free-tool-wrap input[type="submit"] {
    margin-top: 30px;
}
/*free tool end*/


/*location-search start*/
.posts-list-wrapper.feature-wrapper {
    background: none!important;
    padding: 40px 0px 10px!important;
}
.posts-list-wrapper.feature-wrapper .gmw-get-directions {
    color: #a05ca0;
    font-size: 14px;
    font-weight: 700;
}
.posts-list-wrapper.feature-wrapper .address {
    color: #515158;
    font-size: 12px;
    font-weight: 700;
}
.gmw-results-wrapper.gray select {
    border: 2px solid #515158!important;
    height: 34px!important;
    color: #515158!important;
    border-radius: 4px!important;
    font-size: 14px!important;
    font-weight: 600!important;
    padding: 0px 5px!important;
}
.pagination-per-page-wrapper {
    background: none!important;
}
div.gmw-results-wrapper.gray ul.posts-list-wrapper {
  
    border-top: none!important;
 
}
.gmw-form-wrapper.gray .gmw-field-label {
     text-transform: uppercase!important;
    background-color: transparent!important;
    font-size: 14px!important;
    text-align: left!important;
    border: none!important;
}
.gmw-form-wrapper.gray {
    background: transparent!important;
    padding: 15px!important;
    border-top: none!important;
    border-bottom: none!important;
    margin-bottom: 1px!important;
        /*max-width: 500px;*/
}
.gmw-form-wrapper.gray .gmw-submit {
        width: auto!important;
    padding: 4px 22px!important;
    background-color: #a05ca0!important;
    border: 1px solid #a15ca1;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    margin-left: 8px;
    margin-top: 0;
    margin-bottom: 0;
}
.gmw-form-wrapper input[type=text],
.gmw-form-wrapper input[type=number],
div.gmw-form-wrapper.gray select{
       background: #fff;
    padding: 7px 8px !important;
    font-size: 14px!important;
    border-radius: 4px!important;
    height: auto!important;
}
div.gmw-results-message {
    border-top: none!important;
    border-bottom: none!important;
    font-size: 14px!important;
    font-weight: 600!important;
}
.gmw-form-wrapper form.gmw-form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gmw-form-wrapper .gmw-distance-field-wrapper {
    width: 20%;
}
.gmw-form-wrapper .gmw-address-field-wrapper {
      width: calc(80% - 135px);
}
.pagination-per-page-wrapper.bottom {
    display: none!important;
}
.pac-container.pac-logo {
    top: 350px!important;
}
.pac-container.pac-logo span {
       font-family: "Montserrat", sans-serif!important;
       color:#515158;;
       font-weight:500;
}
/*location-search end*/
/*==============hover effect start===============*/

a:hover {
    text-decoration: none;
}

.feature-container .pro-img:hover img {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-slider-post .btns i:hover {
    background: #a05ca0;
}

.top-bar ul li a,
.search-wrap input[type="submit"],
.news-contentwrapper .post-right a,
.north-btn a,
.LoanDeals a,
.nav-sub-container>div>ul>li:last-child a,
.sngl-pro-social-wrap i,
.custom-search-wrap input.search-submit,
.page-space.login-wrapper .ere-login-wrap .btn-primary,
.page-space.login-wrapper .ere-register-wrap .btn-primary,
.page-space.login-wrapper .ere-reset-password-wrap .btn-primary,
.my-properties .ere-post-content .btn-action,
.my-properties input#search_property,
.contact-submit-wrap input,
.free-tool-wrap input[type="submit"]{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


.news-wrapper.custom-news-wrap .post-right a:hover,
.page-space.login-wrapper .ere-login-wrap .btn-primary:hover,
.page-space.login-wrapper .ere-register-wrap .btn-primary:hover,
.page-space.login-wrapper .ere-reset-password-wrap .btn-primary:hover,
.my-properties .ere-post-content .btn-action:hover,
.my-properties input#search_property:hover,
.page-space.login-wrapper .ere-login-wrap .btn-primary:hover,
.page-space.login-wrapper .ere-register-wrap .btn-primary:hover,
.page-space.login-wrapper .ere-reset-password-wrap .btn-primary:hover,
.page-space.my-acc-wrapper .btn-primary:hover,
.archive-property-action .property-status ul li a:hover,
.single-agent-element.agent-single .btn:hover,.ere-access-denied .btn:hover,
.free-tool-wrap input[type="submit"]:hover{
    background: #a05ca0 !important;
    color: #fff;
    border-color: transparent;
}

.search-wrap input[type="submit"]:hover,
.custom-search-button:hover {
       background: #515158 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.news-contentwrapper .post-right a:hover,
.top-bar ul li a:hover,
.north-btn a:hover,
.LoanDeals a:hover,
.nav-sub-container>div>ul>li:last-child a:hover,
.custom-search-wrap input.search-submit:hover,
.contact-submit-wrap input:hover{
    background: #515158;
    color: #fff;
    border-color: transparent;
}

.sngl-pro-social-wrap i:hover {
    color: #515158;
}

.ere-archive-property.archive-property {
    padding: 40px 0px;
}

.custom-form-sub-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.custom-form-sub-wrapper input {
    height: auto !important;
    line-height: normal !important;
    color: #666;
}

.custom-search-button {
    padding: 12.5px 10px !important;
    height: auto !important;
    width: 79px !important;
}

form.custom-form-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px 35px;
}

.agent-info h2.agent-name {
    font-size: 16px !important;
    font-weight: 600;
}

.ere-agent.agent-list h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #515158 !important;
}

.ere-agent.agent-list p {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: #515158;
}

.ere-property.property-list .property-item-content .property-excerpt {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0px 15px !important;
    color: #515158;
}

/*=================hover effect end===============*/


@media (max-width: 1200px) {
    .LoanDeals a {
        /*margin-right: -60px;*/
        display: inline-block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    /*header start */
    .hdr-sub-container {
        flex-wrap: wrap;
        padding: 15px 0px 15px;
    }
    nav#site-navigation {
        display: none;
    }
    ul.sub-menu {
        background: #515158;
    }
    ul.sub-menu>li a {
        padding: 5px !important;
    }
    html body div.wprm-overlay {
        background: rgba(0, 0, 0, 0.6) !important;
    }
    /*header end */
    /*feature container start*/
    .feature-container {
        width: 50%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .research-projects-wrap h2 {
        margin: 15px 0px 35px;
    }
    .research-projects-wrap {
        padding: 35px 0px 0px;
    }
    /*feature container end*/
    .news-sidebar-wrapper,
    .sngl-pro-right-content-wrap,
    .single-custom-news-sub-wrap .news-details-sidebar {
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .news-sidebar-wrapper.custom-news-right-sidebar-wrap.sidebar-wrap-padding {
    padding-right: 0px;
    padding-left: 0px;
}
    .mobile-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .search-pahe-heading .custom-news-wrap {
        margin-top: 50px;
    }
    .search-pahe-heading .custom-select {
        margin-left: 0;
        margin-right: 15px;
    }
    .page-title-wrp {
        flex-direction: column;
    }
    /*my acc page start*/
    #breadcrumbs {
        text-align: center;
    }
    .page-space.login-wrapper .ere-login-wrap .btn-primary,
    .page-space.login-wrapper .ere-register-wrap .btn-primary,
    .page-space.login-wrapper .ere-reset-password-wrap .btn-primary,
    .page-space.my-acc-wrapper .btn-primary {
        margin-bottom: 20px;
    }
    .navbar-default .navbar-brand {
        font-size: 20px;
        font-weight: 700;
        color: #515158;
        text-align: center;
    }
    /*my acc page end*/
    
    /*footer start*/
    #footer-sidebar1, #footer-sidebar2 {
    padding-left: 0;
}
    
    /*footer end*/
}
@media (max-width: 800px){
div.gmw-results-wrapper.gray select {
    width: auto!important;
    max-width: initial!important;
}
}
@media screen and (max-width: 768px) {
    /*header start*/
    .logo-wrapper a img {
        max-width: 200px;
    }
    .bread-inner
    {
        justify-content: center !important;
    }
    
    .search-wrap form {
    max-width: 410px;
}
.search-wrap label {
    max-width: 308px;
}
.search-wrap h3 {
    font-size: 21px;
    letter-spacing: 1.3px;
}
    /*header end*/
    /*latest news start */
    .latest-news-wrap .news-container {
        display: block;
    }
    .latest-news-wrap .news-container .pro-img img {
        width: 100%;
        max-width: 100%;
    }
    .latest-news-content-wrap .news-contentwrapper {
        padding: 25px 0px 0px 0px;
    }
    /*Latest news end */
    /*single custom news start*/
    .single-custom-news-sub-wrap .detailssub-header {
        display: block;
        margin-top: 10px;
    }
    .single-custom-news-sub-wrap .news-contentwrapper {
        width: 100%;
    }
    .single-custom-news-sub-wrap .pimg {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .single-custom-news-sub-wrap .sngl-pro-social-wrap a {
        margin-left: 0px !important;
        margin-right: 10px !important;
    }
    .single-custom-news-sub-wrap .social-share-list {
        padding-bottom: 15px;
    }
    .above-archive-agent .archive-agent-action .archive-agent-action-item:first-child {
        margin-right: 0px !important;
    }
    /*single custom news end*/
    /*North res start*/
    .north-res-head-wrap {
        flex-direction: column;
    }
    .north-btn {
        margin-bottom: 20px;
    }
    /*North res end*/
    .contact-us-right-wrap {
    max-width: 100%;
}
.contact-input-wrap {
    display: block;
}
.contact-input-wrap label {
    width: 100%;
}
.footer-form-wrap {
    max-width: 400px;
}
}

@media screen and (max-width: 480px) {
    /*header start*/
    .logo-wrapper a img {
        max-width: 130px;
    }
    .top-bar ul li a {
        padding: 5px 5px;
        min-width: 85px;
    }
    .search-wrap form {
    max-width: 92%;
}
.search-wrap h3 {
    font-size: 4.5vw;
}
    /*header end*/
    /*feature container start*/
    .feature-container {
        width: 100%;
        margin-bottom: 30px;
        padding: 0px 0px;
    }
    .propertie-search.search-wrap {
        padding: 20px 0px 40px;
    }
    .propertie-search.search-wrap form {
        border: 1px solid #515158;
        max-width: 100%;
    }
    .featured-heading-wrap {
        padding: 40px 0px 10px;
    }
    /*feature container end*/
    /*Pum container start*/
    .pum-container.pum-responsive.pum-responsive-medium {
        max-width: 90% !important;
    }
    div#pum_popup_title_200 {
        font-size: 20px;
    }
    /*Pum container end*/
    /*my acc page start*/
    .my-properties .ere-post-content,
    .ere-post-thumb {
        float: none;
        width: 100%;
    }
    .archive-property-action .sort-property {
        width: 100% !important;
    }
    .above-archive-property .archive-property-action .archive-property-action-item:last-child {
        width: 100%;
        background: #f6f6f6;
    }
    .archive-property-action .sort-property,
    .archive-agent-action .sort-agent {
        width: 100% !important;
    }
    .custom-form-sub-wrapper {
        max-width: 100%;
    }
    /*my acc page end*/
    .agent-avatar img {
        width: 100%;
    }
    /*location-search start*/
    
    .gmw-form-wrapper form.gmw-form {
    flex-direction: column;
}
.gmw-form-wrapper .gmw-address-field-wrapper,
.gmw-form-wrapper .gmw-distance-field-wrapper{
    width: 100%;
}
.gmw-form-wrapper.gray {
    padding: 0px!important;
}
    /*location-search end*/
    
    
}

@media screen and (max-width: 350px) {
    /*header start*/
    .logo-wrapper a img {
        max-width: 105px;
    }
    .top-bar ul li a {
        padding: 3px 4px;
        min-width: 80px;
    }
    /*header end*/
}
.no_found{
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #a15ca1;
    font-weight: 800;
}

.breadcrumb_last{
    text-transform: capitalize;
}



.bread-wrapper
{
    
    background: #f7f7f7;
    border-top: 4px solid #515158;
}
.bread-inner
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
}
#breadcrumbs a
{
    text-transform: capitalize;
}



.post-type-archive .feature-container {
margin-bottom: 0px !important;
}

.tax-conveyencing-deals .bread-wrapper{
    display:none;
}

.tax-conveyencing-deals .bread-wrapper-new{
    display:block !important;
}


.tax-loan-deals .bread-wrapper{
    display:none;
}

.tax-loan-deals .bread-wrapper-new{
    display:block !important;
}




.outer-scontainer {
	background: #F0F0F0;
	border: #e0dfdf 1px solid;
	padding: 20px;
	border-radius: 2px;
}

.input-row {
	margin-top: 0px;
	margin-bottom: 20px;
}

.btn-submit {
	background: #333;
	border: #1d1d1d 1px solid;
	color: #f0f0f0;
	font-size: 0.9em;
	width: 100px;
	border-radius: 2px;
	cursor: pointer;
}

.outer-scontainer table {
	border-collapse: collapse;
	width: 100%;
}

.outer-scontainer th {
	border: 1px solid #dddddd;
	padding: 8px;
	text-align: left;
}

.outer-scontainer td {
	border: 1px solid #dddddd;
	padding: 8px;
	text-align: left;
}

#response {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    display:none;
}

.success {
    background: #c7efd9;
    border: #bbe2cd 1px solid;
}

.error {
    background: #fbcfcf;
    border: #f3c6c7 1px solid;
}

div#response.display-block {
    display: block;
}

table#userTable {
    width: 100%;
    text-align: center;
    border: 1px solid #a15ca1;
    padding: 0;
    border-bottom: none;
}
table#userTable tr {
    border-bottom: 1px solid red;
    display: flex;
	align-items: center;
}
th.table_row_th:nth-child(1) {
    border-right: 3px solid red;
}
th.table_row_th {
    text-align: center;
    width: 50%;
    font-size: 20px;
    padding: 8px 0;
    border-bottom: 3px solid red;
}
table#userTable tbody tr td {
    border-right: 1px solid red;
    padding: 7px 0;
    width: 100%;
}
.image_width .feature-container .pro-img img {
    height: auto;
    width: auto;
}
