/*
Theme Name: Betheme Child
Description: Child theme for the Betheme theme
Version: 1.0.0
Author: Chen Cohen
Author URI: https://blossom-web.com/
Text Domain: betheme
Template: betheme
*/

/**
* YOUR CSS CODE, PUT IN assets/css/style.css
*/
#Top_bar #logo img {
    max-width: 80px;
}
#Top_bar .menu > li.logo-in-menu > a span:not(.description) {
    line-height: 0px;
}
#menu .logo-in-menu img {
    max-height: 60px;
}

#Header #Top_bar .top_bar_left {
    display: flex;
    width: unset;
    float: unset;
    justify-content: start;
}
#Top_bar nav ul {
    display: flex;
}

@media only screen and (min-width: 1240px) {
    #Header #Top_bar .container {
        max-width: unset;
    }
}

#Header #menu > ul > li > a {
    font-size: 22px;
}
#Header #Top_bar .menu > li.menu-button > a > span {
    background-color: var(--e-global-color-primary);
    color: white;
    border-radius: 3px;
    border: var(--e-global-color-primary) 1px solid !important;
    transition: all ease-in-out 250ms;
    padding: 12px 40px;
    line-height: 1.5em;
}
#Header #Top_bar .menu > li.menu-button > a > span:hover {
    background-color: transparent;
    color: var(--e-global-color-primary);
}

body .button-stroke button,
.elementor-widget-form .elementor-button[type="submit"] {
    background-color: var(--e-global-color-primary) !important;
}
body .button-stroke button:hover,
.elementor-widget-form .elementor-button[type="submit"]:hover {
    background-color: var( --e-global-color-accent ) !important;
}
body .button-stroke button,
.button-stroke input[type="submit"],
.elementor-widget-form .elementor-button[type="submit"]{
    color: white !important;
}

/* HOMEPAGE */
.home #Subheader {
    display: none;
}

.home .title-centered h4.elementor-image-box-title {
    text-align: center;
}

.home #hp-gallery .gallery .gallery-item .gallery-icon {
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
}
.home #hp-gallery .gallery .gallery-item {
    margin-bottom: 0 !important;
}

