/* Colours
-------------------------*/
/* Mixins
-------------------------*/
/* Breakpoints
-------------------------*/
/* Retina Images
-------------------------*/
/* Clearfix
-------------------------*/
/* Box Sizing
-------------------------*/
/* Border Radius
-------------------------*/
/* Opacity
-------------------------*/
/* Center Block
-------------------------*/
/* Text overflow
-------------------------*/
/* Font Size
-------------------------*/
/* Line Height
-------------------------*/
/* Transitions
-------------------------*/
/* Calc
-------------------------*/
/* Convert illustrator, indesign and photoshop tracking into letter spacing.
-------------------------*/
/* Media Queries
-------------------------*/
@media (min-width: 1300px) {
  .container {
    max-width: 1240px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }

@media (min-width: 1500px) {
  .container {
    max-width: 1440px; } }

@media (min-width: 75em) {
  /*1200px*/
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px; } }

@media all and (max-width: 1920px) {
  /* 1920px */
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem; }
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem; }
  h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem; }
  h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem; }
  h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem; }
  h6 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem; }
  /* 1920px */ }

@media (max-width: 1400px) {
  .course-wrapper img {
    height: 272.5px; }
  .col-steps {
    margin-top: -30px; }
  .site-content p, #content li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .title-container p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem; } }

@media (max-width: 75em) {
  /*1200px*/
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem; }
  h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem; }
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem; }
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem; }
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem; }
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem; }
  .navbar-collapse, .navbar-nav {
    float: left; }
  div#bs4navbar, #menu-main-menu {
    width: 100%; }
  #bs4navbar .navbar-nav {
    padding: 0 !important;
    margin: 0 !important; }
  #bs4navbar .navbar-nav > li {
    width: 100%;
    padding: 10px 0;
    background: #0079c2;
    border: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .dropdown-menu {
    padding: 0; }
  .hamburger {
    display: block;
    pointer-events: all;
    z-index: 9999999; }
  .site-logo img {
    z-index: 9999999; }
  div#bs4navbar, #menu-main-menu {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #0079c2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .show-nav .collapse {
    display: block; }
  .show-nav div#bs4navbar, .show-nav #menu-main-menu {
    opacity: 1; }
  .navbar-light .navbar-nav .nav-link {
    width: 100%;
    color: #FFFFFF;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
    padding: 20px 30px;
    text-align: center;
    font-weight: 600;
    font-family: 'Courier Prime', sans-serif;
    letter-spacing: 0.075em; }
  .header-apply a {
    color: #010101 !important;
    width: 100%; }
  #bs4navbar .navbar-nav > li:hover {
    background: #00639e; }
  #bs4navbar .navbar-nav > li:hover a {
    color: #FFFFFF !important; }
  .navbar-light .navbar-nav .active > .nav-link {
    color: #010101; }
  #bs4navbar .navbar-nav > li {
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
  .show-nav #bs4navbar {
    height: 100%;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .show-nav #bs4navbar li {
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
  .show-nav #bs4navbar li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s; }
  .show-nav #bs4navbar li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s; }
  .show-nav #bs4navbar li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.41s;
    transition-delay: 0.41s; }
  .show-nav #bs4navbar li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s; }
  .show-nav #bs4navbar li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s; }
  .show-nav #bs4navbar li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.62s;
    transition-delay: 0.62s; }
  .show-nav #bs4navbar li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.69s;
    transition-delay: 0.69s; }
  .show-nav #bs4navbar li.menu-item:nth-child(8) {
    -webkit-transition-delay: 0.76s;
    transition-delay: 0.76s; }
  .show-nav #bs4navbar li.menu-item:nth-child(9) {
    -webkit-transition-delay: 0.83s;
    transition-delay: 0.83s; }
  .show-nav #bs4navbar li.menu-item:nth-child(9) {
    -webkit-transition-delay: 0.90s;
    transition-delay: 0.90s; }
  .show-nav #bs4navbar li.menu-item:nth-child(10) {
    -webkit-transition-delay: 0.97s;
    transition-delay: 0.97s; }
  .show-nav #bs4navbar li {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1 !important; }
  div#bs4navbar, #menu-main-menu, #bs4navbar .navbar-nav, #menu-wrapper, .navbar {
    pointer-events: none; }
  .menu-opened div#bs4navbar, .menu-opened #menu-main-menu, .menu-opened div#bs4navbar .navbar-nav, .menu-opened #menu-wrapper, .menu-opened .navbar {
    pointer-events: all; }
  #bs4navbar .navbar-light .navbar-nav .active > .nav-link {
    color: #010101 !important; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #FFFFFF; }
  .navbar-light .navbar-nav .nav-link:after {
    content: none; }
  div#header-pages {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); }
  #home-hero {
    height: 400px; }
  .menu-opened div#bs4navbar, .menu-opened #menu-main-menu {
    opacity: 1 !important; }
  .menu-opened #menu-wrapper {
    display: block !important; }
  #menu-wrapper {
    width: 100%; }
  .menu-opened div#header-pages {
    z-index: 9; }
  /* 1200px end */ }

@media (max-width: 62em) {
  /*992px*/
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 42px;
    line-height: 2.625rem; }
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 2.375rem; }
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem; }
  h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
  h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem; }
  h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem; }
 
  #home-hero-wrapper {
    bottom: 10px;
    right: 0; }
  .navbar-light .navbar-nav .nav-link {
    font-size: 30px;
    font-size: 1.875rem; }
  /*#bs4navbar .navbar-nav > li {*/
  /*  padding: 2px 0; }*/
  div#cali-swoosh {
    background-size: cover; }
  div#stories-container img {
    width: 100%; }
  /* 992px end */ }

@media (max-width: 48em) {
  /*768px*/
  h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem; }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem; }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem; }
  h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
  h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem; }
  h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem; }
  #top-header {
    display: none; }
  #header-pages a {
    width: 26%;
    height: 55px; }
  .btn-hero-mobile {
    display: block; }
  .btn-hero-desktop {
    display: none; }
  
  #product-categories .product-cats {
    margin-bottom: 30px; }
  #product-categories .product-cats:last-child {
    margin-bottom: 0; }
  div#featured-product-wrapper img {
    margin: 0 auto 20px auto;
    display: block; }
  div#featured-product-wrapper {
    text-align: center; }
  div#cali-stories {
    background-size: cover;
    height: auto; }
  div#cali-stories-container img {
    width: 100%; }
  ul#menu-footer-menu li {
    float: none;
    text-align: center; }
  .site-info {
    float: none;
    text-align: center;
    margin-top: 10px; }
  a#home-hero-btn, #home-hero-btn-mobile {
    font-size: 16px;
    font-size: 1rem; }
  div#prod-cats-wrapper [class*='col-'] {
    margin-bottom: 30px; }
  .single-product .carousel-indicators {
    display: none; }
  /* 768px end */ }

@media (max-width: 575px) {
  /*575px*/
  body, #page {
    overflow-x: hidden; }
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 2.375rem; }
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem; }
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem; }
  h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
    line-height: 1.5625rem; }
  h6 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 23px;
    line-height: 1.4375rem; }
  div#header-pages {
    position: relative;
    width: 100%;
    z-index: 9; }
  .navbar {
    pointer-events: all; }
  #header-pages a {
    width: 33.33333333%; }
  /*.hamburger {*/
  /*  width: 100%; }*/
  #header-pages a img {
    width: 100%;
    height: 32px;
    object-fit: contain; }
  #cali-swoosh h4 {
    padding-left: 33%;
    padding-right: 30px; }
  #fragrances-available, div#stories-container {
    margin: 0; }
  /* 575px end */ }
