/* Fix plug-ins */
.e-mailit_toolbox {
	margin-top: 20px;
}

/*
Theme Name: NETTuno Scuola Online
Theme URI:
Author: Luca Santomauro
Author URI: http://nettunopa.com/
Description: Il tema delle scuole conforme alla normative ministeriali
Version: 1.0
License: Contratto di noleggio
License URI:
Tags: scuola, istruzione, istituto, comprensivo, convitto, trasparenza, miur
Text Domain: NETTuno Scuola Mia

Questo tema è proprietà di NETTuno srl.
Non è consentita alcuna modifica o vendita del codice sorgente.
*/
/*
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img { border: 0 }

ol, ul { list-style: none }

caption, th { text-align: left }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: "Roboto","Arial", verdana, Sans-serif;
    font-weight: normal;
    color: #4c4c4c;
}

html { height: 100% }

body {
    font: 14px/24px "Roboto","Arial", verdana, Sans-serif;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    color: #555;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a { text-decoration: none }

a:hover { color: #555 }

hr {
    margin: 20px 0 30px;
    border: 0;
    border-bottom: 1px dotted #ddd;
    height: 1px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

h3, h4, h5, h6 {
    line-height: 28px;
    margin-bottom: 12px;
}

h3 { font-size: 18px }

h4 { font-size: 16px }

h5 { font-size: 14px }

h6 {
    font-size: 13px;
    color: #bfbfbf;
    text-transform: uppercase;
}

p { margin-bottom: 15px }

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.last { margin-right: 0 !important }

blockquote p {
    position: relative;
    font-family: "Roboto","Arial", verdana, Sans-serif;
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 0 15px 30px;
    margin: 25px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

blockquote p:before {
	position: absolute;
	left: 0;
	top: 14px;
	content: "\f0e5";
	font-family: "FontAwesome";
	display: block;
	color: #bbb;
}

::selection {
    background: #fff666;
    color: #222;
}

::-moz-selection {
    background: #fff666;
    color: #222;
}

img {
    max-width: 100%;
    height: auto;
}
*/
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-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {

}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}

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

ol, ul {
  list-style: none;
  font-size: 15px;
}

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;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  padding-bottom: 20px;
}

h1 {
	color: #222;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
}

hr {
  background-color: rgba(100,100,100,0.3);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
	color: #555;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 20px;
}

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;
}

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: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

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

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 */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

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 #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 */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid rgba(200,200,200,0.2);
}

input[type="search"] {
	border-right: 0!important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {

}

input[type="text"],
input[type="email"],
input[type="url"],
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: 98%;
}

/* Links */
a {
  color: #428bca;
}

a:hover,
a:focus,
a:active {
  color: #0072bc;
}

/* Alignment */
.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;
}

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

.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
.cont-wrapper:before,
.cont-wrapper: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,
.cont-wrapper:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =General
----------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.cont-wrapper {
  border-bottom: 1px solid rgba(100,100,100,0.3);
  margin-bottom: 1em;
}

/*.cont-wrapper h1, .cont-wrapper h2, .cont-wrapper h3,
.cont-wrapper h4, .cont-wrapper h5, .cont-wrapper h6 {
  font-weight: 600;
  margin: 0 0 0.5em;
  clear: none;
}

.cont-wrapper h1 {
  font-size: 22px;
}

.cont-wrapper h2 {
  font-size: 20px;
}

.cont-wrapper h3 {
  font-size: 18px;
}*/

body .bxslider {
	margin: 0;
}

/* ===[ Layout Styles ]===================================================== */

.main-wrapper {
    width: 100%;
    margin: 0 auto;
}

.header-wrapper,
.footer-wrpper {
    width: 100%;
    margin: 0 0 0 0;
}

.header,
.footer {
    margin: 0 auto;
    position: relative;
}

.logo-wrapper {
	max-width: 1240px;
	margin: 0 auto;
}

.page-wrapper {
	max-width: 1240px;
	margin: 0 auto;
}

.slider-3-wrapper {
	max-width: 1240px;
	margin: 0 auto;
}

.main-navigation div {
	max-width: 1240px;
	margin: 0 auto;
}

.ultima-modifica,
.menu-footer {
	max-width: 1240px;
	margin: 0 auto;
}

.logo {
	text-align: center;
	margin: 30px auto;
}

body .cont-wrapper {
	margin-top: 0;
}

.box-post-category p {
	padding-top: 10px;
}

.data-post {
	font-size: 12px;
	display: block;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	color: #0072bc;
}

.gallery {
	padding-bottom: 20px;
}

.wp-caption-text,
.gallery-caption {
	font-size: 12px;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
}

.cont-wrapper li {
	margin-bottom: 10px;
}

/* =Menu Nascosto
----------------------------------------------- */

.menu-nascosto {
	margin: 0;
	padding: 0;
	position: relative;
}

.menu-nascosto li {
	line-height: 0;
}

.menu-nascosto li a {
	display: block;
	background-color: white;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.menu-nascosto li a:focus {
	height: auto;
	padding: 10px;
	display: block;
	font-size: 16px;
	position: relative;
}

/* IE6 */ /* IE7 */ /* IE8 */
.menu-nascosto {
	line-height: 0\9!important;
	font-size: 0\9!important;
}

/* ===[ Header Navigation Styles ]===================================================== */

/* =Menu
----------------------------------------------- */

.main-navigation {
  background: #0072bc; /*#0072bc,#d5d2ca*/
  position: relative;
}

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

.main-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.main-navigation li:first-child {
	margin-left: 0;
}

.main-navigation ul ul {
  margin-left: 20px;
}

.main-navigation a {
  color: #fff;
  text-decoration: none;
  display: block;
  opacity: 0.95;
}

.main-navigation a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* IE6 */ /* IE7 */ /* IE8 */
.main-navigation a:hover {
	color: black\9!important;
}


.main-navigation {
  font-size: 14px;
  min-height: 48px;
}

.main-navigation.toggled-on {
  padding: 72px 0 36px;
}

.main-navigation .nav {

}

.main-navigation ul ul li a:hover {
	background: none;
}

.main-navigation.toggled-on .nav {
  display: block;
}

.main-navigation a {
	display: inline-block;
	height: 48px;
	padding: 7px 1em;
}

.menu-toggle {
	cursor: pointer;
	font-size: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 10px;
	text-align: center;
}

.menu-toggle:before {
	display: inline-block;
    font-family: "dashicons";
    line-height: 40px;
	font-size: 35px;
	vertical-align: text-bottom;
	color: #fff;
	content: "\f333";
	margin: 0;
}

.toggled_on #nav {
	height: auto;
}

.main-navigation > .menu > ul > li.page_item_has_children > a,
.main-navigation > div > ul > li.menu-item-has-children > a {
	padding-right: 18px;
}

.main-navigation > div > ul > li:hover > ul,
.main-navigation > .menu > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.main-navigation ul ul {
	visibility: hidden;
	opacity: 0;
	width: 180px;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99999;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.main-navigation ul ul li {
	float: none;
}

.main-navigation ul ul li:first-child {
	border: 0;
}

.main-navigation ul ul li a {
	color: black;
}

.main-navigation ul ul ul {
	display: none;
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0;
}

.main-navigation ul ul ul:after {
	content: none;
}

.main-navigation ul ul li:hover ul {
	display: block;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation li.current_page_item a:hover,
.main-navigation li.current-menu-item a:hover {
	color: black!important
}





/* =Icon Menu
----------------------------------------------- */


#icon-menu {
  margin: 0 0 1.5em;
}

.icon-menu-container {
  background: #fff;
  border-radius: 5px;
  padding: 1em;
}

.icon-menu-container ul {
  text-align: center;
  list-style: none;
  margin: 0;
}

.icon-menu-container li {
  display: inline-block;
  padding: 1em 5%;
}

.icon-menu-container li:before {
  content: none;
}

.icon-menu-container a:hover {
  text-decoration: none;
  color: #333;
}

.icon-menu-container a:before {
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 52px;
  font-size: 5.2rem;
  display: block;
  margin: 0 0 5px;
  text-decoration: none;
}

.icon-menu-container a:hover:before {
  opacity: .8;
}


/* ===[ Laterla Navigation Styles ]===================================================== */


.menu-menu-principale-container {

}

.titolo-menu-laterale {
	color: #fff;
	background: #0072bc;
	padding: .5em 1.25em;
	font-size: 14px;
	cursor: default;
	/* border-radius: 5px 5px 0 0; */
}

#nav-laterale {
	font-size: 14px;
	background: #f8f8f8;
	padding: 0 0 1.5em;
	margin-bottom: 1em;
	overflow: hidden;
	/* border-radius: 5px 5px 0 0; */
}

#nav-laterale, #nav-laterale ul {
	margin: 0 0 1.5em;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    line-height: 1.5em;
}

#nav-laterale a {
    display: block;
    padding: 5px 20px;
	border-top: 1px solid rgba(100,100,100,0.1);
    background-color: #f8f8f8;
    color: black;
    text-decoration: none;
    text-align: left;
    outline: none;
    font-weight: 100;
	box-shadow: 0px 0 0 #0072bc inset, 0 0 0 rgba(0,0,0,0.05) inset;

	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-laterale a:hover {
	box-shadow: 7px 0 0 #0072bc inset, 320px 0 0 rgba(0,0,0,0.05) inset;
}

#nav-laterale a:before {
    font-family: "dashicons";
    font-size: 10px;
	content: "\f345";
	padding-right: 10px;
    vertical-align: middle;

   	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-laterale li {
	overflow: hidden;
}

#nav-laterale .current-menu-item a:before,
#nav-laterale li:hover a:before {

}

#nav-laterale > li a:hover,
#nav-laterale .current-menu-item a {

}

.plus { color: #aaa }

#nav-laterale ul {
}

#nav-laterale li {
    list-style-type: none;
}

#nav-laterale li a {
    font-size: 15px;
	line-height: 2em;
}

/* ===[ Widget default Styles ]===================================================== */
/* =Widgets
----------------------------------------------- */
.left-menu-widget-wrapper,
.right-widget-wrapper {
  font-size: 14px;
  margin: 0 0 1.5em;
}

.left-menu-widget-wrapper ul {
  list-style: none;
}

.left-menu-widget-wrapper ul li {

}

body #nav-laterale .sub-menu {
	margin: 0;
	display: none;
}

body #nav-laterale .sub-menu li a{
	padding-left: 30px;
	color: #444;
}

body #nav-laterale .sub-menu li a:before {
	content: "\f460";
}

/* body #nav-laterale li:hover .sub-menu {
	display: block
}

body #nav-laterale .current-menu-item .sub-menu,
body #nav-laterale .current-menu-ancestor .sub-menu {
	display: block;
}

body #nav-laterale .current-menu-item > a{
	box-shadow: 7px 0 0 #0072bc inset, 320px 0 0 rgba(0,0,0,0.05) inset;
} */


/* SOTTOMENU LATERALE */

#nav-laterale .sub-menu a {
	padding-left: 30px;
	background-color: #eeeeee;
}

#nav-laterale .sub-menu .sub-menu a {
	padding-left: 40px;
}

#nav-laterale .sub-menu a:before {
	content: "\f460";
}

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

/* Sidebar Widgets & Home Page Featured Widgets */
.widget-scuolamia {
	background: #f8f8f8;
	padding: 0 0 1.5em;
	overflow: hidden;
	/* border-radius: 5px 5px 0 0; */
	margin-bottom: 1em;
}

.widget-scuolamia img {
	padding: 20px 20px 0 20px;
}

.widget-scuolamia .widgettitle {
	color: #fff;
	background: #0072bc;
	padding: .5em 1.25em;
	font-size: 14px;
}

.widgettitle a {
	color: inherit!important;
}

.widget-scuolamia .widgettitle {
	color: #fff;
}

.widget-scuolamia p {
	margin-bottom: 0;
}

.widget-scuolamia ul,
.widget-scuolamia div {
	margin: 0 1.25em;
	padding-top: 1.25em;
	list-style-type: none;
}

.widget-scuolamia div ul,
.widget-scuolamia div form {
	margin: 0!important;
	padding: 0!important;
}

.widget-scuolamia li {
	font-size: 12px;
	color: #515151;
}

.widget-scuolamia ul li a {
	display: inline-block;
	font-size: 14px;
	width: 90%;
}

.widget-scuolamia ul li:before {
    font-family: "dashicons";
	-webkit-font-smoothing: antialiased;
    font-size: 10px;
	content: "\f345";
    vertical-align: top;
    display: inline-block;
	width: 3%;
	height: 14px;
	margin: 3px 5px 0 -5px;

   	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

	color: #428bca;
}

.widget-scuolamia ul li a:hover {
	text-decoration: underline;
}

.widget-scuolamia ul li a {
	text-decoration: none;
}


.widget-scuolamia input[type="email"],
.widget-scuolamia input[type="text"],
.widget-scuolamia input[type="url"],
.widget-scuolamia input[type="password"],
.widget-scuolamia input[type="search"] {
	margin: 0 auto;
	display: block;
	font-size: 12px;
	color: #7e7e7e;
	width: 100%;
	line-height: 1.5;
}

.widget-scuolamia input[type="email"]:focus,
.widget-scuolamia input[type="text"]:focus,
.widget-scuolamia input[type="url"]:focus,
.widget-scuolamia input[type="password"]:focus,
.widget-scuolamia input[type="search"]:focus {
	color: black;
}

.widget-scuolamia input[type="submit"] {
	border: 1px solid #21759b;
	background: #0072bc;
	color: white;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	width: auto;
	-webkit-appearance: button;
	box-shadow: 0 0 0 rgba(255,255,255,0.05) inset;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.widget-scuolamia input[type="submit"]:hover {
	box-shadow: 200px 0 0 rgba(255,255,255,0.2) inset;

}

.widget-scuolamia form {
	text-align: left;
}


/* Ridiculous workarounds for lack of widget-content wrapper */
.widget-scuolamia  .tagcloud,
.widget-scuolamia  .textwidget,
.widget-scuolamia  select,
.widget-scuolamia  .recentcommentsavatar,
.widget-scuolamia  #subscribe-blog,
.widget-scuolamia  .milestone-content,
.widget-scuolamia  .widgets-multi-column-grid,
.widget-scuolamia  .widgets-grid-layout,
.widget-scuolamia  #pd_top_rated_holder,
.widget-scuolamia  .widget_gravatar p,
.widget-scuolamia  .widget_image img,
.widget-scuolamia  .widget_goodreads embed,
.widget-scuolamia  .widget_goodreads img,
.widget-scuolamia  .widget-grofile .grofile-thumbnail,
.widget-scuolamia  .widget-grofile h4,
.widget-scuolamia  .widget-grofile p,
.widget-scuolamia  .widget-grofile ul,
.widget-scuolamia  .widget_facebook_likebox iframe, #home-page-featured .tagcloud,
.widget-scuolamia  .textwidget,
.widget-scuolamia  select,
.widget-scuolamia  .recentcommentsavatar,
.widget-scuolamia  #subscribe-blog,
.widget-scuolamia  .milestone-content,
.widget-scuolamia  .widgets-multi-column-grid,
.widget-scuolamia  .widgets-grid-layout,
.widget-scuolamia  #pd_top_rated_holder,
.widget-scuolamia  .widget_gravatar p,
.widget-scuolamia  .widget_image img,
.widget-scuolamia  .widget_goodreads embed,
.widget-scuolamia  .widget_goodreads img,
.widget-scuolamia  .widget-grofile .grofile-thumbnail,
.widget-scuolamia  .widget-grofile h4,
.widget-scuolamia  .widget-grofile p,
.widget-scuolamia  .widget-grofile ul,
.widget-scuolamia  .widget_facebook_likebox iframe,
.widget-scuolamia form {
	margin: 0 1.25em;
	padding-top: 1.25em;
	font-size: 0.85em;
}

.widget-scuolamia .post-date {
	font-size: 10px;
	display: inline-block;
	margin-left: 5px;
	padding: 0 2px;
	border-radius: 3px;
	color: #555;;
	text-transform: uppercase;
}

/* Specific Widget Styling */
.widget-scuolamia  .widgettitle .rsswidget img{
  display: none;
}
.widget-scuolamia  .widget_search form {
  margin: 0 1.25em;
  padding-top: 1.25em;
}
.widget-scuolamia  .widget_search .widgettitle {
  margin-bottom: 0;
}

/* =Search
----------------------------------------------- */
.search .entry-header {
  margin: 0 0 1.5em;
}

.search-form {
	margin: 0 1.25em;
	padding-top: 1.25em;

}

.widget_search form .search-submit {
	min-height: 28px;
	border: 1px solid #21759b;
	background: #0072bc;
	color: white;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	width: 30px;
	height: 30px;

	/* 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 */
}

.search-form label,
.search-submit {
	display: block;
	float: left;
}

.widget_search .search-form input[type="search"] {
	line-height: 1.5;
	height: 22px;
	width: 90%;
}

.search-form label {
	width: 80%;
}

/* =Search
----------------------------------------------- */
.recentcomments:berfore {
	content: none;
}

/* =calendar widget
----------------------------------------------- */
#calendar_wrap {
	margin: 0 1.25em;
	padding-top: 1.25em;
	font-size: 0.85em;
}
#wp-calendar {width: 100%; margin: 0;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-bottom: 15px; text-transform: capitalize; }
#wp-calendar thead { }
#wp-calendar thead th { padding-bottom: 10px; font-size: 12px; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: rgba(200,200,200,0.1); border: 1px solid #f8f8f8; text-align: center; padding:3px 0;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 14px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 14px; text-transform: uppercase; padding-top: 10px; }

/* =text widget
----------------------------------------------- */
body .widget-scuolamia .textwidget {
	padding-top: 0;
    font-size: 14px;
}

.textwidget p {
	padding-top: 1.25em;
	margin-bottom: 0;
	font-size: inherit;
}

/* = recentcomments widget
----------------------------------------------- */

.recentcomments {
	font-size: 12px;
}

body .widget_recent_comments .recentcomments:before {
	content: none!important;
	margin: 0;
	width: 0;
	height: 0;
}

/* = Archives widget
----------------------------------------------- */

.widget_archive li {
	text-transform: capitalize;
}

/* = Category widget
----------------------------------------------- */

.widget_categories ul li a {
	display: inline;
}

/* = recent_entries
----------------------------------------------- */

.widget_recent_entries ul li {
	margin-bottom: 10px;
}

.widget_recent_entries ul li:before {
	display: none;
}

.widget_recent_entries ul li a {
	display: inline;
}

.widget_recent_entries ul .post-date {
	margin: 0;
	display: inline;
}

.widget_recent_entries {
	padding-bottom: 10px;
}

/* = widget_nav_menu
----------------------------------------------- */

.widget_nav_menu .menu-item-has-children .sub-menu {
	display: none;
	padding-left: 10px!important;
}

.widget_nav_menu .current-menu-item > .sub-menu,
.widget_nav_menu .page_item > .sub-menu,
.widget_nav_menu .current_page_item > .sub-menu,
.widget_nav_menu .sub-menu .current-menu-item > .sub-menu,
.widget_nav_menu .sub-menu .page_item > .sub-menu,
.widget_nav_menu .sub-menu .current_page_item > .sub-menu {
	display: block!important;
}

.widget_nav_menu .current-menu-ancestor > .sub-menu,
.widget_nav_menu .current-menu-parent > .sub-menu,
.widget_nav_menu .current_page_parent > .sub-menu,
.widget_nav_menu .current_page_ancestor > .sub-menu {
	display: block;
}

.widget_nav_menu .current-menu-item > a,
.widget_nav_menu .page_item > a,
.widget_nav_menu .current_page_item > a {
	text-decoration: underline;
}

/*
.widget_pages {
	padding-top: 15px;
}

.widgettitle {
    padding: 10px;
	margin-bottom: 1px;
    background-color: #f6db8a;
    color: black;
    text-align: left;
    font-weight: normal;
    font-family: "Roboto","Arial", verdana, Sans-serif;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 18px;
    cursor: default;
}

.widget_pages li {}

.widget_pages a {
    display: block;
	padding: 5px 12px;
	margin-bottom: 1px;
    background-color: #ecb714;
    color: white;
    text-decoration: none;
    text-align: left;
    outline: none;
    font-family: "Roboto","Arial", verdana, Sans-serif;
    font-weight: 100;

	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.widget_pages a:before {
    font-family: "dashicons";
	content: "\f345";
	padding-right: 5px;
    vertical-align: middle;

   	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.widget_pages li:hover a:before {
	padding-right: 10px;
}

.widget_pages li a:hover { background-color: #e8971f; }

.widget_pages li a {
	font-size: 15px;
	line-height: 2em;
}
*/


/* ===[ PAGE CONTACT ]====================================================== */

#invio_mail {
	margin: 20px 0;
}

#invio_mail .error {
	color: #a50303;
	font-weight: 900;
}

#invio_mail .thanks {
	color: #1ab94a;
	font-weight: 900;
}

#form_invio_mail {
	padding: 20px;
	width: 60%;
	margin: 0 auto;
	border: 4px solid #21759b;
}

#form_invio_mail label {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 12px;
}

#form_invio_mail input[type="text"],
#form_invio_mail input[type="email"],
textarea {
	width: 90%;
	padding: 5px;
	margin-left: 5%;
	margin-bottom: 10px;
	display: block;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#form_invio_mail input[type="submit"] {
	min-height: 28px;
	border: 1px solid #21759b;
	background: #0072bc;
	line-height: 1.5;
	color: white;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	height: 30px;
	font-weight: 300;
	font-size: 14px;
	margin-left: 5%;
}


/* ===[ PAGE CATEGORY ]====================================================== */

.box-post-category {
	border-top: 1px solid rgba(100,100,100,0.3);;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.cont_cat {
	margin-bottom: 10px;
}

.cont_cat .post-categories a {
	background: #7db2db;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	padding: 2px 8px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 700;
	cursor: default;
	text-decoration: none;
}

.cont_cat .post-categories {
	margin: 0 10px 10px 0;
	padding-top: 5px;
	display: inline-block;

	border-top: 4px solid #0072bc;
}

.cont_cat .post-categories li {
	display: inline;
	list-style-type: none;
}

.box-post-category .post-thumb {
	padding: 5px 20px 5px 0;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 50%;
}

.box-post-category h1 {
	display: inline;
}

.entry-title,
.entry-title a {
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}


/* ===[ SINGLE ]============================================================ */

.cont_tag {
	margin: 20px 0;
}

.titolo_cont_tag {
	font-weight: 900;
	text-transform: uppercase;
	font-style: 12px;

}

.cont_tag span {
	font-size: 11px;
	text-transform: capitalize;
	padding: 0 10px 0 5px;
	border-left: 2px solid #0072bc;
}

/* ===[ Footer Widget ]===================================================== */

.footer-widget-wrapper {
	overflow: hidden;
	max-width: 1240px;
	margin: 0 auto;
}

.footer-widget-wrapper .span_1_of_4 {
	float: left;
	margin-right: 1.6%;
}

body .footer-widget-wrapper .no-margin {
	margin-right: 0%;
}

/* ===[ Footer Styles ]===================================================== */

.menu-footer-wprapper {
    background-color: #0072bc;
}


.footer-credits {
    font-size: 0.75em;
    display: inline-block;
    padding: 7px 15px 0 15px;
	line-height: 3em;
    float: left;
    color: white;
}

#nav-footer {
	float: right;
	margin: 0 0 2px 0;
 }

#nav-footer, #nav-footer ul {
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    line-height: 1.5em;
}

#nav-footer a {
    display: block;
    padding: 5px;
    color: white;
    text-decoration: none;
    text-align: left;
    outline: none;
    font-weight: normal;
}

#nav-footer > .current-menu-item > a, #nav-footer > li a:hover { text-decoration: underline; }

.plus { color: #aaa }

#nav-footer li {
    float: left;
    list-style-type: none;
}

#nav-footer li a {
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 8px 15px;
	line-height: 3em;
}

#nav-footer > li > a { padding: 5px 12px }

#nav-footer > li:last-child a {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

#nav-footer li ul a {
    width: 150px;
    height: auto;
    float: left;
    font-size: 12px;
    color: #999;
}

#nav-footer .sub-menu {
	display: none;
}

/* ===[ Footer report ]===================================================== */

.footer-report {
    background-color: ;
    display: none;
}

.ultima-modifica {
	text-align: center;
	display: block;
	margin-top: 1px;
    padding: 5px 15px 3px 15px;
	margin: 1px auto 0 auto;
	font-weight: bold;
    font-size: 0.75em;
	line-height: 3em;
}

/* ===[ Greed Sistem ]===================================================== */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px auto;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}


/*  TABLE   ============================================================================= */
.cont-wrapper table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.cont-wrapper table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.cont-wrapper table a:active,
.cont-wrapper table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.cont-wrapper table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.cont-wrapper table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.cont-wrapper table th:first-child{
	text-align: left;
	padding-left:20px;
}
.cont-wrapper table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.cont-wrapper table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.cont-wrapper table tr{
	text-align: center;
	padding-left:20px;
}
.cont-wrapper table tr td:first-child{
	text-align: left;
	padding-left:20px;
}
.cont-wrapper table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.cont-wrapper table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.cont-wrapper table tr:last-child td{
	border-bottom:0;
}
.cont-wrapper table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.cont-wrapper table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.cont-wrapper table tr:hover td{
/*	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
*/
}

.cont-wrapper table strong {
	color: black;
}

.cont-wrapper table tr ul {
	margin: 0 0 0 15px!important;
}

.cont-wrapper table tr ul li {
	font-size: 12px!important;
	margin: 5px 0!important;
}


/*  ========================================================================== SHORTCODE/PLUG-IN CATEGORIE  === */

.lcp_catlist li {
	width: 50%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
	float: left;
	list-style-type: none;
	font-size: 12px;
	line-height: 15px;
	height: 143px;
	overflow: hidden;
}

.lcp_catlist {
	margin: 0;
	padding: 10px 0 50px 0;
	overflow: hidden;
	margin-bottom: 5px;
	border-top: 1px dotted rgba(100,100,100,0.3);
}

.titolo-news-widget {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted rgba(100,100,100,0.3);
}

.thumb-news-widget {
	width: 69px;
	float: left;
	padding-right: 12px;
}

.lcp_paginator {
	margin: 0;
	list-style-type: none;
	text-align: center;
	border-top: 1px dotted rgba(100,100,100,0.3);
	border-bottom: 1px dotted rgba(100,100,100,0.3);
	margin-top: -50px;
	margin-bottom: 40px;
}

.lcp_paginator li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 2px;
}

.lcp_paginator li a {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: rgba(50,50,50,0.05);
	text-decoration: none;
	font-weight: 500;

	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.lcp_paginator li a:hover {
	background-color: rgba(50,50,50,0.1);
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

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

	.lcp_catlist li {
		width: 100%;
		height: auto;
		padding: 0;
	}

	.main-navigation div {
		padding-top: 50px!important;
		display: none;
	}

	.main-navigation li {
		float: none;
	}

	.main-navigation .sub-menu {
		position: relative;
		visibility: visible;
		background: none;
		opacity: 1;
		top: 0;
		left: 0;
		width: auto;
	}

	.main-navigation .sub-menu a {
		color: white;
	}

	.main-navigation a {
		line-height: 40px;
		padding: 0;
		height: 40px;
	}

	.main-navigation .sub-menu li {
		border-top: 0!important;
	}

	.main-navigation .sub-menu {
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}

	.main-navigation .menu-item-has-children {
		padding-bottom: 10px;
	}

	#nav-laterale a:hover {
		box-shadow: 7px 0 0 #0072bc inset, 650px 0 0 rgba(0,0,0,0.05) inset!important;
	}

	.bx-wrapper {
		margin-bottom: 0!important;
	}

	.cont-wrapper {
		padding: 0 10px;
	}

	.right-widget-wrapper,
	.extra-page-wapper,
	.cont-wrapper {
		margin-bottom: 0!important;
	}

	.span_4_of_4,
	.span_2_of_3,
	.span_1_of_3,
	.span_3_of_4 {
		width: 100%;
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.span_2_of_4 {
		width: 100%;
	}

	.span_1_of_4 {
		width: 100%;
	}

	.widget-scuolamia > a,
	.widget-scuolamia div,
	.widget_meta ul,
	.widget_links ul,
	.widget_archive ul,
	.widget_calendar div,
	.widget_categories ul,
	.widget_recent_entries ul,
	.widget_recent_comments ul,
	.widget_pages ul,
	.widget_tag_cloud .tagcloud,
	.textwidget,
	.nav-laterale {
		display: none;
		padding-bottom: 17px;
	}

	.widget_tag_cloud .tagcloud a {
		display: inline!important;
	}

	.menu-menu-principale-container,
	.widget-scuolamia	{
		margin-bottom: 2px;
	}

	.widget-scuolamia {
		padding: 0;
	}

	.titolo-menu-laterale,
	.widgettitle {
		cursor: pointer;
		padding: 10px 5px!important;
		font-size: 16px;
		line-height: 28px;
		vertical-align: middle;
		font-weight: 900;
	}

	.titolo-menu-laterale:before,
	.widgettitle:before {
		display: inline-block;
	    font-family: "dashicons";
		font-size: 20px;
		line-height: inherit;
		vertical-align: middle;
		color: #fff;
		content: "\f132";
		margin: 0;
		padding: 0 10px 0 10px;
	}


	.widget_search {
		cursor: default!important;
		height: auto!important;
	}

	.widget_search form {
		padding: 0;
		display: none;
		padding: 20px 0;
		overflow: hidden;
	}

	.widget_search label {
		width: 90%;
	}

	.widget_search .search-field {
		width: 100%;
	}

	#nav-footer {
		width: 100%;
		text-align: center;
	}

	#nav-footer ul {
		text-align: inherit;
	}

	#nav-footer li {
		float: none;
		display: inline-block;
	}

	.footer-credits {
		width: 100%;
		opacity: 0.8;
		text-align: center;
	}

	.cont-wrapper table tr td {
		padding:1%;
	}
	.hidden-xs {
		display: none;
	}
}


@media screen and (min-width: 650px) {

	.header .absolute-logo {
		position: absolute;
		max-width: 100%;
		width: 100%;
		top: 48px;
		z-index: 999;
	}

	.header .absolute-logo .logo {
		margin: 0px auto;
	}

	.slider-2-wrapper {
		margin-top: 50px;
	}

	.cont-wrapper table tr td {
		padding:1%;
	}
}

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

	.slider-1-wrapper,
	.slider-2-wrapper {
		margin: 20px 0 30px 0;
	}

	.main-navigation ul a {
		padding-left: 10px;
	}

	.main-navigation ul {
		padding-left: 0;
		margin-left: 0;
	}

	.sub-menu li a {
		padding-left: 30px;
	}

	.main-navigation ul .sub-menu {
		padding-left: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 1100px) {

	.main-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	#wp-calendar tbody td {
		padding: 8px;
	}

}

/* TAB AMMINISTRAZIONE TRASPARENTE */

.cont-tab {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0.3s;
	-moz-transition: opacity 0.4s ease-in-out 0.3s;
	transition: opacity 0.4s ease-in-out 0.3s;
}

.cont-tab .tab-1,
.cont-tab .tab-2 {
	height: 0;
	overflow: hidden;
}

.cont-tab .disabled {
	display: none;
}

.cont-tab .tab-1.active,
.cont-tab .tab-2.active {
	height: auto;
}

.head-tab span {
	padding: 5px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.child-list {
	display: block;
	list-style-type: none;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
	padding: 0;
	margin: 0;
}

.col-txt2.child-list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.child-list > li {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
}

.child-list > li a {
	padding: 5px 10px;
	width: 100%;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.child-list li {
	display: inline-block;
}
.child-list li > ul li a {
	font-weight: normal;
	border-bottom: 0;
	display: inline-block;
}

.child-list li > ul {
	margin-left: 7.5px;
	display: inline-block;
}

.child-list li > ul li {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}
@media screen and (max-width: 650px) {
	.child-list {
	    -webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}
}

/*LWA LOGIN AJAX*/
.lwa-form {
	border: 1px solid rgba(0,0,0,0.1);
}
.lwa tr,
.lwa td,
.lwa table {
	background: none;
}
.lwa-form input[type='text'],
.lwa-form input[type='password'] {
	border: 1px solid rgba(0,0,0,0.3);
}

.lwa-form input[type=submit] {
    padding:5px 15px;
    background:#ccc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.lwa-links-remember,
.lwa-submit-links input,
.lwa-submit-links label {
	display: none;
}
.lwa-form .lwa-username-label,
.lwa-form .lwa-username-input {
	padding-top: 10px;
	padding-bottom: 10px;
}
.lwa-submit-button {
	padding-bottom: 15px!important;
}

/*fix bootstrap*/
.nav>li>a {
    padding: 0 12px!important;
}
.main-navigation > div > ul > li.menu-item-has-children > a {
    padding-right: 18px!important;
}

#nav-laterale li a {
    font-size: 15px!important;
    line-height: 2em!important;
}

#nav-laterale a, body #nav-laterale .sub-menu li a, #wp-calendar caption, #wp-calendar thead th {
    color: #606060!important;
}