/*
Theme Name: AMP
Theme URI: http://www.alessandrolago.com
Author: Alessandro Lago
Author URI: http://www.alessandrolago.com
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accademiadimusica
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

@import url("css/fonts.css");
@import url("css/lemonade.css");
@import url("css/blocks.css?ver=1.0");
@import url("css/flexslider.css");

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box;
	/* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

a, button {
	outline: none !important;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'SourceSansPro-Regular', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 10px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .4em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a,
a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	cursor: pointer;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	position: absolute;
	top: 90px;
	background-color: rgba(255, 255, 255, 0.92);
	height: 40px;
	padding: 8px 0 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.main-navigation a {
	display: block;
	color: #808080;
	font-size: 16px;
	font-weight: normal;
	text-transform: normal;
	line-height: 19px;
	padding-bottom: 10px;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.7em;
	left: -999em;
	z-index: 99999;
	background-color: #F2F2F2;
	border-radius: 2px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 240px;
	color: #808080;
	font-size: 16px;
	padding: 10px;
}

.main-navigation ul ul li {
	margin: 0;
	text-align: left;
}

.main-navigation ul ul li:last-child {}

.main-navigation li:hover>a {
	color: #28b2a9;
}

.main-navigation ul ul :hover>a {
	color: #FFFFFF;
}

.main-navigation ul ul li:hover {
	background-color: #28B2A9;
}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul {
	left: 100%;
}

.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-item>a {
	color: #28b2a9;
}

.main-navigation .current-menu-parent>a,
.main-navigation .current_page_item>a {
	/*	color: #FFFFFF;*/
}

.main-navigation ul ul .current_page_item,
.main-navigation ul ul .current-menu-item,
.main-navigation ul ul .current_page_ancestor {
	background-color: #28b2a9;
}

.main-navigation ul ul .current_page_item>a,
.main-navigation ul ul .current-menu-item>a,
.main-navigation ul ul .current_page_ancestor>a {
	color: #FFFFFF;
}

.main-navigation ul ul .current_page_item>a:before,
.main-navigation ul ul .current-menu-item>a:before,
.main-navigation ul ul .current_page_ancestor>a:before {
	border: 0;
}

/* Small menu */
.menu-toggle {
	display: none;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
}

.menu-toggle:hover {
	box-shadow: none;
}

.icon-bar {
	background-color: #000000;
	box-shadow: 0 1px 1px #898b8c;
	display: block;
	height: 4px;
	margin: 4px;
	width: 28px;
	border-radius: 3px;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Language selector */
.qtrans_language_chooser {
	position: absolute;
	right: 60px;
	top: 20px;
	z-index: 20;
}

.qtrans_language_chooser>li {
	display: inline-block;
	opacity: 0.6;
	margin: 0 5px;
}

.qtrans_language_chooser>li.active,
.qtrans_language_chooser>li:hover {
	opacity: 1;
}

.qtrans_language_chooser li>a {
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 3px 10px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-content {
	width: 100%;
	margin: 0 auto;
}

.site-breadcrumbs {
	margin: 0;
}

.site-breadcrumbs span, .site-breadcrumbs span a {
	color: #808080;
	font-size: 14px;
	font-weight: normal;
	text-transform: normal;
	line-height: auto;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.animate {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media screen and (max-width: 980px) {
	.main-navigation li {
		margin: 0 5px;
	}
}

@media screen and (max-width: 767px) {
	.main-navigation {
		z-index: 200;
		padding: 0;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation.toggled .nav-menu {
		background-color: #FFFFFF;
		padding: 10px 0;
	}

	.main-navigation.toggled .nav-menu a {
		color: #424242;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation li {
		display: block;
		margin: 10px;
		border-bottom: 1px solid #f2f2f2;
	}

	.main-navigation li:first-child {
		border-top: 1px solid #f2f2f2;
		padding-top: 7px;
	}

	.main-navigation li a:hover {
		color: #28b2a9 !important;
	}

	.qtrans_language_chooser {
		right: 10px;
	}

	.qtrans_language_chooser>li {
		display: inline-block;
		margin: 0 2px 5px;
	}
}

/* CUSTOM MARCO */

/* .preview-eventi .bit-2 {
	width:47%;
} */

.text ul li a {
	color: #D60516 !important;
}

.text ul li a:hover {
	color: #111 !important;
}

.box-statici-su-due-colonne .item .image {
	background-position: center top;
}

.slider .slides .item .image-container .image:hover {
	transform: none;
}

div.iscrizione.red button {
	width: 220px;
	height: 50px;
	text-shadow: none;
	box-shadow: none;
	background-color: #D60516;
	color: #FFFFFF;
	font-size: 20px;
	border: none;
	margin-left: 30px;
}


.lista-corsi #courses .course .item .data .course-name {
	font-size: 20px;
	line-height: 20px;
}

.lista-corsi #courses .course .item .data .course-type {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.postid-325 #teacher-detail .courses #course-list .item .image-block .image {
	background-position: center top;
}

.lista-corsi #courses [data-course_id="2154"] .item .image {
	background-position: center top;
}


.progetto-template-default.single-progetto #project-detail .gallery .image {
	background-repeat: no-repeat;
	background-position: center center;
}


.text-ie-warning {
	text-align: center;
	font-size: 2em;
	margin: 10px;
	padding: 10px;
	border: 2px solid #ff0000;
}


@media only screen and (max-width: 576px) {


	.preview-eventi .top-container .bit-2.right .button button {
		padding: 10px;
		margin-top: 10px;
	}

	.preview-eventi .eventi-container .item .data {
		padding: 0px 15px;
	}

	.page-id-258 .next-events {
		display: none;
	}

	.lista-eventi #events .event .item .text-container .title {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.lista-studenti #students .student .item,
	.lista-corsi #courses .course .item {
		height: 100% !important;
		display: block;
	}

	.lista-studenti #students .student .item .data,
	.lista-corsi #courses .course .item .data {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.lista-studenti #students .student .item .data div,
	.lista-corsi #courses .course .item .data div {
		padding: 10px 20px;
		margin: 0 !important;
	}

	.lista-eventi #events .event .item .image-container .image,
	.lista-studenti #students .student .item .image,
	.lista-corsi #courses .course .item .image {
		width: 100%;
		height: 120px;
		background-position: center top !important;
	}

	.lista-studenti #students .student .item .data .name,
	.lista-corsi #courses .course .item .data .teacher {
		background-color: #fff;
	}

	.lista-corsi #courses .course .item .data .course-type {
		background-color: #D60516;
		color: #fff;
	}

	.lista-studenti #students .student .item {
		height: 100% !important;
	}

	.lista-studenti #students .student .item .data .name {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 0;
	}

	.lista-studenti #students .student .item .data .activities .row {
		padding: 4px 0;
	}

	.lista-eventi #events .event .item {
		height: 100%;
		margin-bottom: 20px;
	}

	.lista-eventi #events .event .item .date-container {
		height: 110px;
	}

	.lista-eventi #events .event .item .text-container {
		height: auto;
	}

	.lista-eventi #events .event .item .date-container,
	.lista-eventi #events .event .item .image-container,
	.lista-eventi #events .event .item .location-container,
	.lista-eventi #events .event .item .text-container {
		width: 100%;
		padding-bottom: 10px;
	}

	.lista-eventi #events .event .item .location-container .button {
		margin: 0;
		width: 100%;
	}

	.lista-eventi #events .event .item .location-container .button button {
		padding: 0;
		width: 100%;
		font-size: 16px;
	}

	.visual .title {
		line-height: 30px;
		font-size: 30px;
	}

	.two-box-sided {
		display: block !important;
	}

	.two-box-sided .image {
		min-height: 240px;
	}

	.filter-controls .select-container ul.animate li {
		z-index: 250 !important;
	}

	.filter-controls .select-container ul.animate {
		z-index: 200 !important;
	}
}

@media only screen and (max-width: 576px) and (orientation: portrait) {
	.slider .slides .item .image-container .image {
		min-height: 150px;
	}

	.visual .image {
		min-height: 250px;
	}
}


@media only screen and (max-width: 680px) and (orientation: landscape) {

	.preview-eventi .eventi-container .item .data {
		padding: 0px 15px;
	}

	.flex-direction-nav a {
		height: 60px !important;
	}

	.slider .slides .item .image-container .image {
		min-height: 310px;
	}

}


@media only screen and (max-width: 576px) and (orientation: landscape) {

	.slider .slides .item .image-container .image {
		min-height: 300px;
		width: 100% !important;
	}

	.visual .image {
		min-height: 250px;
	}

}


/* CUSTOM FABIO */

.info-form .request-form input[type="checkbox"] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 1px solid #9C9C9C;
}

.field.checkbox {
	background-color: transparent !important;
	border: unset !important;
	margin: 0 !important;
	padding: 5px 5px !important;
}

.field.checkbox span {
	font-size: 10px !important;
}

input[type="checkbox"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #bcbcbc;
	border-radius: 2px;
	cursor: pointer;
}

input[type="checkbox"]:checked {
	position: relative;
	top: -4px;
	left: 2px;
	content: '\2714';
	font-size: 14px;
}

input[type="checkbox"] {
	display: none !important;
}

input[type="checkbox"]+*::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border: .15rem solid #bcbcbc;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 5px;
}

input[type="checkbox"]:checked+*::before {
	content: "✓";
	color: white;
	text-align: center;
	background: green;
	border-color: green;
	line-height: 1 !important;
}

input[type="checkbox"]:checked+* {
	color: green !important;
}

.right p {
	display: flex;
	justify-content: flex-end;
}

.info-form .request-form input[type="submit"] {
	order: 2;
}

.wpcf7-spinner {
	order: 1;
}

/* CUSTOM FABIO 2 */
@media only screen and (max-width: 576px) {

	.lista-eventi #events .event .item .date-container,
	.lista-eventi #events .event .item .image-container,
	.lista-eventi #events .event .item .location-container,
	.lista-eventi #events .event .item .text-container {
		margin-bottom: 20px;
	}
}

.page-id-136 .visual~.visual {
	padding-top: 100px !important;
}

footer ul li a {
	color: #9C9C9C !important;
}



/* CARD CORSO */
.card-corso-lista {
	display: inline-flex;
	flex-direction: column;
}

.card-corso-lista.layout {
	display: block;
}

.card-corso-wrapper {
	display: inline-flex;
}

.card-corso {
	display: inline-flex;
	background: #fff;
	color: #111;
	padding: 15px;
	margin-bottom: 10px;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	position: relative;
}

.card-corso:hover,
a.card-corso-wrapper:hover {
	background: #111;
	color: #fff !important;
}

.card-corso-img,
.card-corso-info {
	display: flex;
	flex-direction: column;
	margin-right: 15px;
}

.card-corso-strumento {
	font-size: 1.5rem;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
}

.card-corso-imgimg {
	width: 192px;
	height: 108px;
	background-size: cover;
	background-position: bottom;
	position: relative;
	overflow: hidden;
}

.card-corso-imgimg::before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1.5px solid white;
	transition: width 0.3s, height 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.card-corso:hover .card-corso-imgimg::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition-delay: 0.15s;
}


/* ALLEGATI PER LE NEWS */
.single-post .allegati-container {
	padding: 0 !important;
}


/* CTA ISCRIZIONE */
.info-form .cta-iscrizione {
	padding: 50px 40px 20px;
}

.info-form .cta-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #111111;
	margin-bottom: 14px;
}

.info-form .cta-title {
	font-size: 32px;
	line-height: 1.2;
	color: #111111;
	font-family: 'SourceSansPro-Bold', sans-serif;
	margin-bottom: 14px;
}

.info-form .cta-text {
	font-size: 16px;
	line-height: 1.6;
	color: #565656;
	margin-bottom: 28px;
	max-width: 680px;
}

.info-form .cta-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.info-form .cta-actions .button {
	margin: 0;
	flex-shrink: 0;
}

.info-form .cta-actions .button button {
	color: #FFFFFF;
	font-size: 18px;
	border: none;
}

.info-form .cta-contact {
	font-size: 14px;
	color: #565656;
}

.info-form .cta-contact .fa {
	margin-right: 5px;
}

@media only screen and (max-width: 576px) {
	.info-form .cta-iscrizione {
		padding: 30px 20px 10px;
	}

	.info-form .cta-actions {
		flex-direction: column;
		align-items: flex-start;
	}
}