/*
	Theme Name: SEF Base Theme
	Theme URI: https://www.embedded-solutions.it
	Author: Salvatore Esposito
	Author URI: https://www.embedded-solutions.it
	Description: Custom WordPress theme for SEF
	Text Domain: sefsimple
	Version: 0.1
	License: GNU General Public License v2 or later
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
/* Reset.css */
div, img, a, ul, li, span, h1, h2, h3, h4, h5 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  border: 0;
  outline: none !important; }

.clear {
  clear: both; }

a {
  color: inherit;
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: none;
  color: #249de9; }

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

button, input[type="submit"] {
  cursor: pointer;
  outline: 0; }

button:hover, button:focus {
  outline: 0; }

#wpadminbar {
  position: absolute !important; }

* {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

::selection{
	background-color: #d5d4d2;
	color: #fff;
}

/* Normal Styling */
body {
  font-size: 16px;
  color: #0b0b0b;
  font-family: 'Rubik', sans-serif;
  line-height: 1.6;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 1.5rem;
  text-transform: none;
  }
h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
    font-size: 61px;
    color: #fff;
}
h3{
	font-family: 'Rubik', sans-serif;
	font-size: 31px;
	font-weight: 700;
	color: #010000;
}
h4{
	font-family: 'Rubik', sans-serif;
	font-size: 29px;
	font-weight: 500;
}
h5{
	font-family: 'Rubik', sans-serif;
	font-size: 27px;
	font-weight: 700;
}
h6{
	font-family: 'Rubik', sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #0b0b0b;
}
p {
  margin-bottom: 1.5rem; 
  }

strong, b {
  font-weight: 700; 
  }

.navbar-collapse > ul > li > a:hover, .navbar-collapse > ul > li.current-menu-item > a, .navbar-collapse > ul > li:hover > a, .navbar-collapse > ul > li > a.active, .navbar-collapse > ul > li:hover, .navbar-collapse > ul > li.current_page_parent > a {
  color: #3b3f45;
  }

.sub-menu li a:hover, .sub-menu li.current-menu-item a, .sub-menu li:hover > a, .sub-menu li:hover, .sub-menu li a.active {
  color: #3b3f45; }

.content-wrapper ul {
  margin-bottom: 1.5rem;
  padding: 0;
  display: block; 
  }
.content-wrapper ul li {
  list-style: disc;
  }
.content-wrapper a:hover{
  color: #ffcb46;
}

.header{
	width: 100%!important;
	background-color: #fff;
}

.header.header-smaller{
	box-shadow: 0 7px 12px rgba(0, 0, 0, 0.25);
}

.header.header-smaller .top-strip{
	display: none;
	opacity: 0;
}

.header.header-smaller .brand{
	padding: 15px 0;
}

.header.header-smaller .logo a {
    display: inline-block;
    max-width: 280px;
}

.header.header-smaller .menu-bar-wrapper > ul > li > a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.container-fluid{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.main-content{
	width: 100%;
	overflow: hidden;
}

.top-strip{
	width: 100%;
	background-color: #0091ed;
	color: #fff;
	padding: 10px 0;
	opacity: 1;
	transition: all .2s;
}

.top-strip .container-fluid{
	max-width: 1280px;
}

.top-strip-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.top-strip-wrapper ul{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.top-strip ul li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-strip ul li+li{
	margin-left: 30px;
}

.top-strip .top-menu-right ul li:last-child::before{
	content: "|";
	display: inline-block;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-right: 10px;
	transform: translateX(-10px);
}

.top-strip ul li a{
	display: inline-block;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.brand{
	padding: 25px 0;
}

h1.logo{
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	text-align: center;
}

.logo a{
	display: inline-block;
	max-width: 343px;
}

.nav-links{
	width: 100%;
	display: none;
}

.menu-bar{
	width: 100%;
	border-top: 1px solid #e6e6e6;
}

.menu-bar-wrapper{
	width: 100%;
}

.menu-bar-wrapper .container-fluid, .menu-bar .container-fluid{
	max-width: 1110px;
}

.menu-bar-wrapper > ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
}

.menu-bar-wrapper > ul > li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-bar-wrapper ul > li.menu-item-has-children{
	margin-right: 5px;
	position: relative;
}

.menu-bar-wrapper > ul > li > a{
	display: inline-block;
	font-family: 'Rubik', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #5c5c5c;	
	padding: 30px 15px;
	position: relative;
}

.menu-bar-wrapper ul li a:hover{
	color: #25587a;
}


.menu-bar-wrapper > ul > li > a::after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 5px;
	background-image: linear-gradient(to right, rgba(0,0,0,.1), rgba(0,0,0,0));
	display: none;
}

.menu-bar-wrapper ul > li.menu-item-has-children::after{
	content: "";
	border: solid #5c5c5c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
	transform: rotate(45deg) translateX(-5px);
  -webkit-transform: rotate(45deg) translateX(-5px);
}

.menu-bar-wrapper > ul > li > a::before{
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 5px;
	background-image: linear-gradient(to left, rgba(0,0,0,.1), rgba(0,0,0,0));
	display: none;
}

.menu-bar-wrapper > ul > li > a:hover::after, .menu-bar-wrapper > ul > li > a:hover::before{
	display: block;
}

.menu-bar-wrapper ul > li.menu-item-has-children > a::after{
	transform: translateX(20px);
}

.sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	background-color: #fff;
	border-bottom: 3px solid #2ba4f0;
	min-width: 40vw;
	box-shadow: 0 7px 12px rgba(0, 0, 0, 0.25);
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}

.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.menu-bar-wrapper ul > li.menu-item-has-children:hover::after{
	border-color: #25587a;
}

.sub-menu li{
	display: block;
	list-style: none;
}

.sub-menu li a{
	display: block;
	font-family: 'Rubik', sans-serif;
	color: #5c5c5c;
	font-size: 15px;
	padding: 30px 20px;
	font-weight: 400;
}

.banner{
	width: 100%;
}

.banner-slide{
	width: 100%;
	padding: 265px 0 180px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner-slide::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 498px;
	background-image: url(assets/images/banner-cover.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.banner-slide > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.banner-carousel .owl-dots{
	transform: translateY(-60px);
}

.banner-carousel .owl-dots .owl-dot span{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #a7a7a7;
}

.banner-carousel .owl-dots .owl-dot.active span{
	background-color: #fff;
}

.frame-text{
	position: relative;
	z-index: 9;
	margin-bottom: 40px;
}

.frame-text span{
	font-size: 101px;
	font-weight: 600;
	color: #fff;
	position: relative;
	line-height: 1;
}

.frame-text span::before{
	content: "";
	width: 118px;
	height: 47px;
	background-color: #fff;
	background-image: url(assets/images/CFU.jpg);
	position: absolute;
	bottom: 100%;
	left: 0;
	transform: translateY(13px);
}

.frame-text span::after{
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 58px;
	height: 130px;
	background-image: url(assets/images/frame-shape.png);
	background-position: top left;
	background-repeat: no-repeat;
	transform: translate(50px, -22px);
}

.banner-content{
	text-align: right;
	position: relative;
	z-index: 12;
}

.banner-content h2{
	text-shadow: 0 0 18px rgba(0,0,0,.6);
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1;
}

.banner-content p{
	font-size:21px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
}

.banner-btn a{
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 0 35px;
	color: #fff;
	background-color: #249de9;
	border-radius: 2px;
	font-weight: 600;
	font-size: 21px;
	flex-wrap: nowrap;
}

.banner-btn a:hover{
	background-color: #0091ed;
}

.section-services-carousel{
	width: 100%;
}

.service-item{
	text-align: center;
	margin: 0 auto 60px;
	width: 100%;
	max-width: 300px;
	padding: 0 20px;
}

.service-item i{
	display: inline-flex;
	height: 53px;
	margin-bottom: 25px;
}

.service-item h5{
	font-size: 27px;
	font-weight: 700;
	color: #0b0b0b;
	margin-bottom: 25px;
}

.service-item p{
	max-width: 260px;
	margin: 0 auto 35px;
}

.service-btn a{
	display: inline-flex;
	height: 39px;
	align-items: center;
	background-color: #249de9;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border-radius: 2px;
	padding: 0 15px;
}

.service-btn a:hover{
	background-color: #0091ed;
}

.services-carousel .owl-nav button{
  position: absolute;
  top: 50%;
}

.services-carousel .owl-nav button.owl-next{
  right: 0;
  transform: translateX(48px) translateY(-70%);
}

.services-carousel .owl-nav button.owl-prev{
  left: 0;
  transform: translateX(-48px) translateY(-70%);
}

.services-carousel .owl-nav button:hover{
  background-color: transparent!important;
}

.services-carousel .owl-nav button span{
  width: 48px;
  height: 98px;
  display: block;
  background-image: url(assets/images/services-nav.png);
  background-repeat: no-repeat;
  background-size: auto;
  text-indent: -9999px;
}

.services-carousel .owl-nav button.owl-prev span{
  background-position: top 0px left 0;
}

.services-carousel .owl-nav button.owl-next span{
  background-position: top 0px left -50px;
}

.section-sub-banner{
	width: 100%;
	background-image: url(assets/images/shape-section.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #3cb878;
	padding: 50px 0 30px;
	color: #fff;
}

.section-sub-banner .text-wrapper{
	padding-left: 260px;
}

.section-sub-banner .text-wrapper h4{
	color: #fff;
	font-weight: 500;
}

.section-sub-banner .text-wrapper h4 span{
	color: #125633;
}

.section-evidenza{
	width: 100%;
}

.section-evidenza .section-header{
	padding-bottom: 60px;
}

.section-evidenza .box-wrapper{
	border-bottom: 2px solid #cdcdcd;
	margin-bottom: 60px;
}

.section-evidenza .box-wrapper i{
	display: block;
	width: 100%;
	height: 220px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.section-evidenza .box-wrapper i.noimg{
	display: block;
	width: 100%;
	height: 220px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.section-evidenza .box-wrapper i::after{
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 46px;
	height: 58px;
	border-radius: 2px;
	overflow: hidden;
	background-image: url(assets/images/course-cover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.section-evidenza .box-wrapper i.noimg::after{
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 46px;
	height: 58px;
	border-radius: 2px;
	overflow: hidden;
	background-image: none !important;
}
.section-evidenza .box-wrapper i img{
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.section-evidenza .box-wrapper h6{
	margin-bottom: 50px;
}

.section-evidenza .box-wrapper .text-wrapper{
	padding: 0 15px;
}

.section-evidenza .text-wrapper span{
	display: block;
	font-size: 29px;
	font-weight: 600;
	color: #249de9;
	margin-bottom: 30px;
}

.section-evidenza .text-wrapper span del{
	font-size: 17px;
	color: #999;
}

.section-evidenza .text-wrapper .page-btn-secondary a{
	color: #000;
	font-weight: 600;
	font-size: 19px;
	display: inline-block;
	margin-bottom: 40px;
}
.page-btn-secondary a svg{
	margin-left: 10px;
}

.page-btn-secondary a:hover svg{
	margin-left: 18px;
}

.section-evidenza .page-btn{
	padding: 60px 0 0;
}

.page-btn a{
	display: inline-flex;
	align-items: center;
	height: 49px;
	border-radius: 2px;
	background-color: #249de9;
	padding: 0 35px;
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 60px;
}

.page-btn a:hover{
	background-color: #0091ed;
}

.section-small-strip{
	width: 100%;
}

.section-small-strip .content-wrapper{
	width: 100%;
	background-color: #2664ae;
	padding: 25px 20px 10px;
	border-radius: 2px;
}

.section-small-strip .content-wrapper .text-wrapper{
	padding-left: 50px;
}

.section-small-strip .row{
	align-items: center;
}

.section-small-strip .content-wrapper h5{
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.5;
}

.section-small-strip .content-wrapper h5 span{
	font-weight: 700;
	text-transform: uppercase;
}

.section-popolari{
	width: 100%;
}

.section-popolari .section-header{
	padding-bottom: 60px;
}

.section-popolari .content-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.section-popolari .image-container i{
	display: block;
	width: 260px;
	height: 260px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #999;
}

.section-popolari .image-container i img{
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.section-popolari .content-box .text-container{
	padding: 25px 5px 25px 25px;
}

.section-popolari .content-box .text-container h4{
	font-size: 24px;
	font-weight: 700;
	color: #010000;
	margin-bottom: 8px;
}

.section-popolari .content-box .text-container span{
	font-weight: 600;
	font-size: 21px;
	color: #249de9;
	display: block;
	margin-bottom: 35px;
}

.section-popolari .content-box .text-container span del{
	color: #999999;
	font-size: 15px;
	margin-right: 10px;
	display: inline-block;
}

.section-popolari .page-btn-secondary a{
	font-size: 17px;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
}

.section-popolari .page-btn a{
	margin-bottom: 60px;
}

.section-logos{
	width: 100%;
}

.section-logos ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.section-logos ul li{
	display: block;
	list-style: none;
	margin: 0 30px 30px;
	padding: 0;
}

.section-logos ul li a{
	display: block;
	margin: 0;
	padding: 0;
	height: 65px;	
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.section-logos ul li a:hover{
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.section-contact-strip{
	width: 100%;	
	background-color: #3cb878;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
}

.section-contact-strip .row{
	align-items: center;
}

.section-contact-strip h3{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}

.section-contact-strip p{
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
}

.btn-tertiary a{
	font-size: 31px;
	color: #fff;
	font-weight: 400;
	border: 3px solid #fff;
	display: inline-flex;
	align-items: center;
	height: 70px;
	padding: 0 25px;
	background-color: transparent;
	border-radius: 2px;
}

.btn-tertiary a:hover{
	color: #3cb878;
	background-color: #fff;
}

.section-news{
	width: 100%;
}

.section-news .section-header{
	padding-bottom: 70px;
}

.section-news .content-wrapper{
	width: 100%;
	height: 100%;
	margin-bottom: 60px;
	border-bottom: 2px solid #e6e6e6;
	position: relative;
}

.section-news .content-wrapper i{
	display: block;
	width: 100%;
	height: 220px;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 25px;
}

.section-news .content-wrapper i img{
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.section-news .content-wrapper .text-wrapper{
	width: 100%;
	padding: 0 15px;
	font-size: 17px;	
}

.section-news .content-wrapper .text-wrapper h5{
	font-size: 21px;
	font-weight: 700;
	color: #0b0b0b;
}

.news-date{
	position: absolute;
	left: 15px;
	bottom: 20px;
}

.news-date span{
	font-weight:600;
	color: #a7a7a7;
	font-size: 17px;
}

.section-news .page-btn{
	padding-top: 110px;
	padding-bottom: 70px;
}

.footer{
	width: 100%;
}

.footer-links{
	width: 100%;
	background-color: #a7a7a7;
	padding-top: 45px;
	padding-bottom: 40px;
}

.ft-brand{
	display: block;
	max-width: 197px;
	margin-bottom: 25px;
}

.ft-links ul{
	display: block;
	margin-bottom: 20px;
}

.ft-links ul li{
	display: block;
	list-style: none;
	font-size: 17px;
	color: #303030;
}

.ft-links ul li a{
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
	color: #303030;
}

.footer-rights{
	width: 100%;
	color: #a7a7a7;
	background-color: #303030;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 15px;
}

.ft-copy p a{
	display: inline-block;
	color: #249de9;
}

.ft-terms a{
	display: inline-block;
}

.subpage-banner{
	width: 100%;
	background-color: #5c5c5c;	
	color: #fff;
}

.subpage-banner .banner-text{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.banner-text > span{
	font-size: 15px;
	display: block;
	margin-bottom: 12px;
}

.banner-text > strong{
	display: block;
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #fff;
}

.banner-text > strong > span{
	color: #249de9;
	text-transform: uppercase;
}

.banner-text h2{
	font-size: 43px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.banner-text p{
	font-size: 17px;
	letter-spacing: -1px;
}

.banner-text .banner-btn{
	margin-bottom: 60px;
	padding-top: 25px;
}

.affiliations ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	margin-left: -13px;
}

.affiliations ul li{
	display: block;
	list-style: none;
	margin: 0 13px;
	padding: 0;	
}

.affiliations ul li a{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: #e9e9e9;
	font-size: 15px;
	font-weight: 400;
	text-decoration: underline;
}

.affiliations ul li a i{
	display: block;
	margin-right: 5px;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);	
}

.affiliations ul li a:hover i{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.subbanner-image{
	width: 100%;
	height: 459px;
	transform: translateY(40px);
	border-radius: 2px;
	overflow: hidden;
}

.subbanner-image img{
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.section-cosa-imparerai{
	width: 100%;
	padding-top: 70px;
	font-size: 19px;
	color: #010000;
}

.section-cosa-imparerai .content-wrapper{
	padding-right: 40px;
}

.section-cosa-imparerai .section-head h3{
	margin-bottom: 35px;
}

.section-cosa-imparerai .section-head h3::after{
	content: "";
	width: 68px;
	height: 1px;
	background-color: #dadada;
	display: block;
	margin-top: 17px;
}

.section-cosa-imparerai ul{
	display: block;
	margin: 0 0 25px;
	padding-left: 30px;
}

.section-cosa-imparerai ul li{
	display: block;
	list-style: none;
	line-height: 1.3;
	margin-bottom: 13px;
}

.section-cosa-imparerai ul li::before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #8ac501;
	margin-right: 15px;
	margin-left: -33px;
}

.section-cosa-imparerai ol{
	margin: 0 0 25px;
	padding: 0;
	display: block;
}

.section-cosa-imparerai ol li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-cosa-imparerai ol li strong{
	font-weight: 500;
}

.icon-link-box{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	padding-left: 10px;
	padding-bottom: 10px;
}

.icon-link-box a.box-wrapper{
	display: block;
	text-align: center;
	margin: 0 25px 30px;
	font-size: 15px;
	font-weight: 400;
	opacity: 1;
	color: #010000;
}

.icon-link-box a.box-wrapper:hover{
	opacity: .5;
}

.icon-link-box a.box-wrapper i{
	display: block;
	height: 45px;
	margin: 0 auto 6px;
}

.section-badges{
	width: 100%;
	padding: 10px 15px;
	background-color: #f4f4f4;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #666666;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 100px;
}

.section-badges .image-container{
	width: 181px;
	height: 181px;
	flex: 0 0 auto;
}

.section-badges .text-container{
	width: 100%;
	max-width: 530px;
	padding-left: 25px;
}

.subpage-banner .banner-btn a{
	height: 60px;
	padding: 0 25px;
	align-items: center;
	font-weight: 500;
}

.subpage-banner .banner-btn a i{
	display: inline-block;
	width: 34px;
	height: 30px;
	margin-left: 22px;
	transform: translateY(-4px);
}

.subpage-banner .banner-btn a i img{
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center center;
}

.section-sidebar{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	padding: 35px 30px 5px;
	border-radius: 2px;
	overflow: hidden;
}

.section-sidebar .section-head h3{
	margin-bottom: 25px;
}

.cost-box span{
	display: block;
	font-size: 23px;
	font-weight: 700;
	color: #010000;
	margin-bottom: 25px;
}

.cost-box span del{
	display: block;
	color: #7f7f7f;
	font-size: 17px;
	font-weight: 500;
	margin-left: 5px;
}

.page-btn.cart-btn a{
	font-size: 21px;
	font-weight: 500;
	flex-wrap: nowrap;
	white-space: nowrap;
	padding-left: 40px;
	padding-right: 30px;
	height: 60px;
	min-width: 306px;
}

.page-btn.cart-btn a i{
	display: inline-block;
	margin-left: 26px;
}

.section-sidebar .page-btn.cart-btn a{
	margin-bottom: 3px;
}

.page-btn.btn-outline a{
	flex-wrap: nowrap;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
	height: 60px;
	background-color: transparent;
	border: 1px solid #249de9;
	min-width: 306px;
	font-size: 15px;
	font-weight: 400;
	color: #249de9;
}

.page-btn.btn-outline a:hover{
	background-color: #0091ed;
	color: #fff;
}

.page-btn.btn-outline a i{
	display: inline-block;
	margin-right: 15px;
}

.cards-box h6{
	font-size: 17px;
	font-weight: 500;
	color: #666;
	margin-bottom: 15px;
}

.cards-box ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 25px;
	padding: 0;
	margin-left: -10px;
	max-width: 300px;
}

.cards-box ul li{
	display: block;
	margin: 0 10px 15px;
	padding: 0;
	width: 40px;
	height: 27px;
}

.cards-box ul li::before{
	display: none;
}

.banner-tutti{
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner-tutti::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,.85), rgba(0,0,0,0));
}

.banner-tutti .banner-text{
	padding-top: 75px;
	padding-bottom: 25px;
	position: relative;
	text-align: right;
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,.6);
	z-index: 10;
}

.banner-tutti .banner-text::before{
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	background-image: url(assets/images/banner-strip.png);
	background-size: cover;
	width: 100%;
	z-index: 1;
}

.banner-tutti .banner-text::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 430px;
	background-image: url(assets/images/sub-banner-frame.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.banner-tutti .banner-text h2{
	text-shadow: 0 0 8px rgba(0,0,0,.6);
	text-transform: uppercase;
	font-weight: 900;
	font-size: 63px;
	letter-spacing: -2px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.banner-tutti .banner-text p{
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -2px;
	transform: translateY(-10px);
	position: relative;
	z-index: 2;
}

.section-popolari .text-container.light-bg{
	background-color: #f4f4f4;
}

/*------------padding--------------*/
.pd-top-100{
	padding-top: 100px;
}

.pd-top-40{
	padding-top: 40px;
}

.pd-100-0{
	padding-top: 100px;
	padding-bottom: 100px;
}

.pd-40-0-10{
	padding-top: 40px;
	padding-bottom: 10px;
}

.pd-bot-90{
	padding-bottom: 90px;
}

.pd-top-120{
	padding-top: 120px;
}

.pd-40-0-100{
	padding-top: 40px;
	padding-bottom: 100px;
}

.pd-bot-80{
	padding-bottom: 80px;
}

/*----------------margin-------------*/
.mr-bot-100{
	margin-bottom: 100px;
}

.mr-bot-80{
	margin-bottom: 80px;
}


@media(max-width:1200px){
	
	.navbar-collapse{
    max-height: calc(100vh - 115px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
	
	.menu-bar{
		display: none;
	}
	
	.navbar-toggler{
		padding: 0;
		margin: 0;
	}
	
	.icon-bar{
		width: 30px;
		height: 3px;
		display: block;
		border-radius: 2px;
		background-color: #0091ed;
		margin: 5px 0;
	}
	
	.brand{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.menu-wrapper{
		position: relative;
	}
	
	.menu-wrapper .container-fluid{
		padding: 0 20px!important;
	}
	
	.nav-links{
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #fff;
	}
	
	.nav-links > .navbar-collapse{
		justify-content: center;
	}

	.nav-links > .navbar-collapse > ul{
		display: block;
		margin: 0;
		padding: 0;
		outline: none;
	}

	.nav-links > .navbar-collapse > ul > li{
		list-style: none;
		margin: 0;
		padding: 0;
		border-top: 1px solid #787766;
		display: block;
	}

	.nav-links > .navbar-collapse > ul > li > a{
		display: block;
		font-family: 'Rubik', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #5c5c5c;	
		padding: 10px 20px;
		position: relative;
	}
	.nav-links > .navbar-collapse > ul > li.menu-item-has-children > a::after{
		content: "";
		border: solid #5c5c5c;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg) translateX(-5px);
		-webkit-transform: rotate(45deg) translateX(-5px);
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -1.5px;
}
	
	.nav-links > .navbar-collapse > ul > li > a:hover{
		background-color: #0091ed;
		color: #fff;
	}

	.menu-item-has-children{
		position: relative;
	}
	.sub-menu {
    position: inherit;
    left: auto;
    top: auto;
    z-index: 10;
    background: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 15px;
    display: none; 
		transition: none;
		border-bottom: 0;
		box-shadow: none;
	}
	
	.sub-menu li{
		display: block;
		border-bottom: 1px solid #787766;
	}
	
	.sub-menu li:last-child{
		border-bottom: 0;
	}
	
	.nav-links > .navbar-collapse > ul > li.menu-item-has-children:hover::after{
	border-color: #fff;
	}
	
	.sub-menu li a {
    padding: 8px 5px;
    color: #5c5c5c;
		display: block;
		font-size: 15px;
	}
	
	.banner-slide{
		padding: 160px 0 100px;
	}
	
	h2{
		font-size: 48px;
	}
	
	h4{
		font-size: 24px;
	}
	
	.banner-slide::before{
		width: 300px;
	}
	
	.banner-content p{
		font-size: 18px;
	}
	
	.frame-text span{
		font-size: 70px;
	}
	
	.frame-text span::before{
		width: 80px;
		height: 24px;
		transform: translateY(6px);
	}	
	
	.frame-text span::after{
		background-size: cover;
		width: 37px;
		height: 87px;
		transform: translate(24px, -18px);
	}
	
	.banner-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
		border-radius: 15px;
	}
	
	.services-carousel .owl-nav button.owl-prev {
    transform: translateX(-18px) translateY(-70%);
	}
	
	.services-carousel .owl-nav button.owl-next {
    transform: translateX(18px) translateY(-70%);
	}
	
	.section-sub-banner .text-wrapper {
    padding-left: 340px;
	}
	
	.section-evidenza .section-header {
    padding-bottom: 30px;
	}
	
	.section-evidenza .page-btn {
    padding: 20px 0 0;
	}
	
	.section-popolari .section-header {
    padding-bottom: 30px;
	}
	
	.section-popolari .content-box{
		align-items: flex-start;
	}
	
	.section-contact-strip h3{
		font-size: 34px;
	}
	
	.section-contact-strip p{
		font-size: 24px;
	}
	
	.btn-tertiary a{
		white-space: nowrap;
		font-size: 22px;
		height: 54px;
	}
	
	.section-news{
		padding-top: 60px;
	}
	
	.section-news .section-header {
    padding-bottom: 30px;
	}
	
	.section-news .page-btn{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	
	.section-sub-banner .text-wrapper h4 {
    font-size: 20px;
	}
	
	.section-sub-banner .text-wrapper {
    padding-left: 315px;
	}
	
	.section-popolari .image-container i {
    width: 240px;
		height: 240px;
	}
	
	.section-popolari .page-btn-secondary a{
		font-size: 15px;
	}
	
	.page-btn-secondary a svg {
    margin-left: 5px;
	}
	
	.section-popolari .content-box .text-container h4 {
		font-size: 20px;
	}
	
	.subbanner-image {
		transform: translateY(25%);
	}
	
	.section-badges .text-container{
		max-width: 410px;
	}
	
	.icon-link-box{
		padding-bottom: 10px;
	}
	
	.section-cosa-imparerai .row [class*=col-]{
		padding-left: 0;
		padding-right: 0;
	}
	
	.section-cosa-imparerai .content-wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.section-sidebar{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.section-sidebar .section-head h3{
		margin-top: 0;
	}
	
	/*------------padding--------------*/
	.pd-top-100{
		padding-top: 60px;
	}

	.pd-top-40{
		padding-top: 40px;
	}

	.pd-100-0{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.pd-bot-90 {
    padding-bottom: 40px;
	}
	
	.pd-top-120 {
    padding-top: 60px;
	}
	
	.pd-40-0-100 {
    padding-top: 40px;
    padding-bottom: 40px;
	}
	
	.pd-bot-80 {
    padding-bottom: 40px;
	}

	/*----------------margin-------------*/
	.mr-bot-100{
		margin-bottom: 60px;
	}

	.mr-bot-80{
		margin-bottom: 60px;
	}

}

@media(max-width:991px){
	
	h3{
		font-size: 28px;
	}
	
	h4 {
    font-size: 20px;
	}
	
	.section-sub-banner{
		background-size: 30%;
	}
	
	.section-sub-banner .text-wrapper {
    padding-left: 230px;
	}
	
	.section-evidenza .row{
		justify-content: center;
	}
	
	.section-small-strip .content-wrapper .text-wrapper {
    padding-left: 10px;
	}
	
	.section-popolari .content-box{
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.section-contact-strip h3 {
    font-size: 26px;
	}
	
	.section-contact-strip p {
    font-size: 20px;
	}
	
	.section-news .row{
		justify-content: center;
	}
	
	.subpage-banner{
		padding-top: 20px;
	}
	
	.subpage-banner .row{
		flex-direction: column-reverse;
	}
	
	.subbanner-image {
    transform: translateY(0%);
	}
	
	.banner-text h2 {
		font-size: 36px;
	}
	
	.banner-text > span{
		margin-bottom: 15px;
	}
	
	.banner-text .banner-btn {
    padding-top: 0;
	}
	
	.subpage-banner .banner-btn a, .page-btn.cart-btn a{
		font-size: 18px;
		height: 50px;
	}
	
	.subpage-banner .banner-btn a i, .page-btn.cart-btn a i{
		margin-left: 15px;
		transform: translateY(-2px);
	}
	
	.section-cosa-imparerai .content-wrapper{
		padding-right: 0;
	}
	
	.section-sidebar{
		padding: 35px 20px 5px;
		margin-bottom: 80px;
	}	
	
	.section-badges{
		margin-bottom: 60px;
	}
	
	.banner-tutti .banner-text h2{
		font-size: 44px;
	}
	
	.banner-tutti .banner-text::after{
		width: 380px;
	}
	
	.section-cosa-imparerai .row [class*=col-]{
		padding-left: 15px;
		padding-right:15px;
	}
	.section-cosa-imparerai .content-wrapper {
    padding-left: 0;
    padding-right: 0;
	}
	
}

@media(max-width:767px){
	
	h2{
		font-size: 40px;
	}
	
	h3{
		font-size: 24px;
	}
	
	.banner-slide > div{
		display: block;
	}
	
	.banner-content{
		text-align: left;
	}
	
	.banner-content h2{
		text-align: left;
	}
	
	.section-sub-banner .text-wrapper{
		padding-left: 20px;
	}
	
	.section-sub-banner {
    background-size: 40%;
	}
	
	.section-evidenza .text-wrapper .page-btn-secondary a{
		font-size: 16px;
	}
	
	.section-evidenza .text-wrapper span{
		font-size: 26px;
	}
	
	.section-evidenza .box-wrapper h6 {
    margin-bottom: 35px;
	}
	
	.section-small-strip .content-wrapper .text-wrapper {
		padding-left: 0;
		padding-top: 20px;
	}
	
	.section-popolari .section-header{
		padding-bottom: 5px;
	}
	
	.section-popolari .content-box .text-container h4 {
		font-size: 20px;
	}
	
	.section-popolari .page-btn-secondary a {
		font-size: 15px;
	}
	
	.section-contact-strip{
		padding: 50px 0;
	}
	
	.section-news .content-wrapper .text-wrapper h5 {
		font-size: 20px;
	}
	
	.ft-terms{
		margin-bottom: 15px;
	}
	
	.subbanner-image{
		height: 320px;
	}
	
	.subpage-banner .banner-text{
		padding-right: 0;
	}
	
	.banner-text h2 {
    font-size: 30px;
	}
	
	.affiliations ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.affiliations ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.section-cosa-imparerai, .section-badges{
		font-size: 16px;
	}
	
	.icon-link-box{
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 10px;
	}
	
	.section-badges {
			justify-content: center;
			margin-bottom: 60px;
			flex-direction: column;
			text-align: center;
			padding-top: 30px;
	}
	
	.section-badges .image-container{
		margin-bottom: 30px;
	}
	
	.section-badges .text-container {
    padding-left: 0;
	}
	
	.cards-box ul{
		max-width: none;
	}
	.page-btn a{
		height: auto;
		padding-top: 12px;
		padding-bottom: 12px;
		line-height: 1.2;
	}
	
	.banner-tutti .banner-text::after {
    width: 250px;
	}
	
	.page-btn a{
		font-size: 18px;
	}
	
	.top-strip{
		display: none;
	}
}

@media(max-width:575px){
	
	h2 {
    font-size: 32px;
	}
	
	.logo a{
		max-width: 200px;
	}
	
	.header.header-smaller .logo a{
		max-width: 190px;
	}
	
	.frame-text span {
    font-size: 54px;
	}
	
	.frame-text span::after {
    width: 30px;
    height: 70px;
    transform: translate(24px, -11px);
	}
	
	.services-carousel .owl-nav button.owl-prev {
    transform: translateX(-35px) translateY(-70%);
	}
	
	.services-carousel .owl-nav button.owl-next {
    transform: translateX(35px) translateY(-70%);
	}
	
	.section-sub-banner .text-wrapper {
    padding-left: 0;
	}
	
	.section-evidenza .section-header {
			padding-bottom: 0;
	}
	
	.section-evidenza .box-wrapper h6 {
    margin-bottom: 20px;
	}
	
	.section-popolari .content-box{
		display: block;
	}
	
	.section-popolari .content-box .text-container{
		padding: 30px 0;
	}
	
	.section-news .content-wrapper .text-wrapper{
		padding: 0;
	}
	
	.news-date{
		left: 0;
	}
	
	.news-date span{
		font-size: 15px;
	}
	
	.section-popolari .image-container i {
		width: 100%;
	}
	
	.section-popolari .image-container i img{
		object-position: cover;
	}
	.section-sub-banner {
    background-position: top left;
		padding-top: 100px;
	}
}

/* MODIFICHE SALVATORE */
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}
/* FINE MODIFICHE SALVATORE */


.block--title__50{
    font-size: clamp(28px, 2.59vw, 50px);
    line-height: clamp(34px, 3.38vw, 65px);
    
}