/* Blog post */
 

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}






/******** Style *********/


.blog-post-left {
    padding-right: 50px;
}
  
div#bspoke-load-more {
    text-align: center;
    padding-top: 40px;
}
 

a {
    transition: all 0.5s ease;
}

.blog-lists-wrap {
    padding: 50px 0px;
}
 
.hs-blog-listing .body-container-wrapper {
    position: relative;
}
  
.post-content .post-body img, .post-small-body img {
    border-radius: 5px;
} 

.blog-list-wrap.blog-list-item .ucPostItem .ucFeatureImageBg img {
 max-height:400px; 
} 
   
.hs-featured-image-wrapper.hs-featured-image-wrapperratio { 
    background-position: 50%;
    background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 500px;
    position: relative;
} 
   

.hs-featured-image-wrapper.hs-featured-image-wrapperratio:before {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

 
.lst-side-tag {
    background: rgba(224, 224, 224, 0.7);
    position: absolute;
    top: 90px;
    right: -90px;
    padding: 20px 20px;
    transform: rotate(90deg);
    width: 250px;
    text-align: center;
}

p#sde-tag {
    margin: 0px !important;
}

p#sde-tag a:nth-child(1) {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #0B1C2F;
}

p#sde-tag a {
    display: none;
}




.blog-list-item .ucPostItem {
    display: inline-block !important;
}
 
.ucPostItem {
    padding: 0 0 5px;
    margin-bottom: 50px;
    margin-bottom: 0;
    display: inline-block;
    width: 46%; 
    padding: 0px;
    position: relative; 
}

.ucPostListing {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0px -20px;
}

.ucFeatureImageBg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 300px;
    border-radius: 10px;
    margin: 0px 0 20px;
}

.ucPostItem .ucFeatureImageBg img { 
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.ucPostItemContent {
    padding: 0px 0px 20px;
}
     
.ucPostHeader h4 a {
    color: #363636;
    font-weight: 600;
}

.ucPostHeader h4 a;hover {
    color: #75CAA8; 
}
 
.ucPostItem { 
    border-radius: 10px;
    padding: 0px;
    margin-bottom: 40px;
    border: 0px solid #eff1f4;
}

.PostBody_read a {
    border: 2px solid #274768;
    border-radius: 46px;
    color: #363636;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    background-color: transparent;
}

.PostBody_read a:hover {
    border: 2px solid #363636; 
    color: #fff; 
    background-color: #363636;
}

.list-date-tag p {
    color: #363636;
    font-weight: 500;
    font-size: 20px;
}

.ucPostHeader {
    min-height: 100px;
    padding-bottom: 10px;
}

.video-lists .ucPostHeader {
    min-height: 120px;
}

.custom-blog-pagination {
    text-align: center;
    padding: 30px 0px;
}
 
.custom-blog-pagination a.next-posts-link {  
    text-align: center; 
}
   
.dropbtn {
    border: 0px solid #363636;
    cursor: pointer;
    background-color: transparent;
    padding: 0px 0px;
    color: #ee5723;
    text-transform: capitalize;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}
 
.blog-tag-wrap {
    position: absolute;
    z-index: 999;
}

.dropbtn i {
    display: none;
} 

#infscr-loading{
 display:none !important;  
}
 
.blog-tags ul li.active a { 
    background-color: transparent;
    color: #363636;
}

.blog-tags ul li {
    float: left;
} 

.blog-tags span.filter-link-count {
    display: none;
}
  
.dropdown h3 {
    width: 150px;
    float: left;
}
     
.list-tag-date {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

a.ucTopicLink { 
    display: inline-block; 
    color: #707070;
}
 
 
.blog-tags.sticky {
    position: fixed;
    top: -20px;
    width: 100% !important;
    background-color: #fff;
    z-index: 9999;
    left: 0;
}

.blog-tags.sticky  .dropdown {
    margin: 0 auto;
    max-width: 1340px !important;
    padding: 0px 30px !important;
}

.blog-list-wrap {  
    width: 100%; 
    position: relative;  
}
  
.nolistcount .blog-list-wrap:after {
  display:none;
}
  
.blog-post-wrap {
    padding-top: 100px;
}
   
.post-rss-wrap {
    padding: 100px 0px;
}  

.hs-blog-post .span12.widget-span.widget-type-custom_widget {
    min-height: 0px;
}


.list-play {
    background: linear-gradient(56deg, #274768 0%, #69F0E0 100%);
    position: absolute;
    width: 80px;
    height: 45px;
    border-radius: 0px 27px 27px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40px;
}

.list-audio {
    background: linear-gradient(56deg, #D85780 0%, #FD745E 100%) ;
    position: absolute;
    width: 80px;
    height: 45px;
    border-radius: 0px 27px 27px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40px;
}
 
.list-new {
    background: linear-gradient(56deg, #D85780 0%, #FD745E 100%) ;
    position: absolute;
    width: 100px;
    height: 45px;
    border-radius: 0px 27px 27px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40px;
}

.list-new p {
    color: #fff;
    margin: 0px !important;
}

.blog-list-top .ucPostItem:nth-child(1) {
    display: block;
}

.blog-list-top .ucPostItem {
    width: 100%;
    display: none;
    max-width: 1080px;
    margin: 0px auto;
}

.blog-list-top .hs-featured-image-wrapper.hs-featured-image-wrapperratio { 
    margin-bottom: 0px;
}

.blog-list-top .ucFeatureImageBg { 
    margin: 0 0 0px;
}

.blog-list-top .ucPostBody p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}

.blog-list-top .ucPostBody { 
    padding-bottom: 20px;
}
  

.blog-list-top .ucPostItemContent {
    padding: 50px 20px;
}
 
.pdcst-list-top {
    padding: 80px 0px 30px;
}

.podcasts-lists .ucPostListing .post-item:first-child {
    display: none !important;
}

.PostBody_read {
    padding-top: 20px;
}

.ucPostBody.ucTotalWords h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.list-date p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #363636;
}

.ucAuthorWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

span.ucAuthorAvatar {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    margin-right: 15px;
}
 
.ucAuthorWrap span ,
.ucAuthorWrap span a {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #363636;
}

div#bspoke-load-more span {
    cursor: pointer;
    padding: 12px 50px;
}

span.ucAuthorAvatar img {
    display: none;
}


/******** Responsive code starts here *******/
 
@media only screen and (min-width:1150px) and (max-width: 2000px){ 

  .ucPostItem {
      width: 31%;   
  }
   

}
 

/************** ipad ***************/

@media (max-width: 1080px) {  
  
  .blog-tags ul li a {
    font-size: 12px;
  } 
     
  .post-content .post-body h2 { 
      font-size: 30px;
      line-height: 131%; 
      padding-bottom: 20px;
  }
  
  .post-content .post-body p { 
      font-size: 18px;
      line-height: 140%;
  }
     
  .post-rss-header h2 { 
      font-size: 31px;
      line-height: 41px; 
      padding-bottom: 30px;
  }
   
  .blog-post-wrap {
      padding-top: 70px;
  }
 
  .dropbtn { 
      font-size: 12px;
      line-height: 22px;
  }
 
  .dropdown h3 {
      width: 120px;
      float: left;
  }
  
  .blog-tags {
      max-width: 100%;
      margin-top: 0px; 
      margin-bottom: 0px;
  }
   

  .blog-tags.sticky {
      position: fixed;
      top: 0px; 
  }
     
  
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1080px)  {
 
  .ucPostHeader h2 a { 
      font-size: 20px; 
  }
  
  a.ucTopicLink { 
      font-size: 12px;
      line-height: 20px; 
      padding: 3px 10px; 
  }
  
  .ucFeatureImageBg {
      position: relative;
      min-height: 250px !important;
  }
   
  
}

/************** iphone roatate***************/

@media (max-width: 767px) {
   
     
  .ucPostItem .ucFeatureImageBg img{
     border-radius:6px; 
  }
   
   .blog-tags.sticky .dropdown {
        margin: 0 auto;
        max-width: 1340px !important;
        padding: 0px 20px !important;
    } 
    
  .mob-display {
    display: block !important;
  }

  .desktop-display {
    display: none !important;
  } 
  
  .post-rss-header h2 {
      padding-bottom: 30px;
      font-size: 24px;
      line-height: 30px;
      text-align: left;
  }
    
 .ucFeatureImageBg {
      position: relative; 
  }
  
  .ucPostItem {
      margin-bottom: 50px;
      max-width: 100%;
      margin-bottom: 30px;
      width: 100%;
      display: inline-block;
  }
     
 
  .ucPostListing:after {
      width: 0px;
  }
  
  .ucPostHeader h2 a { 
      font-size: 16px;
  }
   
    
  .ucPostHeader h2 a {
      padding: 10px 0px;
      display: inline-block;
      text-decoration: none; 
  } 
  
  
  div#myDropdown ul {
      display: flex;
  }
  
  .dropdown {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  
  div#myDropdown {
        padding-left: 15px;
  }
   
  .dropdown ::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .dropdown ::-webkit-scrollbar
  {
    width: 12px;
    background-color: #F5F5F5;
    height: 4px;
  }

  .dropdown ::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #39464E;
  }

   .blog-list-item { 
  }
     
  .blog-tag-wrap {
      width: 100% !important;
  }
  
  .rss-posts-otr { 
      padding: 20px;
      display: inline-block; 
  }
  
  .rss-posts-left {
      padding-bottom: 30px;
  }

  .blog-post-2022 { 
      background-image: none;
  }
  
  .rss-posts-tag a {  
      font-size: 16px;
  }

}
 
 



/******** Responsive code starts here *******/
 
/************** ipad ***************/

@media (max-width: 1080px) {
 
  
  .blog-post-2022:before {
    display: none !important;
  }
 
  .post-hero-wrap { 
      padding: 50px 0 10px;
  } 
  
  
  .hs-blog-listing .body-container-wrapper:before { 
      display: none !important;
  }

  .blog-list-top .ucPostBody p {
      font-size: 20px;
      line-height: 1.3;
      font-weight: 500;
  }

  .ucFeatureImageBg { 
      min-height: 270px;
  }
  

  .blog-post-2022 { 
      background-image: none;
  }
  
  
}
 

/************** iphone roatate***************/

@media (max-width: 767px) {

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file], select, textarea { 
      padding: 12px 20px;
      font-size: 16px;
  }
  
  h1, h2, h3, h4, h5, h6, p { 
      line-height: 1.4;
  }
  
  .blog-list-top .ucPostItemContent {
      padding: 20px;
  }

  .blog-list-top .ucPostBody p {
      font-size: 16px; 
  }
   
  
}
 
 

/************** iphone roatate***************/

@media (max-width: 767px) {

  .blog-post-left {
      padding-right: 0px;
  }

  .ucPostListing { 
      margin: 0px 0px;
  }

  .list-main-header {
      padding-bottom: 20px;
      padding-left: 30px; 
  }
  
  .list-main-header:after {
      right: 0;
      width: 50%;
  }

  .list-main-header:after,
  .list-main-header:before { 
      top: 14px;
  }

  .list-main-header:before {
      left: -20px;
      width: 40px;
  }

  
}