/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 12 2025 | 05:47:18 (pm)
/*
/******* Do not edit this file *******/

#parent {
  display: flex;
}
#narrow {
  width: 200px;
  /*background: lightblue;*/
  /* Just so it's visible */
}
#wide {
  flex: 1;
  /* Grow to rest of container */
  /*background: lightgreen;*/
  /* Just so it's visible */
}


body .events-home .ecs-event-list {
	list-style-type: none!important;
	margin: 0!important;
}

body .events-home .ecs-event-list li {
	width: 50%!important;
	display: inline-block!important;
	margin: 0!important;
	padding: 15px!important;
	box-sizing: border-box!important;
}

body .events-home .ecs-event-list li .ecs-excerpt, 
body .events-home .ecs-event-list li .duration {
    width: calc(100% - 195px);
}

.general-text-justify{text-align: justify;}
.general-text-center{text-align: center;}

/*html body .a-sticky:not(.header-style-4) .add-header-height,*/
.mk-header.sticky-style-fixed.a-sticky .mk-header-holder {
    padding: 5px 0;
    background: #fff;
    top: 0!important;
}

.mk-header.sticky-style-fixed.a-sticky .mk-header-holder .fit-logo-img a img {
    max-height: 50px;
}

.wpcf7-form-control-wrap.your-message {
    width: 100%;
}

html body input[type=email],
html body input[type=password],
html body input[type=search],
html body input[type=tel],
html body input[type=text],
html body input[type=url],
html body textarea,
html body .master-holder select:not(.gfield_select) {
    width: 100%!important;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    
    body .events-home .ecs-event-list li .ecs-excerpt, 
    body .events-home .ecs-event-list li .duration {
        width: 100%;
        float: none;
    }
    
    body .events-home .ecs-event-list li .duration {
        width: 80%;
    }
    
    body .events-home .ecs-event-list li .duration::after {
        margin: 20px auto;
    }
    
    body .events-home .ecs-event-list li {
        width: 100%!important;
        text-align: center;
    }
    
    body .events-home .ecs-event-list li img {
        float: none;
        margin-right: 0;
    }
}

/* Fixes */
.tp-bgimg.defaultimg:after {
    content: '';
    background: #00abff2e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.vc_gitem_row .vc_gitem-col {padding:25px;}
.slider-parent {height:550px;}
@media only screen and (max-width: 768px) {
    .slider-parent {height:600px;}    
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #5296a0;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    background-color: #2f5358;
}

#mk-page-introduce {
    color: white;
    text-align: center !important;
}
.owl-dots {display:none !important;}