/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* Custom CSS */
h1 {
    color: #004f80 !important;
    font-weight: 600 !important;
}

.button-home-white:hover {
    color: #ffffff !important;
    background-color: #407ba0 !important;
}

.wpcf7-spinner {
    position: absolute !important;
}

.wpcf7-submit {
    background-color: #0063a0 !important;
}

.wpcf7-submit:hover {
    background-color: #407ba0 !important;
}

.wpcf7-response-output {
    color: #ff2616 !important;
}

.post-password-form input[type=password] {
    color: #000000 !important;
}

.sub-menu {
    width: max-content !important;
}

.sub-menu li {
    width: 100% !important;
}

.desc_wrapper > h3 {
    background-color: #ffffff;
    padding-top: 10px;
}

.photo_box > h4 {
    font-size: 150% !important;
    line-height: 1.25 !important;
}

.footer_button {
color: #65666C!important;
background-color: transparent;
box-shadow: none!important;
border: 1px solid #65666C !important;	
}

.footer_button:hover {
color: #65666C!important;
background-color: transparent;
box-shadow: none!important;
border: 1px solid #65666C !important;	
}

.button_size_2 {
margin: 0 10px 15px 0;
}

#Header_wrapper {
    position: relative;
    margin: 0 1% !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .woocommerce a.added_to_cart, .wc-block-components-button:not(.is-link), .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--mfn-button-gap);
    position: relative;
    box-sizing: border-box;
    font-family: var(--mfn-button-font-family);
    font-size: var(--mfn-button-font-size);
    font-weight: var(--mfn-button-font-weight);
    font-style: var(--mfn-button-font-style);
    letter-spacing: var(--mfn-button-letter-spacing);
    line-height: 16px;
    padding: var(--mfn-button-padding);
    border-width: var(--mfn-button-border-width);
    border-style: var(--mfn-button-border-style);
    border-radius: var(--mfn-button-border-radius);
    outline: unset;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: color var(--mfn-button-transition) ease-in-out, background-color var(--mfn-button-transition) ease-in-out, border-color var(--mfn-button-transition) ease-in-out;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px !important;
        line-height: 1.1 !important;
    }

    h2 {
        font-size: 32px !important;
        line-height: 1.1 !important;
    }

    .photo_box > h4 {
        font-size: 100% !important;
        line-height: 1.1 !important;
    }
}

/* End Custom CSS */