.single__content {
  position: relative;
}

.s__content h2,
.s__content h3,
.s__content h4,
.s__content h5,
.s__content h6 {
  font-family: ProximaNova-Bold;
  color: #000000;
  padding-left: 10px;
}

.s__content h2 {
  font-size: 24px;
  margin: 10px 0 20px;
}

.s__content h3 {
  font-size: 22px;
  margin: 10px 0 20px;
}

.s__content h4 {
  font-size: 20px;
  margin: 10px 0 20px;
}

.s__content h5 {
  font-size: 17px;
  margin: 10px 0 20px;
}

.s__content h6 {
  font-size: 15px;
  margin: 10px 0 20px;
}

.s__content p {
  font-family: ProximaNova-Regular;
  font-size: 17px;
  color: #000000;
  line-height: 23px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.s__content i {
  font-family: Georgia;
  font-style: italic;
}

.s__content p a {
  color: #E9412F;
}

.s__content blockquote {
  background: #F9F9F9;
  padding: 30px 60px 30px 30px;
  margin: 20px 0 20px;
  width: 760px;
  width: 100%;
}

.s__content blockquote p {
  font-size: 19px;
  line-height: 26px;
  border-left: 4px solid #3867A5;
  padding-left: 30px;
}

.article .sn__content blockquote p {
  padding-right: 0px;
}

.s__content ul {
  padding: 0px 0 10px;
  margin: 5px 0 30px 10px;
}

.s__content ul li {
  list-style: none;
  border-left: solid 4px #E9412F;
  padding-left: 20px;
  margin-bottom: 20px;
  font-family: ProximaNova-Regular;
  font-size: 17px;
  color: #000000;
  line-height: 23px;
}

.s__content ol {
  counter-reset: myCounter;
  padding: 0;
}

.s__content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter)".";
  font-family: Georgia;
  font-size: 25px;
  color: #000000;
  line-height: 23px;
  left: 10px;
  position: absolute;
}

.s__content ol li {
  position: relative;
  padding-left: 50px;
  list-style: none;
  font-family: ProximaNova-Regular;
  font-size: 17px;
  color: #000000;
  line-height: 23px;
  margin-bottom: 25px;
}

.s__content img {
  width: 100%;
  height: auto;
  /*margin-top: 20px;*/
}

.s__content img.alignleft {
  width: auto;
  height: 100%;
  float: left;
  margin-right: 20px;
}

.s__content img.alignright {
  width: auto;
  height: 100%;
  float: right;
  margin-left: 20px;
}

.post__content--slider {
  margin-bottom: 30px;
  width: 100%;
}

.post__content--slider figure {
  width: 100%;
  min-height: 400px;
  max-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #F6F6F6;
}

.article .post__content--slider figure {
  max-height: 650px;
}

.post__content--slider figure img {
  height: auto;
  max-height: 550px;
  width: auto;
  max-width: 100%;
  margin: auto;
}

.article .post__content--slider figure img {
  max-height: 550px
}

.post__content--slider figcaption {
  width: 100%;
  background: #fff;
}

.s__content .post__content--slider figcaption>p {
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
  padding: 0 !important;
  line-height: 1.2;
}

.post__content--slider figure img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.post__content--slider figure img.flickity-lazyloaded,
.post__content--slider figure img.flickity-lazyerror {
  opacity: 1;
}

.post__content--slider .flickity-prev-next-button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.60);
  top: calc(50% - 30px);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: flex;
}

.post__content--slider .flickity-prev-next-button.previous {
  left: 20px;
}

.post__content--slider .flickity-prev-next-button.next {
  right: 20px;
}

.post__content--slider .flickity-prev-next-button svg {
  width: 20px;
  margin: auto;
  position: static;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

.post__content--slider .flickity-prev-next-button.previous svg {}

.post__content--slider .flickity-prev-next-button.next svg {}

.vrez {
  position: absolute;
  right: 0;
  width: 220px;
}

.article .vrez {
  /*right: -240px;*/
}

.vrez p,
.article .sn__content .vrez p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 17px;
  padding-right: 0px;
}

.wp-caption {
  margin-bottom: 20px;
  width: 100% !important;
}

.wp-caption img {
  margin-bottom: 10px;
}

.wp-caption p.wp-caption-text,
.wp-block-image figcaption {
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  padding-right: 0px !important;
}

.post__slider {
  margin: 20px 0 40px;
}

.s__content iframe {
  width: 100% !important;
}

.sn__meta {
  padding: 0 0 20px 0
}

.sn__meta>* {
  margin-right: 30px;
}

.sn__meta-category {
  font-family: ProximaNova-Bold;
  font-size: 12px;
  color: #3867A5;
  padding: 6px 7px;
  background: #F9F9F9;
  text-transform: uppercase;
}

.sn__meta-views {
  font-family: ProximaNova-Bold;
  font-size: 12px;
  color: #000000;
}

.sn__meta-views img {
  margin-right: 7px;
}

.sn__meta-date {
  font-family: ProximaNova-Bold;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
}

.sn__title {}

.sn__title h1 {
  
  font-family: TTPolls-Bold;
  font-size: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.sn__title p {
  font-family: ProximaNova-Regular;
  font-size: 17px;
  color: #000000;
  line-height: 23px;
  margin-bottom: 20px;
}

.sn__content {
  margin-bottom: 60px;
}

.article .sn__content p {
  padding-right: 30%;
}
.page-template-default .article .sn__content p {
  padding-right: 0;
}

.sn__share {
  margin-left: 10px;
}

.sn__share p {
  font-family: ProximaNova-Bold;
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sn__share-tag {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.sn__share-tag a {
  padding: 7px;
  background: #F9F9F9;
  font-family: ProximaNova-Bold;
  font-size: 13px;
  color: #3867A5;
  margin: 0 10px 10px 0
}

.sn__share-social {
  margin-bottom: 30px;
}

.sn__share-social p {
  margin-bottom: -5px
}

/*ARTICLE OR SPECIAL*/

.article__offer {
  height: 500px;
  width: 100%;
  margin: 0 0 40px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 40px 30px;
}

.article__offer h1,
.article__offer p {
  color: #FFFFFF;
}

figure.article__offer:hover>.post__shadow:before,
figure.article__offer:focus>.post__shadow:before {
  opacity: 0;
}

.single__readmore {
  padding: 40px 0 0;
}
.single__readmore h2 {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  margin: 0px 0 10px;
}
.single__readmore .border {
  border: none;
}
@media screen and (min-width:1000px) and (max-width:1279px) {
  .vrez {
    width: 25%;
    margin-bottom: 20px;
  }
  .post__slider figure,
  .article .post__slider figure {
    height: 400px;
  }
}

@media screen and (min-width:760px) and (max-width:999px) {
  .article__offer {
    padding: 30px 20px;
    min-height: 360px;
    height: auto;
    margin-bottom: 20px;
  }
  .article__offer h1 {
    font-size: 20px;
  }
  .sn__title p {
    margin-bottom: 20px;
  }
  .wp-caption p {
    margin-bottom: 0px;
  }
  .post__slider figure,
  .article .post__slider figure {
    height: 360px;
  }
  .s__content p {
    padding-left: 0px;
    padding-right: 30%;
  }
  .article .sn__content p {
    padding-right: 30%;
  }
  .s__content img {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .s__content blockquote {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  .s__content h2,
  .s__content h3,
  .s__content h4,
  .s__content h5,
  .s__content h6 {
    padding-left: 0px;
  }
  .vrez {
    width: 25%;
    margin-bottom: 20px;
  }
  .vrez h5 {
    padding-left: 0px;
  }
  .sn__share {
    margin-left: 0px;
  }
}

@media screen and (min-width:560px) and (max-width:759px) {
  .article__offer {
    padding: 30px 20px;
    min-height: 360px;
    height: auto;
    margin-bottom: 20px;
  }
  .article__offer h1 {
    font-size: 20px;
  }
  .sn__title p {
    margin-bottom: 20px;
  }
  .wp-caption p {
    margin-bottom: 0px;
  }
  .post__slider figure,
  .article .post__slider figure {
    height: 360px;
  }
  .s__content p {
    padding-left: 0px;
  }
  .article .sn__content p {
    padding-right: 0px;
  }
  .s__content img {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .s__content blockquote {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .s__content h2,
  .s__content h3,
  .s__content h4,
  .s__content h5,
  .s__content h6 {
    padding-left: 0px;
  }
  .vrez {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .vrez h5 {
    padding-left: 0px;
  }
  .sn__share {
    margin-left: 0px;
  }
}

@media screen and (min-width:0) and (max-width:559px) {
  .article__offer {
    padding: 30px 20px;
    min-height: 360px;
    height: auto;
    margin-bottom: 20px;
  }
  .article__offer h1 {
    font-size: 20px;
  }
  .sn__title p {
    margin-bottom: 20px;
  }
  .wp-caption p {
    margin-bottom: 0px;
  }
  .post__slider figure,
  .article .post__slider figure {
    height: 360px;
  }
  .s__content p {
    padding-left: 0px;
  }
  .article .sn__content p {
    padding-right: 0px;
  }
  .s__content img {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .s__content blockquote {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .s__content h2,
  .s__content h3,
  .s__content h4,
  .s__content h5,
  .s__content h6 {
    padding-left: 0px;
  }
  .vrez {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .vrez h5 {
    padding-left: 0px;
  }
  .sn__share {
    margin-left: 0px;
  }
}
