/*
* Generate A Background Image Properties
* @param $size:    Background-size, default = 'cover'
* @param $pos:     Background-position, default = 'center'
* @param $repeat:  Background-repeat, default = 'no-repeat
*/
/*
* Generate A Squared Button
* @param $bg:    Background color
* @param $color: Text color
* @param $uppercase: Whether to transform text into all uppercase or not, default = 'none'
* @param $gray-60Color: Border color, default = background color
*/
.article-card {
  margin-bottom: 16px;
}
.article-card .article-card-inner {
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.article-card .article-card-inner .article-card-content {
  height: 100%;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}
.article-card .article-card-inner .article-card-content small {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #737373;
}
.article-card .article-card-inner .article-card-content h2 {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

aside {
  height: 7rem;
  min-width: 168px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
}
@media screen and (max-width: 991.98px) {
  aside {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  aside {
    flex-direction: row;
  }
}
aside .publish-info,
aside .social-media-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 1.9rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  aside .publish-info,
aside .social-media-wrapper {
    height: 100%;
  }
}
aside .publish-info .title,
aside .social-media-wrapper .title {
  color: #c6c6c6;
}
aside .date {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  margin-left: .3rem;
  padding-left: .3rem;
}
aside .social-media-wrapper {
  background-color: #f1f1f1;
  align-items: center;
}
aside .social-media-wrapper svg path {
  fill: #333333;
}
aside .social-media-wrapper .social-media-icons {
  width: inherit;
}
aside .social-media-wrapper .social-media-icons .jssocials-shares {
  display: flex;
  justify-content: center;
}
aside .social-media-wrapper .social-media-icons .jssocials-shares .jssocials-share {
  margin: 0px;
}
aside .social-media-wrapper .social-media-icons .jssocials-shares .jssocials-share .jssocials-share-link {
  background-color: transparent !important;
}
aside .social-media-wrapper .social-media-icons .jssocials-shares .jssocials-share .jssocials-share-link .jssocials-share-logo {
  color: #333333;
}
aside .social-media-wrapper .social-media-icons .jssocials-shares .jssocials-share .jssocials-share-link .jssocials-share-logo:hover {
  color: #737373;
}

.main-wrapper {
  overflow-x: hidden;
}
.main-wrapper .content-wrapper#article-head {
  height: 50vh;
  margin-top: 6rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  padding-right: 12rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1300.98px) {
  .main-wrapper .content-wrapper#article-head {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#article-head {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#article-head {
    padding-right: 4rem;
    background-position: left;
  }
}
.main-wrapper .content-wrapper#article-head.custom {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0;
}
.main-wrapper .content-wrapper#article-head.custom .stripe-wrapper {
  width: 100%;
  z-index: 1;
}
.main-wrapper .content-wrapper#article-head.custom .bg-inner {
  background-size: cover !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: relative;
  background-position: center !important;
  flex: 1;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#article-head.custom .bg-inner {
    display: none !important;
  }
}
.main-wrapper .content-wrapper#article-head.custom .text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 5rem 2rem 2rem;
  background-color: #f0eeee;
  color: #000;
  flex: 2;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#article-head.custom .text-inner {
    width: 100%;
    height: 100%;
    padding: 2rem;
  }
}
.main-wrapper .content-wrapper#article-head .text-inner {
  text-align: right;
}
.main-wrapper .content-wrapper#article-head h1 {
  margin-bottom: 3rem;
  width: 90%;
  z-index: 1;
}
.main-wrapper .content-wrapper#article-head small {
  text-align: right;
  z-index: 1;
}
.main-wrapper .content-wrapper#article-head .bg-overlay {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.35 !important;
  top: 0;
}
.main-wrapper .content-wrapper#article-wrapper {
  margin-top: -5rem !important;
  z-index: 12;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#article-wrapper {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner {
  justify-content: space-between;
}
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner h1 {
  margin-bottom: 2.5rem !important;
  padding-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner h1 {
    padding-left: 1rem;
  }
}
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner small {
  margin-bottom: 1.5rem;
  color: #525252;
  text-align: right;
}
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner .content-wrapper {
  width: 68%;
  padding-left: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner .content-wrapper {
    width: 100%;
    padding-left: 0 !important;
  }
}
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner .content-wrapper h4,
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner .content-wrapper p,
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner .content-wrapper img {
  margin-bottom: 2.5rem !important;
  line-height: 1.7;
}
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner .content-wrapper p {
  color: #333333;
  text-transform: justify;
}
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner .content-wrapper p:first-of-type {
  color: #060606;
}
.main-wrapper .content-wrapper#article-wrapper .article-wrapper-inner .content-wrapper h4 {
  color: #060606;
}
.main-wrapper .content-wrapper#relevant-article {
  margin-bottom: 6rem;
  position: relative;
}
.main-wrapper .content-wrapper#relevant-article > .img-wrapper {
  width: 100%;
  position: absolute;
  min-height: 1000px;
  right: 0;
  top: -32rem;
  z-index: -12;
}
.main-wrapper .content-wrapper#relevant-article h1 {
  margin-bottom: 5rem;
  padding-right: 14px;
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#relevant-article h1 {
    margin: 2rem 0 3rem;
  }
}

.jssocials-share-link {
  background-color: transparent !important;
}

.jssocials-share-logo {
  color: #333333;
}

.jssocials-share {
  margin: 0px;
}
