/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 70px;
  padding: 0 8px; /*25px*/
  float: left;
}

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: "Titillium Web";
    font-size: 17px;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #000;
    text-transform: uppercase;
}

.uk-shadow {
    color: #fff;
	text-shadow: 1px 1px 3px #000;
    /*font-size: 65px;
    line-height: 70px;
    text-transform: uppercase;
	font-weight: 100;*/
	font-family: "Special Elite";
    margin: 0 0 15px;
	text-rendering: optimizelegibility;
	text-decoration: none;
}

/*.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
    color: #fff;
	text-shadow: 1px 1px 3px #000;
}*/

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(255, 255, 255, 0);
    color: #FFF8DC;
    text-shadow: 1px 1px 3px #000;
}

/*modulo contatti*/
.control-group input {
    height: 26px;
    line-height: 26px;
    min-height: 26px !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="search"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .uneditable-input {
    border-color: #D7D9DE;
	border-radius: 0;
    border-width: 0 0 1px;
    box-shadow: none;
    color: #2a2a2a;
    height: 26px;
    line-height: 26px;
}
input, textarea, .uneditable-input {
    width: 80%;
	height: 200px;
}

 input.uk-search-field {
    border: none; /*1px solid rgba(0, 0, 0, 0);*/
}