li.footer_brand_li {
    display: inline-block;
    width: 49% !important;
    margin-left: 0 !important;
    vertical-align: top;
}

/* li.footer_menu_li {
    margin-left: 0 !important;
} */

.footer--style-1 #footer__navigation ul {
    margin-left: 0 !important;
}

.footer--style-1 #footer__navigation li {
    margin-left: 0 !important;
}

.footer__item h3 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .footer--style-1 .site-logo {
        margin-top: 0px !important;
    }


    /* .footer--style-1 .site-logo img {
        width: 100px;
    } */
}

@media (max-width: 768px) {
    .site-logo img {
        width: 50% !important;
        height: 70% !important;
    }
}

#footer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url('https://media.istockphoto.com/id/1173579665/vector/seamless-pattern-supermarket-grocery-store-food-drinks-vegetables-fruits-fish-meat-dairy.jpg?s=612x612&w=0&k=20&c=XQQ9oPb6lx4m32iPIrmb1fzugwqr-WRUJo8nTod1D2Q=');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

#footer {
    border-top: 11px solid gold;
}

@media (max-width: 998px) {
    .top-bar__logo {
        margin-left: unset;
    }
}

@media (max-width: 998px) {
    #hero {
        min-height: 300px !important;
    }
}

.top-bar {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(0 0 0 / 60%) 0%, rgba(255,255,255,0) 100%);
}

.text-black {
    color: rgb(0,0,0) !important;
}

.text-white {
    color: #fff !important;
}

.contact-form input::placeholder,.contact-form textarea::placeholder {
    color: #666;
    opacity: 1; /* Firefox */
}

#hero .__title {
    color: #fff !important;
}

.float-right {
    float: right;
}

.cursor-pointer {
    cursor: pointer;
}

.form__note {
    padding: 20px;
    background-color: #04AA6D;
    margin-bottom: 15px;
    border-radius: 45px
}

.form__note span {
    color: #fff;
}
