/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Theme Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: Ahmed Hussain Realtor, Real Estate Agents in Dubai, Offplan properties in Dubai, Premium properties Available in Dubai, buy property in Dubai, Emaar the Valley.
Designed by Roots Multimedia
*/

/* Add your custom styles here */
:root {
    --color-primary: #002e53;
    --color-secondary: #B8D9DE;
    --color-white: #fff;
    --title-gradient: #002e53;
    --btn-hover: #002e53;
    --text: #353a3f;
    --black: #000 !important;
  }
li {
    margin-bottom: 20px;
}
.sub-menu li, .menu li {
    margin-bottom: 0 !important;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    color: #fff !important;
}
input.wpcf7-submit[type="submit"] {
    width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.intl-tel-input {
    display: block !important;
}

.heading-light {
    font-size: 40%;
    font-weight: 300;
    line-height: 30%;
}
small {
    font-size: 100%;
    font-weight: 300;
}

.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav ul li {
    margin: 10px;
}
.main-nav ul li a {
    padding: 5px 10px;
    border-radius: 5px;
}
.main-nav ul li a:hover {
    background: var(--btn-hover);
    color: var(--color-white);
}
.site-navigation ul.menu li ul {
    background: #004A86 !important;
    min-width: 300px !important;
    padding-top: 25px !important;
}
.site-header .site-navigation ul.menu li:hover {
    background: #002E53 !important;
}
/*Custom Blog*/
.comments-area {
    max-width: 1140px;
    margin: 0 auto;
}