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

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

@import 'https://fonts.googleapis.com/css?family=Pacifico:600,400,300';
@import 'https://fonts.googleapis.com/css?family=Courgette:400,300';
@import '/templates/yoo_chester/fonts/calligraffiti_regular_macroman/stylesheet.css';
@import '/templates/yoo_chester/fonts/CochinLTStd-BoldItalic/stylesheet.css';
@import '/templates/yoo_chester/fonts/CochinLTStd-Italic/stylesheet.css';



.uk-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-transform: uppercase;
}
.uk-article-title-small {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

/* .tm-headerbar {
	background-image: -webkit-linear-gradient(270deg,rgba(192,216,136,0.90) 2.07%,rgba(255,255,255,1.00) 84.97%);
	background-image: -moz-linear-gradient(270deg,rgba(192,216,136,0.90) 2.07%,rgba(255,255,255,1.00) 84.97%);
	background-image: -o-linear-gradient(270deg,rgba(192,216,136,0.90) 2.07%,rgba(255,255,255,1.00) 84.97%);
	background-image: linear-gradient(180deg,rgba(192,216,136,0.90) 2.07%,rgba(255,255,255,1.00) 84.97%);
	background-repeat: repeat-x;
}*/


.uk-button-large {
    padding: 0 17px;
}

 ========================================================================== */
/*
 * Modifier: `uk-button-primary2`
 */
.uk-button-primary2 {
  background-color: #afca0a;
  color: #f7f2e7;
  border-color: transparent;
}
.uk-button-primary2:before {
  background: none !important;
}
/* Hover */
.uk-button-primary2:hover,
.uk-button-primary2:focus {
  background-color: #859908;
  color: #f7f2e7;
  border-color: transparent;
}
/* Active */
.uk-button-primary2:active,
.uk-button-primary2.uk-active {
  background-color: #708106;
  color: #f7f2e7;
  border-color: transparent;
}

/* Lingua */
    .mod-languages ul.lang-inline,
    .mod-languages ul.lang-block {
        float: none;
    }

/* posizione blocco comparsa */

@media only screen and (max-width: 960px) {

.tm-sidepanel {
    position: absolute !important;
    z-index: 999 !important;
    margin-top: 50% !important;
}
}