.socials ul {
  display: flex;
  justify-content: center;
}

.socials .socials-img a {
  display: flex;
}

.socials .socials-img img {
  width: 28px;
  transition: none !important;
}

.socials .socials-img img.is-main {
  opacity: 1 !important;
}

.socials .socials-img img.is-hover {
  position: absolute;
  opacity: 0 !important;
  pointer-events: none;
}

.socials .socials-img a:hover img.is-main {
  opacity: 0 !important;
}
.socials .socials-img a:hover img.is-hover {
  opacity: 1 !important;
}

.menu-mobile .socials .socials-img img {
  width: 24px;
} 
.menu-mobile .login-img img {
  width: 50px !important;
  height: 50px !important;
}


.login-img {
  position: relative;
}
.login-img a {
  display: block;
  margin-top: -12px;
}
.login-img img {
  width: 50px !important;
  height: 50px !important;
}
.login-img span {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: -23px;
  font-size: 10px;
  text-transform: uppercase;
}


.menu-desktop ul li a {
  font-size: 28px !important;
  line-height: 28px !important;
}

/*.responsive-table {
  font-size: 18px;
}*/

@media only screen and (max-width: 580px) {
  .socials .socials-img img {
    width: 20px;
  }

  .login-img img {
    width: 40px !important;
    height: 40px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-desktop ul li a {
      font-size: 21px !important;
      line-height: 21px !important;
  }
}

@media only screen and (max-width: 400px) {
  .responsive-table {
    font-size: 16px !important;
  }
}

* {
  outline: 0 !important;
}

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

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'bardo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.indent {
  text-indent:20px;
}

.icon-claudio-marino:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e90b";
}
.icon-instagram:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90d";
}

/* load logo animation */
@-moz-keyframes bardoLoad {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bardoLoad {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bardoLoad {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

#page-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e4d0ad;
  z-index: 99999;
  opacity: 1;
}

#page-load img {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  height: 50px;
  width: auto;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  animation: bardoLoad 1.8s ease-out infinite;
  -moz-animation: bardoLoad 1.8s ease-out infinite;
  -webkit-animation: bardoLoad 1.8s ease-out infinite;
  -ms-animation: bardoLoad 1.8s ease-out infinite;
  -o-animation: bardoLoad 1.8s ease-out infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

html, body {
  margin: 0 !important
}

body {
  background: #e4d0ad url(../img/bg-seamless.jpg) repeat 50% 50%;
  background-size: 500px 500px;
  background-attachment: fixed;
  color: #333333;
  font-family: Georgia, Times, 'Times New Roman', serif;
  overflow-x: hidden;
  font-weight: normal;
}
body.popup-open {
  overflow: hidden;
  margin-right: 15px;
}

body.mobile-fixed {
  height: 100%;
  overflow: hidden;
  overflow-y: hidden !important;
  width: 100%;
  position: fixed;
}

a {
  text-decoration: none;
  color: #4e6021;
}

a:hover, a:focus {
  text-decoration: none;
  color: #51221c;
}

p {
  margin-bottom: 20px;
}

#large-screen, #medium-screen, #small-screen, #menu-tablet-screen, #is-mobile { display:none; width:0; height:0; }
#large-screen { display:block; }

section { background:transparent; }
figure { margin:0; position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'fette_trump-deutschregular';
  color: #51221c;
  text-transform: none;
  margin: 0 0 10px 0;
  font-weight: 300;
  text-transform: lowercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
  color: #51221c;
  text-transform: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus { color: #4e6021; }

h2 {
  font-size: 33px;
}
h3 {
  font-size: 25px;
}
h3, h3 a {
  color: #4e6021;
}
h3 a:hover, h3 a:focus {
  color: #51221c;
}
.entry-title h1, .entry-title h1 a {
  /*color: #4e6021;*/
}

img.lazy-img {
  width: 100%;
  height: auto;
  opacity: 0;

  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.no-padding {
  padding: 0 !important;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

body ::-moz-selection {
  background: #ccc;
}

body ::selection {
  background: #ccc;
}

p, .textwidget, .entry-content ul li {
  font-family: Georgia;
  font-size: 16px;
  line-height: 22px;
}

blockquote{
  position: relative;
  padding: 0;
  margin: 10px 0;
  border-left: none;
}

blockquote, blockquote p {
  font-family: Georgia;
  background-color:transparent;
}

blockquote {
  background: none;
  border-left: 0;
  margin: 30px 20px;
  padding: 0;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  content: open-quote;
  position: absolute;
  top: -5px;
  left: -20px;
  font-size: 40px;
  color: #51221c;
}

blockquote p {
  display: inline;
}

input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

ins {
  text-decoration: none;
}

.clear {
  clear: both;
}

.hide-mobile { display:inline !important; }
.show-mobile { display:none !important; }

.main-section {
  position: relative;
  overflow-x: hidden;
  background: #e4d0ad url(../img/content-bg.jpg) no-repeat 0 0;
  background-size: 100% auto;
  border-left: 2px solid #63605c;
  border-right: 2px solid #63605c;
  min-height: 1000px;
}

.post-comments {
  margin-top: 40px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

/*
  --------
  404
  --------
*/
.not-found {

}

/* 
  -----
  HEADER 
  -----
*/

.socials {
  position: absolute;
  top: 50px;
  right: 52px;
  z-index: 100;  
}
.socials ul {
  margin: 0;
  padding: 0;
}
.socials ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.socials ul li:last-child {
  margin-right: 0;
}
.socials ul li a {
  color: #1e1e23;
  font-size: 28px;
  line-height: 28px;
}
.socials ul li a:hover {
  color: #4e6021;
}

.menu-desktop {
  position: absolute;
  top: 120px;
  right: 52px;
  background: transparent url(../img/top-menu-spacer.png) repeat-x 0 100%;
  background-size: auto 2px;
  padding-bottom: 10px;
  z-index: 100;
}
.menu-desktop ul {
  margin: 0;
  padding: 0;
}
.menu-desktop ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.menu-desktop ul li:last-child {
  margin-right: 0;
}
.menu-desktop ul li a {
  font-family: 'fette_trump-deutschregular';
  color: #51221c;
  font-size: 32px;
  line-height: 32px;
  text-transform: lowercase;
}
.menu-desktop ul li.active a, .menu-desktop ul li a:hover {
  color: #4e6021;
}
.menu-desktop ul li.page-item-2.active a {
  color: #51221c;
}
.menu-desktop ul li.page-item-2.active a:hover {
  color: #4e6021;
}

header.top-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
ul.sub-menu.opened {  }

.menu-mobile ul.sub-menu { display:none; }
.menu-mobile ul.sub-menu.opened { display:block; }

ul.sub-menu {
    display: none;
}

.sub-cat-menu ul.children { display:none; }

.top-right
{
  position: absolute;
  right: 0.9375rem;
  bottom: 0;
  z-index: 10;
}

ul.dropdown 
{
  display: none;
  opacity: 1;
  position: relative;
  top: 0;
  background: none;
  margin: 0 0 15px 0;
  border: none;
  background: none;
}
ul.dropdown li {
  display: block;
  float: none;
  padding: 0;
  line-height: 28px;
}
ul.dropdown li a {
  display: block;
  text-transform: none;
}
ul.dropdown li.back {
  display: none;
}

li.big-menu-open { padding-right: 3px; }
li.big-menu-open:after
{
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    top: 0px;
    right: -15px;
    font-size: 0.8rem;
    color: #b1e868;
}
li.big-menu-open.menu-opened:after { content: "\f00d"; }

li.big-menu-open .row { max-width: 78rem; }

/* sidebar */
#sidebar {

}
.panel {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel h4 {
    padding-bottom: 0rem;
    border-bottom: none;
    color: #b1e868;
    font-size: 1.25rem;
    letter-spacing: 0.01rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.panel ul {
  margin: 0;
}
.panel ul li {
  list-style-type: none;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
.panel ul li:last-child { border-bottom:none; }
.panel ul li a {
  text-transform: none;
  color: #65676C;
  font-size: 0.9rem;
}
.panel ul li a:hover {
  color: #b1e868;
}

/* Home */
.container {
  position: relative;
}

/* News single */
.news-single {
  margin: 540px 0 0 0;
  float: right;
}
.news-single article {
  margin-right: 30px;
}
.entry-date p.date {
  font-style: italic;
  font-size: 12px;
}
.news-single .entry-content {
  background-color: #ebe6df;
  padding: 20px;
  min-height: 700px;
}
.news-single .entry-content em { 
  font-style: italic; 
  color: #51221c;
  font-size: 20px;
  line-height: 24px;
}

.content-video {
  margin: 30px 0;
}

.news-image {
  margin-bottom: 20px;
  border: 2px solid #333333;
}
.news-image img {
  pointer-events: none;
}

.post-bottom {
  margin-top: 40px;
  padding-top: 20px;
  background: transparent url(../img/footer-spacer.png) repeat-x 0 0;
  background-size: auto 2px;
}
/* share */
.share-post {

}
.share-post ul {
  padding: 0;
  margin: 0;  
}
.share-post ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.share-post ul li:last-child {
  margin-right: 0;
}
.share-post ul li.title {
  font-family: 'fette_trump-deutschregular';
  color: #51221c;
  margin-right: 8px;
  text-transform: lowercase;
}
.share-post ul li a {
  color: #51221c;
}
.share-post ul li a:hover {
  color: #4e6021;
}

/* next / prev */
.next-prev {
  text-align: right;
  color: #333;
}
.next-prev a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.next-prev span {
  color: #333;
}
.next-prev span.spacer {
  padding: 0 8px;
}

.news-list {
  background-color: #ebe6df;
  margin-bottom: 20px;
}
.news-list .news-image a {
  display: block;
}
.news-list .news-single {
  margin-bottom: 20px;
}
.news-list .date {
  margin-bottom: 5px;
}
.news-list h3 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;
  margin: 0;
}
.news-list h3 a {
  color: #51221c;
}
.news-list h3 a:hover {
  color: #4e6021;
}

.news-list-excerpt {
  padding-top: 10px;
}

.news-list .news-image {
  margin: 0;
  padding-right: 0;
  border: none;
}
.news-list .news-image img {
  border: 2px solid #333333;
}
.news-list .news-image a:hover {
  opacity: 0.8 !important;
}

#infscr-loading {
  text-align: center;
  margin-right: 30px;

  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#infscr-loading img {
  position: absolute;
  margin: 10px 0 0 -10px;
  width: 20px;
  height: 20px;
}
#pagination {
  opacity: 0;
}

/* home */
.more-articles {
  text-align: right;
  padding-right: 45px;
}
.more-articles a {
  color: #51221c;
}
.more-articles a:hover {
  color: #4e6021;
}
.news-home .news-single article {
  margin-right: 45px;
}
.news-home 

/* owl slider - fancynox */
.slider-top-info { position:relative; padding-top:100px; }
.slider-top-info h3 { text-transform: uppercase; font-size: 5rem; letter-spacing: 0.02rem; font-weight: lighter; margin-bottom: 20px; }

.slider-item, .slider-single-item {
  background: #282828 url(../img/slider-loader.gif) 50% 50% no-repeat;
  background-size: 20px 20px;
}
.slider-single-item img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

img.slider-image { width:100% !important; height:auto; pointer-events:none; }
img.slider-icon 
{
  position:absolute;
  top:0;
  right:0;

  width: 72px !important;
  height: auto; 
  pointer-events: none; 
}

.item-container {
  margin: 0 !important;
}

.owl-carousel .owl-item img { transform-style: flat; }

.item-slider {
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  background: #000000;
}
.item-slider img {
  width: 100%;
  height: auto;
}

.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.owl-prev.disabled, .owl-next.disabled {
  opacity: 0.1 !important;
  pointer-events: none;
}

.owl-wrapper {
  overflow: hidden;
}

.owl-pagination { display: none; }
.owl-prev:after, .owl-next:after 
{
  font-family: 'archilinea';
    font-size: 80px;
    color: #fff;
    position: absolute;
    top: 50%;
    line-height: 80px;
    margin-top: -40px;
    visibility: visible;
    z-index: 99;
}
.owl-theme .owl-controls { height: 0; margin: 0; overflow: hidden; }
.owl-theme .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  filter: Alpha(Opacity=100);
  opacity: 1.0;
}
.owl-theme .owl-controls .owl-buttons div:hover { filter: Alpha(Opacity=70); opacity: 0.7; }
.owl-prev:after { content: "\e908"; left: 100px; }
.owl-next:after { content: "\e911"; right: 100px; }
.owl-prev.disabled, .owl-next.disabled { display: none !important; }
.owl-wrapper { overflow:hidden; }  
.owl-next:hover:after, .owl-prev:hover:after { color:#b1e868; }

.owl-next, .owl-prev { height: 0; font-size: 0; }

.owl-carousel .owl-item img { width:auto; }

.fancybox-overlay {
  background: rgba(37, 40, 40, 0.9);
}

.fancybox-overlay {
  cursor: url(../img/cursor-close.png) 25 10, auto !important;
}

.fancybox-overlay { z-index:9999; }
.fancybox-opened { z-index: 10000; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-close {
  display: none;
}

.fancybox-nav {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}
.fancybox-nav span {
  position: relative;
  cursor: pointer;
  display: block;
  top: auto;
  z-index: 8040;
  visibility: visible;
  width: 60px;
  height: 60px;
  margin-top: 0;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.fancybox-prev {
  left: 10px;
}

.fancybox-prev span {
  background: transparent url(../img/prev-gallery.png) no-repeat 50% 50%;
  background-size: 35px 35px;
}

.fancybox-next {
  right: 10px;
}
.fancybox-next span {
  background: transparent url(../img/next-gallery.png) no-repeat 50% 50%;
  background-size: 35px 35px;
}

.fancybox-nav:hover span {
  background-color: rgba(0, 0, 0, 0.2);
}

/* button */
.button, .button[disabled] {
  font-family: Georgia;
  background-color: #000000;
  color: #fff;
}

.button:hover, .button:focus, .button[disabled]:hover {
  background-color: #000000;
  color: #fff;
}

.entry-summary {
  padding: 0;
  margin: 0;
}

/*
  -------
  footer 
  -------
*/
footer.bottom-page {
  margin: 100px 30px 50px;
  padding: 20px 0 0;
  text-align: center;
  background: transparent url(../img/footer-spacer.png) repeat-x 0 0;
  background-size: auto 2px;
}
p.copyright {
  margin-bottom: 20px;
  font-size: 14px;
}
p.copyright a {
  color: #333;
}
p.copyright a:hover {
  color: #4e6021;
}

a.claudio-marino {
  display: inline-block;
  color: #070704;
  font-size: 12px;
  margin-right: 10px;
}
a.claudio-marino span {
  font-size: 42px;
  line-height: 42px;
}
a.crrtt {
  display: inline-block;
  width: 21px;
  height: 42px;
  background: transparent url(../img/crrtt.png) repeat-x 0 0;
  background-size: 100%;
  margin-left: 10px;
}


/* form */
.contact-form {
  margin-top: 10px
}
.wpcf7-form p { position:relative; }
.wpcf7-form input, .wpcf7-form textarea {
  border: none;
  margin-bottom: 20px;
  padding: 10px 15px;
  height: auto;
  font-size: 14px;
  width: 100%;
  font-weight: 300;
  background-color: #e4d0ad;
}

.wpcf7-form textarea { height:120px; margin-bottom: 0; }

.text {
  padding-right: 10px;
}
.email {
  padding-left: 10px;
}

span.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

div.wpcf7 img.ajax-loader {
  margin: 0;
  position: absolute;
  top: 24px;
  right: 120px;
  width: 16px;
  height: 16px;
}
 
span.wpcf7-not-valid-tip 
{ 
  font-weight: 300;
  display: block;
  margin: -10px 0 15px;
  font-size: 10px;
}

.wpcf7-form  .wpcf7-submit {
  float: right;
  font-family: 'fette_trump-deutschregular';
  color: #e4d0ad;
  margin: 10px 0 0 0 !important;
  font-weight: 300;
  width: auto;
  text-decoration: none;
  background: #4e6021;
  padding: 8px 20px;
  font-size: 20px;
  text-transform: lowercase;
}

.wpcf7-form  .wpcf7-submit:hover {
  background: #1b1b1b;
  color: #fff !important;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ng
{
  background: #333;
  color: #e4d0ad;
  padding: 10px 20px;
  font-size: 12px;
  margin: 11px 0;
  border: none;
  font-weight: 300;
}

.wpcf7 div.wpcf7-mail-sent-ok
{
  background: #333;
  color: #e4d0ad;
  padding: 10px 20px;
  font-size: 12px;
  margin: 11px 0;
  border: none;
  font-weight: 300;
}

.wpcf7 div.wpcf7-spam-blocked
{
  background: #333;
  color: #e4d0ad;
  padding: 10px 20px;
  font-size: 12px;
  margin: 11px 0;
  border: none;
  font-weight: 300;
}

.contact-form input[type=email], .contact-form input[type=text] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

/* open image */
a.open-image {
}
a.open-image:hover {
  opacity: 0.7;
}
figcaption {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
}

/* ARCHIVE ACTIONS */
.news-actions {
  margin-bottom: 50px;
}
.news-order {
  text-align: right;
  padding-right: 45px;
}
.news-order a.selected {
  font-weight: bold;
  color: #51221c;
}
#search-news-input, #search-news-input:hover, #search-news-input:focus {
  background: transparent;
  border: none;
  font-size: 14px;
  width: 100%;
  outline: none; 
}
#infinite-scroll {
  min-height: 700px;
}
#infinite-scroll .nothing-found {
  display: none;
}
#infinite-scroll .nothing-found.found {
  display: block;
}
#infinite-scroll .news-list.show-news {
  display: block;
}
#infinite-scroll .news-list.hide-news {
  display: none;
}

/* ------ */
/* newsletter */
/* ------ */
.subscribe-newsletter {
  margin-top: 40px;
}

.subscribe-newsletter form {
  position: relative;
}

.subscribe-newsletter input[type=email] {
  border: none;
  margin: 0;
  padding: 8px 15px;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  background-color: #e4d0ad;
  width: 100%;
  padding-right: 115px;
}

.subscribe-newsletter input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'fette_trump-deutschregular';
  color: #e4d0ad;
  margin: 0 !important;
  font-weight: 300;
  width: auto;
  text-decoration: none;
  border: none;
  background: #4e6021;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: lowercase;
}

.subscribe-newsletter input[type=submit]:hover {
  background: #1b1b1b;
  color: #fff !important; 
}

.subscribe-newsletter .choose-list, .subscribe-newsletter .choose-list label {
  font-family: Georgia;
  font-size: 14px;
  line-height: 16px;
  margin: 0 10px 0 0;
  font-weight: 300;
}
.subscribe-newsletter .choose-list input[type=checkbox] {
  margin: 0 5px 0 0;
}
.subscribe-newsletter .choose-list label.title {
  font-family: 'fette_trump-deutschregular';
  color: #4e6021;
  margin: 0 0 10px 0 !important;
  font-weight: 300;
  width: auto;
  text-decoration: none;
  border: none;
  font-size: 16px;
  text-transform: lowercase;
  display: block;
}

.subscribe-newsletter .mc4wp-alert, .subscribe-newsletter .mc4wp-alert p {
  font-size: 12px;
}

/* related articles */
.related-articles {
  margin-top: 50px;
  margin-bottom: 10px;
}

.related-articles h3 {
  
}


/* sticky side */
.sticky-sidebar {
  position: fixed;
  top: 20px;
  margin-left: 20px;
  width: 270px;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;

  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.sticky-sidebar.show {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.sticky-desktop {
  display: block;
}
.sticky-mobile {
  display: none;
}
.open-sticky-info {
  position: absolute;
  top: 0;
  right: 0;
  background: #51221c;
  color: #fff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;

  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.open-sticky-info:hover, .open-sticky-info:focus {
  color: #fff;
}
.open-sticky-info i {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -11px;
}
.open-sticky-info i.open-x {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open-sticky-info i.open-x {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.open-sticky-info.open i.open-y {
  margin-top: -7px;
}
.open-sticky-info.open i.open-x {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  margin-top: -12px;
}

.popup-info {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 20px 60px 24px;
  background-color: rgba(235, 230, 223, 0.85);

  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;

  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;  
}

.popup-info.open {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.form-email {
  width: 100%;
}

/* mobile */
.sticky-sidebar-mobile {
  display: none;
}
.sticky-mobile .first-info {
  position: relative;
  height: 40px;
  line-height: 40px;
  background-color: rgba(235, 230, 223, 0.85);
}
.sticky-mobile .first-info .reading-progress {
  position: absolute;
  top: -4px;
  left: 0;
  margin: 0;
  z-index: 200;
}

.sticky-mobile .banner-sidebar {
  margin-bottom: 20px;
  text-align: center;
}
.sticky-mobile .banner-sidebar img {
  width: auto;
  max-height: 190px;
}
.sticky-mobile .related-single {
  margin-bottom: 10px;
}
.sticky-mobile .related-single:last-child {
  margin-bottom: 0;
}



@media only screen and (max-width: 767px) {
  .sticky-desktop {
    display: none;
  }
  .sticky-mobile {
    display: block;
  }

  .sticky-sidebar {
    display: block;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
  }
}

.banner-sidebar {
  margin-bottom: 40px;
}
.banner-sidebar a {
  display: block;

  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.banner-sidebar a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner-sidebar img {
  width: 100%;
  height: auto;
}
.post-info-sidebar {

}
.post-info-sidebar .share-post {
  margin-top: 40px;
}
.post-info-sidebar .related-single {
  margin-bottom: 10px;
}
.post-info-sidebar .related-single:last-child {
  margin-bottom: 0;
}

.reading-progress {
  height: 4px;
  background-color: #63605c;
  margin-top: 20px;

  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}


.related-single {

}
.related-single a {
  display: block;

  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.related-single a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ------ */
/* media queries */
/* ------ */

@media (min-width: 1200px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (max-width: 1200px) {

}

/* 992px - 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #large-screen, #small-screen { display:none; }
  #medium-screen { display:block; }
}

/* 768px - 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu-tablet-screen { display:block; }

  .sticky-sidebar {
    width: 208px;
  }

  .news-single {
    margin: 420px 0 0 0;
  }

  .menu-desktop {
    top: 100px;
  }
  .menu-desktop ul li a {
    font-size: 22px;
    line-height: 22px;
  }
}

/* 992px - 1024px */
@media only screen and (min-width: 992px) and (max-width: 1024px) {

}

/* touch */
@media only screen and (min-width: 0px) and (max-width: 1024px) {

}

/* mobile generico */
/* 0px - 991px */
@media only screen and (min-width: 0px) and (max-width: 991px) {
  p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 28px;
    line-height: 28px;
  }
  h2 {
    font-size: 24px;
    line-height: 24px;
  }
  h3 {
    font-size: 20px;
    line-height: 20px;   
  }

  .subscribe-newsletter h3 {
    text-align: center;
  }

}

/* MENU */
.menu-mobile { 
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;

  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.menu-mobile.active { 
  visibility: visible;
  opacity: 1;
}
.open-menu-mobile { 
  display:none;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: 179px;
  font-size: 28px;
  cursor: pointer;
  z-index: 999;
}
.top-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e4d0ad;
  /*border: 5px solid #63605c; */
  z-index: 99999;
}
.open-menu-mobile {
  color: #51221c;  
}
.open-menu-mobile .title {
  position: relative;
  font-size: 20px;
  top: -3px;
  font-family: 'fette_trump-deutschregular';
  text-transform: lowercase;
}
.mobile-logo {
  width: 70%;
  max-width: 320px;
  display: block;
  margin: 60px auto 20px;
}
.top-menu-mobile {

}
.top-menu-mobile-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10; 
}

.top-menu-mobile ul {
  margin: 0;
  padding: 0; 
}
.top-menu-mobile ul li {
  display: block;
  list-style-type: none;
  text-align: center;
  margin-bottom: 15px;
}
.top-menu-mobile ul li:last-child {
  margin-bottom: 0;
}
.top-menu-mobile ul li a {
  font-family: 'fette_trump-deutschregular';
  color: #51221c;
  font-size: 32px;
  line-height: 32px;
  text-transform: lowercase;
}
.top-menu-mobile .socials {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  margin-top: 30px;
}
.top-menu-mobile .socials ul { 
  text-align: center;
}
.top-menu-mobile .socials ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
}
.top-menu-mobile .socials ul a {
  color: #1e1e23;
  font-size: 24px;
  line-height: 24px;
}

/* close */
.close-menu {
  position: absolute;
  top: -6px;
  text-align: center;
  width: 100%;
}
.close-x {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
}
.close-x:hover::before, .close-x:hover::after {
  background: #1e1e23;
}
.close-x::before, .close-x::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #1e1e23;
  height: 4px;
  margin-top: -2px;
}
.close-x::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  border-radius: 100%;
}
.close-x::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  body.opened { overflow-y:hidden; }
  .open-menu-mobile.active { display: none; }
  .container {
    width: 640px;
  }
  .socials {
    top: 50px;
    right: 41px;
  }

  #page-load img {
    height: 35px;
  }

  #infinite-scroll .nothing-found {
    text-align: center;
  }

  #search-news-input, #search-news-input:hover, #search-news-input:focus {
    text-align: center;
  }
  .news-order {
    text-align: center;
    margin: 10px 0 30px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .container {
    width: 580px;
  }

  .open-menu-mobile {
    top: 90px;
    margin-left: 154px;
  }
  .socials {
      top: 40px;
      right: 38px;
  }
}
@media only screen and (max-width: 580px) {
  .container {
    width: 520px;
  }
  .open-menu-mobile {
    top: 75px;
    margin-left: 127px;
  }
  .socials {
    top: 40px;
    right: 33px;
  }
  .socials ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .container {
    width: 460px;
  }
  .open-menu-mobile {
    top: 65px;
    margin-left: 101px;
  }
  .socials {
    top: 25px;
    right: 29px;
  }
}
@media only screen and (max-width: 460px) {
  .container {
    width: 400px;
  }
  .socials {
    display: none;
  }
  .open-menu-mobile {
    top: 40px;
    margin-left: 76px;
  }


}
@media only screen and (max-width: 400px) {
  /*
  .container {
    width: 350px;
    margin-left: -15px;    
  }
  */
  .container {
    width: 100%;
  } 

  /*
  .open-menu-mobile {
    top: 20px;
    margin-left: 53px;
  }
  */
  .open-menu-mobile {
    top: 20px;
    left: initial;
    right: 40px;
  }

  .subscribe-newsletter input[type=submit] {
    position: relative;
    top: auto 
    right: auto;
    width: 100%;
  }
  .subscribe-newsletter input[type=email] {
    padding-right: 15px;
    text-align: center;
  }
}

/* lang */
body.lang-es .menu-desktop ul li a {
  font-size: 29px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  body.lang-es .menu-desktop ul li a {
    font-size: 21px;
  }
}

/*
body.lang-en .languages {
  display: none;
}
*/

.languages {
  position: absolute;
  top: 12px;
  right: 46px;
  z-index: 100;
}
.languages ul {
  font-size: 0;
  padding: 0;
  margin: 0;
}
.languages ul li {
  display: inline-block; 
  margin: 0 5px;
}
.languages ul li a {
  position: relative;
  font-family: 'fette_trump-deutschregular';
  color: #51221c;
  font-size: 20px;
  line-height: 20px;
  text-transform: lowercase;
  padding: 0 5px;
}
.languages ul li a.selected, .languages ul li a:hover {
  background: transparent url(../img/top-menu-spacer.png) repeat-x 0 100%;
  background-size: auto 2px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .languages {
    display: none;
  }

  .menu-mobile .languages {
    display: block;
  }
}

.menu-mobile .languages {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 30px;
  text-align: center;
}



/* Mobile */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #medium-screen, #large-screen { display:none; }
  #small-screen { display:block; }  

  .menu-desktop { display:none; }

  .main-section {
    background-size: 120% auto;
    background-position: 100% 0;
    min-height: auto;
  }

  .news-list-excerpt {
    display: none;
  }
  .news-list .news-image {
    padding-right: 15px;
  }
  body.home .news-list .news-image {
    padding-right: 0;
  }
  #infscr-loading {
    margin-right: 0;
  }
  .news-single {
    margin: 65% 0 0 0;
    float: right;
  }

  .news-single .entry-content {
      background-color: rgba(235, 230, 223, 0.75);
      padding: 15px;
      min-height: 700px;
  }
  .news-home .news-single article {
    margin-right: 30px;
  }
  .news-single article {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .more-articles {
    padding-right: 30px;
  }
  .open-menu-mobile {
    display: block;
  }
  .text {
    padding-right: 15px;
  }
  .email {
    padding-left: 15px;
  }
  .wpcf7-form .wpcf7-submit {
    width: 100%;
  }

  .related-articles {
    margin-bottom: 0;
  }
  .related-articles h3 {
    text-align: center;
  }
  .related-single {
    margin-bottom: 20px;
  }

  .share-post {
   text-align: center;
  }
  .next-prev {
    text-align: center;
    margin-top: 15px;
  }

  p.copyright {
    font-size: 11px;
    line-height: 14px;
  }
  footer.bottom-page {
    margin: 50px 15px 20px;
  }
}