@charset "utf-8"; @import "../initial"; .default_site_h1{ @media (min-width: 480px){ font-size: 1.2em!important; } @media only screen and (min-width: 1025px) and (max-width: 1200px){ display: flex; } @media (max-width: 480px){ font-size: 1.5em!important; display: flex; align-items: center; padding: 0 0 0 0.5em !important; .site-logo{ margin-left: -0.8em; margin-top: 0; } } } .layout-header { position: relative; margin-bottom: 0; border: none; border-radius: 0; z-index: 1; background-color: #fff; background-color: #F5F5F5; border-bottom: 1px solid #e8e8e8; color: #333; .container { @extend .response-container; } .header-banner { overflow: hidden; } .header-nav { padding: 0.5em 1em; color: $theme-color-main; font-family: $main-font; text-transform:uppercase; & > * { display: inline-block; font-size: 0.8em; color: $theme-color-main; } a { color: $theme-color-main; text-decoration: none; } @media (min-width: 1025px) { text-align: inherit; top: 120px; position: fixed!important; width: 400px!important; } @media (min-width: 1601px){ top: 130px!important; } } .navbar-header { z-index: 9999; padding: 0; margin: 0; position: fixed; @media (min-width: 1025px){ max-width: 30%; } @media (max-width: 1025px) { position:relative!important; } @media (min-width: $screen-sm) { height: 64px; margin:0; padding: 0; line-height: 3.75em; font-size: 1em; } .navbar-brand { margin: 1em; padding: 0; line-height: 3.75em; color: $theme-color-main; font-family: $main-font; @media (min-width: 1300px){ } @media (max-width: 767px) { height: 5em; } @media (max-width: 480px) { height: 3.5em; padding: 0.5rem; width: 75%; } .site-logo { width: auto; height:40px; margin-right:0.5em!important; } } } } .navbar-toggle { padding: 0.875em 0.625em; margin-top: 1em; position: absolute; right: 0; // border-radius: 0.125em; // border-width: 0.125em; // border-color: lighten($theme-color-main, 30%); .icon-bar { background-color: lighten($theme-color-main, 30%); } &.collapsed { .icon-bar-top { top: 0; -webkit-transform: rotate(0); transform: rotate(0); } .icon-bar-middle { opacity: 1; } .icon-bar-bottom { top: 0; -webkit-transform: rotate(0); transform: rotate(0); } } // icon bar animation .icon-bar { transition: .2s all; position: relative; } .icon-bar-top { top: 0.375em; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .icon-bar-middle { opacity: 0; } .icon-bar-bottom { top: -0.375em; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } } .navFixed { z-index: 10; position: fixed!important; left: 0; top:2.5em; background-color: #fff; margin-top: 0; min-width: 100%; opacity: 0.94; transition: opacity .5s ease-out; } @media (width: 768px) { .navbar-toggle{ display: block!important; } } .outdropdowns{ background-color: #fff; @media (max-width: 480px) { background-color: #F8F8F8; } } .header-nav{ @media (min-width: 1025px){ padding:0 3em!important; } } .nav-menu{ display:flex!important; float: right; li{ padding: 1em 0; &:hover{ background-color: #C40516; a{ color: #FFFFFF; } } } } .nav{ font-family: "Industry_Demi", Sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; padding: 1em 0; &:hover{ background-color: #e4002b; color: #fff; } } .navone ::before{ content: ''; position: absolute; background: url("/assets/account-icon.png") no-repeat; width: 23px; height: 23px; left: -10px; top: 10px; display: inline-block; left: 5px; }