.widget-post {
  margin-bottom: 90px !important;
}

.widget-post.upper-line:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #7686a1;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 99;
}

.widget-post .cover {
  width: 100%;
  padding-top: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.widget-post .breadcrumbs {
  margin: 10px 0 40px;
  padding: 0 0 0 4.15%;
}

.widget-post .breadcrumbs a,
.widget-post .breadcrumbs span {
  font-family: 'Hind';
  font-weight: 300;
  font-size: 14px;
  color: #7686a1;
  text-decoration: none;
}

.widget-post .breadcrumbs a:hover {
  color: #4296d0;
}

.widget-post .breadcrumbs span.sep {
  padding: 0 5px;
}

.widget-post .share__container {
  margin: 70px 0 0;
}

.widget-post .share__container a {
  display: block;
  width: 30px;
  height: 35px;
  background-position: center;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  margin: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: opacity 0.35s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: opacity 0.35s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.widget-post .share__container a:after {
  content: '';
  height: 1px;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  background-color: #b5b5b5;
  position: absolute;
  bottom: -10px;
  left: -5px;
}

.widget-post .share__container a:last-of-type:after {
  content: '';
  height: 1px;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  background-color: #b5b5b5;
  position: absolute;
  bottom: -13px;
  left: -10px;
}

.widget-post .share__container a:hover {
  opacity: 0.6;
}

.widget-post .share__container a.share__mail {
  background-image: url("../../../../../img/icon_mail_white.png");
}

.widget-post .share__container a.share__print {
  background-image: url("../../../../../img/icon_print_white.png");
}

.widget-post .share__container a.share__fb {
  background-image: url("../../../../../img/icon_fb_white.png");
}

.widget-post .share__container a.share__fb:before {
  content: '';
  height: 1px;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  background-color: #b5b5b5;
  position: absolute;
  top: -13px;
  left: -10px;
}

.widget-post .share__container a.share__twitter {
  background-image: url("../../../../../img/icon_twitter_white.png");
}

.widget-post .share__container a.share__linkedin {
  background-image: url("../../../../../img/icon_in_white.png");
}

.widget-post .category {
  font-family: Hind;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 0.4px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  margin: 20px 0 15px;
  padding-left: 45px;
  position: relative;
}

.widget-post .category:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #bcc4d0;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}

.widget-post .category a {
  color: #20212b;
  text-decoration: none;
}

.widget-post .title {
  font-family: 'Playfair Display';
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 1.1px;
  text-align: left;
  color: #000000;
  margin-bottom: 40px;
}

.widget-post .content,
.widget-post .content p {
  font-family: 'Hind';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.4px;
  text-align: left;
  color: #333333;
}

.widget-post .content .intro,
.widget-post .content p .intro {
  font-weight: bold;
  font-size: 18px;
}

.widget-post .content strong,
.widget-post .content b {
  font-weight: 700;
}

.widget-post .content .wp-caption {
  width: 100% !important;
  height: auto !important;
  position: relative;
  margin: 80px 0 50px;
}

.widget-post .content .wp-caption img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.widget-post .content .wp-caption .wp-caption-text {
  width: -webkit-calc(35% + 30px + 75px);
  width: -moz-calc(35% + 30px + 75px);
  width: calc(35% + 30px + 75px);
  position: absolute;
  top: -25px;
  left: -webkit-calc(100% + 15px - 75px);
  left: -moz-calc(100% + 15px - 75px);
  left: calc(100% + 15px - 75px);
  background: #f7f9fe;
  z-index: 1;
  padding: 60px 35px 35px 90px;
  font-family: 'Hind';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000000;
}

.widget-post .gallery {
  background: #3a4157;
  padding: 50px 0;
}

.widget-post .gallery .header {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.widget-post .gallery .header span {
  font-family: 'Playfair Display';
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  background: #3a4157;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.widget-post .gallery .header:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #7686a1;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
}

.widget-post .gallery .arrow {
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  opacity: .6;
}

.widget-post .gallery .arrow--left {
  left: -50px;
}

.widget-post .gallery .arrow--right {
  right: -50px;
}

.widget-post .gallery .arrow:hover {
  opacity: 1;
}

.widget-post .gallery .slick-dots li {
  width: 10px;
  height: 10px;
}

.widget-post .gallery .slick-dots li button {
  width: 10px;
  height: 10px;
}

.widget-post .gallery .slick-dots li button:before {
  font-size: 11px;
  color: #fff;
}

.widget-post .gallery .slides,
.widget-post .gallery .slide_group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.widget-post .gallery .photo {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: -webkit-calc(70% - 30px);
  padding-top: -moz-calc(70% - 30px);
  padding-top: calc(70% - 30px);
}

.widget-post .gallery .photo .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s cubic-bezier(0.14, 1.19, 1, 1);
  -o-transition: all 1s cubic-bezier(0.14, 1.19, 1, 1);
  -moz-transition: all 1s cubic-bezier(0.14, 1.19, 1, 1);
  transition: all 1s cubic-bezier(0.14, 1.19, 1, 1);
}

.widget-post .gallery .photo .gallery_desc {
  display: none;
}

.widget-post .gallery .photo:hover .background {
  opacity: 0.8;
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}

.widget-post .gallery__header {
  padding: 50px 0 1px;
  margin-top: 40px;
}

.widget-post .gallery__images {
  padding: 1px 0 50px;
}

.widget-post .data {
  margin-bottom: 30px;
}

.widget-post .data .type {
  font-family: Hind;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000000;
  border-bottom: 1px solid #c4d3e9;
  margin-bottom: 5px;
}

.widget-post .data .value {
  font-family: Hind;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
}

.widget-post .data:first-child {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .widget-post .share__container {
    margin: 0 0 30px;
  }
  .widget-post .share__container a {
    display: inline-block;
    border-top: none !important;
    border-bottom: none !important;
    border-right: 1px solid #b5b5b5;
  }
  .widget-post .share__container a:first-child {
    border-left: 1px solid #b5b5b5;
  }
}

@media (max-width: 767px) {
  .widget-post .content,
  .widget-post .content p {
    font-size: 14px;
  }
  .widget-post .breadcrumbs {
    display: none;
  }
  .widget-post .share__container {
    display: none;
  }
  .widget-post .col-data {
    display: none;
  }
  .widget-post .cover {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    padding-top: 45%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-left: -20px;
    min-height: 200px;
  }
  .widget-post .col-share {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .widget-post .col-content {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .widget-post .col-data {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 40px;
  }
  .widget-post .col-data .data {
    display: inline-block;
    width: -webkit-calc(49% - 30px);
    width: -moz-calc(49% - 30px);
    width: calc(49% - 30px);
    margin: 0 15px;
  }
  .widget-post .col-data .data .type,
  .widget-post .col-data .data .value {
    font-size: 14px;
  }
  .widget-post .title {
    font-size: 30px;
  }
  .widget-post .content .wp-caption {
    margin: 40px 0 30px;
  }
  .widget-post .content .wp-caption .wp-caption-text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
  }
  .widget-post .gallery .arrow {
    position: relative;
  }
  .widget-post .gallery .photo {
    margin-bottom: 10px;
    padding-top: -webkit-calc(100% - 10px);
    padding-top: -moz-calc(100% - 10px);
    padding-top: calc(100% - 10px);
  }
  .widget-post .gallery .slides {
    padding-left: 25.75px;
  }
  .widget-post .gallery .slides .slick-dots {
    left: 10px;
  }
}
