/**
 * Theme Name:Jacobinmag Italia Theme URI: http://jacobinmag.it Description:
 * Tema del sito jacobin Italia Author: Botiq Author URI: http://botiq.it
 *
 * Version: 1.0.31
 * Tags: black, white, blue, green, orange, pink, one-column, two-columns,
 * responsive-layout, custom-header, custom-menu, full-width-template,
 * sticky-post, theme-options, threaded-comments, translation-ready
 *
 * Template: genesis
 *
 * License: GPL-2.0+ License URI:
 * http://www.opensource.org/licenses/gpl-license.php
 */

/**
 * Table of Contents
 *
 * - HTML5 Reset
 * - Baseline Normalize
 * - Box Sizing
 * - Float Clearing
 * - Defaults
 * - Typographical Elements
 * - Headings
 * - Objects
 * - Gallery
 * - Forms
 * - Buttons
 * - Tables
 * - Structure and Layout
 * - Site Containers
 * - Column Widths and Positions
 * - Column Classes
 * - Common Classes
 * - Avatar
 * - Genesis
 * - Search Form
 * - Titles
 * - WordPress
 * - Widgets
 * - Plugins
 * - Genesis eNews Extended
 * - Jetpack
 * - Site Header
 * - Title Area
 * - Widget Area
 * - Site Navigation
 * - Primary Navigation
 * - Secondary Navigation
 * - Footer Navigation
 * - Responsive Menu
 * - Content Area
 * - Front Page
 * - Dashicons
 * - Flexible Widgets
 * - Content
 * - Entries
 * - Entry Meta
 * - After Entry
 * - Pagination
 * - Content Boxes
 * - Comments
 * - Sidebar
 * - Footer Widgets
 * - Site Footer
 * - Media Queries
 * - Max-width: 1280px
 * - Max-width: 1200px
 * - Max-width: 1023px
 * - Max-width: 800px
 * - Max-width: 480px
 */

/**
 * HTML5 Reset
 * ----------------------------------------------------------------------------------------------------
 */

/**
 * Baseline Normalize normalize.css v2.1.3 | MIT License | git.io/normalize
 * ---------------------------------------------
 */

 @font-face {
 	font-family: 'HeuristicaRegular';
 	src: url('./fonts/heuristica-regular-webfont.eot');
 	src: url('./fonts/heuristica-regular-webfont.eot?#iefix') format('embedded-opentype'),
 		 url('./fonts/heuristica-regular-webfont.woff') format('woff'),
 		 url('./fonts/heuristica-regular-webfont.ttf') format('truetype'),
 		 url('./fonts/heuristica-regular-webfont.svg#HeuristicaRegular') format('svg');
 	font-weight: normal;
 	font-style: normal;

 }

 @font-face {
 	font-family: 'HeuristicaBold';
 	src: url('./fonts/heuristica-bold-webfont.eot');
 	src: url('./fonts/heuristica-bold-webfont.eot?#iefix') format('embedded-opentype'),
 		 url('./fonts/heuristica-bold-webfont.woff') format('woff'),
 		 url('./fonts/heuristica-bold-webfont.ttf') format('truetype'),
 		 url('./fonts/heuristica-bold-webfont.svg#HeuristicaBold') format('svg');
 	font-weight: normal;
 	font-style: normal;

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

audio,
canvas,
video {
  display : inline-block;
}

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

[hidden],
template {
  display : none;
}

html {
  -ms-text-size-adjust     : 100%;
  -webkit-text-size-adjust : 100%;
  font-family              : sans-serif;
}

body {
  margin : 0;
}

a {
  background : transparent;
}

a:focus {
  outline : thin dotted;
}

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

h1 {
  margin    : .67em 0;
  font-size : 2em;
}

abbr[title] {
  border-bottom : 1px dotted;
}

b,
strong {
  font-weight : 700;
}

dfn {
  font-style : italic;
}

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

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

code,
kbd,
pre,
samp {
  font-family : monospace,
                serif;
  font-size   : 1em;
}

pre {
  white-space : pre-wrap;
}

q {
  quotes : "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size : 80%;
}

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

sup {
  top : -.5em;
}

sub {
  bottom : -.25em;
}

img {
  border : 0;
}

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

figure {
  margin : 0;
}

fieldset {
  margin  : 0 2px;
  padding : .35em .625em .75em;
  border  : 1px solid silver;
}

legend {
  padding : 0;
  border  : 0;
}

button,
input,
select,
textarea {
  margin      : 0;
  font-family : inherit;
  font-size   : 100%;
}

button,
input {
  line-height : normal;
}

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;
}

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

input[type=search] {
  -moz-box-sizing    : content-box;
  -webkit-box-sizing : content-box;
  box-sizing         : content-box;
  -webkit-appearance : textfield;
}

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

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

textarea {
  overflow       : auto;
  vertical-align : top;
}

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

/* Box Sizing --------------------------------------------- */

*,
input[type="search"] {
  -moz-box-sizing    : border-box;
  -webkit-box-sizing : border-box;
  box-sizing         : border-box;
}

/* Float Clearing --------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content : " ";
  display : table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  content : " ";
  display : table;
  clear   : both;
}

/**
 * Defaults
 * ----------------------------------------------------------------------------------------------------
 */

/* Typographical Elements --------------------------------------------- */

body {
  color                  : #000;
  background-color       : #f72f2f;
  font-family            : 'Noto Serif',
                            serif;
  font-size              : 18px;
  font-weight            : 200;
  -webkit-font-smoothing : antialiased;
  line-height            : 1.5;
}

body.altitude-home {
  background : none;
}

.button,
.site-header.dark,
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
  -moz-transition    : all 0.1s ease-in-out;
  -ms-transition     : all 0.1s ease-in-out;
  -o-transition      : all 0.1s ease-in-out;
  -webkit-transition : all 0.1s ease-in-out;
  transition         : all 0.1s ease-in-out;
}

::-moz-selection {
  color            : #fff;
  background-color : #000;
}

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

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

a:hover {
  color : #333;
}

p {
  margin  : 0 0 20px;
  padding : 0;
}

ol,
ul {
  margin  : 0;
  padding : 0;
}

li {
  list-style-type : square;
}

b,
strong {
  font-weight : 700;
}

cite,
em,
i {
  font-style : italic;
}

blockquote {
  margin : 40px 10px;
  color  : #111;
  font-style: italic;

}

p.has-drop-cap:not(:focus)::first-letter {
	float: left;
	font-size: 75px!important;
	line-height: 70px!important;
	font-weight: 700!important;
	margin: 0px 12px 0px 0!important;
	text-transform: uppercase;
	font-style: normal;
}

@-moz-document url-prefix() {
p.has-drop-cap:not(:focus)::first-letter {
  	margin: 10px 12px 0px 0!important;
  }
}


blockquote p{

    margin : 20px 0px;
}
blockquote::before {
  content   : "\201C";
  display   : block;
  position  : relative;
  top       : -10px;
  left      : -20px;
  height    : 0;
  font-size : 40px;
}
blockquote::after {
  content   : "\201D";
  display   : block;
  position  : relative;
bottom    : 55px;
  right     : -95%;
  height    : 0;
  font-size : 40px;
}

hr {
  clear           : both;
  margin          : 20px 0;
  border          : 0;
  border-top      : 1px solid #111;
  border-collapse : collapse;
}

/* Headings --------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin      : 0 0 20px;
  color       : #222;
  font-family : "HeuristicaBold",
                Helvetica,
                sans-serif;
  font-weight : 700;
  font-display: swap;
}

h1 {
  font-size   : 36px;
  line-height : 58px;
}

h2 {
  margin      : 20px 0px;
  font-size   : 32px;
  line-height : 36px;
}

.page h4 {
  margin-bottom : 10px;
}

h5 a {color:#000;}
.recent-post-slider h2.wp-post-title a {
  font-size   : 28px!important;
  line-height : 32px!important;
}

.front-page-2.solid-section h2 {
  font-size : 48px;
}

h3 {
  font-size : 30px;
}

h4 {
  font-size : 24px;
}

.image-section h4,
.solid-section h4 {
  text-align     : center;
  font-family: 'HeuristicaBold',
                   Helvetica,
                   sans-serif;
  font-size: 54px;
  font-weight: 700;
  font-display: swap;
}

.front-page-3 .image-section h4 {
	text-align: left;
	font-family: 'HeuristicaBold', Helvetica, sans-serif;
	font-size: 40px;
	line-height: 43px;
	font-weight: 700;
	font-display: swap;
	margin-top: 15px;
}
.front-page-3 .image-section h6 {
	text-align: left;
  margin-bottom:5px;
}

  h5 {
  	font-size: 22px;
  	line-height: 25px;

}

h6 {
  font-size : 18px;
}

.entry-content h3 {
  color : #f72f2f;
}

.entry-content h4 {
  color       :#f72f2f;
  font-weight : 700;
}

h4.tribe-event-title a{
  color:#222!important;
  font-size:24px;
}
h4.tribe-event-title a:hover{
  color:#555!important;
}

.flexible-widgets.widget-fourths h2,
.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2 {
  font-size : 36px;
}

h4 {
  line-height : 28px;
}

/* Objects --------------------------------------------- */

.wp-caption,
embed,
iframe,
img,
object,
video {
  max-width : 100%;
}

img {
  height : auto;
}

.full-width-content img.pull-left {
  float  : left;
  margin : 0 40px 40px -200px;
}

.full-width-content img.pull-right {
  float  : right;
  margin : 0 -200px 40px 40px;
}

/* Gallery --------------------------------------------- */

.gallery {
  margin : 0.5em auto !important;
}

/**
 * Remove all styling from Galleries. This will allow Masonry to work a bit
 * better. Only available on WP >= 3.9 since it requires HTML5 <figure>
 */

.gallery *,
.gallery a {
  display         : inline !important;
  margin          : 0 !important;
  padding         : 0 !important;
  border          : none !important;
  border-radius   : 0 !important;
  box-shadow      : none !important;
  text-align      : center !important;
  text-decoration : none !important;
  vertical-align  : middle !important;
  line-height     : 1 !important;
}

.gallery-item {
  background-color : #eaeaea;
}

.gallery-columns-1 .gallery-item {
  width : 100%;
}

.gallery-columns-2 .gallery-item {
  width : 50%;
}

.gallery-columns-3 .gallery-item {
  width : 33%;
}

.gallery-columns-4 .gallery-item {
  width : 25%;
}

.gallery-columns-5 .gallery-item {
  width : 20%;
}

.gallery-columns-6 .gallery-item {
  width : 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width : 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width : 12.5%;
}

.gallery-columns-9 .gallery-item {
  width : 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear : left;
}

.gallery .gallery-item img {
  height : auto;
  margin : 0;
  border : none;
}

/* Forms --------------------------------------------- */

input,
select,
textarea {
  width            : 100%;
  padding          : 10px 20px;
  color            : #000;
  border           : 1px solid #ddd;
  border-radius    : 0;
  background-color : #fff;
  box-shadow       : none;
  font-size        : 20px;
  font-weight      : 200;
}

input:focus,
textarea:focus {
  border  : 1px solid #999;
  outline : none;
}

.front-page input:focus,
.front-page textarea:focus {
  border  : 1px solid #f72f2f;
  outline : none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width : auto;
}

::-moz-placeholder {
  color   : #000;
  opacity : 1;
}

::-webkit-input-placeholder {
  color : #000;
}

.button,
.widget .button,
button,
input[type="reset"],
input[type="submit"] {
  width            : auto;
  margin           : 5px 5px 5px 0px;
  padding          : 5px 10px 5px;
  color            : #fff;
  border           : 0px solid #333;
  border-radius    : 3px;
  background-color : #333;
  text-transform   : uppercase;
  font-size        : 13px;
  font-size        : 14px;
  font-weight      : 800;
  cursor           : pointer;
}
.tags button{
	width: auto;
	margin: 0px 5px 10px 0px;
	padding: 3px 5px 3px;
	color: #fff;
	border: 0px solid #333;
	border-radius: 3px;
	background-color: #333;
	font-size: 13px;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	text-transform: inherit;
}
.front-page-2 .widget .button,
.front-page-2 button,
.front-page-2.button {
  color      : #fff;
  border     : 2px solid #333;
  background : #333;
}

.front-page-2 .widget .button a,
.front-page-2 .widget button a {
  color : #fff;
}

.front-page-2 .widget .button:hover,
.front-page-2 .widget .button a,
.front-page-2 .widget button a:hover,
.front-page-2 button:hover,
.front-page-2.button:hover {
  color      : #fff;
  background : #f72f2f;
}

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

/* Buttons --------------------------------------------- */

.button.clear:hover,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.widget .button.clear:hover,
.widget .button:hover,
button:hover,
button a:focus,
button a:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  color            : #fff;
  background-color : #f72f2f;
}

.button {
  display : inline-block;
}

.button a,
button a {
  color : #fff;
}

.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding : 8px 16px;
}

.widget .button.clear {
  color            : #000;
  border           : 2px solid #000;
  background-color : transparent;
}

.image-section .button {
  margin-top   : 20px;
  margin-right : 5px;
  margin-left  : 5px;
}

.image-section .button.clear {
  color        : #fff;
  border-color : #fff;
}

.footer-widgets .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.image-section .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"] {
  color            : #fff;
  border           : 2px solid #f72f2f;
  background-color : #f72f2f;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
  color            : #fff;
  border-color     : #ddd;
  background-color : #ddd;
  cursor           : not-allowed;
}

.post-password-form input[type="password"] {
  margin-bottom : 15px;
}

/* Tables --------------------------------------------- */

table {
  width           : 100%;
  margin-bottom   : 40px;
  border-collapse : collapse;
  border-spacing  : 0;
  line-height     : 2;
}

tbody {
  border-bottom : 1px solid #ddd;
}

td,
th {
  text-align : left;
}

th {
  text-transform : uppercase;
  font-weight    : bold;
}

td {
  padding    : 6px 0;
  border-top : 1px solid #ddd;
}

/**
 * Structure and Layout
 * ----------------------------------------------------------------------------------------------------
 */

/* Site Containers --------------------------------------------- */

.site-inner,
.wrap {
  float     : none;
  margin    : 0 auto;
}
.wrap {
  max-width : 990px;

}
.site-header
.wrap {
  max-width : 100%;
}

.site-inner {
  z-index    : 9;
  position   : relative;
  clear      : both;
  margin-top : 78px;
  word-wrap: normal;
  background: #ffffff;
}

.front-page .site-container .site-inner {
  max-width  : 100%;
  margin-top : 62px;
}

.altitude-landing .site-container .site-inner {
  margin-top : 100px;
}

.nav-secondary .genesis-nav-menu a {
  padding        : 5px 20px 10px 5px;
  color          : #fff;
  text-transform : none!important;
  font-family    : 'HeuristicaBold',
                   Helvetica,
                   sans-serif;
  font-size      : 15px;
  font-weight    : 700;
  font-display: swap;
}

.wpml-ls-menu-item:before {}

.nav-secondary .genesis-nav-menu .wpml-ls-menu-item a {
  text-transform : uppercase!important;
}

/**
 * Column Classes Link:
 * http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
 * ---------------------------------------------
 */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float       : left;
  margin-left : 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width : 48.717948717948715%;
}

.one-third,
.two-sixths {
  width : 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width : 65.81196581196582%;
}

.one-fourth {
  width : 23.076923076923077%;
}

.three-fourths {
  width : 74.35897435897436%;
}

.one-sixth {
  width : 14.52991452991453%;
}

.five-sixths {
  width : 82.90598290598291%;
}

.first {
  clear       : both;
  margin-left : 0;
}

#articoli_evidenza .one-third:nth-last-of-type(3n+0) {
  clear       : both;
  margin-left : 0;
}
/**
 * Common Classes
 * ----------------------------------------------------------------------------------------------------
 */

/* Avatar --------------------------------------------- */

.avatar {
  float         : left;
  border-radius : 50%;
}

.author-box .avatar {
  width  : 88px;
  height : 88px;
}

.entry-comments .avatar {
  width  : 60px;
  height : 60px;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right : 24px;
}

.alignright .avatar {
  margin-left : 24px;
}

.comment .avatar {
  margin : 0 20px 24px 0;
}

/* Genesis --------------------------------------------- */

.breadcrumb {
  margin-bottom  : 60px;
  padding-bottom : 10px;
  border-bottom  : 2px solid #f5f5f5;
  font-size      : 20px;
}
.archive-description, .author-box {
	margin-bottom: 10px;
	padding: 30px 10px 5px;
	border-top: 0px solid #000;
	border-bottom: 1px solid #d3d3d3;
	font-size: 18px;
}
.archive-meta {
	padding-bottom:10px;
  text-align: center;
}
.archive-description h1 {
	text-align:center;
	margin-bottom:5px;
}
.author-box-title {
  margin-bottom : 8px;
  font-size     : 22px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom : 0;
}

/* Search Form --------------------------------------------- */

.search-form {
  overflow : hidden;
}

.search-form input[type="search"] {
  width        : 100%;
  margin-right : 10px;
}

.search-form input[type="submit"] {
  padding : 25px;
}

.widget_search input[type="submit"] {
  position : absolute;
  width    : 1px;
  height   : 1px;
  clip     : rect(0, 0, 0, 0);
  margin   : -1px;
  padding  : 0;
  border   : 0;
}

/* Titles --------------------------------------------- */

.archive-title {
  margin-bottom : 20px;
  font-size     : 24px;
  line-height   : 1;
}

.entry-title {
  margin      : 5px 0px 5px;
  color       : #222;
  font-family : 'HeuristicaBold',
                Helvetica,
                sans-serif;
  font-size   : 44px;
  font-weight : 700;
  line-height:40px;
  font-display: swap;
  /* text-transform: uppercase; */
}

.sidebar .entry-title {
  text-align : left;
  font-size  : 24px;
}

.entry-title a {
  color : #222;
}

.entry-title a:hover {
  color : #000;
}

.widget-full .widget-title {
  margin-bottom : 40px;
}

/* WordPress --------------------------------------------- */

.alignleft {
  float      : left;
  text-align : left;
}

.alignright {
  float      : right;
  text-align : right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width : 100%;
}

a.alignnone {
  display : inline-block;
}

a.aligncenter img {
  display : block;
  margin  : 0 auto;
}

.aligncenter,
img.centered {
  display : block;
  margin  : 0 auto 24px;
}

.alignnone,
img.alignnone {
  margin : 0 0 12px;
}

.wp-caption.alignleft,
a.alignleft,
img.alignleft {
  margin : 0 24px 24px 0;
}

.wp-caption.alignright,
a.alignright,
img.alignright {
  margin : 0 0 60px 60px;
}

.front-page-1 .wp-caption.alignleft,
.front-page-1 a.alignleft,
.front-page-1 img.alignleft {
  clear  : both;
  margin : 0 15px 0px 0;
}


  .wp-caption-text {
  	text-align: left;
  	font-size: 16px;
  	line-height: 1;
  	margin-bottom: 20px;
  	font-style: italic;
  }


.entry-content p.wp-caption-text {
  margin-bottom : 0;
}

.entry-content .gallery-caption,
.gallery-caption {
  margin : 0 0 10px;
}

.post-password-form input {
  width : auto;
}

.post-password-form input[type="submit"] {
  padding : 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin : 0 0 28px;
}

/**
 * Widgets
 * ----------------------------------------------------------------------------------------------------
 */

.widget {
  word-wrap : break-word;
}

.widget ol > li {
  padding-left        : 20px;
  text-indent         : -20px;
  list-style-position : inside;
  list-style-type     : decimal;
}

.widget ul li {
  margin-top     : 0px;
  margin-bottom  : 8px;
  margin-left    : 0px;
  padding-bottom : 0px;
}

.widget li li {
  margin  : 0 0 0 30px;
  padding : 0;
  border  : none;
}

.widget_calendar table {
  width : 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align : center;
}

/* Featured Content --------------------------------------------- */

.featured-content .entry-title {
  font-size : 48px;
}

/* Simple Social Icons --------------------------------------------- */

.altitude-home .content .simple-social-icons {
  margin-top : 40px;
}

.altitude-home .content .simple-social-icons ul li {
  margin : 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
  padding : 30px;
}

/**
 * Plugins
 * ----------------------------------------------------------------------------------------------------
 */

/* Genesis eNews Extended --------------------------------------------- */

.enews-widget input {
  margin-bottom : 20px;
  font-size     : 18px;
}

.enews-widget input[type="submit"] {
  width  : 100%;
  margin : 0;
}

.enews form + p {
  margin-top : 24px;
}

/* Genesis Portfolio Pro --------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
  padding : 0;
}

/* Jetpack --------------------------------------------- */

#wpstats {
  display : none;
}

/**
 * Site Header
 * ----------------------------------------------------------------------------------------------------
 */

.site-header {
  z-index    : 99999;
  position   : fixed;
  top        : 0;
  left       : 0;
  width      : 100%;
  padding    : 0px 0px;
  background : #f72f2f;
}

.featured-section .site-header {}

.featured-section .site-header > .wrap {
  border-bottom : 0px solid #fff;
}

.site-header.dark {
  background-color : #f72f2f;
}

.site-header.dark > .wrap {
  border-bottom : none;
}

.site-header.dark .nav-secondary {
  display : none;
}

.site-header.dark .site-title a {
  /*background: url(https:logomenu_scroll) no-repeat !important; */
  height: 29px;
  background-size: 125px 29px !important;

 -webkit-transition: width 2000ms ease-in-out;
    -moz-transition:    width 2000ms ease-in-out;
    -ms-transition:     width 2000ms ease-in-out;
    -o-transition:      width 2000ms ease-in-out;
    transition:         width 2000ms ease-in-out;

}
.site-header.dark  .title-area {
	width: 250px;

}
.site-header.dark  p.site-title {
	width: 125px;
  margin:auto;
 -webkit-transition: width 2000ms ease-in-out;
    -moz-transition:    width 2000ms ease-in-out;
    -ms-transition:     width 2000ms ease-in-out;
    -o-transition:      width 2000ms ease-in-out;
    transition:         width 2000ms ease-in-out;
}
.site-header.dark  .widget ul li {
	margin-top: 14px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 0px;
}
.site-header.dark .elastic-container {
	position: fixed;
	top: -5px;
}
.site-header.dark button#responsive-menu-button {
	top: 0px;
}
#wpadminbar .site-header {
  top : 10px;
}

/* Title Area --------------------------------------------- */

.title-area {
  display : block;
  width   : 250px;
  margin  : 10px auto;
  padding : 25px 0;
}





.site-title {
  margin-bottom  : 0;
  text-transform : uppercase;
  font-size      : 24px;
  font-weight    : 800;
  line-height    : 1;
  letter-spacing : 2px;
}

.site-title a,
.site-title a:hover {
  color : #fff !important;
}

.header-image .site-header.dark .title-area,
.header-image .title-area {
  padding : 0;
}

.header-image .site-title > a {
  display         : block;
  height          : 58px;
  background-size : 250px 58px !important;
  text-indent     : -9999px;
}



.site-description {
  display       : block;
  height        : 0;
  margin-bottom : 0;
  text-indent   : -9999px;
}

/**
 * Site Navigation
 * ----------------------------------------------------------------------------------------------------
 */

.genesis-nav-menu {
  line-height : 1;
    font-family    : 'HeuristicaBold',
                     Helvetica,
                     sans-serif;

}

.genesis-nav-menu .menu-item {
  display    : inline-flex;
  text-align : left;
}

.genesis-nav-menu li li {
  margin-left : 0;
}


.genesis-nav-menu a {
	display: block;
	padding: 15px 30px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
}

 a:hover {
  color : #222;
}

.genesis-nav-menu .current-menu-item a {
  color : #222;
}

.site-header.dark .genesis-nav-menu .current-menu-item a {
  color : #222;
}



.site-header.dark .genesis-nav-menu a:hover {
  color : #222;
}

.genesis-nav-menu li.highlight a:hover::before {
  color : #fff;
}

.genesis-nav-menu li.highlight > a {
  font-weight : 800;
}

.genesis-nav-menu > .menu-item > a {
  text-transform : uppercase;
}

.genesis-nav-menu .sub-menu {
  z-index            : 99;
  position           : absolute;
  top                : 110px;
  left               : -9999px;
  width              : 220px;
  opacity            : 0;
  letter-spacing     : 0;
  -moz-transition    : opacity .4s ease-in-out;
  -ms-transition     : opacity .4s ease-in-out;
  -o-transition      : opacity .4s ease-in-out;
  -webkit-transition : opacity .4s ease-in-out;
  transition         : opacity .4s ease-in-out;
}

.menuscroll .genesis-nav-menu .sub-menu {
  z-index            : 99;
  position           : absolute;
  top                : 50px;
  left               : -9999px;
  width              : 220px;
  opacity            : 0;
  letter-spacing     : 0;
  -moz-transition    : opacity .4s ease-in-out;
  -ms-transition     : opacity .4s ease-in-out;
  -o-transition      : opacity .4s ease-in-out;
  -webkit-transition : opacity .4s ease-in-out;
  transition         : opacity .4s ease-in-out;
}

.genesis-nav-menu .sub-menu a {
  position         : relative;
  width            : 220px;
  padding          : 8px 20px;
  background-color : #f72f2f;
}

.menuscroll .genesis-nav-menu .sub-menu a {
  position         : relative;
  width            : 220px;
  padding          : 6px 20px;
  background-color : #fdd054;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
  color : #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin : -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position : static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left    : auto;
  opacity : 1;
}

.genesis-nav-menu > .first > a {
  padding-left : 0;
}

.genesis-nav-menu > .last > a {
  padding-right : 0;
}

.genesis-nav-menu > .right {
  display         : inline-block;
  padding         : 27px 20px;
  color           : #fff;
  text-transform  : uppercase;
  list-style-type : none;
}

.genesis-nav-menu > .right > a {
  display : inline;
  padding : 0;
}

.genesis-nav-menu > .rss > a {
  margin-left : 48px;
}

.genesis-nav-menu > .search {
  display : block;
  width   : 50%;
  margin  : 0 auto;
  padding : 0 20px 20px;
}

.sidr .menu-item a,
.sidr li a {
  font-family : 'HeuristicaBold',
                Helvetica,
                sans-serif;
}

/* Primary Navigation --------------------------------------------- */

.nav-primary {
  text-align : center;
}

.nav-primary .genesis-nav-menu {
  float : right;
}

/* Secondary Navigation --------------------------------------------- */

.nav-secondary {
  float  : right;
  margin : 10px 0 0px 20px;
}

.nav-secondary li {
  margin-left : 30px;
}

/* Footer Navigation --------------------------------------------- */

.nav-footer .genesis-nav-menu {
  padding : 20px 0;
}

.nav-footer .genesis-nav-menu a {
  margin         : 0 20px;
  padding        : 0;
  border         : none;
  font-weight    : 800;
  letter-spacing : 3px;
}

/* Responsive Menu --------------------------------------------- */

.responsive-menu-icon {
  display       : none;
  margin-bottom : 10px;
  text-align    : center;
  cursor        : pointer;
}

.responsive-menu-icon::before {
  content : "\f333";
  margin  : 0 auto;
  color   : #fff;
  font    : normal 24px/1 "dashicons";
}

.nav-secondary .responsive-menu-icon {
  margin : 10px auto 0;
}

/**
 * Content Area
 * ----------------------------------------------------------------------------------------------------
 */

/* Front Page --------------------------------------------- */

.image-section,
.solid-section {
  width : 100%;
  clear : both;
}

.image-section {
  display      : table;
  width        : 100%;
  overflow     : hidden;
  table-layout : fixed;
}

.image-section .widget-area {
  display        : table-cell;
  text-align     : center;
  vertical-align : middle;
}

.front-page-1 .image-section .widget-area {
  display        : table-cell;
  text-align     : center;
  vertical-align : middle;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
  margin-top : 0px;
}

.solid-section h4 {
  color       : #fff;
  font-weight : 800;
}

.front-page-4 .solid-section h4 {
  color       : #111;
  font-weight : 800;
}
.front-page-6 .solid-section h4 {
  color       : #111;
  font-weight : 800;
}


.front-page-2 {
  margin-top     : 0px;
  padding-top:15px;
  padding-bottom : 0px;
  color          : #222;
  background     : #fff;
}

.front-page-2 .flexible-widgets {
  padding-top    : 0px;
  padding-bottom : 20px;
}

.front-page-2 p {
  text-align : center;
}

.front-page-3 p {
  text-align : center;
}

.front-page-3 p a{
  color:#000;
}
.front-page-3 p a:hover{
  color:#dbdbdb!important;
}

#front-page-2 .image-section h4,
#front-page-2 .solid-section h4 {
  color       : #222;
  font-weight : 800;
}

#front-page-3 .image-section h4 {
  color       : #fff;
  font-weight : 800;
}
#front-page-4 .image-section h4,
#front-page-4 .solid-section h4 {
  color       : #222;
  font-weight : 800;
}
.front-page-7  {
background: #f72f2f;
color:#fff;
text-align: center;
}
.front-page-7  .wrap{
max-width: 990px;
}

.front-page-7  h4{
color:#fff;

}
.front-page-7  a{
color:#fff;

}
#text-25 {
	width: 100%;
	margin: 10px 0px 20px;
}
#text-26 p {
font-size:22px;
font-family    : 'HeuristicaBold',
                 Helvetica,
                 sans-serif;
}
#text-27 a{
font-size:22px;
position:relative;
font-family    : 'HeuristicaBold',
                 Helvetica,
                 sans-serif;

}
#text-27 a::after {
	position: absolute;
	top: -1px;
	right: -70px;
	color: #;
	font-family: "dashicons";
	content: "\f345";
	font-size: 26px;
}
#text-27 {
position:relative;

}
#text-27 a:hover {
	color:#333;
}
#text-27::after {
	border: 2px solid #fff;
	width: 50%;
	position: absolute;
	top: 30px;
	right: 40px;
}

.front-page-3 {
	padding: 30px 0 0px;
	background:#00a99d;
}

.front-page-4{
  padding    : 0px 0px 0px 0;
  background : #fff;
}

.front-page-5 {
  padding    : 50px 0;
  background :#dad8da;
}

.front-page-6 {
  padding    : 50px 0;
  background : rgb(231, 172, 68) none repeat scroll 0 0;
}
.front-page-1 {
  position         : relative;
  background-color : #FFF;
}

.front-page-2 {
  background : #fff;
}

.front-page-1 .image-section {
  padding-top : 0px;
}

.secondary-nav .front-page-1 .image-section {
  padding-top : 0px;
}


.front-page-3 p,
.front-page-4 p,
.front-page-5 p {
  text-align : left;
}

.front-page-5 .flexible-widgets .widget:nth-of-type(1)   {
  float: none;
	margin-bottom:30px;
}
.front-page-3 .widget p {
	font: normal 16px/1.4em "Noto Serif", Helvetica, Arial, sans-serif;
}
.bottom-image {
  margin-top    : 100px;
  margin-bottom : -120px;
}

.bottom-image img {
  margin-bottom : -10px;
}

.front-page .field-wrap:last-child {
  margin-bottom : 0;
}

.small-disclaimer {
  font-size  : 14px;
  font-style : italic;
}

/* Dashicons --------------------------------------------- */

.front-page .dashicons {
  width         : 40px;
  height        : 40px;
  margin-bottom : 20px;
  font-size     : 40px;
}

/* Flexible Widgets --------------------------------------------- */

.flexible-widgets {
  padding-top    : 40px;
  padding-bottom : 40px;
}
#text-22.widget {
  float:none;
  margin-top:70px;
  margin-bottom:20px;
}

.front-page-1 .flexible-widgets {
  padding-top    : 0px;
  padding-bottom : 0px;
}

.flexible-widgets .widget {
  float  : left;
  margin : 0px 0px 0px;
}

#front-page-1 .flexible-widgets .widget {}

#front-page-1 h2 {
  font-size   : 18px;
  line-height : 20px;
}

#front-page-1 .widget-wrap h2 {
  margin : 20px 0px 4px;
}

#front-page-1 .one-third {
  margin-right : 30px;
}

#front-page-1 #featured-post-4.one-third {
  margin-right : 0px;
}
#front-page-2 .widget .entry {
	margin-bottom: 20px;
}
.flexible-widgets.widget-full .widget {
  width       : 100%;
  margin-left : 0;
  padding     : 0;
  background  : none;
}

#text-12 p {
  font-size   : 16px;
  line-height : 20px;
}

#text-12 a {
  float          : right;
  text-transform : uppercase;
  font-family    : 'HeuristicaBold',
                   Helvetica,
                   sans-serif;
}

#text-7 a {
  text-transform : uppercase;
  font-family    : 'HeuristicaBold',
                   Helvetica,
                   sans-serif;
}

#text-7 a:hover {
  color : #fff;
}

#text-7 .pt-cv-mask .pt-cv-content {
  padding-top : 20px;
  color       : #fff;
  font-size   : 18px;
}

.solid-section .widget {
  padding : 10px;
}
.front-page-2 .solid-section .widget {
	padding: 0px 10px;
}
.solid-section .widget-title {
  margin-bottom  : 0px;
  padding-bottom : 20px;
  border-bottom  : 0px solid #ddd;
  text-align     : center;
}


/* Content --------------------------------------------- */

.content {
  width   : 80%;
  float   : left;
  margin  : 5px 0px 0px;
  padding : 20px 0px;
}

.home .content {
  margin     : 0px 0px 0px;
  background : none;
}

.page .content {
  padding-bottom : 50px;
}

.sidebar-content .content {
  float : right;
}

.full-width-content .content {
  width   : 100%;
  padding : 30px;

}

.full-width-content.front-page .content {
  padding : 0;
}
.single-product .content-sidebar-wrap {max-width: 990px;margin:0px auto;}
/* Entries --------------------------------------------- */

.entry {
  margin-bottom : 100px;
}

.widget .entry {
  margin-bottom : 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom : 10px;
  margin-left   : 30px;
}

.entry-content ol > li {
  list-style-type : decimal;
}

.entry-content ul > li {
  list-style-type : square;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom : 0;
}

.entry-content code {
  color            : #ddd;
  background-color : #000;
}

.page .entry-content,
.single .entry-content {
  font : normal 1.1em/1.8em "Noto Serif",
         Helvetica,
         Arial,
         sans-serif;
}
.entry_excerpt h2 {

    font : italic 24px/30px "Noto Serif",Helvetica,
         Arial,
         sans-serif;
}
.quotes {position: relative}
.quotes::before {
        top: 0;
        left: -40px;
        color: #000;
        content: '“';
        font-size: 60px;
        position: absolute;

      }
  .quotes::after {
        right: -20px;
        color: #000;
        content: '”';
        bottom: -120px;
        font-size: 60px;
        position: absolute;

      }

/* Entry Meta --------------------------------------------- */

p.entry-meta {
  margin-bottom : 0;
  font-size     : 20px;
}

.entry-footer,
.entry-header {
  text-align : left;
}

.single .entry-footer,
.single .entry-header {
  text-align : left;
}

.front-page-1 .entry-footer,
.front-page-1 .entry-header {
  text-align : left;
}

.entry-header p.entry-meta {
  margin-bottom  : 16px;
  text-transform : uppercase;
  font-weight    : 700;
  letter-spacing : 2px;
}

.entry-header::after {
  content        : "";
  display        : block;
  width          : 100%;
  margin         : 0 auto 5px;
  padding-bottom : 5px;
  border-bottom  : 0px solid #000;
}

.image-section .entry-header::after {
  border-color : #fff;
}

.entry-footer::before {
  content     : "";
  display     : none;
  width       : 25%;
  margin      : 30px auto 0;
  padding-top : 60px;
  border-top  : 0px solid #000;
}

.sidebar .entry-header::after {
  display : none;
}

.entry-categories::before,
.entry-tags::before {
  display                : inline-block;
  margin-top             : 2px;
  margin-right           : 5px;
  vertical-align         : top;
  font                   : normal 20px/1 "dashicons";
  -webkit-font-smoothing : antialiased;
}

.entry-comments-link::before {
  content : "\2014";
  margin  : 0 6px 0 2px;
}

/* After Entry --------------------------------------------- */

.after-entry {
  padding    : 40px 0;
  border-top : 1px solid #000;
}

.after-entry .widget {
  margin-bottom : 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
  margin : 0;
}

.after-entry li {
  list-style-type : none;
}

/* Pagination --------------------------------------------- */

.pagination {
  clear  : both;
  margin : 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom : 0;
}

.archive-pagination li {
  display : inline;
}

.archive-pagination li a {
  display          : inline-block;
  padding          : 8px 12px;
  color            : #fff;
  background-color : #000;
  box-shadow       : 0 0 1px rgba(0, 0, 0, 0.1);
  text-transform   : uppercase;
  font-size        : 14px;
  letter-spacing   : 1px;
  cursor           : pointer;
}

.archive-pagination .active a,
.archive-pagination li a:hover {
  color            : #fff;
  background-color : #f72f2f;
}

/* Comments --------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom : 100px;
}

.entry-comments .comment,
.entry-comments .comment-reply,
p.comment-meta {
  margin-bottom : 40px;
}

.comment-header {
  font-size : 20px;
}

.entry-comments .comment {
  border-bottom : 1px solid #000;
}

.comment-content,
.entry-comments .comment {
  clear : both;
}

.entry-comments .children .comment,
.entry-comments .comment-author,
p.form-submit {
  margin : 0;
}

.entry-comments .children .comment {
  border : none;
}

.comment-respond label {
  display     : block;
  font-weight : 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width : 100%;
}

.comment-list li,
.ping-list li {
  list-style-type : none;
}

.entry-comments ul.children {
  margin-left : 40px;
}

.ping-list .reply {
  display : none;
}

/**
 * Sidebar
 * ----------------------------------------------------------------------------------------------------
 */

.widget-title {
  color       : #000;
  font-size   : 22px;
  font-weight : 700;
}

.sidebar {
  width      : 20%;
  float      : right;
  margin-top : 75px;
  padding    : 20px;
}

.sidebar-content .sidebar {
  float : left;
}

.sidebar p:last-child {
  margin-bottom : 0;
}

.sidebar li {
  margin-bottom   : 6px;
  word-wrap       : break-word;
  list-style-type : none;
}

.sidebar ul > li:last-child {
  margin-bottom : 0;
}

.sidebar .widget {
  margin-bottom : 40px;
}


.menupage li:before {
  content     : "\f18e";
  display     : inline-block;
  width       : 1.3em;
  margin-left : -1.3em;
  color       :#f72f2f;
  font-family : FontAwesome;
  /* FontAwesome Unicode */
  /* same as padding-left set on li */
  /* same as padding-left set on li */
}

.menupage ul {
  padding    : 0;
  list-style : none;
}

.menupage li {
  margin-bottom : 3px;
  padding-left  : 1.3em;
  font-size     : 17px;
  font-weight   : bold;
  line-height   : 18px;
}

/**
 * Footer Widgets
 * ----------------------------------------------------------------------------------------------------
 */

.footer-widgets {
  z-index    : 9;
  position   : relative;
  clear      : both;
  background : #333;
}

.footer-widgets .wrap {
  padding-top    : 40px;
  padding-bottom : 20px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
  color : #fff;
}

.footer-widgets a:hover {
  color : #B98E3C;
}

.footer-widgets li {
  margin-bottom  : 10px;
  padding-bottom : 10px;
}

.footer-widgets .widget {
  margin-bottom : 20px;
  text-align: center;
}
.footer-widgets .widget p {
	font: normal 0.8em/1.7em "Noto Serif", Helvetica, Arial, sans-serif;
}
.footer-widgets .first {
  text-align: left;
  padding-left: 0px;
}
.footer-widgets p:last-child {
  margin-bottom : 0;
}

/**
 * Site Footer
 * ----------------------------------------------------------------------------------------------------
 */

.site-footer {
  padding    : 10px;
  text-align : left;
background:#333;
}

.site-footer,
.site-footer a {
  color     : #fff;
  font-size : 13px;
}

.site-footer p {
  color : #fff;
}

.site-footer a:hover {
  color : #fdd054;
}

.site-footer p {
  margin-bottom  : 0;
  font-size      : 13px;
  letter-spacing : 1px;
  text-align: center;
}

.wpml-ls-statics-footer .wpml-ls-current-language:hover > a,
.wpml-ls-statics-footer .wpml-ls-current-language > a,
.wpml-ls-statics-footer .wpml-ls-current-language > a:focus,
.wpml-ls-statics-footer a,
.wpml-ls-statics-footer a:focus,
.wpml-ls-statics-footer a:hover {
  color            : #fff!important;
  background-color : #fdd054!important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom : 0px!important;
}

/* apertura 4.3.3 */

.apertura-container {
  width      : 100%;
  height     : calc(100vh -60px);
  background : #222222;
}

@media
  (min-width : 60em) {
  .apertura-container {
    height     : 60vh;
  }
}

.apertura-container .apertura-wrapper {
  width  : 100%;
  height : 100%;
}



@media
  (min-width : 60em) {
  .apertura-container .apertura-wrapper .apertura-slide {
    /* Center slide text vertically */
    display                 : -webkit-box;
    display                 : -webkit-flex;
    display                 : flex;
    display                 : -ms-flexbox;
    -webkit-box-align       : center;
    -webkit-box-pack        : center;
    -webkit-align-items     : center;
    align-items             : center;
    -ms-flex-align          : center;
    -ms-flex-pack           : center;
    -webkit-justify-content : center;
    justify-content         : center;
  }
}

.apertura-container .apertura-wrapper .apertura-slide .overlay {
  position   : absolute;
  width      : 100%;
  height     : 100%;
  /*opacity    : 0.2;
  background : #000;*/
  top:0px;
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-img {
  display             : block;
  width               : 100%;
  height              : 30vh;
  max-height          : 300px;
  background-position : right right;
  background-size     : cover;
}

@media
  (min-width : 40.625em) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-img {
    width      : 100%;
    height     : 420px;
    max-height : initial;
  }
}

@media
  (min-width : 60em) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-img {
    width               : 100%;
    height              : 100%;
    background-position : center center;
  }
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-img.slide-1 {
  background-position : center center;
  background-size     : cover;
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-img.slide-2 {
  background-position : center center;
  background-size     : cover;
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-img.slide-3 {
  background-position : center center;
  background-size     : cover;
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-content {
  position   : relative;
  height     : 50%;
  padding    : 1em 1.4em 3em;
  color      : white;

}

@media
  (min-width : 60em) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content {
    z-index     : 999999999;
    display     : flex;
    position    : absolute;
    width       : 100%;
    max-width   : 830px;
    height      : 40%;
    margin      : 0 auto;
    padding     : 1em;
    background  : transparent;
    align-items : center;
  }
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
	font-size: 68px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 72px;
	/* font-weight: 800; */
	color: #fff;
	width: 100%;

	text-align: center;
	letter-spacing: 0px;
}

@media
(max-width : 9999px) {
  .apertura-container {
    height     : 800px;

  }

  .apertura-container .apertura-wrapper .apertura-slide .apertura-img {
    width: 100%;
    height: 800px;
    max-height: initial;
  }
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
  	font-size: 60px;
  	line-height: 68px;
  	width: 100%;
    /*	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);*/

  }
    .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 a:hover {
      /* text-shadow: 0px 0px 0px rgb(0,0,0); */
  }
}


@media
(max-width : 1700px) {
  .apertura-container {
    height     : 700px;

  }
  .apertura-container .apertura-wrapper .apertura-slide .apertura-img {
    width: 100%;
    height: 700px;
    max-height: initial;
  }

}

@media
  (max-width : 1400px) {
  .apertura-container {
    height: 550px;

  }
  .apertura-container .apertura-wrapper .apertura-slide .apertura-img {
  	width: 100%;
  	height: 550px;
  	max-height: initial;
  }
}
@media
  (max-width : 1280px) {
  .apertura-container {
    height: 450px;

  }
  .apertura-container .apertura-wrapper .apertura-slide .apertura-img {
  	width: 100%;
  	height: 450px;
  	max-height: initial;
  }
}
@media
  (max-width : 1200px) {
  .apertura-container {
    height: 400px;

  }
  .apertura-container .apertura-wrapper .apertura-slide .apertura-img {
  	width: 100%;
  	height: 400px;
  	max-height: initial;
  }
}




@media
  (max-width : 1700px) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
  	font-size: 60px;
  	line-height: 68px;


  }
}
@media
  (max-width : 1440px) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
  	font-size: 58px;
  	line-height: 66px;


  }
}

@media
  (max-width : 1330px) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {

  }
  .apertura-container .apertura-wrapper .apertura-slide .apertura-img {
background-position: center center;

}
}
@media
  (max-width : 1280px) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
  	font-size: 46px;
  	line-height: 52px;

  }

}
  @media
  (max-width : 1024px) {
    .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
    	font-size: 48px;
    	line-height: 54px;

    }

}
@media
  (max-width : 960px) {
    .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
    	margin-top: 0;
    	margin-bottom: 0;
    	color: #fff;
    	font-size: 44px;
    	line-height: 48px;
    	float: none;
    	width: 100%;
    	text-align: center;
    }

.apertura-container .apertura-wrapper .apertura-slide .apertura-content {
	position: relative;
	height: 100%;
	padding: 25px 10px 55px;
	margin-top: -25%;
}
}
@media
  (max-width : 700px) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
  	font-size: 30px;
  	line-height: 34px;
  	  }
      }
@media
  (max-width : 600px) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
  	font-size: 26px;
  	line-height: 30px;
  	  }
.apertura-container .apertura-wrapper .apertura-slide .apertura-img {
	display: block;
	width: 100%;
	height: 300px;
	max-height: 300px;
	background-size: cover;
}
.apertura-container .apertura-wrapper .apertura-slide .apertura-content {
	position: relative;
	height: 100%;
	padding: 20px 10px 60px;
}
.apertura-container {height:300px;}
.apertura-container .apertura-wrapper .apertura-slide .apertura-content p {
  margin-top : 5px;
  font-size  : 16px;
}

}
@media
  (max-width : 480px) {
    .apertura-container .apertura-wrapper .apertura-slide .apertura-content h1 {
    	font-size: 23px;
    	line-height: 28px;

    }
      .apertura-container .apertura-wrapper .apertura-slide .apertura-content {
      position: relative;
      height: 100%;
      padding: 10px 10px 70px;
      }
      }
@media
  (min-width : 60em) {
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content p {
    font-size : 40px;
  }
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-content .content {
  max-width  : 990px;
  text-align : center;
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-content .content button {
  padding        : 10px 20px;
  color          : #222;
  border         : 0;
  background     : #e4e4e4;
  text-transform : uppercase;
  font-size      : 14px;
}

.apertura-container .apertura-pagination-bullet-active {
  opacity    : 1;
  background : #fff;
}

.apertura-pagination-bullet {
  opacity    : 0.7;
  background : white;
}

.apertura-container-horizontal > .apertura-pagination-bullets {
  position : relative;
  bottom   : 20px;
}

@media
  (min-width : 60em) {
  .apertura-container-horizontal > .apertura-pagination-bullets {
    position : absolute;
    bottom   : 30px;
  }
}

.apertura-button-next,
.apertura-button-prev {
  top     : 24%;
  width   : 40px;
  height  : 24px;
  opacity : 0.6;
}

@media
  (min-width : 60em) {
  .apertura-button-next,
  .apertura-button-prev {
    top    : 50%;
    width  : 40px;
    height : 60px;
  }
}

@media
  (min-width : 60em) {
  .apertura-button-next {
    right : 30px;
  }
}

@media
  (min-width : 60em) {
  .apertura-button-prev {
    left : 30px;
  }
}

/* ! Custom CSS*/

.colophon {
	max-width: 700px;
	margin: auto;
}

#wpadminbar {
  z-index: 99999999!important;
}
.home #articoli_evidenza .noautori .entry_meta {display: none;}
 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
   padding: 0 5%!important;
 }
 #responsive-menu-pro-container .responsive-menu-pro-search-box {
	background: #f72f2f!important;
	border: 2px solid rgba(255, 255, 255, 1)!important;
	color: #fff!important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box::placeholder {
	color: #ffffff !important;
	opacity: 1;
	font-weight: 700!important;
}
 .cart-subtotal.recurring-total, .recurring-totals,.no_subscriptions .button, .shipping.recurring-total, span.subscription-details,.order-total.recurring-total,li.woocommerce-MyAccount-navigation-link--edit-address,li.woocommerce-MyAccount-navigation-link--orders, li.woocommerce-MyAccount-navigation-link--wt-smart-coupon  {
   display: none!important;
 }
 /**
  * Ho tolto .subscription_details a.button.subscription_renewal_early */
.subscription_details a.button.change_address {display: none!important}

.woocommerce-account .addtoany_content {display: none!important}
.woocommerce-MyAccount-content a.button {
  margin-top:5px!important;
}
.woocommerce-checkout ul li {list-style-type:none;}

.coupon input {min-width: 260px;}
.box-abbonati {
  background: #02a089;
  padding:30px 20px;
}
.abbonati-testo {
	font-size: 24px;
	line-height: 24px;
	font-family: 'HeuristicaBold', Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.abbonati-subito {
  font-size:28px;
  	line-height: 28px;
  	font-family: 'HeuristicaBold', Helvetica, sans-serif;
    color:#000;
    text-align: center;
}
.abbonati-subito a{
    color:#000;
}
.abbonati-subito a:hover{
    color:#fff;
}
 .home .post-25956 span.autore {display:none}


 .woocommerce span.onsale {
	/* min-height: 80px; */
	min-width: 100%!important;
	padding:11px!important;
	border-radius: 0px!important;
	color: #fff;
	font-size: 16px!important;
	background: rgba(0,0,0,0.7) !important;
  line-height: 10px!important;
	/* text-transform: uppercase; */
	font-family: 'HeuristicaBold', Helvetica, sans-serif;
	height: 30px!important;
  	min-height: 30px!important;
	top: 197px !important;

}
.single.woocommerce span.onsale, .page-id-20 span.onsale{
	/* min-height: 80px; */
	min-width: 100px !important;
	padding: 11px !important;
	border-radius: 0px !important;
	color: #fff;
	font-size: 16px !important;
	background: #333 !important;
	line-height: 10px !important;
	/* text-transform: uppercase; */
	font-family: 'HeuristicaBold', Helvetica, sans-serif;
	height: 30px !important;
	min-height: 30px !important;
	top: 0px !important;
	max-width: 104px !important;
	width: 100%;
	/* transform: rotate(41deg); */
  left:9px!important;
}


.mailpoet-subscription-field-gdpr {font-size: 14px;line-height: 18px; margin-bottom:20px!important;}
 #text-17 {
 	padding-left: 20px;
 	margin-top: -15px;
 }
.page-id-535 .u-column1.col-1.woocommerce-Address {
  display: none;
}
.page-id-535 .u-column2.col-2 {
  width:100%!important;
}
 .widget h4 a {color:#fff;}
 .widget h4 a:hover {color:#333}
 .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .home .woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color:#484848;
}
.admin-bar button#responsive-menu-button {
	top:35px;
}
.admin-bar .site-header {

	top: 32px;

}
.role-customer button#responsive-menu-button {
	top:0px;
}
#responsive-menu-pro-container {
  left:0px;
  padding: 50px 30px 20px!important;
}
.single-rivista .site-inner
{max-width:100%}

.single-rivista .content {
	width: 100%;
	padding: 0px;
	margin:0px;
}
.single-rivista .hentry {
	max-width: 990px;
	margin:auto;
	padding:30px 0px;
}
.front-page-1 .wrap {
  max-width : 2560px;
}
/* ! Numeri Rivista */
#rivista-1 {
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2018/11/jacobin2.jpg;');
  background-color: #cccccc;
  /* Used if the image is unavailable */
  height: 100vh;
  /* You must set a specified height */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

#post-29527 #rivista-1 {
  background-color: #d73434;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2019/12/sommario_jacobin5.jpg');
  background-position: center;
  /* Center the image */
}

#post-17276 #rivista-1 {
  background-color: #EC6708;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2019/02/APERTURA_SOMMARIO_jacobin2.jpg;');
  background-position: center;
  /* Center the image */
}

#post-21017 #rivista-1 {
  background-color: #34bbce;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2019/06/APERTURA_SOMMARIO_jacobin3-1.jpg;');
  background-position: center;
  /* Center the image */
}

#post-23562 #rivista-1 {
  background-color: #66c530;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2019/09/APERTURA_SOMMARIO_jacobin4.jpg;');
  background-position: center;
  /* Center the image */
}


#post-34462 #rivista-1 {
  background-color: #2e3765;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2020/03/APERTURA_SOMMARIO_jacobin6.jpg;');
  background-position: center;
  /* Center the image */
}

#post-39203 #rivista-1 {
  background-color: #e30a15;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2020/06/APERTURA_SOMMARIO_jacobin7.jpg;');
  background-position: center;
  /* Center the image */
}
#post-41931 #rivista-1 {
  background-color: #333;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2020/09/APERTURA_SOMMARIO_jacobin8.jpg;');
  background-position: center;
  /* Center the image */
}


.rivista .addtoany_content {
  display: none;
}

#post-17276 #rivista-1 h1, #post-21017 #rivista-1 h1, #post-29527 #rivista-1 h1, #post-34462 #rivista-1 h1, #post-41931 #rivista-1 h1 {
  display: none;
}

.rivista-2 h1 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}

.rivista-2 {
  background: #FFFFFF;
}

.rivista-3 {
  background: #FFFFFF;
}

.rivista-4 {
  background: #FAFFBB;
  padding: 40px 0px;
}

.rivista-5 {
  background: #FFF;
  padding: 30px 0px;
}

.rivista-7 {
  background: #FAFFBB;
}

.rivista-8 {
  background: #e1f1f0;
}

.rivista-2 img {
  max-width: 480px;
  width: 100%;
}

.rivista-3 img {
  max-width: 480px;
  width: 100%;
}

#post-34462 .rivista-2 img {
  max-width: 230px;
  width: 100%;
}
#post-41931 .rivista-2 img {
	max-width: 130px;
	width: 100%;
}
#post-41931 .rivista-3 img {
  max-width: 230px;
  width: 100%;
}
#post-41931 .rivista-4 img {
	max-width: 400px;
	width: 100%;
}
#post-41931 .rivista-5 img {
	max-width: 250px;
	width: 100%;
}
#post-41931 .rivista-6 img {
	max-width: 260px;
	width: 100%;
}
#post-41931 .rivista-7 img {
	width: 100%;
  max-width: 230px;
}
#post-41931 .rivista-4, #post-41931 .rivista-7 {
	background: #d7d7d7;
	padding: 40px 0px;
}
#post-34462 .rivista-2 .hentry h1 {
  font-size: 40px;
  margin-bottom: 50px;
}

#post-39203 .rivista-2 img {
  max-width: 365px;
  width: 100%;
}

#post-39203 .rivista-3 img {
  max-width: 230px;
  width: 100%;
}

#post-39203 .rivista-5 img {
  max-width: 195px;
  width: 100%;
}

#post-39203 .rivista-6 img {
  max-width: 290px;
  width: 100%;
}

#post-34462 .rivista-7 .hentry h2 {
  font-size: 28px;
}

#post-34462 .rivista-3 img {
  max-width: 460px;
  width: 100%;
}

#post-34462 .rivista-4 img {
  max-width: 250px;
  width: 100%;
  margin-top: -30px;
}

#post-34462 .rivista-5 img {
  max-width: 320px;
  width: 100%;
}

#post-34462 .rivista-6 img {
  max-width: 220px;
  width: 100%;
}

#post-29527 .rivista-2 img {
  max-width: 200px;
  width: 100%;
}

#post-29527 .rivista-3 img {
  max-width: 320px;
  width: 100%;
}

#post-29527 .rivista-4 img {
  max-width: 365px;
  width: 100%;
}

#post-29527 .rivista-5 img {
  max-width: 350px;
  width: 100%;
}

#post-29527 .rivista-6 img {
  max-width: 350px;
  width: 100%;
}

#post-29527 .rivista-7 img {
  max-width: 270px;
  width: 100%;
}

.postid-17276 .rivista-3 img {
  max-width: 290px;
  width: 100%;
}

.rivista-4 img {
  max-width: 250px;
  width: 100%;
}

.postid-23562 .rivista-2 img {
  max-width: 230px;
  width: 100%;
}

.postid-23562 .rivista-3 img {
  max-width: 230px;
  width: 100%;
}

.postid-23562 .rivista-6 img {
  max-width: 500px;
  width: 100%;
}

.postid-605 .rivista-4 img {
  max-width: 150px;
  width: 100%;
}

.postid-17276 .rivista-4 img {
  max-width: 250px;
  width: 100%;
  float: right;
}

.post-21017 .rivista-4 img {
  max-width: 100%;
  width: 100%;
  float: right;
}

.post-21017 .rivista-6 img {
  max-width: 250px;
  margin-top: -40px;
}

.rivista-6 img {
  max-width: 350px;
  width: 100%;
}

.postid-17276 .rivista-6 img {
  max-width: 190px;
  width: 100%;
}

.rivista-5 img {
  max-width: 300px;
  width: 100%;
}

.postid-17276 .rivista-5 img {
  max-width: 190px;
  width: 100%;
}

.postid-605 .site-header,
.postid-605 button#responsive-menu-pro-button {
  background: #f1138f
}

.postid-17276 .site-header,
.postid-17276 button#responsive-menu-pro-button, body.postid-17276 {
  background: #00AABC
}

.postid-23562 .site-header,
.postid-23562 button#responsive-menu-pro-button, body.postid-23562 {
  background: #66c530
}

.postid-21017 .site-header, .postid-21017 button#responsive-menu-pro-button, body.postid-21017 {
  background: #d4a137
}

.postid-34462 .site-header, .postid-34462 button#responsive-menu-pro-button, body.postid-34462 {
  background: #2e3765
}

.postid-39203 .site-header, .postid-39203 button#responsive-menu-pro-button, body.postid-39203 {
  background: #099ed4
}
.postid-41931 .site-header, .postid-41931 button#responsive-menu-pro-button, body.postid-41931 {
  background: #111;
}

.postid-23562 #rivista-1 .hentry {
  display: none
}
/* ! Jacobin 9 */

.postid-45721 .site-header, .postid-45721 button#responsive-menu-pro-button, body.postid-45721 {
  background: #b07ba7;
}
#post-45721 .rivista-7 {
	background: #b2deeb;
}
#post-45721 #rivista-1 {
  background-color: #b07ba7;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2020/12/APERTURA_SOMMARIO_jacobin9.jpg');
  background-position: center;
  /* Center the image */
}
#post-45721  .rivista-4 {
	background: #f9edf5;
	padding: 40px 0px;
}
#post-45721 .rivista-2 img {
  max-width: 275px;
  width: 100%;
}
#post-45721 .rivista-3 img {
	max-width: 360px;
	width: 100%;
}

#post-45721 .rivista-4 img {
	max-width: 390px;
	width: 100%;
	margin-top: 3px;
}

#post-45721 .rivista-5 img {
	max-width: 320px;
	width: 100%;
}
#post-45721 .rivista-6 img {
	max-width: 210px;
	width: 100%;
}

#post-45721 .rivista-7 img {
  max-width: 220px;
  width: 100%;
}
#post-45721 .rivista-4 .articolo_rivista span.autore a:nth-child(1) {
	display: block;
}

/* ! Jacobin 10 */
.postid-49996 .site-header, .postid-49996 button#responsive-menu-pro-button, body.postid-49996 {
  background: #7a3053;
}
#post-49996 .rivista-7 {
	background: #b2deeb;
}
#post-49996 .rivista-1 h1 {
	display: none;
}
#post-49996 #rivista-1 {
  background-color: #f8eb5c;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2021/03/APERTURA_SOMMARIO_jacobin_10.jpg');
  background-position: center;
  /* Center the image */
}
#post-49996  .rivista-4 {
	background: #f9edf5;
	padding: 40px 0px;
}
#post-49996 .rivista-2 img {
  max-width: 358px;
  width: 100%;
}
#post-49996 .rivista-3 img {
	max-width: 234px;
	width: 100%;
	margin-top: -20px;
}


#post-49996 .rivista-4 img {
	max-width: 220px;
	width: 100%;
	margin-top: -8px;
}
#post-49996 .rivista-5 img {
	max-width: 420px;
	width: 100%;
}

#post-49996 .rivista-6 img {
	max-width: 200px;
	width: 100%;
}

#post-49996 .rivista-7 img {
	max-width: 310px;
	width: 100%;
}
#post-49996 .rivista-4 .articolo_rivista span.autore a:nth-child(1) {
	display: block;
}

/* ! Fine Jacobin 10 */

/* ! Inizio Jacobin 11 */
.postid-53079 .site-header, .postid-53079 button#responsive-menu-pro-button, body.postid-53079 {
  background: #666;
}
#post-53079 .rivista-7 {
	background: #b2deeb;
}
#post-53079 .rivista-1 h1 {
	display: none;
}
#post-53079 #rivista-1 {
  background-color: #000;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2021/06/APERTURA_SOMMARIO_jacobin_11.jpg');
  background-position: center;
  /* Center the image */
}
#post-53079  .rivista-4 {
	background: #f9edf5;
	padding: 40px 0px;
}
#post-53079 .rivista-2 img {
	max-width: 190px;
	width: 100%;
}
#post-53079 .rivista-3 img {
	max-width: 270px;
	width: 100%;
	margin-top: 0px;
}

#post-53079 .rivista-4 img {
	max-width: 220px;
	width: 100%;
	margin-top: 0px;
}
#post-53079 .rivista-5 img {
	max-width: 270px;
	width: 100%;
}

#post-53079 .rivista-6 img {
	max-width: 360px;
	width: 100%;
}

#post-53079 .rivista-7 img {
	max-width: 360px;
	width: 100%;
}
#post-53079 .rivista-4 .articolo_rivista span.autore a:nth-child(1) {
	display: block;
}
/* ! Fine Jacobin 11 */


/* ! Inizio Jacobin 12 */
.postid-55939 .site-header, .postid-55939 button#responsive-menu-pro-button, body.postid-55939, .postid-55939 #responsive-menu-pro-container,.postid-55939  #responsive-menu-pro-container #responsive-menu-pro-wrapper,.postid-55939 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover, .postid-55939 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:focus, .postid-55939 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a,.postid-55939 #responsive-menu-pro-container .responsive-menu-pro-search-box {
  background: #8a5196!important;
}
#post-55939 .rivista-7 {
	background: #b2deeb;
}
#post-55939 .rivista-1 h1 {
	display: none;
}
#post-55939 #rivista-1 {
  background-color: #000;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2021/09/APERTURA_SOMMARIO_jacobin_12.jpg');
  background-position: center;
  /* Center the image */
}
#post-55939  .rivista-4 {
	background: #f9edf5;
	padding: 40px 0px;
}
#post-55939 .rivista-2 img {
	max-width: 270px;
	width: 100%;
}
#post-55939 .rivista-3 img {
	max-width: 150px;
	width: 100%;
	margin-top: -10px;
}
#post-55939 .rivista-4 img {
	max-width: 300px;
	width: 100%;
	margin-top: 0px;
}
#post-55939 .rivista-5 img {
	max-width: 270px;
	width: 100%;
}

#post-55939 .rivista-6 img {
	max-width: 360px;
	width: 100%;
}

#post-55939 .rivista-7 img {
	max-width: 280px;
	width: 100%;
}
#post-55939 .rivista-8 img {
	max-width: 280px;
	width: 100%;
}
#post-55939 #rivista-7 {
	background:#e9e4fd;
  padding-top:30px;
}
#post-55939 #rivista-8 {
  margin-top:-30px;
  padding-bottom:20px;
	background: #e9e4fd
}
#post-55939 .rivista-6 .hentry {
	padding-top: 0px;
}
#post-55939 .rivista-6 {
	padding-bottom: 30px;
}
/* ! Fine Jacobin 12 */


/* ! Inizio Jacobin 13 */
.postid-58855 .site-header, .postid-58855 button#responsive-menu-pro-button, body.postid-58855, .postid-58855 #responsive-menu-pro-container,.postid-58855  #responsive-menu-pro-container #responsive-menu-pro-wrapper,.postid-58855 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover, .postid-58855 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:focus, .postid-58855 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a,.postid-58855 #responsive-menu-pro-container .responsive-menu-pro-search-box {
  background: #96191e!important;
}
#post-58855 .rivista-7 {
	background: #b2deeb;
}
#post-58855 .rivista-1 h1 {
	display: none;
}
#post-58855 #rivista-1 {
  background-color: #000;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2021/12/APERTURA_SOMMARIO_jacobin_13.jpg');
  background-position: center top;
  /* Center the image */
}
#post-58855  .rivista-4 {
	background: #f9edf5;
	padding: 40px 0px;
}
#post-58855 .rivista-2 img {
	max-width: 300px;
	width: 100%;
}
#post-58855 .rivista-3 img {
	max-width: 300px;
	width: 100%;
	margin-top: 0px;
}
#post-58855 .rivista-4 img {
	max-width: 380px;
	width: 100%;
	margin-top: 0px;
}
#post-58855 .rivista-5 img {
	max-width: 400px;
	width: 100%;
}

#post-58855 .rivista-6 img {
	max-width: 500px;
	width: 100%;
}

#post-58855 .rivista-7 img {
	max-width: 280px;
	width: 100%;
  margin-top:-10px;
}
#post-58855 .rivista-8 img {
	max-width: 280px;
	width: 100%;
}
#post-58855 #rivista-7 {
	background:#e9e4fd;
  padding-top:30px;
}
#post-58855 #rivista-8 {
  margin-top:-30px;
  padding-bottom:20px;
	background: #e9e4fd
}
#post-58855 .rivista-6 .hentry {
	padding-top: 0px;
}
#post-58855 .rivista-6 {
	padding-bottom: 30px;
}
/* ! Fine Jacobin 13 */

/* ! Inizio Jacobin 14 */
.postid-62777 .site-header, .postid-62777 button#responsive-menu-pro-button, body.postid-62777, .postid-62777 #responsive-menu-pro-container,.postid-62777  #responsive-menu-pro-container #responsive-menu-pro-wrapper,.postid-62777 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover, .postid-62777 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:focus, .postid-62777 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a,.postid-62777 #responsive-menu-pro-container .responsive-menu-pro-search-box {
  background:#613395!important;
}
#post-62777 .rivista-7 {
	background: #b2deeb;
}
#post-62777 .rivista-1 h1 {
	display: none;
}
#post-62777 #rivista-1 {
  background-color: #000;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2022/03/APERTURA_SOMMARIO_jacobin_14.jpg');
  background-position: center top;
  /* Center the image */
}
#post-62777  .rivista-4 {
	background: #f9edf5;
	padding: 40px 0px;
}
#post-62777 .rivista-2 img {
	max-width: 360px;
	width: 100%;
}
#post-62777 .rivista-3 img {
	max-width: 360px;
	width: 100%;
	margin-top: 0px;
}
#post-62777 .rivista-4 img {
	max-width: 240px;
	width: 100%;
	margin-top: -20px;
	margin-bottom: -20px;
}
#post-62777 .rivista-5 img {
	max-width: 240px;
	width: 100%;
	margin-top: -20px;
	margin-bottom: -20px;
}

#post-62777 .rivista-6 img {
	max-width: 280px;
	width: 100%;
}

#post-62777 .rivista-7 img {
	max-width: 280px;
	width: 100%;
  margin-top:-10px;
}
#post-62777 .rivista-8 img {
	max-width: 280px;
	width: 100%;
}
#post-62777 #rivista-7 {
	background:#e9e4fd;
  padding-top:30px;
}
#post-62777 #rivista-8 {
  margin-top:-30px;
  padding-bottom:20px;
	background: #e9e4fd
}
#post-62777 .rivista-6 .hentry {
	padding-top: 0px;
}
#post-62777 .rivista-6 {
	padding-bottom: 30px;
	background: #fff6dc;
	padding-top: 30px;
}
/* ! Fine Jacobin 14 */


/* ! Inizio Jacobin 15 */
.postid-65007 .site-header, .postid-65007 button#responsive-menu-pro-button, body.postid-65007, .postid-65007 #responsive-menu-pro-container,.postid-65007  #responsive-menu-pro-container #responsive-menu-pro-wrapper,.postid-65007 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover, .postid-65007 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:focus, .postid-65007 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a,.postid-65007 #responsive-menu-pro-container .responsive-menu-pro-search-box {
  background:#2b6b99!important;
}
#post-65007 .rivista-7 {
	background: #b2deeb;
}
#post-65007 .rivista-1 h1 {
	display: none;
}
#post-65007 #rivista-1 {
  background-color: #000;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2022/06/APERTURA_SOMMARIO_jacobin_15-1.jpg');
  background-position: center top;
  /* Center the image */
}
#post-65007  .rivista-4 {
	background: #f9edf5;
	padding: 40px 0px;
}
#post-65007 .rivista-2 img {
	max-width: 365px;
	width: 100%;
}
#post-65007 .rivista-3 img {
	max-width: 365px;
	width: 100%;
	margin-top: 0px;
}
#post-65007 .rivista-4 img {
	max-width: 240px;
	width: 100%;
	margin-top: -20px;
	margin-bottom: -20px;
}
#post-65007 .rivista-5 .one-half .articoli_rivista
{margin-top:35px;}

#post-65007 .rivista-5 img {
	max-width: 220px;
	width: 100%;
	margin-top: -20px;
	margin-bottom: -20px;
}
#post-65007 .rivista-6 .one-half .articoli_rivista
{margin-top:40px;}

#post-65007 .rivista-6 img {
	max-width: 280px;
	width: 100%;
}

#post-65007 .rivista-7 img {
	max-width: 260px;
	width: 100%;
  margin-top:-10px;
}
#post-65007 .rivista-7 .articoli_rivista
{margin-top:40px;}

#post-65007 .rivista-8 img {
	max-width: 280px;
	width: 100%;
}
#post-65007 #rivista-7 {
	background:#e9e4fd;
  padding-top:30px;
}
#post-65007 #rivista-8 {
  margin-top:-30px;
  padding-bottom:20px;
	background: #e9e4fd
}
#post-65007 .rivista-6 .hentry {
	padding-top: 0px;
}
#post-65007 .rivista-6 {
	padding-bottom: 30px;
	background: #fff6dc;
	padding-top: 60px;
}
#post-65007  .rivista-7 .hentry h2 {
	margin-bottom: 40px;
}
/* ! Fine Jacobin 15 */
/* ! Inizio Jacobin 16 */
.postid-67049 .site-header, .postid-67049 button#responsive-menu-pro-button, body.postid-67049, .postid-67049 #responsive-menu-pro-container,.postid-67049  #responsive-menu-pro-container #responsive-menu-pro-wrapper,.postid-67049 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover, .postid-67049 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:focus, .postid-67049 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a,.postid-67049 #responsive-menu-pro-container .responsive-menu-pro-search-box {
  background:#f47d21!important;
}
#post-67049 .rivista-7 {
	background: #4b2728;
}
#post-67049 .rivista-1 h1 {
	display: none;
}
#post-67049 #rivista-1 {
  background-color: #000;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2022/09/ARTICOLO_EDITORIALE_jacobin_16.jpg');
  background-position: center top;
  /* Center the image */
}
#post-67049  .rivista-4 {
	background: #f8d8ca;
	padding: 40px 0px;
}
#post-67049 .rivista-2 img {
	max-width: 310px;
	width: 100%;
	margin-top: -10px;
}
#post-67049 .rivista-3 img {
	max-width: 310px;
	width: 100%;
	margin-top: -10px;
}
#post-67049 .rivista-3 {
	padding-bottom: 30px;
}
#post-67049 .rivista-4 img {
	max-width: 320px;
	width: 100%;
	margin-top: -10px;
	margin-bottom: -10px;
}
#post-67049 .rivista-5 .one-half .articoli_rivista
{margin-top:35px;}

#post-67049 .rivista-5 img {
	max-width: 320px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}
#post-67049 .rivista-6 .one-half .articoli_rivista
{margin-top:40px;}

#post-67049 .rivista-6 img {
	max-width: 320px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
#post-67049 .rivista-7 img {
	max-width: 320px;
	width: 100%;
  margin-top:10px;
}
#post-67049 .rivista-7 .articoli_rivista
{margin-top:40px;}

#post-67049 .rivista-8 img {
	max-width: 490px;
	width: 100%;
	margin-top: 35px;
}
#post-67049 #rivista-7 {
	background:#fff;
  padding-top:30px;
  padding-bottom:60px;
}
#post-67049 #rivista-8 {
  margin-top:-30px;
  padding-bottom:20px;
	background:#e0f3ff;
}
#post-67049 .rivista-6 .hentry {
	padding-top: 0px;
}
#post-67049 .rivista-6 {
	padding-bottom: 30px;
	background:#f2c7b9;
	padding-top: 60px;
}
#post-67049  .rivista-7 .hentry h2 {
	margin-bottom: 40px;
}
/* ! Fine Jacobin 16 */

/* ! Inizio Jacobin 17 */
.postid-69752 .site-header, .postid-69752 button#responsive-menu-pro-button, body.postid-69752, .postid-69752 #responsive-menu-pro-container,.postid-69752  #responsive-menu-pro-container #responsive-menu-pro-wrapper,.postid-69752 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover, .postid-69752 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:focus, .postid-69752 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a,.postid-69752 #responsive-menu-pro-container .responsive-menu-pro-search-box {
  background:#00a99d!important;
}
#post-69752 .rivista-7 {
	background: #4b2728;
}
#post-69752 .rivista-1 h1 {
	display: none;
}
#post-69752 #rivista-1 {
  background-color: #000;
  background-image: url('https://jacobinitalia.it/wp-content/uploads/2022/12/APERTURA_SOMMARIO_jacobin_17.jpg');
  background-position: center top;
  /* Center the image */
}
#post-69752  .rivista-4 {
	background: #f8d8ca;
	padding: 40px 0px;
}
#post-69752 .rivista-2 img {
	max-width: 370px;
	width: 100%;
	margin-top: 15px;
}
#post-69752 .rivista-3 img {
	max-width: 310px;
	width: 100%;
	margin-top: -15px;
}
#post-69752 .rivista-3 {
	padding-bottom: 30px;
}
#post-69752 .rivista-4 img {
	max-width: 370px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: -10px;
}
#post-69752 .rivista-5 .one-half .articoli_rivista
{margin-top:35px;}

#post-69752 .rivista-5 img {
	max-width: 310px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 0px;
}
#post-69752 .rivista-6 .one-half .articoli_rivista
{margin-top:40px;}

#post-69752 .rivista-6 img {
	max-width: 415px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
}
#post-69752 .rivista-7 img {
	max-width: 310px;
	width: 100%;
	margin-top: -20px;
}
#post-69752 .rivista-7 .articoli_rivista
{margin-top:40px;}

#post-69752 .rivista-8 img {
	max-width: 490px;
	width: 100%;
	margin-top: 35px;
}
#post-69752 #rivista-7 {
	background:#fff;
  padding-top:30px;
  padding-bottom:60px;
}
#post-69752 #rivista-8 {
  margin-top:-30px;
  padding-bottom:20px;
	background:#e0f3ff;
}
#post-69752 .rivista-6 .hentry {
	padding-top: 0px;
}
#post-69752 .rivista-6 {
	padding-bottom: 30px;
	background:#f2c7b9;
	padding-top: 60px;
}
#post-69752  .rivista-7 .hentry h2 {
	margin-bottom: 40px;
}
/* ! Fine Jacobin 17 */

.responsive-menu-pro-open button#responsive-menu-pro-button:hover, .responsive-menu-pro-open button#responsive-menu-pro-button:focus, button#responsive-menu-pro-button:hover, button#responsive-menu-pro-button:focus {
  background: rgba(0, 0, 0, 0) !important;
}
.articolo_rivista {margin-bottom:10px;}

.articolo_rivista span.autore a {
margin-right:15px;
font-size:18px;
color:#f72f2f;
}
.hentry .articolo_rivista h3 a,.hentry .articolo_rivista h3 {
font-size:22px;
line-height: 24px;
}



.rivista-1 h1{
	color:#fff!important;
	font-size: 90px;
	text-align: center;
}
.rivista .hentry h3 {
	color:#000;
	font-size: 30px;
	margin:2px 0px 2px;
}
 .rivista-4 .hentry .articolo_rivista h3 a, .rivista-4 .hentry .articolo_rivista h3{
font-size: 24px;
line-height: 25px;
margin-top: 10px;
}

.postid-605 .rivista-4 .hentry .articolo_rivista h3 a,.postid-605 .rivista-4 .hentry .articolo_rivista h3
{
	font-size: 50px;
  line-height: 58px;
}
.postid-17276 .rivista-4 .hentry .articolo_rivista h3 a, .postid-17276 .rivista-4 .hentry .articolo_rivista h3, .post-21017 .rivista-4 .hentry .articolo_rivista h3 a, .post-21017 .rivista-4 .hentry .articolo_rivista h3 {
	font-size: 24px;
	line-height: 25px;
	margin-top: 10px;
}
.rivista .hentry h4 {
	color:#64d47d;
	font-size:18px;
	text-transform: uppercase;
	margin:2px 0px 2px;
}
.rivista .hentry h2 {
	text-align: center;
	border-bottom: 1px solid;
	margin-bottom: 3em;
	padding-bottom: .5em;
	color:#000;
	font-size:30px;
	text-transform: uppercase;
}
.rivista-1 h1,.rivista-1 h2,.rivista-1 h3 {
	color:#fff;
	text-align: center;

}
.rivista .hentry a {
	font-size:32px;
	color:#000;
font-family : 'HeuristicaBold',
								Helvetica,
								sans-serif;
font-weight: normal;
line-height: 24px;
}
.rivista  .hentry em {
	text-transform: uppercase;
	font-size:14px;
	font-style: normal;
	font-weight:bold;
	color:#64d47d;
		margin:0px 0px;
			line-height: 26px;
			display: block;


}
.rivista  .hentry strong {
	font-size:14px;
	color:#000;
		margin:2px 0px;
			line-height: 26px;
			display: block;
					text-transform: uppercase;
					font-weight:bold;
}

.postid-605 .rivista-4 .articolo_rivista  {
  margin:30px 0px;
}
.home .wc-memberships-restriction-message,
.home .woocommerce-info {
  display : none;
}

.slide-nav-link {
  z-index          : 99999999!important;
  top              : 0px;
  right            : 0px!important;
  float            : right;
  color            : #fff!important;
  background-color : trasparent!important;
}

#evidenza h2, .widget_youtube_responsive h4 {
  text-align  : left!important;
  font-size   : 20px;
  line-height : 22px;
}

#evidenza p {
  text-align  : left;
  font-size   : 15px;
  line-height : 22px;
}

.image-section .testo h4,
.solid-section .testo h4 {
  color          : #fdd054;
  text-transform : uppercase;
  font-family    : 'HeuristicaBold',
                   Helvetica,
                   sans-serif;
  font-size      : 18px;
  font-weight    : normal;
  font-display: swap;
}

.solid-section .testo .widget-title {
  margin-bottom  : 2px;
  padding-bottom : 2px;
  border-bottom  : 0px solid #ddd;
  border-bottom  : 0px solid #ddd;
}
#cf7md-form.cf7md-form + .wpcf7-response-output,
#cf7md-form .cf7md-item,
#cf7md-form .mdc-button,
#cf7md-form .mdc-card__subtitle,
#cf7md-form .mdc-card__title,
#cf7md-form .mdc-select,
#cf7md-form .wpcf7-not-valid-tip,
#cf7md-form input,
#cf7md-form label,
#cf7md-form p,
#cf7md-form textarea {
  font-family : 'Open Sans',
                Helvetica,
                sans-serif;
}

#cf7md-form .mdc-button--raised {
  min-width : 100%!important;
}




#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after {
  background-color : rgba(0, 0, 0, 0.9)!important;
}

#cf7md-form .mdc-textfield__label {
  color       : #fdd054!important;
  font-weight : bold;
}

#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after {
  background-color : rgba(0, 0, 0, 0.9)!important;
}

#cf7md-form .mdc-textfield__label {
  color       : #fdd054 !important;
  font-weight : bold;
}

#cf7md-form .cf7md-label,
#cf7md-form label {
  float   : left;
  padding : 10px;
}

#cf7md-form .mdc-button:disabled,
#cf7md-form .mdc-button:disabled a,
#cf7md-form fieldset:disabled .mdc-button,
#cf7md-form fieldset:disabled .mdc-button a {
  color : #efefef!important;
}

.richiesta .mdc-textfield--focused .mdc-textfield__label {
  display : none!important;
}

#cf7md-form .mdc-button--primary.mdc-button--raised,
#cf7md-form .mdc-checkbox__background::before,
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-multi-select:focus .mdc-list-item:checked,
#cf7md-form .mdc-radio__background::before,
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before,
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before,
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob,
#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after {
  background-color : #fdd054 !important;
}

#cf7md-form .cf7md-label,
#cf7md-form label {
  float   : left!important;
  padding : 10px;
}

#cf7md-form .mdc-button:disabled,
#cf7md-form .mdc-button:disabled a,
#cf7md-form fieldset:disabled .mdc-button,
#cf7md-form fieldset:disabled .mdc-button a {
  color : #efefef!important;
}

.richiesta .mdc-textfield--focused .mdc-textfield__label {
  display : none!important;
}

button.leggitutto {
  width      : 100%;
  margin     : 0px;
  padding    : 5px 0px;
  background : #cc3366;
}

button.leggitutto {
  color       : #fff;
  font-weight : normal;
}

button.leggitutto:hover {
  color      : #fdd054;
  background : #fff;
}
.header-image .title-area {
    float: none;
}

.site-header .widget-area {
    width: auto;
    margin-top: -60px;
		float: right;
}
.elastic-container {

	position: fixed;
  	top: 0px;
  	left: 0px;
    padding:15px;

}
.admin-bar
.elastic-container {

	position: fixed;
  	top: 0px;
  	left: 0px;

}

.elastic-container ul li a {
color:#fff;
font-family: 'HeuristicaBold', Helvetica, sans-serif;
font-size:14px;
font-weight: 200;
text-transform: uppercase;
}
.elastic-container ul li {
list-style-type:none;
}

 p {font:normal 1.1em/1.8em "Noto Serif", Helvetica, Arial, sans-serif}
 .widget p  {font:normal 0.9em/1.5em "Noto Serif", Helvetica, Arial, sans-serif;}

.widget_rivista .entry-title {
 	margin: 5px 0px 5px;
 	color: #222;
 	font-size: 24px;
 	line-height: 26px;
 	/* text-transform: uppercase; */
 }
.entry-header h1 {
	font-size: 50px;
	line-height: 54px;
  color:#222;
	text-align: left;
  font-family : 'HeuristicaBold',
                Helvetica,
                sans-serif;
}

.rivista .entry-header h1  {
  margin:20px 0px;
  text-align:center;
}
.page .entry-header h1 {
	text-align: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #f72f2f!important;
	font-size: 30px!important;
}


.home .woocommerce ul.products li.product .woocommerce-loop-product__title, .home .woocommerce ul.products li.product h3,.single-post .woocommerce ul.products li.product .woocommerce-loop-product__title, .single-post .woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 30px;
	color: #000;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 30px;
	color: #222;
}
.woocommerce ul.products li.product .price {
	color: #f72f2f!important;
	font-size: 30px!important;
}
.front-page-6 .woocommerce ul.products li.product .price {
	color: #f72f2f!important;
	font-size: 28px!important;
}
.related.products {
display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #f72f2f!important;

}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #000!important;
}
.woocommerce-checkout-payment li {
	list-style-type: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .product_meta {display: none;}
.woocommerce .products ul, .woocommerce ul.products {
	text-align: center;
}

#billing_numeririvista_field label {line-height: 30px!important;margin-top:20px; margin-right:20px!important;}
#billing_numeririvista_field {margin-bottom:40px!important;}
.entry_content {
  width: 650px;
  float:left;
}
.page .entry-content h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-197 .entry-content p {font-size:16px;line-height: 26px;}
.page-id-2 .entry-header h1 {display: none;}
.page-id-2 h2 {
	font-size: 70px;
	text-align: center;
	border-bottom: 1px solid #333;
	padding: 20px 0px 50px;
	margin-bottom: 40px;
}
.page-id-2 .one-third {
 text-align: center;

}
.page-id-2 .entry-content a {color:#333;text-decoration: underline; }

.abbonamenti-widget p {
  font:normal 22px/1.6em "Noto Serif", Helvetica, Arial, sans-serif;
  text-align:center;
}

.single-post .entry-header h1 {
	margin: 20px 0px 10px;
	color: #222;
}
.single-post .site-inner {max-width: 100%;}
.single-post.full-width-content .content {padding:0px;}
.single-post .front-page-6 .widget-wrap {max-width:990px; margin:auto;}
.single-post .hentry img { margin:5px auto 10px;}
.single-post h4 {
	text-align: center;
	font-family: 'HeuristicaBold', Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 700;
  font-display: swap;
}
span.data, span.autore {
	display: block;
	margin-bottom:2px;
}

a.autori {
display: block;
}


span.postshare {
	margin-left: -10px;
	margin-top: 10px;
	display: block;
}

h1 a {color:#fff;}
.home h1 a:hover {color:#dbdbdb;}
.ctf-tweet-text, .ctf-author-box {text-align:left;}
#ctf .ctf-header {

	padding: 5px 5px 4px 5px!important;
	border-bottom:0px solid;
}
#ctf .ctf-item {
	padding: 10px 5px!important;
}
#ctf {

	margin: auto;
}
.entry_meta {
	margin-bottom: 15px;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 15px;
}
.rivista_sidebar {
	float:right;
	width:250px;
	margin-top:20px;
}

.entry_meta h4 {font-size:18px; text-transform:uppercase; font-weight:bold; }
.rivista_sidebar h4 {
	font-size: 24px;
	/* text-transform: uppercase; */
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #d3d3d3;
	padding: 10px 0px;
}
article {
  max-width:990px;
  margin:10px auto;
}
.single-rivista article{max-width:100%; margin:0px auto;}
.articoli_correlati li {
  list-style-type: none;
  margin-bottom:20px;
  line-height: 26px;
  display: block;
font-size:24px;}
.single article .addtoany_content {border-top:1px solid #d3d3d3;padding-top:20px;}
.articoli_correlati li { font-family: 'HeuristicaBold', Helvetica, sans-serif; font-size:18px; line-height: 20px;}
.articoli_correlati li a{ color:#222;  left: 0;}
.articoli_correlati li span.autore a {margin-top:5px;display: block; color:#444;font-weight:400;font-size:16px;}
#evidenza .entry_meta {
	margin-bottom: 15px;
	border-bottom: 0px solid #d3d3d3;
	padding-bottom: 15px;
}
.home span.autore a {
	margin-top: 0px;
	display: block;
	color: #f72f2f;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	font-family: 'HeuristicaBold', Helvetica, sans-serif;
  line-height: 18px;
}

.single span.autore {
font-family : 'HeuristicaRegular',
								Helvetica,
								sans-serif;
font-weight:400;}

#evidenza .entry-header {
	height: 75px;
	margin-bottom: 15px;
}
#evidenza .entry-content {height:130px;}
#evidenza h2 a:hover,.home span.autore a:hover {
	color: #484848;
}
.tribe-events-widget-link a:hover {
	background-color: #484848;
}
.tribe-events-list-event-description p {display: none;}

.access-restricted .the_content {display: none;}
.woocommerce-info {
	border-top-color: #f72f2f!important;
}
.woocommerce-info::before {
	color: #222!important;
}
.woocommerce-info h2 {
	margin: 0px 0px 15px;
	font-size: 28px;
	line-height: 30px;
  color: #222!important;
}
.home .tribe-event-duration {
  text-align: center;
  font-size:22px;
}
p.tribe-events-widget-link {
  text-align: center;
}
.tribe-events-widget-link a {
background:#333;
padding:10px;
color:#fff;
margin-top:10px;
}
.tribe-events-single-event-description .addtoany_content {display: none}
.tribe-events-schedule {
	margin: 0px;
}
p.tribe-events-widget-link {
	text-align: center;
	margin-top: 40px;
}
.tribe-list-widget {margin-top:20px;}
.tribe-events-tooltip {display: none!important;}

#youtube_responsive-3 {
	float: left;
	margin: 0px 15px 0px;
}

.archive .entry-footer {display:none}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {

	font-size: 22px!important;
}
.woocommerce ul.products li.product h2 {line-height: 27px;}

.site-header.dark .elastic-container {
padding:5px;
}

#regalo_istruzioni_field
{margin-bottom:30px;}
.archive .site-container,.search .site-container {
background:#fff;

}
.archive .site-inner, .search .site-inner  {max-width: 990px;}
.category-articoli .entry-content img,.search .entry-content img  {width:250px;}
.category-articoli .sidebar, .search .sidebar {width:30%;padding-left:30px;margin-top:0px;}
.category-articoli .content, .search .content {width:70%;
	padding: 20px 30px 20px 0px;
	border-right: 1px solid #d3d3d3;
}
.category-articoli .entry-title, .search .entry-title {
	margin: 5px 0px 5px;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
}
.category-articoli .entry-header p.entry-meta, .search .entry-header p.entry-meta {
display:none;
}
.category-articoli .entry-content p, .search .entry-content p{
font-size:18px;
line-height: 28px;
}
.category-articoli article , .search article {margin-bottom:25px;}

.line1 {
    display: inline-block;
   background:#000;padding:15px 15px 0px;
   margin:0px 0px;}
.line2 {
	display: inline-block;
	background: #000;
	padding: 0px 15px 0px;
}
.fascialinea1 {display: block;}
.autoreprimopiano span.autore a {
	margin-top: 0px;
	display: inline-block;
  background: #000;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	font-family: 'HeuristicaBold', Helvetica, sans-serif;
	line-height: 18px;
  padding:15px;
}
.category-abbonati span.data {display: none;}




/**
 * Media Queries
 * ----------------------------------------------------------------------------------------------------
 */

@media
  only screen
  and (max-width : 1440px) {
  .nav-secondary li {
    margin-left : 15px;
  }
  #text-17 {padding-left:20px;}

}

@media
  only screen
  and (max-width : 1279px) {

  .nav-secondary .genesis-nav-menu a {
    padding : 10px 20px 10px 10px;
  }

  .nav-secondary li {
    margin-left : 15px;
  }


  .wrap {
    max-width : 1140px;
    float     : none;
    margin    : 0 auto;
  }


}

@media
  only screen
  and (max-width : 1200px) {
  .front-page-1,
  .front-page-3,
  .front-page-5,
  .front-page-7 {
    background-attachment : scroll;
  }

  .nav-secondary .genesis-nav-menu a {
    padding : 5px 10px 10px 10px;
  }

  .nav-secondary li {
    margin-left : 10px;
  }
#text-17 {padding-left:20px;}


}

@media
  only screen
  and (max-width : 1023px) {
    .entry-header h1 {
  	font-size: 48px;
  	line-height: 54px;
  	color: #222;
  	text-align: left;
  	margin-top: 30px;
  	margin-bottom: 0px;
  }

  #post-17276 #rivista-1 {
    background-size: 100%;

  }

  #text-17 {padding-left:0px;}


		#evidenza img.alignnone {
	margin: 0px 20px 12px 0px;
	float: left;
	width: 300px;
}
#front-page-2 .widget  .entry {
	margin-bottom: 0px;
}

  #evidenza .entry-content {
display: none;
  }
  #evidenza .entry-header {
  height: auto;
  margin-bottom: 15px;
  border-bottom: 0px solid #d3d3d3;
  }
  #evidenza .entry-content {height:auto;}

  #evidenza .entry_meta {
	margin-bottom: 0px;
	border-bottom: 0px solid #d3d3d3;
	padding-bottom: 0px;
}

  .nav-secondary li {
    margin-left : 5px;
  }

  .front-page .site-inner {
    max-width : none;
  }

  .content {
    margin : 0px 0px 0px;
  }

  .front-page .site-header > .wrap {
    border : none;
  }
.entry_content {margin:0px 10px;}
    .full-width-content .content {
  	width: 100%;
  	padding: 25px 15px 10px;
  }
  .postid-605.full-width-content .content {
 	width: 100%;
 	padding: 0px 0px 10px;
 }

  .single-post .entry-header h1 {
  	margin: 10px 0px 10px;
  	color: #222;
  	text-align: left;
  }
  .single-post .entry-header {
    margin-left: 0px;
  }
	.single-rivista .hentry {
		max-width: 1023px;
		margin: auto;
		padding: 30px 20px;
	}
  .full-width-content img.pull-left {
    margin-left : 0;
  }

  .full-width-content img.pull-right {
    margin-right : 0;
  }

  .front-page-1  .image-section .flexible-widgets {
	padding: 0px 0px;
}
  .image-section h2,
  .solid-section h2 {
    font-size : 60px;
  }

  .front-page-1 .image-section,
  .secondary-nav .front-page-1 .image-section {
    padding-top : 0;
  }

  .site-inner,
  .wrap {
    width     : 100%;
    max-width : none;
  }

  .site-inner,
  .wrap {
    padding : 0px;
  }



  .front-page .site-inner {
    padding : 0;
  }


	.js .main-nav {
		height: auto;
	}

	.js .main-nav .menu {
		display: block;
	}

	.js .main-nav .menu {
		top: 0;
		position: relative;
	}

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  	float: left;
  	margin: 0 3.8% 2.992em 0;
  	padding: 0;
  	position: relative;
  	width: 44%!important;
  	margin-left: 0;
  }
}

/* ! Media 960 */
@media
  only screen
  and (max-width : 960px) {
  .footer-widgets .widget {
    width         : 100%;
    margin-bottom : 40px;
    padding       : 0px 30px;
    text-align    : center;
  }

  .rivista_sidebar {
  	float: right;
  	width: 100%;
  	padding: 20px 10px;
  }

  .pt-cv-wrapper .col-sm-6 {
    width : 100%;
  }
  #youtube_responsive-3 {
  	float: left;
  	margin: 0px 0px 0px;
  }
body {overflow-x:hidden ;}


  .line1 {
  	padding: 5px 10px 0px;
  }


.line2 {
	display: inline-block;
	background: #000;
	padding: 0px 10px 0px;
}
.autoreprimopiano span.autore a {
	padding: 0px 10px 0px;
	line-height: 32px;
	margin-top: 0px;
}
#post-65007 .rivista-4 img {
	margin-top: 20px;
}
#post-65007 .rivista-4 {
	padding: 0px 0px 20px;
}
#post-65007 .rivista-6 .one-half .articoli_rivista {
	margin-top: 0px;
}
#post-65007 .rivista-5 {
	background: #FFF;
	padding: 30px 0px 0px;
}
#post-65007 .rivista-6 {
	padding-bottom: 0px;
	padding-top: 30px;
	margin-bottom: 20px;
}
#post-65007 #rivista-7 {
	padding-top: 10px;
	margin-bottom: 30px;
}
}

@media
  only screen
  and (max-width : 800px) {

    .woocommerce span.onsale {
    	/* min-height: 80px; */
    	min-width: 100px !important;
    	padding: 11px !important;
    	border-radius: 0px !important;
    	color: #fff;
    	font-size: 16px !important;
    	background: #333 !important;
    	line-height: 10px !important;
    	/* text-transform: uppercase; */
    	font-family: 'HeuristicaBold', Helvetica, sans-serif;
    	height: 30px !important;
    	min-height: 30px !important;
    	top: 0px !important;
    	max-width: 104px !important;
    	width: 100%;
    	/* transform: rotate(41deg); */
      left:9px!important
    }


    #text-27::after {
	border: 2px solid #fff;
	width: 80%;
	position: absolute;
	top: 36px;
	left: 40px;
}
    .entry_content {width: 100%;margin:10px auto;padding:10px}
    .entry-header h1 {
  	font-size: 50px;
  	line-height: 46px;
  	color: #222;
  	text-align: center;
  	margin-top: 30px;
  	margin-bottom: 20px;
  }
.quotes::after,.quotes::before {display: none}
p {
	font: normal 1.1em/1.6em "Noto Serif", Helvetica, Arial, sans-serif;
}
  .home h1 a:hover {color:#efefef;}
.single-post .hentry img {max-width:100%; margin-bottom:5px}

.front-page-2 .solid-section .widget {
padding: 0px 0px;
}
#evidenza .entry-header,#evidenza .postshare {padding:0px 10px;}

  .site-inner {
    display        : flex;
    flex-direction : column-reverse;
  }

  .n2-ss-layer {
    padding-left : 30%;
  }

  #n2-ss-2item1 a,
  #n2-ss-2item2 a,
  #n2-ss-2item3 a,
  #n2-ss-2item4 a,
  #n2-ss-2item5 a,
  n2-ss-2item6 a,
  n2-ss-2item7 a {
    font-size : 160%!important;
  }

  .genesis-nav-menu.responsive-menu {
    display        : none;
    float          : none;
    padding-bottom : 20px;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display : block;
  }

  .altitude-home .simple-social-icons ul li {
    margin : 0 20px 20px !important;
  }

  .footer-widgets .wrap {
    padding-top    : 60px;
    padding-bottom : 60px;
  }

  .front-page-2,
  .front-page-3,
  .front-page-4,
  .front-page-5,
  .front-page-6,
  .front-page-7 {
    margin-top : 0;
    border-top : 0;
  }

  .image-section .flexible-widgets {
    padding : 5px 0px;
  }

  .solid-section .flexible-widgets {
    padding : 5px 0px;
  }

  .front-page-3 p {
    padding-top    : 20px;
    padding-bottom : 0px;
    font-size      : 18px;
  }

  .bottom-image {
    margin-top    : 30px;
    margin-bottom : -60px;
  }

  .alignleft,
  .wp-caption.alignright,
  a.alignright,
  img.alignleft,
  img.alignright {
    margin : 0 30px 5px;
  }

  .alignright {
    display    : block;
    float      : none;
    text-align : center;
  }

  .alignleft {
    display    : block;
    float      : none;
    text-align : center;
  }

  .widget .entry {
    margin-bottom : 5px;
  }

  .solid-section .widget {
    padding          : 25px;
    background-color : #fff;
  }

  .featuredpost article {
    width : 100%;
    float : left;
  }

  .image-section h2,
  .solid-section h2 {
    font-size : 38px;
  }

  .front-page .site-container .site-inner {
    max-width  : 100%;
    margin-top : 0px;
  }

  .content {
    width      : 100%;
    float      : left;
    margin     : 0px 0px 0px;
    padding    : 10px;
    background : rgba(255,255,255,0.9);
  }

  #front-page-1 {
    padding : 10px 0px 0px;
  }

  .image-section h4,
  .solid-section h4 {

    margin-top  : 10px;
    font-family : 'HeuristicaBold',
                  Helvetica,
                  sans-serif;
    font-size   : 32px;
    font-weight : 200;
  }
 .widget_youtube_responsive h4 {
  	text-align: left !important;
  	font-size: 22px;
  	line-height: 24px;
  }

  .abbonamenti-widget p {
  	font: normal 20px/1.5em "Noto Serif", Helvetica, Arial, sans-serif;
  	text-align: center;
  	padding: 0px 10px;
  }

  .front-page-2 p {
    padding        : 5px 10px;
    padding-bottom : 0px;
    color          : #222;
    font-size      : 18px;
  }
  .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product {
  	width: 100%!important;
  	float: left;
  	clear: both;
  	margin: 0 0 2.992em;
  }

  .woocommerce-page.columns-3 ul.products li.product img, .woocommerce.columns-3 ul.products li.product img{
  	max-width: 400px;
  	float: none;
  	clear: both;
  	margin: 5px auto;
  }
  .header-widget-area {display: none;}
#text-7 img  {
	margin: 0 auto;
	width: 340px;
	display: block;
}
.front-page-3 {
	padding: 30px 10px;
}
h3 {
	font-size: 22px;
}
.single .site-inner  {
  margin-top: 51px;
}
.elastic-container {

    	top: 0px;

left:0px;
  }
  .site-header.dark .elastic-container {
	position: fixed;
	top: -5px;


}
.category-articoli .sidebar, .search .sidebar {width:100%; padding:15px 10px 10px;margin-top:0px; margin-bottom:15px; border-bottom:1px solid #d3d3d3}
.category-articoli .content, .search .content {width:100%; padding:10px;
	border-right: 0px solid #d3d3d3;
}
.category-articoli .entry-title, .search .entry-title {
	margin: 5px 0px 5px;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
}

.category-articoli .entry-content p, .search .entry-content p{
font-size:16px;
line-height: 22px;
}
.category-articoli article , .search article {margin-bottom:15px;}
.category-articoli .entry-content img,.search .entry-content img  {width:100%;margin-left:0px;}
.category-articoli .content-sidebar-wrap {	display: flex;
	flex-direction: column-reverse;}
.category-articoli  .content-sidebar-wrap .wrap {order:3}
 .sidebar {order:2}
.category-articoli .content {order:1}
.category-articoli .searchandfilter h4 {display:none;}
.searchandfilter ul {
	width: 100%;
}
.category-articoli .sidebar .widget {
	margin-bottom: 0px;

}
}
@media
  only screen
  and (max-width : 700px) {


  .rivista-4 .hentry .articolo_rivista h3 a,  .rivista-4 .hentry .articolo_rivista h3,  .postid-17276 .rivista-4 .hentry .articolo_rivista h3 a,  .postid-17276 .rivista-4 .hentry .articolo_rivista h3 {
   	font-size: 22px;
   	line-height: 24px;
   	margin-top: 0px;

   }
   .rivista .hentry h2 {

	margin-bottom: 10px;

	text-transform: uppercase;
}
#evidenza img.alignnone {
	margin: 0px 20px 12px 0px;
	float: none;
	width: 100%;
  max-width: 360px;
  }
.site-header.dark button#responsive-menu-button {
  	width: 35px!important;
  	height: 35px!important;
}
	  .archive h2 {
		  font-size:30px;
		  line-height:34px;
	  }
	  .archive h1 {
		  font-size:36px;
		  line-height:40px;
	  }
  .flexible-widgets.widget-fourths .widget,
  .flexible-widgets.widget-full .widget,
  .flexible-widgets.widget-halves .widget,
  .flexible-widgets.widget-thirds .widget {
    width  : 100%;
    margin : 0 auto 20px;
  }
  .front-page-1 .flexible-widgets.widget-fourths .widget,
  .front-page-1 .flexible-widgets.widget-full .widget,
  .front-page-1 .flexible-widgets.widget-halves .widget,
  .front-page-1 .flexible-widgets.widget-thirds .widget {
  width  : 100%;
  margin : 0 auto 0px;
}

	.archive .alignleft, .archive img.alignleft{
	margin: 0 0px 5px;
}


.admin-bar .site-header {
	top: 46px;

}
.admin-bar .site-header.dark {
	top: 0px;

}
.admin-bar #responsive-menu-pro-header, .admin-bar button#responsive-menu-pro-button, .admin-bar #responsive-menu-pro-container {
	margin-top: 46px!important;
}
.admin-bar .dark #responsive-menu-pro-header, .admin-bar .dark button#responsive-menu-pro-button, .admin-bar .dark #responsive-menu-pro-container {
	margin-top: 0px!important;
}

.apertura-container .apertura-wrapper .apertura-slide .apertura-content {
	position: relative;
	height: 100%;
	padding: 25px 10px 55px;
	margin-top: -30%;
}
}
/* ! Media 480 */
@media
  only screen
  and (max-width : 480px) {
    #evidenza img.alignnone {
    	width: 100%;
      max-width: 100%;
      }
      .apertura-container .apertura-wrapper .apertura-slide .apertura-content {
	max-width: 360px;
	margin: -38% auto;
}
    .box-abbonati {
    	background:#02a089;
    	padding:30px 15px;
    }
    .abbonati-testo {
    	font-size: 21px;
    	line-height: 21px;
    	font-family: 'HeuristicaBold', Helvetica, sans-serif;
    	color: #fff;
    	margin-bottom: 10px;
    }
    .abbonati-subito {
      font-size:26px;
      	line-height: 26px;
      	font-family: 'HeuristicaBold', Helvetica, sans-serif;
        color:#000;
        text-align: center;
    }

    .single .site-inner  {
    	margin-top: 51px;

    }

    .line1 {
      padding:5px 10px 0px;
    }
    .line2 { padding:0px 10px 0px;
      line-height:30px;}

    #text-7 img  {
    	margin: 0 auto;
    	width: 300px;
    	display: block;
    }

    .single-post h4 {
    	text-align: center;
    	font-family: 'HeuristicaBold', Helvetica, sans-serif;
    	font-size: 32px;
    }
    .header-image .site-title > a {
	display: block;
	width: 200px;
	height: 46px;
	background-size: 200px 46px !important;
	text-indent: -9999px;
  margin:0px auto;
}

.elastic-container {
	padding: 5px 10px;
}
.title-area {

	width: 200px;
}
.site-header.dark  .title-area {
	width: 200px;
}
.site-header.dark .elastic-container {
	position: fixed;
	top: -8px;
}
    .entry-header::after {
	margin: 0 auto 0px;
	padding-bottom: 0px;

  color: #222;
}

.single-post .entry-header h1 {
	margin: 0px 0px 10px;
	text-align: left;
}
    .entry-header h1 {
	font-size: 28px;
	line-height: 32px;
  margin-bottom:10px
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product {
	width: 100%!important;
	float: left;
	clear: both;
	margin: 0 0 2.992em;
}
.woocommerce-page.columns-3 ul.products li.product img, .woocommerce.columns-3 ul.products li.product img{
	width: 250px;
	float: none;
	clear: both;
	margin: 5px auto;
}
button#responsive-menu-button {
	top: 2px!important;  }
  .apertura-container .apertura-wrapper .apertura-slide .apertura-content {
  	margin-top: -38%;

}
}
/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  #tribe-events .tribe-events-single-section{max-width:320px;}
}

/* ! Print */
@media print {
      .site-header,.articoli_sidebar,.site-footer, .footer-widgets, .front-page-6,.front-page-7 {
        display: none;
      }
      body {
	background-color: #ffffff;
}
}
