p.wpgdprc-checkbox {
	clear: both;
}

.columns{
	float: left !important;
}

.medium-centered{
	float: none !important;
}

.gravatar p{
	color: #ffffff;
}

body {
	background-color: #fff;
	font-family: "Poppins", sans-serif;
	color: #3c3c3b;
}

html,
body {
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

p,
li,
blockquote,
div,
section,
table,
td,
tr,
th {
	font-family: "Poppins", sans-serif;
	font-weight: 400 !important;
}

p,
li,
table,
td,
tr,
th {
	font-size: 17px;
	color: #3c3c3b;
	line-height: 1.5;
	letter-spacing: 0.025em;
	font-weight: 300;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	margin: 0 0 0.75rem;
	font-family: inherit;
	font-size: 1.3rem;
	color: #0a0a0a;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
	border-radius: 0;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 50px;
}

.column,
.columns {
	padding-left: 2.25em;
	padding-right: 2.25em;
	position: relative;
}

section {
	padding: 2em 0;
}

a {
	color: #002883;
	cursor: pointer !important;
	font-weight: bold;
}

.row .row {
	max-width: none;
	margin-left: -2.25rem;
	margin-right: -2.25rem;
}

.nopad {
	padding: 0 !important;
}

.nopadright {
	padding-right: 0;
}

.nopadleft {
	padding-left: 0;
}

.btn, input[type="submit"] {
	display: inline-block;
	background-color: #c7161b;
	color: #fff;
	border-radius: 6px !important;
	line-height: 50px;
	text-align: center;
	border: 0;
	border-bottom: 4px solid #a41014;
	box-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	font-weight: 900;
	margin-top: 20px;
	font-size: 22px;
	padding: 0.4em 3.5em;
}

.btn:hover,
input[type="submit"]:hover {
	background-color: #a41014;
	color: #fff;
}

.wrap-user a {
	color: #000;
}

.wrap-user a.esci:hover {
	color: #000;
	opacity: 0.8;
}

.wrap-user a.secondary:hover {
	opacity: 0.8;
}

/** ========================= **/
/* FORMATTAZIONI GENERALI DEGLI ELEMENTI SPECIFICI */
/** ========================= **/
.bold,
strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 0 !important;
}

.breadcrumbs {
	list-style: none;
	margin: 0 0;
	padding: 5px 0;
}

.button {
	border-radius: 10px;
	background-color: #13c110;
	color: #000 !important;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none !important;
}

.button:hover {
	background-color: #333;
	color: #fff;
}

a:hover {
	color: #23b0a8;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.alignnone {
	float: none;
	margin: 0 auto;
}

.content ul {
	margin-left: 10px;
}

.content ul li {
	list-style: none;
	background-repeat: no-repeat;
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;
}

.content ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	left: -5px;
	position: absolute;
	top: 0;
	color: #13c110;
	font-size: 24px;
	font-weight: bold;
}

/**
 CLASSI DI SERVIZIO HACK
*/
.overflow {
	overflow: hidden;
}

/* ================ HEADER */
header {
	padding: 10px 0;
}

/* ================ BREADCRUMB */
section.breadcrumb {
	padding: 0;
	background-color: #fafafa;
}

/* ================ PAGE */
.page-standard,
.page-full {
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
}
.page-standard .hero,
.page-full .hero {
	background-color: #13c110;
	padding: 100px 0;
}
.page-standard .hero h1,
.page-full .hero h1 {
	color: #000;
	margin: 0;
	font-weight: 900;
}
.page-standard .wrap-content,
.page-full .wrap-content {
	margin: 4em 0;
}
.page-standard .wrap-content ol,
.page-full .wrap-content ol {
	counter-reset: contami;
	margin: 2em 0;
}

.page-standard .wrap-content ol li,
.page-full .wrap-content ol li {
	margin-bottom: 2em;
	position: relative;
	padding-left: 55px;
	list-style: none;
}

.page-standard .wrap-content ol li::before,
.page-full .wrap-content ol li::before {
	content: counter(contami);
	counter-increment: contami;
	position: absolute;
	left: 0;
	top: 0;
	font: bold 28px/1 Sans-Serif;
	background-color: #23b0a8;
	display: block;
	width: 36px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 20px;
	color: #fff;
}

.page-standard .wrap-content ul,
.page-full .wrap-content ul {
	margin-left: 10px;
}

.page-standard .wrap-content ul li,
.page-full .wrap-content ul li {
	list-style: none;
	background-repeat: no-repeat;
	padding-left: 50px;
	position: relative;
	margin-bottom: 1.2em;
}

.page-standard .wrap-content ul li::before,
.page-full .wrap-content ul li::before {
	font-family: FontAwesome;
	content: "\f00c";
	left: -5px;
	position: absolute;
	top: -10px;
	color: #23b0a8;
	font-size: 2em;
}

article.page li {
	position: relative;
	list-style: none;
	margin-bottom: 1em;
	padding-left: 1em;
}

article.page li:before {
	width: 8px;
	height: 8px;
	background-color: #23b0a8;
	position: absolute;
	left: -10px;
	top: 7px;
	content: " ";
	display: inline-block;
}

/* ================ 404 */
.page404 {
	padding: 100px 0;
	overflow: hidden;
	position: relative;
}

#searchform,
#searchform div {
	position: relative;
}

#searchform input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	border: 1px solid #cacaca;
	margin: 0 0 0.75rem;
	font-family: inherit;
	font-size: 1.3rem;
	color: #0a0a0a;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
	border-radius: 100px;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 50px;
}

#searchform button {
	position: absolute;
	font-size: 26px;
	top: 10px;
	right: 20px;
}

/* ================ FOOTER */
section.footerwidget {
	background-color: #333;
	padding: 3em 0;
	color: #fff;
}

.footerwidget p {
	color: #fff;
}

.footerwidget .widget-sidebar ul li {
	margin: 0 0 1em 0;
	position: relative;
	padding: 0;
	border-bottom: none;
	font-size: 15px;
	display: block;
}

.footerwidget .widget-sidebar ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #4d6ca5;
	border-radius: 4px;
	display: inline-block;
	margin-right: 10px;
}

.footerwidget .menu > li > a,
.footerwidget a {
	display: inline;
	line-height: 1;
	padding: 0;
	color: #fff !important;
	font-weight: 600;
}

.footerwidget .menu > li > a:hover {
	font-weight: bold;
}

footer {
	background-color: #222;
	padding: 1em 0 0 0;
	clear: both;
	color: #fff;
}

footer p {
	color: #fff;
	font-size: 14px !important;
}

footer p a {
	color: #fff;
}

.footerwidget .fa-facebook,
.footerwidget .fa-youtube {
	font-size: 1.2em;
}

.responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 100%;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
}

.responsive-embed > iframe,
.responsive-embed > object,
.responsive-embed > embed,
.responsive-embed > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.opening_faq {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #444 !important;
	cursor: pointer !important;
	display: block;
	font-size: 17px;
	line-height: 1.3;
	padding: 1.6em 1.6em 1.6em 4em;
	text-decoration: none;
	font-weight: bold;
	border-radius: 2px;
	margin: 1em 0 0 0;
	background-image: url("../images/ele.jpg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 50px 50px;
}
.opening_faq:hover {
	box-shadow: 0 0 10px #777;
}

.large-12.opening.opening_faq > span {
	clear: both;
	color: #666;
	display: block;
	font-size: 12px;
	padding-left: 5em;
}
.large-12.opening.opening_faq:hover > span {
	color: #fff !important;
}
.opening.active {
	color: #000;
}
.expandido_faq {
	font-family: "Lato", "Open Sans", sans-serif;
	padding: 1em 2em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: none;
	background-color: #fff !important;
}
.expandido {
	display: none;
}
.opening_faq .fa {
	display: inline-block;
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 0;
	margin: 0;
	padding: 0.4em 0.5em 0 0;
}
.expandido_faq {
	display: none;
}
.opening_faq.active {
	background-color: #ff8a00;
	color: #fff !important;
	border-color: #ffab48 !important;
}

.faq_closed {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #ff8a00 !important;
	cursor: pointer;
	display: block;
	font-size: 17px;
	line-height: 1.3;
	padding: 1.6em;
	text-decoration: none;
}
.faq_closed:hover {
	background-color: #f5f5f5;
	cursor: not-allowed;
}
.faq_closed .fa {
	display: inline-block;
	float: left;
	font-size: 3.1em;
	font-weight: bold;
	line-height: 0;
	margin: 0;
	padding: 0.4em 0.5em 0 0.1em;
}
.faq_closed span {
	clear: both;
	color: #666;
	display: block;
	font-size: 12px;
	padding-left: 5.5em !important;
}
.expandido_faq ul li {
	margin-bottom: 1em;
	margin-left: 1em;
	list-style: none;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-image: url(../images/checkmark2.png);
}

.opening_faq > .fa.fa-plus {
	color: #ff8a00 !important;
}
.opening_faq:hover .fa.fa-plus,
.opening_faq.active .fa.fa-plus {
	color: #fff !important;
}
.expandido_faq a {
	color: #00f;
	text-decoration: underline;
}

.celebrate {
	background-image: url(../images/celebrate.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 3em 2em;
	margin-bottom: 3em;
	box-shadow: 0 0 10px 10px #eee;
}

p.wrap-anteprima-attestato {
	text-align: center;
	width: 300px;
	margin: 0 auto 2em;
}

.celebrate h5 {
	font-weight: bold;
}

.celebrate span {
	position: relative;
	top: 106px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.hero h3,
.hero h4 {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff !important;
	text-shadow: 0 1px 2px #000;
}

/*-------------------------------------*/
/*     domande e risposte              */
/*-------------------------------------*/
.wrap-qa {
	padding-top: 2em;
}
.wrap-qa .titolo {
	font-weight: bold;
	margin-top: 2em;
}
.hero.qa {
	position: relative;
	padding: 160px 0 70px 0;
	margin-bottom: 0 !important;
}

.wrap-qa form.wpcf7-form {
	width: 100%;
	max-width: 70%;
	margin: 50px auto;
	background: #f2ede9;
	padding: 50px 50px;
	border-radius: 10px;
}
.wrap-qa form.wpcf7-form input {
	border-radius: 6px;
}
.wrap-qa form.wpcf7-form textarea {
	height: 250px;
}

.wrap-qa .filter-bar {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	border: 1px solid #eae0d7;
	border-radius: 10px;
	padding: 10px 20px;
	background: #f2ede9;
}
.wrap-qa .filter-bar .filtro,
.wrap-qa .filter-bar .ricerca {
	flex-basis: 47%;
}
.wrap-qa .filter-bar h4 {
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 20px;
}
.wrap-qa .filter-bar select {
	border-radius: 6px;
	margin: 0;
}
.wrap-qa .filter-bar input {
	border-radius: 6px;
	margin: 0;
	height: 39px;
}
@media (max-width: 1200px) {
	.wrap-qa {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.wrap-qa .filter-bar h4 {
		font-size: 20px;
	}
}
@media (max-width: 960px) {
	.wrap-qa .filter-bar {
		flex-direction: column;
	}
	.wrap-qa .filter-bar .filtro,
	.wrap-qa .filter-bar .ricerca {
		margin: 10px 0;
	}
}


/** CATEGORY PAGE **/

.hero-programmi {
	background-image: url(../images/bghero_gen.jpg);
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4em 0;
}
.hero-programmi:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.4;
}
.hero-programmi h3 {
	color: #fff;
	font-size: 80px;
	margin: 0;
	font-weight: 900;
}


.page-programmi .row .columns {
	padding: 0 0.5em;
}
.riquadro-categoria_gen h3 {
	line-height: 1.2;
}

.riquadro-categoria_gen {
	margin-bottom: 30px;
}

.content_riquadro-categoria_gen {
	padding: 2em;
	background: #fff;
	border: 1px solid #ddd;
	min-height: 160px;
}
.riquadro-categoria_gen h3 a {
	font-size: 22px;
	color: #000;
	line-height: 1.2;
}
.header_riquadro-categoria_gen {
	position: relative;
	overflow: hidden;
	min-height: 190px;
}
.header_riquadro-categoria_gen img {
	position: absolute;
	width: 102%;
	max-width: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


.add-notes-form textarea {
	height: 200px;
}
.add-notes {
	display: block;
	text-align: center;
	width: 100%;
	background: green;
	color: #fff;
	padding: 1em;
	font-size: 22px;
	font-weight: bold;
}
.add-notes i {
	margin-right: 10px;
}



/*****/
section.page-programmi .row {
	display: flex;
	align-items: start;
	justify-content: flex-start;
	flex-flow: wrap;
}

section.page-programmi .fxcol {
	width: auto;
	flex: 0 0 25%;
}

section.breadcrumbsar {
	background: #f7f7f7;
	padding: 1.2em 0 0;
}

@media only screen and (max-width: 639px){
	section.page-programmi .fxcol{
		flex: 0 0 100%;
	}

	section.breadcrumbsar a {
		font-size: 14px;
	}

}
