/* ===== Primary Styles ========================================================
   Author: Dan Mitchell / Vitamin Cornwall
   ========================================================================== */

.is-collapsed main > aside {
   flex: 0 0 65px;
   overflow-x: hidden;
}

.is-collapsed main > aside .title {
   max-width: 0 !important;
}

.is-collapsed header .logo {
	flex: 0 0 65px;
	background-size: 50px;
	background-position: center center;
	background-image: url('../images/logo-t.svg');
}

@media (max-width: 1100px) {

   header .toggle-aside-main {
      visibility: hidden;
   }

   main > aside {
      flex: 0 0 65px;
      overflow-x: hidden;
   }

   header .logo {
      flex: 0 0 65px;
      background-size: 50px;
      background-position: center center;
   }

   main > aside .title {
      max-width: 0 !important;
   }

}
