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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
  .tm-navbar { margin: 30px auto 0; }
 
 .tm-headerbar {
  margin-top: 0;
}

.uk-navbar {
	display: flex;
    justify-content: center;
}

.tm-toolbar {
  padding-bottom:0;
}

.uk-navbar-nav {
  margin-left: 0;
}

.uk-dropdown {
    width: 250px;
}

.uk-offcanvas-bar {
	 width: 290px;
}

 #contact-form #jform_contact_message {  
     min-height: 200px;
     width: 100%; 
 }