

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

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

.tm-headerbar {
  background:#F4F3F0;
}
.tm-toolbar {
  background:#92934E;
} 
/*button*/
.uk-button {
  color:#ffffff;
   font-family:cinzel;
}
.uk-button-primary:hover, .uk-button-primary:focus {
  background-color:#8a8b47;
  border-color:transparent;
  color:#FBFAF8;
}
.uk-button-small {
  line-height:30px;
  min-height:30px;
  padding:0 15px;
  font-size:15px;
}

/* Margin top logo */
.uk-margin-large-top {
  margin-top:30px !important;
  margin-bottom:6px
}
/* Menu Nav Bar */
.uk-navbar-nav > li > a {
  color:#908D82;
  font-size:16px;
  font-family:cinzel;
}
.tm-navbar-container {
background:#F4F3F0;
}

/* Menu Nav Bar Dropdown */
.uk-nav li > a {
  font-family:cinzel;
  font-size:16px;
  text-transform:none;
}
.uk-nav-navbar > li > a {
  color:#908D82;
}
 .uk-dropdown-navbar {
  background:#F4F3F0;
}
/* Tab swithcer */
.uk-tab > li > a {
  color:#908D82;
  font-size:18px;
  font-weight:400;
font-family:cinzel;
}
.uk-tab > li.uk-active > a {
  background:#92934E;
   color:#FFFFFF;
}
.tm-panel-subtitle {
  font-weight:500;
  color:#908D82;
  font-size:18px;
line-height:28px;
font-family:open sans;
}
/* Added new background color */
 .beige {
  background:#E8E6E0;
}
/* Form */
.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
  background:#F4F3F0;
}
.gform_wrapper .top_label .gfield_label {
  clear:both;
  display:inline-block;
  font-size:18px;
  font-weight:300;
  line-height:1.3;
  margin:0.625em 0 0.5em;
}
.gform_wrapper ul li.gfield {
  clear:both;
  margin-top:10px;
}
.uk-form input:not([type="radio"]):not([type="checkbox"]), .uk-form select {
  color:#908D82;
}
/* homepage button */
.uk-button-large {
  font-size:24px;
  margin-top:350px
  
}
@media (max-width: 767px) {  

.uk-button-large {
  font-size:24px;
  margin-top:0px
  
}

}
@media (max-width: 767px) {  

.uk-panel-space {
  padding:0px;
}

}