/*
Theme Name: Realty
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

/* Header */
.dash-logo.logo a img {
    max-height: 40px;
}

.footer_logo.logo img {
    max-height: 60px;
}

a.signup-nav-link {
    color: #333;
}

a.signup-nav-link:hover {
    color: #0EA901;
    background-color: unset !important;
}

li.current_page_item a.nav-link {
    color: #0EA901;
    background-color: rgba(14, 168, 0, 0.08);
    border-bottom: 4px #0EA901 solid;
    margin-top: -4px;
}


.header-main-wrap .login-register-nav .btn-icon-login-register {
    color: #333333;
}

.header-main-wrap .login-register-nav .btn-icon-login-register:hover {
    color: #0EA901;
}

.list-3-cols.list-unstyled li {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.frontend-submission-page {
    min-height: 730px;
}

.login-form-page-text {
    display: flex;
    justify-content: center;
}

.dropdown-menu.show div.inner {
    overflow-x: hidden;
}

/* Property agent form */
.property-form-tabs-wrap {
    border: 1px solid #dce0e0;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
}

.property-form-tabs .nav-tabs .nav-link.active,
.property-form-tabs .nav-tabs .nav-link:focus,
.property-form-tabs .nav-tabs .nav-link:hover {
    background-color: rgba(14, 168, 0, 1);
    color: white;
}

.control.control--checkbox a {
    display: contents;
}

.print-logo-wrap .logo img {
    max-width: 200px;
    /* Set the maximum width to 100% of its container */
    height: auto;
    /* Maintain aspect ratio */
}

.agent-social-media {
    display: flex;
    justify-content: center;
}

/* Price table */
.price-table-description li {
    border-top: 0px;
}

/* Footer */
.footer-bottom-wrap a:hover {
    color: #0EA901 !important;
}

.footer-nav li.current_page_item a {
    color: #0EA901;
    font-weight: 500;
}

.forminator-is_hover input,
.forminator-is_active input,
.forminator-is_hover textarea,
.forminator-is_active textarea {
    -webkit-box-shadow: inset 0 0 2px #333 !important;
    -moz-box-shadow: inset 0 0 2px #333 !important;
    box-shadow: inset 0 0 2px #333 !important;
}

button.forminator-button-submit {
    margin-top: 20px !important;
    display: block !important;
    width: 100% !important;
    border-radius: 0.25rem !important;
    box-shadow: none !important;
}

/* .alert {
    display: block;
} */

.submit-login-required {
    display: flex;
    justify-content: center;
}

.dashboard-display-name {
    line-height: 1.5rem;
}

.dashboard-side-menu-wrap .side-menu .side-menu-item {
    line-height: 2.5rem;
}