/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,700;1,900&display=swap'); */
/*@import url(//db.onlinewebfonts.com/c/9d98f534f006d8c613a5dc3ace7fe507?family=Acumin+Pro+Condensed);*/
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap');


h1, h2, h3, h4, h5, h6{
  font-family: "Acumin Condensed";
} 
.header-text p,
.span6.dnd-column p{
  color: #737F84;
  font-weight: 400;
  line-height: 28px;
  font-size:20px;
}
header.image-blog-post {
  position: relative;
  background: -o-linear-gradient(280deg, #e5f0f3 50%, #fff 50%);
  background: linear-gradient(170deg, #e5f0f3 50%, #fff 50%); 
}

header.image-blog-post:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ed4911;
  -webkit-transform: rotate(13deg) scale(1.026);
  -ms-transform: rotate(13deg) scale(1.026);
  transform: rotate(13deg) scale(1.026);
  position: absolute;
  z-index: 1;
  bottom: 40%;
  right: 0;
}

header .container-filter-shared {
  background-color: #026F8C;
  color: #fff;
  z-index: 2;
  overflow: hidden;
}

header .container-filter-shared .filter-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px; 
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}

header .container-filter-shared .social-module a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header .container-filter-shared .social-module a:hover {
  background-color: #BCDDE8;
}

header .container-filter-shared .filter-list li {
  display: inline-block;
  border-right: 1px solid #ED4911;
  margin-top: 7px;
  margin-bottom: 7px;
  color: #fff;
  padding: 0 10px;
  font-weight: 300;
}

header .container-filter-shared .filter-list li:last-child {
  border-right: 0;
}

header .container-filter-shared .filter-list li:first-child {
  padding-left: 0;
}

header .header-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;

}
.filter-content h3.filter-word{	
  color:#000000 !important;
}
header .header-info-inner .blog-feature{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
header .header-info-inner .content-post-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin-left: -10%;
  padding: 30px;
  padding-bottom: 30px;
  z-index:1;
}

header .header-info-inner .post-info {
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.3);
}
header .header-info-inner .content-author-info .author{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
header .header-info-inner .content-author-info .author li{
  display: inline-block;
  padding: 0px 15px;
  color: #00AAF6;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
header .header-info-inner .content-author-info .author li:first-child{
  border-right: 2px solid #ED4911;
  padding-left: 0;
}
header .header-info-inner .post-info .title-post {
  font-family: "Acumin Condensed";
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  color: #2A3538;
  line-height: 24px;
}
header .header-info-inner .post-info .description {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #737F84;
}
header .header-info-inner .blog-feature img{
  width: 100%;
  border-radius: 30px;

}
.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6{
  font-family: "Acumin Condensed";
}

.content-post {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #2A3538;
  line-height: 26px;
  margin-bottom: 80px;
}

.blog-post__body li::marker,
.blog-post__body li::before{
  color:#ED4911 !important;
}

.content-post .content-next-shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-post .content-next-shared > div{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.content-post .content-next-shared .next-post a{
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #00AAF6;
  line-height: 28px;
  text-decoration: none;
}

.content-post .content-next-shared .next-post a:hover{
  color: #000;
}

.content-post .content-next-shared .social-module{
  width: 100%;
}
.content-post .content-next-shared .social-module span{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #737F84;
  line-height: 20px;
}
.content-post .content-next-shared .social-module a{
  background-color: #737F84 !important;
}

.content-post .content-next-shared .social-module a:hover{
  background-color: #BCDDE8 !important;
}

.sidebar-blog #filters{
  display:block;
}
.sidebar-blog #filters .item-filter{
  width: 90%;
}
.sidebar-blog #filters  h3.filter-word{	
  margin: 0px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 600;
}
.sidebar-blog .blog-post-related .cards__card__img {
  width: calc(100% / 1);
}
.sidebar-blog .new-global .content-button{
  max-width: 110px;
  margin-top: 20px;
}
.sidebar-blog #filters .item-filter{padding-left:0px;}
.social-module.circle a.hint-social-icon{
  background:var(--primary-color) !important;
}
.social-module.circle a.hint-social-icon i{
  font-size: 19px !important;
  line-height: 1;
  position: relative;
  left: -1px;
  color:#fff !important;
  line-height: 33px;
}
/* template template-individual-profile*/
.template-individual-profile .headet-info-top {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.template-individual-profile .header-info-inner{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.template-individual-profile header:before{
  display: none;
}

.template-individual-profile header .header-info-inner .blog-feature{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}



.template-individual-profile header .header-info-inner .content-post-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  margin-left: -10%;
  padding: 30px;
  padding-bottom: 30px;
}

.template-individual-profile header .header-info-inner .post-info h1,
.template-individual-profile header .header-info-inner .post-info h2,
.template-individual-profile header .header-info-inner .post-info h3,
.template-individual-profile header .header-info-inner .post-info h4,
.template-individual-profile header .header-info-inner .post-info h5,
.template-individual-profile header .header-info-inner .post-info h6 {
  color: #737F84;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.blog-post__timestamp {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #2A3538;
  font-weight: 400;
}

.template-individual-profile .title-post{
  color: #026F8C;
  text-transform: uppercase;
  font-size: 35px;
  font-family: "Acumin Condensed";
  font-weight: 900;
  margin-bottom : 10px;
}

.template-individual-profile .description {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #2A3538;
  font-weight: 400;
  margin-top: 30px;
}

.template-individual-profile .coating-content a,
.template-individual-profile .coating-content{
  text-decoration: none;
  font-size: 14px;
  color: #2A3538;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.template-individual-profile .coating-content a:hover{
  color: #829CA3;
}

.template-individual-profile .content-post {
  margin-top: 40px;
  margin-bottom: 40px;
}

.template-individual-profile .blog-post__body {
  margin-bottom: 50px;
}

.template-individual-profile .content-post p,
.template-individual-profile .content-post ul li,
.template-individual-profile .content-post ol li{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #829CA3;
  line-height: 26px;
}
.template-individual-profile .content-post .span8{
  margin: 0 auto;
  display: block;
  float: none;
}

.template-individual-profile .title-post-related{
  margin-bottom: 30px;
}

.template-individual-profile .filter-content {
  width: 700px;
  margin: 50px auto;
  max-width: 100%;
}

.template-individual-profile .moreinfo-after-content {
  overflow: hidden;
  background: -o-linear-gradient(105deg,#e5f0f3 50%,#fff 50%);
  background: linear-gradient(-15deg,#e5f0f3 50%,#fff 50%);
}

.template-individual-profile .content-button button {
  background-color: #2A3538;
}

.template-individual-profile .content-button button:before {
  background-color: #026F8C;
}


.template-individual-profile .title-post-related *{
  color: #026F8C;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Acumin Condensed";
  font-weight: 900;
  margin-bottom : 10px;
  text-align: center;
}

.body-container--blog-post .bofu-left-right a.bofu--style--layer:after,
.body-container--blog-post .content-button button{
  background-color: #2A3538 !important;
}


.body-container--blog-post .content-button button:before{
  background-color: #026F8C !important;
}
.seemore-area{margin-top:70px;text-align:center;}
.seemore-area a{
  background: none;
  box-shadow: none;
  text-decoration: underline !important;
}
/* MD */
@media (min-width:768px) and (max-width:967px){
  .content-post .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .content-post .row-fluid .span4 {
    width: 400px;
    max-width: 100%;
  }

  .container-filter-shared [class*="span"]{
    width: 100% !important;
  }

  .container-filter-shared .social-module,
  header .container-filter-shared .filter-list {
    text-align: center;
  }

  header .header-info-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 600px;
    max-width: 100%;
  }

  header .header-info-inner .blog-feature,
  .template-individual-profile header .header-info-inner .blog-feature{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  header .header-info-inner .content-post-info,
  .template-individual-profile header .header-info-inner .content-post-info{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: calc(-20% + 30px);
    padding: 15px;
  }

  .content-post .content-next-shared {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-post .content-next-shared>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 30px;

  }
  .content-post .content-next-shared .social-module {
    text-align: center;
  }
}

/* XS */
@media (max-width: 767px){
  header .header-info-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .header-info-inner .blog-feature,
  .template-individual-profile header .header-info-inner .blog-feature{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  header .header-info-inner .content-post-info,
  .template-individual-profile header .header-info-inner .content-post-info{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: calc(-20% + 30px);
    padding: 15px;
  }

  .social-module,
  header .container-filter-shared .filter-list {
    text-align: center;
  }

  header .header-info-inner .content-author-info .author li{
    width: 100%;
    position: relative;
  }

  header .header-info-inner .content-author-info .author li:first-child::before {
    content: "";
    position: absolute;
    width: 40px;
    border-bottom: 2px solid #ed4911;
    bottom: 0;
    left: 0;
  }
  header .header-info-inner .content-author-info .author li:first-child {
    border-right: 0;
  }
  .content-post .blog-post__body {
    margin-bottom: 50px;
  }

  .content-post .content-next-shared {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-post .content-next-shared > div{
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

}
}