/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
a.style-accent-bg.tmb-term-evidence{color:#fff!important;}
/**********/
/* ASSETS */
/**********/
@font-face {
  font-family: 'Zapfino';
  src: url('/wp-content/themes/uncode-child/font/Zapfino.woff2') format('woff2'),
       url('/wp-content/themes/uncode-child/font/Zapfino.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.btn {
	padding:12px 40px!important;
}
.style-dark .btn-default,
.style-dark .btn-default:hover{
	color:#20A781!important;
}

.isotope-filters li a{
	border:1px solid #20A781!important;
	padding:8px 20px!important;
	text-transform:uppercase!important;
	border-radius:2px!important;
	color:#20A781!important;
}
.isotope-filters li a.active {
	background:#20A781!important;
	color:#fff!important;
}


.topOffset-180 {
	margin-top:-180px;
}

.gradienteColonna .uncell {
	background: linear-gradient(to bottom, #fff 30%, #FCF7F6 30%)!important;
}

/***********/
/* FOOTER */
/***********/

/* copyright footer center reduced padding */
footer .footer-last {
	padding-top:25px!important;
	padding-bottom:25px!important;
}

/**************/
/* RESPONSIVE */
/**************/

/* padding and width */
@media (max-width: 900px) {
    .heroSection .row {
		padding-top:clamp(15px, 3vw, 25px) !important;
		padding-bottom:clamp(15px, 3vw, 25px) !important;
        padding-left: clamp(15px, 5vw, 25px) !important;
        padding-right: clamp(15px, 5vw, 25px) !important;
    }
}

/* limit column full width row */
@media(max-width:900px) {
	.reducedColumn {
		max-width:360px!important;
		margin:auto!important;
	}
}
