/*
 Theme Name: YOOtheme - Fondazione
 Author: ACD
 Author URI: http://acd.it
 Description: YOOtheme - Fondazione
 Version: 0.1.0
 Text Domain: yootheme-fondazione
 Template: yootheme
*/
.home .tm-top{
	display:none;
}
@media (min-width:1200px) and (max-width:1300px) {
	.uk-logo img{
		max-width:220px;
	}
}
.widget_breadcrumbs > div,
.widget_breadcrumbs nav,
.widget_breadcrumbs .uk-breadcrumb{
	margin:0!important;
}
.uk-offcanvas .uk-nav.uk-nav-default > li:not(:last-child){
	border-bottom:solid 1px #414245;
}
.uk-offcanvas .uk-nav.uk-nav-default > li.menu-item-has-children{
	position:relative;
}
.uk-offcanvas .uk-nav.uk-nav-default > li.menu-item-has-children > a:after {
    content:'\f347';
    font-family:dashicons;
    position:absolute;
    top:4px;
    right:0;
}
.uk-nav-sub{
	display:none;
	font-size:.9em;
}
a.uk-search-icon{
    color:#ff7500;
}
.uk-section-muted,
.uk-tile-muted{
    box-shadow:inset 0 -10px 15px -15px rgb(0 0 0 / 10%);
}
.uk-link, a{
	font-weight:400;
}
body.home #tm-top{
	display:none;
}
.anchor{
    margin-top:-120px;
    padding-top:120px;
    border-top:none;
    border-bottom:1px solid #e8e8e8;
	pointer-events:none;
}
.wpsbc-calendar{
	max-width:none!important;
}
.stato-bando{
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1.5px;
}
span.uk-badge.uk-badge-warning a{
	color:#fff;
}
/**/
body .uk-totop{
    position:fixed;
    right: 2%;
    bottom: 2%;
    display: none;
    transition:all .2s linear;
}
body .uk-totop.ancorato{
    position: absolute;
    bottom: -28px;
}
.uk-textarea{
    resize:vertical;
}
.page-template-landing .tm-toolbar,
.page-template-landing .tm-header-mobile,
.page-template-landing .tm-header,
.page-template-landing .tm-top,
.page-template-landing #footer{
	display:none;
}