::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
.top-banner__section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 70px;
}
@media (max-width: 1024px) {
  .top-banner__section {
    padding: 40px 40px 70px;
    min-height: 550px !important;
  }
}
@media (max-width: 768px) {
  .top-banner__section {
    min-height: 450px !important;
  }
}
@media (max-width: 576px) {
  .top-banner__section {
    min-height: 350px !important;
  }
}
.top-banner__section.single-post-banner {
  min-height: 700px;
}
@media (max-width: 1024px) {
  .top-banner__section.single-post-banner {
    padding: 40px 40px 70px;
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .top-banner__section.single-post-banner {
    min-height: 450px;
  }
}
@media (max-width: 576px) {
  .top-banner__section.single-post-banner {
    min-height: 350px;
  }
}
.top-banner__section .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.top-banner__section .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-banner__section .banner-text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.top-banner__section .banner-text-center h1, .top-banner__section .banner-text-center h2, .top-banner__section .banner-text-center h3, .top-banner__section .banner-text-center h4, .top-banner__section .banner-text-center h5, .top-banner__section .banner-text-center h6 {
  padding-bottom: 0;
  font-family: "ACaslon";
}
.top-banner__section .banner-left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.top-banner__section .banner-left-text h2 {
  font-size: 50px;
  font-family: "ACaslon";
  color: #fff;
  text-decoration: none;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.top-banner__section .banner-left-text h2:before {
  display: none;
}
@media (max-width: 767px) {
  .top-banner__section .banner-left-text h2 {
    font-size: 30px;
  }
}
.top-banner__section .scroll-down-btn {
  bottom: 70px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
@media (max-width: 767px) {
  .top-banner__section .scroll-down-btn {
    width: 25px;
    height: 25px;
    bottom: 20px;
  }
}
.top-banner__section .scroll-down-btn .img_svg path {
  fill: #fff;
}
.content-single-post {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .content-single-post {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .content-single-post {
    padding: 60px 0;
  }
}
.content-single-post .row1375 {
  width: 1000px;
}
.content-single-post .content .post-thumbnail {
  text-align: center;
  margin-bottom: 50px;
}
.posts__section {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .posts__section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .posts__section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .posts__section {
    padding: 40px 0;
  }
}
.posts__section .left {
  -webkit-flex-basis: 51%;
  -moz-flex-basis: 51%;
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  max-width: 51%;
}
@media (max-width: 1024px) {
  .posts__section .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.posts__section .left .posts__wrapper .post {
  padding: 70px 0;
  border-bottom: 0.5px solid #798570;
}
@media (max-width: 576px) {
  .posts__section .left .posts__wrapper .post {
    padding: 35px 0;
  }
}
.posts__section .left .posts__wrapper .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.posts__section .left .posts__wrapper .post .post-thumbnail {
  max-width: 640px;
  height: 430px;
}
@media (max-width: 576px) {
  .posts__section .left .posts__wrapper .post .post-thumbnail {
    height: 300px;
  }
}
.posts__section .left .posts__wrapper .post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts__section .left .posts__wrapper .post .post-content {
  padding: 50px;
  background: #ffffff;
  box-shadow: -10px -6px 11px rgba(0, 0, 0, 0.3);
  max-width: 455px;
  margin-left: auto;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .posts__section .left .posts__wrapper .post .post-content {
    margin-top: 0;
    max-width: 100%;
    padding: 20px 15px;
    box-shadow: none;
  }
}
.posts__section .left .posts__wrapper .post .post-content .post-title h2 .post-category {
  display: none;
  font-style: italic;
}
.posts__section .left .posts__wrapper .post .post-content p {
  font-family: "Sabon";
  line-height: 25px;
}
.posts__section .right {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
  padding: 70px 80px;
}
@media (max-width: 1024px) {
  .posts__section .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.posts__section .right .searchform h2:before {
  display: none;
}
.posts__section .right .searchform input[type="search"] {
  border: 0.5px solid #979797;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
  height: 40px;
  max-width: 280px;
  font-family: "Halcyon";
}
.posts__section .right .searchform input[type="search"]::placeholder {
  font-family: "Halcyon";
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
}
@media (max-width: 768px) {
  .posts__section .right .searchform input[type="search"] {
    max-width: 100%;
  }
}
.posts__section .right .categories-list {
  padding: 30px 0;
  display: none;
}
.posts__section .right .categories-list li .cat-name {
  color: #000;
  font-size: 15px;
  font-family: "Sabon";
}
.banner-left-text h1 {
  font-size: 50px;
  font-family: "ACaslon";
  color: #000000;
  text-decoration: none;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.banner-left-text h1:before {
  display: none;
}
@media (max-width: 767px) {
  .banner-left-text h1 {
    font-size: 30px;
  }
}
.magazine_name {
  display: block;
  text-transform: capitalize !important;
}
