.page-center {
  max-width: 1200px !important;
  margin: 0px auto !important;
  float: none !important;
  padding: 0px 20px !important;
}
article { 
  border: 0px solid #ccc  !important;
  padding: 0px  !important;
}
article.blog-post {  
  padding: 80px 0px !important;
}
/* Blog post */
.blog-post-hero {
  padding: 120px 0px 40px;
  background-size: cover !important;
  background-position: top center !important;
}
.hero-post-inr {
  max-width: 700px;
}
.blog-post-hdr h1 {
  color: #fff;
}
.blog-post-hdr {
  min-height: 250px;
}
.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;
}
a.ucAuthorLink {
  text-decoration: none;
}

/* Blog related posts */
.blog-related-posts {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.blog-related-posts h2 { 

}
.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}
.blog-post__body img {
  padding: 20px 0px 30px;
}
.blog-post .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 1000px !important;
  max-height: 570px !important;
  border-radius: 30px;
  margin-top: 70px !important;
}
.blog-post-otr {
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: 0px auto;
}
.blog-post-left {
  padding-right: 50px;
  width: 75%;
}
.blog-post-right {
  width: 25%;
}
.blog-post-read p {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
}
.blog-post-read p img {
  margin-right: 10px;
}
.blog-post-tags p span#post-tag a {
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
  position: relative;
}
.blog-post-tags p span#post-tag a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: -15px;
  top: 9px;
}
.blog-post-tags p span#post-tag a:last-child:before {
  display: none !important;
}
.blog-post-tags p span#post-tag a:hover { 
  color: #E47700;
}
.blog-author-date {
  display: flex;
  align-items: center;
}
.blog-post-author span ,
.blog-post-author span a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.blog-post-author {
  margin-right: 20px;
}
.blog-post-date p {
  color: #fff;
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
}
.blog-post-share p { 
  color: #fff;
}
.blog-post-share {
  padding-top: 50px;
}
.social-links ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.social-links ul li {
  font-size: 22px;
  margin-right: 10px; 
}
.social-links ul li a { 
  color: #C1BBB1;
}
.social-links ul li a:hover { 
  color: #E47700;
}
.blog-post-dtls {
  margin-top: 280px;
}

@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%; 
  display: none;
}
.blog-related-featr {
  min-height: 230px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  position: relative;
}
.blog-related-featr a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-related-posts__title {
  margin: 0.7rem 0;
}
.blog-related-posts a.blog-related-posts__title-link {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%; 
  color: #000000;
}
.blog-related-posts a.blog-related-posts__title-link:hover { 
  color: #E47700;
}
.blog-related-posts__title { 
  margin-bottom: 7px !important;
}
/* 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;
}
.blog-post-back a {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E47700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-post-back a img {
  margin-right: 10px;
}
.blog-post-back a:hover {
  font-weight: 700;  
}
.blog-post-back {
  padding-bottom: 40px;
}
.body-container--blog-post {
  background-color: #fff;
}
.blog-post__body ul {
  padding-left: 20px;
}
.blog-post__body img {
  padding: 20px 0 30px;
  width: 100%;
  height: auto !important;
}
/******** Style *********/
.blog-post-left {
  padding-right: 50px;
}
div#bspoke-load-more {
  text-align: center; 
}
.cta-orange span {
  background-color: #e47700;
  border: 2px solid #e47700!important;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 23px!important;
  font-family: Nunito,sans-serif;  
}
.cta-orange span:hover { 
  color: #e47700;
  background-color: #fff;
}
/*
a {
    transition: all 0.5s ease;
}*/
.blog-lists-wrap {
  padding: 50px 0px 90px;
  background-color: #fff;
}
.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;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  min-height: 220px;
  position: relative;
  border-radius: 16px;
  transition: 0.5s all;
  overflow: hidden; 
}
.hs-featured-image-wrapper.hs-featured-image-wrapperratio:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  transition: 0.5s all;
}
.hs-featured-image-wrapper.hs-featured-image-wrapperratio:hover:before {
  transform: scale(1.1);
}

.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;
  gap: 20px;
  flex-wrap: wrap;
}
.ucFeatureImageBg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; 
  min-height: 230px;
  border-radius: 10px;
  margin: 0px 0 20px;
}
.ucPostItem .ucFeatureImageBg img { 
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.ucPostHeader h4, .ucPostHeader h4 a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #171C23;
  text-decoration: none;
  margin-bottom: 10px;
} 
.ucPostHeader h4 a:hover { 
  color: #E47700; 
}
.ucPostItem { 
  border-radius: 10px;
  padding: 0px;
  margin-bottom: 40px; 
}
.ucFeatureImageBg a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.PostBody_read a {
  color: #171C23;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  /*transition: all .5s ease;*/
  border-bottom: 2px solid #171C23;
  text-decoration: none;
}
.PostBody_read a:hover { 
  color: #E47700; 
  border-bottom: 2px solid #E47700;
}
.list-date-tag p {
  color: #707070;
  font-weight: 500;
  font-size: 20px;
}
.custom-blog-pagination {
  text-align: center;
  padding: 30px 0px;
} 
.custom-blog-pagination a.next-posts-link {  
  text-align: center; 
} 
.dropbtn {
  border: 0px solid #ee5723;
  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: #ee5723;
}
.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: 100;
  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;
} 
.ucPostBody.ucTotalWords h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
} 
.tag-read-otr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 5px;
}
.list-tag a {
  font-weight: 700;
  font-size: 16px;
  color: #171C23;
  text-decoration: none;
}
.list-read p {    
  font-weight: 700;
  font-size: 16px;
  color: #171C23;
  margin: 0px;
}
.list-read {
  padding-left: 10px;
}
.list-tag a.ucTopicLink {
  margin-right: 10px;
  position: relative;
}
.list-tag a.ucTopicLink:before {
  background-color: #171c23;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  right: -10px;
  top: 7px;
  width: 4px;
}
.list-tag a.ucTopicLink:last-child:before { 
  display: none !important; 
}

/******** Responsive code starts here *******/ 
@media only screen and (min-width:1150px) and (max-width: 2000px){ 
  .ucPostItem {
    width: 32%;   
  }
}
 
/************** 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; 
  }     
  .blog-post-left {
    width: 100%;
  }
  .blog-post-right {
    width: 100%;
  } 
  .blog-post-dtls {
    margin-top: 50px;
  }
}
/************** 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;
  }   
  .video-lists .ucPostItem ,
  .podcasts-lists .ucPostItem ,
  .case-lists .ucPostItem {
    width: 100%;
  }
  .video-lists .ucPostHeader {
    min-height: 100%;
  }
  .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;
    flex-wrap: initial;
  }  
  .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-tag-wrap {
    width: 100% !important;
  }
  .rss-posts-otr { 
    padding: 20px;
    display: inline-block; 
  }  
  .rss-posts-left {
    padding-bottom: 30px;
  }  
  .rss-posts-tag a {  
    font-size: 16px;
  }
  .blog-post-hdr h1 {
    color: #fff;
    font-size: 24px;
  }  
  .blog-post__body h2 {
    font-size: 22px;
  }  
}
/
******** 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: 230px;
  }   
}

/************** 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;
  }
  .blog-post .hs-responsive-embed-wrapper.hs-responsive-embed {
      border-radius: 30px;
      margin-top: 30px!important;
      max-height: 350px!important;
      max-width: 100%;
  }
}