/*
Theme Name: Livecleantoday Basic Theme
Author: Balias Ivan
Version: 2.0
*/

@font-face {
    font-display: swap;
    font-family: OoohBaby;
    src: url(fonts/OoohBaby-NormalNew.ttf);
    font-weight: normal;
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    src: url(fonts/Roboto-Light.ttf);
    font-weight: normal;
}

body {
    font-family: Roboto;
    color: var(--text_base_color);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--headings-color);
}

p {
    color: var(--paragraph-color) !important;
}

a {
    transition: all 200ms linear;
    color: var(--link-color) !important;
}

a:hover {
    color: var(--link-hover-color);
}

*[type='submit'], *[type='button'] {
    background-color: var(--button-color) !important;
    transition: background-color 400ms linear;
}

*[type='submit']:hover, *[type='button']:hover {
    background: var(--button-hover-color) !important;
}

.primary_bg {
    background-color: var(--primary-color);
}

.primary_text {
    color: var(--primary-color) !important;
}

.secondary_bg {
    background-color: var(--secondary-color);
}

.secondary_text {
    color: var(--secondary-color) !important;
}

.white {
    color: white;
}


.elem_menu {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right-block > div {
    flex-basis: max-content;
}

.block__header-region {
    display: flex;
    align-items: center;
    height: 100%;
}

.block__header-region > .btn-region {
    display: flex;
    font-size: 18px;
    align-items: center;
    height: 100%;
    gap: 10px;
}

.block__header-region span:last-child {
    font-size: 22px;
    font-family: "Roboto", Sans-serif;
    color: rgb(29, 49, 66);
}

@media (max-width: 992px) {
    .footer_desctop_new {
        background-image: linear-gradient(270deg, #DEECFC 60%, #0073A9 0%) !important;
    }
}


@media screen and (max-width: 998px) {
    .block__header-region span:last-child {
        font-size: 13px;
    }
}

@media (min-width: 100px ) and (max-width: 1200px) {
    .header-row .fit-picture {
        margin-bottom: 10px !important;
        margin-left: -15px;
    }
}

.footer_desctop_new {
    background-color: transparent;
    background-image: linear-gradient(270deg, #DEECFC 65%, var(--primary-color) 0%) !important;
}

footer .left_section {
    background-color: var(--primary-color);
}

#top-nav-ul > li > ul {
    margin: 0;
    margin-top: 14px;
}

@media (max-width: 770px) {
    .footer_desctop_new {
        background-color: transparent;
         background-image: linear-gradient(270deg, #DEECFC 100%, #0073A9 0%) !important;
    }
}

@media (max-width: 600px) {
    #twelve_section {
        max-height: max-content !important;
    }
}

@media (min-width: 950px) {
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
        border-bottom: solid var(--primary-color) 3px !important;
        padding: 15px 15px 26px 15px;
        margin-bottom: -14px;
    }
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f9f9fd;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--primary-color) !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #f9f9fd;
}

@media (max-width: 1200px) {
    .wpcf7 {
        max-width: 500px !important;
    }

    .col-md-5 {
        width: 45% !important;
    }
}

@media (max-width: 450px) {
    .menu.mobile {
        grid-template-columns: 0.5fr 0.5fr 2fr 1fr 1fr 3fr !important;
    }
}

@media (max-width: 1000px) {
    .menu.mobile {
        grid-template-columns: 0.5fr 0.5fr 2fr 3fr 1fr 3fr !important;
    }
}