/*

Theme name: Medical Tools 6.0

Version: 6.0

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

Author: Tu Comunica

*/

html{color:#000;background: #FFF;}
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:#000;}

body{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal; 
	font-weight: 400;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;
}

body a{
	transition: all 0.4s ease;
	color: #0090DF;
}

*{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;
	margin-top: 10px;
}

.search_module form input{
	border: none;
	padding-right: 20px;
	padding-left: 20px;
	appearance: none;
	border-radius: 0px;
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	border-radius: 50px;
}

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

.search_module_inside form input{
	width: 60%;
	height: 50px;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
	appearance: none;
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	border-radius: 50px;
	font-size: 1em;
}

.smi_fix{
	margin-bottom: 20px;
}

.show_hide, .show_hide2{
	display:none;
}

.spc2{
	margin-top: 20px;
}

/* HEADER */

.header{
	width: 100%;
	height: auto;
	float: left;
	position: fixed;
	z-index: 999;
	background: #FFF;
}

.hdbk1{
	background: none;
	padding: 0px 0px !important;
}

.header_content{
	display: flow-root;
}

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

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

.header_top{
	width: 100%;
	float: left;
	color: #FFF;
	position: absolute;
	top: 10;
	left: 0;
	right: 0;
	padding: 0 20px;
}

.header_lx{
	float: left;
	font-size: 1em;
	color: #000;
}

.header_lx a{
	color: #000;
	background: #F4F4F4;
	text-decoration: none;
	border-radius: 50px;
	padding: 5px 15px;
	display: inline-block;
}

.header_lx a:hover{
	background: #e7e7e7;
}

.header_lx i{
	margin-right: 5px;
	font-size: 0.9em;
}

.header_social{
	float: right;
	font-size: 0.9em;
}

.header_social a{
	background: #0090DF;
    color: #fff;
    margin-left: 5px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.header_social a:hover{
	color: #fff;
	background: #E3AC66;
}

.chdn{
	display: none;
}

/* NAVIGATION */

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

.navs1{
	box-shadow: 0px 10px 30px -10px rgb(0 0 0 / 30%);
    background-color: rgba(244, 244, 244, 0.8) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: saturate(180%) blur(13px);
}

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

#navigation ul {
	width: auto;
	display: inline-block;
	list-style: none;
	margin: 0;
	text-align: center;
	background: #F4F4F4;
	border-radius: 50px;
	padding: 10px 15px;
}

/* ===== 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: #000;
	line-height: 43px;
}

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

#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: #0090DF;
}

/* ===== 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;
	border-radius: 15px !important;
}

#navigation ul ul{
	background: #F4F4F4 !important;
	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: #000!important;
	padding: 10px 10px;
	background: none!important;
	border-radius: 15px !important;
	font-size: 1.2em;
}

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

#navigation ul ul li:hover>a{
	background: #fff!important;
	color: #0090DF!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;
	position: absolute;
	right: 10px;
   	top: 10px;
	height: 48px;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
}

.nav_mobile a{
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
	padding: 7px 10px;
	background: #0090DF;
	border-radius: 100px;
}

.nav_mobile a:hover, .nav_mobile a:focus{
	background-color: #0090DF;
	cursor: pointer;
}

.nav_mobile_content{
	width: 100%;
	float: left;
	display: none;
	border-radius: 20px;
	background: #F4F4F4;
	padding: 10px;
}

.nav_mobile_content ul{
	width: 100%;
	float: left;
	font-size: 18px;
}

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

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

.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: 100%;
	border: none;
	padding: 10px 20px;
	margin: 10px 0;
	font-size: 18px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	border-radius: 50px;
	border: none;
}

/* SLIDESHOW */

.big_slide{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
	background: rgb(0,144,223);
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(0,144,223,1) 50%);
	padding: 20px 0px;
}

.big_slide img{
	width: 100%;
	height: auto;
	border-radius: 20px !important;
}

.slides1{
	border-radius: 20px !important;
}

/* 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: #0090DF;
	font-size: 2em;
	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.4s ease;
	background: #F4F4F4;
	border-radius: 20px;
}

.col-uni:hover{
	-webkit-box-shadow: 4px 4px 0px 3px #0090DF; 
	box-shadow: 4px 4px 0px 3px #0090DF;
}

.col-uni-preview{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 10px;
}

.col-uni-preview img{
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

/* LABEL */

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

.col_txt h2{
	color: #002F78;
	font-size: 1.6em;
	line-height: 1.2em;
}

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

.col_txt h2 a:hover{
	color: #0090DF;
}

.col_txt p{
	font-size: 1em;
	margin-top: 10px;
	color: #535353;
}

/* LABEL */

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

.cat_label a{
	color: #0090DF;
    text-decoration: none;
    border-left: 2px solid #0090DF;
    padding-left: 7px;
}

.cat_label a:hover{
	color: #E3AC66;
	border-left: 2px solid #E3AC66;
}

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

/* SIDEBAR */

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

.sw_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	color: #002F78;
	font-size: 1.5em;
}

.swts1{
	background-color: #ECF8FE;
    padding: 10px 20px;
    border-radius: 20px;
}

.swtevi{
	background: #2EC51E;
	color: #FFF;
	padding: 5px 20px;
	border-radius: 20px;
	font-weight: 700;
}

.sw_evi{
	text-transform: uppercase;
	font-weight: 700;
}

.sw_evib{
	background: #F4F4F4;
	padding: 20px;
	border-radius: 20px;
	/* font-size: 0.8em !important; */
}

.sw_evib ul li{
	margin-bottom: 0px !important;
}

.sw_evib small{
	font-size: 1em !important;
}

.sw_evib p:first-child,.sw_evib p:last-child{
	margin-bottom: 0px !important;
}

.sw_evib p{
	margin-bottom: 5px !important;
	font-size: 1em !important;
}

.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: #000000;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #0090DF;
	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: #000000;
	padding: 10px 20px 10px 20px;
	background-color: #F4F4F4;
	margin-bottom: 6px;
	border-radius: 20px;
}

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

.sw_lists_tag a{
	width: auto;
	display: inline-block;
	background-color: #F4F4F4;
	padding: 10px 15px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 4px;
	border-radius: 20px;
}

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

.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;
	background: #F4F4F4;
	border-radius: 20px;
	overflow: hidden;
}

.swsp_preview{
	width: auto;
}

.swsp_preview_wrp{
	width: 120px;
	height: 120px;
	background: #f7f7f7;
	float: left;
	margin-right: 10px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	overflow: hidden;
}

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

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

.swsp_content h4{
	font-size: 1em;
	line-height: 1.4em;
	color: #002F78;
}

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

.swsp_content h4 a:hover{
	color: #0090DF;
}

.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 input{
	margin-bottom: 10px;
}

.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: 50px;
	height: 50px;
	float: left;
	background-color: #0090DF;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 1.3em;
	overflow: hidden;
	border-radius: 50px;
}

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

.sw_field_label{
    color: #0090DF;
    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: #0090DF;
	margin-bottom: 20px;
}

.post_content h1{
	font-size: 2em;
	font-weight: bold;
}

.post_content h2{
	font-size: 1.7em;
	font-weight: bold;
}

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

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

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

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

.post_content em{
	font-style: italic;
}

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

.post_content img{
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.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 .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,.post_content ol{
	margin-bottom: 10px;
	list-style: none;
	padding:0;
	margin:0;
	font-size: 1.2em;
}

.post_content ul li{
	line-height: 30px;
	padding-left: 1px;
	margin-bottom: 15px;
}

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

.post_content ol li{
	list-style: outside;
	list-style-type: decimal;
	line-height: 30px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.post_content blockquote {
	/* background: #fff788; */
	background: #F4F4F4;
	padding: 0.8em 25px;
	margin-bottom: 20px;
	border-radius: 10px;
	width: 100%;
    float: left;
}

.post_content blockquote p:last-child{
	margin-bottom: 0px;
}

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

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

.post_content hr{
	border: 2px solid #e5e5e5;
  	border-radius: 50px;
	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-color: #F4F4F4;
	margin-bottom: 20px;
	border-radius: 25px;
}

.post_content form p,.post_content form h3{
	margin-bottom: 0px !important;
}

.post_content form h3{
	font-weight: bold;
}

.post_content form h3 i{
	margin-right: 5px;
}

.post_content form input, .post_content form textarea{
	border: none;
	color: #000000;
	padding: 10px 20px;
	outline: 0 none;
	width: 100%;
	font-size: 0.9em;
	border-radius: 15px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

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

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

.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;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #FFF;
	margin-bottom: 10px;
	color: #757575;
}

.post_content form input:focus, .post_content form textarea:focus, .post_content form select:focus{
	border: 1px solid #0090DF;
}

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

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

.post_content form input[type="submit"]{
	background: #0090DF;
	border: none;
	padding: 13px 25px;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
	width: auto;
	box-shadow: none;
	font-weight: 700;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all 0.4s ease;
	border-radius: 50px;
	font-size: 0.9em;
	text-transform: uppercase;
}

.post_content form input[type="submit"]:hover{
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	background: #E3AC66;
}

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

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

.post_content form .wpcf7-form-control label {
	border-radius: 15px;
    background: #FFF;
    padding: 5px 10px;
    margin-bottom: 10px !important;
    margin-right: 10px;
	font-weight: 400 !important;
}

.post_content .typcrscheck{
    border: 1px solid #6AC7F4;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
}

/* .post_content form .wpcf7-form-control label input {
	margin-right: 10px;
	float: left;
	position: relative;
	top: 10px;
} */

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;
}

.post_content .wpcf7-form-control-wrap label{
	font-size: 0.8em !important;
	padding-left: 0px;
	font-weight: 700;
}

.post_content .wp-block-buttons{
	margin-bottom: 20px;
}

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

.form_lay{
	display: inline-block;
    position: relative;
    bottom: 50px;
    z-index: 1;
}

.form_lay form{
	box-shadow: 0px 0px 91px 0px rgba(0,0,0,0.45);
}

/* SINGLE HEADER */

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

.single_header_content{
	margin: 20px 0;
}

.single_header_content h1, .post_header_content h1{
	font-size: 2.4em;
	color: #002F78;
	line-height: 1.2em;
	font-weight: 700;
}

.post_header_content{
	margin-bottom: 50px;
}

.sh_center{
	text-align: center;
}

.sh_cat{
	margin-top: 10px;
	font-size: 1em;
}

.sh_cat a{
	color: #0090DF;
	text-decoration: none;
	border-left: 2px solid #0090DF;
	padding-left: 7px;
}

.sh_cat a:hover{
	border-left: 2px solid #E3AC66;
	color: #E3AC66;
}

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

.sh_info a{
	color: #000000;
}

.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;
	text-transform: uppercase;
}

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

.sh_tag ul li a{
	color: #8b8b8b;
	background: #F4F4F4;
	border-radius: 50px;
	padding: 3px 10px;
	text-decoration: none;
}

.sh_des{
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 1em;
	color: #535353;
}

.sh_des p{
	width: 60%;
	margin: auto;
}

.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;
}

/* SPLASH HEADER */

.splash_header {
	width: 100%;
	min-height: 300px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    overflow: hidden;
	border-radius: 25px;
}

.splash_header h1 {
    font-size: 2.3em;
    color: #002F78;
    z-index: 2;
    position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 17px;
	backdrop-filter: blur(2px);
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50px;
	font-weight: 700;
}

.splash_header img {
    position: absolute;
    left: 0;
    top: 1;
    width: 100%;
    height: auto;
    z-index: 1;
}

.shwrapper{
	background: rgb(0,144,223);
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(0,144,223,1) 50%);
	width: 100%;
	float: left;
	padding: 20px 0px;
}

/* 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: #F4F4F4;
	border: none;
	padding: 40px 10px;
	color: #002F78;
	cursor: pointer;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 25px;
}

.see_all_bar a:hover{
	color: #0090DF;
	-webkit-box-shadow: 4px 4px 0px 3px #0090DF; 
	box-shadow: 4px 4px 0px 3px #0090DF;
}

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

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

/* TWEAK */

.sstle{
	text-transform: uppercase;
}

.info_tip{
	border-left: 2px solid #0090DF;
	padding-left: 20px;
}

.alrpnt{
	width: 100%;
	background: #FEEFC5;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 1.3em;
}

/* CTA */

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

.cta a, .wp-block-button a{
	border: none;
	padding: 13px 20px;
	box-shadow: none;
	cursor: pointer;
	width: auto;
	font-size: 1.1em;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	background: #0090DF;
	color: #FFF;
}

.cta i{
	margin-right: 5px;
}

.cta a:hover,.wp-block-button a:hover{
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
	background: #E3AC66;
}

/* CORSI */

.box_course{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.1em;
}

.box_course p{
	margin-bottom: 0px;
	font-size: 1em !important;
}

.box_course a{
	color: #000;
}

.box_course i{
	color: #0090DF;
	font-size: 2em;
}

.box_course .sc{
	background: #F4F4F4;
	outline: 5px solid #FFF;
	border-radius: 20px;
}

.fld{
	font-weight: 700;
	color: #0090DF;
	padding-bottom: 5px;
}

.idcrs{
	width: 100%;
	float: left;
	text-transform: uppercase;
	color: #0090DF;
	font-size: 0.8em;
	margin-top: 10px;
}

.shdc_wrap{
	width: auto;
	position: absolute;
}

.shdc_cnt{
	width: auto;
	position: absolute;
	padding: 4px 9px;
	background: #2ec51d;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #FFF;
	text-align: center;
	font-size: 0.7em;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
}

.shdc_cnt:hover{
	cursor: default;
}

.ccevi{
	color: #fff;
	background: #2EC51E;
	display: inline-block;
	padding: 4px 10px;
	font-weight: 700;
	border-radius: 50px;
	margin-bottom: 10px !important;
}

.extlink a{
	color: #002F79;
	background: #FFF;
	display: inline-block;
	padding: 4px 10px;
	font-weight: 700;
	border-radius: 50px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	text-decoration: none;
}

.extlink a i{
	text-decoration: none;
	font-size: 0.9em;
	color: #002F79;
}

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

.idcrs{
	width: 100%;
	float: left;
	text-transform: uppercase;
	color: #0090DF;
	font-size: 0.9em;
	margin-top: 10px;
}

.idcrs i{
	margin-right: 3px;
}

.so_banner{
	width: 100%;
	border-radius: 20px;
	background: #eb4d4b;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	padding: 10px;
}

.so_banner p{
	margin-bottom: 0px;
}

.so_banner p a{
	color: #FFF;
}

.sobtitle{
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 2em !important;
	font-weight: 700 !important;
}

/* GUTENBERG TWEAK */

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

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

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

.wp-block-group{
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	width: 100%;
	float: left;
}

.wp-block-group:last-child{
	margin-bottom: 0px;
}

/* Cookie Bar button */

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

/* HOMEPAGE */

.title_hero h2{
	font-size: 2.7em;
	margin-bottom: 0px;
	font-weight: 700;
	color: #002F78;
}

.title_hero p{
	font-size: 1.7em;
	margin-bottom: 0px;
	color: #002F78;
}

.strips_wlc_box{
	text-align: center;
}

.strips_wlc_box img{
	height: auto;
}

/* CENTRI F */

.wrapper_cf{
	width: 100%;
	float: left;
	background: rgb(0,144,223);
	background: linear-gradient(180deg, rgba(0,144,223,1) 50%, rgba(255,255,255,1) 50%);
	padding-top: 25px;
	padding-bottom: 25px;
}

.title_cf{
	color: #FFF !important;
    font-size: 2em;
    font-weight: 700;
}

.text_cf{
	-webkit-backdrop-filter: saturate(180%) blur(13px);
	backdrop-filter: saturate(180%) blur(13px);
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
	border-radius: 20px;
	font-size: 1.3em;
	color: #002F78;
}

.text_cf p{
	margin-bottom: 10px;
	line-height: 1.2em;
}

.text_cf .wp-block-button a{
	font-size: 0.9em !important;
}

/* ID SPACE */

#centrof{
	margin: 60px 0px;
}

#vetrina{
	margin-top: 80px;
}

/* TAB MENU */

.tab-wrap{width:100%; float: left; margin-bottom: 20px;}
.tab-wrap .tab-head{border-bottom:1px solid #0090DF; text-align:center; display:table;width:100%}
.tab-wrap .tablink{display:table-cell;border-bottom:3px solid transparent;width:50%;padding:16px 8px;color:#0090DF; cursor:pointer;}
.tab-wrap .tablink.tab-active{border-color:#0090DF; color:#fff; background-color: #0090DF; font-weight: 700; border-radius:20px 20px 0px 0px;}
.tab-wrap .tab-main{border:1px solid #0090DF; padding:0 10px 10px; border-top:0; float: left;background-color: #F4F4F4;}
.tab-wrap .tabcontent{display:none;padding-top:10px;}
.tab-wrap .tabcontent.active{display:block}
.tab-wrap .post_content form{padding: 5px;}

.sub_sign{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	font-size: 1.2em;
	border-radius: 20px;
	padding: 15px;
	line-height: 1.4em;
	background: #e6fff5;
}

.sub_sign a{
	color: #000;
}

.sub_sign p{
	margin-bottom: 10px;
}

.alpgevi{
	background: #E6FFF4;
	line-height: 1.6em;
	padding: 15px;
	margin-bottom: 10px;
	border-radius:20px;
}

.crs_fi{
	width: 100%;
	float: left;
	background: #FEFC88;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: 700;
}

.crs_fi p{
	margin-bottom: 0px;
}

.crs_fi a{
	font-weight: 700;
	color: #000;
}

.crs_fi span{
	display: inline-block;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #000;
}

.cs-free,.cs-pay{
	font-weight: 200 !important;
	color: #a70000;
}

/* REVIEW */

.glsr-review{
	padding: 20px;
    background-color: #F4F4F4;
    border-radius: 25px;
}

.glsr-review-date,.glsr-field-choice{
	display: none !important;
}

.glsr-button{
	border: none;
	padding: 13px 20px;
	box-shadow: none;
	cursor: pointer;
	width: auto;
	font-size: 1.1em;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	background: #0090DF !important;
	color: #FFF;
	font-family: 'Titillium Web', sans-serif;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999999999999999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 500px;
	border-radius: 20px;
}

.modal-content h3{
	font-weight: 700;
	color: #0090DF;
	margin-bottom: 15px;
	font-size: 1.7em;
}

/* The Close Button */
.close {
	color: #0090DF;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	top: -24px;
	right: -10px;
	display: inline;
	width: auto;
	text-align: center;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.swfm.post_content,.swfm form{
	float: none !important;
}

.myBtn_multi{
	width: 100%;
	background: #0090DF;
	border: none;
	padding: 20px 10px;
	color: #FFF;
	font-size: 1.2em;
	border-radius: 50px;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}

.myBtn_multi:hover{
	background: #E4AC66;
	cursor: pointer;
}

/* FOOTER */

.footer{
	width: 100%;
	float: left;
	margin: 250px 0px 0px 0px;
	background-color: #F4F4F4;
	color: #FFF;
}

.footer_content{
	width: 100%;
	float: left;
	font-size: 0.9em;
	background: #002F78;
	border-radius: 25px;
	padding: 20px;
	margin-bottom: 20px;
}

.flogo{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	bottom: 35px;
	margin-bottom: -45px;
}

.flogo img{
	width: 120px;
	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: #80A5DD;
	margin-bottom: 20px;
	padding-bottom: 5px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.3em;
	border-bottom: 1px solid #1b4d9e;
}

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

.footer_info_cnt{
	width: auto;
}

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

.footer_box{
	margin-top: 20px;
}

.footer_box a{
	color: #fff;
	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-size: 1em;
}

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

.footer_items i{
	background: #81A5DD;
	color: #002F78;
	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: #FFF;
}

.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: #000000;
	margin-bottom: 4px;
	border: 1px solid #000000;
}

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

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

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

.fipp{
	text-decoration: underline;
	font-size: 1.1em;
	margin-top: 10px;
}

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

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

.footer_partner img{
	width: auto!important;
	height: 80px!important;
}

.footer_partner{
	font-size: 0.8em;	
}

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

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

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