/*
Template: thefox
Theme Name: NM 20
Description: TheFox Child Theme [1.50]
Version: 0.1.1.5
*/

body {
	font-family: lft-etica, Roboto, sans-serif;
}


:root {
	--color-accent: #2179C0;
	--color-primary: #2A4F9F;
	--color-titles: #15274D;
	--color-dark: #182C41;
	--color-lights: #21C2F7;
	--color-bg: #EBECED;
	--color-muted: #737D94;
}

h1, h2, h3, h4, h5 {
	color: #15274D;
	line-height: 1.25;
	margin-bottom: .65em;
	font-weight: 800;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 1.05em;
}
h6 {
	font-size: 1em;
}

p {
	line-height: 1.45;
}

/* FIX */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 65px;
}
[id] {
	scroll-margin-top: 65px;
}

/* Testata (riga di mezzo) */

.header-row2 {
	background: #fff;
}

.header-row2 > .wrapper {
	display: flex;
	justify-content: flex-end;
}

.header-row2 form {
	position: relative;
	margin-right: 20px;
	color: #2179C0;
}
.header-row2 input[type="search"] {
	border: 1px solid #2179C0;
	padding: 4px 34px 4px 12px;
	height: 30px;
	color: #2179C0;
	border-style: none none solid;
}
.header-row2 input::placeholder {
	color: #2179C0;
	opacity: 0;
	font-size: .9em;
	transition: opacity .2s;
}
.header-row2 input:is(:hover,:focus-visible)::placeholder {
	opacity: 1;
}

.header-row2 form button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background: none;
	border: 0 none;
	cursor: pointer;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	color: #2179C0;
}
.header-row2 form button::after {
	content: '\f002';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1rem;
	font-weight: 400;
	font-family: 'FontAwesome';
	text-align: center;
	text-indent: 0;
}
.header-btns > a {
	color: #fff;
	background-color: #2179C0;
	font-size: .85em;
	line-height: 22px;
	height: 30px;
	white-space: nowrap;
	padding: 3px 30px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	border: 3px solid #2179c0;
}
.header-btns > a + a {
	margin-left: 18px;
}
.header-btns > a:hover {
	color: #fff;
	background-color: #15274D;
	border-color: #15274D;
}
.header-btns > .btn--alt {
	background: #fff;
	color: #2179C0;
	border-style: double;
}

@media screen and ( max-width: 1035px ) {
	.header-row2 {
		display: none;
	}
}

/* topbar (con contenuti) */
#top_bar.topbar_type_3 > .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
}
#top_bar.topbar_type_3 .top_text {
	margin: auto;
	padding: 0 20px;
}
.topbar_type_3 #header_socials {
	position: absolute;
	right: 0;
	padding: 0;
}
/* icone social */
#top_bar #header_socials {
	padding-right: 0;
	border: 0 none!important;
}
#header_socials a {
	color: #2179C0;
}

/* testata */
header.nav_type_3 {
	border-top: 0 none;
}
header.header_shadow {
	box-shadow: none!important;
}
header.nav_type_3 #nav_button { /* fix */
	margin: 0 0 0 10px;
	height: 50px;
}
.nav_type_3 #logo_img {
	max-width: 250px;
}
.nav_type_3 #logo_img img {
	max-width: 100%;
}

@media only screen and (min-width: 1215px) {
	.nav_type_3:not(.shrinked_header) #logo_img {
		transform: translate(0, -35px);
	}
}

:not(.fixed_header_left) #logo_img::before {
	float: left;
}

/* logo mobile anche per sticky */
.shrinked_header .desktop_logo {
	display: none!important;
}
.shrinked_header.opaque_header .dark_logo.mobile_logo {
	display: inline-block!important;
}
/* logo desktop anche per tablet */
@media only screen and (min-width: 768px) and (max-width: 1035px) {
	header:not(.shrinked_header) #logo_img .mobile_logo {
		display:none!important;
	}
	#logo_img .dark_logo.desktop_logo {
		display:inline-block!important;
	}
}
@media ( min-width:1036px ) and ( max-width: 1214px ) {
	.nav_type_3 #logo_img {
		max-width: 200px;
	}
}

#mobile_menu_search #search input[type=text] {
	font-family: inherit;
}


/* titolo di pagina */
.page_title_ctn {
	color: #fff;
	background: #2A4F9F no-repeat 50% 50%;
	background-image: linear-gradient(to right, transparent 10%, rgba(0,0,0,0.5) 50%, transparent 90%);
	padding: 43px 0;
}
.page_title_ctn > .wrapper {
	margin: -13px auto;
}
.page_title_ctn h1 {
	font-size: 36px;
	line-height: 1.15;
	font-weight: 800;
	font-family: lft-etica, Roboto, sans-serif;
	color: inherit!important;
	text-align: center;
	letter-spacing: .01em;
	float: none;
	margin: auto;
	max-width: none;
}
.page_title_ctn #crumbs span,
.page_title_ctn a {
	color: inherit!important;
}
.page_title_ctn .table_wrapper > h1 {
	max-width: 420px;
	float: left;
}

/* breadcrumbs fuori dal titolo */
#top_bg > #breadcrumbs {
	position: static;
	margin-top: auto;
	padding: 16px 0;
}
#posts > #breadcrumbs {
	right: auto;
	top: 0;
	margin: 0;
	padding: 16px 0;
}
#posts > #breadcrumbs > #crumbs,
#top_bg > #breadcrumbs > #crumbs {
	font-size: .75em;
}
#top_bg > #breadcrumbs + .section > .section_wrapper > .business_posts {
	padding-top: 0;
}
#top_bg > #breadcrumbs + .section > .section_wrapper > .business_sidebar {
	padding-top: 35px;
}

#breadcrumbs #crumbs a {
	color: #2179C0;
}
#crumbs > span {
	margin-right: .5em;
}

/* contenuti */
.con-sfondo .wpb_wrapper > *,
.con-sfondo p,
.con-sfondo h2,
.con-sfondo h3,
.con-sfondo h4,
.con-sfondo h5 {
	color: inherit;
}


/* menù */
#header_container nav > ul.menu ul.sub-menu li > a,
#header_container nav > ul.menu ul.sub-menu li > a:hover {
	background: none;
	color: #000;
}
#header_container nav > ul.menu ul.sub-menu li > a {
	font-weight: 600!important;
}
#header_container nav > ul.menu ul.sub-menu li > a[href],
#header_container nav > ul.menu ul.sub-menu li > a.sf-with-ul {
	font-weight: 400!important;
}

#header_container nav > ul.menu ul.sub-menu li > a[href]:hover,
#header_container nav > ul.menu ul.sub-menu li > a.sf-with-ul:hover,
#header_container nav > ul.menu ul.sub-menu li.current-menu-item > a[href] {
	/* cursor: pointer; */
	color: #fff;
	background-color: #2179C0;
}
#header_container .nav_type_3 ul li:hover > ul,
#header_container .nav_type_3 ul li.sfHover > ul {
	top: 70px;
}
#header_container nav > .menu li > a:not([href]):hover {
	cursor: default;
	color: inherit;
}




/* fascia CTA in home */
.rd_cta_2 {
	border: 0 none !important;
	padding: 0;
}
.rd_cta_2 > .promo_text {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0 none !important;
	font-size: 1.5rem;
	font-weight: 300;
	padding: 15px;
}
.rd_cta_2 .promo_text_ctn {
	width: auto;
}
.rd_cta_2 .promo_btn {
	margin: 15px 25px;
	color: inherit;
	border: 3px solid;
	border-radius: 0;
	font-weight: 400;
	font-size: 1rem;
}
.rd_cta_2 .promo_title {
	color: inherit;
	margin: 0;
}
.rd_cta_2 .promo_text {
	line-height: 1.0;
}
.rd_cta_2 .promo_text p {
	line-height: 1.1;
	margin: .1em 0;
}
.rd_cta_2 p:empty {
	display: none;
}
@media screen and ( max-width:480px ) {
	.rd_cta_2 > .promo_text {
		flex-wrap: wrap;
	}
}



.footer-logo {
	padding-right: 35px;
	margin-bottom: 25px;
}
#footer {
	font-size: 14px;
}
/* #footer p {
	line-height: 1.2;
} */
#footer .widget-title,
#footer h2 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 800;
	margin: 0 0 .3em;
}
#footer strong {
	font-weight: 800;	
}
#footer .menu-item,
.textwidget li {
	margin-bottom: .25em;
}
#footer .menu-item a {
	padding: 0;
}
#footer .menu-item a:before {
	content: none;
}
.footer_type_1 .widget_nav_menu {
	margin-bottom: 40px;
}
#sidebar .thefox_social_widget_icons div a,
#footer .thefox_social_widget_icons div a {
	background-color: transparent!important;
	padding: 0;
	color: inherit!important;
	font-size: 1.7em;
}
#footer .textwidget > p {
	font-weight: 300;
}
#footer .textwidget i.fas {
	font-size: 1.2em;
	width: 1.5em;
	display: inline-block;
	margin-left: -1.7em;
	text-align: center;
}


/* Menù e testata */
/* (bozza) */
header.nav_type_3 > .wrapper {
	display: flex;
	justify-content: space-between;
}
header.nav_type_3 nav.nav_type_3 {
	flex-basis: 100%;
}

header.nav_type_3:not(.shrinked_header) img.desktop_logo {
	margin-bottom: 15px;
}

nav.nav_type_3 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header_container nav ul > li > a:after {
	padding-left: 5px;
}
.nav_type_3 > .menu > li.menu-item-has-children {
	margin-right: -5px;
}
.nav_type_3 > .menu > li.menu-item-has-children:last-child {
	margin-right: 0;
}
.nav_type_3 > .menu > li > a {
	text-transform: uppercase;
	font-size: 13px;
	padding: 20px 11px;
	font-weight: 400;
}
.nav_type_3 > .menu > li:last-child > a {
	padding-right: 0!important;
}
.nav_type_3.shrinked_header ul.menu > li > a {
	padding: 15px 11px;
}
@media only screen and (min-width: 1034px) and (max-width: 1214px) {
	.nav_type_3 > .menu > li > a {
		font-size: 11px;
		padding: 20px 7px;
	}
	.nav_type_3.shrinked_header nav > .menu > li > a {
		padding: 15px 7px;
	}
}



/* Pulsanti */
.rd_stroke_bt.border-color {
	border-color:#2179C0!important;
}
.rd_stroke_bt.border-color-white {
	border-color:#fff!important;
}


/* Blog post, single */
.post_ctn .entry {
	color: var(--color-titles);
	font-weight: 300;
	line-height: 1.45;
}
.entry p {
	margin-bottom: 1em;
}

.post-title {
	font-weight: 800;
}

/* Blog post (?) */
.blog_page_title {
	background: #2A4F9F;
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, transparent 45%, transparent 55%, rgba(0,0,0,0.5) 100%);
	padding: 45px 0!important;
	text-align: center;
	color: #fff;
}
.blog_page_title .title,
.blog_page_title h1,
.blog_page_title h2 {
	font-weight: 800;
	text-transform: none;
	float: none;
	max-width: none;
	line-height: 1.2;
	font-size: 4.2em;
	margin: 0;
	color: inherit;
}

.post-info {
	white-space: normal;
	color: #737D94;
}
.post-info .pi_sep {
	margin: 0 1em;
}
.post-info.post-info a {
	color: inherit;
}

.single-post .post-title {
	color: #15274D;
	font-weight: 900;
	font-size: 2.6em;
	line-height: 1;
}
.single-post .post-title h1,
.single-post .post-title a {
	color: inherit;
	font-weight: inherit;
	line-height: 1.1;
	margin: 0;
}
.post_single {
	float: none;
}
.post.post_single.vc_row {
	overflow: visible;
}
.post_single .post-info {
	border-color: #15274D;
}
.single-post .tags_container {
	float: none;
}
.single_post_tags {
	font-style: normal;
	color: #777;
}
.single_post_tags a {
	color: inherit;
	font-weight: 300;
}
.single-post .share_icons_container {
	margin-bottom: 45px;
	float: none;
}

.single-post .section_wrapper.wrapper {
	max-width: 850px;
	margin: auto;
}
.single-post .section--sidebar-left .section_wrapper.wrapper,
.single-post .section--sidebar-right .section_wrapper.wrapper {
	max-width: none;
}
.single-post #posts {
	padding-top: 20px;
}
#posts .post.post_single {
	float: none;
}


.single_related,
.comment_count h3,
#add-comment h4 {
	font-size: 2.5em;
	font-weight: 800;
}

/* Correlati, lista blog */
.blog_related_post .post_ctn {
	color: #737D94;
}
.blog_related_post .post-title {
	font-size: 1.5em;
}
.blog_related_post .post-title h2 {
	font-size: inherit;
}
.post-title h2, .post-title h3, .post-title h4 {
	margin: 0;
}

/* Lista Blog */
.grid_blog_post.post {
	margin-bottom: 25px;
}
.grid_blog_post .post-title h2 {
	font-size: 1.5em;
}
.grid_blog_post.post .post-info,
.blog_related_post .post-info {
	border-color: #15274D;
	padding-bottom: .4em;
}
/* (pulsanti riquadrati) */
.more-link,
#sidebar .hbspt-form .hs-button.primary,
.grid_blog_post.post .more,
.single-post .blog_related_post .more-link {
	border-radius: 0;
	border: 4px solid #2179C0;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.3;
	padding: .6em 1em;
	letter-spacing: normal;
	color: #2c3e50;
}
.grid_blog_post.post .more:hover {
	border: 4px solid #2179C0;
}
.grid_blog_post .more {
	float: none;
	margin-left: auto;
	margin-right: auto;
}


.grid_post .blog_load_more_cont a {
	font-weight: 300;
	border-radius: 0;
	letter-spacing: 0;
}
.grid_post .blog_load_more_cont .btn_load_more {
	background: #CBCED1;
	color: #15274D;
	border: 0 none;
}
.grid_post .blog_load_more_cont .btn_load_more:hover {
	background: #2c3e50;
	color: #ffffff;
	border: 0 none;
}


/* archivi blog */
.archive .grid_post_container {
	margin-left: -20px;
	display: flex;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
}
@supports ( grid-template-columns:minmax(300px, 1fr) ) {
	#posts .grid_post_container > .ajax_post.blog_2_col {
		width:auto!important;
	} 
}


/* Sidebar */
#sidebar.right_sb {
	background: #EBECED;
	width: 300px;
}
#sidebar.right_sb:not(.business_sidebar) {
	padding-left: 24px;
	padding-right: 24px;
}

@media only screen and (min-width: 1034px) and (max-width: 1214px) {
	#sidebar.right_sb:not(.business_sidebar) {
		width: 254px;
		padding-left: 18px;
		padding-right: 18px;
	}
	#sidebar.right_sb.business_sidebar {
		width: 280px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1035px) {
	#sidebar.right_sb:not(.business_sidebar) {
		width: 209px;
		padding-left: 12px;
		padding-right: 12px;
	}
	#sidebar.right_sb.business_sidebar {
		width: 240px;
	}
}
@media only screen and (max-width: 767px) {
	#sidebar.right_sb:not(.business_sidebar) {
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#sidebar.right_sb.business_sidebar {
		width: 100%;
		padding-left: 8%; 
		padding-right: 8%; 
	}
	.left_posts {
		float: none;
	}
}

@media only screen and (min-width: 1215px) {
	#posts.business_posts {
		width: 850px;
		max-width: none;
	}
}

@media only screen and (min-width: 768px) {
	.wrapper.section_wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#fw_c > .wrapper.section_wrapper {
		display: block;
	}

	.section_wrapper > .right_sb + .clearfix:last-child {
		flex-basis: 100%;
	}

	#fw_c.tf_single_post,
	#fw_c.tf_single_page,
	.section_wrapper > #fw_c {
		max-width: 100%;
		flex-basis: 100%;
	}

}

/* Widgets */
.sb_widget > h3 {
	font-weight: 800;
}
.business_sidebar .sb_widget h3 {
	font-family: inherit;
}

#sidebar .widget_categories .cat-item > a {
	display: inline-block;
	color: #fff;
	background-color: #2A4F9F;
	padding: .6em .8em;
	line-height: 1.2;
	margin-bottom: .4em;
}
#sidebar .thefox_social_widget_icons {
	color: #2A4F9F;
}




/* Portfolio, Prodotto */
/* fascia titolo */
.pg_title {
	text-align: center;
	padding: 40px 0!important;
	min-height: 350px;
	display: flex;
}
.pg_title > .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pg_title h1 {
	font-size: 3.6em;
	margin: 0 auto .2em;
}
.pg_title h1:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	min-width: 400px;
	border-top: 3px solid var(--color-accent);
	margin: .1em auto 0;
}
.pg_title__byline,
.pf_byline {
	font-size: 1.5em;
	margin-bottom: -.1em;
}
.pf_cats {
	font-size: 1.3em;
	font-weight: 700;
}
.pf_tags {
	font-size: 1.3em;	
}
.pg_title__subtitle {
	font-size: 1.25em;
}
.pg_title__action-btn {
	margin: 1.6em 0 0;
	font-size: .9em;
	line-height: 1.1;
	text-transform: uppercase;
	padding: .7em 1em;
	background: var(--color-accent);
	align-self: center;
	flex: 0 0 auto;
	display: inline-block;
}
@media screen and ( max-width:1035px ) {
	.pg_title {
		font-size: .9em;
	}
}
@media screen and ( max-width:767px ) {
	.pg_title {
		font-size: .75em;
		min-height: 300px;
	}
}
@media screen and ( max-width:480px ) {
	.pg_title {
		font-size: .67em;
		min-height: 0;
	}
	.pg_title h1 {
		font-size: 3em;
	}
	.pg_title h1:after {
		min-width: 0;
	}
}

/* Testimonial Portfolio */
.rd_tm_8 .tm_text,
.rd_tm_10 .tm_text {
	color: inherit!important;
	line-height: 1.2;
	font-size: 1.3em;
	font-weight: 300;
	font-style: normal;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.rd_tm_8 .tm_info,
.rd_tm_10 .tm_info {
	font-size: 1.5em;
	font-weight: 300;
	color: inherit!important;
}
.rd_tm_10 .tm_image {
	width: 158px;
	height: 158px;
	margin-left: -79px;
	padding: 0;
	border: 4px solid #fff!important;
	top: 25px;
}
.rd_tm_10 .tm_image img {
	padding: 0;
}
.rd_tm_8 .tm_author,
.rd_tm_10 .tm_author {
	color: inherit!important;
	font-size: 1.2em;
	font-weight: 700;
}
.rd_tm_8 .tm_info,
.rd_tm_8 .tm_author {
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: .4em;
}
.rd_tm_8 .tm_nav {
	margin-top: 10px;
	height: 25px;
}


/* Carousel "funzionalità" in pagina prodotto */
.single-nm-product .nm_carousel-item {
	font-size: .85em;
	padding: 0 20px;
}
.single-nm-product .nm_carousel-item h5 {
	min-height: 2.4em;
}
.single-nm-product .nm_carousel-item .wpb_single_image.wpb_content_element {
	margin-bottom: 16px;
}


/* Evento */
.single-event .def_section {
	padding: 40px 0;
}


/* Paginazione */
.pagination .current {
	background-color: #2179C0;
	background-color: var(--color-accent);
}


/* Ricerca/archivi (masonry) */
.search_masonry .masonry_post_wrapper {
	padding: 11px;
	overflow: hidden;
	background: #fff;
	box-shadow: none;
	box-shadow: 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
}

.search_masonry .masonry_post_wrapper > .post-title > h2 {
	font-size: 1.25em;
}
.search_masonry .masonry_post_wrapper .post-bottom-info {
	margin: 10px -11px -11px;
	padding: 8px 11px;
	width: auto;
	float: none;
	color: #777;
	white-space: normal;
}


/* Pagina archivi */
.search-results .def_section,
.archive.tax-prod-category .def_section {
	background-color: #f2f2f2;
}

.masonry_post_wrapper {
	position: relative;
}
.masonry_post_wrapper > .post-title {
	position: static;
}
.masonry_post_wrapper > .post-title > h2 > a::after {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	content: '';
	z-index: 99;
}

header.entry-header {
	background: none;
}

/* autocomplete su box ricerca in testata */
.header-row2 .ui-autocomplete {
	font-size: .85em;
	background: aliceblue;
	border: 1px solid powderblue;
	position: absolute!important;
	top: 100%!important;
	z-index: 999;
	box-shadow: 0 1px 3px rgba(88,93,97,.2);
}
.header-row2 .ui-autocomplete > li:hover {
	background: #dae4ec;
	cursor: pointer;
}
.ui-autocomplete > li a[href] {
	padding: 5px;
	display: block;
}
.ui-autocomplete > li a[href]:hover {
	text-decoration: underline;
	color: navy;
}

.header-row2 > .wrapper {
	overflow: visible;
}
.header-row2 + #header_container {
	position: relative;
	z-index: 9;
}



/* Form "Incorniciati" */
.form-outline.wpb_row > .wpb_column,
.form-outline.wpb_column > .vc_column-inner,
.single-post-form {
	padding: 2em 25px;
	border: 2px solid #2179C0;
	clear: both;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0.9em;
}
.form-outline__title,
.single-post-form > h3:first-child,
.form-outline .wpb_wrapper > h4:first-child,
.form-outline .wpb_wrapper > h3:first-child {
	text-align: center;
	color: #15274D;
	padding: .2em .6em;
	font-size: 2.2em;
	background: #fff;
	margin: -1.75em auto 1em;
	width: fit-content;
}
#single-post-form {
	margin: 3em 4%;
}



/* Hubspot */

[class^="form-columns-"] > div:first-child,
[class^="form-columns-"] > div {
	margin-top: 0;
	margin-bottom: 10px;
}
/* [reset] */
.hbspt-form form div {
	margin-top: auto;
}
.hbspt-form fieldset {
	margin-bottom: 16px;
}
.single-post-form .hbspt-form fieldset {
	max-width: none;
}

.hbspt-form fieldset[class^="form-columns-"] {
	margin-left: -8px;
	margin-right: -8px;
}
.hbspt-form fieldset[class^="form-columns-"] > div {
	padding-left: 8px;
	padding-right: 8px;
}
.hbspt-form fieldset[class^="form-columns-"] > .hs-form-field .input {
	margin-right: 0!important;
	display: flex;
}
.hbspt-form fieldset[class^="form-columns-"] > .hs-form-field .input > input,
.hbspt-form fieldset[class^="form-columns-"] > .hs-form-field .input > select,
.hbspt-form fieldset[class^="form-columns-"] > .hs-form-field .input > textarea {
	flex: 1 1 100%;
	max-width: calc(100% - 1.2em);
	font-size: .85em;
}

.form-outline .hbspt-form fieldset[class^="form-columns-"] {
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="tel"],
.hbspt-form input[type="password"],
.hbspt-form input[type="file"],
.hbspt-form select.hs-input,
.hbspt-form textarea {
	margin-top: initial;
	box-sizing: content-box;

	background: #E9EDF5;
	border: 0 none;
	border-radius: 0;
	padding: .6em;
	box-shadow: none;
	-webkit-appearance: initial;
	height: 1.5em;
}
.hbspt-form input[type="radio"],
.hbspt-form input[type="checkbox"],
.hbspt-form textarea {
	height: auto;
}

.hs-error-msg {
	font-size: .8em;
	opacity: .8;
}
.hs-form-field > label {
	font-size: .9em;
	margin: 0 0 .3em;
	display: inline-block;
	opacity: .8;
}
input.hs-button {
	color: #fff;
	background-color: #2A4F9F;
	font-weight: 500;
}
input.hs-button.primary {
	padding-left: 1.3em; 
	padding-right: 1.3em; 
}
.hs_submit .actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.hbspt-form .inputs-list {
	margin-left: 0
}
.hbspt-form .inputs-list > li {
	list-style: none;
}
.hs-form-booleancheckbox-display {
	display: flex;
}
.hs-form-booleancheckbox-display > input[type="checkbox"] + span {
	margin-left: .75em;
}
.legal-consent-container,
.hs_ok_terze_parti .hs-form-booleancheckbox > label {
	font-size: .85em;
	line-height: 1.2;
	color: #555;
}
.form-columns-1 > div.hs_ok_terze_parti {
	margin-top: 24px;
}
/* Form in popup */
.hbspt-form.popup__content fieldset[class^="form-columns-"] {
	margin-left: auto;
	margin-right: auto;
}

/* Hubspot widget */
#sidebar .hbspt-form {
	padding: 20px 10px 5px;
	background: #fff;
}
.right_sb .hbspt-form input[type="text"].hs-input,
.right_sb .hbspt-form input[type="email"].hs-input {
	width: 100%;
	min-height: 2.5em; 
	box-sizing: border-box;
}
.right_sb .hbspt-form .legal-consent-container p,
.right_sb .hbspt-form .hs-form-booleancheckbox-display {
	line-height: 1.3;
	font-size: .8em;
}
.right_sb .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display {
	font-size: inherit;
}

#sidebar .hbspt-form .hs_submit .actions {
	text-align: center;
	margin: auto!important;
}
#sidebar .hbspt-form .hs-button.primary {
	background: #fff;
	color: #000;
	min-width: 8em;
	font-family: inherit;
	text-shadow: none;
}
#sidebar .hbspt-form form {
	margin-bottom: 0;
}


/* Tagcloud */
.business_sidebar .tagcloud a{
	font-size: 12px !important;
	margin: 0 4px 4px 0;
	padding: .2em .3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
c

.text-small {
	font-size: .9em;
}

@media screen and ( max-width: 1035px ) {
	header .visible-tablet,
	#mobile-menu .visible-tablet {
		display: block !important;
	}
}

/* FIX */
p.partners_left:before {
	content: '\f104';
	line-height: 1;
}
p.partners_right:before {
	content: '\f105';
	line-height: 1;
}


/* PrettyPhoto: descrizione */
div.pp_default p.pp_description {
	color: #fff;
	font-weight: 400;
	font-size: .9em;
	line-height: 1.3;
}


/* CTA */
.cta-txt h2, .cta-txt h3 {
	color: inherit;
	font-weight: 500;
	font-size: 1.55em;
}
@media ( max-width: 768px ) {
	.cta-txt {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.cta-btn .medium_rd_bt {
		max-height: none;
	}
}


.single-nm-course .page_title_ctn {
	background-image: url(../../plugins/nm-formazione/assets/img/bg.jpg);
	background-color: #0b2242;
	background-size: cover;
	padding: 50px 0;
	min-height: 240px;
}
.single-nm-course .page_title_ctn h1 {
	font-weight: 600;
	font-size: 2.8em;
}
.single-nm-course .page_title_ctn.is-evento h1 {
	font-weight: 600;
	font-size: 2.5em;
}

.single-nm-course .page_title_ctn h1::after {
	width: 45%;
	margin: 0.4em auto 0;
}

.section--course > .wrapper {
	
}

.section--course > .wrapper > .main-content {

}

.section--course > .wrapper > .aside-content {

}


.aside-content {
	flex: 1 0 240px;
	padding: 20px;
	background: #ebeced;
	position: relative;
}
.main-content {
	flex: 1 1 100%;
}

.aside-content .actions > ul {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-transform: uppercase;
	gap: 10px;
	margin-bottom: 1.5em;
}
.aside-content .actions > ul > li {
	flex: 1 0 240px;
	max-width: 100%;
}
.aside-content .actions > ul > li.primary {
	flex-basis: 100%;
}
.aside-content .actions > ul > li > a {
	padding: .7em;
	font-size: .9em;
	display: block;
	background-color: #fff;
	color: #0b2242;
	border: 1px solid #0b2242;
}
.aside-content .actions > ul > li.primary > a {
	color: #fff;
	background-color: #0b2242;
}

.aside-content .features > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(12ch + 48px), auto));
	white-space: normal;
	word-break: normal;
}
.aside-content .features > ul > li {
	padding-left: 56px;
	margin-bottom: 1.1em;
	line-height: 1.05;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 48px;
	flex: 0 0 130px;
}
.aside-content .features > ul > li > em,
.aside-content .features > ul > li > strong {
	display: block;
}
.aside-content .features li > em {
	font-style: normal;
}
@media only screen and (max-width: 767px) {
	.section > .wrapper > .aside-content {
		margin-left: -10px;
		margin-right: -10px;
	}
}


.main-content .course-date {
	font-size: 1.8em;
	line-height: 1;
	font-weight: 700;
	margin: .8em 0 1em;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #2179c0;
}




.cs_title .tags > .tag,
.course-date > .tags {
	display: inline-block;
}
.cs_title .tags > .tag,
.course-date > .tags > .tag {
	font-size: .8rem;
	font-weight: 300;
	letter-spacing: .05em;
	padding: .5em 1em;
	border-radius: .4em;
	vertical-align: top;
	color: #fff;
	white-space: nowrap;
}
.cs_title .tags {
	margin-top: 1.4em;
}
.course-date > .tags {
	display: none;
}
@media screen and ( min-width:768px ) {
	.cs_title .tags {
		display: none;
	}
	.course-date > .tags {
		display: inline-block;
	}
	
	
	.main-content .course-date.is-evento .course-info-wrapper > .date{
        position: relative;
    }
    .main-content .course-date.is-evento .course-info-wrapper > .duration{
        position: relative;
    }
    /*
    .main-content .course-date.is-evento .course-info-wrapper > .date:after{
        font-size: 12px;
        content: "Data";
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
    }
    .main-content .course-date.is-evento .course-info-wrapper > .duration:after{
        font-size: 12px;
        content: "Ora";
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
    }
    */
}


/* Lista "cosa imparerai" nel Corso */
.cosa-imparerai .vc_span12 {
	padding-top: 30px;
	margin-top: 10px;
	border-top: 1px solid #2179c0;
}
.cosa-imparerai ul {
	margin: 1em 0 .7em 1em;
}
.cosa-imparerai ul > li::marker {
	font-family: dr;
	content: "\e807";
	color: #2179c0;
}
.cosa-imparerai ul > li {
	padding-left: 1.15em!important;
}
.single-nm-course .vc_custom_heading {
	margin-bottom: .5em;
}

.relatori .vc_single_image-wrapper {
	overflow: hidden;
	border-radius: 50%;
}


@media ( min-width:768px ) {
	.section--course > .wrapper {
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		gap: 20px;
	}
	.aside-content::before {
		content: "";
		width: 2000%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: -1;
		background: #ebeced;
		left: 0;
	}
	.aside-content {
		padding-right: 0;
	}

	.aside-content > .aside-wrp {
		position: -webkit-sticky;
		position: sticky;
		top: var(--sticky-header-height, 95px);
	}

	.single-nm-course #top_bg {
		overflow: initial; /* [!] Se no, sticky non va. */
	}

	.aside-content .actions > ul {
		flex-direction: column;
	}
	.aside-content .actions > ul > li {
		flex-basis: auto;
	}

}

.ui-button-icon-only.ui-dialog-titlebar-close:before {
	font-family: 'FontAwesome';
	content: '\F00D';
}


/* FIX Video bkg */
.rd_video_ctn video {
	object-fit: cover;
	object-position: center;
	right: 0;
	bottom: 0;
	width: 100%;
}