/*

Theme name: Fisio 3000

Version: 1.0

Theme url: http://www.fisio3000.it

Author: Tu Comunica

*/

html{color:#494949;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:”;}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;}
legend{color:#494949;}

body{
	font-family: "Red Hat Display", sans-serif;
	font-style: normal; 
	font-weight: 400;
	color: #494949;
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;
	background: #FFF url("img/header-wave.svg") no-repeat local 50% 0%;
	background-size: contain;
}

body a{
	transition: all 0.2s ease;
	color: #013928;
}

*{box-sizing: border-box;}
*:focus, *:active {outline:none;}
*::-moz-focus-inner {border:0;}

.search_box{
	width: auto;
	float: right;
}

.search_module{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	display: none;
}

.search_module form input{
	border: none;
	padding-right: 20px;
	padding-left: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
}

.search_module_inside{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.search_module_inside form input{
	width: 60%;
	height: 50px;
	border: 1px solid #494949;
	padding-right: 20px;
	padding-left: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
}

.smi_fix{
	margin-bottom: 20px;
}

.show_hide, .show_hide2{
	display:none;
}

/* HEADER */

.header{
	width: 100%;
	height: auto;
	float: left;
}

.header_content{
	display: flow-root;
}

.logo{
	width: auto;
	float: left;
}

.logo img{
	position: relative;
	z-index: 999;
}

/* NAVIGATION */

.nav{
	width: auto;
	float: right;
	font-family: "Barlow Condensed", sans-serif;
	color: #013928;
}

/* ===== Top ===== */

#navigation ul {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

/* ===== Primo livello ===== */	
			
#navigation ul li{
	position: relative;
	padding: 0;
	margin: 0;
	display: inline-block;
	z-index: 99999;
}

#navigation ul ul li{
	border: none;
	text-align: left;
}

#navigation ul li a{
	display: block;
	text-decoration: none;
	color: #013928;
	line-height: 40px;
	border-radius: 10px;
	background-color:rgba(255,255,255,0.3);
}

#navigation ul li:hover a{
	position: relative;
	background: #013928;
	color: #FFF;
	border-radius: 10px;
}

#navigation ul ul, #navigation ul li:hover ul ul{
	position: absolute;
	display: none;
}

#navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul {
	display: block;
	top: 0px;
	left: 100%;
}

#navigation.current_page_item a, #navigation .current-menu-item a, #navigation .current-post-parent a{
	color: #013928;
}

/* ===== Secondo e Terzo livello ===== */

#navigation ul li:hover ul{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
	animation: fadeIn 0.4s;
}

#navigation ul ul{
	background: #f7f7f7;
	font-size: 14px;
}

#navigation ul ul ul{
	background: #f7f7f7 !important;
	border-color: #e4e4e4 !important;
	margin-left: -14px;
}

#navigation ul ul li a{
	float: none;
	width: 180px;
	line-height: normal;
	font-variant: normal;
	font-weight: normal;
	color: #013928!important;
	text-transform: uppercase;
	padding: 10px 10px;
	background: none!important;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.2em;
}

#navigation ul ul ul li a{
	color: #fff;
}

#navigation ul ul li:hover>a{
	background: #fff!important;
	color: #999!important;
}

#navigation ul ul ul li:hover>a{
	background: #eee!important;
	color: #777!important;
}

#navigation .sitems a{
	font-size: 0.8em;
	position: relative;
	bottom: 1px;
}

#navigation .sitems:hover{
	cursor: pointer;
}

#navigation li.has-children > a:after {
	font-family: "Font Awesome 5 Free";
   	content: "\f078";
	display: inline-block;
   	padding-left: 5px;
   	vertical-align: middle;
   	font-weight: 700;
	font-size: 0.5em;
}

#navigation li li.has-children > a:after {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
	font-size: 0.8em;
	vertical-align: 0px;
	padding-left: 5px;
}

/* NAV MOBILE */

.nav_mobile{
	width: auto;
	float: right;
	height: 48px;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 7px;
}

.nav_mobile a{
	display: inline-block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px;
	background: #013928;
	border-radius: 10px;
}

.nav_mobile a:hover, .nav_mobile a:focus{
	background: #F28E41;
	cursor: pointer;
}

.nav_mobile_content{
	width: 100%;
	float: left;
	display: none;
	margin-top: 10px;
	font-family: "Barlow Condensed", sans-serif;
}

.nav_mobile_content ul{
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
}

.nav_mobile_content ul li a{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 10px 10px;
	border-bottom: 1px solid #e0ebd8;
	color: #013928;
}

.nav_mobile_content ul ul li a{
	padding-left: 10px;
}

.nav_mobile_content ul ul li > a:before {
	content: '❙';
	vertical-align: 0px;
	padding-right: 8px;
	color: #c4c4c4;
}

.nav_mobile_content ul ul ul li a{
	padding-left: 20px;
}

.nav_mobile_content .sitems{
	display: none;
}

.nav_mobile_search{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.nav_mobile_search form input{
	width: 85%;
	border: none;
	padding: 10px 20px;
	margin: 10px 0;
	font-size: 0.9em;
	background-color: #FFF;
	border: none;
}

/* SLIDESHOW */

.big_slide{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.big_slide img{
	width: 100%;
	height: auto;
}

.metaslider{
	border-radius: 10px;
	overflow: hidden;
}

.slide_home{
	background: #FFF url("img/slide-wave.svg") no-repeat scroll 50% 50%;
	background-size: contain;
}

.box_c1{
	background: #FFF url("img/gray-wave.svg") no-repeat scroll 50% 0%;
	background-size: cover;
}

/* WRAPPER */

.wrapper{
	width: 100%;
	float: left;
}

.wrapper_inside{
	display: flow-root;
}

.wrapper_post{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.wrapper_archive{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.wrapper_content {
	overflow: hidden;
}

.wafixh{
	margin-top: 0px!important;
}

.wrapper_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}

.wrapper_title h3{
	color: #013928;
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.wrapper_title p{
	font-size: 0.9em;
	margin-top: 10px;
	color: #797979;
}

/* content center no sidebar */
.wr_cnt_center{
	margin: auto!important;
	float: none!important;
}

.wr_cnt_border{
	width: auto;
	margin: 20px;
	border: 1px solid #333;
}

/* GRID */

.grid_wrapper{
	width: 100%;
	float: left;
}

.gwhp{
	padding: 0px!important;
}

.wrapper-grid-uni{
	width: 100%;
	float: left;
}

.ui.grid{
	margin: 0px!important;
}

/* GRID */

.col-uni{
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	transition: all 0.2s ease;
	background: #f1f8eb;
	border-radius: 10px;
	overflow: hidden;
}

/* .col-uni:hover{
	
} */

.col-uni-preview{
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #f7f7f7;
}

.col-uni-preview img{
	width: auto;
	height: 100%;
	transition: all 0.2s ease;
}

/* LABEL */

.col_txt{
	color: #494949;
	padding: 20px;
}

.col_txt h2{
	color: #013928;
	font-size: 1.4em;
	font-weight: 700;
}

.col_txt h2 a{
	text-decoration: none;
	color: #013928;
}

.col_txt h2 a:hover{
	color: #F28E41;
}

.col_txt p{
	font-size: 0.9em;
	margin-top: 5px;
}

/* LABEL */

.cat_label{
	text-transform: uppercase;
	color: #013928;
	font-size: 0.7em;
	margin-bottom: 10px;
}

.cat_label a{
	text-decoration: none;
	color: #013928;
	font-weight: 700;
}

.cat_label a:hover{
	color: #494949;
}

.taxonomy-description{
	font-size: 0.9em;
	margin-top: 5px;
	color: #a7a7a7;
}

/* SIDEBAR */

.single_widget{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.sw_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	color: #013928;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

.sw_lists_simply img, .sw_lists_link img{
	width: auto;
	height: 15px;
	margin-right: 10px;
}

.sw_lists_simply ul li{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #494949;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #013928;
	background-color: #f6f7f6;
	margin-bottom: 6px;
}

.sw_lists_link ul li a, .single_widget ul li a{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #494949;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #013928;
	background-color: #f6f7f6;
	margin-bottom: 6px;
}

.sw_lists_link ul li a:hover, .single_widget ul li a:hover{
	color: #494949;
	background-color: #e4e4e4;
}

.sw_lists_tag a{
	width: auto;
	display: inline-block;
	background-color: #f6f7f6;
	padding: 10px;
	text-decoration: none;
	color: #494949;
	margin-bottom: 4px;
}

.sw_lists_tag a:hover{
	background-color: #e4e4e4;
}

.sw_total_post{
	width: 100%;
	float: left;
}

.sw_total_post div:last-child{
	margin-bottom: 0px!important;
}

.sw_single_post{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.swsp_preview{
	width: auto;
}

.swsp_preview_wrp{
	width: 96px;
	height: 96px;
	background: #f7f7f7;
	float: left;
	margin-right: 10px;
}

.swsp_preview img{
	width: 96px;
	height: auto;
	float: left;
}

.swsp_content{
	width: auto;
	display: table-cell;
	vertical-align: top;
}

.swsp_content h4{
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 700;
}

.swsp_content h4 a{
	text-decoration: none;
	color: #494949;
}

.swsp_content h4 a:hover{
	color: #013928;
}

.swsp_inf{
	width: 100%;
	float: left;
	font-size: 0.7em;
	margin-top: 5px;
}

.swsp_inf a{
	color: #777;
	text-decoration: none;
}

.sw_banner{
	width: 100%;
	float: left;
}

.sw_banner img{
	width: 100%;
	height: auto;
}

.sw_form form{
	padding: 10px !important;
	margin-bottom: 0px !important;
}

.sw_form label{
    font-size: 1.1em !important;
}

.sw_field_wrapper{
	width: 100%;
	float: left;
	display: table;
	margin-bottom: 10px;
	padding: 10px 0;
}

.sw_field_ico{
	width: 40px;
	height: 40px;
	float: left;
	background-color: #f6f7f6;
	color: #494949;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 1.3em;
	overflow: hidden;
}

.sw_field_content{
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.sw_field_label{
    color: #013928;
    font-size: 0.7em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}

/* POST CONTENT */

.post_content{
	width: 100%;
	float: left;
	clear: both;
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5{
	color: #013928;
	margin-bottom: 20px;
	font-weight: 700;
}

.post_content h1{
	font-size: 1.7em;
}

.post_content h2{
	font-size: 1.5em;
}

.post_content h3{
	font-size: 1.3em;
}

.post_content h4{
	font-size: 1em;
}

.post_content h5{
	font-size: 0.8em;
}

.post_content p{
	margin-bottom: 20px;
	line-height: 1.7em;
	font-size: 1.1em;
}

.post_content em{
	font-style: italic;
}

.post_content a{
	color: #F28E41;
	text-decoration: underline;
}

.post_content img{
	max-width: 100%;
	height: auto;
}

.post_content.pcc img{
	border-radius: 10px;
}

.post_content figure{
	margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;
	margin-bottom: 20px;
}

.post_content .wp-block-gallery ul li:before{
	content: none;
	padding: 0px;
}

/* Fix Gallery */
.post_content .wp-block-gallery.is-cropped .blocks-gallery-item img{
	height: auto;
}

.post_content .wp-block-gallery figure{
	padding: 15px;
}

.post_content .wp-block-gallery img{
	border-radius: 10px;
}

.post_content .size-thumbnail{
	width: 150px;
	height: auto;
	border: 1px solid #ebebeb;
}

img.centered, .aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post_content img.alignright{
	margin: 0 0 0px 20px;
	float: right;
}

.post_content img.alignleft{
	margin: 0 20px 0px 0;
	float: left;
}

.post_content img.aligncenter{
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.post_content .wp-caption{
	width: auto!important;
	font-size: 12px;
	text-align: center;
}

.post_content ul{
	margin-bottom: 10px;
	list-style: none;
	padding:0;
	margin:0;
}

.post_content ul li{
	line-height: 30px;
	padding-left: 1px;
	font-size: 1.1em;
}

.post_content ul li:before{
	content: "● ";
	color: #013928;
	padding-right: 10px;
}

.post_content ol li{
	list-style: outside;
	list-style-type: decimal;
	line-height: 30px;
	margin-left: 20px;
	font-size: 1.1em;
}

.post_content blockquote {
	border-left: 2px solid #013928;
	padding: 0.8em 25px;
	font-weight: 700;
	margin-bottom: 20px;
	font-style: italic;
	color: #013928;
	background: #F1F8EB;
}

.post_content blockquote p {
	display: inline;
}

.post_content .ajax-loader{
	width: 15px;
	height: 15px;
}

.post_content iframe{
	width: 100%;
	margin-bottom: 10px;
}

.post_content hr{
	border-top: 1px solid #878787;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 20px;
}

/* TABLE */

.post_content table{
	width: 100%;
	border: 1px solid #c3c3c3;
	margin-bottom: 20px;
	clear: both;
}

.post_content table p{
	margin: 0px;
}

.post_content table tr:nth-child(odd){
  background-color: #f7f7f7;
}

.post_content table tbody td{
  padding: 10px;
}

.post_content table thead{
	background-color: #f3f3f3;
	border-bottom: 1px solid #c3c3c3;
}

.post_content table thead tr{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content table thead tr th{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
	text-align: center;
}

.post_content table thead tr:hover{
	background: none;
}

.post_content table thead tr td{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content table tr{
	border: 1px solid #c3c3c3;
	height: 40px;
	vertical-align: middle;
}

.post_content table tr:hover{
	background-color: #fefce3;
}

.post_content table tr td{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content ul, .post_content ol{
	margin-bottom: 20px;
}

/* FORM */

.post_content form{
	width: 100%;
	float: left;
	padding: 20px;
	background: #D8E4D1;
	margin-bottom: 20px;
	border-radius: 10px;
}

.post_content form input, .post_content form textarea{
	border: none;
	color: #494949;
	padding: 10px;
	outline: 0 none;
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
	background: #F4F4F4;
	border-radius: 10px;
}

.post_content form textarea{
	width: 100%;
	height: 200px;
	max-width: 100%;
}

.post_content form input[type="checkbox"],.parallax-content-1 form input[type="checkbox"]{
	border: none;
	padding: 0px;
	width: auto;
	transform: scale(1.2);
}

.post_content span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.2em;
}

.post_content form select{
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
	padding: 10px;
	border: 1px solid #DADADA;
	box-sizing: border-box;
}

.post_content form input:focus, .post_content form textarea:focus, .post_content form select:focus{
	background: #FFF;
}

.post_content .wpcf7-quiz{
	width: 40px;
}

.post_content .wpcf7-acceptance{
	width: auto;
}

.post_content form input[type="submit"]{
	background: #013928;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
	width: auto;
	font-size: 1em;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 700;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.post_content form input[type="submit"]:hover{
	background: #F28E41;
}

.post_content form small{
	font-size: 0.7em;
}

.post_content form label{
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 700;
}

img.wp-smiley{ border:none; width: 15px; height: auto;}

.post_content .gallery{
	margin-bottom: 20px!important;
	width: 100%;
	padding: 12px 10px 10px;
	background: #f3f3f3;
	text-align: center;
}

.post_content .gallery-item{
	margin-top: -2px!important;
	font-size: 11px;
}

.post_content .gallery img{
	border: none!important;
	width: 100%;
	opacity: 1;
	border: 1px solid transparent!important;
	transition: all 0.9s ease;
	border-radius: 0px!important;
}

.post_content .gallery img:hover{
	opacity: 0.9;
}

.post_content .inside-grid-column img,.post_content .inside-grid-column p{
	margin-bottom: 10px;
}

.post_content .inside-grid-column{
	margin: 20px;
}

/* alignfull */

.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.post_content.alignfull {
	width: 100vw;
	max-width: none;
	height: auto;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0 100px;	
}

/* SINGLE HEADER */

.single_header{
	width: 100%;
	float: left;	
}

.single_header_content{
	margin: 20px 0;
}

.single_header_content h1{
	font-size: 2.2em;
	color: #013928;
	font-weight: 700;
}

.single_header_content .avatar{
	border-radius: 50px;
	position: relative;
	top: 5px;
}

.sh_center{
	text-align: center;
}

.sh_cat{
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
}

.sh_cat a{
	color: #FFF;
	text-decoration: none;
	background: #F28E41;
	padding: 2px 5px;
	border-radius: 10px;
}

.sh_cat a:hover{
	background: #013928;
}

.sh_info{
	margin-top: 10px;
	letter-spacing: 1px;
	font-size: 11px;
}

.sh_info a{
	color: #494949;
}

.sh_info img{
	position: relative;
	top: 5px;
	border-radius: 50px;
}

.sh_tag{
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 0.7em;
	color: #8b8b8b;
}

.sh_tag ul{
	display: inline;
}

.sh_tag ul li{
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
}

.sh_tag ul li a{
	color: #8b8b8b;
}

.sh_des{
	margin-top: 10px;
	font-size: 0.9em;
	font-style: italic;
}

.sh_auth{
	margin-bottom: 10px;
	font-size: 0.9em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7c7c7c;
}

.box_code{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 10px;
	color: #929292;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.box_code a{
	color: #d6d6d6;
}

/* SINGLE SHARE */

.single_share{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	opacity: 0.8;
}

.single_share p{
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7c7c7c;
	margin-bottom: 10px;
}

.single_share_inline{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #7c7c7c;
	font-weight: 700;
}

.single_share_inline i{
	margin: 0 5px;
}

.single_share_inline small{
	display: block;
	float: left;
	position: relative;
	top: 3px;
}

.ssi_topm{
	margin-top: 40px;
}

/* NAVIGATION BAR */

.see_all_bar{
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.see_all_bar a{
	width: 100%;
	display: inline-block;
	background: #f7f7f7;
	border: none;
	padding: 40px 10px;
	color: #494949;
	cursor: pointer;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	border: 1px solid #494949;
}

.see_all_bar a:hover{
	background-color: #f0f0f0;
}

.nav_next{
	width: 50%;
	float: left;	
}

.nav_forw{
	width: 50%;
	float: right;
}

/* TWEAK */

.sstle{
	text-transform: uppercase;
}

/* CTA */

.cta{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.cta a,.wp-block-button a{
	border: none;
	padding: 12px 18px;
	box-shadow: none;
	cursor: pointer;
	width: auto;
	font-size: 1em;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	background: #013928;
	color: #FFF;
	border-radius: 10px;
}

.cta a:hover,.wp-block-button a:hover{
	background: #F28E41;
}

/* GUTENBERG TWEAK */

.wp-block-button a{
	text-decoration: none;
}

.wp-block-image figcaption{
	color: #777;
	font-size: 0.9em;
	text-align: center;
}

.trat_block{
	border-radius: 10px;
	padding: 15px;
}

.trat_block img{
	position: relative;
	bottom: 30px;
	/* -webkit-box-shadow: 0px -23px 55px -23px rgba(0,0,0,.2);
	box-shadow: 0px -23px 55px -23px rgba(0,0,0,.2); */
}

.trat_block a{
	background: #FFF;
	color: #013928;
	padding: 5px 10px;
	border-radius: 10px;
	text-decoration: none;
}

.trat_block a:hover{
	color: #F28E41;
}

.block_sub_tratt img{
	position: static;
	bottom: 0px;
}

.block_sub_tratt a{
	color: #013928;
	font-weight: 700;
	background: none;
	padding: 0px;
	border-radius: 0px;
	text-decoration: underline;
}

.block_sub_tratt a:hover{
	color: #F28E41;
}

.strips_contact .wp-block-column{
	background: #5B8B7C;
	color: #FFF;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.strips_contact .wp-block-column img{
	width: 90px;
	height: auto;
}

.strips_contact .wp-block-column h3,.strips_contact .wp-block-column a{
	color: #F4F4F4 !important;
}

/* Fix Parallax on iOS */
@supports (-webkit-touch-callout: none) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll !important;
    } 
}

/* Cookie Bar button */

.cn-button.wp-default{
background: #013928 !important;
}
.cookie-notice-container{
padding: 5px 30px !important;
}
.cn-button.bootstrap, .cn-button.wp-default{
padding: 5px 10px !important;
}

/* FOOTER */

.footer{
	width: 100%;
	float: left;
	margin-top: 70px;
	background: #FFF url("img/footer-wave.svg") no-repeat local 50% 0%;
	background-size: cover;
	color: #013928;
	font-weight: 700;
}

.footer_content{
	width: 100%;
	float: left;
	margin: 10px 0px 40px 0px;
	text-align: center;
}

.flogo{
	width: 100%;
	float: left;
	text-align: center;
}

.flogo img{
	width: 100px;
	height: auto;
}

.footer_content .footer_widget:nth-child(3n+3){
	margin-right: 0px!important;
}

.footer_widget{
	width: 100%;
	float: left;
}

.footer_widget h6{
	width: 100%;
	float: left;
	color: #013928;
	margin-bottom: 20px;
	padding-bottom: 5px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 1.1em;
}

.footer_widget h6 i{
	margin-right: 5px;
}

.footer_info_cnt{
	width: 100%;
	margin: 20px 0px;
}

.footer_info_cnt p{
	line-height: 1.5em;
}

.footer_info_cnt a{
	color: #013928;
	text-decoration: none;
}

.footer_info_cnt img{
	width: auto;
	height: 15px;
	margin-right: 0px;
}

.footer_box{
	width: 100%;
	margin-top: 20px;
	float: left;
	font-weight: 400;
}

.footer_box a{
	text-decoration: none;
}

.footer_box ul{
	margin-top: 10px;
	font-size: 0.8em;
}

.footer_box ul li{
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.footer_items{
	margin-top: 20px;
	font-weight: 700;
	font-size: 1em;
}

.footer_items ul li{
	width: 100%;
	display: inline-block;
	padding: 0 0 15px;
}

.footer_items i{
	background: #013928;
	color: #fff;
	padding: 6px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	font-size: 1.2em;
}

.footer_items ul li a{
	text-decoration: none;
	color: #494949;
}

.fiifix {
	float: left;
}

.fievi{
	font-size: 1.3em;
}

.footer_link_line{
	width: auto;
}

.footer_link_line ul li{
	display: inline;
}

.footer_link_line ul li a{
	width: auto;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #494949;
	margin-bottom: 4px;
	border: 1px solid #494949;
}

.footer_link_line ul li a:hover{
	background-color: #e4e4e4;
}

.social_ico_footer{
	width: 100%;
	float: left;
	font-size: 1.5em;
	text-align: center;
}

.social_ico_footer a{
	width: 40px;
	height: 40px;
	background: #013928;
	color: #FFF;
	display: inline-flex;
	justify-content:center;
	align-items: center;
	border-radius: 100px;
	text-decoration: none;
}

.social_ico_footer a:hover{
	background: #013928;
}

.fipp{
	text-decoration: underline;
	margin-top: 10px;
}

.footer_embed{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.powered{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.footer_embed{
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}

.powered img{
	width: 96px;
	height: auto;
	opacity: 1;
}