/*
Theme Name: WS-theme
Theme URI: https://www.watsonsolutions.it/
Author: Watson Solutions
Author URI: https://www.watsonsolutions.it/
Description: Watson solutions starter theme based on Underscore.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
This theme, like WordPress, is licensed under the GPL.
*/

html,
body {
    font-family: 'Roboto Condensed', sans-serif;
    height: 100%;
    color: #373737;
}

p {
    font-family: 'Playfair Display', serif;
    line-height: 1.75;
}

ul {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    margin: 0;
}

h1.fed-title,
h2.fed-title,
h3.fed-title {
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 50px;
}

h1.fed-title span,
h2.fed-title span,
h3.fed-title span {
    font-weight: 700;
}

a:link {
    color: #3193d8;
    text-decoration: none;
}
  
a:visited {
    color: #3193d8;
    text-decoration: none;
}
  
a:hover {
    color: #3193d8;
    text-decoration: none;
}
  
a:active {
    color: #3193d8;
    text-decoration: none;
}

.skip-link {
    display: none;
}

a.fed-btn {
    display: inline-block;
    background-color: #3194d8;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
}

a.fed-btn img {
    display: inline-block;
    height: 25px;
    margin-left: 10px;
    vertical-align: text-top;
}

.fed-site-header {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    height: 60px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #3193d8;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
    z-index: 101;
}

.fed-logo-header {
    height: 60px;
    width: 350px;
    background-color: #fff;
}

.fed-logo-header img {
    display: block;
    width: 250px;
    margin: 5px auto 0 auto;
}

nav.fed-main-navigation ul {
    height: 100%;
    padding: 0;
    margin: 0 0 0 50px;
}

nav.fed-main-navigation ul li {
    position: relative;
    display: inline-block;
    height: 100%;
    letter-spacing: .5px;
    list-style-type: none;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-right: 50px;
}

nav.fed-main-navigation ul li a {
    text-decoration: none;
    color: #fff;
}

nav.fed-main-navigation ul li.current-menu-item::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    height: 3px;
    width: 120%;
    transform: translateX(-50%);
    background-color: #fff;
}

nav.fed-main-navigation ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 250px;
    height: auto;
    left: 50%;
    top: 60px; 
    text-align: center;
    background-color: #fff;
    transform: translateX(-50%);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
    padding: 5px 10px;
    margin: 0;
    z-index: -1;
}

nav.fed-main-navigation ul.sub-menu li {
    display: block;
    font-size: .9rem;
    padding: 5px 0;
    margin: 0;
}

nav.fed-main-navigation ul li ul.sub-menu li a {
    color: #3193d8;
}

nav.fed-main-navigation ul li ul.sub-menu li a:hover {
    color: #000;
}

nav.fed-main-navigation ul li ul.sub-menu li::before {
    display: none;
}

nav.fed-main-navigation ul li:hover > ul.sub-menu {
    display: block;
}

/* Sub menu x2 */ 
nav.fed-main-navigation ul li.menu-soci {
    position: relative;
}

nav.fed-main-navigation ul.sub-menu li ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 250px;
    height: auto;
    left: 230px;
    right: auto;
    top: -5px;
    text-align: left;
    background-color: #f2f2f2;
    transform: none;
    border-left: 2px solid #3193d8;
    padding-left: 15px;
}

nav.fed-main-navigation ul li.menu-soci:hover > ul.sub-menu {
    display: block !important;
}

.fed-language {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    font-size: .9rem;
    letter-spacing: 1.5px;
    color: #3193d8;
    text-align: center;
    background-color: #fff;
    border-left: 1px solid #fff;
    padding-top: 18px;
}

.fed-language p {
    text-transform: uppercase;
}

.hamburger {
    display: none;
}

.fed-mobile-menu {
    display: none;
}

/* HOMEPAGE */
.fed-hero {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #e9e7ec;
    overflow: hidden;
    padding-top: 60px;
}

.fed-hero-slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.fed-hero-slide-content {
    position: absolute;
    left: 10%;
    bottom: 100px;
    z-index: 100;
}

.fed-hero-slide-content h1 {
    font-size: 2.8rem;
    letter-spacing: 1.5px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #373737;
    font-weight: 700;
    margin-bottom: 10px;   
}

.fed-hero-slide-content h1 span {
    color: #3193d8;
}

.fed-hero-slide-content h2 {
    font-family: 'Playfair Display', serif;
    line-height: normal;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.fed-hero-slide-content a {

}

.fed-hero-square-gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(233,231,236);
    background: linear-gradient(90deg, rgba(233,231,236,0.9) 0%, rgba(255,255,255,0) 100%);
    z-index: 99;
}

.fed-hero-square {
    position: relative;
    flex: 1 0 9%;
    /* width: 180px; */
    height: 180px;
    background-color: #e9e7ec;
    margin: 5px;
    perspective: 1000px;
}

.fed-hero-square-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.fed-hero-square-front,
.fed-hero-square-back {
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.fed-hero-square-front {
    position: absolute;
    background-color: #e9e7ec;
    width: 100%;
    height: 100%;
}

.fed-hero-square-back {
    position: absolute;
    top: -60px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* transform: rotateY(180deg); */
}

.fed-hp-2 {
    height: 550px;
    background-color: #3193d8;
}

.fed-hp-2-content {
    position: relative;
    height: 100%;
    padding-top: 100px;
}

.fed-hp-2-content-slider,
.fed-hp-2-content-slider-app {
    text-align: center;
    color: #fff;
    padding-top: 0;
}

.fed-hp-2-content-slider a,
.fed-hp-2-content-slider-app a {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

.fed-hp-2-content-right {
    position: relative;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide div,
.fed-hp-2-event {
    height: 100% !important;
}

.fed-hp-2-event {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.fed-hp-2-event-bg {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}

div.fed-hp-2-event-title {
    width: 100%;
    position: absolute;
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9;
}

div.fed-hp-2-event-title h3 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

div.fed-hp-2-event-title p {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0;
}

div.fed-hp-2-event-title span {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin: 0 10px;
}

div.fed-hp-2-event-title p.fed-hp-2-event-date {
    display: block;
    font-size: 1rem;
    margin-bottom: 30px;
}

.fed-hp-2-event-cta br {
    display: none;
}

.fed-hp-2-event-cta p {
   font-size: 1rem !important; 
}

.fed-hp-2-event-cta a {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

.fed-hp-2-cs-list {
    padding-left: 30px;
    padding-right: 30px;
}

.fed-hp-2-cs-list p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    margin: 0;
}

.fed-hp-2-cs-list h2 {
    font-family: 'Playfair Display', serif;
    font-size: .9rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fed-hp-2-cs-list h2 a {
    color: #fff;
}

h2.fed-hp-2-title,
h2.fed-hp-2-title-blue {
    position: absolute;
    left: 30px;
    top: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #3193d8;
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
    padding: 20px 40px;
    z-index: 11;
}

h2.fed-hp-2-title-blue {
    color: #fff;
    background-color: #3193d8;
}

a.fed-read-more {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    height: 40px;
    width: 150px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: .9rem;
    color: #3193d8;
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
}

a.fed-read-more:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 155px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #31bdd8;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
}

/* Slick */
.slick-dots {
    bottom: 25px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button {
    padding: 0;
}

.slick-dots li button:before {
    font-size: 8px;
    opacity: .5;
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #3194d8;
}

/* Slick END */

.fed-manifesto {
    background-color: #3193d8;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fed-manifesto h2 {
   margin-bottom: 0;
}

.fed-manifesto-cta {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fed-manifesto a.fed-btn {
    background-color: #fff;
    color: #3194d8;
}

.fed-hp-3 {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fed-hp-3-infografiche {
    /* padding-left: 150px;
    padding-right: 150px; */
}

.fed-hp-4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#ctf svg {
    vertical-align: baseline;
}

.fed-social-icons {
    position: absolute;
    right: 0;
    top: 73px;
}

.fed-social-icons img {
    display: inline-block;
    height: 30px;
    margin-left: 5px;
}

.fed-hp-5 {
    /* background-image: url('img/hp-5.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px; */
    height: 550px;
    background-color: #3193d8;
}

.fed-hp-5-box {
    position: relative;
    min-height: 240px;
    background-color: rgba(255,255,255,0.75);
    padding: 30px 30px 90px 30px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
}

.fed-hp-5-box a.fed-read-more {
    bottom: 15px;
    right: 15px;
    color: #707070;
    background-color: #fff;
}

.fed-hp-5-box a.fed-read-more:before {
    bottom: 0;
    right: 155px;
    background-color: #5e5e5e;
}

.fed-hp-5-box-2 a.fed-read-more:before {
    background-color: #909090;
}

.fed-hp-5-box-3 a.fed-read-more:before {
    background-color: #e7e7e5; 
}

.fed-hp-5-box h2 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.fed-hp-5-box p {
    margin-bottom: 0;
}

.fed-hp-6 {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fed-hp-6 h2 {
    font-weight: 700;
    text-align: right;
}

/* FORM NL */
.fed-hp-6 .wpcf7-form br {
    display: none;
}

.fed-hp-6 .wpcf7-form p,
.fed-hp-6 .wpcf7-form input {
    font-family: 'Roboto Condensed', sans-serif;
}

input.fed-form-text-left {
    width: 100%;
    height: 38px;
    float: left;
    border: none;
    border-radius: 0;
    padding: 0 5px;
    margin-right: 0;
}

input.fed-form-text-right {
    width: 100%;
    height: 38px;
    float: left;
    border: none;
    border-radius: 0;
    padding: 0 5px;
    margin-left: 0;
    margin-top: 5px;
}

input.fed-form-mail {
    width: 100%;
    height: 38px;
    display: inline-block;
    border: none;
    border-radius: 0;
    padding: 0 5px;
    margin-top: 5px;
}

span.wpcf7-list-item {
    margin-left: 0;
}

span.wpcf7-list-item-label {
    font-size: .8rem;
}

input.fed-form-submit {
    width: 100%;
    display: inline-block;
    background-color: #3194d8;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: .9rem;
    border: none;
    border-radius: 0;
    padding: 5px 5px;
    margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
	margin: 0;
	padding: 0;
}

.fed-site-footer {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #3193d8;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fed-site-footer a {
    color: #fff;
}

.fed-site-footer h3 {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.fed-site-footer p {
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.fed-site-footer ul {
    list-style-type: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.fed-site-footer ul li {
    margin-bottom: 5px;
}

img.fed-logo-footer {
    display: block;
    width: 90%;
    margin: 0 auto 30px auto;
}

.fed-logo-footer {
    text-align: center;
}

.fed-footer-social-icons {
    display: flex;
    justify-content: center;
}

.fed-footer-social-icons img {
    width: 25px;
    margin: 0 5px;
}

.fed-copy {
    background-color: #3193d8;
    color: #fff;
    padding-bottom: 15px;
}

.fed-copy-border {
    border-top: 1px solid #fff;
}

.fed-copy p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    margin: 15px 0 0 0;
}

.fed-copy a {
    color: #fff;
}

.fed-copy-right {
    text-align: right;
}

/* CHI SIAMO */
.fed-chi-siamo-1 {
    position: relative;
    background-color: #e7e7e5;
    padding-top: 160px;
    padding-bottom: 100px;
    z-index: 1;
}

.fed-chi-siamo-1 h1 {
    margin-bottom: 20px;
}

.fed-chi-siamo-1-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('img/chi-siamo-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fed-chi-siamo-2 {
    position: relative;
    background-image: url('img/chi-siamo-2b.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fed-chi-siamo-2-content-border {
    float: left;
    width: 1%;
    height: 100%;
    background-color: #31bdd8;
    margin-right: 1%;
}

.fed-chi-siamo-2-content {
    float: left;
    width: 98%;
    height: 100%;
    background-color: rgba(255,255,255,0.85);
    padding: 40px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
}

.fed-chi-siamo-2-content h3 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}

.fed-chi-siamo-2-content h3 strong {
    font-weight: 700;
}

.fed-chi-siamo-2-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}

.fed-chi-siamo-3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.fed-numbers {
    display: flex;
    flex-wrap: wrap;
}

.fed-number {
    position: relative;
    display: flex;
    flex-direction: column;
    /* top: -30px; */
    /* opacity: 0; */
    flex: 1 0 20%;
    height: 180px;
    width: 180px;
    /* background-color: #fafafa; */
    /* background-color: #3193d8; */
    margin: 5px;
    perspective: 1000px;
}

.fed-number-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.fed-number-front,
.fed-number-back {
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.fed-number-front {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fed-number-back {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
    padding: 25px;
    /* transform: rotateY(180deg); */
}

.fed-number p {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

p.fed-number-1 {
    font-style: italic;
}

p.fed-number-num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-left: -4px;
    margin-bottom: 20px;
}

p.fed-number-num span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
}

p.fed-number-3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
}

.fed-number-logo {
    max-width: 250px;
}

.fed-chi-siamo-statuto {
    text-align: center;
    margin-top: 100px;
}

.fed-chi-siamo-statuto a {
    display: inline-block;
    margin: 0 auto;
}

.fed-chi-siamo-4 {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 70px;
}

.fed-box-people {
    min-height: 90px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

.fed-box-people p {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0;
}

.fed-box-company p {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 0;
}

.fed-chi-siamo-5 {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 70px;
}

.fed-chi-siamo-associazioni {
    display: flex;
    flex-wrap: wrap;
}

.fed-chi-siamo-associazione {
    display: flex;
    flex-direction: column;
    perspective: 1000px;
    position: relative;
}

.fed-chi-siamo-associazione-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    margin-bottom: 15px;
}

.fed-chi-siamo-associazione-front,
.fed-chi-siamo-associazione-back {
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.fed-chi-siamo-associazione-front {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fed-chi-siamo-associazione-back {
    /* position: absolute; */
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
    padding: 5px;
    margin: 5px;
    /* transform: rotateY(180deg); */
}

.fed-chi-siamo-associazione-back img {
    height: 145px;
}

/* AREE OPERATIVE - TEMPLATE */
.fed-ope-1 {
    position: relative;
    background-color: #e7e7e5;
    padding-top: 120px;
    padding-bottom: 50px;
    z-index: 1;
}

.fed-ope-1 h1 {
    margin-bottom: 20px;
}

.fed-ope-1-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('img/chi-siamo-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fed-ope-content {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.fed-ope-content h2,
.fed-ope-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.fed-ope-materials {
    margin-bottom: 100px;
}

.fed-ope-material {
    width: 100%;
    background-color: #f5f5f5;
    border-left: 8px solid #31bdd8;
    padding: 25px 30px 30px 30px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

.fed-ope-material-section-description p {
    font-size: .8rem;
    line-height: normal;
    text-align: justify;
    margin-bottom: 8px;
}

.fed-ope-material-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fed-ope-material-section {
    width: 49%;
    margin-bottom: 10px;
}

img.fed-ope-material-icon {
    display: inline-block;
    vertical-align: sub;
    height: 20px;
    margin: 0 5px 0 0;
}

.fed-ope-material ul {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.fed-ope-material ul:last-child {
    margin-bottom: 0;
}

p.fed-ope-material-section-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0;
}

.fed-ope-material ul li {
    display: inline-block;
    text-transform: uppercase;
    border-right: 1px solid #707070;
    padding-right: 10px;
    margin-right: 6px;
}

.fed-ope-material ul li:last-child {
    border-right: none;
}

/* NEWS */
.fed-news-1 {
    position: relative;
    background-color: #e7e7e5;
    padding-top: 160px;
    padding-bottom: 100px;
    z-index: 1;
}

.fed-news-1 h1 {
    margin-bottom: 0;
}

.fed-news-1-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('img/news-1.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.fed-news-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.fed-news-list-item {
    display: flex;
    margin-bottom: 30px;
}

.fed-news-list-item-date {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background-color: #3193d8;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    color: #fff;
}

.fed-news-list-item-date p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.fed-news-list-item-date p span {
    font-weight: 700;
    font-size: 1.2rem;
}

.fed-news-list-item-title {
    display: flex;
    align-items: center;
    width: 91%;
    height: 90px;
    color: #707070;
    background-color: #f5f5f5;
    padding: 0 60px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    margin-left: 15px;
}

.fed-news-list-item-title h2 {
    font-weight: 300;
    font-size: 1.1rem;
    margin: 0;
}

.fed-news-list-item-title a {
    color: #707070;
}

/* VIDEO NEWS */
.fed-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.fed-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* APPROFONDIMENTI */
.fed-appr-list-item {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.fed-appr-list-item:first-child {
    margin-top: 0;
}

.fed-appr-list-item img {
    width: 100%;
}

.fed-appr-list-item h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 10px;
}

p.fed-appr-list-item-date {
    font-size: .9rem;
}

/* SINGLE */
.fed-single-header {
    background-color: #e7e7e5;
    padding-top: 110px;
    padding-bottom: 50px;
}

.fed-single-header h1 {
    font-size: 1.8rem;
    font-weight: 300;
    color: #373737;
}

.fed-single-content {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fed-single-date {
    position: absolute;
    left: 15px;
    top: 0;
    background-color: #3193d8;
    font-size: .8rem;
    color: #fff;
    padding: 5px 20px;
}

/* 404 */
.container-404 {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

@media screen and (max-width: 1299px) {
    nav.fed-main-navigation ul li {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1199px) {
    nav.fed-main-navigation ul li {
        font-size: .8rem;
        margin-right: 15px;
    }

    .fed-number-back {
        padding: 15px;
    }

    p.fed-number-num {
        font-size: 2.5rem;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .fed-number-logo {
        max-width: 150px;
    }

    p.fed-number-3 {
        letter-spacing: .5px;
        font-size: 1.4rem !important;
        line-height: 1;
    }
}

@media screen and (max-width: 1024px) {
    nav.fed-main-navigation {
        display: none;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 60px; 
        padding: 18px 15px 15px 15px;
        z-index: 99;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 30px;
        height: 3px;
        border-radius: 0;
        background-color: #fff;
    }

    .hamburger-inner:before {
        top: -8px
    }
    
    .hamburger-inner:after {
        bottom: -8px
    }

    .fed-mobile-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        font-family: 'Roboto Condensed', sans-serif;
        background-color: rgba(255,255,255,0.9);
        padding: 30px 30px 30px 30px; 
    }
    
}

@media screen and (max-width: 991px) {
    h1.fed-title, h2.fed-title, h3.fed-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .fed-logo-header {
        width: 180px;
    }

    .fed-logo-header img {
        width: 90%;
        margin: 14px auto 0 auto;
    }

    .fed-hero {
        background-image: url(img/hero-mob.jpg);
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        margin-top: 60px;
    }

    .fed-hero-slide {
        display: none;
    }

    .fed-hp-2 {
        height: auto;
    }

    .fed-hp-2-cs-list {
        padding-bottom: 100px;
    }

    #fed-hp-2-slider,
    #fed-hp-2-slider-app {
        height: 400px !important;
    }

    .fed-manifesto-cta {
        padding-top: 30px;
    }

    .fed-hp-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fed-hp-4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fed-hp-5 {
        height: auto;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .fed-chi-siamo-1 {
        padding-top: 360px;
        padding-bottom: 50px;
    }

    .fed-chi-siamo-1-bg {
        width: 100%;
        height: 250px;
        margin-top: 60px;
    }

    .fed-chi-siamo-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fed-chi-siamo-2-content h3 {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .fed-chi-siamo-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fed-number {
        flex: 1 0 25%;
    }

    p.fed-number-num {
        font-size: 2rem;
        margin-bottom: 7.5px;
    }

    p.fed-number-3 {
        font-size: 1.15rem !important;
    }

    .fed-chi-siamo-4 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .fed-chi-siamo-5 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .fed-ope-1 {
        padding-top: 360px;
        padding-bottom: 50px;
    }

    .fed-ope-1 h1 {
        margin-bottom: 0;
    }
    
    .fed-ope-1-bg {
        width: 100%;
        height: 250px;
        margin-top: 60px;
    }

    .fed-ope-content {
        padding-top: 50px;
    }

    .fed-news-1 {
        padding-top: 360px;
        padding-bottom: 50px;
    }
    
    .fed-news-1-bg {
        width: 100%;
        height: 250px;
        margin-top: 60px;
    }

    .fed-news-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fed-single-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .fed-hero-slide-content {
        left: 0;
        bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .fed-hero-slide-content h1 {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }

    a.fed-btn {
        font-size: 1rem;
        padding: 10px 15px
    }
    
    a.fed-btn img {
        height: 18px;
        margin-left: 10px;
    }

    .fed-hp-5-box {
        min-height: auto;
        height: auto;
        margin-bottom: 30px;
    }

    .fed-number {
        flex: 1 0 32%;
    }

    p.fed-number-num {
        font-size: 1.8rem;
        margin-bottom: 5px;
        margin-left: 0;
    }

    p.fed-number-1 {
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .fed-news-list-item-title h2 {
        font-size: 1rem;
    }

    .fed-news-list-item-date {
        height: auto;
    }
    
    .fed-news-list-item-title {
        height: auto;
        padding: 15px;
    }

    .fed-appr-list-item h2 {
        font-size: 1.1rem;
    }

    img.fed-logo-footer {
        width: 250px;
    }

    .fed-site-footer h3 {
        margin-top: 75px;
    }

    .fed-copy {
        text-align: center;
    }

    .fed-copy-right {
        text-align: center;
    }

    .fed-copy-right p {
        margin-top: 0;
    }
}