/*
Theme Name: taxico
Version: 2.0
Author: Corrado Prever
Author URI: https://www.linkedin.com/in/corradoprever/
Text Domain: taxico
Theme URI:  https://www.taxicortinasci.it/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: original theme for www.taxicortinasci.it - VALID W3C
*/

 

/* Reset vari*/

body, html, #cp-main  {
	position: relative!important;   /* anche per settaggio footer sticky */
 	width:  100% !important;
 	padding: 0px !important;
	margin: 0px !important;
	min-width: 100%!important;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}
 
body  {
	overflow-x: hidden!important;  /* per bug classe fullwidth */
    background-color: #fff;
 }
 
*  {
	outline: none!important;
}

.hidden {
	display: none;
}
 
.scomparsa {
	display:none;
}


hr { 
clear: both;
}
 
.clear {
	clear: both;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

 .full-width {   /* classe fullwidth generica da usare */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}
.alignleft {
	float: left;
	margin: 10px 20px 0px 0px;
}

div.center,
p.center,
p.aligncenter,
div.aligncenter {
	text-align: center!important;
}

div.left,
p.left {
	text-align: left!important;
}

div.right,
p.right {
	text-align: right!important;
}



p em {
	font-style: italic;
}

p {
	font-weight: 400;
}



p strong {
	font-weight: 600;
}

.screen-reader-text {
}

.screen-reader-text:focus {
}

.sticky {
}

.bypostauthor {
}


h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}

.cp-postcontent { /* occhio al line height */
	line-height: normal;
 }

form {
	padding: 0;
	margin: 0;
} 

.cp-article .cp-postcontent table {
	border-collapse: collapse;
	margin: 1px;
	width: 100%;
	table-layout: fixed;
}

.cp-metadata-icons img {
	border: none;
	margin: 2px;
	vertical-align: middle;
	padding: 0;
}

img.wp-smiley {
	border: none;
	margin: 2px;
	vertical-align: middle;
	padding: 0;
}

.cp-widget-title {
	display: none!important;
}

ul, ol {
	list-style-type: none;
	list-style-position: inside;
 }
 
.cp-layout-cell {
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
	display: block!important;
	height: auto!important;
	
 }

.fluid-width-video-wrapper {
	margin: 40px auto;
 }

 /* Reset vari*/
 


/* padding base */

.cp-header,
.cp-sheet-int,
.cp-sheet  {
 	padding-right: 20px!important;
	padding-left: 20px!important;
 	}

/* padding base */

 

/* foglio base */

body.single .cp-sheet,
body.blog .cp-sheet,
body.archive .cp-sheet,
body.search .cp-sheet,
body.page .cp-sheet {
	width: 100%;
	margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 50px;
	position: relative;
	max-width: 1280px!important;
	z-index: auto !important;
	background: #fff!important;
}
body.home .cp-sheet {
    padding-bottom: 0px;
}








  
body.single-transfer .cp-sheet {
     padding-top: 160px;
 }
 
body.single-escursione .cp-sheet {
     padding-top: 160px;
 }

body.page-template-page-slider .cp-sheet {  /* compensa slider */
    padding-top: 50px!important;
}
 
body  .cp-sheet:nth-of-type(2) { /* compensa doppio cp-sheet*/
    padding-top: 0px!important;
    padding-bottom: 0px!important;
 }





.cp-layout-wrapper {
	position: relative;
	margin: 0px auto;
	z-index: auto !important;
}
 
.cp-sheet-int {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}














@media (min-width: 1024px) and (max-width:1180px) {
body.home .cp-sheet, 
body.blog .cp-sheet,
body.archive .cp-sheet,
body.search .cp-sheet,
body.single .cp-sheet, 
body.page .cp-sheet {
     padding-top: 250px;
}
}






@media (min-width: 0px) and (max-width:1024px) {
body.home .cp-sheet, 
body.blog .cp-sheet,
body.archive .cp-sheet,
body.search .cp-sheet,
body.single .cp-sheet, 
body.page .cp-sheet {
     padding-top: 0px;
}
}

/* foglio base */




/* menu */

.cp-nav {
	display: block;
    z-index: 499;
    padding-left: 0;
    padding-right: 0;
}
 
.cp-nav-inner { 
	display: block;
	text-align:center; /* text-align:right;  centratura menu */ 
	padding-left: 0;
	padding-right: 0;
    width: auto;
    position: static;
}

.cp-hmenu {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    top: 20px;
    position: relative;
    z-index: 500;
 }

/* menu livello base orizzontale */

.cp-hmenu>ul { 
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.cp-hmenu>li {  
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
 	display: inline-block;
  	text-align: center;
  }

.cp-hmenu>li>a {  
	display: inline-block;
	text-align: center;
 }

.cp-hmenu>li>a,
.cp-hmenu>li>a:link,
.cp-hmenu>li>a:visited,
.cp-hmenu>li>a.active,
.cp-hmenu>li>a:hover {
    padding: 2px 7px;
    margin: 0 auto;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    height: 100px;
    line-height: 60px;
    font-size: 14px;	
    transition: all 0.5s;
 }
 
.cp-hmenu>li>a:hover:before, .cp-hmenu>li.active>a:before {
    content: url(images/barra.png);
    top: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-25px);
}
.cp-hmenu>li.wpml-ls-item>a:hover:before{
    content: none;
    top: 0px;
    position: relative;
}

/* menu livello base orizzontale */


/* menu tutti i sottolivelli verticali */
.cp-hmenu ul { 
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.cp-hmenu ul li { 
	position: relative;
  }

.cp-hmenu ul li, 
.cp-hmenu ul li a {
	display: block;
	text-align: left!important;
 }

.cp-hmenu ul li a, 
.cp-hmenu ul li a:link,
.cp-hmenu ul li a:visited {
 	cursor: pointer;
	white-space: nowrap;
	color: #fff;
	height: 35px;
	line-height: 30px;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 0px 20px 0px 10px;
} 

.cp-hmenu>li>ul { /* menu blocco e background verticale altri livelli */
    background-color: rgb(233 0 0 / 100%)!important;
    padding-top: 15px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 17px 23px -10px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 17px 23px -10px rgba(0,0,0,0.40);
    box-shadow: 0px 15px 23px -10px rgb(0 0 0 / 40%);
 }

/* menu tutti i sottolivelli verticali */


/* shrink menu normale */

.cp-hmenu>li>ul {
 transition-property: margin-top;
  transition-duration: 0.5s;
	margin-top: 100px;
}
header.shrink .cp-hmenu>li>ul {
 transition-property: margin-top;
  transition-duration: 0.5s;
	margin-top: 63px;
 }

@media (min-width: 1024px) and (max-width:1180px) {

.cp-hmenu>li>ul {
 transition-property: margin-top;
  transition-duration: 0.5s;
	margin-top: 90px;
}
header.shrink .cp-hmenu>li>ul {  
 transition-property: margin-top;
  transition-duration: 0.5s;
	margin-top: 60px;
}
	
}

/* shrink menu normale */
 


@media (min-width: 0px) and (max-width:1024px) {
 
.cp-hmenu>li>ul { /* menu blocco e background verticale altri livelli */
    background-color: #fff!important;
  }
}
 

/*menu visibilità e sovrapposizioni */
.cp-hmenu li:hover>ul {  
	visibility: visible;
	top: 0;
 }

.cp-hmenu li li:hover>ul {
	top: 0;
	left: 100%;
 }

.cp-hmenu li:hover {
	z-index: 100;
}   

.cp-hmenu a,
.cp-hmenu a:link,
.cp-hmenu a:visited,
.cp-hmenu a:hover {
	position: relative;
	z-index: 200;
}

.cp-hmenu ul { 
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
/*menu visibilità e sovrapposizioni */

/* menu */

 

 

/* megamenu --> usare classe 'mega' nel menu wordpress si innesta su precedente menu 

inserire poi sottovoci
per le immagini allineare top

*/

.cp-hmenu li.mega:hover>ul,
.cp-hmenu li.mega:hover>ul>li,
.cp-hmenu li.mega:hover>ul>li>ul,
.cp-hmenu li.mega:hover>ul>li>ul>li,
.cp-hmenu li.mega>ul:hover>li,
.cp-hmenu li.mega>ul:hover>li>ul,
.cp-hmenu li.mega>ul:hover>li>ul>li {
	visibility: visible!important;
}

.cp-hmenu li.mega>ul { 
	/* blocco ul mega principale bordi ed ombre ereditati da menu base*/
	display: table!important;
    padding: 0px 0px 0px 0px!important;
    position: fixed;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
	table-layout: fixed;
 }
  

/* shrink mega menu */

.cp-hmenu li.mega>ul {
    top: 43px;
 }

header.shrink li.mega>ul {
    top: 43px;
 }

 @media (min-width:1024px) and (max-width:1180px) {
	 
.cp-hmenu li.mega>ul { 
    left: 50%;
    width: 1024px;
    margin-left: -512px;
 } 

.cp-hmenu li.mega>ul {
    top: 132px;
 }

header.shrink li.mega>ul {
    top: 104px;
 }
	 
}
/* shrink mega menu */
 














.cp-hmenu li.mega>ul{ 
	background-color:transparent!important;
} 

.cp-hmenu li.mega>ul.sub-menu>li { 
	/* voci superiori menu */
	display: table-cell!important;
	border-collapse: collapse!important;
 	margin: 0;
	padding: 0;
	padding-bottom: 30px;
 	position: relative;
	left:0px;
	background-color: rgb(233 0 0 / 100%)!important;
} 

.cp-hmenu li.mega>ul.sub-menu>li>ul.sub-menu>li>a,     
.cp-hmenu li.mega>ul.sub-menu>li>ul.sub-menu>li>a:link,
.cp-hmenu li.mega>ul.sub-menu>li>ul.sub-menu>li>a:visited,
.cp-hmenu li.mega>ul.sub-menu>li>ul.sub-menu>li>a.active,
.cp-hmenu li.mega>ul.sub-menu>li>ul.sub-menu>li>a:hover {
     white-space:normal!important; /* reset megamenu in merito wrap */
	padding-top:15px!important;
}

.cp-hmenu li.mega>ul.sub-menu>li>ul.sub-menu>li {
	display: block!important;
    text-align: left!important; /* reset megamenu in merito block */
}
 

.cp-hmenu li.mega>ul>li>ul   {  /* blocco ul mega interno  */
    display: table-cell!important;
	top: 0!important;
    left: 0!important; 
 	margin: 0!important;
	padding: 0px 15px !important;
	position: relative!important;
    background-color: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    text-align: left!important;
}
 
 
.cp-hmenu li.mega>ul>li>ul {
 	border-left: 0px solid #fff;
 }

.cp-hmenu li.mega>ul>li:first-child>ul {
 	border-left: none!important;
}
   
.cp-hmenu li.mega>ul img._mi  { /* 
	posizione immagine nel megamenu 
	OCCHIO che deve essere il primo elemento in alto del blocco e deve essere allineato TOP */
    max-width: 140px!important;
    height: auto!important;
    display: inline-block!important;
    vertical-align: top!important;
    margin-left: 30px!important;
    border-left: 1px solid red;
    padding-left: 20px;
}
  
.cp-hmenu li.mega>ul>li.nonvedo>a { /* 
	ottimizzazione inserire la classe 'nonvedo' alla voce di secondo livello per farla sparire*/
	display: none!important;
	margin-top: 2px!important;
} 

.cp-hmenu li.mega .sub-menu a:hover:before {
    font-family: FontAwesome;
    content: "\f04b";
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 500;
    position: absolute;
    left: -10px;
 }


/* megamenu --> usare classe 'mega' nel menu wordpress si innesta su precedente menu */


 




/* testo base*/

body.home article p, 
body.blog article p,
body.archive  article p, 
body.search article p, 
body.single article p, 
body.page article p {
	text-align:left;
}

article .cp-postcontent,
article .cp-postcontent p {
    font-size: 17px;
	margin-bottom: 17px; /* spazio tra paragrafi */
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
	text-align: left;
	color: #333;
	line-height: 1.7;
}

/* testo base*/
  




/* link testo*/

article .cp-postcontent a,
article .cp-postcontent a:link,
article .cp-postcontent a:visited,
article .cp-postcontent a.visited,
article .cp-postcontent a:hover,
article .cp-postcontent a.hovered  {
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	line-height: normal;
	color: #ff0000 ;	
 }
 
article .cp-postcontent a,
article .cp-postcontent a:link {
	text-decoration: none;
}
article .cp-postcontent a:visited,
article .cp-postcontent a.visited {
	text-decoration: none;
}
article .cp-postcontent a:hover,
article .cp-postcontent a.hover {
	text-decoration: underline;
}

/* link testo*/








/* liste testo */
 
article .cp-postcontent ol {
	list-style-type: decimal; 
	list-style-position: outside; /* liste allineate bene anceh se testo su due righe elenco*/
    margin: 17px 0px 17px 0px;
 }

article .cp-postcontent ul {
	list-style-type: square;
	list-style-position: outside; /* liste allineate bene anceh se testo su due righe elenco*/
    margin: 17px 0px 17px 0px;
 }

article .cp-postcontent ol>li,
article .cp-postcontent ul>li {   
    margin-left: 0px!important;   /* reset ogni rientro in se */
 	margin-bottom: 17px!important;   /* minimo spazio tra le righe li */
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
	font-weight: normal;
	text-align: left;
	position: relative;
	line-height: 1.7;
	left:20px; /* sposto tutto per allineare mantenedo outside per le due righe elenco */
}
 

article .cp-postcontent ol>li::marker,
article .cp-postcontent ul>li::marker {
  color: #333!important;
 }
 

/* liste testo */


/* tabelle testo */

.cp-article .cp-postcontent table {
	border-collapse: collapse;
	margin: 1px;
	width: 100%;
	table-layout: fixed;
 }

.cp-article .cp-postcontent th {

}

.cp-article .cp-postcontent td {
    padding: 5px 10px 5px 10px;
    text-align: left;
    vertical-align: top;
}

/* tabelle testo */



/* gestione immagini nel testo di articoli e pagine */

article .cp-postcontent img.alignnone {
 	max-width: 100%;
    height: auto;
  	display: block;
	margin-left: auto;
	margin-right: auto;
 }
article .cp-postcontent img.alignleft {
    float: left;
    max-width: 100%;
    height: auto;
	padding: 0px 20px 20px 0;
	display: inline-block;
}
article .cp-postcontent img.alignright {
	float: right;
	max-width: 100%;
    height: auto;
	padding: 0px 0 20px 20px;
	display: inline-block;
}
article .cp-postcontent img.aligncenter {
	max-width: 100%;
	height: auto;
 	display: block;
	margin-left: auto;
	margin-right: auto;
}

article .cp-postcontent img.size-medium  {
	max-width: 550px;
	height: auto;
}
  
article .cp-postcontent img.size-large,
article .cp-postcontent img.size-full {
	width: 100%;
	height: auto;
 	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:0px) and (max-width:1024px) {
body.page article div.alignright,
body.page article div.alignleft,	
body.single-post article div.alignright,
body.single-post article div.alignleft {
			display: block!important;
			float: none!important;
			margin: 0px 0px!important;
			padding: 0px 0px!important;
		}

body.page article img,
body.single-post article img  {
			display: block!important;
			float: none!important;
			width: 100%!important;
			max-width: 100%!important;
			margin: 0px 0px!important;
			padding: 20px 0px!important;
		}

 }
/* gestione immagini nel testo di articoli e pagine */

 

/*blockquote*/

article .cp-postcontent blockquote {
    background: #f3f3f3 url(images/postquote.png) no-repeat scroll;
    border: 1px dashed #ececec;
    margin: 20px 0px 20px 0px;
    padding: 10px 20px 0px 0px;
}

article .cp-postcontent blockquote p {
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 19px;
	padding: 0px 0px 0px 30px;
	text-align: left;
}

/*blockquote*/
  



/* caption */

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;  
	padding: 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 0 4px 5px;
}

.image-caption-wrapper {
	padding: 0 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.image-caption-wrapper img {
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.image-caption-wrapper div.cp-collage {
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.image-caption-wrapper p {
	font-size: 80%;
	text-align: right;
	margin: 0;
}

/* caption */




/* pagination blog */ 

.cp-pager {
	margin: 0;
	padding: 50px 0px 50px 0px;
	font-size: 16px;
	text-align: center;
}
 
.cp-pager>*:last-child {
	margin-right: 0 !important;
}
.cp-pager>span {
	cursor: default;
}
.cp-pager>* {
	background: #949494;
	background: transparent;
	padding: 0 6px;
	margin: 0 9px 0 auto;
	line-height: normal;
	position: relative;
	display: inline-block;
	margin-left: 0;
}
.cp-pager a:link, .cp-pager a:visited, .cp-pager .active {
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color: #3A3A3A;
}
.cp-pager .active {
	background: #7A7A7A;
	background: transparent;
	padding: 0 6px;
	margin: 0 9px 0 auto;
	color: #3B3B3B;
}
.cp-pager .more {
	background: #949494;
	background: transparent;
	margin: 0 9px 0 auto;
}
.cp-pager a.more:link, .cp-pager a.more:visited {
	color: #3B3B3B;
}
.cp-pager a:hover {
	padding: 0 6px;
	margin: 0 9px 0 auto;
}
.cp-pager a:hover, .cp-pager a.more:hover {
	color: #3B3B3B;
}
.cp-pager>*:after {
	margin: 0 0 0 auto;
	display: inline-block;
	position: absolute;
	content: ' ';
	top: 0;
	width: 0;
	height: 100%;
	border-right: 1px dotted #262626;
	right: -5px;
	text-decoration: none;
}
.cp-pager>*:last-child:after {
	display: none;
}

/* pagination blog */ 



/* navigation post */ 

.cp-content .navigation .alignright,
.cp-content .navigation .alignleft,
.cp-content .navigation a,
.cp-content .navigation a:visited {
	font-size: 16px;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color: #3A3A3A;
}

.cp-content .navigation a:hover {
	text-decoration: none;
}

.cp-content .navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	padding: 50px 0px 0px 0px;
}

/* navigation post */ 
 
  




/* gallery foto nativa WP   */ 

.gallery {
 	display: block;
	margin: 20px auto;
	width: 100%;
	text-align: center;
}
  
 .gallery .gallery-item .gallery-caption {
    font-size: 17px;
    font-style: normal;
    line-height: normal;
    text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px;
}

 .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
 }

.gallery-columns-2 .gallery-item { 
	width: 50%;
	margin: 0px;

}

.gallery-columns-3 .gallery-item {
 	width: 33%;
    margin: 0px;
}

.gallery-columns-4 .gallery-item { 
	width: 25%; 
    margin: 0px;
}

.gallery img {
	width: 100%!important;
	height: auto!important;
	border: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

 
@media (min-width:0px) and (max-width:1024px)  {
.gallery {
 	width: 100%!important;
 }
 .gallery .gallery-item .gallery-caption {
    font-size: 14px!important;
 }	
 }  
@media (min-width:769px) and (max-width:1024px)  {
 .gallery-columns-3 .gallery-item {
     width: 33%!important;
 }
}
@media (min-width:481px) and (max-width:768px)  {
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item {
     width: 50%!important;
 }
	
}
@media (min-width:0px) and (max-width:480px)  {
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item {
     width: 100%!important;
 }
}
 
@media (min-width:0px) and (max-width:768px)  {

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
     clear: none!important;
}
.gallery-columns-3 br {
     clear: none!important;
	} 
}



/*

@media (min-width:0px) and (max-width:768px)  {

.gallery-columns-4 .gallery-item:nth-child(3n+1) {
     clear: none!important;
}
.gallery-columns-4 br {
     clear: none!important;
} 
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
     clear: none!important;
}
.gallery-columns-3 br {
     clear: none!important;
} 
.gallery-columns-2 .gallery-item:nth-child(3n+1) {
     clear: none!important;
}
.gallery-columns-2 br {
     clear: none!important;
} 
}	*/
  
/* gallery foto nativa WP   */


 

 
 




/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#todays-events {
	position: relative;
	z-index: 11;
}
#upcoming-events {
	position: relative;
	z-index: 10;
}

/* Calendar */








/* bottone sticky top   */

.go-top {
	position: fixed;
	bottom: 70px!important;
	right: 30px!important;
	background-color: rgba(233 0 0 / 90%)!important;
	display: none;
	z-index: 8000!important;
}
.go-top:hover {
	background-color: rgba(233 0 0 / 70%)!important;
 }
.go-top span.fa {
	color: #fff;
	font-size: 34px;
	padding: 5px 10px;
	text-decoration: none;
}
/* bottone sticky top   */




/* bottone whatsup   */

.go-wpup {
	position: fixed;
	bottom: 70px!important;
	left: 30px!important;
	background-color: rgba(8 150 33 / 90%)!important;
 	z-index: 8000!important;
    padding: 5px 10px!important;
    border-radius: 50%!important;
} 

.go-wpup:hover {
	background-color: rgba(8 150 33 / 70%)!important;
 }

.go-wpup span.fa {
	color: #fff;
	font-size: 34px;
	padding: 2px 0px;
	text-decoration: none;
}

/* bottone whatsup   */















 
 /* cookie */
.cookie-notice-container {
    padding: 25px 30px!important;
}

 span#cn-notice-text {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
}
#cookie-notice {
	background-color: rgba(1, 1, 1, 0.65) !important;
 }

a.cn-button {
	display: inline-block!important;
		width: auto !important;
 	margin: 20px !important;
     cursor: pointer!important;
     text-decoration: none!important;
    font-size: 15px!important;
    height: 30px!important;
	line-height: 30px!important;	
     color: #fff!important;
    font-weight: 400!important;
    background: #808080!important;
    padding: 0px 15px!important;
	font-family: 'Montserrat', sans-serif; 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
}

a.cn-button{
	display: inline-block!important;
		width: auto !important;
 	margin: 20px !important;
     cursor: pointer!important;
     text-decoration: none!important;
    font-size: 15px!important;
    height: 30px!important;
	line-height: 30px!important;		
     color:#fff!important;
    font-weight: 400!important;
    background: #808080!important;
    padding: 0px 15px!important;
	font-family: 'Montserrat', sans-serif; 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
}
 
/* cookie  */ 



 




/*layout 3 colonne display FLEX - IN ASSOCIAZIONE A TEMPLATE RELATIVO */
 

body.page-template-page-sidebar-dx .cp-layout-wrapper, /* al wrapper applico flex oriz */
body.page-template-page-sidebar-sx .cp-layout-wrapper,
body.page-template-page-sidebars .cp-layout-wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;
 }

body.page-template-page-sidebar-dx .cp-layout-cell,   /* colonne sono normali block */
body.page-template-page-sidebar-sx .cp-layout-cell,
body.page-template-page-sidebars .cp-layout-cell {
	display: block;
 }

body.page-template-page-sidebar-dx .cp-layout-cell.cp-content,
body.page-template-page-sidebar-sx .cp-layout-cell.cp-content,
body.page-template-page-sidebars   .cp-layout-cell.cp-content {
	display: block;
	padding: 0px 20px;
	order: 2;
}

body.page-template-page-sidebar-dx .cp-layout-cell.cp-content,
body.page-template-page-sidebar-sx .cp-layout-cell.cp-content {
 	width: 79%; /* blocco centrale con una colonna dx o sx*/
 }

body.page-template-page-sidebars .cp-layout-cell.cp-content {
 	width: 58%; /* blocco centrale con due colonne */
}
  
.cp-layout-cell.cp-sidebar1,
.cp-layout-cell.cp-sidebar2 { /* colonne che siano una o due sempre larghe uguali */
	display: block;
	padding-top: 0px;
	width: 21%;
}

 
 
.cp-layout-cell.cp-sidebar1 { 
	order: 1;
}
.cp-layout-cell.cp-sidebar2 { 
	order: 3;
}

.cp-sidebar1 .cp-block,
.cp-sidebar2 .cp-block {
	display: block!important;
	box-sizing: border-box!important;
	margin-bottom: 40px!important;
	background: #f3f3f3;
 }

@media (min-width:0px) and (max-width: 1024px) { /* al wrapper applico flex vert */
body.page-template-page-sidebar-dx .cp-layout-wrapper,
body.page-template-page-sidebar-sx .cp-layout-wrapper,
body.page-template-page-sidebars .cp-layout-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
	flex-direction: column;	
	} 
	 
body.page-template-page-sidebar-dx .cp-layout-cell.cp-content,
body.page-template-page-sidebar-sx .cp-layout-cell.cp-content,
body.page-template-page-sidebars .cp-layout-cell.cp-content,	
body.page-template-page-sidebar-dx .cp-sidebar1,
body.page-template-page-sidebar-sx .cp-sidebar1,
body.page-template-page-sidebars .cp-sidebar1,
body.page-template-page-sidebar-dx .cp-sidebar2,
body.page-template-page-sidebar-sx .cp-sidebar2,
body.page-template-page-sidebars .cp-sidebar2 {
	width: 100%;
	padding: 0px 0px;	
	 } 
	
body.page-template-page-sidebar-dx .cp-layout-cell.cp-content,  /* cambio ordine alle barre */
body.page-template-page-sidebar-sx .cp-layout-cell.cp-content,
body.page-template-page-sidebars   .cp-layout-cell.cp-content {
 	order: 1;
}	
	
.cp-layout-cell.cp-sidebar1 { 
 	order: 2;
}
.cp-layout-cell.cp-sidebar2 { 
 	order: 3;
}

}

@media (min-width:640px) and (max-width: 1024px) {

body.page-template-page-sidebar-dx .cp-sidebar1,
body.page-template-page-sidebar-sx .cp-sidebar1,
body.page-template-page-sidebars   .cp-sidebar1,
body.page-template-page-sidebar-dx .cp-sidebar2,
body.page-template-page-sidebar-sx .cp-sidebar2,
body.page-template-page-sidebars   .cp-sidebar2 {  /* alle barre applico flex per gestire widget interni */
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;
	flex-wrap:wrap;
}
	
body.page-template-page-sidebar-dx .cp-sidebar1 .cp-block,
body.page-template-page-sidebar-sx .cp-sidebar1 .cp-block,
body.page-template-page-sidebars   .cp-sidebar1 .cp-block,
body.page-template-page-sidebar-dx .cp-sidebar2 .cp-block,
body.page-template-page-sidebar-sx .cp-sidebar2 .cp-block,
body.page-template-page-sidebars   .cp-sidebar2 .cp-block 	{
		display: block!important;
		width: 49%!important;
        }	

body.page-template-page-sidebar-dx .cp-sidebar1 .cp-block:nth-child(odd),
body.page-template-page-sidebar-sx .cp-sidebar1 .cp-block:nth-child(odd),
body.page-template-page-sidebars   .cp-sidebar1 .cp-block:nth-child(odd),
body.page-template-page-sidebar-dx .cp-sidebar2 .cp-block:nth-child(odd),
body.page-template-page-sidebar-sx .cp-sidebar2 .cp-block:nth-child(odd),
body.page-template-page-sidebars   .cp-sidebar2 .cp-block:nth-child(odd)  {
		margin:0px 1% 0px 0px;
	}
	
body.page-template-page-sidebar-dx .cp-sidebar1 .cp-block:nth-child(even),
body.page-template-page-sidebar-sx .cp-sidebar1 .cp-block:nth-child(even),
body.page-template-page-sidebars   .cp-sidebar1 .cp-block:nth-child(even),
body.page-template-page-sidebar-dx .cp-sidebar2 .cp-block:nth-child(even),
body.page-template-page-sidebar-sx .cp-sidebar2 .cp-block:nth-child(even),
body.page-template-page-sidebars   .cp-sidebar2 .cp-block:nth-child(even)  {
		margin:0px 0px 0px 1%;	
	}
}
 
 @media (min-width:0px) and (max-width: 640px) {
	 
.cp-layout-cell.cp-sidebar1,
.cp-layout-cell.cp-sidebar2 {  /* reset */
		display: block!important;
		width: 100%!important;
}

.cp-sidebar1 .cp-block,
.cp-sidebar2 .cp-block  { /* reset */
		display: block!important;
		width: 100%!important;
      }	 
}

/*layout 3 colonne display FLEX - IN ASSOCIAZIONE A TEMPLATE RELATIVO */



 
/* widget dentro barre sx dx*/

.cp-blockheader {
	background: #3e3e3e;
	padding: 8px 5px;
	margin: 0 auto;
}
.cp-blockheader .t, .cp-blockheader .t a,
.cp-blockheader .t a:link,
.cp-blockheader .t a:visited, 
.cp-blockheader .t a:hover {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	margin: 0 10px;
	font-weight: 300;
	text-transform: uppercase;
}
.cp-blockcontent {
 	margin: 0 auto;
	color: #3B3B3B;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
    padding: 0px;
}

.cp-blockcontent li.menu-item,  
.cp-blockcontent li {
 	list-style-type: none;
	list-style-position: inside;	
	font-size: 16px!important;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	margin: 0px!important;
	padding: 5px 15px!important;
 }

.cp-blockcontent ul>li:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 20px;
	display: inline-block;
    position: absolute;
	margin: -3px -10px;
} 

.cp-blockcontent a,
.cp-blockcontent a:link,
.cp-blockcontent a:visited,
.cp-blockcontent a.visited,
.cp-blockcontent a:hover,
.cp-blockcontent a.hover {
	color: #3B3B3B;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
 }

.cp-blockcontent p {
	color: #3B3B3B;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal; 
	margin: 0px;
	padding: 6px 10px 6px 10px;
}

/* widget dentro barre sx dx*/






/* parte sidebar overthetop underthebottom*/

#overthetop {
    padding: 0px;

}
#underthebottom {
    padding: 0px;
}

#overthetop .cp-widget h2,
#underthebottom .cp-widget h2 {
 	font-family: 'Montserrat', sans-serif; 
	font-size: 20px;
    font-weight: 400;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
 }

#overthetop .cp-widget h3,
#underthebottom .cp-widget h3 {
 	font-family: 'Montserrat', sans-serif; 
	font-size: 18px;
    font-weight: 400;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}

#overthetop .cp-widget h4,
#underthebottom .cp-widget h4,
#overthetop .cp-widget h5,
#underthebottom .cp-widget h5,
#overthetop .cp-widget h6,
#underthebottom .cp-widget h6 {
 	font-family: 'Montserrat', sans-serif; 
	font-size: 16px;
    font-weight: 400;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
 }

#overthetop .cp-widget p,
#underthebottom .cp-widget p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #333;
  }  
/* parte sidebar overthetop underthebottom*/






/* parte sidebar top e bottom SOLO DENTRO ASIDE LAYOUT TABLE CELL */

aside.asidetop {
	margin: 50px 0px 100px 0px;
}

aside.asidebottom {
	margin: 100px 0px 50px 0px;
}


aside.asidetop .cp-content-layout,
aside.asidebottom .cp-content-layout {
	display: table!important;
	table-layout: fixed!important;
	width: 100%!important;
 }

aside.asidetop .cp-content-layout-row,
aside.asidebottom .cp-content-layout-row {
	display: table-row!important;
}

 aside.asidetop .cp-layout-cell,
aside.asidebottom .cp-layout-cell {
	vertical-align: top;
}

aside.asidetop .cp-layout-cell.cp-layout-cell-size1,
aside.asidebottom .cp-layout-cell.cp-layout-cell-size1 {
	display: table-cell!important;
	width: 100%;
}

aside.asidetop .cp-layout-cell.cp-layout-cell-size2,
aside.asidebottom .cp-layout-cell.cp-layout-cell-size2 {
	display: table-cell!important;
	width: 50%;
}
 
aside.asidetop .cp-layout-cell.cp-layout-cell-size2 .widget,
aside.asidebottom .cp-layout-cell.cp-layout-cell-size2 .widget {
	min-width: 50%!important;
}






aside.asidetop  .cp-layout-cell:nth-child(even)  {
	padding: 0px 0px 0px 20px;
 }

aside.asidetop  .cp-layout-cell:nth-child(odd) {
	padding: 0px 20px 0px 0px;
 }

aside.asidebottom  .cp-layout-cell:nth-child(even) {
	padding: 0px 0px 0px 20px;
 }

aside.asidebottom  .cp-layout-cell:nth-child(odd) {
	padding: 0px 20px 0px 0px;
 }
 
aside.asidetop .cp-postcontent .cp-widget h2,
aside.asidebottom .cp-postcontent .cp-widget h2 {
 	font-family: 'Montserrat', sans-serif; 
	font-size: 20px;
    font-weight: 400;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
 }

aside.asidetop .cp-postcontent .cp-widget h3,
aside.asidebottom .cp-postcontent .cp-widget h3 {
 	font-family: 'Montserrat', sans-serif; 
	font-size: 20px;
    font-weight: 400;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}

aside.asidetop .cp-postcontent .cp-widget h4,
aside.asidebottom .cp-postcontent .cp-widget h4,
aside.asidetop .cp-postcontent .cp-widget h5,
aside.asidebottom .cp-postcontent .cp-widget h5,
aside.asidetop .cp-postcontent .cp-widget h6,
aside.asidebottom .cp-postcontent .cp-widget h6 {
 	font-family: 'Montserrat', sans-serif; 
	font-size: 20px;
    font-weight: 400;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
 }

aside.asidetop .cp-postcontent .cp-widget p,
aside.asidebottom .cp-postcontent .cp-widget p {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #333;
  } 

 @media (min-width:640px) and (max-width: 1024px) {
	 
aside.asidetop  .cp-layout-cell:nth-child(even),
aside.asidebottom  .cp-layout-cell:nth-child(even) {
	padding: 10px 0px 10px 20px;
 }	 
	 
aside.asidetop  .cp-layout-cell:nth-child(odd),
aside.asidebottom  .cp-layout-cell:nth-child(odd) {
	padding: 10px 20px 10px 0px;
 }	 
	 
}

 @media (min-width:0px) and (max-width: 640px) { 
aside.asidetop .cp-layout-cell,
aside.asidebottom .cp-layout-cell {
	display: block!important;
 	max-width: 100%!important;
	width:100%!important;
	padding: 10px 0px 10px 0px!important;
}
aside.asidetop .cp-layout-cell.cp-layout-cell-size1,
aside.asidebottom .cp-layout-cell.cp-layout-cell-size1 {
	display: block!important;
	width: 100%;
}
aside.asidetop .cp-layout-cell.cp-layout-cell-size2,
aside.asidebottom .cp-layout-cell.cp-layout-cell-size2 {
	display: block!important;
	width: 100%;
}
	 
}
 













/* parte sidebar top e bottom SOLO DENTRO ASIDE LAYOUT TABLE CELL */






/* messaggi errore cf7 */ 
  
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output  {
	font-size: 20px !important;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
	border: none !important;
	text-align: center!important;
    -webkit-box-shadow: 3px 3px 20px #999 !important;
    -moz-box-shadow: 3px 3px 20px #999 !important;
    box-shadow: 3px 3px 20px #999 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px!important;
	padding: 18px !important;
	margin-top: 5px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #F05050!important;
    color: #fff!important;
}

.wpcf7 form.sent .wpcf7-response-output  {
    background-color:#6fa751!important;
    color: #fff!important;
}
 
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	font-size: 20px !important;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
	border: none !important;
	background-color: #F05050!important;
	color: #fff !important;
	text-align: center !important;
     -webkit-box-shadow: 1px 12px 10px #999 !important;
    -moz-box-shadow: 1px 12px 10px #999 !important;
    box-shadow: 1px 12px 10px #999 !important;
 	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px!important;
	padding: 5px !important;
	margin-top: 5px !important;
}

/* messaggi errore cf7 */ 

 




/* form generico */

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea {
	font-family: 'Montserrat', sans-serif!important; 
	padding: 5px 9px !important;
	margin-bottom: 8px!important;
	box-sizing: border-box !important;
	width: 100%;
	font-size: 15px !important;
	overflow: hidden!important;
	border: 1px solid #ccc!important;
}

select {
	font-family: 'Montserrat', sans-serif!important; 
	padding: 6px 9px !important;
	margin-bottom: 8px!important;
	box-sizing: border-box !important;
	width: 100% !important;
	font-size: 15px !important;
 	border: 1px solid #ccc!important;
	min-height: 10px;
}

/*pulsante input file taroccato*/

span.wpcf7-form-control-wrap.file-952:before  { 
 	content:"Carica il CV";
	position:absolute;
	left:0;
	cursor: pointer!important;
	border: none!important;
	text-decoration: none!important;
	font-size: 17px!important;
	font-weight: 400!important;
	font-family: 'Montserrat', sans-serif;
	height: auto!important;
 	padding: 6px 20px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
	-webkit-appearance: none!important;
	text-transform: uppercase;
	color: #fff!important;
	background-color: #12766f!important;
}

span.wpcf7-form-control-wrap.file-952>input  { 
 	position: relative!important;
	opacity: 0!important;
}
/*pulsante input file taroccato*/





input[type="radio"],
input[type="checkbox"] {
     display: inline-block!important;
	 margin: 0px 5px 0px 5px!important;
     width: auto!important;
	 /* more sized   */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2)!important; /* FF */
  -webkit-transform: scale(1.2)!important; /* Safari and Chrome */
  -o-transform: scale(1.2)!important; /* Opera */
  transform: scale(1.2)!important;
 }

/* form generico */





/* form contatti cf7 */

.wpcf7-form p {
	margin: 0px!important;  /* reset dei paragrafi nel caso non li usi in cf7 */
	text-align: left;
    color: #000;
    font-size: 15px;
}

.wpcf7-form a {
	margin: 0px!important;  
	text-align: left;
    color: #000;
    font-size: 15px;
	text-decoration: none;
}
.wpcf7-form a:hover {
    color: #000;
	text-decoration: underline;
}
.wpcf7-form small {
    color: #000;
	display: inline-block;
	margin: 7px 7px;
    font-size: 15px;
 }

.wpcf7-form-control-wrap {
	text-align: left;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

span.wpcf7-list-item {
	margin: 0px;
} 
span.wpcf7-list-item-label { 
	margin-left: 3px; 
	margin-right: 8px;
}
 
#g-recaptcha-response {
	visibility: hidden!important;
}

/* form contatti cf7 */ 





/* form commenti */ 
.smilies,
.says {
	display: none!important;
	}

.cp-comments {
	margin: 70px auto;
    display: block;
    width: 80%;
    padding: 35px 20px 10px 20px!important;
    background: rgba(128, 128, 128, 0.05)!important;
    border: 1px solid #cdcdcd !important;
	}

#respond {
 	margin: 70px auto;
    display: block;
    width: 80%;
	}

.cp-comments   h2.cp-postheader.comments {
	font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;
 	color: #333!important;
	padding-bottom: 0px;
	margin: 0px;
 }

.comment-author.vcard cite,
.comment-author.vcard a,
.comment-author.vcard span,
.comment-author.vcard {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #333;
    text-decoration: none;
	display:inline-block;
	pointer-events: none;
    margin-top: 15px;
    margin-bottom: 0px;
	padding: 0px;
}

.comment-meta.commentmetadata a,
.comment-meta.commentmetadata a:hover {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #333;
    text-decoration: none;
	display:inline-block;
	pointer-events: none;
    margin-bottom: 10px;
}

.comment-meta.commentmetadata   a.comment-edit-link {
	display: none;
}

.cp-comments p {
    font-size: 17px;
    margin-bottom: 17px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #333;
}

#respond h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
	color: #333!important;
	padding: 0px 30px 0px 0px;
}

#respond form.comment-form p,
#respond form.comment-form label {
	text-align: left;
	font-family: 'Montserrat', sans-serif; 
	font-size: 15px !important;
	color: #333;
	margin-bottom: 5px;
}

.comment-notes {
	display: block;
	padding-bottom: 15px;
}

a#cancel-comment-reply-link {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: normal;
    color: #e40100;	
	text-decoration: none;
	display:inline-block;
	padding: 0px 20px;
	text-transform: capitalize;
}

a#cancel-comment-reply-link:hover {
	text-decoration: underline;
}

#respond form.comment-form  .comment-form-url { 
	display: none;
}

/* form commenti */



/* captcha */

 #g-recaptcha-response {
	visibility: hidden!important;
}
 
.grecaptcha-badge { visibility: hidden; }
/* captcha */


