::-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 {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-banner__section .banner-text-center {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -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: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.top-banner__section .banner-left-text h2 {
  font-size: 75px;
  font-family: "Manrope";
  color: #fff;
  text-decoration: none;
  padding-bottom: 0;
  font-weight: 200;
  margin-bottom: 0;
}
.top-banner__section .banner-left-text h2:before {
  display: none;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-left-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .top-banner__section .banner-left-text h2 {
    font-size: 30px;
  }
}
.top-banner__section .scroll-down-btn {
  bottom: 70px;
  border: 0px solid #fff;
  cursor: pointer;
  width: 0px;
  height: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
}
.top-banner__section .scroll-to-units-btn {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  border-color: #ffffff;
}
.top-banner__section .scroll-to-units-btn svg path {
  fill: #ffffff;
}
.top-banner__section .scroll-to-units-btn:hover {
  border-color: #2D2D2D;
}
@media screen and (max-width: 767px) {
  .top-banner__section .scroll-to-units-btn {
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  .top-banner__section .scroll-to-units-btn {
    margin-bottom: -52px;
  }
}

.popup-btn {
  cursor: pointer;
}

.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 p a {
  color: #c88b35;
}
.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 {
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  max-width: 51%;
}
@media (max-width: 1024px) {
  .posts__section .left {
    -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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts__section .left .posts__wrapper .post .post-content {
  padding: 50px;
  background: #ffffff;
  -webkit-box-shadow: -10px -6px 11px rgba(0, 0, 0, 0.3);
          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;
    -webkit-box-shadow: none;
            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 {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
  padding: 70px 80px;
}
@media (max-width: 1024px) {
  .posts__section .right {
    -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]::-webkit-input-placeholder {
  font-family: "Halcyon";
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
}
.posts__section .right .searchform input[type=search]::-moz-placeholder {
  font-family: "Halcyon";
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
}
.posts__section .right .searchform input[type=search]:-ms-input-placeholder {
  font-family: "Halcyon";
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
}
.posts__section .right .searchform input[type=search]::-ms-input-placeholder {
  font-family: "Halcyon";
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
}
.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";
}

.team-box .team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .team-box .team-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .team-box .team-grid {
    -ms-grid-columns: 400px;
    grid-template-columns: repeat(1, 400px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 450px) {
  .team-box .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-box .team-grid .teammate {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.team-box .team-grid .teammate .photo {
  position: relative;
}
.team-box .team-grid .teammate .photo:after {
  content: "";
  display: block;
  padding-bottom: 96.6%;
}
.team-box .team-grid .teammate .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.team-box .team-grid .teammate .name-wrap {
  padding: 45px;
}
@media (max-width: 1024px) {
  .team-box .team-grid .teammate .name-wrap {
    padding: 20px;
  }
}
.team-box .team-grid .teammate .name-wrap span {
  display: block;
}
.team-box .team-grid .teammate .name-wrap span.name {
  font-size: 14.5px;
  padding-bottom: 5px;
}
.team-box .team-grid .teammate .name-wrap span.postion {
  font-size: 15px;
}

.teammate-popup {
  max-width: 550px;
  padding: 60px 80px;
  position: relative;
}
@media (max-width: 768px) {
  .teammate-popup {
    padding: 40px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .teammate-popup {
    padding: 20px;
  }
}
.teammate-popup .info .name {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.teammate-popup .info .name h3 {
  padding-bottom: 15px;
}
.teammate-popup .carousel__button.is-close {
  position: absolute;
  top: -25px;
  right: -25px;
  left: auto;
  z-index: 20;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .teammate-popup .carousel__button.is-close {
    right: 0;
    top: 0;
  }
}

.fancybox__backdrop {
  background-color: rgba(255, 255, 255, 0.2);
}

.banner-left-text h1 {
  font-size: 60px;
  font-family: "Manrope";
  color: #000000;
  text-decoration: none;
  padding-bottom: 0;
  font-weight: 200;
  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;
}