/* Gutenberg Css */
.min-container,
.dlab-page-text,
.dlab-page-text + #comment-list,
.dlab-page-text + #comment-list + .paginate-links,
.blog-post.blog-single + #comment-list,
.blog-post.blog-single{
	max-width: 720px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 767px){
	.blog-post.blog-single {
		padding-left: 0;
		padding-right: 0;
	}	
}	
.max-container{
	max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 55px;
    padding-right: 55px;
}
.dlab-page-text + #comment-list + .paginate-links,
.dlab-page-text + #comment-list,
.dlab-page-text{
	padding:0;
}
.dlab-page-text.sidebar{
	width:100%;
	padding:0;
}
.blog-post.blog-single .dlab-info{
	padding:0;
}
.dlab-page-text > ol,
.dlab-page-text > ul,
.dlab-page-text > .wp-block-gallery,
.blog-post.blog-single .dlab-post-text > .wp-block-gallery,
.blog-post.blog-single .dlab-post-text > ol,
.blog-post.blog-single .dlab-post-text > ul{
    list-style:none;
	margin-bottom: 30px;
}
.dlab-page-text > ol,
.dlab-page-text > ul,
.dlab-page-text > ol ol,
.dlab-page-text > ol ul,
.dlab-page-text > ul ul,
.dlab-page-text > ul ol,
.blog-post.blog-single .dlab-post-text > ol,
.blog-post.blog-single .dlab-post-text > ul,
.blog-post.blog-single .dlab-post-text > ol ol,
.blog-post.blog-single .dlab-post-text > ol ul,
.blog-post.blog-single .dlab-post-text > ul ul,
.blog-post.blog-single .dlab-post-text > ul ol,
.blog-post.blog-single .dlab-post-text.text > ol,
.blog-post.blog-single .dlab-post-text.text > ul,
.blog-post.blog-single .dlab-post-text.text > ol ol,
.blog-post.blog-single .dlab-post-text.text > ol ul,
.blog-post.blog-single .dlab-post-text.text > ul ul,
.blog-post.blog-single .dlab-post-text.text > ul ol{
    padding-left: 20px;
}
.dlab-page-text > ol li,
.dlab-page-text > ul li,
.blog-post.blog-single .dlab-post-text > ol li,
.blog-post.blog-single .dlab-post-text > ul li,
.blog-post.blog-single .dlab-post-text.text > ol li,
.blog-post.blog-single .dlab-post-text.text > ul li {
	padding: 8px 8px;
	position: relative;
}
.dlab-page-text > .wp-block-gallery,
.blog-post.blog-single .dlab-post-text > .wp-block-gallery,
.blog-post.blog-single .dlab-post-text.text > .wp-block-gallery {
	padding: 0;
	list-style: none;
}
.dlab-page-text > .wp-block-gallery li,
.blog-post.blog-single .dlab-post-text > .wp-block-gallery li,
.blog-post.blog-single .dlab-post-text.text > .wp-block-gallery li{
	padding: 0;
	list-style: none;
	margin:4px;
}
.dlab-page-text > .wp-block-gallery li:before,
.blog-post.blog-single .dlab-post-text > .wp-block-gallery li:before,
.blog-post.blog-single .dlab-post-text.text > .wp-block-gallery li:before{
	content:none;
}
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item{
	margin: 0 8px 8px 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image, 
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image, 
.wp-block-gallery.columns-3 .blocks-gallery-item{
	margin-right: 8px;
}
.content-spacious-full .wp-block-gallery {
    margin-left: calc(-12.5rem - (0.313rem/2));
    margin-right: calc(-12.5rem - (0.313rem/2));
    width: calc(100% + 25rem + 0.313rem);
    max-width: initial;
}
.wp-block-gallery.alignwide,
.alignwide{
	margin-left: calc(-6.25rem - (0.313rem/2));
    margin-right: calc(-6.25rem - (0.313rem/2));
    width: calc(100% + 12.5rem + 0.313rem);
    max-width: initial;
}
.wp-block-gallery.alignfull,
.wp-block-gallery.alignfullwide,
.alignfull,
.alignfullwide{
    margin-left: calc(50% - 15px - calc(50vw - 30px) - (var(--content-share-ml,0px)/2));
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    box-sizing: border-box;
}
.dlab-page-text h1,
.dlab-post-text h1,
.thm-unit-test .dlab-post-text h1 {
    margin-bottom: 25px;
	font-weight: 700;
}
.dlab-page-text h2,
.dlab-post-text h2,
.thm-unit-test .dlab-post-text h2 {
    margin-bottom: 25px;
	font-weight: 700;
}
.dlab-page-text h3,
.dlab-post-text h3,
.thm-unit-test .dlab-post-text h3 {
    margin-bottom: 20px;
	font-weight: 700;
}
.dlab-page-text h4,
.dlab-post-text h4,
.thm-unit-test .dlab-post-text h4 {
    margin-bottom: 15px;
	font-weight: 600;
}
.dlab-page-text h5,
.dlab-post-text h5,
.thm-unit-test .dlab-post-text h5 {
    margin-bottom: 15px;
	font-weight: 600;
}
.dlab-page-text h6,
.dlab-post-text h6,
.thm-unit-test .dlab-post-text h6 {
    margin-bottom: 10px;
	font-weight: 600;
}
.wp-block-code,
pre.wp-block-code,
pre {
	margin: 0 0 25px;
    padding: 20px;
    color: #fff;
    background-color: #212326;
    white-space: pre;
    font-size: 15px;
    border-radius: 3px;	
}
.dlab-page-text,
.dlab-page-text ul li,
.dlab-page-text ol li,
.blog-post.blog-single .dlab-post-text,
.blog-post.blog-single .dlab-post-text ul li,
.blog-post.blog-single .dlab-post-text ol li,
.blog-post.blog-single .blog-post.blog-single .dlab-post-text p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right){
	color: #263238;
	font-size:16px;
	line-height:1.7;
}
.wp-block-cover, 
.wp-block-cover-image{
	color:#fff;
}
.wp-block-cover p:last-child, 
.wp-block-cover-image p:last-child{
	margin-bottom:0;
}
.wp-block-quote.has-text-align-right{
	border-right:0;
}
.dlab-page-text ul li,
.dlab-page-text ol li,
.blog-post.blog-single .dlab-post-text ul li,
.blog-post.blog-single .dlab-post-text ol li{
	position:relative;
}
.dlab-page-text ul > li:before,
.dlab-page-text ol > li:before,
.blog-post.blog-single .dlab-post-text ul > li:before,
.blog-post.blog-single .dlab-post-text ol > li:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background:#ff5ea5;
    left: -15px;
    position: absolute;
    top: 20px;
}
.dlab-page-text ul > li li:before,
.dlab-page-text ol > li li:before,
.blog-post.blog-single .dlab-post-text ul > li li:before,
.blog-post.blog-single .dlab-post-text ol > li li:before{
	content:none;
}
.dlab-page-text p,
.blog-post.blog-single .dlab-post-text p {
	margin-bottom:1.65em;
}
.paginate-links {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.paginate-links a, 
.paginate-links > span {
    margin: 0 0 0 10px;
    position: relative;
    border: 0px solid #6cc000;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: #E0E0E0;
    border-radius: 3px;
}
.paginate-links .post-page-numbers.current span{
	color: #fff;
}
.paginate-links .post-page-numbers.current{
	background-color: var(--primary);
	color: #fff;
}


.wp-block-columns{
	margin-bottom:0;
}

/* // WP DEFAULT ============== */
/* // > ALIGN NONE */
.alignnone,
img.alignnone,
.alignnone.wp-caption,
.alignnone.is-resized{
	margin: 0.3125rem 0 1.563rem 0;
}

/* // > ALIGN CENTER */
.aligncenter,
img.aligncenter,
.aligncenter.wp-caption,
.aligncenter.is-resized{
	display: block;
	margin: 0.3125rem auto 0.938rem;
	text-align:center;
}

/* // > ALIGN RIGHT */
.alignright,
img.alignright,
.alignright.wp-caption,
.alignright.is-resized{
	margin: 0.3125rem 0 1.563rem 1.563rem;
	float: right;
}

/* // > ALIGN LEFT */
.alignleft,
img.alignleft,
.alignleft.is-cropped,
.alignleft.wp-caption,
.alignleft.is-resized{
	margin: 0.3125rem 1.563rem 1.563rem 0;
	float: left;
}

/* Gutenberg Gallery */
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 6px 6px 0;
    position: relative
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
	border-radius: 0;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media only screen and (max-width: 1024px) {
	.alignwide{
		margin-left: 0;
		margin-right:0;
		width: 100% !important;
		max-width: 100% !important;
	}
	.alignwide .alignleft img{
		width: 100%;
	}
	
	.alignwide .alignleft{
		margin: 5px 0px 25px 0;
		float: none;
	}
}
@media (min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(33.33333% - 10.66667px)
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(25% - 12px)
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(20% - 12.8px)
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(16.66667% - 13.33333px)
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(14.28571% - 13.71429px)
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(12.5% - 14px)
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child{
	margin-right: 0!important;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}
.wp-block-image.alignfullwide img{
	border-radius:0;
}
.wp-block-image img{
	border-radius:0;
}
.wp-block-cover, 
.wp-block-cover-image,
.wp-block-embed,
.wp-block-image {
    margin-bottom: 30px;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}
.aligncenter{
	text-align:center;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}
.dlab-page-text.sidebar .alignfull,
.dlab-page-text.sidebar .alignfullwide,
.dlab-page-text.sidebar .alignwide,
.dlab-page-text.sidebar .wp-block-gallery,
.blog-single.blog-post.sidebar .alignfullwide,
.blog-single.blog-post.sidebar .alignwide,
.blog-single.blog-post.sidebar .dlab-post-text .wp-block-gallery {
    margin-left:0;
    margin-right:0;
    width: 100%;
    max-width: initial;
}
.blog-overlap {
    background: #fff;
    margin-top: -140px;
    padding: 20px 20px 0;
	border-radius: 4px 4px 0px 0px;
}
.blog-single.blog-post.sidebar{
	width:100%;
	max-width: 100%;
	padding-left:0;
	padding-right:0;
}
.container .min-container{
	padding-left:0;
	padding-right:0;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{
    content:none;
}
.dlab-post-text table,
.dlab-page-text table,
.wp-block-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    font-size: 16px;	
	margin-bottom: 30px;
}
.wp-block-image figcaption,
.dlab-post-text figcaption,
.dlab-page-text figcaption{
    font-size: 14px;
    font-style: normal;
    color: #777;
	margin-top:10px;
}
.dlab-post-text table tbody tr:nth-of-type(odd),
.dlab-page-text table tbody tr:nth-of-type(odd),
.wp-block-table tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}
.dlab-post-text td,
.dlab-post-text th,
.dlab-page-text td,
.dlab-page-text th,
.wp-block-table td, 
.wp-block-table th {
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    border-right: 0;
    border-left: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 30px;
}
.wp-block-column ol li:before,
.wp-block-column ul li:before{
	content:none !important;
}
.wp-block-pullquote {
	padding: 1em 0;
	border-top:0;
	border-bottom:0;
}
.wp-block-pullquote.alignright, 
.wp-block-pullquote.alignleft {
    padding: 0;
	border-top:0;
	border-bottom:0;
}
.wp-block-pullquote.alignright blockquote, 
.wp-block-pullquote.alignleft blockquote {
    margin: 0;
}
.dlab-post-text .wp-block-cover-image-text, 
.dlab-post-text .wp-block-cover-text, 
.dlab-post-text section.wp-block-cover-image h2,
.dlab-page-text .wp-block-cover-image-text, 
.dlab-page-text .wp-block-cover-text, 
.dlab-page-text section.wp-block-cover-image h2 {
    color: #fff;
}
/* Admin Bar */
.admin-bar .is-fixed .main-bar{
	top: 30px;
}
.wp-block-quote.is-style-large cite:before{
	display:none
}
/* Theme Unit Test */
.post-password-form label{
    font-size: 16px;
}
.post-password-form input[type="submit"] {
    padding: 10px 25px;
    background-color: #ff5ea5;
    border: none;
    height: 45px;
    font-weight: 600;
    font-size: 14px;
	outline:none;
}
.post-password-form input[type="submit"]:hover{
	background-color: #e44f90;
}
.post-password-form input[type="password"]{
	height: 45px;
    border: 1px solid #ced4da;	
}
.dlab-post-text .bootstrap-select .dropdown-menu li a,
.dlab-page-text .bootstrap-select .dropdown-menu li a {
    box-shadow: none;
    font-size: 14px;
}
.dlab-post-text .wp-block-calendar a{
	box-shadow: none !important;
    text-decoration: unset;	
}
.wp-block-search,
.wp-block-archives,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-calendar{
	margin-bottom:40px;
}
.wp-block-search .wp-block-search__button{
	background: #ff5ea5;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.wp-block-search .wp-block-search__button:hover{
	background: #e44f90;
}
.wp-block-search .wp-block-search__input{
    border: 1px solid #e1e6eb;
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    outline: none;
}
.wp-block-tag-cloud a{
	padding: 8px 10px;
    background-color: #ff5ea5;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 600;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.wp-block-tag-cloud a:hover{
	background: #e44f90;
    color: #fff;
}
.wp-block-latest-comments .avatar, 
.wp-block-latest-comments__comment-avatar{
    width: 55px;
    height: 55px;
    border-radius: 55px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, 
.wp-block-latest-comments img + article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
    margin-left: 70px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
	color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 10px;	
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a{
	color: #000;
	box-shadow:none;
}
.wp-block-latest-comments{
	padding: 0 !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a{}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta time{
	display: block;
    width: 100%;
    color: #9fa1a4;
    font-size: 13px;
    font-weight: 400;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt{
	
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{
	font-size: 16px !important;
    color: #646566 !important;
    line-height: 1.5 !important;
	margin-bottom: 10px !important;	
}
.wp-block-latest-comments li:before{
	content:none !important;
}
.wp-block-latest-comments li{
	padding: 0 !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px !important;
}
.wp-block-rss{
	padding: 0 !important;
}
.wp-block-rss .wp-block-rss__item{
    padding: 5px 0 !important;
    border-bottom: 1px solid #eee;
}
.wp-block-rss .wp-block-rss__item:before{
	content:none !important;
}
.wp-block-rss .wp-block-rss__item a{
    font-size: 18px;
    box-shadow: unset !important;
    font-weight: 600;
    color: #060429;
}
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right{
    padding-left: 5em;
}
@media only screen and (max-width: 1200px) {
	.dlab-page-text .wp-block-gallery,
	.blog-post.blog-single .dlab-post-text .wp-block-gallery {
		margin-left: calc(-100px - (10px/2));
		margin-right: calc(-100px - (10px/2));
		width: calc(100% + 200px + 10px);
	}
	
}
@media only screen and (max-width: 991px) {
	.admin-bar .mo-left .header-nav{
	    top: 30px;
		height: calc(100vh - 30px) !important;	
	}
	
	.dlab-page-text  .wp-block-gallery,
	.blog-post.blog-single .dlab-post-text .wp-block-gallery {
		margin-left:0;
		margin-right:0;
		width:100%;
	}
	.dlab-page-text, 
	.dlab-page-text ul li, 
	.dlab-page-text ol li, 
	.dlab-page-text p,
	.blog-post.blog-single .dlab-post-text, 
	.blog-post.blog-single .dlab-post-text ul li, 
	.blog-post.blog-single .dlab-post-text ol li, 
	.blog-post.blog-single .dlab-post-text p{
		font-size:16px;
	}
	
	.post-footer{
		flex-direction: column;
	}
}
@media only screen and (max-width: 782px) {
	.admin-bar .is-fixed .main-bar{
		top: 45px;
	}
	.admin-bar .mo-left .header-nav{
	    top: 45px;
		height: calc(100vh - 45px) !important;	
	}
	.wp-block-media-text{
		display: block;	
	}
	.wp-block-media-text .wp-block-media-text__media{
		margin-bottom:15px;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
}
@media only screen and (max-width: 600px) {
	.admin-bar .is-fixed .main-bar{
		top: 0;
	}
	.admin-bar .mo-left .header-nav{
	    top: 45px;
		height: calc(100vh - 45px) !important;	
	}
	.admin-bar .mo-left .is-fixed  .header-nav{
	    top: 0;
		height:100vh !important;	
	}
}

.sticky,
.tag-sticky-2.post{
	position: relative;
    border: 0.375rem solid var(--primary);
    overflow: hidden;
}
.sticky .dlab-post-info,
.tag-sticky-2.post .dlab-post-info{
	padding: 25px 30px!important;
}
.sticky .sticky-icon,
.tag-sticky-2.post .sticky-icon{
	background: var(--primary);
	width: 3.125rem;
	height: 3.125rem;
	position: absolute;
	transform: rotate(45deg);
	top: -1.563rem;
	right: -1.563rem;
	z-index: 1;
	color: #fff;
}
.sticky .sticky-icon i,
.tag-sticky-2.post .sticky-icon i{
	position: absolute;
	bottom: 0.1875rem;
	right: 1.125rem;
	transform: rotate(5deg);
	color: #fff;
	font-size: 1rem;
}
@media only screen and (max-width:591px){
	.sticky .dlab-post-info,
	.tag-sticky-2.post .dlab-post-info{
		padding: 25px 25px 20px!important;
	}
}

.bypostauthor{font-size:normal;}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus{
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group:where(.has-background) {
    padding: 1.25em 2.375em;
}
.wp-block-group .alignfull,
.wp-block-group .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.wp-block-separator {
    border-color: #d7d7d7;
}
.wp-block-separator.is-style-dots:before{
    color: #d7d7d7;
}
.blog-post.blog-single .dlab-post-text .wp-block-social-links,
.blog-post.blog-single .dlab-post-text ul.has-background,
.blog-post.blog-single .dlab-post-text .wp-block-post-template{
	padding-left: 0;
}
.blog-post.blog-single .dlab-post-text .wp-block-social-links li:before,
.blog-post.blog-single .dlab-post-text ul.has-background li:before,
.blog-post.blog-single .dlab-post-text .wp-block-post-template li.wp-block-post:before{
	content: none;
}
p.has-background,
.blog-post.blog-single .dlab-post-text ul.has-background{
	padding: 1.25em 2.375em;
}

.wp-block-social-links.is-style-default{
	margin-top: 30px;
}
.wp-block-social-links .wp-block-social-link:hover {
    transform: scale(1);
}
.wp-block-cover__inner-container{
	max-width: 1100px;
}
.wp-block-columns.alignfull{
	padding: 30px;
}
.wp-block-buttons.alignfull{
	width: 100%;
    margin: 0;
}
.wp-block-column.has-background .wp-block-buttons{
	margin-top: 30px;
}
.wp-block-column.has-background hr.wp-block-separator{
	height: 0;
}
.wp-block-column.has-background .wp-block-separator{
	border-color: #000;
	border-bottom: 1px solid;
}
.wp-block-post-template .wp-block-post.tag-sticky-2.tag-template{
	border: 0;
	overflow: unset;
}
.wp-block-query .wp-block-post-template li.wp-block-post{
	margin-bottom: 30px;
}
.wp-block-button__link.has-background{
	border-color: inherit;
}
@media only screen and (max-width:591px){
	.wp-block-group:where(.has-background) {
		padding: 1em 1.5em;
	}
	.wp-block-media-text:where(.has-background) .wp-block-media-text__content{
		padding: 1.25em 2.375em;
	}
	p.has-background,
	.blog-post.blog-single .dlab-post-text ul.has-background{
		padding: 1.25em 1.375em;
	}
	.wp-block-columns.alignfull{
		padding: 0;
	}
	.wp-block-image .alignright{
		margin-left: 0;	
		margin-right: 0;
	}
}

.has-background ul{
	padding: 0;
}
.has-background ul li{
	list-style: none;
	color: #2b2d2e;
}
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6{
	color: inherit;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}
.is-style-outline .wp-block-button__link {
    border-color: var(--primary);
    color: var(--primary);
}
.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    border-color: var(--primary);
}
.is-style-outline .wp-block-button__link{
	border: 1px solid;
	color: var(--primary);
    border-color: var(--primary);
}
.wp-block-button__link{
    word-break: break-word;
    box-sizing: border-box;
}