
.mt-30 { margin-top: 30px !important }
.mt-50 { margin-top: 50px !important }
.mr-15 { margin-right: 15px !important }
.mr-20 { margin-right: 20px !important }
.mb-30 { margin-bottom: 30px !important }
.mb-50 { margin-bottom: 50px !important }

p { text-align: justify !important; }

.admin {
	display: flex;
	margin: 0 10px 0 0;
	padding: 5px 5px;
	border-radius: 13px;
	background-color: red;
	color: white;
	font-size: 12px;
}
.admin a {
	padding: 0 10px;
	color: white;
}
.mfp-close {
	background: none !important;
}

.logoimg_home {
	padding: 10px 10px 2px 40px; 
	margin: 0px;
}
@media (max-width: 800px) { 
	.logoimg_home { padding: 10px 10px 2px }
}

.logoimg {
	background-color: white; 
	padding: 0 2px 0px 40px; 
	margin: 0px;
	line-height: 0px;
}
.logoimg img {
	width: 70px;
}
.header--fixed .logoimg img {
	width: 50px;
}
@media (max-width: 800px) { 
	.logoimg { padding: 0 10px }
}
.mobile-canvas.mobile-canvas--opened {
	background-color: #71c1c6 !important;
}

.c-verde {
	color: #71c1c6 !important;
}
.link1 {
	display: block;
	color: #71c1c6;
	font-style: italic;
	margin: 10px 0 0 0;
}
.link1:hover {
	color: black;
}

.service-card__left {
	flex-grow: 2;
}
@media (max-width: 768px) { 
	.service-card__left { margin: 25px 0; padding: 0 0 25px 0; border-bottom: 2px solid #71c1c6 }
}

.app_allegati_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.app_allegato {
	width: calc((100% / 3) - 30px);
    margin: 0 15px;
    text-align: center;
    color: #71c1c6;
    font-weight: bold;
    font-size: 18px;
}
@media (max-width: 768px) { 
	.app_allegato {
		font-size: 12px;
	}
}
.sottotitolo_gallery a,
.sottotitolo_gallery {
	font-size: 12px;
	color: #787878;
	margin: 0 0 -40px 0;
}
.app_img img {
	border-left: 4px solid #71c1c6;
	border-bottom: 4px solid #71c1c6;
}
.allegati_container {
	display: flex;
	flex-direction: column;
}
.allegato {
	display: flex;
	align-items: center;
    margin: 15px 0px;
    text-align: center;
    color: #71c1c6;
    font-weight: bold;
    font-size: 18px;
}
.allegato img {
	margin: 0 15px 0 0;
	height: 50px;
}

.briciole {
	color: #D0D0D0;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
}
.briciole a {
	color: #D0D0D0;
}
.briciole a:hover {
	color: #858585;
}

.footer2 {
	border-top: solid 1px #a6a6a6;	
	padding: 20px 0;
	font-size: 13px;
}
.footer_login {
	color: #787878;
}
.footer_login:hover {
	color: #71c1c6;
}

#slide_app {
	width: 100%;
}
.slide_app_item {
	width: 100%;
	height: 450px !important;
	background-size: cover;
	background-position: center center;
}





.article__single-service-image.container img {
	border-left: 4px solid #71c1c6;
    border-top: 4px solid #71c1c6;
}


/*#### GALLERY ####*/

	/* hide no more entries button */
	.media-boxes-no-more-entries{
		display: none;
	}

	/* make your own style of the filter */
	.filters-container{
		margin-bottom: 20px;
	}
	.custom-filter{
		padding: 0;
		text-align: right;
	}
	.custom-filter li{
		list-style: none;
		display: inline-block;
		margin-left: 18px;
		font-size: 12px;
	}
	.custom-filter li a{
		color: #999;
		text-decoration: none;
	}
	.custom-filter li a:hover{
		color: #333;
	}
	.custom-filter li a.selected{
		color: #D1474C !important;
	}

	/* Set the style of the thumbnail overlay items */
	.media-box-title{
		color: #fff;
		font-size: 11px;
		margin-bottom: 5px;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 28px;
	}
	.media-box-date{
		color: #F2F2F2;
		font-size: 10px;
	}

	/* Remove box shadow and border-radius from the media boxes */
	.media-box-container{
		  -webkit-border-radius: 0px;
			 -moz-border-radius: 0px;
				  border-radius: 0px;

		  -webkit-box-shadow: none;
			 -moz-box-shadow: none;
			   -o-box-shadow: none;
			  -ms-box-shadow: none;
				  box-shadow: none;
	}

	/* thumbnail overlay background */
	.thumbnail-overlay{
		background-color: rgba(0,0,0, .40);

		-webkit-transition: background-color 0.2s ease-out;
		   -moz-transition: background-color 0.2s ease-out;
			 -o-transition: background-color 0.2s ease-out;
				transition: background-color 0.2s ease-out;
	}

	/* thumbnail overlay background (in the first grid change the initial background) */
	#grid .thumbnail-overlay{
		background-color: rgba(0,0,0, 0);
	}

	/* hover effect on the thumbnail-overlay */
	.thumbnail-overlay:hover{
		background-color: rgba(0,0,0, .20) !important;
	}

	/* hover effect on the image */
	.media-box-image img{
		-webkit-transition: transform 0.6s ease-in-out;
		   -moz-transition: transform 0.6s ease-in-out;
			 -o-transition: transform 0.6s ease-in-out;
			-ms-transition: transform 0.6s ease-in-out;
				transition: transform 0.6s ease-in-out;

		-webkit-transform-origin: bottom left;
		   -moz-transform-origin: bottom left;
			 -o-transform-origin: bottom left;
			-ms-transform-origin: bottom left;
				transform-origin: bottom left;
	}
	.media-box-image:hover img{
		-webkit-transform: scale(1.2) translate(-20px);
		   -moz-transform: scale(1.2) translate(-20px);
			 -o-transform: scale(1.2) translate(-20px);
			-ms-transform: scale(1.2) translate(-20px);
				transform: scale(1.2) translate(-20px);
	}

	/* Change alignment in grid 2 */
	#grid2 .thumbnail-overlay>div.aligment>div.aligment{
		vertical-align: bottom;
		padding-bottom: 40px;
	}

	.thumbnail-overlay .media-box-title{
		font-size: 16px;
	}

	.thumbnail-overlay .media-box-date{
		font-style: italic;
		font-size: 12px;
	}

/*#### FINE GALLERY ####*/




/* ################################## LOGIN ###################################### */

body#login_body {
	display: flex;
	/*height: 100%;*/
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #71c1c6;
}
.LoginRegisterPro {
	margin: auto;
	text-align: center !important;
	max-width: 500px;
	width: calc(100% - 20px);
}
.LoginForm h2 {
	display: none;
}
.LoginForm.InputfieldForm,
.InputfieldPassword input {
	width: 100% !important;
	/*max-width: 330px;*/
	/*padding: 15px;*/
	/*margin: auto;*/
}
.LoginRegisterPro .Inputfield:not(.InputfieldSubmit) {
    margin: 0 !important;
    padding: 0 !important; 
    border: none !important;
    background: none !important;
}
#Inputfield_login_submit {
	background-color: var(--color_action);
	border: none !important;
}
#Inputfield_login_submit:hover {
	background-color: var(--color_action3);
}
.btn.btn-sm.btn-outline-secondary {
	background-color: var(--color_action2);
	border: none !important;
	margin: 0px !important;
	color: white !important;
}
.InputfieldMaxWidth,
.InputfieldContent input {
	border: 1px solid #ced4da !important;
	border-radius: .25rem !important;
	background-color: white !important;
	width: 100% !important;
    margin: 6px 0px !important;
   	font-size: 17px !important;
	font-weight: 400 !important;
    padding: 12px 16px !important;
    height: auto !important;
}
#Inputfield_login_submit,
#submit_forgot,
#register_submit {
	border-radius: 4px; 
	margin: 6px 0px 25px;
}
.LoginRegisterLinks {
	list-style: none;
    margin: 0 0 5px;
    padding: 0px;
    width: 100%;
    text-align: left;
}
.InputfieldContent p.description {
	font-size: 14px;
	color: #8F8F8F;
}
.Inputfield_register_pass div.InputfieldContent {
	display: block;
    text-align: left;
	position: relative;
    /*border-bottom: 1px solid #A2A2A2;*/
    /*padding: 15px 0;*/
}
.Inputfield_register_pass div.InputfieldContent p.description {
	position: absolute;
    top: 60px;
    font-style: italic;
    font-size: 12px;
}
.pass-scores {
	display: block;
    text-align: left;
	margin: 20px 0px 0px 0px;
}
.Inputfield_profile_recaptcha div.InputfieldContent {
	display: inline-flex;
    align-content: center;
    margin: 0 0 20px 0;
}



/* ######################## MODIFICA PROFILO ################### */

.ProfileForm {
	text-align: left;
    background-color: white;
    padding: 30px;
}
#profile_submit {
	margin: 20px 0 10px;
}
.LoginRegisterMessage {
	background-color: green !important;
	color: white !important;
}
#profilo_btn {
	text-align: left;
	background-color: white;
	padding: 0 30px 30px;
}
#profilo_btn .btn {
	margin: 0px;
	color: white;
}






/* ############################## BANNER COOKIE ################################# */

.pwcmb-widget {
	background-color: #71c1c6;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	color: white;
	border-left: 6px solid #71c1c6;
	border-right: 6px solid #71c1c6;
}
.pwcmb-widget a {
	color: #FF0000;
}
.pwcmb-widget__button {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 18px;
	cursor: pointer;
	border: none;
}
.pwcmb-widget__button.js-pwcmb-allow-cookies {
	background-color: white;
	color: #71c1c6;
}
.pwcmb-widget__button.js-pwcmb-allow-cookies:hover {
	background-color: rgba(255,255,255,0.40);
	color: white;
}
.pwcmb-widget__button.js-pwcmb-manage-cookies {
	background-color: rgba(255,255,255,0.20);
	color: #FFFFFF;
}
.pwcmb-widget__button.js-pwcmb-manage-cookies:hover {
	background-color: white;
	color: #71c1c6;
}



