/*
Theme Name: Themify Corporate Child
Theme URL: http://yourdomain.com
Description: Child theme
Template: themify-corporate
Version: 1.0.0
Text Domain: themify-child
*/


.custom-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1370px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}

.custom-header__top {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 18px 0;
    z-index: 99;
    position: relative;
}

.custom-header-logo {
    transition: margin .3s ease-in-out;
}

.custom-header-logo:hover {
    margin: -5px 0 5px 0;
}

.custom-header-logo img {
    width: 200px;
}

.custom-header-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-header-contacts__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 30px;
}

.custom-header-contacts__item:hover .header-contact-item-icon {
    background: #d67667;
}

.custom-header-contacts__item:hover .header-contact-item-icon svg {
    fill: #fff;
}

.header-contact-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #d67667;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 4px 8px #00000073;
    transition: background-color .3s ease-in-out;
}

.header-contact-item-icon svg {
    width: 30px;
    fill: #D67667;
    transition: fill .3s ease-in-out;
}

.header-contact-item-text {
    margin: 0 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.custom-header__bottom {
    background: #d67667;
    padding: 15px 0;
    z-index: 99;
    position: relative;
}

.custom-desctop-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-menu-link {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    border-bottom: solid 2px transparent;
    transition: border-color .3s ease-in-out;
}

.custom-menu-link:hover {
    border-bottom: solid 2px;
}

.menu-burger-icons {
    transition: transform .5s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-burger-icons__burger {
    cursor: pointer;
    width: 35px;
    fill: #fff;
}

.menu-burger-icons__close {
    display: none;
    cursor: pointer;
    width: 35px;
    fill: #fff;
}

.mobile-menu-content {
    margin: -450vh 0 0 0;
    transition: margin 1s ease;
}

.custom-mobile-menu {
    position: absolute;
    background: #fff;
    left: 0;
    display: flex;
    flex-flow: column;
    width: 100%;
}

.custom-mobile-menu a {
    color: #000;
    border-bottom: solid 0.5px #dbdbdb;
    padding: 14px 0;
    font-size: 20px;
}

.mobile-phone .header-contact-item-icon {
    background: none;
    padding: 0;
    box-shadow: none;
    width: unset;
    height: unset;
}

.mobile-phone .header-contact-item-icon svg {
    fill: #fff;
}

.mobile-phone .header-contact-item-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-left: solid 2px #fff;
    padding-left: 8px;
    margin-left: 8px;
}

@media screen and (max-width: 1200px) {
    .pc-phone {
        display: none;
    }

    .custom-desctop-menu {
        display: none;
    }

    .custom-header__bottom {
        min-height: 37px;
    }
}

@media screen and (min-width: 1201px) {
    .menu-burger-icons {
        display: none;
    }

    .mobile-menu-content {
        display: none;
    }

    .mobile-phone {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .pc-quote .header-contact-item-icon {
        display: none;
    }

    .pc-quote .header-contact-item-text {
        font-size: 20px;
        font-weight: 600;
    }

    .custom-header-logo img {
        width: 160px;
    }

    .mobile-phone .header-contact-item-text {
        border: none;
    }

    .mobile-phone .header-contact-item-icon {
        display: none;
    }

    .header-contact-item-text {
        text-align: right;
    }
}