/*
Theme Name: Metro PM
Theme URI: https://www.metropm.com.au/
Author: Appscore
Description: Custom template for Metro PM site. Please do not edit the .css files directly, use Sass for easier maintenance.
Version: 1.0
Text Domain: metropm
*/

body {
    overflow-x: hidden;
    font-size: 14px;
    font-family: "Montserrat", "Lato", sans-serif;
    color: #3c3d42;
}

label {
    margin-bottom: 0;
}

button {
    cursor: pointer;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: calc(50% - 8px);
}

.mpm-btn {
    min-width: 280px;
    padding: 10px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #d00a2d;
    color: #ffffff;
}

.mpm-btn.mpm-btn-red {
    background-color: #d00a2d;
    color: #ffffff;
}

.form-control {
    font-family: "Montserrat", "Lato", sans-serif;
    font-size: 13px;
    line-height: 25px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background-color: #ffffff;
    padding: 10px;
}

.form-control:focus {
    border-color: #d8d8d8;
    box-shadow: none;
}

nav.navbar {
    border-bottom: 1px solid #f4f4f4;
    background-color: #ffffff;
    transition: height 0.2s;
}

nav.navbar .navbar-brand>img {
    width: 33px;
}

nav.navbar .menu-brand>img {
    width: 116px;
    transition: width 0.2s, height 0.2s;
}

nav.navbar .menu {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

nav.navbar .menu .nav-item {
    margin: 5px 20px;
}

nav.navbar .menu .nav-link {
    color: #3c3d42;
}

nav.navbar .topbar {
    width: 100%;
    padding: 8px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4;
}

nav.navbar .topbar .topbar-left {
    width: 100%;
}

nav.navbar .topbar .topbar-right {
    width: 100%;
    font-size: 0;
}

nav.navbar .topbar .topbar-search-cont {
    position: relative;
}

nav.navbar .topbar .topbar-search-cont .topbar-search-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav.navbar .topbar .topbar-search-cont .topbar-search {
    font-size: 13px;
    display: block;
    color: #3c3d42;
    background: transparent;
    border: none;
    padding-left: 20px;
}

nav.navbar .topbar .topbar-item {
    font-size: 14px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

nav.navbar .topbar .topbar-item a {
    color: #3c3d42;
}

nav.navbar .topbar .topbar-item.topbar-chat {
    color: #d00a2d;
}

nav.navbar .topbar .topbar-item.topbar-chat button {
    color: #d00a2d;
    background: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

nav.navbar .topbar .submenu-item {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

nav.navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    width: 80%;
    height: 100vh;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 5px 0 20px -5px rgba(0, 0, 0, 0.15);
    flex-wrap: wrap;
}

nav.navbar .navbar-collapse.collapse {
    display: block;
    transition: left 0.15s cubic-bezier(0, 0, 0.35, 1);
}

nav.navbar .navbar-collapse.collapsing {
    height: 100vh !important;
    left: -50%;
    transition: left 0.15s cubic-bezier(0.3, 0.1, 0, 0);
}

nav.navbar .navbar-collapse.collapse.show {
    height: 100vh !important;
    left: 0;
    transition: left 0.15s cubic-bezier(0, 0, 0.35, 1);
}

nav.navbar .navbar-collapse>.container {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 576px) {
    .image-thumbnail {
        height: 200px;
    }
    nav.navbar .navbar-brand>img {
        width: 44px;
    }
}

@media (min-width: 992px) {
    nav.navbar {
        padding: 0;
    }
    nav.navbar .topbar .topbar-left,
    nav.navbar .topbar .topbar-right {
        width: auto;
    }
    nav.navbar .topbar .topbar-item {
        font-size: 15px;
        display: inline-block;
    }
    nav.navbar .topbar .topbar-item.topbar-chat::after {
        content: "|";
        display: inline-block;
        margin: 0 15px;
        font-weight: 400;
        color: #d9d9d9;
    }
    nav.navbar .topbar .submenu-item {
        display: inline-block;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    nav.navbar .navbar-collapse {
        position: static;
        top: 0;
        left: 0;
        background-color: transparent;
        width: auto;
        height: auto;
        z-index: 2;
        overflow-y: auto;
        overflow-x: hidden;
        box-shadow: none;
    }
    nav.navbar .navbar-collapse.collapse {
        height: auto !important;
        transition: none;
    }
    nav.navbar .navbar-collapse.collapsing,
    nav.navbar .navbar-collapse.collapse.show {
        height: auto !important;
        transition: none;
    }
    nav.navbar .navbar-collapse>.container {
        justify-content: center;
    }
    nav.navbar .menu {
        width: auto;
    }
    nav.navbar .menu .nav-item {
        margin: 30px 12px 0;
    }
}

@media (min-width: 1200px) {
    nav.navbar .menu-brand {
        margin: 0 20px;
    }
    nav.navbar .menu {
        font-size: 15px;
    }
}

.navbar-header.min-header {
    background-color: rgba(255, 255, 255, 0.95);
    background-image: none !important;
    border-bottom: none;
}

.navbar-header.min-header .menu-brand>img {
    width: 44px;
}

@media (min-width: 992px) {
    .navbar-header.min-header .menu .nav-item {
        margin-top: 5px;
    }
}

.pad-navbar {
    display: block;
    width: 100%;
    height: 66px;
}

@media (min-width: 576px) {
    .column-list-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .pad-navbar {
        height: 78px;
    }
}

@media (min-width: 992px) {
    .pad-navbar {
        height: 225px;
    }
}

body.admin-bar nav.navbar.fixed-top,
body.admin-bar nav.navbar .navbar-collapse {
    top: 46px;
}

@media (min-width: 783px) {
    body.admin-bar nav.navbar.fixed-top,
    body.admin-bar nav.navbar .navbar-collapse {
        top: 32px;
    }
}

#wpadminbar {
    position: fixed !important;
}

footer {
    padding: 30px 0;
    background: #f4f4f4;
}

footer .footer-links {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #606060;
    text-transform: uppercase;
}

footer .footer-links h3 {
    font-size: 14px;
    line-height: 25px;
    color: #3c3d42;
    font-weight: 700;
    margin-bottom: 15px;
}

footer .footer-links ul {
    list-style-type: none;
    padding: 0;
}

footer .footer-links ul li {
    margin-bottom: 15px;
}

footer .footer-links a {
    color: #606060;
}

footer .footer-links strong {
    font-weight: 600;
}

footer .footer-links .footer-contact {
    margin-bottom: 15px;
}

footer .footer-links .footer-social {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .image-thumbnail {
        height: 350px;
    }
    footer .footer-links {
        padding: 80px 0;
    }
    footer .footer-links .col-md-3a {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
    footer .footer-links .col-md-3b {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
}

section.footer-contact {
    padding: 30px 0;
    background: #f4f4f4;
}

section.footer-contact h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

section.footer-contact p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

section.footer-contact a {
    color: #606060;
}

section.footer-contact form {
    max-width: 816px;
    width: 100%;
    margin: 20px auto 0;
}

section.footer-contact form .form-control {
    max-width: 405px;
    width: 100%;
}

section.footer-contact form textarea.form-control {
    height: 157px;
}

@media (min-width: 768px) {
    .more_info_div {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    section.footer-contact {
        padding: 60px 0 40px;
    }
}

section.footer-newsletter {
    padding: 30px 0;
    background: #ffffff;
}

section.footer-newsletter h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

section.footer-newsletter form {
    max-width: 816px;
    width: 100%;
    margin: 15px auto 0;
}

@media (min-width: 768px) {
    section.footer-newsletter {
        padding: 40px 0;
    }
    section.footer-newsletter form .mpm-btn {
        min-width: 0;
        width: 100%;
    }
}

section.footer-copyright {
    padding: 20px 0;
    background: #ffffff;
    font-size: 11px;
    line-height: 25px;
    font-weight: 400;
    color: #606060;
    text-transform: uppercase;
    text-align: center;
}

section.footer-copyright a {
    color: #d00a2d;
}

@media (min-width: 768px) {
    section.footer-copyright {
        font-size: 13px;
    }
}

.social-icon,
.app-icon {
    display: inline-block;
    margin: 0 5px 15px;
}

.social-icon:first-child,
.app-icon:first-child {
    margin-left: 0;
}

.social-icon:last-child,
.app-icon:last-child {
    margin-right: 0;
}

.social-icon a {
    display: inline-block;
    color: #ffffff !important;
    font-size: 14px;
    width: 38px;
    line-height: 14px;
    text-align: center;
    padding: 12px;
    border-radius: 50%;
    background-color: #76797c;
}

.social-icon.social-facebook a {
    background-color: #0056a4;
}

.social-icon.social-twitter a {
    background-color: #00afec;
}

.social-icon.social-instagram a {
    background-color: #d73ca2;
}

*:focus {
    outline: none !important;
}

p {
    color: #606060;
}

@media (min-width: 768px) {
    .pr-md-small {
        padding-right: 4px;
    }
    .pl-md-small {
        padding-left: 4px;
    }
}

hr.divider {
    width: 62px;
    height: 1px;
    border: none;
    background-color: #e1e1e1;
    margin: 20px auto;
}

.full-width {
    width: 100vw;
    margin: 0 -50vw;
    position: relative;
    left: 50%;
    right: 50%;
}

.videoWrapper {
    position: relative;
    margin-top: 30px;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.home-slider {
    background-color: #f4f4f4;
    padding: 30px 0;
}

@media (min-width: 768px) {
    section.home-slider {
        padding: 40px 0;
    }
}

section.linkboxes {
    background-color: #ffffff;
    padding: 30px 0;
}

section.linkboxes .linkbox {
    border: 1px solid #e1e1e1;
    background-color: #fcfcfc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

section.linkboxes .linkbox span {
    display: block;
}

section.linkboxes .linkbox .image {
    width: 160px;
    margin-right: 20px;
    flex-grow: 0;
    flex-shrink: 1;
    text-align: center;
}

section.linkboxes .linkbox .details {
    flex-grow: 0;
    flex-shrink: 0;
    width: 130px;
}

section.linkboxes .linkbox .text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    text-transform: uppercase;
    color: #3c3d42;
    margin-bottom: 10px;
}

section.linkboxes .linkbox .link {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d00a2d;
}

@media (min-width: 768px) {
    .column-list-3 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    section.linkboxes {
        padding: 65px 0;
    }
}

section.heading {
    padding: 30px 0;
    background-color: #f4f4f4;
    text-align: center;
}

section.heading h1,
section.heading h2 {
    font-family: "Patua One", "Montserrat", "Lato", sans-serif;
    font-size: 32px;
    line-height: 34px;
}

@media (min-width: 768px) {
    section.heading {
        padding: 50px 0;
    }
    section.heading h1,
    section.heading h2 {
        font-size: 52px;
        line-height: 54px;
    }
}

section.content {
    padding: 30px 0;
    line-height: 24px;
}

section.content h1,
section.content h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

section.content h3 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

section.content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

section.content p {
    margin-bottom: 15px;
    color: #3c3d42;
}

section.content ul,
section.content ol {
    padding-left: 20px;
}

section.content ul li,
section.content ol li {
    margin-bottom: 15px;
    padding-left: 10px;
}

section.content a {
    color: #d00a2d;
}

section.content hr {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background: #dadada;
    border: none;
    clear: both;
}

section.content img {
    max-width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .custom.epl-search-form .epl-search-row,
    .epl-search-form .epl-search-row-full,
    .custom.epl-search-form .epl-search-submit-row {
        width: 24%;
    }
    section.content {
        padding: 40px 0;
    }
    section.content h1,
    section.content h2 {
        font-size: 28px;
        line-height: 38px;
    }
    section.content img.alignright {
        float: right;
        margin: 0 0 20px 20px;
    }
}

section.content ul.pagemenu {
    background-color: #eeeeee;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}

section.content ul.pagemenu>li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

section.content ul.pagemenu>li>a,
section.content ul.pagemenu>li>span.menu-item {
    width: 100%;
    margin: 0 30px;
    padding: 20px 0;
    display: inline-block;
    color: #3c3d42;
    font-weight: 700;
}

section.content ul.pagemenu>li:last-child {
    border-bottom: none;
}

section.content ul.pagemenu ul.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    border-top: 1px solid #e1e1e1;
}

section.content ul.pagemenu ul.submenu>li {
    margin: 0 30px;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #e1e1e1;
}

section.content ul.pagemenu ul.submenu>li>a {
    width: calc(100% - 15px);
    padding: 20px 0;
    display: inline-block;
    color: #3c3d42;
}

section.content ul.pagemenu ul.submenu>li:last-child {
    border-bottom: none;
}

section.content ul.pagemenu ul.submenu>li::before {
    content: "\f054";
    font-size: 10px;
    font-family: FontAwesome;
    display: inline-block;
    margin: 20px 0 0 -15px;
    width: 15px;
    vertical-align: top;
}

section.content ul.pagemenu.treemenu>li>a.menu-expand,
section.content ul.pagemenu.treemenu>li>span.menu-item.menu-expand {
    width: calc(100% - 90px);
    margin: 0 30px 0 5px;
    cursor: pointer;
}

section.content ul.pagemenu.treemenu>li i.menu-expand {
    cursor: pointer;
}

section.content ul.pagemenu.treemenu>li i.menu-expand::before {
    content: "\f0fe";
    display: inline-block;
    margin: 0 0 0 30px;
    width: 15px;
    vertical-align: top;
}

section.content ul.pagemenu.treemenu>li ul.submenu {
    background-color: #f4f4f4;
    display: none;
}

section.content ul.pagemenu.treemenu>li.opened i.menu-expand::before {
    content: "\f146";
}

section.content ul.pagemenu.treemenu>li.opened ul.submenu {
    display: block;
}


/*# sourceMappingURL=style.css.map */


/* ----- NEW STYLES ------ */

.rmore_soc {
    margin-top: 10px;
}

.news_rmore {
    text-decoration: none;
    background-color: #d00a2d;
    padding: 10px 30px;
    color: #FFF !important;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.news_rmore:hover {
    text-decoration: none;
}

.n_author {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.n_exerpt a {
    display: none;
}

.news_rows {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0px 3px 0px;
}

.pub_time {
    font-size: 10px;
    color: gray;
    text-transform: uppercase;
}

.l_rmore_col {
    border-right: 1px solid #e1e1e1;
}

.n_social_icons a {
    font-size: 11px;
    width: 25px;
    line-height: 14px;
    padding: 6px;
}

#n_lin_ic a {
    background-color: #0074bd;
}

#n_gplud_ic a {
    background-color: #d6301f;
}

.social-icon {
    margin-right: 0px;
}

.share_col {
    padding-top: 5px;
}

#prop_title {
    margin-bottom: 0px;
}

.filter_results {
    background-color: #f4f4f4;
    padding: 20px;
}

.fitler_res_tit {
    font-weight: 600;
}

.listed_at {
    text-transform: uppercase;
}

.price {
    float: left;
    margin-right: 10px !important;
    color: #d00000;
    font-weight: bold;
}

.price_feature {
    background-color: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    text-align: center;
    min-height: 28px;
}


/*.property-feature-icons span{ margin: 0 0 0 3px; }
.beds{ 
  border-left: 1px solid red;
  border-right: 1px solid red;
}
.bath{   border-right: 1px solid red; }*/

.more_info,
.ur-submit-button,
.user-registration-Button {
    background-color: #d00a2d;
    padding: 10px;
    color: #FFF !important;
    text-align: center;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 1.2;
    float: none !important;
}

.epl-search-btn {
    background-color: #d00a2d;
    color: #FFF;
    font-size: 11px;
    height: 40px;
    width: 100%;
}

.fm-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.epl-search-row.epl-search-row-select.epl-property_location.fm-block.epl-search-row-full {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.time_suburb {
    width: 100%;
}

.item-suburb {
    float: right;
    text-transform: uppercase;
}


/* -END - NEW STYLES ------ */


/* STYLING FOR EASY PROPERTY LISTING ----- */

.epl-search-row.epl-search-row-select.epl-property_category.fm-block.epl-search-row-full,
.epl-property_carport {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.epl-loop-tool.epl-tool-switch.epl-switch-view {
    display: none;
}

.epl-search-row.epl-search-row-select.epl-property_location.fm-block.epl-search-row-full,
.epl-search-row.epl-search-row-select.epl-property_category.fm-block.epl-search-row-full {
    margin-bottom: 10px;
}

.epl-search-row.epl-search-row-select.epl-property_bedrooms_max,
.epl-search-row.epl-search-row-select.epl-property_bathrooms,
.epl-search-row.epl-search-row-select.epl-property_carport {
    margin-bottom: 10px;
}

.epl-search-row.epl-property_price_from,
.epl-search-row.epl-property_price_to {
    display: inline-block;
    width: calc(50% - 7px) !important;
}

.epl-search-row.epl-property_price_from {
    margin-right: 5px;
}

.epl-search-row.epl-property_price_to {
    margin-left: 5px;
    margin-top: 27px;
}

.epl-search-row.epl-property_bathrooms label.epl-search-label.fm-label,
.epl-search-row.epl-property_carport label.epl-search-label.fm-label,
.epl-search-row.epl-property_price_to label.epl-search-label.fm-label,
.epl-property-single .status-sticker.new,
.epl-property-blog .status-sticker.new,
.epl-switch-view.epl-clearfix {
    display: none;
}

.container .epl-listing-post,
.epl-shortcode-listing .epl-property-blog.hentry {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.epl-property-blog .property-box,
#epl-sort-listings {
    width: 100% !important;
}

.listed_at {
    color: #bbb;
    font-size: 0.85em;
}

.epl-property-blog .property-box img {
    width: 100% !important;
    margin: 0 !important;
}

.epl-property-blog .entry-title {
    line-height: 1.3 !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.epl-property-blog .entry-title a {
    color: #000;
}

.epl-property-blog .price {
    margin: 0 !important;
    padding: 6px 20px;
    border-right: 1px solid #eaeaea;
}

.epl-property-blog .epl-excerpt-content p,
.epl-property-blog .price,
.epl-property-blog .secondary-heading {
    line-height: 1.4 !important;
    font-size: 12px;
}

.epl-property-blog .epl-excerpt-content p {
    margin-bottom: 10px !important;
}

.epl-property-blog .property-address {
    color: #bbb;
    font-size: 0.85em;
    text-transform: uppercase;
    margin: 0 !important;
    text-align: right;
}

.property-box.property-featured-image-wrapper {
    margin-bottom: 0 !important;
}

.epl-section-property-details {
    margin-top: 20px;
}

.epl_tabbed_map_control {
    display: none !important;
}

.epl-section-property-details .property-feature-icons .property-icons {
    background-color: #f3f3f3;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.property-feature-icons {
    margin: 0 !important;
}

.epl-property-blog .entry-content {
    margin-top: 15px !important;
    margin-bottom: 50px !important;
}

.page-price {
    color: #d8032c;
    font-size: 16px;
    font-weight: 700;
}

.property-status {
    color: #d8032c;
}

.property-info {
    display: inline-block;
}

.tab-content .property-info {
    padding: 50px 0;
}

.features-type {
    font-weight: 400 !important;
}

.property-info:first-child {
    margin-right: 4em;
}

.property-content-wrapper {
    margin-top: 17px;
}

.custom .epl-search-label {
    display: none !important;
}

.custom .epl-search-row.epl-search-row-select.epl-property_location.fm-block.epl-search-row-full,
.custom .epl-search-row.epl-search-row-select.epl-property_category.fm-block.epl-search-row-full,
.custom .epl-search-submit-row.epl-search-submit.property-type-search {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home-search,
.home-properties {
    padding: 50px 0;
}

.home-properties {
    background-color: #f4f4f4;
}

.home-properties .epl-shortcode {
    margin-top: 20px;
}

.custom.epl-search-form.epl-sb-current {
    text-align: center;
}

.my-listing-post .epl-blog-image img {
    width: 100%;
    height: 100%;
}

.my-listing-post .row.property-icons {
    margin-left: 0;
    margin-right: 0;
}

.my-listing-post .property-feature-icons {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.my-listing-post .property-address {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.my-listing-post .epl-excerpt-content {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.my-listing-post .property-address a {
    color: #000;
    text-decoration: none;
}

.home-map #epl-advanced-map {
    float: none;
}

.column-list-3 {
    margin-top: 30px;
}

a {
    color: #d7032b;
    text-decoration: none;
}

.image-thumbnail {
    background-size: cover;
    background-position: top:
}

.fancybox-opened {
    opacity: 1 !important;
}

.simplefavorite-button {
    background-color: #252c33;
    padding: 10px;
    color: #FFF !important;
    text-align: center;
    display: block;
    width: 100%;
    min-height: 36px;
}

.user-registration-Input {
    padding-left: 10px;
    padding-right: 10px;
}

.row .ur-frontend-form.login {
    padding: 20px 10px;
    height: 100%;
}

.upper-login-form {
    margin-bottom: 15px;
    min-height: 220px;
}

.ur-form-row .form-row {
    margin-right: 0;
    margin-left: 0;
}

.container .ur-frontend-form form .ur-form-row .ur-form-grid {
    padding: 0 15px;
}

.container #user-registration .user-registration-MyAccount-content {
    background: none;
    padding: 0;
    border: none;
    overflow: hidden;
}

.container #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active {
    background: none;
    border: none;
}

.more_info_div {
    margin-top: 15px;
}

.container .user-registration-MyAccount-navigation {
    border: 1px solid #eaeaea;
    margin-bottom: 20px !important;
}

.container #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
    position: inherit;
}

.container #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    font-weight: 400;
    color: #bbb;
    font-size: 0.9em;
}

.epl-property-single .entry-title {
    font-size: 2em !important;
}

.epl-slider-thumb-container .pav .c,
.epl-slider-thumb-container .p:hover .c {
    display: none !important;
}

.fitler_res_tit {
    font-size: 1rem;
    font-weight: 800;
}

.epl-search-row.epl-search-row-select.epl-property_location.fm-block.epl-search-row-full,
.epl-search-row.epl-search-row-select.epl-property_category.fm-block.epl-search-row-full {
    width: 100%;
}

select {
    height: 40px;
    width: 100%;
    border-radius: unset;
    border: 1px solid #eaeaea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
    padding-left: 0.9rem;
}

.field {
    position: relative;
}

.field:after {
    content: '\f078';
    font: normal normal normal 10px/1 FontAwesome;
    color: #eaeaea;
    right: 11px;
    top: 0;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.epl-search-form-my-custom {
    text-align: center;
}

.epl-search-form-my-custom label {
    display: none !important;
}

.epl-search-form-my-custom .epl-search-row {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.epl-search-form-my-custom .epl-search-submit-row {
    display: inline-block;
    width: 100%;
}

.profile-picture {
    margin-bottom: 1.5rem;
}

.epl-button-wrapper {
    width: 49.5%;
    display: inline-block;
    margin: 0;
}

.epl-button.button-1form {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.home-search>.container>ul>li>a {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .epl-search-form-my-custom .epl-search-row,
    .epl-search-form-my-custom .epl-search-submit-row {
        max-width: 24%;
    }
}

.inspect-heading {
    background: #f4f4f4;
    min-height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 0.04em;
    line-height: 45px;
    text-align: left;
    color: #3c3d42;
    position: relative;
}

.inspect-heading .inspect-filter {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
}

.upper {
    text-transform: uppercase;
}

.inline {
    display: inline-block;
}

.property-item {
    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
}

.property-img {
    vertical-align: top;
}

.property-img img {
    margin: 0 !important;
    width: 235px;
    height: 235px;
}

.property-info {
    padding: 50px;
}

.available {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 12px;
    text-align: left;
    color: #020202;
}

.property-heading {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 22px;
    color: #3c3d42;
}

.inspect-time,
.fa-clock {
    color: #D00A2D !important;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 13px;
}

.price_feature.inspect {
    min-width: 480px;
}

.property-info.inspect {
    min-width: calc(100% - 240px);
}

.property-suburb {
    position: absolute;
    top: 0;
    right: 0;
}

.property-more-info {
    width: calc( 100% - 514px);
    vertical-align: top;
    margin-left: 30px
}

.property-more-info .button {
    margin-bottom: 20px;
}

.inspect-sortby {
    text-transform: none;
    color: #3c3d42 !important;
}

.inspect-sortby.active {
    color: #D00A2D !important;
}

@media only screen and (max-width: 1200px) {
    .property-more-info .button {
        display: inline-block;
        height: 36px;
        width: 49.6%;
    }
    .property-info.inspect .inline {
        display: block;
    }
    .property-info.inspect {
        min-width: calc( 100% - 614px);
    }
    .price_feature.inspect {
        min-width: 474px;
    }
    .property-more-info {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .property-more-info .simplefavorite-button {
        padding: 0;
    }
    .property-img img {
        height: 350px;
        width: 350px;
    }
}

@media only screen and (max-width: 992px) {
    .price_feature.inspect {
        min-width: 100%;
    }
    .property-info.inspect {
        min-width: 100%;
    }
    .property-img img {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .property-more-info .button {
        width: 100%;
    }
    .property-info {
        padding: 20px;
    }
    .inspect-heading .inspect-filter {
        position: inherit;
        margin-left: 10px;
    }
}

.property-available {
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #d8032c;
}

.epl-search-custom select {
    text-transform: uppercase;
}

.news_rows .n_exerpt a {
	display: initial !important
}

.tool-pagination .pages {
    padding-left: 0;
}

.tool-pagination li {
    display: inline-block;
    list-style-type: none;
}