body {
  cursor: default;
  font-family: 'Inter', Arial, sans-serif;
}

body.skin-active #page {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.clickable_skin {
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.clickable_skin .skin_bg {
  margin: -1px 0 0;
  width: 100%;
  min-height: 120px;
  visibility: visible;
}

.clickable_skin .skin_bg .central {
  width: 62.5rem;
}

.clickable_skin .skin_bg .central a {
  height: 120px;
  display: block;
}

.clickable_skin .skin_bg .bar {
  position: relative;
  display: block;
}

.clickable_skin .skin_bg .bar a {
  position: absolute;
  height: 2500px;
  left: 0;
  right: 0;
  outline: none;
}

.sqrd-ban-box {
  text-align: center;
}

.sqrd-ban-box > div,
#sqrd-ban-box-1-mobile {
  margin: 1em auto!important;
}

.sqrd-ad-manager > div {
  margin: 1em auto;
  display: block;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

figure {
  margin: 0;
  position: relative;
}

a {
  text-decoration: none;
  transition: 125ms ease-in-out color;
}

a, a:visited {
  color: inherit;
}

a:hover {
  color: #FF6E31;
}

.btn {
  padding: 5px 10px;
  border: 2px solid #eeeddd;
  display: inline-block;
  border-radius: 4px;
  color: #ddd;
}

.btn-orange,
.btn-orange:visited {
  border-color: #FF6E31;
  color: #FF6E31;
}

.btn-orange:hover {
  background: #FF6E31;
  color: #fff;
}

/* Forms */
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  margin-bottom: .4rem;
  padding: 0 1rem 0 2rem;
  position: relative;
}

.checkbox:before, .checkbox__label:after {
  border-radius: 2px;
}
.radio:before, .checkbox:before {
  background-color: #fff;
  border: 1px solid #bbb;
  content: '';
  height: 24px;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

.checkbox input[type=checkbox], .radio input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.radio__label, .checkbox__label {
  color: #7d7d7e;
  line-height: 1;
}
.radio__label:after, .checkbox__label:after { border: 1px solid transparent; content: ''; height: 24px; left: 0; margin-top: -12px; position: absolute; top: 50%; width: 24px; }


.checkbox:before, .checkbox__label:after { border-radius: 4px; }

.checkbox input[type=checkbox]:checked + .checkbox__label:after { color: #FF6E31; content: '\2714'; font-size: 14px; line-height: 20px; text-align: center; }

[onclick^="location.href"] {
  cursor: pointer;
}

#page {
  background: #f5f7f9;
}

.custom-background #page {
  background: none;
  margin-top: 120px;
}

#page > .row {
  background: #fff;
}

.widget .widget-title {
  margin: 0 0 .75rem;
}

/* Header */
/*.site-title a {
  background: url('../images/logo.png') no-repeat;
  min-width: 255px;
  min-height: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}*/
.site-title {
  margin: 1.5em 0 1.5em;
}

.site-title img {
  max-width: 100%;
}

.header-widgets {
  padding-right: 2em;
  padding-left: 4em;
}

.social {
  display: block;
  margin-top: 1em;
  text-align: right;
}

.social .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: all 125ms ease-in-out;
}

.social .icon:last-of-type,
.hashtags a:last-of-type {
  margin-right: 0;
}

.social .icon:hover {
  transform: scale(1.25);
}

.social .facebook { background-image: url('../images/facebook.png'); }
.social .twitter { background-image: url('../images/twitter.png'); }
.social .googleplus { background-image: url('../images/googleplus.png'); }
.social .youtube { background-image: url('../images/youtube.png'); }
.social .feed { background-image: url('../images/feed.png'); }

.header_search {
  position: relative;
  margin-top: .75em;
  margin-bottom: .5em;
}

.header_search input[type='text'] {
  width: 100%;
  border-radius: 0;
  outline: none;
  border-radius: 24px;
  text-indent: 0.5em;
}

.header_search input[type='text']:focus {
  border-color: #FF6E31;
}

.header_search input[type="submit"] {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  top: 3px;
  text-indent: 100%;
  border: none;
  outline: none;
  background: url('../images/search-dark.png') no-repeat center center;
  box-shadow: none;
  padding: 0;
  background-size: 24px 24px;
}

.hashtags {
  margin-top: 4px;
  display: inline-block;
}
.hashtags a {
  margin-right: 10px;
  font-weight: bold;
  color: #58595B;
}
.hashtags a:hover {
  color: inherit;
}
.hashtags.custom-urls {
  float: right;
}

/* Navbar */
nav,
nav ul li:hover > ul,
nav ul li.focus > ul {
  background-color: #A2A8AF;
  color: #fff;
}

nav li {
  padding: 0 1rem;
  line-height: 50px;
  transition: 125ms ease-in-out background;
}

@media screen and (min-width: 74.9375em) {
  #primary-menu .menu-item-type-post_type {
    background: #7B858E;
  }

  nav li:hover,
  nav .current_page_item {
    background: #FF6E31;
  }

  nav ul li:hover > ul,
  nav ul li.focus > ul,
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0px;
    top: 3rem;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
  }

  nav a,
  nav a:visited,
  nav li:hover a {
    color: #fff;
  }

  .menu .menu-item-home {
    text-indent: -100px;
    overflow: hidden;
    width: 50px;
    padding: 0;
    background-image: url('../images/home.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
  }

  #primary-menu li {
    font-weight: bold;
    font-size: 18px;
    padding: 0 1rem;
    text-transform: uppercase;
  }

  .sub-nav {
    background: #eee;
    border-radius: 0 0 4px 4px;
  }

  .sub-nav li {
    font-size: 16px;
    line-height: 32px;
  }

  .sub-nav a,
  .sub-nav a:visited {
    color: #444;
  }

  .sub-nav .sub-menu a {
    color: #fff;
  }

  .sub-nav ul li:hover > ul,
  .sub-nav ul li.focus > ul {
    top: 2rem;
  }

  nav .toggle-search {
    background: url('../images/search.png') no-repeat center;
    outline: none;
    float: right;
    min-height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    /* display: block; */
    max-width: 50px;
    background-size: 32px;
    /* height: 100%; */
    position: relative;
  }
}

/* Search form */
.search-form {
  min-height: 0px;
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.search-form input[type="search"],
.search-form .search-field {
  border: 1px solid transparent;
  box-shadow: none;
  background: #eee;
  border-radius: 0;
  padding: 1rem 1.5rem;
  line-height: 2.5rem;
  font-size: 2rem;
  height: auto;
  font-weight: 200;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.search-form .search-results {
  max-height: 0;
  overflow: hidden;
}

.search-form .search-results ul {
  padding: 10px;
}

.search-form .search-results li {
  margin-bottom: 10px;
}

.search-form .search-results li:last-of-type {
  margin-bottom: 0;
}

.search-form .search-results img {
  max-width: 48px;
  margin-right: 20px;
}

.search-form .close-search-form {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 3em;
  line-height: 1.5em;
  width: 4rem;
  height: 4.5rem;
  text-align: center;
  color: #bbb;
}

.search-form .close-search-form:hover {
  color: #333;
}

/* Ad Banner */
.ad-header {
  padding: 10px;
}

.type-post .ad-banner {
  float: right;
}

/* Breaking News */
.breaking-news {
  background: #FF6E31;
  padding: .75em;
  color: #fff;
  font-weight: bold;
  margin-top: 1em;
}

.breaking-news .news-title {
  font-size: 90%;
  text-transform: uppercase;
  margin-right: 1em;
  font-weight: bold;
}

.breaking-news .marquee {
  width: 50em;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 30s linear infinite;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
}

.breaking-news .marquee:hover {
  animation-play-state: paused
}

@keyframes marquee {
    0%   { text-indent: 100% }
    100% { text-indent: -50% }
}

/* Content Switcher */
.content-switcher {
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}

.content-switcher button {
  background: #FF6E31;
  -webkit-flex: 1;
  flex: 1;
  padding: 1em 0;
  color: #fff;
  box-shadow: none;
  margin-bottom: 1em;
  border-bottom: 2px solid transparent;
}

.content-switcher button:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid rgba(255, 255, 255, .5);
}

.content-switcher button.active {
  border-bottom: 2px solid rgb(210, 59, 0);
}

.sqrd-ad-manager[data-position="header_mid"] {
  clear: both;
}

/* Home posts styling */
.featured-articles {
  margin-bottom: 1em;
  display: inline-block;
}

.featured-articles a:hover,
.video-player .videos a:hover {
  color: inherit;
}

.featured-articles article,
.video-player article {
  position: relative;
  color: #fff;
  margin: 0;
  overflow: hidden;
}

.featured-articles article:first-of-type {
  margin-bottom: 2px;
}

.featured-articles .post:nth-of-type(2) {
  padding-right: 1px;
}

.featured-articles .post:nth-of-type(3) {
  padding-left: 1px;
}

.featured-articles > .videos {
  padding-left: 4px;
}

.featured-articles article .article-hero,
.video-player article .article-hero {
  padding: 0;
  margin: 0;
  background: #000;
  overflow: hidden;
  height: 240px;
}

.featured-articles .articles article .article-hero img,
.video-player .articles article .article-hero img {
  opacity: 0.9;
  transition: opacity .2s ease-in-out;
}

.featured-articles .videos .article-hero img,
.video-player .article-hero img {
  height: 100%;
  width: auto;
  max-width: none;
  /*position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
}

.featured-articles .videos .play-button,
.video-player .play-button,
.video-list .video .play-button {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url('../images/play.png') no-repeat;
  background-size: 64px;
  display: block;
  left: 50%;
  top: 45%;
  margin: -32px 0 0 -32px;
  opacity: .8;
  transition: opacity .2s ease-in-out;
}

.featured-articles .article-label.gallery {
  display: none;
}

.featured-articles article header,
.featured-articles article .entry-content,
.video-player article header,
.video-player article .entry-content {
  position: absolute;
  bottom: -20px;
  padding: 0 30px 0 20px;
  margin: 0;
  transition: all .2s ease-in-out;
  max-width: 100%;
}

.featured-articles article.large-6 header,
.video-player article header,
.featured-articles .videos .large-12.video header {
  bottom: 20px;
}

.featured-articles .articles .large-12.post .entry-header {
  left: 20px;
  bottom: 20px;
}

.featured-articles .articles .large-12.post .entry-content {
  left: 20px;
}

.featured-articles .articles .large-12.post .entry-title {
  line-height: 2.5rem;
  font-size: 1.8rem;
}
.featured-articles .articles .large-6 .entry-title {
  font-size: 1.6rem;
}

.articles .large-12 .entry-content {
  left: 50px;
  max-width: 90%;
}

.featured-articles .articles article:hover .entry-content {
  bottom: 20px;
}

.featured-articles .articles article:hover header {
  bottom: 40px!important;
}

.featured-articles .articles article:hover .article-hero img,
.video-player .articles article:hover .article-hero img {
  opacity: 0.5;
}

.featured-articles .videos .article-hero img,
.video-player .videos .article-hero img,
.video-break .hentry img {
  transition: all 1s ease;
}

.featured-articles .videos article:hover .article-hero img,
.video-player .videos article:hover .article-hero img,
.video-break .hentry:hover img {
  transform:scale(1.15);
}

.featured-articles article .entry-title,
.video-player article .entry-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-shadow: 0 5px 4px rgba(0, 0, 0, 1);
}

.featured-articles article .entry-title {
  font-size: 1.7rem;
}

.featured-articles article .entry-title a,
.video-player article .entry-title a,
.video-player .player-area .entry-title {
  color: #fff;
}

.featured-articles .videos .entry-title,
.video-player .videos .entry-title,
.video-break .entry-title {
  display: inline;
  background: rgba(0, 0, 0, 0.4);
  line-height: 22px;
  font-size: 22px;
  text-shadow: none;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 6px 0 0 rgba(0, 0, 0, 0.4), -6px 0 0 rgba(0, 0, 0, 0.4);
}

.featured-articles article .entry-content p,
.video-player article .entry-content p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-player {
  background: #151719;
  margin-bottom: 1em;
  display: none;
  position: relative;
}

.video-player > .columns {
  padding-top: 1em;
  padding-bottom: 1em;
}

.video-player .videos {
  overflow: scroll;
  max-height: 475px;
  display: block;
}

.video-player .videos article {
  margin-bottom: 1em;
}

.video-player .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #FFF;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  transition: font-size ease-in-out 125ms;
}

.video-player .close:hover {
  font-size: 40px;
}

.article-list article {
  position: relative;
  margin: 0 1em 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #eee;
  width: 39.5em;
}

.article-list article:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.article-list figure {
  padding: 0;
}

.article-list .entry-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
}

.article-list .entry-content {
  margin: 1rem 0 0;
}

.article-list .entry-content p {
  margin: 0;
}

.article-list .category {
  position: absolute;
  right: 0;
  bottom: 1em;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.post-categories li {
  display: inline-block;
}

.article-list {
  margin-bottom: 1em;
  border-right: 1px solid #eee;
}
.second-batch { margin-top: 2em; }

/* Video Break */
.video-break {
  background-color: #CCCCCF;
  position: relative;
  padding: .75em 0;
}

.video-break .section-title {
  display: block;
  width: 100%;
  padding: 0 1em .25em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.video-break .hentry {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  border: 2px solid #fff;
  overflow: hidden;
}

.video-break .entry-header {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  padding: 5px;
}

.video-break .entry-title {
  font-size: 22px;
  margin-bottom: 0;
  color: #fff;
  line-height: 22px;
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.4), -4px 0 0 rgba(0, 0, 0, 0.4);

}

.video-break a:hover header,
.video-break a:hover h2 {
  color: #fff!important;
}

.article-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FF6E31;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.article-label.hot {
  background: #FF3B3B;
}

.article-label.video {
  right: 10px;
  left: auto;
}

.article-label.gallery {
  background-image: url('../images/photo-camera-sign.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 135px;
  left: 175px;
  color: #FF6E31;
  text-indent: 24px;
}

.article-list .type-post .entry-title {
  max-height: 4em;
  overflow: hidden;
}

.article-list .type-post .entry-content {
  max-height: 6.5em;
  margin-bottom: 1em;
  overflow: hidden;
}

.home .article-list .post .entry-content {
  max-height: 3.25em;
}

.pagination {
  margin-bottom: 2em;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination .active .btn {
  background:#FF6E31;
  color: #fff;
}

.entry-title {
  word-break: break-word;
}

/* Single */
.single section article:not(:first-of-type) {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #d5d7d9;
}

.single .type-post .entry-content p a {
  border-bottom: 2px solid #d5d7d9;
}

.entry-meta .posted-on,
.entry-meta .byline {
  vertical-align: middle;
}

.entry-meta .avatar {
  border-radius: 100%;
  margin-right: 10px;
}

.entry-title,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  line-height: 1.4;
  font-weight: 800;
}

.entry-content h1,
.entry-title {
  font-size: 2.44em;
}

.entry-content h2 {
  font-size: 1.95em;
}

.entry-content h3 {
  font-size: 1.56em;
}

.entry-content h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

.entry-content h5 {
  font-size: 1em;
  line-height: 1.8;
}

.entry-content h6 {
  font-size: .8em;
  line-height: 1.8;
}

.entry-content p {
  line-height: 1.625rem;
}

.entry-content p:first-of-type {
  margin-top: 0;
}

.entry-content blockquote {
  display: inline-block;
  background: #e5e7e9;
  margin: 0;
  padding: 2em;
  font-style: italic;
}

.entry-content .wp-block-coblocks-click-to-tweet {
  background: none;
}

.entry-content q {
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  color: #FF6E31;
  font-style: italic;
  line-height: 1;
  padding-top: .5rem;
}

.entry-content blockquote p,
.entry-content q p {
  margin: 0;
}

.entry-content ul {
  list-style: disc;
  padding-left: 20px;
}

.fotorama--wp {
  display: inline-block;
}

.fotorama--wp .fotorama__arr {
  background-color: rgba(0, 0, 0, .6);
  right: 0;
  width: 44px;
  height: 44px;
  background-position: -26px 6px;
}

.fotorama--wp .fotorama__arr--prev {
  background-position: 8px 6px;
  left: 0;
}

.single-post .entry-content p {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}

.editorial-view .entry-title,
.editorial-view .entry-meta {
  text-align: center;
}

.editorial-view .entry-content {
  margin-top: 4em;
}

.editorial-view .entry-content > p,
.editorial-view .entry-content h1,
.editorial-view .entry-content h2,
.editorial-view .entry-content h3,
.editorial-view .entry-content h4,
.editorial-view .entry-content h5,
.editorial-view .entry-content h6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}

.editorial-view .entry-content figure,
.editorial-view .entry-content figure > iframe,
.editorial-view .entry-content figure > img {
  margin-left: auto;
  margin-right: auto;
}

.single-post .entry-footer {
  margin-top: 1em;
  border-top: 1px solid #eaeaea;
  padding-top: 1em;
}

.tags-links {
  margin-left: 1em;
}

.single-post .author-box {
  margin-bottom: 2em;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}

.single-post .entry-footer .image img {
  border-radius: 100%;
  margin: 1em 0 0 .5em;
}

.single-post .entry-footer .description h3 {
  margin: .5em 0;
  font-size: 22px;
}

.single-post .entry-footer .description p {
  margin: .5em 0 1em;
}

.page-links a {
  padding: 2px 8px;
  border-bottom: 0!important;
  background: #a5a7a9;
  border-radius: 3px;
  color: #fff;
  margin: 0 2px;
}

.page-links a:hover {
  background: #FF6E31;
  color: #fff;
}

.fotorama--wp {
  width: 100%;
}

.fotorama__wrap {
  margin: 0 auto;
}

.fotorama__caption {
  display: none;
}

.fotorama--fullscreen .fotorama__caption {
  display: initial;
}

.fotorama-bottom-caption {
  margin-bottom: 2em;
}

.related-galleries .row {
  margin-bottom: 1em;
}

.yt-center {
  display: block;
  margin: 0 auto;
}

/* Comments Area */
.show-comments {
  width: 100%;
  padding: 24px 0;
  text-align: center;
  display: block;
  border: 2px solid #C5C7C8;
  border-radius: 4px;
  color: #858789;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.show-comments:hover {
  background: #C5C7C8;
  color: #fff;
}

.hide-comments {
  display: none;
}

/* Reviews */
.box-recensione {
  border: 1px solid #eee;
  width: 48%;
  margin: 1em 4% 1em 0;
}

.box-recensione:nth-of-type(2n) {
  margin-right: 0;
}

.box-recensione.style-positivo span,
.box-recensione.style-negativo span {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../images/icon-up.png') no-repeat;
  background-size: 24px;
  margin-bottom: -4px;
  margin-right: .5rem;
}

.box-recensione.style-negativo span {
  background: url('../images/icon-down.png') no-repeat;
  background-size: 24px;
}

.box-recensione.style-positivo p,
.box-recensione.style-negativo p {
  display: none;
}

.box-recensione.style-positivo ul,
.box-recensione.style-negativo ul {
  list-style: none;
  padding-left: .35rem;
  padding-bottom: .75em;
}

.positivo-icon,
.negativo-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #3E9F33;
  border-radius: 12px;
  margin-right: .5rem;
}

.negativo-icon {
  background: #E0001A;
}

.review-image {
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid red;
  position: relative;
  margin-bottom: 64px;
  background-size: cover;
  display: inline-block;
}

.review-gauge {
  position: absolute;
  background: #333;
  width: 128px;
  height: 128px;
  border-radius: 128px;
  text-align: center;
  color: #fff;
  bottom: -64px;
  left: 50%;
  margin-left: -64px;
}

.review-gauge .number {
  display: block;
  font-size: 34px;
  font-weight: bold;
  margin-top: .5em;
}

.product-box {
  background: #eee;
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
}

.product-box .product-infos,
.product-box .product-offer {
  position: relative;
  width: 40%;
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  padding: 10px 0;
}

.product-box .product-offer {
  width: 58%;
  margin-left: 2%;
}

.product-box .product-infos {
  background: #fff;
  border-radius: 3px;
}

.product-box .product-infos .product-image {
  max-width: 33.33%;
  display: inline-block;
}

.product-box .product-infos .product-title {
  max-width: 60.66%;
  display: inline-block;
  font-size: initial;
  vertical-align: middle;
  margin: 0 3%;
  max-height: 6em;

}

.product-box .product-infos .box-caret {
  position: absolute;
  top: 50%;
  right: -8px;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-top: -8px;
}

.product-box .product-offer .product-marketplace,
.product-box .product-offer .product-link {
  width: 40%;
  height: 64px;
  display: inline-block;
  font-size: initial;
  vertical-align: middle;
}

.product-box .product-offer .product-marketplace {
  background: #fff url('../images/amazon-logo.png') no-repeat center center;
  background-size: contain;
}

.product-box .product-offer .product-link {
  margin-left: 4%;
  width: 56%;
  border-radius: 3px;
  overflow: hidden;
}

.product-box .product-offer .product-link .view-offer,
.product-box .product-offer .product-link .price {
  display: inline-block;
  width: 40%;
  text-align: center;
  vertical-align: middle;
  background: #F9AC2A;
  color: #fff;
  padding: .5em 0;
}

.product-box .product-offer .product-link .price {
  width: 60%;
  padding: .55em 0;
  font-size: 25px;
  font-weight: bold;
  background: #FFBE4F;
}

.wp-block-embed .twitter-tweet {
    margin: 1em auto;
}

.wp-block-embed .EmbeddedTweet {
  max-width: auto;
}

/* Post footer links */
.cat-links,
.tags-links,
.edit-link {
  display: block;
  margin: 0 0 .5em;
}

.cat-links a,
.tags-links a {
  background: #fff;
  padding: 0 5px;
  border-radius: 3px;
  color: #FF6E31;
  border: 2px solid #FF6E31;
  display: inline-block;
}

.cat-links a:hover,
.tags-links a:hover {
  background: #FF6E31;
  color: #fff;
  border: 2px solid #FF6E31;
}

/* Datasheets */
.type-datasheet .entry-title {
  text-align: center;
  margin-top: 0;
  font-size: 1.3125rem;
  line-height: 2rem;
}

.single .type-datasheet figure,
.page .datasheet figure {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.datasheet.thumb-watch figure {
  height: 240px;
}

.datasheet.thumb-cpu figure {
  height: 200px;
}

.page-template-template-datasheets .full-width {
  display: block;
  max-width: 100%;
}

.search .type-datasheet .entry-title {
  text-align: left;
}

.search .type-datasheet figure img {
  text-align: center;
  max-height: 150px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.type-datasheet .entry-title span {
  display: block;
  font-weight: normal;
}

.data_filter {
  width: 22.5%;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-left: 1em;
  margin-top: 1.5em;
}

.data_filter h2 {
  color: #FF6E31;
}

.data_filter > div {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
}

.data_filter > div:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

.data_filter h4 {
  margin: .5rem 0;
}

.check_tag {
  width: 45%;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.check_tag input {
  z-index: -1;
  display: none;
}

.check_tag .checkbox__label {
  text-align: center;
  background-color: #ddd;
  font-size: initial;
  padding: 5px;
  width: 100%;
  display: block;
}

.check_tag input[type=checkbox]:checked + .checkbox__label {
  background: #FF6E31;
  color: #fff;
}

.price_input input {
  max-width: 90%;
}

.tag {
  border-radius: 4px;
  margin-bottom: 1em;
}

.tag-price,
.tag-qualita,
.tag-hardware {
  border-radius: 4px;
  background: #FFBE4F;
  color: #fff;
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.tag-price .caption,
.tag-qualita .caption,
.tag-hardware .caption {
  display: inline-block;
  background: #F9AC2A;
  max-width: 50%;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  height: 50px;
  line-height: 20px;
}

.tag-price .value,
.tag-qualita .value,
.tag-hardware .value {
  display: block;
  width: 100%;
  text-indent: 50%;
  height: 50px;
  text-align: center;
  position: relative;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

.tag-qualita {
  background: #93C789;
}

.tag-qualita .caption {
  background: #41AD49;
}

.tag-hardware {
  background: #B1B7BD;
}

.tag-hardware .caption {
  background: #4D5963;
}

.tag-amazon .caption {
  width: 100%;
  left: 0;
}

.tag-amazon .caption.full {
  max-width: 100%;
}

.cart-links {
  text-align: center;
}

.cart-links .buy-btn {
  display: inline-block;
  max-width: 212px;
  /*text-indent: 100%;*/
  overflow: hidden;
  line-height: 36px;
}

.cart-links .buy-amazon {
  background: url('../images/buyonamazon.png') no-repeat;
  max-height: 36px;
  text-indent: 100%;
}

.cart-links .buy-amazon:hover {
  background-position: 0 -37px;
}

.datasheet-list .columns:last-child:not(:first-child) {
  float: left;
}

.datasheet-summary .item {
  display: block;
  margin-bottom: 1em;
}

.datasheet-summary .item i {
  display: block;
  height: 36px;
  width: 36px;
  background-color: #8D979F;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
  border-radius: 4px;
  margin-right: .5em;
  float: left;
}

.datasheet-summary .item span {
  display: block;
  max-width: 70%;
  margin-bottom: 0;
  float: left;
}

.datasheet-summary .item.inches i {
  background-image: url('../images/s-l-device.png');
}
.datasheet-summary .item.cpu i {
  background-image: url('../images/s-l-cpu.png');
}
.datasheet-summary .item.ram i {
  background-image: url('../images/s-l-ram.png');
}
.datasheet-summary .item.cam i {
  background-image: url('../images/s-l-foto.png');
}

.review-table tr {
  display: block;
  padding: .1em .5em;
  background: #eee;
  font-size: 14px;
}

.review-table tr:nth-of-type(2n) {
  background: rgba(222, 222, 222, 0.91);
}

.review-table tr > td:first-of-type {
  width: 240px;
}

.review-table .has-entry,
.review-table .no-entry {
  width: 20px;
  height: 20px;
  background: url('../images/yes.png') no-repeat;
  background-size: 20px;
  display: block;
}

.review-table .no-entry {
  background-image: url('../images/no.png');
}

.hero-summary {
  position: relative;
  overflow: hidden;
  padding: 2em;
}

.hero-summary .overlay {
  position: absolute;
  width: 120%;
  height: 120%;
  margin-left: -15%;
  margin-top: -5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: 2;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.hero-summary .device-title {
  background: #FF6E31;
  padding: .5em 1em;
  color: #fff;
  margin: 0;
}

.hero-summary .device-chars,
.hero-summary .device-specs {
  z-index: 4;
  position: relative;
}

.device-chars .device-char {
  display: block;
  height: 120px;
  text-align: center;
  background-color: #D6D6D6;
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: 50% 16px;
  padding-top: 4.5em;
}

.device-chars .device-char:nth-of-type(2),
.device-chars .device-char:nth-of-type(4),
.device-chars .device-char:nth-of-type(5),
.device-chars .device-char:nth-of-type(7) {
  background-color: #F1F1F1;
}

.device-chars .device-char:nth-of-type(1) { background-image: url('../images/s-date.png'); }
.device-chars .device-char:nth-of-type(2) { background-image: url('../images/s-os.png'); }
.device-chars .device-char:nth-of-type(3) { background-image: url('../images/s-device.png'); }
.device-chars .device-char:nth-of-type(4) { background-image: url('../images/s-weight.png'); }
.device-chars .device-char:nth-of-type(5) { background-image: url('../images/s-cpu.png'); }
.device-chars .device-char:nth-of-type(6) { background-image: url('../images/s-ram.png'); }
.device-chars .device-char:nth-of-type(7) { background-image: url('../images/s-cam.png'); }
.device-chars .device-char:nth-of-type(8) { background-image: url('../images/s-battery.png'); }

.device__stats--likes {
    text-align: center;
  padding: 2em 1em 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
  color: #fff;
  background: #111 url('../images/s-like.png') no-repeat center top;
  background-size: 32px 32px!important;
  font-weight: bold;
  position: absolute;
  top: 2em;
  height: 3.75em;
  width: 3.75em;
  right: 1em;
}

.entry-content .pro-list ul,
.entry-content .con-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em;
}

.entry-content .pro-list li,
.entry-content .con-list li {
  margin-bottom: .5em;
}

.entry-content .pro-list .icon,
.entry-content .con-list .icon {
  width: 24px;
  height: 24px;
  background: url('../images/yes.png') no-repeat center left;
  background-size: 20px;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 1em;
}

.entry-content .con-list .con-icon {
  background: url('../images/no.png') no-repeat center left;
  background-size: 20px;
}

/* Sidebars */
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.widget .post .size-thumbnail {
  max-width: 25%;
}

.widget .post .size-thumbnail + .title {
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  font-weight: bold;
}

.sqrd_colors {
  padding-left: 10px;
  color: #fff;
  cursor: pointer;
}

.sqrd_colors.articoli_recenti {
  background-color: #FF6E31;
}

.sqrd_colors.ultime_recensioni {
  background-color: #F6142A;
}

/* Footer */
.site-footer {
  padding: 20px;
  background: #A2A8AF;
  color: #fff;
  font-size: 16px;
}

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

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

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

.loading {
  position: relative;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.loading .text {
  color: #FF6E31;
  display: inline-block;
  margin-left: 5px;
}

.loading .bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 16px;
}

.loading .bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FF6E31;
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease;
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 16px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

/* Widgets */
.widget-scroll {
  overflow-y: auto;
  max-height: 100%;
}

.essb_links.essb_template_metro-retina {
  margin: .5em 0!important;
}

.essb_links.essb_template_metro-retina li a {
  width: 100%;
  margin: 0!important;
  padding: 5px!important;
  text-align: center;
}

.essb_width_columns_5 li {
  width: 20%!important;
}

.load-more .load {
  text-align: center;
  padding: 1em;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #FF6E31;
  text-transform: uppercase;
  font-weight: bold;
  color: #FF6E31;
}

.load-more .load:hover {
  background: #FF6E31;
  color: #fff;
}

.mm-menu {
  background: #333;
  color: #fff;
}

.mm-panel .mm-navbar {
  border-bottom: 2px solid rgba(255, 255, 255, .15);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.mm-listview > li {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

#site-mobile-navigation .social {
  text-align: center;
}

.google-news {
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: url(../images/google-news.png) no-repeat left top;
  background-size: 48px;
}

.google-news p {
  margin: 0;
  padding-left: 64px;
  vertical-align: middle;
}

.google-news a {
  background: #ddd;
  padding: 12px 24px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}

.google-news a:hover {
  background-color: #FF6E31;
  color: #fff;
}

/* Desktop */
@media screen and (min-width: 74.9375em) {
  .article-list .category a {
    background: #fff!important;
  }
}

/* Table */
@media screen and (max-width: 74.9375em) {
  html {
    margin: 0!important;
  }

  .mm-slideout {
    overflow-x: hidden;
  }

  .admin-bar .mm-slideout {
    padding-top: 46px;
  }

  body.custom-background {
    background: none!important;
  }

  .home #page > .row {
    background: #eaeaea;
  }

  .custom-background #page {
    margin-top: 0;
  }

  .site-header {
    position: relative;
    min-height: 90px;
  }
  .site-title {
    margin: 1em auto;
    max-width: 180px;
  }
  .site-title img {
    max-width: 180px;
  }

  .show-menu {
    width: 36px;
    height: 90px;
    text-indent: 100%;
    background: url('../images/menu.png') center no-repeat;
    display: block;
    background-size: 36px;
    overflow: hidden;
    position: absolute;
  }

  .main-navigation {
    width: 80%;
  }
  .main-navigation li {
    float: none;
  }

  .mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: #FF6E31;
    tap-highlight-color: #FF6E31;
  }

  .mm-listview > li > a,
  .mm-listview > li > span {
    width: auto;
    display: block;
    padding: 0 2em;
    font-weight: bold;
  }

  .mm-listview > li.mm-selected {
    background: #FF6E31;
    color: #fff;
  }

  .mobile_header_search {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #FF6E31;
  }

  .mobile_header_search form {
    max-width: 80%;
  }

  .mobile_header_search form input {
    height: 44px;
    margin: 20px 0 20px 1em;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    width: 70%;
    outline: none;
    border-radius: 0;
    color: #fff!important;
  }

  .mobile_header_search .form-entry {
    display: none;
  }

  .mobile_header_search.open .form-entry {
    display: block;
  }

  .mobile_header_search .close_button {
    font-size: 32px;
    margin-top: 20px;
    float: left;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
  }

  .mobile_header_search form input:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }

  .mobile_header_search .search_button {
    background: url('../images/search-dark.png') no-repeat;
    display: block;
    width: 44px;
    height: 44px;
    background-size: 44px;
    position: absolute;
    right: 1em;
    top: 1.5em;
  }

  .mobile_header_search.open .search_button {
    background: url('../images/search.png') no-repeat;
    background-size: 44px;
  }

  #site-navigation,
  #site-sub-navigation,
  header #site-mobile-navigation,
  .ad-header,
  .widget-area,
  .clickable_skin {
    display: none!important;
    visibility: hidden!important;
  }

  .article-list .row {
    margin: 0!important;
  }

  .article-list article {
    width: 49%;
    margin: 0 0 1.5em;
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #ddd;
  }

  .article-list article:nth-of-type(2n) {
    margin-left: 2%;
  }

  .article-list article:nth-child(2n+1) {
    clear: left;
  }

  .columns:nth-of-type(9) {
    float: left!important;
    clear: right!important;
  }

  .article-list figure img {
    width: 100%;
  }

  #ytplayer {
    margin: 0 -2.25vw;
  }

  #ytplayer iframe {
    height: auto;
    min-height: 220px;
  }

  .article-list .entry-title {
    margin: .5em 0;
    font-size: 1.3rem;
    font-weight: normal;
  }

  .article-list .category {
    bottom: -.75em;
    left: .625rem;
    right: initial;
  }

  .article-list .category a {
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff!important;
  }

  .single-post .article-hero {
    margin: 0 -0.625rem;
  }

  .article-label.gallery {
    top: 14px;
    left: 14px;
  }

  .entry-content p {
    font-size: 17px;
  }

  .data_filter {
    width: 90%;
    padding: 0 5% 5%;
    margin: 5%;
    border-color: #FF6E31;
  }

  .data_filter > div {
    position: relative;
  }

  .data_filter h4 {
    margin: 0;
  }

  .data_filter .caret {
    width: 20px;
    height: 4px;
    background: #FF6E31;
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
  }

  .data_filter .caret.closed::after {
    content: "";
    width: 4px;
    height: 20px;
    background: #FF6E31;
    position: absolute;
    display: block;
    top: -8px;
    right: 8px;
  }

  .data_filter .section-inputs {
    display: none;
  }

  .page .datasheet > a {
    width: 50%;
    max-width: 50%;
    float: left;
    padding-right: 10px;
  }

  .page .datasheet figure {
    background-size: contain;
    background-position: top center;
  }

  .page-template-template-datasheets .entry-header,
  .page-template-template-datasheets .entry-content {
    width: 50%;
    float: right;
  }

  .page .type-datasheet .entry-title {
    margin-bottom: 0;
  }

  .tag-price .caption,
  .tag-qualita .caption,
  .tag-hardware .caption {
    padding: 5px;
  }

  .footer-widgets .widget {
    display: none;
  }

  .footer-widgets .widget:first-of-type {
    display: block;
  }

  /** Reviews */
  .product-box .product-infos, .product-box .product-offer {
    width: 100%;
    display: block;
    margin: 0;
    padding-bottom: 0;
  }
  .product-box .product-infos .box-caret {
    display: none;
  }
}

/* Mobile */
@media screen and (max-width: 40em) {
  .article-list article {
    width: 100%;
  }

  .article-list article:nth-of-type(2n) {
    margin-left: 0;
  }
}
