.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-cover p.wp-block-cover-text {
    color: #fff;
}

.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 20px;
}

.laundryka-blog-details-wraper > ul,
.laundryka-blog-details-wraper > ol,
.laundryka-blog-details-wraper ul,
.laundryka-blog-details-wraper ol {
    padding-left: 20px;
}

.wp-block-video figcaption {
    color: #555d66;
    text-align: center;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #555d66;
    text-align: center;
}

.wp-block-archives li a,
.wp-block-categories li a {
    color: #757575;
}

.wp-block-archives select {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 15px;
}

.blog-details-content p.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em;
}

.page-links > .page-links-title {
    border: 0;
    color: #4c5267;
    height: auto;
    margin: 0;
    padding-right: .5em;
    width: auto
}

@media screen and (min-width:77.5em) {

    .page-links a,
    .page-links > span {
        margin: 0 .25em .25em 0
    }
}

@media screen and (min-width:77.5em) {

    .page-links a,
    .page-links > span {
        margin: 0 .25em .25em 0
    }
}

.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    background-color: #333;
    border-color: #333;
    color: #fff !important;
}

.blog_list_item .blog-details-content .page-links a:hover,
.page-links a:hover {
    color: #fff;
}

.page-links a:active {
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
}

.page-links a,
.page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, .1);
    display: inline-block;
    font-size: 14px;
    height: 1.7em;
    line-height: 1.5em;
    margin: 0 .3333em .3333em 0;
    text-align: center;
    width: 1.7em;
}

span.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    color: #23282d;
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
}

.post-password-form label {
    width: 100%;
}

.post-password-form input[type="password"] {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 12px 20px;
    border: 1px solid #E4E4F2;
    width: 100%;
}

.post-password-form input[type="submit"] {
    background-color: #1876df;
    border: none;
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
}

.post-password-form input[type="submit"] {
    background-color: #02a0e7;
    transition: all .3s;
}

.post-password-form input[type="submit"]:hover {

    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    border: 1px solid #ddd;
    padding: 15px;
    background: #fbfbfb;
}

.blog-details-content table {
    margin-bottom: 30px;
}

.blog-details-content table tbody td {
    text-align: center;
}

.blog-details-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.blog-details-content th,
.blog-details-content td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}

.blog-details-content table,
.blog-details-content th,
.blog-details-content td {
    border: 1px solid #d1d1d1;
}

.blog-details-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}

.blog-details-content ol li,
.blog-details-content ul li {
    margin-bottom: 7px;
}

.blog-details-content ol li ol,
.blog-details-content ul li ul {
    margin-top: 7px;
}

.blog-details-text table {
    margin-bottom: 30px;
}

.blog-details-text table tbody td {
    text-align: center;
}

.blog-details-text table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.blog-details-text th,
.blog-details-text td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}

.blog-details-text table,
.blog-details-text th,
.blog-details-text td {
    border: 1px solid #d1d1d1;
}

.post-comments table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}

.laundryka-blog-details-wraper table {
    margin-bottom: 30px;
    width: 100%;
}

.laundryka-blog-details-wraper table tbody td {
    text-align: center;
}

.laundryka-blog-details-wraper table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.laundryka-blog-details-wraper th,
.laundryka-blog-details-wraper td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}

.laundryka-blog-details-wraper table,
.laundryka-blog-details-wraper th,
.laundryka-blog-details-wraper td {
    border: 1px solid #d1d1d1;
}

.laundryka-blog-details-wraper table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}

.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
.bypostauthor {
	display: block;
}