/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.blog-post-header {
  min-height: 590px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-post-header .header-tag {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #03476D;
  margin-bottom: 40px;
}


.blog-post-header h1{
  margin-bottom:30px;
}

.blog-post-article {
  position: relative;
  transform: translateY(-210px);
  padding-bottom:80px;
  margin-bottom:-210px;
}

.blog-post-article .podcast-wrapper {
  margin-bottom: 47px;
}

.blog-post-article .podcast-wrapper iframe{
  width:100% !important;
}


.blog-post-article .author-header {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 33px;
}

.blog-post-article .avatar img {
  width: 60px;
}

.blog-post-article .author-link {
  font-weight: 700;
  color: #151922;
  font-size: 18px;
  line-height: 30px;
}

.blog-post-article .name-author {
  font-size: 18px;
  line-height: 30px;
}

.blog-post-article .author-bio {
  font-size: 16px;
  line-height: 1.5;
}

.blog-post-article .authorinfo {
  display: flex;
  flex-direction: column;
}

.post-subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #151922;
  position: relative;
  padding-left: 33px;
}

.post-subtitle:before {
  content: '';
  height: 1.5px;
  width: 20px;
  background: #151922;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 48%;
}

.share-n-copy {
  margin-bottom: 39px;
}

.share-n-copy>ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 17px;
}

.share-n-copy>ul>li{
  position:relative;
}

.share-n-copy .copyUrl-btn{
  padding:0 16px !important;
}

.share-n-copy .cta-button {
  white-space: nowrap;
}

.share-n-copy .cta-button  svg{
  min-width:21px;
}

.share-n-copy .btn-outline-primary-wrapper .cta-button svg,
.share-n-copy .btn-outline-primary-wrapper .cta-button svg path {
  fill: none;
}

.share-n-copy .btn-outline-primary-wrapper .cta-button:hover svg,
.share-n-copy .btn-outline-primary-wrapper .cta-button:hover svg path {
  fill: currentColor;
}

.share-popup{
  position: absolute;
  top: -81px;
  display:none;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 1px 9px 0px #00000030;
  z-index: 1;
  border-radius:8px;
}

.share-popup:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  transform: rotate(45deg);
  top: 92%;
}

.share-popup ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 8px;
  justify-content:center;
}

.share-popup i{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 8px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  justify-content: center;
  margin: 3px;
  width: 45px;
  background-color: #D34A20;
}

.share-popup ul li a:hover i{
  background-color: #EE6B2B;
}

.share-popup i svg, .share-popup i svg g, .share-popup i svg path {
  fill: #fff;
}

.share-popup i svg {
  height:22px !important;
}

.share-popup i img{
  width:20px;
}

.clipboard-toaster{
  position: absolute;
  top: 112%;
  left: 0;
  padding: 5px;
  display: none;
  border-radius: 8px;
  width: 100%;
  text-align: left;

}

@media screen and  (max-width:1199px){

  .share-n-copy>ul{
    flex-wrap:wrap;
  }
  .blog-post-article .author-header{
    gap:14px;
  }

  .blog-post-article .avatar img {
    width: 40px;
  }

}



@media screen and (max-width:991px){

  .blog-post-article .main-column {
    margin-bottom: 50px;
  }



}


@media screen and (max-width:767px){

  .blog-post-header{
    padding:50px 0;
    min-height:350px;
  }
  .blog-post-article{
    transform:none;
    margin-bottom:0;
  }

  .blog-post-article .podcast-wrapper{
    margin-bottom: 40px;
  }

}








/* ......................................................  Recent Posts Css ............................................. */


.article-panel {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1.5px solid #f0f1ed;
  min-height: 100%;
  box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}

.article-panel:hover {
  box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-color: #d34a20;
}
.article-panel:hover .cta-clean {
  border-bottom: 1px solid;
}

.article-panel:first-of-type {
  /*height: auto;*/
}

.article-meta {
  padding: .75rem 2rem;
  background: #fff;
}

.article-meta span {
  font-size: 13px;
}

.article-meta span.bull {
  color: ;
  padding: 0 .25rem;
}

.article-meta span.reading-minutes,
.article-panel>a,
.article-panel>a:hover {
  color: color: ;
}

.article-panel .article-img {
  position: relative;
  height: 0;
  min-height:199px;
  overflow: hidden;
}

.article-panel .article-content {
  padding: 25px 33px;
  background: #fff;
  position: relative;
  height: calc(100% - 199px);
  display: flex;
  flex-direction: column;
}

.article-panel .article-img:after {
  content: '';
  background: #000;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.article-panel .article-img.hs-placeholder:after {
  content: '';
  background: rgba(0, 0, 0, 0.68);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.article-panel .article-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: inherit;
  object-fit: cover; 
}

.article-panel h3 {
  font-weight: 400;
  margin-top: .625rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  letter-spacing: 0;
}

.article-panel h5{
  min-height:54px;
  margin-bottom:26px;
  margin-top:auto;
}

.article-panel h3 a {
  color: #313543;
}

.tags {
  display: flex;
  gap: 5px;
}

.tag {
  line-height: 1;
  font-size: 0.8rem;
}

.tag a {
  color: ;
  font-size: 12px;
  line-height: 1;
}

.card-tag-absolute {
  background: #efefef;
  width: fit-content;
  font-weight: bold;
  padding: 0.4rem 1rem;
  margin: 0 0 25px 0;
  border-radius: 4px;
  font-size:14px;
  line-height:20px;
  color: black !important;
}

.article-panel .data a {
  color: #2c4a8a;
}

.article-panel{
  min-height: 360px;
  border: 1.5px solid #FAD6C4;
  margin: 0.3rem;
  border-radius: 8px !important;  
}    
.article-panel .article-img{
  border-radius:8px 8px 0 0;
}
.cta-clean{
  font-weight:500;
  padding-top:1rem;
}
.article-panel .cta-clean{
  width:fit-content;
  margin-top:auto;
}


@media screen and (max-width:991px){

  .article-panel .article-content{
    padding: 1.25rem
  }

  .blog-post-article{
    padding-bottom:60px;
  }

}



@media screen and (max-width:767px){

  .blog-post-article{
    padding-bottom:60px;
  }

}