/*
Theme Name: Umea Child
Theme URI: https://umea.qodeinteractive.com
Description: A child theme of Umea
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: umea
Template: umea
*/

.qodef-header-logo-image {
    margin-right: 30px;
}

.qodef-header-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Roboto,sans-serif;
    color: #000001;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    padding: 8px 30px;
    background-color: transparent;
    border: 1px solid #000001;
    cursor: pointer;
}

.qodef-header-button:hover {
    color: #fff !important;
    background-color: #000001;
    border-color: #000001;
}

.wp-block-social-link-anchor {
    color: #fff !important;
}

.wp-social-link-chain svg {
    display: none;
}

.wp-social-link-chain {
    background-image: url('../umea/assets/img/viber.svg');
    width: 20px;
    height: 20px;
}
    
    
footer .wp-social-link-chain {
    background-image: url('../umea/assets/img/ok.svg');
    width: 20px;
    height: 20px;
    background-size: cover;
}
footer .wp-block-social-link-anchor {
    height: 20px;
}

.topBarMenu {
    // position: fixed;
    max-width: inherit;
    z-index: 1001;
    transition: top 0.3s;
    top: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.upper_header {
    background-color: rgb(239, 239, 239);
    padding: 12px 21px;
}
.upper_header .container {
    height: 100%;
}

@media screen and (min-width: 480px) and (max-width: 1150px) {
    .upper_header .container {
        justify-content: space-evenly;
        padding: 0 20px;
    }
}
.upper_header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
@media screen and (min-width: 480px) and (max-width: 1150px) {
    .uh_info {
        display: flex;
        flex-direction: column; 
        column-gap: 8px;
        font-size: 14px;
    }
}
.uh_info {
    display: flex;
    flex-direction: column; 
    align-items: left;
    gap: 4px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.uh_info_email,
.uh_info_phone {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
   white-space: nowrap;
}

.uh_info_time {
    margin: 0;
}
.uh_links_body {
    padding: 0 10px;
    width: 100%;
}

.upper_header .uh_links_list {
    padding-left: 25px;
    margin: 0;
}

@media screen and (min-width: 480px) and (max-width: 1150px) {
    .uh_links_list {
        padding: 0;
        display: flex;
        flex-direction: row;
        font-size: 12px;
        column-gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 20px;
    }
}
    
@media screen and (min-width: 480px) and (max-width: 1150px) {
    .uh_link {
        margin: 0;
    }
}

.uh_link {
    display: inline-block;
    position: relative;
    margin: 0 8px 0;
    width: fit-content;
    font-size: 16px;
}

.uh_link:hover {
    background-color: rgb(20, 179, 187);
}

.uh_link:hover > span.uh_link_text,
.uh_link:hover > a,
.uh_link:hover > span a {
    color: #fff;
}

.uh_link_text {
    text-decoration: none;
    color: rgb(0, 0, 0);
    border-radius: 5px;
}


.uh_info_location {
    display: inline-flex;
    margin: 0;
    min-width: fit-content;
    font-size: 12px;
    font-size: 10px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
}

@media screen and (max-width: 1220px) {
    .uh_location {
        display: none;
    }
    .upper_header .uh_links_list {
        padding-left: 0;
    }
}
@media screen and (max-width: 800px) {
    .uh_info {
        display: none;
    }
}



.uh_link_dropdownInner,
.uh_link_dropdown {
    display: none;
    position: absolute;
    background-color: rgb(239, 239, 239);
    min-width: 200px;
    z-index: 1002;
}
.uh_link_dropdownInner {
    left: 96%;
    top: 20%;
}

.uh_link_dropdown-item {
    padding: 12px 16px;
    position: relative;
}
.uh_link:hover .uh_link_dropdown {
    display: block;
}

.uh_link_dropdown-item:hover .uh_link_dropdownInner {
    display: block;
}
.uh_info_time {
    white-space: nowrap;
}

.uh_link_dropdown-item:hover {
    background-color: rgb(20, 179, 187);
}
.uh_link_dropdown-item:hover a {
    color: white;
}

.uh_link_dropdownInner .uh_link_dropdown-item a {
    color: rgb(0, 0, 0)
}

.uh_link_dropdownInner .uh_link_dropdown-item:hover a {
    color: #fff;
}
.uh_link_subText {
    transition: color .1s ease-out;
}

#qodef-top-area {
    display: none !important;
}

input[type=checkbox].mobile-menu-check {
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}

.mobile-menu-switcher {
    display: none;
    cursor: pointer;
    margin-bottom: 0;
}

@media screen and (max-width: 720px) {
 .mobile-menu-switcher {
    display: block;
}
.uh_links_list {
    display: none;
    background-color: rgb(239, 239, 239);
}

.mobile-menu-check:checked ~ .uh_links_list{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    left: 0;
}

.mobile-menu-check:checked ~ .uh_links_list .uh_link_dropdownInner,
.mobile-menu-check:checked ~ .uh_links_list .uh_link_dropdown {
    display: block;
    position: static;
}

.mobile-menu-check:checked ~ .uh_links_list .uh_link_dropdown-item:hover {
    background-color: transparent;
}

.mobile-menu-check:checked ~ .uh_links_list .uh_link_dropdown-item:hover a {
    color: #444;
}
}


