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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-logo {
	display: inline-block;
	float: left;
	margin-top: 15px;
}

.uk-navbar-nav > li > a::before {
	background: none;
}

.tm-search{
	right: 0;margin: 15px 0 0;
}
.tm-search .uk-grid-medium > *{
	padding-left: 5px;
}
.tm-search [class*="uk-icon"]{
	width: 40px;height: 40px;
	line-height: 40px;color: #FFFFFF;
}
.tm-search .uk-icon-facebook{
	background: #3C5A9A;
	text-align: center;
}
.tm-search .uk-icon-twitter{
	background: #48C3D2;
	text-align: center;
}
.tm-search .uk-icon-youtube{
	background: #F45750;
	text-align: center;
}
.tm-search p{
	margin: 5px 0;
}
.contact >h3{
	display: none;
}
.contact .contact-address{
	margin: 0 0;
}
.contact form#contact-form{
	padding: 0 0 !important;
	border: none;
}
.tm-navbar-left{
	left: 0;
}
@media (max-width: 1023px) {
	.tm-search{
		margin-top: 0;
	}
	.tm-navbar{
		display: block;
		text-align: left;
		padding-left: 50px;
	}
}
@media (max-width: 767px) {
	.tm-navbar{
		display: block;
		text-align: center;
	}
}