.crayons-header { height: 108px; background-color: $color-2nd; .crayons-header__container { height: $header-top-height; background-color: $color-2nd; @media only screen and (max-width: $breakpoint-md) { z-index: 200; display: block; } @media only screen and (max-width: $breakpoint-md) { padding: 0; } .crayons-icon { @media only screen and (max-width: $breakpoint-md) { transition: transform 0.3s ease; } } &--logo { display: flex; justify-content: space-between; align-items: center; @media only screen and (max-width: 768px) { padding: 8px 0 8px 16px; } } .site-logo { display: flex; align-items: center; gap: 4px; max-width: fit-content; font-size: $logo-font-size; font-style: normal; font-weight: 700; color: $color_bg; line-height: normal; img { height: 24px; object-fit: contain; } @media only screen and (max-width: $breakpoint-md) { img { height: 18px; } } } .site-logo:hover { text-decoration: none; } .crayons-header--search { width: 360px; position: absolute; left: 50%; transform: translateX(-50%); .crayons-field{ display: flex; align-items: center; background-color: #E9E9E9; border: 1px solid #F4F4F4; border-radius: 50px; .crayons-header--btn--search{ position: static; .phone__icon{ width: 85%; } } .crayons-header--search-input{ border: none; background-color: #E9E9E9; } } // css search input - mobile @media only screen and (max-width: $breakpoint-md) { width: 100%; max-width: 100%; margin: auto; padding: 0 16px 20px; .crayons-field { padding: 5px 0; border-radius: 12px; background-color: #F4F4F4; border: 1px solid #E9E9E9; .crayons-header--btn--search { .phone__icon { width: 100%; } } .crayons-header--search-input{ background-color: #F4F4F4; &::placeholder { font-family: "SFProDisplay"; font-size: 14px; font-weight: 400; line-height: 18px; color: #A7A7A7; } } } } @media only screen and (min-width: 769px) and (max-width: $breakpoint-lg) { left: 60%; } } .c-link { font-weight: 600; color: $color_bg; } #authentication-top-nav-actions { .c-link { @media only screen and (max-width: $breakpoint-md) { display: none; } } .c-link:hover { text-decoration: underline; } } .m\:hidden { @media only screen and (min-width: $breakpoint-md) { display: none; } } } .crayons-header--btn--search { border-radius: 18px; display: flex; align-items: center; margin: 2px; right: auto; @media only screen and (max-width: $breakpoint-md) { margin: 0; padding: 0 0 0 16px; } } .crayons-sub-header__container { height: $header-bottom-height; background-color: $color-bg_menu; overflow-x: auto; white-space: nowrap; position: relative; z-index: -1; @media only screen and (min-width: $breakpoint-md) { display: block !important; } @media only screen and (max-width: $breakpoint-md) { display: none; transition: all 0.3s ease; width: $w-full; height: $h-full; position: relative; background-color: $color_bg; z-index: 500; margin-top: -2px; } &:focus { overflow-x: auto; } .menu-header { max-width: var(--site-width); height: 100%; display: flex; padding-left: 16px; margin: auto; display: flex; align-items: center; position: relative; .menu-header_list { display: flex; align-items: center; gap: 22px; @media only screen and (max-width: $breakpoint-md) { display: grid; position: absolute; top: $item-spacing; left: var(--su-4); gap: $item-spacing; } li { list-style: none; a { color: $color-text_menu; font-weight: 700; opacity: 0.8; } } } } } } .seo_title { font-size: 150%; @media only screen and (max-width: 768px) { padding-left: 8px; font-size: 125%; } } .excerpt { padding-bottom: 8px; @media only screen and (max-width: 768px) { padding: 0 0 0 8px; } }