.xss {
	max-width: 768px;
}

.extras {
	max-width: 500px;
}
.mg--xs {
	margin: 20px 0;
}
/* Blog data */

.blog .container.md {
	max-width: 1437px;
	
}

.back-to-blog a{
	font-weight: 700;
    font-size: 20px;
    transition: all ease .3s;
    line-height: 1.4;
}

.back-to-blog a:hover{
	color: #1DEF75;

}

.blog-post-tag {
	padding-top: 30px;
}

.blog-post-tag a {
	text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.blog-post-title {
	padding-top: 30px;
}

.blog-post-title h1 {
	font-size: 58px;
	font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0;
}


.post-reading-time {
	font-size: 22px;
    line-height: 1.3;
    margin: 0;
    transition: all ease .3s;
	padding-top: 40px;
    text-align: center;
}

.post-share-socials__icons {
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.post-share-socials__icons a {
	display: flex;
    align-items: center;
	transition: all ease .3s;
}

.post-share-socials {
	line-height: 0;
    padding-top: 30px;
}
.post-share-socials__icons a svg path {
	transition: all ease .3s;
}
.post-share-socials__icons a:hover svg path{
	fill: #1DEF75;
}

/* Contributors */
.contributors-wraper {
	display: flex;
    flex-direction: column;
    gap: 40px;
}

.contributor-item {
    display: flex;
	align-items: center;
    gap: 20px;
	max-width: 848px;
	width: 100%;
    margin: auto;
	scroll-margin-top: 100px;
}

.contributor-item:first-child {
	padding-top: 20px;
	border-top: 1px solid gray;
}


.contributor-image {
    min-width: 200px;
}

.contributor-image img {
	height: auto;
    max-width: 100%;
    width: 200px;
    border-radius: 50%;
}
.contributor-name {
		font-weight: bold;	
}
.contributor-name,
.contributor-description{
	font-size: 18px;
	line-height: 23.4px;
}

.contributor-description {
	padding-top: 20px;
}

.contributor-button {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.contributor-button .btn--c1:hover {
	background: #f7f7f7;
	
}

/* Wysiwig image position */
/* Base: make paragraph flexible when it contains aligned images */
.editor p:has(> img.aligncenter),
.editor p:has(> img.alignleft),
.editor p:has(> img.alignright),
.editor .wp-caption.alignnone,
.editor .wp-caption.alignleft,
.editor .wp-caption.aligncenter,
.editor .wp-caption.alignright{
  display: flex;
  flex-direction: column;

}



.editor .wp-caption.aligncenter,
.editor .wp-caption.alignnone,
.editor .wp-caption.alignleft,
.editor .wp-caption.alignright{
	text-align: center;
	max-width: 100%;
}


.editor .wp-caption.aligncenter {
margin: auto;
}

.editor .wp-caption.alignright {
	margin-left: auto;
}

/* CENTER */
.editor p:has(> img.aligncenter),
.editor .wp-caption.aligncenter,{
  justify-content: center;
}

	
}
.editor p img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* LEFT */
.editor p:has(> img.alignleft),
.editor .wp-caption.alignleft,{
  align-items: flex-start;
}

.editor p img.alignleft {
  margin-right: auto;
}

/* RIGHT */
.editor p:has(> img.alignright),
.editor .wp-caption.alignright,{
  align-items: flex-end;
}

.editor p img.alignright {
  margin-left: auto;
}

/*  Blog archive page */
.blog .container.md {
	padding: 0 20px;
}
.featured-two-cols {
    display: flex;
    flex-wrap: wrap;
}

.featured-left {
    width: 60%;
    padding-right: 30px;
}

.blog-featured__main-link:hover .fd-title h2 {
	color: #1cef75;
	transition: 0.3s;
}

.blog-featured__main-link:hover .read-button .btn--c1 {
	background: #000;
	border-color: #000;
	color: #fff;


}

.blog-featured__main-link:hover .fd-img-in img {
	transform: scale(1.1);
}
.featured-lft-inr {
    position: relative;
    transition: all ease 0.4s;
}

.fd-img-in {
    overflow: hidden;
    border-radius: 40px;
	position: relative;	
	max-height:420px;

}

.fd-img-in img {
	
	width: 100%;fea
  height: 100%;
  object-fit: cover;
  display: block;	
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bottom-s {
    padding: 30px 25px;
}

.tag-s ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}
.fd-title {
    padding-top: 15px;
}

.fd-title h2 {
    font-size: 36px;
    margin: 0;
	transition: 0.3s;
	font-weight: 700;
}

.featured-right {
    width: 40%;
    padding-left: 40px;
}

.fdt-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	
}

.fdt-title.fdt-title h3 {
	font-size: 24px;
	line-height: 1.33;
	font-weight: 700;
}

.fdt-title span {
    background-color: #1cef75;
    display: inline-block;
    height: 3px;
    margin-right: 20px;
    margin-top: -2px;
    vertical-align: middle;
    width: 30px;
}

.fdt-title h3 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0;
}

.stories-cols {
    padding-top: 40px;
}

.stories-two-col {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transition: all ease 0.3s;
}

.blog-featured-stories-wraper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.stories-two-col:hover .fds-title h2 a {
    color: #1cef75 !important;
    transition: all .3s ease;
}

.stories-left {
    width: 60px;
    height: 60px;

}
.stories-left img {
	border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.stories-right {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.tag-ss h4 {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 11px;
    letter-spacing: 0.48px;
	font-weight: 700;
}

.fds-title h2 {
    font-size: 21px;
    line-height: 1.33;
    margin: 0;
	font-weight: 700;
}

.fds-title h2 a {
	display:block;
	width: 100%;
	transition: all 0.3s ease;
}

.fds-title h2 a:hover {
	color: #1cef75;
	transition: all 0.3s ease;
}


.read-button{
	padding-top: 20px;
	display:flex;
}

.read-button .btn--c1:hover {
	background-color: #000;
    border-color: #000;
    color: #fff;
	border-width: 1px;
}

/* Categories nav */


.blog-category-filter__item {
display: flex;
}

.blog-category-filter__link {
   border: 2px solid;
    color: var(--black);
    padding: 16px 24px;
    border-radius: 50px;
	opacity: 0.5;
    transition: .3s;
	font-weight: 400;
    transition: all ease .3s;
	line-height: 20px;
}

.blog-category-filter__list {
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap: 16px 25px;
    line-height: 0;
	
}
.blog-category-filter__link.is-active {
    background-color: #1DEF75;
	border-color: #1DEF75;
	color: #333;
	opacity: 1;
}

.blog-category-filter__link:hover {
    color: #333;
	background-color: #1DEF75;
	border-color: #1DEF75;
	opacity: 1;
}

.blog-category-filter.mg.mg--md {
	margin-bottom: 45px;
}

/* Post grid */
.blog-posts-archive.mg.mg--md {
	margin-top: 45px;
}

.blog-posts-archive__grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.blog-archive-card__image {
	position: relative;
    display: block;
    height: auto;
    aspect-ratio: 16 / 9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	border-radius: 40px;
	overflow: hidden;
}

.blog-archive-card__image img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	transition: all 0.3s ease;
}

.blog-archive-card__content {
	padding: 20px 15px;
}

.fd-title.blog-archive-card__title {
	padding: 0;
}
.fd-title.blog-archive-card__title h2 {
margin: 0;
    font-size: 28px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
	font-weight: 700;
	transition: all 0.3s ease;
}

.read-button.blog-archive-card__button {
padding-top: 30px;
}

.tag-s.blog-archive-card__tags {
padding-bottom: 15px;
}

.read-button.blog-archive-card__button .btn--c1 {
	background: #000;
	color: #fff;
	transition: all 0.3s ease;
	border-color: #000;
}

.read-button.blog-archive-card__button .btn--c1:hover {
	background: #1def75;
	color: #000;
	border-color: #1def75;
	transition: all 0.3s ease;
}

.blog-archive-card__inner:hover .blog-archive-card__image img{
	transform: scale(1.1);
	transition: all 0.3s ease;

}
.fd-title.blog-archive-card__title h2 a {
	transition: all 0.3s ease;	
}
.blog-archive-card__inner:hover .fd-title.blog-archive-card__title h2 a {
	color: #1def75;
	transition: all 0.3s ease;
}

.blog-pagination {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.blog-pagination__list {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Base link style */
.blog-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    transition: all 0.2s ease;
    cursor: pointer;
}

/* Hover */
.blog-pagination__link:hover {
    color: #1def75;
}

/* Active page (RED) */
.blog-pagination__link--current {
    color: #1def75;
    pointer-events: none;
}

/* Prev / Next text buttons */
.blog-pagination__link--text {
    font-weight: 700;
    padding: 0 15px;
	font-size: 16px;
}

/* Disabled state */
.blog-pagination__item.is-disabled .blog-pagination__link {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

/* Contact us banner */

.contact-us-banner {
	padding: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
	background: #333333;
}

.contact-us-banner .banner-left-column h2 {
	font-size: 40px;
    line-height: 1.20;
    font-weight: 700;
	color: #fff;
}

.contact-us-banner .banner-left-column p{
	font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
	color: #fff;
}

.banner-left-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.banner-right-column a {
	font-size: 16px;
    padding: 11px 45px 11px 18px;
	display: inline-block;
    background-color: #ffffff;
    border-radius: 70px;
    color: #333333;
    line-height: 1.3;
    background-image: url(https://blog.asemblgroup.co/hubfs/Arrow%20assme.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: calc(100% - 18px) center;
    transition: all ease .3s;

}

.banner-right-column a:hover {
	background-color: #1def75;
	transition: all ease .3s;
}

.blog-posts-contact-banner.mg.mg--md {
	margin-bottom: 40px;
}

/* Single post */

.single-post .module--textEditor .inner.sm,
.single-post .module--textEditor .inner, 
.module--image .container.xs,
.single-post .module--faqs .container.xs {
max-width: 850px;
}

.single-post .module--textEditor h3,
.single-post .module--textEditor ol li h4{
	font-size:32px;
	line-height: 38.4px;
}

.single-post .module--textEditor ol li {
	margin-bottom: 20px;
}

.single-post .module--textEditor  ul {
	list-style: none;
}

.single-post section .container.sm {
	padding: 0 20px;
	}

.single-post .editor a {
	text-decoration: none;
	font-weight: 700;
}

.single-post .module--textEditor p {
	line-height: 23.4px;
}
.single-post blockquote {
	margin: 25px;
}

.single-post blockquote p{
	font-size: 20px;
	line-height: 26px;
}

.single-post .module--textEditor p em {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}

.single-post .module--textEditor .txt-strike {
	text-decoration: line-through;
}

.single-post .module--textEditor .txt-underline {
	text-decoration: underline;
}

.u-image__caption {
	text-align: center;
}

.u-image__img.is-rounded {
  border-radius: 16px;
}


.content-left-padding-36 {
	margin: 20px 0;
	padding-left: 36pt;
}

/* Enhanced slider */

.module--enhanced-slider .c-ss--slider .ctrls,
.c-ss--2 .ctrls,
.c-ss--3 .ctrls,
.c-ss--4 .ctrls {
  pointer-events: none;
}

.module--enhanced-slider .c-ss--slider .ctrl,
.c-ss--2 .ctrl,
.c-ss--3 .ctrl,
.c-ss--4 .ctrl {
  pointer-events: auto;
}

.module--enhanced-slider .c-ss.has-caption .ctrls {
  top: 50%;
  transform: translateY(calc(-50% - 38px));
}

.module--enhanced-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.module--enhanced-slider .slick-slide {
  height: auto;
}

.module--enhanced-slider .slick-slide > div {
  height: 100%;
}

.module--enhanced-slider .u-ss__slide {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.module--enhanced-slider .u-ss__caption {
  display: block;
  margin-top: 10px;
}

/* Single post - Pillars */

.pillar-content {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.pillar-content li {
  counter-increment: item;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pillar-content li::before {
  content: counter(item);
  min-width: 30px;
  min-height: 30px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: 700;
}

.pillar-content li a {
	color: #333;
	transition: all 0.3s ease;
	text-decoration: underline !important;
}

.pillar-content li a:hover {
	color: #1def75;
	transition: all 0.3s ease;
}


#pillar1,
#pillar2,
#pillar3,
#pillar4,
#pillar5,
#pillar6,
#pillar7,
#faq-group-id{
  scroll-margin-top: 100px;
}

.pillar-ul {
	list-style: disc !important;
}

.postid-2608 .module--textEditor p em {
	font-family: Roobert, sans-serif;
    font-style: italic;
}

/* Single post - Image text */

.image-text-right {
	display:flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}


.image-text-right .image-text-right-content {
width: 66%;
}

.image-text-right .image-text-right-image{
width: 30% ;
}

.content-split-50,
.content-split-50-left {
	margin-bottom: 20px;
}

.content-split-50 img {
  float: right;
  margin: 0 0 15px 20px;
  max-width: 420px;
  height: auto;
}

.content-split-50-left img {
	 float: left;
  margin: 0 15px 20px 0px;
  max-width: 420px;
  height: auto;
}

.content-split-50::after,
.content-split-50-left::after{
  content: "";
  display: block;
  clear: both;
}

.margin-x-40 {
	margin: 40px 0;
}

/* Single post - postid-2916 */

.postid-2916 .module--textEditor.mg--sm,
.postid-2916 .module--textEditor.mg--md{
	margin-top: 20px;
	margin-bottom: 20px;
	
}


.single-post .img-grid-3 {
	 display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
	margin: 20px 0;
}

.single-post .img-grid-3 img {
	display:block;
}

.mb-40 {
	margin-bottom: 40px;
}
/* Media quries */

@media (max-width: 1390px) {
    .single-post .container.xss,
	.single-post .container.md {
        padding: 0 80px;
    }
	
}

@media (max-width: 1230px) {
    .blog-post-title h1 {
	font-size: 38px;
}
	
	.stories-right {
    padding-left: 20px;
}
	
	.contact-us-banner .banner-left-column h2 {
		font-size: 34px;
	}
}

@media (max-width: 1080px) {
    .fd-title h2 {
        font-size: 35px;
    }
	.stories-cols {
    padding-top: 30px;
}
	.tag-ss h4 {
    font-size: 16px;
    margin-bottom: 7px;
}
	
	.featured-right{
    width: 50%;
    padding-left: 15px;
}
	.featured-left {
		width: 50%;
		padding-right: 15px;
	}
	
	.fd-img-in {
	height: auto;
	}
	
	.fd-img-in img {
	height: auto;
   aspect-ratio: 4 / 3;
}
	
	.blog-posts-archive__grid {

    grid-template-columns: repeat(2, 1fr);
}
	
	.contact-us-banner .banner-left-column h2 {
		font-size: 26px;
	}
	
	.contact-us-banner .banner-left-column p {
		font-size: 20px;
	}
	
	.single-post .module--textEditor h3,
	.single-post ol li h4{
	font-size:26px;
		line-height: 31.2px;
}
	
}

@media (max-width: 790px) {
    .single-post .container.xss,
	.single-post .container.md{
        padding: 0 20px;
    }
	
	.contact-us-banner {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.banner-right-column .read-button {
		padding-top: 10px;
	}
	
	.contact-us-banner {
		padding: 20px;
	}
	
	.tag-s .blog-category-filter__list {
		display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        gap: 12px;
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
	
}
	
}

@media (max-width: 767px) {
	
	.single-post .container.md{
        padding: 0 40px;
    }
	
	.blog-post-tag {
	padding-top: 20px;
}
	
	.blog-post-title {
	padding-top: 15px;
}
	
    .blog-post-tag a,
	.back-to-blog a{
        font-size: 18px;
        
    }
    .blog-post-title h1 {
	font-size: 30px;
}
	
	
	.post-reading-time {
	padding-top: 35px;
}

    .fd-title h2 {
        font-size: 35px;
    }
	
	.featured-two-cols {
		flex-direction: column-reverse;
		gap: 40px;
	}

	.featured-left,
	.featured-right {
	width: 100%;
		padding-left: 0;
	padding-right: 0;
	}
	
	.fds-title h2 a {
		width: 100%;
	}
	
	.blog-category-filter__link {
        font-size: 18px;
}
	
		.blog-posts-archive__grid {

    grid-template-columns: repeat(1, 1fr);
}
	
		.single-post .module--textEditor h3,
	.single-post ol li h4{
	font-size:22px;
			line-height: 26.4px;
}
	
	.single-post .container.sm,
	.single-post .container.xs{
	padding: 0 20px;
	}
	
	#pillar1,
#pillar2,
#pillar3,
#pillar4,
#pillar5,
#pillar6,
#pillar7,
#faq-group-id {
  scroll-margin-top: 76px;
}

	.image-text-right {
	flex-direction: column;
}
	.image-text-right .image-text-right-content {
		width: 100%;
		margin-bottom: 20px !important;
	}
	
	.image-text-right .image-text-right-content.reverse {
	margin-bottom: 0 !important;
	}
	.image-text-right .image-text-right-image{
	width:100%;
	}
	.image-text-right .image-text-right-image.reverse {
		margin-bottom: 20px;
	}
	
	.content-left-padding-36 {
	padding-left: 0;
}
	
	.content-left-padding-36 {
		paddin-left: 0;
	}
	
	 .content-split-50 img,
	.content-split-50-left img{
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
	
	.mb-40  {
		margin-bottom: 20px;
	}
}

@media (max-width: 690px) {
	.contributor-item {
		flex-direction: column;
		gap: 40px;
		scroll-margin-top: 40px;
	}
	
	.single-post .img-grid-3 {
  grid-template-columns: repeat(1, 1fr);
	gap: 20px;
		justify-items: center;
}
}

@media (max-width: 490px) {
    .single-post .container.xss,
	.single-post .container.md{
        padding: 0 20px;
    }
	
	  .blog-pagination__list {
        gap: 4px;
    }

    .blog-pagination__link {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
}