/* temp css to hide the buttons on changelog before live */
.ast-header-button-1, .ast-header-button-2 {
    display: none !important;
}


figure.wp-block-image, figure.wp-block-uagb-image__figure, figure.wp-block-video, figure.wp-block-embed-youtube {
    text-align: left !important;
    margin: 24px 0 24px 0 !important;
    background: #fff !important;
    border-radius: 6px !important;
}

@media (min-width: 971px) {
 body.archive.post-type-archive.post-type-archive-changelog .site-content > .ast-container,
    .product-tax-enabled .site-content > .ast-container {
    max-width: 790px !important;
}
		
}
.bsf-entry-content.content-closed.clear p:last-child {
    margin-bottom: 4px !important;
}
.post-type-archive-changelog div#bsf-changelog-primary,
.tax-product div#bsf-changelog-primary {
    margin-top: -160px !important;
    border-radius: 12px !important;
    background: #fff;
}

enabled .type-chnangelogs, body.post-type-archive-changelog .type-chnangelogs {
    background-color: transparent;
}
.post-type-archive-changelog .bsfc-archive-description, .post-type-archive-changelog .bsfc-author-box, .product-tax-enabled .bsfc-author-box {
    padding: 0;
    border: none;   
}
.changelog-wraper {
    z-index:9;
    Position: Relative
}
main#main {
    margin-bottom: 100px;
}
 body.product-tax-enabled .type-chnangelogs,
 body.post-type-archive-changelog .type-chnangelogs {
    margin: 3em 0 0 0 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px !important;
    border: solid .5px #DDDEE4;
}
.post-type-archive-changelog .bsf-entry-content.content-open.clear ul:last-child,
.product-tax-enabled .bsf-entry-content.content-open.clear ul:last-child{
    margin-bottom: 0;
}
.post-type-archive-changelog .bsf-entry-content p,
.product-tax-enabled .bsf-entry-content p {
    margin-bottom: 16px !important;
}

.see-more-text {
    color: var(--ast-global-color-0);
    margin-left: 2px;
}
.bsf-entry-content.content-closed.clear p:last-child{
    margin-bottom: 4px !important;
}
@media only screen and (max-width: 976px) {
    .changelog-wraper {
    z-index: 9;
    position: relative;
}
    .post-type-archive-changelog div#bsf-changelog-primary, .tax-product div#bsf-changelog-primary {
    margin-top: -90px !important;
    }
    main#main {
    margin-bottom: 80px;
}
.wrap.changelog-wraper .bsf-entry-content img {
    width: 87% !important ;
}
    .wrap.changelog-wraper figure.wp-block-image,
.wrap.changelog-wraper figure.wp-block-uagb-image__figure {
    margin: 4px 0 16px 0 !important;
}
}
.bsf-entry-content.content-closed.clear p {
    margin-bottom: 0em
}
@media only screen and (max-width: 760px) {
    .post-type-archive-changelog div#bsf-changelog-primary, .tax-product div#bsf-changelog-primary {
    margin-top: -120px !important;
    }
    .post-type-archive-changelog .entry-title, .tax-product .entry-title {
    font-size: 20px !important;
}
    .pre-title .author-img-section img {
    height: auto !important;
    width: auto !important;
}
    .pre-title .author-img-section {
     margin-top: 5px;
}
     body.product-tax-enabled .type-chnangelogs,
 body.post-type-archive-changelog .type-chnangelogs {
    margin: 2 0 0 0!important;
    padding: 1.5em;
     border-width: 1px !important
}
    main#main {
    margin-bottom: 60px;
}
    .wrap.changelog-wraper .bsf-entry-content img {
    width: 87% !important ;
}
    .wrap.changelog-wraper figure.wp-block-image,
.wrap.changelog-wraper figure.wp-block-uagb-image__figure {
    margin: 4px 0 16px 0 !important;
}
}
@media only screen and (max-width: 500px) {
.wrap.changelog-wraper .pre-title {
    flex-direction:column;
    row-gap:16px;
}
    .wrap.changelog-wraper .pre-title .category-section {
        align-item: start;
        align-items: flex-start;
        align-self: flex-start;
    }
}
/* Chnagelog typography CSS Start */
.post-type-archive-changelog .changelog-wraper .type-chnangelogs h2,
.product-tax-enabled .changelog-wraper .type-chnangelogs h2 {
  font-size: 28px;
  line-height: 1.33em;
  /* color: #123B67; */
  font-weight : 600 !important;
  padding: 30px 0 25px;
  margin-bottom: 0px;
}
.post-type-archive-changelog .changelog-wraper .type-chnangelogs h3,
.product-tax-enabled .changelog-wraper .type-chnangelogs h3 {
  font-size: 24px;
  line-height: 1.44em;
  font-weight: 700;
  /*  color: #123B67;*/
  padding: 10px 0 10px;
}
.post-type-archive-changelog .changelog-wraper .type-chnangelogs h4,
.product-tax-enabled .changelog-wraper .type-chnangelogs h4 {
  font-size: 20px;
  line-height: 1.44em;
  font-weight: 700;
  /* color: #123B67;*/
  padding: 15px 0 12px;
}
.post-type-archive-changelog .changelog-wraper .type-chnangelogs h5,
.product-tax-enabled .changelog-wraper .type-chnangelogs h5 {
  font-size: 18px;
  line-height: 1.44em;
  font-weight: 700;
  /* color: #123B67;*/
  padding: 15px 0 12px;
}
.post-type-archive-changelog .changelog-wraper .type-chnangelogs h6,
.product-tax-enabled .changelog-wraper .type-chnangelogs h6 {
  font-size: 18px;
  line-height: 1.44em;
  font-weight: 700;
  /* color: #123B67; */
  padding: 15px 0 12px;
}
.changelog-wraper .bsf-changelog-img img,
.changelog-wraper iframe
 {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.wrap.changelog-wraper .bsf-entry-content img {
    width: 100%;
      box-shadow: 0 0 25px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.12);
    text-align: center;
    border-radius: 3px;
}
.wrap.changelog-wraper .bsf-entry-content img:hover {
    width: 100%;
      box-shadow: 0 0 25px 0 rgba(0,0,0,.12) !important;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.12) !important;
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.12) !important;
    text-align: center;
    border-radius: 3px;
}
.wrap.changelog-wraper figure.wp-block-image,
.wrap.changelog-wraper figure.wp-block-uagb-image__figure {
    text-align: center;
    margin: 30px 0 10px 0;
    
}
.wrap.changelog-wraper .wp-block-uagb-image {
    align-self: center;
}
.author-name {
    line-height: 29px !important;
}

.changelog {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-top: -100px;
    padding: 1em 3em 3em;
	border: solid .5px #DDDEE4;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
	z-index: 9;
    position: relative;
}
.changelog ul, .changelog ol {
    list-style-position: outside;
	margin: 0 0 3em 1.5em !important;
}

.changelog h1{
font-size: 28px !important;
    line-height: 1.33em !important;
    font-weight: 600 !important;
    padding: 30px 0 0 !important;
    margin-bottom: 0px;
}
.single-changelog {
	background-color: #FFFFFF !important;
}

.single-changelog .wp-block-uagb-image__figure {
    margin-bottom: 30px;
}

.single-changelog .comments-area{
	display:none;
}


.single-changelog h1.entry-title {
	font-size: 30px !important;
	font-weight: 700 !important;
}

@media (max-width:768px){
	.single-changelog h1.entry-title {
	font-size: 28px !important;
	font-weight: 700 !important;
}
}
}


.pre-title .category-section .category-name {
    font-size: 16px;
    line-height: 18px;
}

.pre-title .category-section {
    padding: 5px 20px;
}

.bsf-changelog-post-wrapper {
    border-radius: 12px;
}
@media (max-width:768px){
.bsf-changelog-post-wrapper {
    padding: 24px;
}
}

.wrap.changelog-wraper {
    padding-left: 20px;
    padding-right: 20px;
}