
@font-face {
   font-family: ETmodules;
   font-display: block;
   src: url(//21506358.fs1.hubspotusercontent-na1.net/hubfs/21506358/raw_assets/public/LikeSew_Apr2024_Sr/font/modules.eot);
   url(//21506358.fs1.hubspotusercontent-na1.net/hubfs/21506358/raw_assets/public/LikeSew_Apr2024_Sr/font/modules.woff) format("woff"),
   url(//21506358.fs1.hubspotusercontent-na1.net/hubfs/21506358/raw_assets/public/LikeSew_Apr2024_Sr/font/modules.ttf) format("truetype");   
   font-weight: 400;
   font-style: normal
}

/* Blog Listing */

/* Blog Listing */
.articles-list .entry-title {
   font-weight: 400;
   max-width: 300px;
   text-transform: capitalize;
   padding-bottom: 25px;
   font-size: 16px;
   margin: 0;
}
.articles-list .entry-title a {
   color: rgba(0, 0, 0, .5);
   text-decoration: none;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   font-size: 16px;
}
.articles-list .article-img {
   display: block;
   position: relative;
   margin-bottom: 30px;
}

.articles-list .article-meta {
   margin-bottom: 20px;
   padding-bottom: 25px;
}
.articles-list .article {
   transition: all .5s ease;
   width: 23.5%;
   margin-right: 1.2%;
   border: 0;
   background-color: #fff;
   position: relative;
   word-wrap: break-word;
   box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
   border-radius: 10px;
   margin-bottom: 38px;
}
.articles-list .article:hover {
   box-shadow: 3px 3px 6px rgba(0,0,0,.3);
}
.articles-list .more-link {
   text-transform: uppercase;
   font-weight: 500;
   margin-bottom: 25px;
   display: inline-block;
   color: #1A47DE;
   transition: all .5s ease;
}
.articles-list .article-col {
   padding: 0 15px;
}
.articles-list .article-img img {
   border-radius: 10px 10px 0px 0px;
   height: 190px;
   vertical-align: bottom;
   max-width: 100%;
   display: block;
   width: 100%;
}
.articles-list .latest-posts {
   padding-left: 15px;
   padding-right: 15px;
}
.articles-list .article-meta p a, 
.articles-list .article-meta p {
   color: #666;
   margin: 0;
   text-decoration: none;
}
.articles-list .article-meta p a{
   transition: all .5s ease;
}
.articles-list .article-meta p a:hover {
   color: #666;
}
.articles-list .entry-title a:hover {
   color: rgba(0, 0, 0, .5);
}

/* Post details page */
.blog-post-banner .featured_container {
   width: 30%;
   margin-left: 0;
   margin-right: 0;
}

.blog-post-banner .post_title_container {
   width: 65%;
   color: #fff;
}
.blog-post-banner {
   background-size: cover;
   background-position: 50%;
   background-repeat: no-repeat;
}
.blog-post-banner .entry-title {
   color: #fff;
   font-size: 26px;
   line-height: 1.1;
   padding-bottom: 25px;
   margin: 0;
}
.blog-post-banner .et_pb_title_meta_container a {
   color: var(--white);
   text-decoration: none;
}
.blog-post-banner .et_pb_title_meta_container {
   color: var(--white);
   margin: 0;
}
.post_banner_tag {
   width: 65%;
   margin-left: auto;
   margin-right: 0;
   position: relative;
}
.blog-post-banner .post_banner_tags {
   position: absolute;
   left: 0 ;
   padding-bottom: 0px;
   color: #fff;
   padding-top: 32px;
   width: 100%
}
.blog-post-banner .blog-post-tag-link:hover ,
.blog-post-banner .blog-post-tag-link {
   color: var(--white);
}
.blog-content .post_share {
   display: flex;
   align-items: center;
}
.share_title {
   margin-right: 10px;
   color: #000;
}
.post_share ul {
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
}
.post_share ul li a {
   background-color: #000;
   border-radius: 100%;
   color: #fff;
   display: inline-block;
   height: 32px;
   margin-right: 8px;
   position: relative;
   text-align: center;
   text-decoration: none;
   width: 32px;
   vertical-align: middle;
}
.post_share ul li a:before {
   font-family: ETmodules;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-shadow: 0 0;
   direction: ltr;
   line-height: 32px;
   transition: color .3s;
}

.post_share ul li a:hover:before {
   color: hsla(0, 0%, 100%, .7);
}


.social-facebook a:before {
   content: "\e093";
}
.social-twitter a:before {
   content: "\e094";
}
.social-linkedin a:before {
   content: "\E09D";
}

img.alignright {
   display: inline;
   float: right;
   margin-left: 15px;
}
.blog-content article {
   padding-bottom: 29px;
}
.blog-content article p:not(:last-child) {
   padding-bottom: 25px;
}
.blog-content article p {
   margin-bottom: 0;
}
.blog-pagination {
   /*    border-top: 1px solid #e2e2e2; */
   display: flex;
   justify-content: center;
   /*    margin-bottom: 30px; */
   padding-top: 20px;
   text-align: right;
   width: 100%;
}
.blog-pagination a {
   width: 32px;
   height: 32px;
   border-radius: 5px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #1A47DE;
   margin: 0 5px;
   text-decoration: none;
   font-size: 14px;
   font-weight: 400;
   transition: all .5s ease;
   font-size: 16px;
   font-weight: 300;
}
.blog-pagination a.blog-pagination__link--active {
   color: #2ea3f2;
}
.blog-pagination__next-link:hover,
.blog-pagination__prev-link:hover {
   color: #2ea3f2;
}
.blog-pagination__next-link,
.blog-pagination__prev-link {
   color: #999;
}
blockquote {
   margin: 20px 0 30px;
   border-left: 5px solid var(--link_color);
   padding-left: 20px;
}
blockquote p {
   font-size: 16px;
   line-height: 1.75;
}
blockquote p a:hover {
   text-decoration: none;
}
.wp-block-quote {
   border-left: 4px solid;
   margin: 0 0 28px;
   padding-left: 16px;
   font-style: normal;
}
.blog-post-banner .featured_container img {
   width: 100%;
}

.blog-content article ul {
   list-style-type: disc;
   padding: 0 0 23px 1em;
   line-height: 26px;
   margin-bottom: 0;
}

.blog-post-banner-row {
   flex-direction: row-reverse;
   justify-content: space-between;
}

.blog-content article ol {
   list-style-type: decimal;
   list-style-position: inside;
   padding: 0 0 23px;
   line-height: 26px;
   margin-bottom: 0;
}
.blog-content article hr.wp-block-separator {
   border: none;
   border-bottom: 2px solid;
   margin: 8px auto;
}

.blog-content article .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
   width: 100px;
}
.blog-content article h3.wp-block-heading a {
   color: inherit;
}
.blog-content article {
   margin-bottom: 59px;
}
.wp-block-image figcaption {
   color: #555;
   font-size: 13px;
   text-align: center;
}
.wp-block-image figcaption {
   margin-bottom: 1em;
   margin-top: .5em;
}

.blog-content article .et_pb_text ul {
   padding-bottom: 1em;
}
.blog-content article .et_pb_text ul li {
   font-weight: 400;
}
.blog-content article .et_pb_text_inner h2 {
   font-weight: 500;
}
.blog-post-banner.no-fimage .post_banner_tags {
   position: relative;
}
.blog-post-banner .post_banner_tags a {
   text-decoration: none;
}
.blog-pagination .blog-pagination__link--active {
   cursor: text;
}
.hs_btm_pane .main_wrapper .left_section .hs_title .heading.h5 {
   font-weight: 500;
}
.blog-pagination a {
   text-decoration: none;
   border: 1px solid #BFBFBF;
   padding: 3px 5px;
   margin: 2px;
}
.blog-pagination a.blog-pagination__link--active {
   font-weight: bold;
   border-color: #000;
   color: #1A47DE;
}
.blog-pagination a:hover {
   border-color: #000;
}
.blog-content article p a {
   word-wrap: break-word;
}
.blog-content article p a:hover {
   text-decoration: none;
}
p.has-medium-font-size {
   font-size: 20px;
}
.wp-block-separator.has-css-opacity {
   opacity: .4;
}
.blog-single .blog-content .table-responsive {
   overflow: auto;
   max-width: 600px;
}
.blog-single .blog-content .table-responsive table {
   width: 100% !important;
}

@media (min-width: 768px){
   .post_banner_tag.visible-phone {
      display: none;
   }
}

@media (min-width: 981px){
   .articles-list .blog_hero_row {
      width: 57.8%;
   }
   .articles-list {
      padding-top: 4%;
      padding-bottom: 4%;
   }
   .articles-list .latest-posts {
      padding-top: 2%;
      padding-bottom: 2%;
   }
   .blog-post-banner {
      padding: 2% 0;
   }
   .blog-content .post_share {
      padding: 2% 0 0;
   }
   .blog-content article {
      padding: 2% 0;
   }
   .ctaleft_column {
      width: 73.625%;
      float: left;
   }
   .ctaleft_column {
      margin-right: 5.5%;
   }
   .ctaright_column {
      float: left;
      width: 20.875%;
      margin-right: 0;
   }
   .et_pb_row-post:after{
      content: "";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
      width: 0;
   }

   .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child,
   .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
      margin-right: 0 !important;
   }
}
@media only screen and (min-width: 1462px){
   .articles-list {
      padding-top: 58px;
      padding-bottom: 58px;
   }
   .articles-list .latest-posts {
      padding-bottom: 29px;
      padding-top: 29px;
   }
   .blog-post-banner {
      padding: 29px 0;
   }
   .blog-content .post_share {
      padding: 29px 0 0;
   }
   .blog-content article {
      padding-top: 29px;
      padding-bottom: 29px;
   }
   .et_pb_row {
      padding: 29px 0;
   }
   .et_pb_row-post {
      padding: 33px 0 29px;
   }
}


@media (max-width: 1280px){
   .articles-list .article {
      margin-right: 0;
   }
}

@media (max-width: 1199px){

   .articles-list .article {
      width: 31.3%;
   }
   .blog-post-banner {
      padding: 17px 0;
   }
   .blog-post-banner .blog-post-tag-link {
      padding-top: 0;
   }
   .blog-content .post_share {
      padding: 17px 0;
   }
   .blog-post-banner .post_banner_tags {
      padding-top: 10px;
   }
   .blog-content article {
      padding: 17px 0;
   }
   .blog-content article {
      margin-bottom: 34px;
   }
   .articles-list .article-img img {
      height: auto;
   }
}
@media (max-width: 980px){
   .articles-list .et_pb_section {
      padding: 50px 0;
   }
   .articles-list {
      padding-top: 50px;
      padding-bottom: 0;
   }
   .articles-list .latest-posts {
      padding-top: 17px;
      padding-bottom: 17px;
   }
   .articles-list .blog-hero-content {
      padding-right: 0;
   }
   .articles-list .entry-title {
      line-height: 1.16;
   }
   .blog-post-banner .entry-title {
      margin-top: 19px;
   }
   .blog-post-banner-row {
      padding-top: 22px;
   }
   .blog-content article {
      padding: 17px 0;
   }
   .blog-post-banner .post_banner_tags {
      padding-top: 22px;
   }

   .blog-pagination {
      margin-bottom: 0;
   }
   .ctaleft_column {
      width: 100%;
      margin-bottom: 30px;
   }
}

@media (max-width: 767px){
   .post_banner_tag.hidden-phone {
      display: none;
   }
   .articles-list .article {
      width: 100%;
      margin-right: 0;
   }
   .blog-post-banner .featured_container {
      width: 100%;
   }
   .blog-post-banner-row {
      padding-top: 0;
   }
   .blog-post-banner .entry-title {
      font-size: 18px;
   }
   .blog-post-banner .post_title_container {
      width: 100%;
   }
   .blog-post-banner .et_pb_title_meta_container {
      margin-bottom: 0;
   }
   .blog-post-banner .post_banner_tags {
      position: unset !important;
      margin: 0;
   }
   .blog-post-banner-row {
      flex-direction: column-reverse;
   }
   .post_banner_tag {
      width: 100%;
   }
   .blog-post-banner .post_banner_tags {
      padding-top: 14px;
   }
   .blog-post-banner .entry-title {
      margin-top: 8px;
   }
   .articles-list .article-img img{
      height: auto;
   }
}
}