/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 /* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
    .uk-navbar-content { height: 30px !important; }
/*    .uk-navbar-content { display:none !important; } */
  .uk-navbar-center { height: 30px !important;   max-width: 100% !important; }
  .uk-hidden-large { height: 30px !important; }
  
  .tm-logo-small h1 {
  font-size:30px;
  letter-spacing: -0.05em
}

.uk-navbar-toggle { margin-top:10px; }

}

@media (max-width: 479px) {
	    .uk-navbar-content { height: 30px !important; } 
/*    .uk-navbar-content { display:none !important; } */
  .uk-navbar-center { height: 30px !important;   max-width: 100% !important; }
  .uk-hidden-large { height: 30px !important; }

.tm-logo-small h1 {
  font-size:30px;
  letter-spacing: -0.05em
}

.uk-navbar-toggle { margin-top:10px; }

}

@media (min-width: 480px) and (max-width: 767px) {
		    .uk-navbar-content { height: 30px !important; } 
/*    .uk-navbar-content { display:none !important; } */
  .uk-navbar-center { height: 30px !important;  float: none;
  text-align: center;
  /* 1 */
  max-width: 100% !important; 
  margin-left: auto;
  margin-right: auto;
  }

.tm-logo-small h1 {
  font-size:30px;
  letter-spacing: -0.05em
}

  .uk-hidden-large { height: 30px !important; }
  
.uk-navbar-toggle { margin-top:10px; }
  
}