/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/***** ACCESSIBILITA ****/
:focus-visible {
  outline: lightgreen dotted 2px;  /* custom focus styles */
  color: lime;
    }
select:focus-visible {
  color: #000;
    }
div#main-logo a {
  display: block;
}
/***** TITOLI SFONDI ECC... ****/
#page-header h1.header-title span {
    display: inline-block;
    border-bottom:10px solid;
    padding-bottom:9px;
}
.head-sub {
    margin-top: 0 !important;
}
.border h1,
.border h2{
	border-bottom:5px solid;
	padding-bottom:5px;
	border-color:#fff;
}

.border.bred h1,
.border.bred h2{
	border-color:#ff0000;
}

.style-color-gradgrigio-bg {
    background-image: linear-gradient(300deg,#e6e6e6 25%,#fff 25%,#fff 50%,#e6e6e6 50%,#e6e6e6 75%,#fff 75%,#ffffff) !important;
    background-size: 8px 14px !important;
}
.style-color-gradfucsia-bg {
    background-image: linear-gradient(300deg,#fc007e 25%,rgb(255 255 255 / 50%) 25%,rgb(255 255 255 / 50%) 50%,#fc007e 50%,#fc007e 75%,rgb(255 255 255 / 50%) 75%,rgb(255 255 255 / 50%)) !important;
    background-size: 8px 14px !important;
    background-color:#fc007e;
}
.style-color-gradblu-bg {
    background-image: linear-gradient(300deg,#697d96 25%,#697d968c 25%,#697d968c 50%,#697d96 50%,#697d96 75%,#697d968c 75%,#697d968c) !important;
    background-size: 8px 14px !important;
}
.style-color-gradrosso-bg {
    background-image: linear-gradient(300deg,#e20511 25%,#e2051199 25%,#e2051199 50%,#e20511 50%,#e20511 75%,#e2051199 75%,#e2051199) !important;
    background-size: 8px 14px !important;
}
#page-header .style-color-gradgrigio-bg {
    background-image: linear-gradient(300deg,#525252 25%,#fff0 25%,#fff0 50%,#525252 50%,#525252 75%,#fff0 75%,#fff0) !important;
    background-size: 8px 14px !important;
}
.uncode_text_column p {
    line-height: normal;
}
.t-entry .t-entry-excerpt p {
    line-height: 17px !important;
}
.t-entry-excerpt.text-small p {
    line-height: 13px !important;
    font-weight:600
}
/***** MENU ****/
ul.drop-menu {
    left: 0 !important;
}

li#menu-item-271 ul {
    background-color:#fc007e;
}
li#menu-item-271 ul li a,
ul.drop-menu li a{
    color:#fff !important;
}


.menu-primary #menu-menu > li > a {
    min-width:102px;
    text-align:center;
}

#masthead ul#menu-main {
    font-size: 0;
 
}
body.hmenu .menu-primary #menu-main {
	/*padding-top:20px;*/
	padding-bottom:0px
}
body.hmenu .menu-primary #menu-main > li{
	
}
body.hmenu .menu-primary #menu-main > li:nth-child(1) a { 
   /* color: #fff;
	background-color: #7388a8;	*/
}
body.hmenu .menu-primary #menu-main > li:nth-child(2) a {
    /* color: #fff;
	background-color: #7388a8;	*/
}

body.hmenu .menu-primary #menu-main > li:nth-child(3) a {
    /*color: #fff;
    background-color: #e20511;*/
}

body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a, .navbar-cta ul.menu-smart > li > a {
   font-size: 15px;
   border-right:1px solid #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 500;
    letter-spacing: normal;
	padding-left: 25px;
    padding-right: 25px;
       font-family:'Oswald';
}

body[class*=hmenu] ul.menu-smart > li:first-child > a {    
	padding-left: 25px !important;  
}
body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul > li:last-child > a {
    padding-right: 25px !important;
    border-right:0px;
}
body.hmenu .menu-primary #menu-main > li:nth-child(1) a:before,
body.hmenu .menu-primary #menu-main > li:nth-child(1) a:after,
body.hmenu .menu-primary #menu-main > li:nth-child(2) a:before,
body.hmenu .menu-primary #menu-main >li:nth-child(2) a:after,
body.hmenu .menu-primary #menu-main > li:nth-child(3) a:before,
body.hmenu .menu-primary #menu-main >li:nth-child(3) a:after{

}
body.hmenu .menu-primary #menu-main > li:nth-child(1) > a,
body.hmenu .menu-primary #menu-main > li:nth-child(2) > a,
body.hmenu .menu-primary #menu-main > li:nth-child(3) > a,
body.hmenu .menu-primary #menu-main > li:nth-child(4) > a{
   
	box-sizing: border-box;
	padding-left: 25px !important;
}
body.hmenu .menu-primary #menu-main > li:nth-child(3) > a{
	padding-right: 25px !important;
}

a.dropdown-toggle {}


body.hmenu .menu-primary #menu-main > li:nth-child(1),
body.hmenu .menu-primary #menu-main > li:nth-child(2),
body.hmenu .menu-primary #menu-main > li:nth-child(3),
body.hmenu .menu-primary #menu-main > li:nth-child(4){
   position: relative;
}
body[class*=hmenu] div:not(.menu-accordion) > ul.menu-smart > li::after, 
.main-wrapper ul.menu-smart.menu-horizontal > li::after, .navbar-cta ul.menu-smart > li::after{
    width: 1px;
    background: #000;
    height: 60%;
    display: block;
    position: absolute;
    right: 1px;
}
body.hmenu .menu-primary #menu-main > li:nth-child(1) > a:after, 
body.hmenu .menu-primary #menu-main > li:nth-child(2) > a:after, 
body.hmenu .menu-primary #menu-main > li:nth-child(3) > a:after,
body.hmenu .menu-primary #menu-main > li:nth-child(4) > a:after{
    content:'';
    width: calc(100% - 50px);
    display: block;
    background: red;
    height: 6px;
    position: absolute;
    /* left: 0; */
    margin-bottom: -32px;
}
body[class*=hmenu] div:not(.menu-accordion) > ul.menu-smart li{
    position:relative;
}
body[class*=hmenu] div:not(.menu-accordion) > ul.menu-smart li:last-child:after{
    display:none
}
body.hmenu .menu-primary #menu-main > li:nth-child(1) > a:after{
    background: #e20511; /**ROSSO**/
}
body.hmenu .menu-primary #menu-main > li:nth-child(2) > a:after {
    background: #697d96;/**BLU**/
}
body.hmenu .menu-primary #menu-main > li:nth-child(3) > a:after {
    background: #fc007e;/**FUCSIA**/
}
body.hmenu .menu-primary #menu-main > li:nth-child(4) > a:after {
    background: #333;/**FUCSIA**/
}
@media (min-width: 960px){
    body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a,
    .navbar-cta ul.menu-smart > li > a {
       padding-left: 25px !important;
        padding-right: 25px  !important;
    }
	#menu-main > li:nth-child(2) ul {
	    background-color: #7388a8 !important;
	}
}
/******* LOGO CUsTOM MENU MAIN *******/


ul#menu-main > li.custom-logo a,
ul#menu-main > li.custom-logo2 a {
    min-width: initial !important;
    color: #fff;
    width: 42px !important;
}
ul#menu-main > li.custom-logo2 a {

    width: 107px !important;
}

ul#menu-main > li.custom-logo a i,
ul#menu-main > li.custom-logo2 a i{
    display: inline-block;
    background-image: url(/wp-content/uploads/2023/04/logo-1-copia.png);
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    /* left: 0; */
    top: 39px;
    padding: 0;
}
ul#menu-main > li.custom-logo2 a i {
    background-image: url(/wp-content/uploads/2023/04/Fp_Concorsi_logo-uai-200x77-1.png);
    width: 106px;
    height: 41px;
    top: 40px;
    padding: 0;
}

.fa-angle-right:before {
    display: none !important;
}
/******* MENU TOP *******/
.menu-mini.menu-smart a {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #fc007e !important;
    font-weight: 600 !important;
}
i.fa.fa-angle-right.fa-dropdown {
    display: none;
}
ul.menu-smart a{
    padding-left:12px !important;
}
ul.menu-smart i.fa.fa-facebook-square {
    margin-top: 3px !important;
}

html body[class*=hmenu] ul.menu-smart > li:first-child > a{
    padding-left: 0 !important;
}

html body #menu-top a,
html body #menu-top-no-registrati a{
    font-weight:700 !important;
}
/******* MENU FOOTER *******/
.menu-footer a {
    font-size: 18px !important;
    font-weight: 700;
    font-family: 'Oswald';
}

.menu-footer li.menu-item {
    padding: 0 !important;
    margin-bottom: 0 !important;
    line-height: 28px;
}
/***** BLOCCO MODULO NEWSLETTER *****/
.nf-form-content {
    max-width: 100% !important;
}
.nf-form-fields-required {
    display: none;
}

.field-wrap.checkbox-wrap .nf-field-label label {
    font-size: 14px;
    font-weight:600
}



.nf-error-msg.nf-error-required-error {
    text-align: left;
}

.nf-error-msg.nf-error-field-errors {
    text-align: left;
    padding-left: 10px;
}

nf-cells {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.nf-multi-cell .nf-cell:nth-child(1) {
    float: none;
    flex-grow: 1;
	width:initial !important;
}
.nf-multi-cell .nf-cell:nth-child(2) {

	width:initial !important;
}

.nf-form-content input[type=submit] {
    background-color: #ff0000 !important;
    border:1px solid transparent !important;
	padding-left: 36px;
    padding-right: 36px;
}
.nf-form-content input[type=submit]:hover {
    background-color: transparent !important;
    border-color:#ff0000 !important;
    color:#ff0000 !important;
		padding-left: 45px;
    padding-right: 45px;
}
div#nf-field-7-wrap .nf-field-element {
    width: 20px !important;
}


/****** MAPPA ******/
.wpgmza_carousel_image_holder {
    /* display: none; */
    width: 30px;
    margin-top: 6px;
}

.owl-item {

}



p.wpgmza_marker_title {
    font-family: 'Oswald';
    font-weight: 700;
    color: #000;
    margin-top: 3px;
	line-height: 22px;
}

p.wpgmza_marker_address {
    margin-top: 12px;
    font-size: 13px;
	line-height: 17px
}

.wpgmza_marker_description {

    font-size: 12px !important;
	line-height: 19px;
}

.wpgmza_marker_description p {
    margin: 0;
    font-size: 12px;
	line-height: 19px;
}

.owl-stage {
    display: flex;
    align-content: stretch;
    align-items: stretch;
}

div#wpgmza_filter_2 {
    max-width: 1100px;
    margin: 0 auto 36px !important;
}

div#wpgmza_marker_list_container_2 {
}

.wpgmza-gallery-container.wpgmza_carousel_image_holder {
    display: none;
}
.wpgmaps_mlist_row.wpgmza_carousel_odd.item.wpgmaps_odd,
.wpgmaps_mlist_row.item.wpgmaps_even {
    display: flex;
	    padding-top: 0;
	padding-bottom: 9px;
}

.wpgmza_carousel_info_holder {
    width: calc(100% - 30px);
    margin-left: 15px;
}
.wpgmza_marker_description p a {
    pointer-events: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 132px;
    display: inline-block;
}

.wpgmza_carousel_odd {
    background: #e0dbdb !important;
}
.wpgmza_carousel_even {
    background: #cecaca !important;
}

button.owl-prev,
button.owl-next {
    height: 30px;
    width: 30px;
    background-color: red !important;
    color: #fff !important;
    font-size: 30px !important;
}
button.owl-prev span,
button.owl-next span{
        line-height: 26px !important;
        padding:0 !important;
        font-size: 30px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
}
p.wpgmza_marker_title,
.wpgmza_marker_description,
p.wpgmza_marker_address {
    text-align: left;
	    color: #000 !important;
}


.wpgmza_carousel_info_holder {
    margin-left: 10px !important;
}
.owl-carousel.owl-drag .owl-item {
    display: flex !important;
}
div#wpgmza_filter_2 span:before {
    content: 'Scegli la regione';
    font-size: 23px !important;
    font-weight: 700;
    color: #555;
}

div#wpgmza_filter_2 span{
    color: #fff;
}
.wpgmza_marker_description a:before {
    content: '\f08e';
    font-weight: bold;
    font-size: 11px !important;
    pointer-events: all;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 9px;
}
.wpgmza_marker_description a[href^="mailto"]:before {
    content: '\f003';
    font-weight: bold;
    font-size: 11px !important;
    pointer-events: all;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 9px;
}
.wpgmza_marker_description a{
    pointer-events: none;
}
.wpgmza-infowindow.ol-info-window-container.ol-info-window-plain p {
    margin: 0;
    font-size: 14px;
}

p.wpgmza_infowindow_categories {
    display: none;
}
.wpgmza-pagination {
    display: none;
}

div#wpgmza_marker_list_2 {
    margin-bottom: 18px;
}
.wpgmza-grid-item .wpgmza_marker_title {
    padding-right: 40px !important;
}
/****** TEST PER FILTRI MAPPA FORSE DA CANCELLARE ****/

.owl-carousel.owl-drag .owl-item.cloned.active,
.owl-carousel.owl-drag .owl-item.cloned {
     opacity:0 !important; 
    pointer-events:none !important;
	    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item.cloned.active a,
.owl-carousel.owl-drag .owl-item.cloned a:before {
    pointer-events:none !important;
}

.owl-carousel.owl-drag .owl-item.active {
    display: flex !important;
}

/********* LOOP CORSI *****/
#corsi_wrapper {
    margin:36px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
	    align-items: flex-start;
	    align-content: stretch;
}

#corsi_wrapper  .corso_item {
    width: calc(25% - 18px);
	position: relative;
	margin: 0 0 9px 0 !important;
}
div#corsi_wrapper.archives .corso_item {
    width: calc(25% - 18px);
	margin: 9px !important;
}
.corso_thumb {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

.corso_thumb img {
    position: absolute;
    top: 0;
    left: auto;
    min-height: 100%;
    width: auto;
    max-width: inherit;
    max-height: 100%;
    margin: 0 auto;
    right: auto;
	    line-height: 18px;
}
.corso_title {
    font-size: 17px !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 9px;
}
 .corso_categoria.style-color-cptutti-bg a {
    color:#fc007e !important;
}
.corso_over {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 13px 13px 13px;
    width: 100%;
    height: 100%;
    vertical-align: middle !important;
    display: table-cell;
	z-index:10;
}

.corso_categoria {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    font-size: 17px !important;
    padding: 16px 18px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    z-index: 20;
    width: 100%;
}
.corso_categoria a{
	 color: #fff !important;
	 white-space: nowrap;
	    letter-spacing: -1px;
}

#corsi_wrapper .corso_item > a {
    display: block;
    width: 100%;
    height: 100%;
}
#corsi_wrapper .corso_item > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff4f;
    z-index: 9;
}
.corso_over-inner {
    display: table;
    margin: 0;
    width: 100%;
    height: 100%;
}

.corso_over-inner-cell {
    display: table-cell;
    vertical-align: inherit;
    padding-top: 50px;
}
/****PASSATI****/
#corsi_wrapper.passati .corso_item{
    background-color:#ddd;
}

#corsi_wrapper.passati .corso_item > a:after{
    display:none
}
#corsi_wrapper.passati .corso_thumb {
    padding-top: 150%;

}
#corsi_wrapper .corso_item {
    position: relative;
    margin: 0 18px 18px 0 !important;
}
#corsi_wrapper .corso_item:nth-child(4n){
    margin: 0 0 18px 0 !important;
}
/***** NEW GRID MAPPA ****/
.wpgmza-grid-row {
    height: auto;
    flex-basis: 50% !important;
    -ms-flex: auto;
    height: auto !important;
    position: relative;
    padding: 10px;
    box-sizing: border-box !important;
}

.wpgmza-grid-item .wpgmza-desc, .wpgmza-grid-item .wpgmza-desc p {
    font-size: 12px !important;
    color: #000;
    margin-top: 0 !important;
}

.wpgmza-grid-item .wpgmza_marker_title {
font-size: 15px !important;
    line-height: 22px !important;
}

.wpgmza-address {
    color: #000 !important;
    opacity: 1 !important;
}

.wpgmza_custom_fields {
    display: none;
}
.wpgmza-grid-row {
    height: auto;
    flex-basis: 50%;
    -ms-flex: auto;
    height: auto !important ;
    position: relative;
    padding: 10px;
    box-sizing: border-box !important;
}

.wpgmza-grid-item .wpgmza-desc, .wpgmza-grid-item .wpgmza-desc p {
    font-size: 12px;
    color: #000;
    margin-top: 0;
    order: 4;
}

.wpgmza-grid-item .wpgmza_marker_title {font-size: 15px !important;line-height: 22px !important;order: 1;}

.wpgmza-address {
    color: #000 !important;
    opacity: 1 !important;
}

.wpgmza_custom_fields {
    display: none;
}

.wpgmza-grid-item {
    background: #efefef !important;
}
.wpgmza-grid-item-content {
    display: flex;
    flex-wrap: wrap;
}

.wpgmza-address {order: 3;}

img.wpgmza_marker_icon {
    order: 2;
}

.wpgmza-grid-item .wpgmza-desc p a {
    text-decoration: underline;
}
.wpgmza-grid-item .wpgmza_marker_icon {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;

}
h4 li {
    font-size: 18px;
}
footer#colophon h4 a {
    text-decoration:underline;
}
div#wpgmza_marker_list_2 .wpgmaps_mlist_row.wpgmza-grid-row.wpgmza-sticky.wpgmaps_even:nth-child(1) .wpgmza-grid-item{
    border:1px solid red;
}
@media all and (max-width:569px){
	.wpgmza-grid-row {

		flex-basis: 100% !important;

	}
}

/****** DETTAGLIO CORSO ******/

#dett-corso {
    margin: 0 !important;
    padding: 0  !important;
    list-style: none  !important;
    display: flex  !important;
    flex-wrap: wrap  !important;
}

ul#dett-corso li {
    width: calc(50% - 5px);
    padding: 6px;
    background-color: #e20511;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #fff;
    font-weight: 700;
}
ul#dett-corso li span{
	text-transform: uppercase;
	font-weight: 500;
}
ul#dett-corso li.allegato {
	width: 100%;
    background: #fff;
    color: #000;
    padding: 0;
    margin: 18px 0 0 0;
    border-top: 1px solid #ddd;
    padding-top: 19px;
}
ul#dett-corso li:last-child i{
	margin-right:0 ;
}
ul#dett-corso li:last-child a {
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
/**** DETT CORSO LAYOUT V2 *******/


.col_dett_corso ul#dett-corso {
    display: block !important;
}
.col_dett_corso ul#dett-corso li{
    width: 100%;
    color: #e20511;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}
.col_dett_corso ul#dett-corso li:nth-child(9),
.col_dett_corso ul#dett-corso li:last-child{
    border-bottom: 0px solid #ddd;
}
.col_dett_corso ul#dett-corso li.allegato{
    border-top: 2px solid #ddd;
}

.col_dett_corso ul#dett-corso li span{
    color: #333 !important;
}
.col_desc_corso  .btn.btn-default {
    background-color: #e20511 !important;
    border-color: #e20511 !important;
    font-weight:900 !important;
    font-size:14px
}
.col_desc_corso  .btn.btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover {
    color: #e20511 !important;
    border-color: #e20511 !important;
}


/**** BLOCCO HOME CORSI PASSATI *****/
.passati-home #corsi_wrapper .corso_item {
    position: relative;
    margin: 0 96px 36px 0 !important;
} 
.passati-home #corsi_wrapper .corso_item:nth-child(4n) {
    margin-right: 0 !important;
}
.passati-home #corsi_wrapper .corso_item:last-child {
    margin-bottom: 0  !important;
} 
.passati-home #corsi_wrapper .corso_item {
    width: calc(25% - 72px);
    position: relative;
}

/***** COLORE BOX SANITA TEMPORANEO PER PROVA *****/
.style-color-csanita-bg {

}
#corsi_wrapper .corso_item > a:after {
    border: 1px solid #b0b0b0;
	background:#fff;
}
.corso_categoria {
    border: 1px solid #b0b0b0;
    border-width: 1px 1px 0 1px;
}

.corso_categoria {
    padding: 12px;
}

.corso_over-inner-cell {
    padding-top: 40px;
}
@media all and (max-width:1024px){
	
	.corso_data,
	.corso_durata,
	.corso_sede {
		font-size:13px
	}
}

@media all and (max-width:976px){
		#corsi_wrapper .corso_item {
		width: calc(33% - 12px);
		position: relative;
	}
	.passati-home #corsi_wrapper .corso_item {
		width: calc(25% - 36px);
		position: relative;
	}
	.passati-home #corsi_wrapper .corso_item {
		position: relative;
		margin: 0 48px 36px 0 !important;
	}
	.passati-home #corsi_wrapper .corso_item:nth-child(4n) {
    	margin-right: 48px !important;
	}
	#corsi_wrapper .corso_item:nth-child(3n) {
		margin: 0 0 18px 0 !important;
	}
	#corsi_wrapper .corso_item:nth-child(4n) {
		margin: 0 18px 18px 0 !important;
	}
}
@media all and (max-width:767px){

	.corso_thumb {
		padding-top: initial;
		overflow: hidden;
		position: relative;

	}
	#corsi_wrapper .corso_item > a:after{
	}

	.corso_over {
		position: relative;
	}
	.passati-home #corsi_wrapper .corso_item {
		width: calc(33% - 36px);
		position: relative;
	}
	.passati-home #corsi_wrapper .corso_item:nth-child(3n) {
		margin-right: 0 !important;
	}
}
@media all and (max-width:679px){
	#corsi_wrapper .corso_item {
		width: calc(50% - 9px);
		position: relative;
	}
	#corsi_wrapper .corso_item:nth-child(3n) {
		margin: 0 18px 18px 0 !important;
	}
	#corsi_wrapper .corso_item:nth-child(2n),
	#corsi_wrapper .corso_item:nth-child(4n) {
		margin: 0 0 18px 0 !important;
	}
	.passati-home #corsi_wrapper .corso_item {
		width: calc(50% - 36px);
		position: relative;
	}
	.passati-home #corsi_wrapper .corso_item {
    	margin: 0 72px 36px 0 !important;
	}

	.passati-home #corsi_wrapper .corso_item:nth-child(3n) {
		margin-right: 72px !important;
	}
	.passati-home #corsi_wrapper .corso_item:nth-child(2n) {
		margin-right: 0 !important;
	}


}
@media all and (max-width:569px){
	#corsi_wrapper .corso_item {
		margin-right: 0 !important;
		width: 100%;
	}
	#corsi_wrapper .corso_item:nth-child(3n) {
		margin-right: 0 !important;
	}
}
@media all and (max-width:425px){
	.passati-home #corsi_wrapper .corso_item {
		width: 100%;
		margin: 0 0 36px 0 !important;
	}
	.passati-home #corsi_wrapper .corso_item:nth-child(3n) {
		margin-right: 0 !important;
	}
}
/***** PULSANTE ENTRA TOP BAR E ICONA SOCIAL ****/
li#menu-item-336 a .menu-item  {
    border: 1px solid #d92e2d;
    border-radius: 5px;
    padding: 5px 18px !important;
    color: #fff !important;
    background: #d92e2d;
    font-weight: 800 !important;
}
li#menu-item-336 a span {
    align-items: baseline;
}

ul.menu-smart.menu-mini.sm.top-enhanced-inner.top-enhanced-right li a i {
    font-size: 24px;
    color: #1a46b0;
}

ul.menu-smart.menu-mini.sm.top-enhanced-inner.top-enhanced-right {
    padding-left: 0px;
}

/**** NUOV STILI PER CORSI HOME ****/
h2.categoria-titolo {
    margin-bottom: 18px;
    font-weight: 700;
}
.corsi_wrapper .corso_over {
    position: relative !important;
}
.corsi_wrapper .corso_over .corso_over-inner-cell {
    height: 100%;
    padding-top: 0;
}
.corsi_wrapper .corso_item {
    width: calc(25% - 18px);
    position: relative;
    margin: 0 18px 18px 0 !important;
    box-shadow: inset 0 0 0 1px #b0b0b0; /* Bordi interni */
}

.corsi_wrapper {
    margin: 36px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    
    align-content: stretch;
}
.corsi_wrapper .corso_item > a {
    display: block;
    width: 100%;
}
.corsi_wrapper .corso_categoria {
    position:relative;
}
div.corsi_wrapper .categoria-corsi .corsi-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
div.corsi_wrapper .categoria-corsi {
    display: block;
    width:100%
}


.corsi_wrapper .corso_thumb {
    display:none;
}
@media all and (max-width:976px){
    .corsi_wrapper .corso_item {
        width: calc(33% - 12px);
        position: relative;
    }

    .corsi_wrapper .corso_item:nth-child(3n) {
        margin: 0 0 18px 0 !important;
    }
    .corsi_wrapper .corso_item:nth-child(4n) {
        margin: 0 18px 18px 0 !important;
    }
}
@media all and (max-width:679px){
    .corsi_wrapper .corso_item {
        width: calc(50% - 9px);
        position: relative;
    }
    .corsi_wrapper .corso_item:nth-child(3n) {
        margin: 0 18px 18px 0 !important;
    }
    .corsi_wrapper .corso_item:nth-child(2n),
    .corsi_wrapper .corso_item:nth-child(4n) {
        margin: 0 0 18px 0 !important;
    }
}
@media all and (max-width:569px){
    .corsi_wrapper .corso_item {
        margin-right: 0 !important;
        width: 100%;
    }
    .corsi_wrapper .corso_item:nth-child(3n) {
        margin-right: 0 !important;
    }
}





