/*
Theme Name: Piccole Note 2023 
Theme URI: www.piccolenote.it
Description:
Version: 1.2
Author: Pierpaolo Loreti
Author URI:
*/

/* latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFG6o3msNiEr6DaY.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: medium;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;1,500&display=swap)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZSSUhiCXAA.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*
------------------------------------------------------------------------
modified css reset, orig. by eric meyers, more info linked
https://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
------------------------------------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
------------------------------------------------------------------------
float clearing
------------------------------------------------------------------------
.left {
	float:left;
}

.right {
	float:right;
}
*/

.clear {
  clear: both;
}

.fix:after,
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fix,
.clearfix {
  display: inline-block;
}

* html .fix,
* html .clearfix {
  height: 1%;
}

.fix,
.clearfix {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 20px;
  font-size: 14px;
  color: #353535;
  background-color: #e1e1e1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

br {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #ae0011;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #d70015;
}

ul {
  list-style: disc inside none;
}

ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

/*HEADERS*/

h1,
h2,
h3,
h4,
.post-title {
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

h1 {
  font-size: 28px;
  line-height: 28px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 12px;
}

/* ALTRI STILI BASE*/
.clearfloat {
  clear: both;
}

/* ELEMENTI STRUTTURALI*/

/* Header del sito */

#header {
  display: inline-block;
  box-sizing: border-box;
  max-width: 500px;
  min-width: 320px;
  width: 100%;
  height: 60px;
  background: #d70013;
  position: relative;
}

#header a[href='#menu'] {
  margin-top: 10px;
}

#header-scritta {
  display: none;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 30px;
}

#header-logo {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 200px;
  padding: 0;
  text-align: left;
}

#header-logo img {
  width: 220px;
  height: auto;
}

#header-wrap {
  position: fixed;
  top: 100px;
  width: 100%;
  text-align: center;
  z-index: 99998;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 60px;
}

.logged-in #header-wrap {
  top: 46px;
}

#header-rss,
#header-fb,
#header-cerca,
#header-top,
#ht-link,
#header-fl,
#header-gn {
  display: none;
}

/* elementi del Menu Nascosto */

.overlay-menu {
  display: none;
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 60px;
  z-index: 1001;
  color: #fff;
  background: #eeeeee;
  width: 100%;
  padding: 18px 18px;
}

.autore {
  font-weight: bold;
  color: #999;
  margin-top: -6px;
  margin-bottom: 12px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}

.titolo-art{
	text-align: center;
}

.sottotitolo{
	/*margin-bottom: 20px;
    font-family: 'Archivo Narrow';
    font-size: 18px;
    line-height: 18px;*/
	margin-bottom: 25px;
	font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    text-align: center;
    color: #777;
    font-weight: normal;    
    
}

.is-hidden {
  display: block;
}

#hamburger {
  display: block;
}

#pn-search {
  background: #eaeaea;
  margin: -18px -18px 0;
  padding: 18px 18px;
}

#pn-search form {
  position: relative;
}

#pn-search button {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 38px;
  z-index: 10;
  display: block;
  border: none;
  padding: 8px 8px;
  line-height: 38px;
  height: 38px;
  color: #999;
  background: transparent;
  border-radius: 0 4px 4px 0;
  background: transparent url(img/lens2.png) no-repeat 50% 50%;
}

#pn-search-input {
  width: 100%;
  padding: 0 8px;
  border: none;
  line-height: 38px;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
}

/* Main del sito */
#container {
  max-width: 500px;
  /*min-width: 330px;*/
  width: 100%;
  margin: 0px auto;
  padding: 0;
  background: #ffffff;
  text-align: left;
  padding-bottom: 0px;
  border: none;
  overflow: hidden;
}

.sing-col {
  margin-top: 60px;
  width: 100%;
}

.sing-col h1{
text-align: center;
}

.sing-col h1,
.sing-col h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  color: #d70013;
  margin-bottom: 16px;
}

.sing-col h1 a,
.sing-col h2 a,
.article h2 a {
  color: #000000;
}

.sing-col h3 {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 8px;
}

.sing-col h3 a {
  color: #d70013;
}

.sing-col h3 a:hover {
  color: #000;
}

.sing-col .article .image {
  width: 100%;
}

.pub-pn {
  height: 0px;
}

/* Sezione style lanci Home e categorie */

.lancio img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.lancio h2 {
  margin-top: 8px;
}

.lancio h2 a {
  margin-top: 6px;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}

.lancio h2 a:hover {
  color: #d70013;
}

.lancio {
  position: relative;
  margin-bottom: 8px;
  padding: 4px 16px 12px 16px;
}

.lancio p {
  font-size: 16px;
  line-height: 22px;
}

.lancio-top {
  /*border-top: 3px solid #e1e1e1;*/
  border-bottom: 1px solid #e1e1e1;
  margin: 4px 0px 8px 0px;
  height: 30px;
  padding-top: 4px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
}

.lancio-category {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-transform: lowercase;
  font-family: 'Rokkitt', serif;
  color: #d70013;
  flex: 0 0 50%;
}

.lancio-data {
  font-size: 14px;
  line-height: 24px;
  font-stretch: expanded;
  text-transform: lowercase;
  color: #000;
  text-align: right;
  flex: 0 0 50%;
}

.header-cat h3 {
  margin: 65px 16px 0px 0px;
  padding: 0px 16px;
  width: 60%;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  background: #d70013;
  font-family: 'Rokkitt', serif;
  text-transform: lowercase;
}

.sing-col.sing-col-cat {
  margin-top: 0px;
  margin-bottom: 8px;
}

.sing-col.sing-col-cat .lancio-data {
  text-align: left;
}

.sing-col.sing-col-cat .lancio-top {
  border-top: none;
}

/* Sezione style articoli */
.article img {
  width: 100%;
  margin-bottom: 10px;
}

.article img[class^='wp-image'],
.article img[class*=' wp-image'] {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
  display: block;
}

.article h2 {
  margin-top: 8px;
}

.article.article-page h2 {
  margin-top: 8px;
  margin-bottom: 20px;
}

.article h1 a,
.article h2 a {
  margin-top: 6px;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}

.article h2 a:hover {
  color: #d70013;
}

.article {
  position: relative;
  margin-bottom: 8px;
  padding: 4px 16px 12px 16px;
}

.article p {
  font-size: 16px;
  line-height: 24px;
}

.article-top {
  border-bottom: 1px solid #e1e1e1;
  margin: 4px 0px 8px 0px;
  height: 30px;
  padding-top: 4px;
  position: relative;
}

.article-category {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-transform: lowercase;
  font-family: 'Rokkitt', serif;
  width: 50%;
  float: left;
  color: #d70013;
}

.article-data {
  float: right;
  font-size: 15px;
  line-height: 24px;
  font-stretch: expanded;
  text-transform: lowercase;
  color: #000;
  width: 50%;
  text-align: right;
}

.main-content {
  padding: 10px 16px;
}

.category-post {
  float: right;
  margin-top: 3px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  font-family: 'Rokkitt', serif;
}

.continue {
  display: inline;
  position: absolute;
  font-size: 50px;
  bottom: 16px;
  right: 16px;
}

.continue-inline {
  display: inline;
}

.continue a,
.continue a:active,
.continue-inline a {
  font-size: 30px;
  font-weight: bold;
}

.continue a:hover,
.continue-inline a:hover {
  color: #333;
}

.continue a span.grey1 {
  color: #f0f0f0;
}

.continue a span.grey2 {
  color: #b7b7b7;
}

.continue a span.grey3 {
  color: #707070;
}

.category {
  color: #d70013;
  font-family: 'Rokkitt', serif;
  font-size: 28px;
  margin-bottom: 10px;
}

.category a {
  font-size: 28px;
  color: #d70013;
  font-weight: bold;
}

.category a:hover {
  color: #000000;
}

#adgt-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#banner-adgt {
  margin-top: 20px;
}

#donazioni-adgt {
  width: 300px;
  height: 60px;
  background-color: #e79601;
  padding-top: 12px;
  margin: 4px auto;
}

#banner-adgt img {
  width: 300px;
}

#butt-don-adgt {
  margin: 0px auto 0px auto;
  display: block;
  width: 120px;
  text-align: center;
  background: #d70000;
}

#butt-don-adgt a {
  font-family: 'Rokkitt', serif;
  color: #ffffff;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
}

#butt-don-adgt a:hover {
  color: #a1a1a1;
}

.donazioni {
  margin: 20px 0px 00px 0px;
}

.article-don {
  position: relative;
  margin-bottom: 0px;
  height: 98px;
  padding: 5px 0 5px 0;
  background: #f5f5f5;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #000000;
}

.sost-sito {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 5px;
}

.butt-don {
  margin: 0px auto 0px auto;
  display: block;
  width: 120px;
  text-align: center;
  background: #e1e1e1;
  border: 1px solid #707070;
}

.butt-don a {
  font-family: 'Rokkitt', serif;
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}

.butt-don a:hover {
  color: #cc0000;
}

#menu-bar {
  display: none;
  margin: 20px auto 40px auto;
}

#banner-top,
#banner-bottom {
  display: none;
  background: #f5f5f5;
  padding: 0px;
  margin: 0px;
  height: 255px;
}

#menu {
  text-align: left;
  background: #ffffff;
  padding: 10px 0px;
  font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
  border-radius: 4px 4px;
  padding-bottom: 30px;
}

#menu-head {
  padding: 0px 10px;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#mobile-switch {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

#menu h3 {
  border-bottom: 1px solid #e1e1e1;
  font-size: 35px;
  line-height: 45px;
  padding: 15px 10px 10px 16px;
}

#menu ul {
  padding: 0px 0px;
  font-size: 22px;
  list-style: none;
}

#menu ul li {
  padding: 16px 24px;
  width: 100%;
  font-size: 22px;
  /*border-bottom: 1px solid #e1e1e1;*/
}

#menu ul li a {
  color: #000;
  text-transform: lowercase;
}

#menu ul li a:hover {
  color: #d70013;
}

#menu-menu-categorie,
#menu-pagine {
  overflow: hidden;
  margin-bottom: 20px;
}

#menu-menu-categorie .menu-item,
#menu-pagine .menu-item {
  width: 50%;
  float: left;
}

/**
 * hamburger
 */
.btn-hamburger {
  border: none;
  position: absolute;
  top: 7px;
  left: 7px;
  outline: none;
  width: 45px;
  height: 45px;
  background: url('img/menu2.png') no-repeat center;
}

.banner-box {
  width: 100%;
  text-align: center;
  display: block;
}

.banner-art {
  display: none;
}

.category {
  float: left;
  font-weight: bold;
}

.btn-hamburger-open {
  background: url('img/menux.png') no-repeat center !important;
}

.wp-caption {
  box-sizing: border-box;
  width: 100% !important;
  font-style: italic;
  margin-bottom: 20px !important;
  border: 1px #e1e1e1 solid;
  padding: 5px;
}

p.wp-caption-text {
  font-size: 16px;
}

.article .wp-caption img[class^='wp-image'],
.article .wp-caption img[class*=' wp-image'] {
  margin-bottom: 0px !important;
}

.article iframe {
  width: 100% !important;
  margin-bottom: 10px !important;
}

.article h4 {
  color: #000000;
  font-family: 'Arial Narrow', 'Open Sans', 'Arial', sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ssba.ssbp-wrap {
  /* padding: 10px 0px; */
  margin-bottom: 20px;
}

.pag-wrap {
  width: 100%;
  text-align: center;
}

.pagination {
  display: inline-block;
  height: 60px;
  padding: 10px 10px 0px 10px;
}

.pagination li {
  display: inline;
}

.pagination li {
  list-style: none inside;
}

.pagination a {
  float: left;
  width: 40px;
  height: 40px;
  background: #eee;
  margin: 0 3px 3px 0;
  border-radius: 3px;
  text-align: center;
  font-family: 'DistrictThin';
  font-size: 20px;
  line-height: 40px;
  color: #666;
}

.pagination li.active a {
  color: #fff;
  background-color: #999;
}

#pn-over-menu {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 64px;
  z-index: 999;
  color: #fff;
  background: #1b1b1b;
  width: 100%;
  padding: 16px 20px 0;
}

#hamburger {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 100;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease,
    transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease,
    transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease,
    transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease,
    transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear,
    transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear,
    transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear,
    transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear,
    transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 0.1s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in,
    transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in,
    transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.22s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out,
    transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out,
    transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 0.1s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in,
    transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in,
    transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.22s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out,
    transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out,
    transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease,
    transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.footer {
  clear: both;
  width: 100%;
  background: #656565;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
  margin-top: 40px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  padding: 40px;
  font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
}

@media (max-width: 999px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.footer-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin-bottom: 24px;
}

.footer-menu {
  list-style: none;
}

.footer-section-menu {
  column-count: 2;
  column-gap: 40px;
}

.footer a:link,
.footer a:visited {
  color: #dcdcdc;
}

.footer a:hover,
.footer a:active {
  text-decoration: underline;
  color: #fff;
}

.footer-info {
  display: flex;
  flex-direction: column;
}

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

.footer-logo-subtitle {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-top: auto;
}

.footer-social-link {
  display: inline-block;
}

.footer-social-link:hover {
  text-decoration: none;
}

.pag2-wrap {
  font-family: 'Oswald', sans-serif;
}

.pag2-tit {
  width: 100%;
  background-color: #d70013;
  color: #fff;
  padding: 5px;
  margin-bottom: 8px;
}

.pag2-tit a {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  padding: 8px 0px;
  font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
  font-family: 'Rokkitt', serif;
  font-weight: bold;
  text-transform: lowercase;
}

.pag2-lancio {
  border-top: 2px #e1e1e1 solid !important;
  padding-top: 7px !important;
  padding-bottom: 0px !important;
}

.pag2-header {
  background-color: #c8c8c8;
  margin-top: 80px;
  margin-left: 10px;
}

.pag2-header h3 {
  font-weight: bold;
  margin-top: 8px;
  padding-left: 5px;
  font-size: 35px;
  line-height: 40px;
  color: #d70013;
  text-transform: lowercase;
  font-family: 'Rokkitt', serif;
}

.pag2-header h3 span {
  color: black;
}

.lancio-small h2,
.lancio-small .lancio-title {
  position: absolute;
  bottom: 27px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 5px;
  width: calc(100% - 32px);
  font-family: 'Oswald', sans-serif;
  display: block;
}

.lancio.lancio-small h2 a,
.lancio.lancio-small .lancio-title a {
  margin-top: 6px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  opacity: 1;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

.lancio.lancio-small h2 a:hover,
.lancio.lancio-small .lancio-title a:hover {
  color: #fff;
}

@media (min-width: 1000px) {
  .pag2-header {
    margin-top: 30px;
    margin-left: 0px;
  }

  #cura {
    float: left;
    width: 50%;
    line-height: 60px;
  }

  #privacy {
    text-align: right;
    float: right;
    width: 30%;
    line-height: 60px;
  }

  #container {
    max-width: 1000px;
    width: 1000px;
  }

  #header {
    max-width: 1000px;
    width: 1000px;
    height: 100px;
  }

  .sing-col {
    margin-top: 20px;
    float: left;
    width: 620px;
    margin-left: 30px;
  }

  .aside-col {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
    width: 300px;
    float: left;
    background: #ffffff;
  }

  .aside-col.aside-cat {
    margin-top: 0px;
  }

  .header-cat h3 {
    margin-top: 8px;
    font-size: 22px;
    line-height: 28px;
    width: 30%;
    padding-left: 30px;
  }

  #menu-bar {
    display: block;
  }

  #banner-top,
  #banner-bottom {
    display: block;
  }

  .banner-mobile {
    display: none;
  }

  .lancio {
    padding: 0px 0px 12px 0px;
  }

  .sing-col h2 {
    margin-bottom: 15px;
  }

  .lancio p {
    font-size: 14px;
    line-height: 21px;
  }

  .lancio-top {
    margin-top: 0px;
  }

  #header-wrap {
    position: relative;
    height: 100px;
  }

  .logged-in #header-wrap {
    position: relative;
    top: 0 !important;
  }

  #hamburger {
    top: 67px;
    right: 14px;
    padding: 0px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 20px;
    height: 3px;
  }

  .hamburger-inner::before {
    top: -6px;
  }

  .hamburger--collapse .hamburger-inner::after {
    top: -12px;
  }

  #hamburger.is-active {
    top: 70px;
  }

  #header-logo {
    position: absolute;
    left: 30px;
    margin-left: 0px;
    top: auto;
    bottom: 0px;
    width: 420px;
  }

  #header-scritta {
    display: block;
    margin: 0px;
    padding: 0px;
    bottom: 6px;
    width: 420px;
  }

  #header-logo img {
    width: 420px;
  }

  #header-scritta a {
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
  }

  #header-scritta img {
    width: 420px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
  }

  .overlay-menu {
    top: 100px;
  }

  .lancio img {
    width: 300px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .lancio {
    overflow: hidden;
  }

  /*.lancio-small {
    width: 300px;
    float: left;
  }*/

  .lancio-small {
    width: calc((620px / 2) - 12px);
    display: inline-block;
  }

  .lancio-small a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .lancio-small img {
    margin: 0px;
    width: 100%;
    height: 220px;
    object-fit: cover;
    float: none;
  }

  .lancio-left {
    margin-left: 20px;
  }

  .lancio-small p {
    display: none;
  }

  .article {
    padding: 0px;
  }

  #header-rss {
    display: block;
    position: absolute;
    top: 5px;
    right: 30px;
  }

  #header-fb {
    display: block;
    position: absolute;
    top: 5px;
    right: 65px;
  }

  #header-fl {
    display: block;
    position: absolute;
    top: 10px;
    right: 130px;
  }

  #header-gn {
    display: block;
    position: absolute;
    top: 10px;
    right: 95px;
  }

  #header-cerca {
    display: block;
    position: absolute;
    width: 300px;
    top: 36px;
    right: 30px;
  }

  #header-cerca .icon {
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 10;
    background: transparent url('img/lens2.png') no-repeat;
    width: 21px;
    height: 21px;
    font-size: 20px;
  }

  #header-top {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 73px;
    right: 50px;
    text-align: right;
    color: #ffffff;
    font-size: 14px;
  }

  #ht-link {
    display: block;
    margin-right: 0;
    padding: 0;

    text-transform: lowercase;
    color: #ffffff;
    text-align: right;
  }

  #ht-link span {
    margin: 0 15px;
  }

  #ht-link a {
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #ffffff;
  }

  #ht-link a:hover {
    color: #000000;
  }

  label.btn {
    cursor: pointer;
  }

  .hidden {
    visibility: hidden;
    display: none;
  }

  .inputbox {
    font-size: 14px;
    color: #333;
    font-family: serif;
    line-height: 23px;
    width: 300px;
    padding: 2px 0px 2px 8px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
  }

  #menu ul li {
    padding: 10px 24px;
  }

  #menu-menu-categorie {
    margin-bottom: 0px;
  }

  #menu-bar h3 {
    font-size: 28px;
    color: #000;
  }

  #menu-bar ul {
    list-style: none;
  }

  #menu-bar li a {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    padding: 8px 0px;
    font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
    font-family: 'Rokkitt', serif;
    font-weight: bold;
    text-transform: lowercase;
  }

  #menu-bar li {
    text-align: left;
    width: 220px;
    padding: 5px 0px;
    /*border-bottom: 1px solid #e1e1e1;*/
  }

  #menu-bar ul {
    margin: 3px 0px 10px 0px;
  }

  #menu-bar .red-bg {
    background-color: #d70013;
    color: #fff;
  }

  #menu-bar .red-txt {
    color: #d70013 !important;
    border-bottom: 1px #e1e1e1 solid;
    padding-bottom: 5px !important;
  }

  #menu-bar .red-txt a {
    color: #d70013 !important;
  }

  #menu-bar a {
    color: #fff;
  }

  #menu-bar .grey-txt {
    padding-bottom: 5px !important;
    border-bottom: 1px #e1e1e1 solid;
  }

  #menu-bar .grey-txt a {
    color: #6c6c6c !important;
  }

  #menu-bar .menu-item {
    width: 220px;
    margin: 0px auto;
    padding: 5px;
    margin-bottom: 3px;
  }

  #menu-bar .menu-item.menu-first-pn {
    margin-bottom: 10px;
  }

  .banner-art {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #d70013;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .banner-box {
    display: none;
  }

  .article img[class^='wp-image'].alignleft,
  .article img[class*=' wp-image'].alignleft {
    width: auto !important;
    height: auto !important;
    max-width: 620px;
    margin-right: 20px;
    float: left;
  }

  .lancio-small .lancio-title {
    width: 100%;
    bottom: 17px;
  }
}

/* Breadcrumbs */
.breadcrumbs {
  margin-left: 30px;
  padding-top: 15px;
}

.breadcrumbs p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

/* Extra */
img.featured-image {
  height: auto;
}

.full-width-post-container {
  display: flex;
}

@media (max-width: 999px) {
  .full-width-post-container {
    flex-direction: column;
  }
}

.lancio-404 .error-number-404 {
  font-size: 120px;
  line-height: 1.2;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

.lancio-404 h1 {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 999px) {
  .lancio-404 .error-number-404 {
    font-size: 56px;
  }

  .lancio-404 h1 {
    font-size: 32px;
  }
}

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

/* New layout */
.main-container {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 999px) {
  .main-container {
    flex-direction: column;
  }
}

/* Social share */
.social-share {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.social-share img {
  margin-bottom: 0;
  width: auto;

}

/* Reading Time */
.rt-reading-time {
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 500;
}


/* Video */
.player_evolution span.evo-label-logo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -30px;
    font-family: sans-serif !important;
    font-size: 12px !important;
    color: #1e293b !important;
}

.player_evolution span.evo-label-logo a{
    display: block !important;
    background-color: unset !important;
    text-decoration: none !important;
}

.player_evolution span.evo-label-logo a img{
    height: 15px !important;
    margin-left: 5px;
}