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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*NAVBAR FLEX*/
nav>div>div.uk-grid>div:first-child{flex:1;}
nav>div>div.uk-grid>div.uk-flex-item-1{flex:none;}

nav.uk-active ul.uk-navbar-nav>li>a{color:#000;}
nav.uk-active ul.uk-navbar-nav>li>a:hover{color:#808080;}
nav:not(.uk-active) ul.uk-navbar-nav{background-color:rgba(35, 113, 150, 0.67); border-radius:5px;}
nav:not(.uk-active) ul.uk-navbar-nav > li{padding:0 7px; margin:0;}

/*BLOCK*/
.uk-block-primary{background:linear-gradient(rgb(20, 97, 134),rgb(66, 145, 182));}
.uk-block-secondary{background:linear-gradient(rgb(34, 138, 65),rgb(103, 164, 63));}

.uk-block-secondary .uk-panel-header .uk-panel-title{color:#FFF;}
 
 /*CUORE*/
 @media(max-width:459px){
	 .cuore .uk-cover-background{background-size:250%;}
	 .cuore ul.uk-slideshow{height:300px!important;}
	 .cuore ul.uk-slideshow>li{height:300px !important; min-height:300px !important;}
 }
 
 /*TEXT CENTER*/
 .titolo_centro{text-align:center;}
 @media(min-width:768px){
	 .titolo_centro>h3{width:33.333%;}
 }
 
 
 /*class h2*/
 h2.p{display:inline;font-size:14px;line-height:24px; font-weight:bold; text-transform:none;}
 
 /*LOGO STICKY
.black{display:none;}
nav.uk-active .black{display:inline;}
nav.uk-active .white{display:none;}*/

.cn-button.wp-default {
   background: #fff !important;
	color:#000;
}