/*!
Theme Name: Roman Zackiewicz - Szarmant 2018
Theme URI: http://szarmant.pl
Description: ...
Version: 1.0
Author: Igor Chudy
Author URI: http://igorchudy.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/
/*===================================
=            Reset style            =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  width: 100%;
  min-height: 100%;
  font-size: 19px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  font: normal 19px/1.618 "Lato", Arial, Helvetica, sans-serif;
  color: #333;
}

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

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

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

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Lato";
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote, q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

h2 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Anchors */
a {
  outline: 0;
}

a img {
  border: none;
  text-decoration: none;
}

/* Paragraphs */
p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */
blockquote {
  font-style: italic;
}

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

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

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

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

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

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.container {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
  }
}

body {
  position: relative;
}

.search-form-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 70px;
  background: #fff;
  z-index: 1091;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-form-wrapper.show {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.search-form-wrapper form {
  position: relative;
  display: block;
}
.search-form-wrapper form input {
  font-size: 30px;
  padding: 20px;
  height: 100px;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  color: #999;
}
.search-form-wrapper form input:focus {
  color: #000;
}
.search-form-wrapper form button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: #0089df;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 0 40px;
}
.search-form-wrapper form button:hover {
  background: #000;
}
@media (max-width: 1280px) {
  .search-form-wrapper form input {
    height: 80px;
    font-size: 24px;
  }
}

.search-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1060;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}
.search-overlay.show {
  opacity: 1;
  visibility: visible;
}

.menu-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 99px;
  right: 0;
  bottom: 0;
  z-index: 1091;
  background: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
}
.menu-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper .content {
  padding: 60px 136px 0 136px;
}
.menu-wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-wrapper .flex .col {
  width: 25%;
}
.menu-wrapper .flex h3 {
  font-size: 21px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
.menu-wrapper .flex ul {
  list-style: none;
  margin: 0;
}
.menu-wrapper .flex ul li {
  margin-bottom: 5px;
}
.menu-wrapper .flex ul a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.menu-wrapper .flex .author {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.menu-wrapper .flex h2 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 30px;
}
.menu-wrapper .flex .desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .flex .zack-roman a {
  display: block;
  padding: 30px;
  background: #000;
}
@media (max-width: 1280px) {
  .menu-wrapper {
    top: 79px;
  }
  .menu-wrapper .content {
    padding: 30px 30px 0 30px;
  }
  .menu-wrapper .flex ul li {
    margin-bottom: 3px;
  }
  .menu-wrapper .flex ul a {
    font-size: 16px;
  }
  .menu-wrapper .flex .desc {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .menu-wrapper {
    top: 59px;
  }
  .menu-wrapper .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-wrapper .flex .col {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .menu-wrapper .flex .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .menu-wrapper .flex .col:last-child {
    margin-bottom: 0;
  }
}

.top-fixed-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  z-index: 1090;
  text-align: center;
}
.top-fixed-wrapper .logo {
  display: inline-block;
  height: 46px;
  margin: 27px 0;
}
.top-fixed-wrapper .logo a {
  display: block;
}
.top-fixed-wrapper .logo img {
  height: 46px;
}
.top-fixed-wrapper .nav-toggle {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #e1e1e1;
  padding: 35px 20px;
  height: 30px;
}
.top-fixed-wrapper .nav-toggle span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
  color: #070707;
  font-weight: bold;
  text-transform: uppercase;
  background: url(images/menu-icon.svg) left center no-repeat;
  background-size: 30px 30px;
  height: 30px;
}
.top-fixed-wrapper .nav-toggle:hover, .top-fixed-wrapper .nav-toggle.active {
  background: #000;
  border-right-color: #070707;
}
.top-fixed-wrapper .nav-toggle:hover span, .top-fixed-wrapper .nav-toggle.active span {
  color: #fff;
  background-image: url(images/menu-icon-active.svg);
}
.top-fixed-wrapper .search-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 35px 20px;
  border-left: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-fixed-wrapper .search-toggle span {
  display: block;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: url(images/search-icon.svg) center no-repeat;
  background-size: 30px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-fixed-wrapper .search-toggle:hover {
  background: #070707;
}
.top-fixed-wrapper .search-toggle:hover span {
  background-image: url(images/search-icon-active.svg);
}
.top-fixed-wrapper .search-toggle.show {
  background: #000;
}
.top-fixed-wrapper .search-toggle.show span {
  background: url(images/close.svg) center no-repeat;
  background-size: 30px 30px;
}
.top-fixed-wrapper .shop-link {
  position: absolute;
  right: 71px;
  top: 0;
  border-left: 1px solid #e1e1e1;
  font-size: 12px;
  color: #070707;
  padding: 28px 20px 28px 75px;
  background: url(images/vest-icon.svg) 20px center no-repeat;
  background-size: 48px 48px;
}
.top-fixed-wrapper .shop-link span {
  display: block;
  padding-right: 40px;
  background: url(images/right-arrow.svg) center right no-repeat;
  background-size: 20px 20px;
  text-align: left;
}
.top-fixed-wrapper .shop-link strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.top-fixed-wrapper .shop-link:hover {
  background: #070707 url(images/vest-icon-active.svg) 20px center no-repeat;
  background-size: 48px 48px;
  color: #fff;
  border-left-color: #070707;
}
.top-fixed-wrapper .shop-link:hover span {
  background-image: url(images/right-arrow-active.svg);
}
@media (max-width: 1366px) {
  .top-fixed-wrapper {
    height: 80px;
  }
  .top-fixed-wrapper .logo {
    height: 46px;
    margin: 17px 0;
  }
  .top-fixed-wrapper .logo img {
    height: 46px;
  }
  .top-fixed-wrapper .nav-toggle {
    padding: 25px 20px;
  }
  .top-fixed-wrapper .search-toggle {
    padding: 25px 20px;
  }
  .top-fixed-wrapper .shop-link {
    padding: 16px 20px 16px 75px;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper {
    height: 60px;
  }
  .top-fixed-wrapper .logo {
    height: 40px;
    margin: 10px 0;
  }
  .top-fixed-wrapper .logo img {
    height: 40px;
  }
  .top-fixed-wrapper .nav-toggle {
    padding: 15px;
  }
  .top-fixed-wrapper .search-toggle {
    padding: 15px;
  }
  .top-fixed-wrapper .shop-link {
    padding: 8px 15px 8px 65px;
    background-size: 40px 40px;
    background-position: 15px center;
    right: 61px;
  }
  .top-fixed-wrapper .shop-link span {
    padding-right: 30px;
    background-size: 15px 15px;
  }
}
@media (max-width: 850px) {
  .top-fixed-wrapper .shop-link {
    padding: 8px 15px;
    background: none;
  }
  .top-fixed-wrapper .shop-link span {
    padding-right: 30px;
    background-size: 15px 15px;
  }
}
@media (max-width: 768px) {
  .top-fixed-wrapper {
    position: static;
  }
  .top-fixed-wrapper .nav-toggle {
    width: 30px;
  }
  .top-fixed-wrapper .nav-toggle span {
    text-indent: -9999px;
  }
  .top-fixed-wrapper .shop-link {
    display: none;
  }
}
@media (max-width: 500px) {
  .top-fixed-wrapper .logo {
    height: 30px;
    margin: 15px 0;
  }
  .top-fixed-wrapper .logo img {
    height: 30px;
  }
  .top-fixed-wrapper .nav-toggle {
    width: 24px;
  }
  .top-fixed-wrapper .nav-toggle span {
    background-size: 24px 24px;
    width: 24px;
  }
  .top-fixed-wrapper .search-toggle span {
    background-size: 24px 24px;
    width: 24px;
  }
}

.newest-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.newest-post-wrapper .newest-post {
  width: 66.5%;
}
.newest-post-wrapper .instagram-sidebar {
  width: 29%;
}
.newest-post-wrapper .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newest-post-wrapper .instagram a {
  display: block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.newest-post-wrapper .instagram a:nth-child(2n+2) {
  margin-right: 0;
}
.newest-post-wrapper .instagram-link {
  display: block;
  margin-bottom: 4%;
}
.newest-post-wrapper .instagram-link a {
  display: block;
  background: #833ab4 url(images/social-4.svg) 30px center no-repeat;
  padding: 30px 30px 30px 100px;
  background-size: 48px 48px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newest-post-wrapper .instagram-link a span {
  display: block;
}
.newest-post-wrapper .instagram-link a strong {
  display: block;
}
.newest-post-wrapper .instagram-link a:hover {
  background-color: #000;
}
@media (max-width: 1280px) {
  .newest-post-wrapper .instagram-link a {
    padding: 20px 20px 20px 80px;
    background-position: 20px center;
    background-size: 40px 40px;
    font-size: 14px;
  }
}
.newest-post-wrapper .facebook-link {
  display: block;
  margin-bottom: 30px;
}
.newest-post-wrapper .facebook-link a {
  display: block;
  background: #3b5998 url(images/social-1.svg) 30px center no-repeat;
  padding: 30px 30px 30px 100px;
  background-size: 48px 48px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newest-post-wrapper .facebook-link a span {
  display: block;
}
.newest-post-wrapper .facebook-link a strong {
  display: block;
}
.newest-post-wrapper .facebook-link a:hover {
  background-color: #000;
}
@media (max-width: 1280px) {
  .newest-post-wrapper .facebook-link a {
    padding: 20px 20px 20px 80px;
    background-position: 20px center;
    background-size: 40px 40px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .newest-post-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newest-post-wrapper .newest-post {
    width: 100%;
    margin-bottom: 40px;
  }
  .newest-post-wrapper .instagram-sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newest-post-wrapper .instagram {
    width: 59%;
  }
  .newest-post-wrapper .instagram a {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .newest-post-wrapper .instagram a:nth-child(2n+2) {
    margin-right: 2%;
  }
  .newest-post-wrapper .instagram a:nth-child(4n+4) {
    margin-right: 0;
  }
  .newest-post-wrapper .social-links {
    display: block;
    width: 39%;
    margin-left: 2%;
  }
  .newest-post-wrapper .social-links div {
    height: 48%;
    margin-bottom: 5px;
  }
  .newest-post-wrapper .social-links div a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: 10px center;
    padding: 10px 10px 10px 50px;
    background-size: 30px;
  }
  .newest-post-wrapper .social-links .facebook-link {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .newest-post-wrapper {
    margin-bottom: 30px;
  }
  .newest-post-wrapper .instagram {
    width: 100%;
    margin-bottom: 20px;
  }
  .newest-post-wrapper .social-links {
    width: 100%;
    margin-left: 0;
  }
  .newest-post-wrapper .social-links div {
    margin-bottom: 10px;
  }
  .newest-post-wrapper .facebook-link {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .newest-post-wrapper .instagram a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .newest-post-wrapper .instagram a:nth-child(2n+2) {
    margin-right: 0;
  }
}

.post {
  display: block;
}
.post .photo {
  margin-bottom: 20px;
}
.post .photo a {
  display: block;
  position: relative;
}
.post .photo a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 7, 7, 0.8);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post .photo a:hover:after {
  opacity: 1;
}
.post .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-family: "Lato";
  margin-bottom: 30px;
}
.post .meta .date {
  color: #969696;
}
.post .meta .comments {
  color: #0089df;
}
.post .meta .comments a {
  color: #0089df;
}
.post .meta .comments a:hover {
  color: #000;
  text-decoration: underline;
}
.post h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (min-width: 400px) {
  .post h2 {
    font-size: calc(21.5155279503px + 0.6211180124vw);
  }
}
@media (min-width: 1366px) {
  .post h2 {
    font-size: 30px;
  }
}
.post h2 a {
  color: #000;
}
.post h2 a:hover {
  color: #070707;
  text-decoration: underline;
}
.post .excerpt {
  font-size: 15px;
}
@media (min-width: 400px) {
  .post .excerpt {
    font-size: calc(14.1718426501px + 0.2070393375vw);
  }
}
@media (min-width: 1366px) {
  .post .excerpt {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .post .photo {
    margin-bottom: 15px;
  }
  .post .meta {
    margin-bottom: 15px;
  }
  .post h2 {
    margin-bottom: 15px;
  }
}

.post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-grid .post {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
}
.post-grid .post:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 660px) {
  .post-grid .post {
    width: 100%;
    margin-right: 0;
  }
  .post-grid .post:last-child {
    margin-bottom: 0;
  }
}

.newest-post .post .photo {
  margin-bottom: 30px;
}
.newest-post .post h2 {
  font-size: 30px;
}
@media (min-width: 400px) {
  .newest-post .post h2 {
    font-size: calc(25.0310559006px + 1.2422360248vw);
  }
}
@media (min-width: 1366px) {
  .newest-post .post h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .newest-post .post .photo {
    margin-bottom: 15px;
  }
  .newest-post .post .meta {
    margin-bottom: 15px;
  }
  .newest-post .post h2 {
    margin-bottom: 15px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.pagination a, .pagination span {
  display: block;
  width: 46px;
  height: 46px;
  border: 2px solid #000;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  color: #000;
  border-radius: 4px;
  margin: 0 4px;
}
.pagination a:hover,
.pagination span {
  background: #000;
  color: #fff;
}

.content-wrapper {
  padding-top: 130px;
}
@media (max-width: 1280px) {
  .content-wrapper {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  .content-wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    padding-top: 20px;
  }
}

.guide-wrapper {
  display: block;
  border: 2px solid #000;
  margin-bottom: 60px;
  padding: 100px;
  padding-bottom: 30px;
  padding-top: 130px;
  position: relative;
  margin-top: 60px;
}
.guide-wrapper:after {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -60px;
  background: url(images/bow-tie.svg) center no-repeat;
  background-size: cover;
  opacity: 0.1;
  content: "";
}
.guide-wrapper .subtitle {
  position: absolute;
  left: 50%;
  top: -18px;
  width: 640px;
  margin-left: -320px;
  text-align: center;
  background: #fff;
}
.guide-wrapper .subtitle h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.guide-wrapper .subtitle p {
  font-size: 18px;
}
.guide-wrapper .item .photo {
  margin-bottom: 20px;
}
.guide-wrapper .item .photo a {
  display: block;
  position: relative;
}
.guide-wrapper .item .photo a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 7, 7, 0.8);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.guide-wrapper .item .photo a:hover:after {
  opacity: 1;
}
.guide-wrapper .item h2 {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
}
.guide-wrapper .item h2 a {
  color: #000;
}
.guide-wrapper .owl-stage-outer {
  margin-bottom: 30px;
}
.guide-wrapper .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide-wrapper .owl-dots .owl-dot {
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #000;
  border-radius: 100%;
  margin: 0 3px;
}
.guide-wrapper .owl-dots .owl-dot:hover, .guide-wrapper .owl-dots .owl-dot.active {
  background: #000;
}
@media (max-width: 1280px) {
  .guide-wrapper {
    padding: 130px 30px 40px;
  }
}
@media (max-width: 1024px) {
  .guide-wrapper {
    padding: 130px 30px 40px;
  }
  .guide-wrapper .subtitle {
    width: 540px;
    margin-left: -270px;
  }
  .guide-wrapper .subtitle h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  .guide-wrapper .subtitle p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .guide-wrapper {
    padding: 130px 50px 30px;
  }
}
@media (max-width: 768px) {
  .guide-wrapper {
    padding: 40px 0;
    border-left: none;
    border-right: none;
  }
  .guide-wrapper:after {
    display: none;
  }
  .guide-wrapper .subtitle {
    position: static;
    margin: 0;
    margin-bottom: 30px;
    width: auto;
  }
}

.sport-wrapper {
  display: block;
  background: #a6b6c6 url(images/roman-sport.jpg) left top no-repeat;
  margin-bottom: 30px;
}
.sport-wrapper .content {
  padding: 60px 100px 60px 310px;
}
.sport-wrapper .content h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #070707;
}
.sport-wrapper .content h4 {
  font-size: 18px;
  color: #070707;
  margin-bottom: 60px;
}
.sport-wrapper .content h4 span {
  font-weight: 400;
}
.sport-wrapper .content .item h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.sport-wrapper .content .item h2 a {
  color: #070707;
}
.sport-wrapper .content .item h2 a:hover {
  text-decoration: underline;
}
.sport-wrapper .content .item .excerpt {
  font-size: 16px;
}
.sport-wrapper .owl-stage-outer {
  margin-bottom: 30px;
}
.sport-wrapper .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sport-wrapper .owl-dots .owl-dot {
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #000;
  border-radius: 100%;
  margin: 0 3px;
}
.sport-wrapper .owl-dots .owl-dot:hover, .sport-wrapper .owl-dots .owl-dot.active {
  background: #000;
}
@media (max-width: 1024px) {
  .sport-wrapper {
    display: none;
  }
}

.zack-roman-info {
  display: block;
  background: url(images/zack-roman-bck.jpg) center no-repeat;
  padding: 120px 0;
  margin-bottom: 30px;
}
.zack-roman-info .flex .desc {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.zack-roman-info .flex .logo {
  height: 100px;
  margin-bottom: 30px;
}
.zack-roman-info .flex .logo img {
  height: 100px;
}
.zack-roman-info .flex p {
  margin-bottom: 40px;
}
.zack-roman-info .flex .button {
  display: block;
  text-align: center;
}
.zack-roman-info .flex .button a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  line-height: 1;
  padding: 23px 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zack-roman-info .flex .button a span {
  padding-right: 45px;
  background: url(images/right-arrow-active.svg) right center no-repeat;
  background-size: 20px 20px;
}
.zack-roman-info .flex .button a:hover {
  background: #fff;
  border-color: #fff;
  color: #070707;
}
@media (max-width: 1280px) {
  .zack-roman-info {
    padding: 90px 0;
  }
  .zack-roman-info .flex .logo {
    height: 80px;
  }
  .zack-roman-info .flex .logo img {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .zack-roman-info {
    padding: 60px 0;
  }
  .zack-roman-info .flex .logo {
    height: 60px;
  }
  .zack-roman-info .flex .logo img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .zack-roman-info {
    padding: 40px 0;
  }
  .zack-roman-info .flex .logo {
    height: 50px;
  }
  .zack-roman-info .flex .logo img {
    height: 50px;
  }
  .zack-roman-info .flex p {
    font-size: 18px;
  }
  .zack-roman-info .flex .button a {
    font-size: 14px;
    padding: 19px 30px;
  }
}
@media (max-width: 660px) {
  .zack-roman-info {
    margin-top: 30px;
  }
}

.products-wrapper {
  display: block;
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.products-wrapper:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  background: #000;
  content: "";
  z-index: 20;
}
.products-wrapper .container {
  position: relative;
  z-index: 100;
}
.products-wrapper .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 100%;
}
.products-wrapper .products .col {
  width: 20%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #e1e1e1;
}
.products-wrapper .products .col.first {
  background: #000;
}
.products-wrapper .products .col.first img {
  width: 70px;
}
.products-wrapper .products .col .vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-wrapper .products .col .hor {
  display: none;
}
.products-wrapper .products .col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-wrapper .products .col a:hover {
  opacity: 0.5;
}
@media (max-width: 1280px) {
  .products-wrapper .products .col.first img {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .products-wrapper .products .col.first img {
    width: 50px;
  }
}
@media (max-width: 900px) {
  .products-wrapper {
    height: auto;
    background: #000;
  }
  .products-wrapper .container {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .products-wrapper .products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products-wrapper .products .col {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
  .products-wrapper .products .col.first {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .products-wrapper .products .col.first img {
    width: 50px;
  }
  .products-wrapper .products .col .vert {
    display: none;
  }
  .products-wrapper .products .col .hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 16px 0;
  }
  .products-wrapper .products .col .hor img {
    width: auto;
    height: 44px;
  }
}
@media (max-width: 660px) {
  .products-wrapper .products .col {
    width: 50%;
    border-right: none;
  }
}

.footer {
  display: block;
  padding: 60px 0 30px;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .row .social {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .row .social li {
  margin-left: 14px;
}
.footer .row .social a {
  display: block;
  width: 42px;
  height: 18px;
  padding: 12px 0;
  text-align: center;
  line-height: 42px;
  background: #070707;
  border-radius: 100%;
  position: relative;
}
.footer .row .social a:after {
  display: block;
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid #070707;
  border-radius: 100%;
}
.footer .row .social a img {
  height: 18px;
  vertical-align: top;
}
.footer .row .social a:hover {
  background: #000;
}
.footer .row .social a:hover:after {
  border-color: #000;
}
.footer .row p {
  font-size: 16px;
  color: #777;
  margin-bottom: 0;
}
.footer .row p a {
  color: #777;
}
.footer .row p a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .footer .row p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .footer .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .row .logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .row p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .row p + p {
    margin-top: -10px;
  }
}

.category-title {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 36px;
  color: #070707;
}

.author-desc {
  display: block;
  position: relative;
  margin-bottom: 60px;
  padding-left: 200px;
}
.author-desc .avatar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  padding: 5px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.author-desc h3 {
  font-size: 30px;
  color: #070707;
  margin-bottom: 30px;
}
.author-desc .desc {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}

.empty-message {
  display: block;
  margin: 30px auto 60px;
  width: 100%;
  max-width: 700px;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 60px;
}
.empty-message h2 {
  font-size: 30px;
  color: #070707;
  margin-bottom: 30px;
}
.empty-message p {
  font-size: 18px;
}
.empty-message .button {
  display: block;
}
.empty-message .button a {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  padding: 18px 30px;
}
.empty-message .button a:hover {
  background: #000;
  color: #fff;
}

#top-cookie-wrapper {
  display: block;
  width: 100%;
  background: #070707;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
#top-cookie-wrapper.displaynone {
  display: none !important;
}

.top-cookie {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 14px;
}
.top-cookie p {
  color: #fff;
}
.top-cookie p a {
  color: #fff;
  text-decoration: underline;
}
.top-cookie p a.close {
  display: inline-block;
  line-height: 1;
  padding: 10px 18px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.top-cookie p a.close:hover {
  background: #fff;
  color: #000;
}

#newsletter-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1100;
}
#newsletter-overlay.displaynone {
  display: none !important;
}
#newsletter-overlay .newsletter-wrapper {
  display: block;
  width: 960px;
  height: 640px;
  margin: 150px auto 0;
  background: url(images/newsletter-wrapper.jpg) 0 0 no-repeat;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
#newsletter-overlay .newsletter-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 50%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
}
#newsletter-overlay .newsletter-wrapper .content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 13px;
  color: #999;
}
#newsletter-overlay .newsletter-wrapper .content .desc {
  padding: 30px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#newsletter-overlay .newsletter-wrapper .content h3 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 30px;
}
#newsletter-overlay .newsletter-wrapper .content form {
  background: none;
}
#newsletter-overlay .newsletter-wrapper .content #mlb2-1127366 .subscribe-form {
  background: none !important;
  padding: 0;
  width: 100%;
}
#newsletter-overlay .newsletter-wrapper .content #mlb2-1127366 .subscribe-form input {
  border: none;
  padding: 20px;
  font-size: 18px;
  width: 100%;
}
#newsletter-overlay .newsletter-wrapper .content #mlb2-1127366 .subscribe-form button {
  background: #961227;
  background-color: #961227 !important;
  padding: 20px !important;
  height: auto !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#newsletter-overlay .newsletter-wrapper .content #mlb2-1127366 .subscribe-form .form-section p {
  color: #fff !important;
}
@media (max-width: 768px) {
  #newsletter-overlay {
    display: none !important;
  }
}

#overlay-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

#overlay-wrapper.displaynone {
  display: none !important;
}

#overlay-wrapper .overlay-content {
  display: inline-block;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#overlay-wrapper .overlay-content .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  opacity: 1;
}

#overlay-wrapper .overlay-content a.big, #overlay-wrapper .overlay-content a.small {
  text-align: center;
}

#overlay-wrapper .overlay-content .big {
  width: 100%;
  display: block;
}

#overlay-wrapper .overlay-content .small {
  display: none;
}

@media (max-width: 768px) {
  #overlay-wrapper .overlay-content .big {
    display: none;
  }

  #overlay-wrapper .overlay-content .small {
    display: block;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 400px) {
  .Container {
    padding: calc(-13.1262939959px + 8.281573499vw);
  }
}
@media (min-width: 1366px) {
  .Container {
    padding: 100px;
  }
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
#mlb2-1127366 .subscribe-form .form-section p {
  color: #fff !important;
}

.single-article {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
.single-article .article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  min-height: 60px;
}
.single-article .article-author .author {
  display: block;
  padding-left: 80px;
  position: relative;
}
.single-article .article-author .author .avatar {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.single-article .article-author .author span {
  display: block;
  font-size: 16px;
  color: #999999;
}
.single-article .article-author .author a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 768px) {
  .single-article .article-author {
    min-height: 40px;
  }
  .single-article .article-author .author {
    padding-left: 60px;
  }
  .single-article .article-author .author .avatar {
    width: 40px;
    height: 40px;
  }
  .single-article .article-author .author span {
    display: none;
  }
  .single-article .article-author .author a {
    font-size: 16px;
    line-height: 40px;
  }
}
.single-article .article-title {
  display: block;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #070707;
  line-height: 1.3;
}
@media (min-width: 400px) {
  .single-article .article-title {
    font-size: calc(20.0621118012px + 2.4844720497vw);
  }
}
@media (min-width: 1366px) {
  .single-article .article-title {
    font-size: 54px;
  }
}
.single-article .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Lato";
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.single-article .article-meta span.circle {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #999;
  border-radius: 100%;
  margin: 0 30px;
}
.single-article .article-meta a {
  color: #999;
}
.single-article .article-meta a:hover {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 768px) {
  .single-article .article-meta {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .single-article .article-meta span.circle {
    margin: 0 15px;
  }
}
@media (max-width: 600px) {
  .single-article .article-meta {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .single-article .article-meta span.circle {
    display: none;
  }
  .single-article .article-meta a {
    display: block;
    margin: 0 15px;
  }
}
@media (max-width: 500px) {
  .single-article .article-meta {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 30px;
  }
  .single-article .article-meta span.circle {
    display: none;
  }
  .single-article .article-meta span,
.single-article .article-meta a {
    display: block;
    margin: 0 0 8px 0;
  }
  .single-article .article-meta span:last-child,
.single-article .article-meta a:last-child {
    margin-bottom: 0;
  }
}
.single-article .article-photo {
  display: block;
  margin-bottom: 60px;
}
.single-article .entry-content {
  margin-bottom: 40px;
}
.single-article .entry-content > p:first-child {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(images/post-spacer.png) center bottom no-repeat;
  font-size: 18px;
  color: #000;
}
@media (min-width: 400px) {
  .single-article .entry-content > p:first-child {
    font-size: calc(15.5155279503px + 0.6211180124vw);
  }
}
@media (min-width: 1366px) {
  .single-article .entry-content > p:first-child {
    font-size: 24px;
  }
}
.single-article .single-zack-roman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: #000;
  width: 100%;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-article .single-zack-roman .logo {
  width: 35%;
}
.single-article .single-zack-roman .desc {
  width: 65%;
  text-align: center;
}
.single-article .single-zack-roman .desc p {
  font-size: 19px;
  color: #999;
}
.single-article .single-zack-roman .desc a {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.single-article .single-zack-roman .desc a span {
  padding-right: 30px;
  background: url(images/right-arrow-active.svg) right center no-repeat;
  background-size: 20px 20px;
}
@media (max-width: 900px) {
  .single-article .single-zack-roman {
    display: block;
    padding: 30px;
  }
  .single-article .single-zack-roman .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .single-article .single-zack-roman .logo img {
    height: 60px;
  }
  .single-article .single-zack-roman .desc {
    width: 100%;
  }
  .single-article .single-zack-roman .desc p {
    font-size: 17px;
  }
  .single-article .single-zack-roman .desc a {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .single-article .single-zack-roman {
    display: block;
    padding: 25px 20px;
  }
  .single-article .single-zack-roman .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .single-article .single-zack-roman .logo img {
    height: 40px;
  }
  .single-article .single-zack-roman .desc {
    width: 100%;
  }
  .single-article .single-zack-roman .desc p {
    font-size: 15px;
  }
  .single-article .single-zack-roman .desc a {
    font-size: 15px;
  }
}

.entry-content {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #333333;
}
@media (min-width: 1367px) {
  .entry-content {
    max-width: 900px;
    font-size: 19px;
  }
}
@media (max-width: 1366px) {
  .entry-content {
    max-width: 800px;
    font-size: 18px;
  }
}
.entry-content a {
  color: #0089df;
}
.entry-content a:hover {
  text-decoration: underline;
  color: #000;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.entry-content h1 {
  font-size: 36px;
}
.entry-content h2 {
  font-size: 30px;
}
.entry-content h3 {
  font-size: 24px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content * + h1, .entry-content * + h2, .entry-content * + h3, .entry-content * + h4, .entry-content * + h5 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .entry-content {
    font-size: 17px;
  }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .entry-content h1 {
    font-size: 30px;
  }
  .entry-content h2 {
    font-size: 26px;
  }
  .entry-content h3 {
    font-size: 21px;
  }
  .entry-content h4 {
    font-size: 18px;
  }
  .entry-content h5 {
    font-size: 18px;
  }
  .entry-content * + h1, .entry-content * + h2, .entry-content * + h3, .entry-content * + h4, .entry-content * + h5 {
    margin-top: 40px;
  }
}

#comments {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 90px;
}

.black-friday {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.single-page {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
.single-page .article-title {
  display: block;
  font-size: 54px;
  text-align: center;
  margin-bottom: 60px;
}

.related-posts {
  position: relative;
}
.related-posts > h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  font-family: "Lato";
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -97px;
  top: 104px;
}
.related-posts > h3 span {
  position: relative;
}
.related-posts > h3 span:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #0089df;
  content: "";
  top: 8px;
  right: -40px;
}
@media (max-width: 1500px) {
  .related-posts > h3 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 240px) {
  html {
    -webkit-text-size-adjust: none;
  }

  img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
  }

  body {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
    height: auto;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
}
/*@media screen and (max-width: 1024px)*/