/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 100.0.15
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/* CUSTOM CODE */

/* GLOBAL */

body { font-family: 'font', helvetica, arial, sans-serif; color: #000; padding-top: 0px; overflow-x: hidden; }
.container { max-width: 100%; }

/* SCROLLBAR */

*::-webkit-scrollbar { display: none; }

/* TYPOGRAPHY */

em, i { font-family: 'font-italic', helvetica, arial, sans-serif; }
b, strong { font-family: 'font-bold', helvetica, arial, sans-serif; }

/* FONTS */

@font-face {
  font-family: 'font';
  src: url('inc/assets/fonts/font.otf') format('opentype');
}

@font-face {
  font-family: 'font-italic';
  src: url('inc/assets/fonts/font-italic.otf') format('opentype');
}

@font-face {
  font-family: 'font-bold';
  src: url('inc/assets/fonts/font-bold.otf') format('opentype');
}

@font-face {
  font-family: 'font-bold-italic';
  src: url('inc/assets/fonts/font-bold-italic.otf') format('opentype');
}

/* LAYOUT */

.container { padding-left: 45px; padding-right: 45px; }
#content .container { padding-left: 0px !important; padding-right: 0px !important; }
#content.site-content { padding-top: 180px !important; }
.titolo-sezione { text-transform: uppercase; padding: 0px 60px 60px 0; }
.section-title { text-transform: uppercase; padding: 60px 60px 30px; font-size: 1.2em; }
.list-people { padding: 0px 60px 0; column-count: 4; column-gap: 30px; }
#scroll-to-top { display: none !important; }
.site-main a { color: #bbb; text-decoration: none; }
.site-main a:hover { color: #000; text-decoration: none; }
h1.titolo-evento { font-family: 'font', times, serif; }

/* NAVIGATION */

header#masthead { width: 100vw; height: 120px; position: relative; top: 0px; box-shadow: none !important; z-index: 10; background-color: #fff !important; padding: 0px !important; }
#masthead nav { z-index: 100; }
.navbar { padding: 0px; margin: 0px;  }
.navbar-brand { display: block; padding: 20px 20px 20px 0; margin-right: 0px; }
.navbar-brand img { max-height: 70px; display: block; }
.years-drawer-button { z-index: 100; float: right; color: #000; font-size: 1.2em; text-transform: uppercase; }
.info-drawer-button { z-index: 100; float: left;color: #000; font-size: 1.2em; margin-bottom: 3px; }
.years-drawer-button:hover { color: #b5b5b5; text-decoration: none; }
.info-drawer-button:hover { color: #b5b5b5; text-decoration: none; }
.nav-up { top: -120px !important; transition: top 0.2s ease-in-out; }
.nav-down { transition: top 0.2s ease-in-out; }
.nav-up:hover { top: 0px !important; }
#navigation { position: absolute; /*-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.31); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.31); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.31);*/ z-index: 999; }
.right-menu { display: flex; flex-direction: column; align-items: flex-end; }

/* ANCHORS */

.anchors-nav { background-color: #fff; border-bottom: 1px solid #000; text-align: justify; -ms-text-justify: distribute-all-lines; text-justify: distribute-all-lines; position: relative; top: 0px; width: 100vw; height: 60px; padding: 15px 60px; z-index: 10; }
.anchors-nav a { color: #000; text-transform: uppercase; font-size: 1.2em; }
.anchors-nav a { color: #000; text-decoration: none; }
.anchor-edizione { width: 150px; vertical-align: top; display: inline-block; *display: inline; text-align: left; }
.anchor-programma { width: 150px; vertical-align: top; display: inline-block; *display: inline; text-align: center; }
.anchor-biografie { width: 150px; vertical-align: top; display: inline-block; *display: inline; text-align: center; }
.anchor-partner { width: 150px; vertical-align: top; display: inline-block; *display: inline; text-align: center; }
.anchor-immagini { width: 150px; vertical-align: top; display: inline-block; *display: inline; text-align: right; }
.stretch { width: 100%; display: inline-block; font-size: 0; line-height: 0 }
.sticky { position: fixed !important; top: 0; width: 100%; z-index: 10000; }
.navbar-toggle { display: none; }

/* YEARS */

.years-drawer { overflow-y: scroll; position: fixed; height: 100vh; width: auto; top: 0px; right: 0px; bottom: 0px; z-index: 10000; background-color: #F5F5F5; display: inline-block; min-height: 1px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.years-drawer-wrapper { background-color: transparent; width: 100%; height: auto; }
.years-drawer li { list-style: none; }
.years-drawer li a { font-size: 3.5em; line-height: 1.2em; color: #000; }
.years-drawer li a:hover { font-size: 3.5em; line-height: 1.2em; color: #b5b5b5; text-decoration: none; }
.years-drawer ul { -webkit-padding-start: 0px; padding: 115px 60px 30px 60px; }
#years div { display: inline-block; }
.years-buttons { position: absolute; top: 0px; left: 0px; padding: 40px 60px; }

/* INFO */

.info-drawer { overflow-y: scroll; position: fixed; height: 100vh; max-width: 40vw; top: 0px; left: 0px; bottom: 0px; z-index: 10000; background-color: #F5F5F5; display: inline-block; min-height: 1px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.info-drawer-wrapper { background-color: transparent; width: 100%; height: auto; }
.info-drawer p { font-size: 1.5em; }
.info-content { padding: 115px 30px 30px 30px; width: 40vw; display: inline-block; }
.info-buttons { position: absolute; top: 0px; right: 0px; padding: 40px 60px; }
.close { position: relative; right: 0px; top: 0px; width: 32px; height: 32px; opacity: 0.3; margin-left: 0px; }
.close:hover { opacity: 1; }
.close:before, .close:after { position: absolute; left: 15px; content: ' '; height: 21px; width: 2px; background-color: #333; }
.close:before { transform: rotate(45deg); }
.close:after { transform: rotate(-45deg); }



/* EDIZIONE */

#edizione { padding: 45px 60px 60px 60px; }
#edizione .titolo-data { margin-bottom: 30px; }
#edizione .titolo-data p { font-size: 2.5em; line-height: 1.2em; }
#edizione p.titolo { font-size: 2.5em; line-height: 1.2em; font-family:'font-bold', helvetica, arial, sans-serif; margin-bottom: 0px; }
#edizione p.data { font-size: 2.5em; line-height: 1.2em; margin-bottom: 0px; }
#edizione .descrizione p { font-size: 2.5em; line-height: 1.2em; margin-bottom: 0px; }

/* PROGRAMMA */

#programma { padding-top: 60px; padding-bottom: 60px; }
#programma .data-giorno { padding: 0px 60px 0px 60px; }
#programma .data-giorno h1 { font-size: 1.8em; margin-bottom: 0px; padding-top: 10px; }
#programma .tipo-evento { text-transform: uppercase; }
#programma .evento { padding: 30px 60px 30px 60px; border-top: 1px solid; } 
#programma .titolo-sezione { padding: 0px 60px 0px 60px; }
#programma .titolo-evento { font-weight: normal; font-size: 3em; color: #000; padding-right: 33.333%; }
#programma .contenuti-evento { padding-top: 30px; }
#programma .titoletto { text-transform: uppercase; font-size: 1em; margin-top: 30px; display: block; }
#programma .titoletto:first-child { margin-top: 0px; }
#programma p { font-size: 1.2em; margin-bottom: 0px; }

/* BIOGRAFIE */

#biografie { padding: 45px 60px 60px 60px; }
#biografie p { font-size: 1.2em; color: #000; } 
#biografie h1 { color: #000; }

/* PARTNER */

#partner { padding: 45px 60px 60px 60px; }
#partner .partner-testo p { font-size: 1.2em; }
#partner .immagine-desktop { display: block; }
#partner .immagine-mobile { display: none; }
#partner .partner-testo { padding-top: 30px; }
#partner .partner-immagine { padding-top: 30px; }


/* IMMAGINI */

#immagini .slide { height: 80vh !important; }
#immagini .slide img { max-height: 100%; width: 100vw; object-fit: contain; }
#immagini .slide p { margin-bottom: 0px; padding: 5px 60px 0px 60px; font-size: 1.2em; }

/* FOOTER */

#footer-widget { background-color: #fff; border-top: 1px solid #000; padding: 60px; }
#footer-widget .titoletto { text-transform: uppercase; font-size: 1em; margin-top: 30px; display: block; letter-spacing: 0.8px; }
#footer-widget .titoletto:first-child { margin-top: 0px; }
#footer-widget p { font-size: 1.2em; margin-bottom: 0px; letter-spacing: 0.8px; }
#footer-widget a { color: #000; }
#footer-widget a:hover { color: #b5b5b5; text-decoration: none; }
.logo-sss { padding-right: 0px; padding-left: 0px; }
.logo-sss img { max-width: 200px; }
.contatti-sss { padding-right: 0px; padding-left: 0px; }
#colophon { display: none; }

/* LANGUAGE SWITCHER */

.wpml-ls { float: right; display: inline-block; padding: 0px; clear: none; padding: 0px 0px 0px 0px; }
.wpml-ls a { color: #000; font-size: 1.2em; padding: 0px; }
.wpml-ls a:hover { color: #b5b5b5; text-decoration: none; }
.wpml-ls-current a { color: #b5b5b5; pointer-events: none; cursor: default; }
.wpml-ls-legacy-list-horizontal a { padding: 0px 0px 0px 15px; line-height: 1.2; }

/* SLIDER */

.slick-initialized .slick-slide { display: block;filter: alpha(opacity=40);opacity: 1; transition: all 0.3s ease-out;}
.slick-initialized .slick-center {display: block;filter: alpha(opacity=100);opacity: 1; transition: all 0.3s ease-out;}
.slider { width: 100vw; height: auto; background-color: #fff; border-bottom: 1px solid #fff; }
.slide { height: auto !important; object-fit: cover; margin-bottom: -10px; }   
.slide img {margin: 0; padding: 0;display: block; /* max-height: calc(100vh - 55px); */ width: 100vw; }
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slick-prev, .slick-next {background-color: rgba(0, 0, 0, 0); top: 50% !important; width: 20%;height: 100%; transition: all 0.3s ease-out 0s; }
.slick-prev:hover, .slick-next:hover { background-color: rgba(0, 0, 0, 0.25); }
.slick-prev:before, .slick-next:before { color: rgba(255, 255, 255, 0.65); }

/* HORIZONTAL COLLAPSE */

.collapse { visibility: hidden;}
.collapse.show {visibility: visible;}
.collapsing {position: relative;height: 0;overflow: hidden;-webkit-transition-property: height, visibility;transition-property: height, visibility;-webkit-transition-duration: 0.35s;transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }
.collapsing.width { -webkit-transition-property: width, visibility; transition-property: width, visibility; width: 0; height: auto; }

/* IMPRESSUM */

#impressum .container { padding-left: 60px !important; padding-right: 60px !important; }
#impressum .container .col-sm-12 { padding-left: 0px !important; padding-right: 0px !important; }


/*  **  */
/* 2019 */
/*  **  */

/* FONT */

@font-face { font-family: 'font 2019'; src: url('inc/assets/fonts/font-2019.otf') format('opentype'); }
.sss2019 h1.titolo-evento { font-family: 'font 2019', times, serif; }


/*  **  */
/* 2018 */
/*  **  */

/* FONT */

@font-face { font-family: 'font 2018'; src: url('inc/assets/fonts/font-2018.otf') format('opentype'); }
.sss2018 h1.titolo-evento { font-family: 'font 2018', times, serif; }

/*  **  */
/* 2017 */
/*  **  */

/* FONT */

@font-face { font-family: 'font 2017'; src: url('inc/assets/fonts/font-2017.otf') format('opentype'); }
.sss2017 h1.titolo-evento { font-family: 'font 2017', times, serif; }

/*  **  */
/* 2016 */
/*  **  */

/* FONT */

@font-face { font-family: 'font 2016'; src: url('inc/assets/fonts/font-2016.otf') format('opentype'); }
.sss2016 h1.titolo-evento { font-family: 'font 2016', times, serif; }



/*  **  */
/* 2015 */
/*  **  */

/* FONT */

@font-face { font-family: 'font 2015'; src: url('inc/assets/fonts/font-2015.otf') format('opentype'); }
.sss2016 h1.titolo-evento { font-family: 'font 2015', times, serif; }




/* SELECTION */

#biografie ::selection { background: rgba(255,255,255,0.99); /* WebKit/Blink Browsers */ }
#biografie ::-moz-selection { background: rgba(255,255,255,0.99); /* Gecko Browsers */ }
#edizione ::selection { background: rgba(255,255,255,0.99); /* WebKit/Blink Browsers */ }
#edizione ::-moz-selection { background: rgba(255,255,255,0.99); /* Gecko Browsers */ }
.data-giorno ::selection { background: rgba(255,255,255,0.99); /* WebKit/Blink Browsers */ }
.data-giorno ::-moz-selection { background: rgba(255,255,255,0.99); /* Gecko Browsers */ }





  .anchors-nav .collapse:not(.show) {
    display: block; 
}
.collapse {
    visibility: visible; 
}

@media (max-width: 1000px) {

.anchor-edizione { width: 120px; vertical-align: top; display: inline-block; *display: inline; text-align: left; }
.anchor-programma { width: 120px; vertical-align: top; display: inline-block; *display: inline; text-align: center; }
.anchor-biografie { width: 120px; vertical-align: top; display: inline-block; *display: inline; text-align: center; }
.anchor-partner { width: 120px; vertical-align: top; display: inline-block; *display: inline; text-align: center; }
.anchor-immagini { width: 60px; vertical-align: top; display: inline-block; *display: inline; text-align: right; }

}

/* MOBILE */

@media (max-width: 768px) {
  .section-title { padding: 30px 30px 0 30px; font-size: 1.8em; }
  #edizione { padding: 30px 30px 30px 30px; }
  #partner { padding: 30px 30px 30px 30px; }
  #biografie { padding: 30px 30px 30px 30px; }
  #programma .evento { padding: 0px 30px 30px 30px; }
  #programma .titolo-sezione { padding: 0px 30px 0px 30px; }
  #biografie .titolo-sezione { padding: 0px 30px 0px 0; }
  #programma { padding-top: 30px; padding-bottom: 30px; }
  #programma .data-giorno { padding: 0px 30px 0px 30px; }
  .info-drawer { max-width: 100vw; }
  .info-drawer-button { font-size: 1.4em; }
  .years-drawer { max-width: 100vw; }
  .years-drawer-button { font-size: 1.4em; }
  .years-drawer ul { padding: 65px 30px 30px 30px; }
  .info-content { width: 100vw; padding: 65px 30px 30px 30px; }
  .years-content { width: 100vw; }
  .navbar .col-md-4 { width: 33.333%; padding-right: 5px; padding-left: 5px; }
  header .container { padding-left: 20px; padding-right: 15px; }
  .wpml-ls { padding: 0px 0px 0px 0px; }
  .wpml-ls-legacy-list-horizontal a { font-size: 1.4em; }
  .info-buttons { padding: 24px 22px; }
  .navbar-brand { padding: 10px 10px 10px 0; }
  header#masthead { height: 75px; }
  .navbar-brand img { max-height: 55px; }
  .navbar-toggle { display: inline-block; }
  .icon-bar { height: 2px; width: 25px; background-color: #000 !important; margin: 5px; display: block; }
  .anchors-nav { min-height: 40px; height: auto; padding: 5px 60px 0px 60px; }
  .anchor-edizione { width: 100%; vertical-align: top; display: inline-block; *display: inline; }
  .anchor-programma { width: 100%; vertical-align: top; display: inline-block; *display: inline; }
  .anchor-biografie { width: 100%; vertical-align: top; display: inline-block; *display: inline; }
  .anchor-partner { width: 100%; vertical-align: top; display: inline-block; *display: inline; }
  .anchor-immagini { width: 100%; vertical-align: top; display: inline-block; *display: inline; }
  .anchors-nav .collapse:not(.show) { display: none; }
  .navbar-toggle { background-color: transparent; box-shadow: none; border: 0px; display: block; margin: 0 auto; }
  .navbar-toggle:focus { outline: 0 !important; }
  .anchors-nav a { text-align: center; width: 100%; display: block; font-size: 1.6em; padding-bottom: 10px; }
  .navbar-collapse { padding: 20px 0px 0px 0px; }
  #content.site-content { padding-top: 115px !important; } 
  #edizione .descrizione p { font-size: 1.8em; }
  #edizione .titolo-data p { font-size: 1.8em; }
  .titolo-sezione { font-size: 1.8em; padding-bottom: 0px; }
  h1 { font-size: 1.8em !important; }
  #programma .titoletto { margin-top: 15px; }
  #biografie h1 { padding-bottom: 0px; margin-bottom: 0px; }
  .years-buttons { padding: 25px 30px; }
  #programma .contenuti-evento { font-size: 1.2em; }
  .nav-up { top: -75px !important; transition: top 0.2s ease-in-out; }
  #programma .titolo-evento { padding-right: 0px; }
  #footer-widget { padding: 30px; }
  .logo-sss { padding-right: 0px; padding-left: 0px; }
  .contatti-sss { padding-right: 0px; padding-left: 0px; }
  .logo-sss img { max-width: 150px; margin-bottom: 30px; }
  #immagini .slide { height: auto !important; }
  #immagini .slide p { padding: 5px 30px 0px 30px; }
  #immagini .slide img { height: 250px; }

}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body { background-color: #000; }

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);*/
  padding: .74rem 1rem;
  border-bottom: 1px solid #000;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }



  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }


  #partner .immagine-desktop { display: none; }
  #partner .immagine-mobile { display: block; }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

















/* HOMEPAGE */
.page-template-homepage #content.site-content {
  padding-top: 120px !important;
}
.container-split-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.container-split {
    flex-grow: 1;
    overflow: hidden;
}
.split-content {
    overflow: auto;
    max-height: 100%;
}
.column-title {
    height: 60px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 15;
    font-size: 1.2em;
    text-transform: uppercase;
}
.column-title p {
  margin-bottom: 0;
}
.content-wrapper {
  padding-bottom: 60px;
}
.content-wrapper p {
  font-size: 1.8em;
}
.home-download-link {
  display: flex;
}
.home-download-link a svg {
  margin-right: 5px;
}
.home-download-link a {
  margin-left: 5px;
  color: black;
  text-decoration: underline;
}
.home-download-link a:hover,
.home-download-link a:hover path {
  color: #b5b5b5;
}
.single-edition h2 {
  font-size: 1.2em;
  padding-bottom: 20px;
  margin-top: 15px;
}
.single-edition a,
.single-edition a:hover {
  text-decoration: none;
}
.content-wrapper .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.single-edition a:hover h2 {
  color: #b5b5b5;
}

#home-partner { padding: 0 60px 60px 60px; }
#home-partner .partner-testo p { font-size: 1.2em; }
#home-partner .immagine-desktop { display: block; }
#home-partner .immagine-mobile { display: none; }
#home-slider { margin-top: 80px; }
#home-slider .slide { height: 80vh !important; }
#home-slider .slide img { max-height: 100%; width: 100vw; object-fit: contain; background-color: #f5f5f5; }
#home-slider .slide p { margin-bottom: 0px; padding: 5px 60px 0px 60px; font-size: 1.2em; }

@media (min-width: 769px) {
  .container-split-wrapper {
      height: calc(100vh - 120px);
      overflow: hidden;
      padding-left: 75px;
      padding-right: 75px;
      border-bottom: 1px solid #000;
  }
  .split-content:first-of-type {
    border-right: 1px solid #000;
    padding-right: 30px;
  }
  .split-content:last-of-type {
    padding-left: 30px;
  }
}


@media (max-width: 768px) {
  #home-slider { margin-top: 0; }
  .container-split-wrapper {
      padding-left: 45px;
      padding-right: 45px;
  }
  .list-people {
    padding: 0px 30px 0;
    column-count: 1;
  }
  #home-partner { padding: 0 30px 30px 30px; }
  .page-template-homepage #content.site-content { padding-top: 75px !important; }
  #home-slider .slide { height: auto !important; }
  #home-slider .slide p { padding: 5px 30px 0px 30px; }
  #home-slider .slide img { height: 250px; }
  #home-partner .immagine-desktop { display: none; }
  #home-partner .immagine-mobile { display: block; }
  .content-wrapper p {
    font-size: 1.2em;
  }
}




