/* 
Theme Name: Maoma Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Maoma Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: maoma-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Styles */

a, a:hover {
    color: unset;
}

.text-underline {
    text-decoration: underline !important;
}

.hero-section-content {
    max-width: 650px !important;
}

.contacts-icon-box h4 {
    margin-top: 0px !important;
}


/* Breakpoints */

/* Laptop */
@media (min-width: 1025px) and (max-width: 1600px) {

    .menu-row .menu-row-image {
        width: 30% !important;
    }

    .menu-row .menu-row-content {
        width: 38% !important;
    }

}


/* Mobile */
@media (max-width: 766px) {

    .display-mobile-none {
        display: none !important
    }

}