/*
Theme Name: MySolar Theme
Author: tia
Version: 1.0
*/

h1, h2, h3, h5, .site-title {
    font-family: 'Belleza', sans-serif;
}

body, h4, p, .small-text{
    font-family: 'Inter', sans-serif;
}

h1{
    font-size: var(--H1, 64px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
}

h2{
    font-size: var(--H2, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
}

h3{
    font-size: var(--H3, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
}

h4{
    font-size: var(--H3, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
}

h5{
    font-size: var(--H3, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
}

.small-text{
    font-size: var(--Subheading, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
}

.small-text-icon::before{
    width: 24px;
    height: 24px;
    background-color: #AAB1A9;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

p{
    font-size: var(--Paragraph, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

a{
    text-decoration: none;
}

a:hover{
    opacity: 0.8;
}

img{
    object-fit: contain;
}

.color-white{
    color: white;
}

a.btn, .wp-block-button.btn a, button.btn{
    padding: 12px 20px;
    color: var(--Charcoal, #1E1E1E) !important;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 0 !important;
}

a.btn:hover, .wp-block-button.btn a:hover, button.btn:hover{
    opacity: 0.8;
}

a.btn-yellow, .wp-block-button.btn-yellow a, button.btn-yellow{
    background: #FFB81C !important;
    border: 1px solid #FFB81C !important;
}

a.btn-white, .wp-block-button.btn-white a, button.btn-white{
    background: white;
    border: 1px solid #1E1E1E;
}

@media (max-width: 767px) {
    h1{
        font-size: 40px !important;
    }
    h2{
        font-size: 36px !important;
    }
    h4{
        font-size: 24px !important;
    }
    p{
        font-size: 16px !important;
    }
}

header .announcement-bar{
    background: #24302A;
    color: white;
}

header .main-header{
    /*background-color: #1E1E1E;*/
    color: white;
}

header .main-header.sticky-active {
    background-color: #24302A !important; /* change to yellow on sticky */
  }

header .logo, header .logo img{
    width: 133px;
}

header nav ul{
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
}

header nav ul a, header .menu-mobile ul a{
    color: white;
}

.header-toggled {
    background-color: #24302A; /* or any color you want */
  }

header .hamburger{
    background-color: transparent;
    border: none;
}

header .hamburger i{
    color: white;
}

header .menu-mobile{
    padding: 25px;
    background-color: #24302A;
}

header .menu-mobile ul{
    list-style: none;
    padding-left: 0;
}


header .menu-mobile ul li{
    padding-bottom: 15px;
}

footer{
    background-color: #24302A;
    color: white;
}

footer .logo, footer .logo img{
    width: 205px;
}

footer a{
    color: white;
}

footer ul{
    list-style: none;
    padding-left: 0;
}

footer li{
    padding-bottom: 10px;
}

footer h3{
    color: #FFB81C;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}

footer .socials, footer .socials i{
    color: #FFB81C;
}

.site-main{
    margin-top: -100px;
}

.mt-neg-60{
    margin-top: -60px;
}

.mt-neg-90{
    margin-top: -90px;
}

.form-sticky{
    position: sticky !important;
    top: 190px;
}

@media (max-width: 767px) {
    .form-sticky{
        position:  relative !important;
        top: 0;
    }
    .icon-arrow h4{
        font-size: 16px !important;
    }
}

