/*
Theme Name: Tangram
Theme URI: https://www.tangram.it
Description: Tema Child di University
Author: Enrico Fornasier
Author URI: https://www.enricofornasier.com
Template: university
Version: 1.0.0
Tags: university
Text Domain: university-child
*/

.content-dropcap > p:first-child:first-letter, .dropcap{
all: unset;
}

span.woocommerce-input-wrapper > label.radio, span.woocommerce-input-wrapper > label.checkbox {
	padding-left: 0;
}

span.woocommerce-input-wrapper > label > .input-checkbox {
	float: unset;
}


.tou-wrapper {
	text-align:center;
}

.tou-wrapper [type="radio"]:checked,
.tou-wrapper [type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.tou-selector:checked + label,
.tou-selector:not(:checked) + label{
	position: relative;
	display: inline-block !important;
	padding: 30px !important;
	width: 200px;
  /*height: 200px;*/
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.tou-selector:not(:checked) + label{
	background-color: #018dc2;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.tou-selector:checked + label{
	background-image: linear-gradient(298deg, #000a91, #018dc2);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.tou-selector:not(:checked) + label:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.tou-selector:checked + label::before,
.tou-selector:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(298deg, #000a91, #018dc2);
	z-index: -1;
}
.tou-selector:checked + label .fa,
.tou-selector:not(:checked) + label .fa{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}
/* Definizione colonne menu principale; 25% -> 4 colonne, 20% -> 5 colonne*/
header .multi-column > .dropdown-menu .menu-column {
	width: 20% !important;
}