/* ===================================================================================

* Theme Name: Reland Child
* Theme URI: https://www.themegenix.net/reland/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Reland - Real Estate Group WordPress Theme
* Version: 1.5
* Template: reland
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.btn {
    color:#191F2F;
}
.btn:hover {
    color:#fff;
}
.contact-form-wrap .form-submit input[type="submit"], .newsletter-form .list-wrap li.submit-btn input[type="submit"] {
    color:#191F2F;
}
.contact-form-wrap .form-submit input[type="submit"]:hover, .newsletter-form .list-wrap li.submit-btn input[type="submit"]:hover {
    color:#fff;
}
.scroll-top {
    color:#191F2F;
}
.scroll-top:hover {
    color:#fff;
}
.footer-newsletter button {
    color:#191F2F;
}
.footer-newsletter button:hover {
    color:#fff;
}

/* header */
.menu-area-two .menu-nav ul {
    margin-right:20px;
}
.header-action .header-contact ul li a {
    color:#191F2F;
}
.header-action .icon a {
    border:1.3px solid #191F2F;
}
.icon.burger-menu {
    background-color: #191F2F;
    color:#fff;
    border-radius: 10px;
}
.elementor-page-83 .header-action .header-contact ul li a {
    color:#E2B9B3;
}
.elementor-page-83 .header-action .icon a {
    border:1.3px solid #E2B9B3;
}
.elementor-page-83 .icon.burger-menu {
    background-color: #E2B9B3;
    color:#fff;
    border-radius: 10px;
}
.sticky-menu .header-action .header-contact ul li a {
    color:#E2B9B3;
}
.sticky-menu .header-action .icon a>span {
    background:#fff;
}
.sticky-menu .icon.burger-menu {
    background-color: #E2B9B3;
}
.burger-menu-visible .fullscreen-menu .offNav, .burger-menu-visible .menu-area-two.transparent-header.sticky-menu {
    background: #191F2F;
}
.side-menu-inner .navigation li>a, .fullscreen-menu .navigation li>a {
    font-family: "Futura", Sans-serif;
}
.header-social2, .header-social2 li {
    display: none;
}
.header-social .list-wrap li a, .menu-area .mobile-nav-toggler {
    border:1.3px solid #191F2F;
    color:#fff;
    background-color:#191F2F;
}
.header-social .list-wrap li a:hover, .menu-area .mobile-nav-toggler:hover {
    color:#191F2F;
    background-color:#fff;
}
.menu-area .mobile-nav-toggler {
    padding:10px;
    border-radius:10px;
}

@media (min-width: 601px) {
    .header-social2 li.social {
        display: inline-block;
    }
}
@media (max-width: 600px) {
    .menu-area-two .menu-nav {
        width:100%;
        flex-wrap:nowrap;
    }
    .header-action .icon a {
        height:50px;
    }
    .header-social2 li.phone {
        display: inline-block;
        margin-left:30px;
    }
    .header-social .list-wrap li a {
        width:50px;
        height:50px;
    }
}

/* footer */
.footer-top {
    padding:50px 0 0;
}
.footer-bottom {
    padding:0 0 50px;
}
.footer-widget {
    margin-bottom:0;
}
.footer-contact {
    margin-top:20px;
}

@media (max-width: 991.98px) {
    .header-action .icon a>span {
        background: #fff;
    }
}