/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i&display=swap'); */


/* PAGINA LOGIN */

body.login {
	background-color: #a6c700; /* verde */
	background: linear-gradient(-45deg, #00c7ab, #a6c700, #00c7ab, #a6c700);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
	height: 92%;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


#backtoblog {
	display: none;
}
#login {
	background-color: white;
	margin-top:8%;
	padding-top:50px;
	padding-bottom: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	border-radius: 5px;
}
#loginform {
	box-shadow: none;
}
.login h1{
	text-align: left;
}
.login h1 a {
    background-image: url(../img/logo-base-v1.png?ver=1);
    background-image: none,url(../img/logo-base-v1.svg?ver=17);
    background-size: 120px;
    margin: 0 0 60px 24px;
    width: 120px;
    height: 84px;
}

/*
.login h1:after {
	content: "Accesso riservato";
	font-size: 25px;
	font-weight: 300;
	display: block;
    margin: 0 24px 10px 24px;
    color:#b1b1b1;
}
*/
#testo-login a {
	color:inherit;
	text-decoration: none;
}
#testo-login a:hover {
	color:#a6c701;
}
.login form {
    margin-top: 0px;
}
.login form .forgetmenot {
    float: none;
}
.wp-core-ui #login .button-primary {
    box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
    height: auto;
    line-height: 14px;
    padding: 13px;
    float: none;
    width: 100%;
    margin: 7px 0 7px;
    color: #333;
    background: #a6c701;   
    border-color: #a6c701;
	box-shadow: none;
	text-shadow: none;
}
.login #nav a {
    text-decoration: none;
    color: #aaa;
}
.login #nav {
    margin-top:0;
}




em {
    color: #383838;
}

h1.titolo-pagina,
.equi-slide-titolo h1 {
    color: white;
    margin-top: 22%;
    border-top: 4px solid #a6c700; /* verde */
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 50px;
}
.equi-header-small h1.titolo-pagina {
	margin-top:12%
}
h1.titolo-pagina.uk-margin-small {
	padding-bottom:0 !important;
}
.equi-slide-titolo h1 {
	    padding-bottom: 0px;
}
#equi-header-logo {
	width: 35%;
	transition: all ease-in-out 0.5s;
}
#equi-header-logo.equi-logo-small,
.equi-header-small #equi-header-logo {
	width: 100px;
}

.equi-slide-titolo ul li img + div.uk-position-cover {
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0)  60%, rgba(0,0,0,0.8) 100%);
}

.testo-grigio {
	color:#757575;
}

.equi-home-news h2 {
    color: white;
    border-top: 4px solid white;
    display: inline-block;
    padding-top: 20px;
}
.equi-home-news h2 {
    color: #a6c700; /* verde */
    border-top: 4px solid #a6c700; /* verde */
}


.equi-home-servizi h3.el-title,
.equi-sportelli-box h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    border-top: 4px solid #a6c700;
    padding-top: 5px;
    /* display: inline-block; */
    line-height: 1.2;
}
.equi-sportelli-box h3 {
	border-top:0;
	padding:0;
}
.uk-slidenav {
	color: rgba(166, 199, 1, .5);
}


.equi-footer-txt a,
.equi-footer-txt,
.equi-logo-cantone p,
.equi-recapiti .uk-list a {
	color: rgba(0, 0, 0, 0.6);
}
.equi-footer-txt a:hover,
.equi-recapiti .uk-list a:hover{
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
}
.equi-recapiti h3 {
	color:#ffffff;
}
.equi-logo-cantone img{
    width: 250px;
    display: inline-block;
    margin-top: -11px;
    margin-left: 20px;
    opacity: 0.8;
}
.equi-logo-cantone p {
	display: inline-block;
	margin-bottom:10px;
}

.tm-header > div > .uk-container {
	max-width: none;
}

.uk-light .uk-navbar-toggle  {
	color:#a6c700 !important; /* verde */
}
.uk-navbar-toggle svg{
	width: 40px;
}
.uk-icon.uk-navbar-toggle-icon {
	padding:10px;
	background-color:rgba(255,255,255,0.4);
}

.uk-navbar-toggle:hover > .uk-icon {
	background-color: white;
}
.equi-bg-chiaro {
	background-color:rgba(166, 199, 1, 0.25);
}
.equi-bg-grey {
	background-color:rgba(240, 240, 240, 1);
}

.equi-separatore {
	border-top: 37px solid #a6c700; /* verde */
}
.equi-home-servizi-titolo h2 {
	margin-bottom:10px;
	margin-top
}
.uk-list-divider {
	border-bottom: 1px solid #a6c700; /* verde */
	padding-bottom:20px;
}
.uk-list-divider>li{
	border-top: 1px solid #a6c700 !important; /* verde */
    padding: 20px 4px;
    margin-top:0 !important;
}

.uk-list .el-item p {
	margin:0;
}
.equi-recapiti .uk-list {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 15px 0;
    margin-bottom:40px;
}

.equi-footer-bottom {

}
.equi-dettagli-servizi h2{
	border-top: 4px solid #a6c700 !important; /* verde */
    padding-top: 20px;
    margin-top: 40px;
    margin-bottom:10px !important;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
}
.equi-dettagli-servizi .uk-container > div:first-child h2 {
	/* border-top:none !important; */
}
.uk-accordion-title:hover{
	background-color: rgba(166, 199, 0, 0.3) !important; /* verde */
}
.uk-accordion-title {
	border-top: 4px solid #a6c700 !important; /* verde */
}
h3.uk-card-title {
    font-weight: 400;
    border-top: 2px solid #a6c700;
    padding-top: 7px;
    line-height: 1.2;
}
.uk-text-meta {
	text-transform: uppercase;
}
.uk-text-meta + .uk-card-title {
    margin-top: 5px !important;
}

body.blog .uk-article h2,
body.archive .uk-article h2,
body.search-results .uk-article-title,
body.single .uk-article h1.uk-article-title {
	color:#a6c700;
    border-top: 2px solid #a6c700;
    padding-top: 7px;
    line-height: 1.2;
}

body.single .uk-article h1.uk-article-title {
	padding-top:13px;
}

body.search-results .uk-article-title {
	font-size:30px;
	font-weight: 400;
    text-transform:none;
}
/* titoli pagine archivio e ricerca */
body.archive .tm-main h3.uk-margin-medium-bottom,
body.search-results .tm-main h3.uk-margin-medium-bottom {
    font-weight: 700;
    color: #a6c700;
    text-transform: uppercase;
    font-size: 40px;
}



@media (min-width: 640px){

	.equi-faq-contenuti .uk-list .uk-width-medium\@s {
		width:33%;
	}

	#equi-header-logo.equi-logo-small,
	.equi-header-small #equi-header-logo {
		width: 200px;
	}

}




@media (min-width: 540px) {

	.equi-recapiti .uk-list {
		column-count:2;
	}

}


@media (min-width: 768px) {

	.equi-recapiti > .uk-first-column > * {
		/*margin-left:16.66%;*/
	}
	.equi-recapiti > .uk-first-column > div:first-child {
		margin-left:0;
	}

}






@media (min-width: 960px) {

	#equi-header-logo {
		width: 26%;
	}
	#equi-header-logo.equi-logo-small,
	.equi-header-small #equi-header-logo {
		width: 16%;
	}

}



.equi-brd-sup {
    border-top:2px solid rgba(166, 199, 0, 0.3);
    padding-top:10px;
}

.equi-indice-faq {
	padding:0;
	border-top: 4px solid #a6c700;
}
.equi-cerca-faq {
	padding: 15px 0 7px;
    border-top: 4px solid #a6c700;
    border-bottom: 1px solid #a6c700;
}
.equi-cerca-faq p {
	margin: 6px 0 0;
}

@media (min-width: 640px) {
	.equi-faq .uk-list .uk-width-medium\@s {
	    width: 33%;
	}
}


.equi-indice-faq h4 {
    margin: 0;
    border-bottom: 1px solid #a6c701;
}
.equi-indice-faq h4 a {
    padding: 15px;
    background-color: #a6c70012;
    transition: all ease-in 0.2s;
    display: block;
}
.equi-indice-faq h4 a:hover {
    background-color: #a6c700;
    color:#000000bb;
    text-decoration: none;
}
.faq-trovato,
.faq-trovato.faq-nontrovato {
	background: #f1f1f1;
	display: block;
}
.faq-trovato h4 {
	color: #9cbb00 !important;
}
.faq-nontrovato {
	display:none
}

::selection {
	color: #000000;
	background: rgba(169, 202, 0, 0.52);
}

.equi-lista {
	padding: 0 0 0 18px;
}

.equi-sportelli-box h3 {
	
}

.tm-page {
	border-top:none !important;
}
.eq-titolo-pag {
    padding-top: 6px;
    padding-bottom: 6px;
}


/* FORM CONTATTI
   modificato colore base CSS /wp-content/plugins/material-design-for-contact-form-7/assets/css/cf7-material-design.css
   #3f51b5 > #a6c700 (verde)
   63,81,181 > 185,200,0 (verde scuro label e altro)
   Roboto > Lato
*/
.wpcf7-form-control.wpcf7-submit {
	box-shadow: none !important;
	font-weight: bold !important;
}
#cf7md-form .mdc-button--raised:not(:disabled):hover, 
#cf7md-form .mdc-button--unelevated:not(:disabled):hover {
	background-color:#92af00;
}

/*
.tm-header-mobile {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
}
.tm-header-mobile .uk-navbar-container {
	background-color: transparent;
}
*/

.equi-textbox-allinea-h3 {
	margin-top:9px;
}


.home .uk-logo {
	display: none;
}

.home .uk-navbar-sticky .uk-logo {
	display: flex;
}

.uk-navbar-primary .uk-navbar-nav>li>a {
    font-size: 16px;
}

.equi-copertina .uk-accordion-title {
    border-top: 4px solid #93b000 !important; /* verde scuro */
    color: #fff;
    font-size:32px;
    text-transform:uppercase;
}

.equi-copertina h3 {
	color: #000;
	font-weight: 300;
}
.equi-copertina .uk-accordion .el-item {
	margin:0;
}
.equi-copertina .uk-accordion-title {
	padding:6px 0;
}
.equi-copertina .uk-accordion-content {
	margin-top:3px;
	margin-bottom:10px;
}
.equi-copertina .uk-accordion-content .el-content a {
    display: block;
    color: #000;
    padding: 10px 12px 10px;
    text-decoration: none;
}
.equi-copertina .uk-accordion-content .el-content a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.3);
}


.equi-copertina .uk-accordion-content .el-content a:after {
	/* freccia uikit icon */
	content:" ";
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 21'%3E%3Ctitle%3EArtboard 2%3C/title%3E%3Cpolyline points='24.87 0.35 35 10.48 24.87 20.62' style='fill:none;stroke:%23000;stroke-miterlimit:10'/%3E%3Cline x1='35' y1='10.48' y2='10.48' style='fill:none;stroke:%23000;stroke-miterlimit:10'/%3E%3C/svg%3E");
	width:36px;
	height: 21px;
	display: block;
    background-size: contain;
    margin-right: 0;
    margin-left: auto;
}


.equi-indice-pagina p {
	margin:10px 0;
}
.equi-indice-pagina a {
	font-size:27px;
	font-weight: 700;
	color:#ffffff;
	border-bottom: 3px solid #93b000; /* verde scuro */
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px;
}
.equi-indice-pagina a:hover,
.equi-bottom-links .el-content a:hover {
	background-color: rgba(166,199,0,0.3);
	text-decoration: none;
}

/* elemento affiancato a h3 */
h4.equi-e1h3 {
	padding-top: 6px;
}



.equi-docs li {
	border-bottom: 3px solid #a6c700; /* verde */
	padding-bottom:8px;
}

.equi-docs li a {
	color: #93b000; /* verde scuro */
}

.equi-bottom-links h3 {
	font-size:27px;
	font-weight: 700;
	color: #93b000; /* verde scuro */
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 6px;
	margin-bottom:2px;
	padding-right:40px;
	position: relative;
}
.equi-titolone {
	font-size:27px;
	font-weight: 700;
	color: #93b000; /* verde scuro */
	text-transform: uppercase;
	padding-top: 6px;
	border-top: 4px solid #93b000 !important; /* verde scuro */
}

.equi-bottom-links .el-item p {
	font-size:18px;
	color:#666;
	font-weight: 300;
	margin:0 0 30px;
	padding-bottom:23px;
}
.equi-bottom-links a {
	text-decoration: none;
}
.equi-bottom-links h3:after {
	/* freccia uikit icon */
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 21'%3E%3Ctitle%3EArtboard 2%3C/title%3E%3Cpolyline points='24.87 0.35 35 10.48 24.87 20.62' style='fill:none;stroke:%23a6c700;stroke-miterlimit:10'/%3E%3Cline x1='35' y1='10.48' y2='10.48' style='fill:none;stroke:%23a6c700;stroke-miterlimit:10'/%3E%3C/svg%3E");
	width:36px;
	height: 21px;
	display: block;
    background-size: contain;
    position:absolute;
    right:2px;
    top:15px;
}

.equi-bottom-links .el-content  {
	border-top: 3px solid #93b000; /* verde scuro */
	transition: all 0.4s ease-in;
}
.equi-bottom-links .el-content:hover {
	padding-left:10px;
	background-color: rgba(166,199,0,0.2);
}

.equi-bottom-links.equi-servizi h3 {
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:0;
}
.equi-bottom-links.equi-servizi li {
	margin-top:0;
}

#crediti .uk-modal-dialog {
background-color: #d7dcc1;
}

.eq-archivi-list label {
	display:none;
}
.uk-navbar-nav>li>a.current_page_parent {
    color: rgba(255,255,255,.6);
}
.eq-briciole-notizie {
	color: #93b000; /* verde scuro */
}
.eq-briciole-notizie a {
	color: #93b000; /* verde scuro */
}

/* notizie widgetkit override */
#equi-shortcode-ultime-news .uk-card-default {
	background-color: rgba(255,255,255,0.85);
	transition: background-color border-color 0.6s ease;
	border: 2px solid rgba(255,255,255,0.85);
}
#equi-shortcode-ultime-news .uk-card-default:hover {
	background-color: rgba(255,255,255,1);
	border: 2px solid #a6c700;
}
.uk-card-hover:hover .uk-button-text::before {
    background-position: 100% 50%;
}
.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    border-left: 1px solid #ccc;
}
.eq-sidebar-widget h3 {
	text-transform:uppercase;
	margin-bottom: 9px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
    color: #828282;
}
.eq-sidebar-widget ul {
	margin-top:9px;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc; 
}
.eq-sidebar-widget.tm-child-list-divider>ul>li:nth-child(n+2) {
	border-top: 1px solid #ccc;
}

/* ** nuove modifiche dal 2021 ** */


/* gallery dei loghi partner */
.equi-logos h3 {
    font-size: 1rem;
}

/* team */
.elab-cardteam .el-link {
    display: flex;
    justify-content: flex-end;
}

.elab-titleteam .uk-card-body{
	
	display: flex;
	flex-direction:column;
    justify-content: flex-end;
}

/* event manager */
.event_listing-template-default .sgl-pst-thumb img{
	display:none;
}

.event_listing-template-default #tm-main{
	margin-top:0!important;
	padding-top:0!important;
}

.event_listing-template-default .equi-meta-infos{
	display:none !important;
}

.event_listing-template-default .wpem-event-single-image{
    display: none !important;
    flex-direction: row!important;
    justify-content: center!important;
    align-items: center!important;
	max-height: 400px!important;
    overflow: hidden!important;
}

.event_listing-template-default .wpem-event-single-image img{
    width: 100%!important;
}

.wpem-theme-button, 
a.wpem-theme-button, 
button.wpem-theme-button, 
input.wpem-theme-button{
	    background: #A6C700!important;
}

.wpem-theme-button:hover, 
a.wpem-theme-button:hover, 
button.wpem-theme-button:hover, 
input.wpem-theme-button:hover {
    background: #1D2327!important;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a {
    color: #5C6F00!important;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a:hover {
    color: #333!important;
}

.wpem-main  .search_events{
	display:none!important;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event .wpem-icon-eye,
.wpem-main a:active, .wpem-main a:focus, .wpem-main a:hover{
	color:#a6c700
}


.home-events .event_listings a.load_more_events,
.home-events .event_listings a.load_more_events:hover{
	background-color:transparent;
	color:inherit;
}

.wpem-event-listing-header-title h2{
	display:none!important;
}