/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

p,
.su-column-inner {font-size: 16px;line-height: 24px;}
.logo-container {height: 70px;padding: 5px 0;}
.header-default.headertype-fixed .tm-header-squeezed .logo-container {padding: 5px 0;height: 50px;}
.tm-header-squeezed a.tm-logo {background: url('/images/site/logo.png') no-repeat 0 0;width: 202px;height: 50px!important;background-size: contain;}
.tm-header-squeezed img.auto-hw-logo {display: none;height: 50px!important;}
.uk-navbar-toggle {font-size: 30px;}

/* responsive */
@media (max-width: 767px) {
	.tm-header-squeezed a.tm-logo {width: auto;height: 44px!important;background: none;}
}
}