/* 
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
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: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.about-card .elementor-widget-image-box figure.elementor-image-box-img img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.about-card .elementor-image-box-wrapper {
    height: 340px;
}


.custom_row_two {
    position: sticky;
    top: 0;
}

.custom_row_one {
    position: sticky;
    top: 0;
}



.page-id-13 main#content {
    margin-top: -125px;
}

/* ALL PAGES EXCEPT HOME */
body:not(.home) ul#menu-main-menu a {
    color: black;
}

body:not(.home) .header_custom {
    box-shadow: 0px 1px 20px #00000012;
}


/* HOME PAGE ONLY */
body.home ul#menu-main-menu a {
    color: white;
}

body.home .header_custom {
    box-shadow: none;
}


@media (max-width: 768px) {


.custom_row_two {
    position: unset;
}

.custom_row_one {
    position: unset;
}
}



