@charset "UTF-8";
/*================================================
    Blog & Pages
==================================================*/

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
/*------------------------
    GLOBAL STYLES
--------------------------*/
.quomodo-content-container {
    margin-top: 30px;
}
table th {
    white-space: nowrap;
}
.post-body p {
    margin-bottom: 15px !important;
}
select {
    max-width: 100%;
}
select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #1c223a;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url("../img/arrow.png") no-repeat center right 16px / auto;
}
.post-password-form input[type=password] {
    padding: 5px 15px;
}
.post-password-form input[type=submit] {
    background-color: #E3335F;
    border-color: #E3335F;
    padding: 6px 55px;
    color: #fff;
}
.post-password-form input[type=submit] {
    background-color: #E3335F;
    border-color: #E3335F;
    padding: 6px 55px;
    color: #fff;
}

/* Image */
figure,
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.wp-caption img[class*=wp-image-] {
    display: block;
}

.wp-caption {
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    clear: both;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 4px;
    font-style: italic;
    
    margin-bottom: 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

/*-- HTML Formate --*/
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large),
blockquote {
    padding: 20px 20px 20px 40px;
    border-left: 5px solid #E3335F;
    margin: 15px 0;
    background: #3B2C73;
    position: relative;
    color: #fff;
}
.wp-block-quote:not(.is-large) p,
.wp-block-quote:not(.is-style-large) p,
blockquote p {
    margin-bottom: 0;
}
.wp-block-quote:not(.is-large) a,
.wp-block-quote:not(.is-style-large) a,
blockquote a {
    color: #666;
}

blockquote cite a {
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}
.next_prev .next_next_single,
.next_prev .next_prv_single {
   
    width: 100%;
}
/* table */
table {
    border: 1px solid #D3D3D3;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-right: 0;
    border-top: 0;
    word-break: keep-all;
}

.wp-block-table td,
.wp-block-table th {
    border-color: #D3D3D3;
    padding: 10px;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-bottom: 0;
    border-left: 0;
}

table > tbody > tr:nth-child(2n+1) > td {
    background-color: #fcfcfc;
}

div#calendar_wrap caption {
    margin: 0;
    padding: 10px;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
    border: 1px solid #e7e7e7;
}

dt {
    font-weight: bold;
    margin-bottom: 6px;
}

/* Sticky */
.meta-featured-post {
    display: none;
}

.sticky.post {
    background: #fff;
}
.sticky.post .post-body {
    overflow: hidden;
    position: relative;
}
.sticky.post .meta-featured-post {
    display: block;
    position: absolute;
    right: -35px;
    top: 18px;
    background: #E3335F;
    width: auto;
    height: auto;
    padding: 12px 45px;
    color: #fff;
    display: inline-block;
    transform: rotate(45deg);
    font-size: 12px;
    -webkit-transform: rotate(45deg);
}

.post__grid__layout__style__1.sticky {
    background: inherit;
    overflow: hidden;
}

.post__grid__layout__style__1.sticky .single_post_text:before {
    content: "sticky";
    position: absolute;
    right: -16px;
    top: 14px;
    font-size: 12px;
    transform: rotate(45deg);
    z-index: -1;
    text-transform: uppercase;
    background: #007bff;
    line-height: 1;
    padding: 5px 28px;
    color: #fff;
    letter-spacing: 1px;
    transform-origin: bottom;
}


.post__grid__layout__style__1.sticky .single_post_text {
    border: 1px solid #dee2e6;
    padding: 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

/* Gallery item */
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.wp-block-button {
    margin-bottom: 7px;
}
.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.gallery-caption,
.wp-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  
    .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-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: 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%;
    }
}
/*-- Category listing --*/
article.post {
    margin: 0 0 30px;
}

.entry-header .post-title {
    word-wrap: break-word;
}
.entry-header .entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.entry-header .entry-title a {
    color: #313845;
}
.entry-header .entry-title a:hover {
    color: #E3335F;
}

.main-container {
    padding: 80px 0;
}

.archives .inner_table .table_content ul {
    margin: 0;
    padding: 0;
}
.archives .inner_table .table_content ul li {
    list-style: none;
}
.archives .breadcrumb {
    background: none;
    padding-left: 0;
    margin: 0;
    
}
.breadcrumb .fa-home {
    color: #007bff;
}
ol.breadcrumb li,ol.breadcrumb li a {
    margin-right: 5px;
}
ol.breadcrumb li:last-child {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author .breadcrumb {
    padding-left: 0;
    background: transparent;
}

/* Pagination */
.pagination {
    margin: 0;
}
.pagination li {
    line-height: 20px;
    outline: 0;
    margin-right: 10px;
}
.pagination li a,
.pagination li span {
    width: 40px;
    height: 40px;
    line-height: normal;
    text-align: center;
    line-height: 41px;
    display: inline-block;
    color: #A9A9A9;
    border-radius: 3px;
}
.pagination li a:focus,
.pagination li span:focus {
    outline: 0;
}
.pagination li a i,
.pagination li span i {
    line-height: 40px;
}
.pagination li.active a,
.pagination li:hover a {
    color: #ffffff;
    background: #1091FF;
    border-color: #1091FF;
}
.pagination li.active a:hover,
.pagination li:hover a:hover {
    background: #1091FF;
}
.pagination li.pagination-dots {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
}
.pagination li:last-child {
    margin-right: 0;
}

/*-- Blog single --*/
.blog-single .author_content {
    margin-left: -49px;
}
.blog-single .post-single .page_comments .cat .post-cat {
    padding-right: 8px;
}
.blog-single .post-single .page_category .page_category .post-cat {
    padding-right: 8px;
}
.blog-single .post-single .page_category a {
    text-transform: uppercase;
    color: #007bff;
    letter-spacing: 1px;
}
.blog-single .inline {
    padding: 0;
}
.blog-single .author_about .author_img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px solid #E4E5E6;
}

.post__author__content ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.post__author__content .author_img img {
    border-radius: 50%;
    padding: 3px;
    margin-top: -2px;
}

.post-details .entry-header {
    padding: 0 80px;
}
.post-details .entry-header .entry-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
}
.post-details table td,
.post-details table th {
    border: 1px solid #D3D3D3;
}
.post-details .entry-thumbnail {
    margin: 20px 0 40px;
}
.post-details .entry-thumbnail img {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
}
.post-details .post-body {
    padding: 30px 70px 0;
}

.post-cat {
    display: inline-block;
}

.blog-single .meta-blog {
    display: inline-block;
    margin-bottom: 2px;
    align-items: center;
    word-break: break-all;
}
.blog-single .meta-blog span {
    margin-left: 10px;
    color: #a2a6ad;
}
.blog-single .meta-blog span.date svg {
    padding-right: 3px;
}
.blog-single .meta-blog span svg {
    color: #E3335F;
}
.blog-single .meta-blog span a {
    color: #a2a6ad;
    font-size: 0.8rem;
    padding-left: 5px;
}
.blog-single .meta-blog span:first-child {
    margin-left: 0;
}
.blog-single .entry-footer {
    padding-left: 70px;
    padding-right: 70px;
}
.blog-single .post-navigation .post-next a,
.blog-single .post-navigation .post-previous a {
    color: #222222;
}
.blog-single .post-navigation .post-next a:hover,
.blog-single .post-navigation .post-previous a:hover {
    color: #E3335F;
}
.blog-single .post-navigation h3 {
    color: #222222;
}
.blog-single select {
    padding: 8px;
}
.blog-single .wp-block-search input[type=search] {
    max-width: 80%;
    background: #ffffff;
    border: 1px solid #a2a6ad;
    outline: none;
    transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87);
}
.blog-single .wp-block-search .wp-block-search__button {
    padding: 16px 20px 15px 22px;
    height: 100%;
    background: #1091FF;
    color: #fff;
    border: none;
}

.entry-content h3 {
    font-size: 24px;
    font-weight: bold;
}
.entry-content h4 {
    font-size: 22px;
}
.entry-content table {
    margin: 20px 0;
}
.entry-content .post-footer {
    clear: both;
    margin-top: 15px;
}
.entry-content .post-footer a {
    text-decoration: none;
    border: 1px solid;
}
.entry-content .page-links,
.post-nav-links {
    margin-left: 5px;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}
.entry-content .page-links span {
    display: inline-block;
}
.entry-content .page-links span.page-link {
    margin-right: 5px;
}
.entry-content .page-links a span {
    color: #ffffff !important;
    background-color: #E3335F;
    border-color: #E3335F;
}
.entry-content .page-links .page-link-text {
    margin-right: 10px;
}

.quomodo-content-container .page-links,
.entry-content .page-links {
    clear: both;
    display: inline-flex;
    margin-top: 20px;
    align-items: center;
}
.quomodo-content-container .page-links{
    margin-top: 30px;
}
.quomodo-content-container .page-links a,
.quomodo-content-container .page-links span,
.entry-content .page-links a,
.entry-content .page-links span,
.post-nav-links a,
.post-nav-links span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #1091ff;
    border-radius: 3px;
    margin-left: 10px;
    padding-top: 6px;
    transition: 0.3s;
}
.quomodo-content-container .page-links a:hover,
.quomodo-content-container .page-links span.current,
.entry-content .page-links a:hover,
.entry-content .page-links span.current,
.post-nav-links a:hover,
.post-nav-links span.current {
    background: #1091ff;
    color: #fff;
}

.entry-content p img.alignleft {
    clear: both;
    margin-bottom: 30px;
}

.logo-title {
    padding-top: 10px;
}

.page-title {
    margin-bottom: 30px;
}

/* Post navigation */
.post-navigation {
    background: rgba(227, 51, 95, 0.1);
    padding: 31px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.post-navigation .post-next,
.post-navigation .post-previous {
    padding: 0 40px;
    width: 50%;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.post-navigation h3:hover,
.post-navigation span:hover {
    color: #E3335F;
}
.post-navigation h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0;
    font-weight: bold;
    word-wrap: break-word;
}
.post-navigation i {
    margin: 0 5px;
    color: #f7faff;
}
.post-navigation .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0;
}
.post-navigation .post-next {
    text-align: right;
    float: right;
    border-right: 0 none;
    padding: 0 0 0 40px;
}

.loginformuser .form-control {
    height: 100%;
}

/* Common */
.pingback .says,
.pingback p {
    display: none;
}

.comments-list .pingback .comment-body {
    margin-left: 0;
}

/*-- Archive --*/
.error404 .input-group-btn,
.not-found .input-group-btn,
.search-no-results button.input-group-btn.search-button {
    background: #3B2C73;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.textwidget img {
    margin: 10px 0;
}

.not-found .input-group-btn {
    background: #E3335F;
    color: #FFFFFF;
    padding: 0 20px;
}

/* Theme check */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.bypostauthor,
.gallery-caption {
    display: block;
}

code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    margin: 10px 0;
}

/* Gutenberg CSS
==================================================*/
.sidebar-inactive .wp-block-image.alignfull img {
    width: 100%;
}

.wp-block-image img {
    margin: 0 !important;
}

.wp-block-separator,
hr {
    background-color: #eeeeee;
    height: 1px;
    max-width: calc(6 * (100vw / 12) - 28px);
    text-align: left;
    margin: 3.5em 0;
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
    max-width: 100%;
}

.wp-block-separator.is-style-dots {
    text-align: left;
    max-width: 50%;
    height: 14px;
    line-height: 10px;
    overflow: hidden;
}

.wp-block-separator.is-style-dots:before {
    content: "··············";
    padding-left: 2px;
}

/*------------------------------
    Quote
-------------------------------*/
.sidebar-inactive .wp-block-pullquote.alignfull {
    padding: 1em 3.5em;
}

/*------------------------------
    Gallery caption
-------------------------------*/
.wp-caption,
.wp-caption-overlay .wp-caption,
figure {
    border: 0;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    max-width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption {
    padding: 40px 10px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: margin-bottom 0.3s ease;
}

.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 40px 10px 5px;
    font-size: 14px;
    transition: margin-bottom 0.3s ease;
}

.wp-block-image figcaption,
.wp-block-image figure figcaption {
    text-align: center;
}

.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

/*------------------------------
    Banner
-------------------------------*/
.page-header .page-title {
    margin-bottom: 0;
}

/*-----------------------------
    BLOG POST DEFAULT GRID
------------------------------*/
.post .blog__post__item .post__item__details {
    background: #ffffff;
    padding: 25px;
    z-index: 1;
    position: relative;
}

.post.sticky .blog__post__item {
    overflow: hidden;
}

.post.sticky .post__item__details {
    padding: 25px;
}

.blog .single_post.blog__post__item h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog .single_post.blog__post__item .meta {
    font-size: 14px;
}

.blog__post__item span.post__author {
    margin-left: 0;
}

.blog .blog__post__item .meta a {
    font-weight: 500;
}

.blog__post__item .post__item__details p {
    margin-bottom: 0;
}

.blog__post__item a.post__date,
.blog__post__item a.random__cat {
    text-transform: capitalize;
    position: relative;
}

.blog .blog__post__item .read__more {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
}

.blog .blog__post__item .read__more:hover {
    letter-spacing: 2px;
}

.blog .blog__post__item .read__more:hover:after {
    width: 35px;
}

.blog__post__item .read__more:after {
    display: inline-block;
    content: "";
    background: url("../img/icon/right__long__arrow.png") no-repeat scroll right center;
    width: 25px;
    height: 7px;
    margin-left: 10px;
    transition: 0.3s;
}

.post .blog__post__item .post__item__details .quote {
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 25px;
    opacity: 0.3;
    z-index: -1;
}

.single_post .js-modal-btn {
    cursor: pointer;
}
/*-----------------------------
    GLOBAL POST META STYLE
------------------------------*/
.meta a,
.meta2 a,
.meta3 a,
.meta4 a,
.meta5 a,
.post__meta a {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.meta a:last-child:after,
.meta2 a:last-child:after,
.meta3 a:last-child:after,
.meta4 a:last-child:after,
.meta5 a:last-child:after,
.post__meta a:last-child:after {
    display: none;
}

.meta a:after,
.meta2 a:after,
.meta3 a:after,
.meta4 a:after,
.meta5 a:after,
.post__meta a:after {
    content: "/";
    display: inline-block;
    margin-left: 10px;
    transform: rotate(20deg);
    color: #17222B;
    opacity: 0.3;
}

.meta5 a:after {
    content: "|";
    color: #ffffff;
    transform: rotate(0);
    opacity: 0.7;
}

.sidebar .meta a,
.sidebar .meta2 a,
.sidebar .meta3 a,
.sidebar .meta4 a,
.sidebar .meta5 a,
.sidebar .post__meta a {

    margin-right: 0;
    
}
.sidebar .widget4_carousel .post_img.number {
    left: 0;
}

.footer .meta a:after,
.footer .meta2 a:after,
.footer .meta3 a:after,
.footer .meta4 a:after,
.footer .meta5 a:after,
.footer .post__meta a:after {
    color: #ffffff;
}

.single_post .post__meta {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.single_post .post__meta a:first-child {
    color: #1091FF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meta img,
.meta2 img,
.meta3 img,
.post__author img {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #E4E5E6;
    margin-right: 5px;
    width: 48px;
    height: 48px;
}

/*-----------------------------
    GLOBAL POST GRID STYLE
------------------------------*/
.post__grid__layout__style__1 .single_post_text h4,
.post__grid__layout__style__2 .single_post_text h4,
.post__grid__layout__style__3 .single_post_text h4,
.post__grid__layout__style__4 .single_post_text h4,
.post__grid__layout__style__5 .single_post_text h4,
.post__grid__layout__style__6 .single_post_text h4,
.post__grid__layout__style__7 .single_post_text h4 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 24px;
}

.post__grid__layout__style__5 .single_post_text h4 {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tablet_full_width {
        width: 100% !important;
        max-width: 100%;
        flex: 100%;
    }
}
/*-----------------------------
    POST GRID STYLE 1
------------------------------*/
.post__grid__layout__style__1 {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.post__grid__layout__style__1 > div {
    flex: 1;
}

.post__grid__layout__style__1 .post_img {
    width: 50%;
    margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .post__grid__layout__style__1 {
        display: block;
    }

    .post__grid__layout__style__1 .post_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post__grid__layout__style__1 .single_post_text {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .post__grid__layout__style__1 {
        display: block;
    }

    .post__grid__layout__style__1 .post_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post__grid__layout__style__1 .single_post_text {
        width: 100%;
    }
}
.post__grid__layout__style__1.sticky .post_img {
    margin-bottom: 0;
}
/*-----------------------------
    POST GRID STYLE 2
------------------------------*/
.post__grid__layout__style__2 {
    margin-bottom: 40px;
}

.post__grid__layout__style__2 .post_img {
    margin-bottom: 20px;
}

/*-----------------------------
    POST GRID STYLE 3
------------------------------*/
.post__grid__layout__style__3 {
    background: #333;
    min-height: 150px;
    margin-bottom: 30px;
}

.post__grid__layout__style__3 .single_post_text h4 {
    margin-bottom: 0;
}

.post__grid__layout__style__3 .post_img img {
    width: 100%;
}

.post__grid__layout__style__3 .gradient1:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

/*-----------------------------
    POST GRID STYLE 4
------------------------------*/
.post__grid__layout__style__4 {
    margin-bottom: 40px;
}

.post__grid__layout__style__4 .post_img {
    margin-bottom: 20px;
    position: relative;
}

.post__grid__layout__style__4 .post_img span.post__tranding__bedge {
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    left: 10px;
    top: 10px;
    position: absolute;
    background: red;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

/*-----------------------------
    POST GRID STYLE 5
------------------------------*/
.post__grid__layout__style__5 {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.post__grid__layout__style__5 > div {
    flex: 1;
}

.post__grid__layout__style__5 .post_img {
    width: 50%;
    margin-right: 20px;
}

.post__grid__layout__style__5 .read__more {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
}

.post__grid__layout__style__5 .read__more:after {
    display: inline-block;
    content: "";
    background: url("../img/icon/right__long__arrow.png") no-repeat scroll right center;
    width: 25px;
    height: 7px;
    margin-left: 10px;
    transition: 0.3s;
}

.post__grid__layout__style__5 .read__more:hover:after {
    width: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .post__grid__layout__style__5 {
        display: block;
    }

    .post__grid__layout__style__5 .post_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post__grid__layout__style__5 .single_post_text {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .post__grid__layout__style__5 {
        display: block;
    }

    .post__grid__layout__style__5 .post_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post__grid__layout__style__5 .single_post_text {
        width: 100%;
    }
}
/*-----------------------------
    POST GRID STYLE 6
------------------------------*/
.post__grid__layout__style__6 {
    padding: 25px 25px 40px;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 30px;
}

.post__grid__layout__style__6 .post_img {
    margin-bottom: 20px;
    border-radius: 7px;
    overflow: hidden;
}

.post__grid__layout__style__6 .post__meta {
    letter-spacing: 1px;
    font-size: 12px;
    position: relative;
    line-height: 1;
    margin-top: 30px;
}

.post__grid__layout__style__6 .post__meta:before {
    position: relative;
    width: 3px;
    height: 20px;
    background: #1091FF;
    content: "";
    display: inline-block;
    left: -25px;
    top: 4px;
}

.post__grid__layout__style__6 .post__meta a:first-child {
    color: #1091FF;
}

/*-----------------------------
    POST GRID STYLE 7
------------------------------*/
.post__grid__layout__style__7 {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
}

.post__grid__layout__style__7 .single_post_text {
    padding: 25px;
    background: #fff;
}

.post__grid__layout__style__7 .post__meta {
    position: absolute;
    left: 0;
    top: 20px;
}

.post__grid__layout__style__7 .post__meta a:last-child {
    background: #1091FF;
    padding: 9px 20px;
    border-radius: 0 50px 50px 0;
    margin: 0;
    color: #fff;
    height: 30px;
    font-size: 12px;
}

.post__grid__layout__style__7 .post__meta a:last-child:before {
    display: none;
}

/*------------------------------
   Post single / Details post
-------------------------------*/
.post-single .page_comments ul {
    margin: 0;
    padding: 0;
}
.post-single .page_comments ul li {
    text-transform: capitalize;
    font-weight: 400;
}
.post-single .tags ul {
    margin: 0;
    padding: 0;
}

/*------------------------------
    COMMENTS AREA
-------------------------------*/

.blog-post-comment {
    margin-top: 40px;
}
.blog-post-comment .comment-respond {
    margin-top: 40px;
}

.blog-post-comment .comment .comment-respond,
.page .blog-post-comment .comment-respond {
    margin-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
}
.comment-reply-title {
    margin-bottom: 8px;
}
.blog-post-comment .comment-form input[type=text] {
    padding: 15px;
    min-height: 60px;
    border-radius: 1px;
    margin-top: 10px;
}
.blog-post-comment .comment-form input[type=email] {
    padding: 15px;
    min-height: 60px;
    border-radius: 1px;
    margin-top: 10px;
}
.blog-post-comment .comment-form input[type=url] {
    padding: 15px;
    min-height: 60px;
    border-radius: 1px;
    margin-top: 10px;
}
.blog-post-comment .comment-form textarea {
    max-height: 150px;
    border-radius: 1px;
}
.blog-post-comment .comment-form .form-submit {
    margin-bottom: 0;
    margin-top: 20px;
}
.blog-post-comment .comment-form .form-submit input {
    padding: 15px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 1px;
}
.blog-post-comment .comment-form .form-submit input:hover {
    background: black;
}
.blog-post-comment .comment-form .form-submit input:focus {
    background: black;
}
.blog-post-comment .comments-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.blog-post-comment ul.children {
    padding: 0;
}
.blog-post-comment li.comment {
    margin-top: 30px;
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
    position: relative;
    padding-left: 65px;
    list-style: none;
}
.blog-post-comment li.comment .comment_author_thumb {
    position: absolute;
    left: 0;
    top: 33px;
}
.blog-post-comment li.comment .comment_author_thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.blog-post-comment li.comment .meta-data {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-post-comment li.comment .meta-data .pull-right.reply {
    float: right;
}
.blog-post-comment li.comment .meta-data .comment-author {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    display: block;
    float: left;
}
.blog-post-comment li.comment .meta-data .comment-author .fn {
    font-style: normal;
}
.blog-post-comment li.comment .meta-data .comment-author .says {
    display: none;
}
.blog-post-comment li.comment .meta-data .comment-meta {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #8A8F94;
}

h3#reply-title {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .blog-post-comment li.comment {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-post-comment li.comment .comment_author_thumb {
        position: inherit;
        margin-bottom: 14px;
    }
    .blog-post-comment ul.children li.comment {
        padding-left: 0;
        padding-right: 0;
    }
}
/*===================================
    WIDGETS STYLES
====================================*/
/*-----------------------------
    GLOBAL WIDGET
-------------------------------*/
.single_post_text .meta span {
    margin-left: 10px;
}

.footer .single_post h4,
.sidebar h4 {
    margin-bottom: 0;
}

.footer .meta span {
    margin-left: 0;
}

.sidebar .widget {
    margin-bottom: 50px;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width:992px) {
    .sidebar .widget:last-child {
        margin-bottom: 50px;
    }
}
.sidebar .widget select {
    width: 100%;
    padding: 12px;
}
.sidebar .widget select option {
    padding: 10px;
}
.sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .widget ul ul {
    padding-left: 15px;
}
.sidebar .widget ul.children {
    padding-left: 15px;
}

/*-----------------------------
    ARCHIVE WIDGET
-------------------------------*/
.widget_archive li {
    text-align: right;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 5px;
    display: block;
}
.widget_archive li a {
    float: left;
    display: block;
}

/*-----------------------------
    CATEGORY WIDGET
-------------------------------*/
.widget_categories li {
    text-align: right;
    padding: 5px 0;
    margin-top: 5px;
    overflow: hidden;
}
.widget_categories li a {
    float: left;
}

/*-----------------------------
    PAGES WIDGET
-------------------------------*/
.widget_pages li {
    margin-top: 8px;
}
/*-----------------------------
    META WIDGET
-------------------------------*/
.widget_meta li {
    padding: 5px 0;
}
.widget_meta li a {
    margin-bottom: 5px;
}

/*-----------------------------
    RECENT COMMENS WIDGET
-------------------------------*/
.widget_recent_comments li {
    padding: 5px 0;
    margin-bottom: 10px;
}
.widget_recent_comments li span.comment-author-link {
    display: block;
    font-weight: 600;
}
.widget_recent_comments li span.comment-author-link a {
    display: block;
    font-weight: 600;
}
.widget_recent_comments li a {
    font-weight: 700;
    display: block;
    display: inline-block;
}
.widget_meta ul li a:before {
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
  }
  
  .widget_meta>ul>li:first-child a:before {
    content: "\f007";
  }
  
  .widget_meta>ul>li:nth-child(2) a:before {
    content: "\f011";
  }
  
  .widget_meta>ul>li:nth-child(3) a:before {
    content: "\f09e";
  }
  
  .widget_meta>ul>li:nth-child(4) a:before {
    content: "\f075";
  }
  
  .widget_meta>ul>li:last-child a:before {
    content: "\f19a";
    font-family: 'Font Awesome 5 Brands';
  }
/*-----------------------------
    NAV MENU WIDGET
-------------------------------*/
.widget_nav_menu li {
    margin-top: 8px;
}

/*-----------------------------
    RSS WIDGET
-------------------------------*/
.widget_rss li {
    margin-bottom: 30px;
}
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss li cite {
    margin-top: 10px;
    display: block;
}
.widget_rss li cite:before {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #C1C4C6;
    content: "";
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.widget_rss li span.rss-date {
    display: block;
    margin-bottom: 10px;
}

/****************************
    CUSOTM WIDGETS
****************************/
/*---------------------------
    SOCIAL WIDGET
---------------------------*/
.widget.social-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.social-widget ul li {
    display: inline;
    margin-bottom: 5px;
}
.widget.social-widget ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    text-align: center;
    border: 1px solid;
    margin-right: 5px;
}

/*--------------------------
    RECENT POST WIDGET
---------------------------*/
.widget.single_footer_navigation ul li {
    margin-bottom: 5px;
}

.widget.single_footer_navigation ul li a {
    padding: 3px 0;
    display: block;
}

/*-------------------------
    RECENT STYLE TWO
---------------------------*/
.sidebar .extra_newss .single_extra_news {
    position: relative;
    clear: both;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar .extra_newss .single_extra_news h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.sidebar .extra_newss .single_extra_news .news_counter {
    float: right;
    font-size: 36px;
    position: relative;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .extra_newss .single_extra_news p {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
}

.sidebar > .widget.padding20.mb30 {
    padding: 0;
}

/*--------------------------
    TABS POST WIDGET
---------------------------*/
.sidebar .widget_tab ul {
    display: flex;
}

.sidebar .widget_tab ul li {
    flex: 1;
}

.sidebar .widget_tab ul li a {
    display: block;
    text-align: center;
}

.widget.tab_widgets {
    margin-top: 25px;
}

.widget.tab_widgets .single_post {
    padding: 0;
    display: flex;
    min-height: inherit;
}

.widget.tab_widgets .single_post .post_img {
    position: inherit;
    margin-right: 15px;
    flex: 100px 0 0;
}

/*--------------------------
    MOST SHARE WIDGET
---------------------------*/
.inline.socail_share li {
    font-size: 12px;
    color: #e9eaeb;
}

/*--------------------------
    TWITTER FEEDS WIDGET
---------------------------*/
.single_twitter_feed {
    position: relative;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed;
}

.twitter_feed_icon {
    position: absolute;
    left: 0;
    top: 12px;
    color: #1091FF;
}

.widget.twitter_feeds p {
    margin-bottom: 0;
}

.single_twitter_feed:last-child {
    border-bottom: 0;
}

/*---------------------------
    CONTACT WIDGET
---------------------------*/
.footer_contact .single_fcontact {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
}

.footer_contact .single_fcontact .fcicon {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
}

/*--------------------------
    TRENDING POST WIDGET
---------------------------*/
.single_post span.tranding a {
    color: #ffffff;
}

.widget.blog-author img {
    border-radius: 10px;
}

.blog-author-description {
    margin-top: 20px;
}

/*---------------------------
    FOOTER WIDGETS
----------------------------*/
.footer .widget_calendar table {
    background: #ffffff;
    color: #333333;
}
.footer .widget {
    margin-bottom: 50px;
    color: #ffFFFf;
}
.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul ul {
    padding-left: 15px;
}
.footer .widget ul.children {
    padding-left: 15px;
}
.footer .widget select {
    width: 100%;
    padding: 15px;
}
.footer .widget a {
    color: #ffffff;
}
.footer .widget .single_fcontact .fcicon {
    position: inherit;
    line-height: 1;
}

.footer .widget .border_black {
    border-bottom-color: #3A434B;
}

.footer .widget .single_extra_news p {
    margin-bottom: 0;
}

.footer .widget .single_extra_news h4 {
    font-size: inherit;
    margin-top: 5px;
    font-weight: 500;
}

.footer .widget .single_post_text .meta2 a:last-child {
    color: #747A80;
}

.footer .widget .single_post_text .meta2 a:last-child:before {
    color: inherit;
}

.footer .widget.white_bg {
    background: inherit !important;
}

.footer .widget_tab ul li a {
    color: black;
}

.footer .widget_tab ul li a.active {
    color: white;
}

.footer .widget .single_twitter_feed {
    border-bottom: 1px dashed #3A434B;
}

.sidebar .widget_tab ul {
    display: flex;
}

.sidebar .widget_tab ul li {
    flex: 1;
}

.sidebar .widget_tab ul li a {
    display: block;
    text-align: center;
}

.blog-single .wp-block-button__link {
    color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
    color: inherit;
}
@media only screen and (min-width: 992px) {
    .footer .single_footer_navigation {
        margin-bottom: 0;
    }

    .sidebar .widget .social_shares a {
        width: 31% !important;
    }
}
@media screen and (max-width: 767px) {
    .blog-single .post__author__content .author_about {
        padding-left: 150px;
    }
}

aside.blog-sidebar.sidebar {
    padding-left: 20px;
}
@media screen and (max-width: 992px) {
    aside.blog-sidebar.sidebar {
        padding-left: 0;
    }
}
.sidebar .widget.padding20.white_bg.mb30 {
    padding: 0 !important;
    background: transparent !important;
}

.main-container {
    padding-bottom: 50px;
    padding-top: 0;
}

/* Footer logo */
.footer_logo img {
    max-width: 240px;
}

/* sidebar search */
.blog-sidebar .widget_search button {
    position: absolute;
    right: 0;
    top: 0;
}

.blog-sidebar .widget_search form {
    position: relative;
}

.quomodo-author-desc {
    padding-top: 30px;
    color: #17222B;
}

.author__information__content {
    background: #fcfcfc;
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.05);
    position: relative;
    padding-top: 30px;
}

.theme-1 {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.05);
    z-index: 9;
    position: relative;
}

.footer .widget_search button {
    position: absolute;
    right: 0;
    top: 0;
}

.footer .widget-section {
    padding-top: 80px;
    padding-bottom: 30px;
}
.widget.tab_widgets .post_img.newsprk_sidebar_small {
    height: 58px;
}
.widget.tab_widgets .single_post .post_img.newsprk_sidebar_small {
    margin-right: 0;
}
.post_img.newsprk_sidebar_small .img_wrap {
    width: 80px;
}
.footer.style2 .widget-area {
    padding-top: 40px;
}

.post-single.layout-7 .page_category .post-cat {
    padding-right: 8px;
}

/* Post Layout 1 */
.post-single.layout-3 .quomodo-content-container {
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.05);
}

.box_shadow_sidebar .widget {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(23, 34, 43, 0.08);
    padding: 20px;
}
.box_shadow_sidebar .widget .widget-inner.tab_widgets {
    margin-bottom: 0;
}

.related__post__area .single_post_text h4 {
    font-size: 20px;
    font-weight: 700;
}
.related__post__area .single_post_text .meta3 a:first-child {
    text-transform: uppercase;
}

.widget-title2 {
    position: relative;
}

.widget-title2::after {
    background: none repeat scroll 0 0 transparent;
    bottom: -12px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.widget-title2:hover:after {
    width: 50%;
}

/*---------FIXING----------*/

.archives .row .row > .tablet_full_width .post__grid__layout__style__1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #dee2e6;
}

.archives .row .row > .tablet_full_width .post__grid__layout__style__1:after {
    position: absolute;
    bottom: -2px;
    width: 40px;
    height: 4px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
.archives .row .row > .tablet_full_width:last-child .post__grid__layout__style__1 {
    padding-bottom: 0;
    border-bottom: 0;
}
.archives.padding-top-30 .col-lg-4 .table_content ul li {
    width: 50%;
    float: left;
}
blockquote.wp-block-quote.has-text-align-right.extraclass em a {
    color: #ffffff;
}
.has-large-font-size,
.has-large-font-size + P,
.has-small-font-size {
    line-height: 1.2 !important;
}
[class*=space-] {
    clear: both;
}
.wp-block-pullquote cite {
    display: inline-block;
}

.footer.style2 .widget-area {
    padding-top: 80px;
}
.widget_search form {
    position: relative;
}

.footer {
    font-size: 16px;
    font-weight: 300 !important;
}

.wp-block-cover.has-background-dim {
    color: #fff;
}
figure.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color blockquote {
    color: #ffffff;
}
[class*=wp-block-] {
    margin-bottom: 30px;
}
.wp-block-button a.wp-block-button__link {
    margin-bottom: 0;
}
.content select {
    width: 100%;
}
table {
    margin-bottom: 20px;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-left: 0 !important;
}

table td,
table th {
    border-left: 1px solid lightgrey !important;
    border-top: 1px solid lightgrey !important;
    border-right: 0 !important;
}
.comment-content pre,
.content pre {
    background: #f7f7f7;
    padding: 10px;
    display: inline-block;
    max-width: 100%;
    border-radius: 5px;
}
.comment-content code,
.content code {
    display: inline-block;
    margin: 5px 0;
}
.alignleft,
.alignright {
    clear: both;
}
ul.comments-list .pingback,
ul.comments-list .trackback {
    margin-bottom: 30px;
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
}
.comment-content > ol,
.comment-content > ul {
    margin-bottom: 20px;
}
.widget_recent_entries li {
    margin-bottom: 15px;
}

.widget_recent_entries li:last-child {
    margin-bottom: 0;
}

.widget_recent_entries li .post-date {
    font-size: 14px;
    display: block;
}

.widget_recent_entries li a {
    font-weight: 600;
    font-size: 16px;
}

/*-----------------------
    CALENDAR
------------------------*/

#wp-calendar {
    margin: 0;
    width: 100%;
}

#wp-calendar > caption {
    background: #1091ff none repeat scroll 0 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    caption-side: top;
}

#wp-calendar th {
    background: #f6f9ff;
    padding: 5px 0;
    text-align: center;
    color: #252525;
    font-size: 14px;
}

#wp-calendar tfoot td {
    border: medium none;
    padding-top: 5px;
}

#wp-calendar tfoot td#next {
    text-align: right;
}

#wp-calendar tbody td {
    border-right: 1px solid #e6eeff;
    padding: 5px 0;
    text-align: center;
}

#wp-calendar tbody td a {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
}
.footer #wp-calendar tbody td a {
    color: inherit;
}
#wp-calendar tbody td a:before {
    background: #e6eeff;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#wp-calendar tbody td#today,
#wp-calendar tbody td#today a{
    border: 1px solid #1091ff !important;
    background: #1091ff;
    color: #ffffff;
}
#wp-calendar tfoot tr {
    border: 1px solid #e6eeff;
}
#wp-calendar tfoot tr td {
    padding: 5px 10px;
}
#wp-calendar tbody td#today {
    position: relative;
}
#wp-calendar tbody td#today:before {
    height: 100%;
    width: 1px;
    position: absolute;
    left: -1px;
    top: 0;
    background: #1091ff;
    content: "";
}
.footer-area #wp-calendar tbody td a:before {
    display: none;
}

nav.wp-calendar-nav {
    margin-top: 5px;
}

[class*=wp-block-rss__item] {
    margin-bottom: 20px;
}

ul.wp-block-rss {
    margin-top: 15px;
}
.widget.widget_text .wp-caption .wp-caption-text {
    color: inherit;
    font-style: normal;
}
.blog-sidebar .widget-title,
.footer .widget-title2 {
    font-size: 20px;
}

.blog.home .archives.padding-top-30 {
    padding-top: 50px;
}
.comment .comment-reply-title {
    font-size: 20px;
}

.comment-reply-title small {
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 10px;
    font-weight: 500;
    color: #007bff;
}
.page .post-header h3 {
    font-size: 36px;
    margin-bottom: 30px;
}
blockquote cite {
    margin-top: 10px;
}
ol.wp-block-latest-comments,
ul.wp-block-latest-posts {
    padding-left: 0;
}

@media screen and (max-width: 992px) {
    .blog.home .archives.padding-top-30 {
        padding-top: 50px;
    }
    .page .post-header h3 {
        font-size: 30px;
    }
}
.sidebar .widget_archive li a,
.sidebar .widget_categories li a {
    padding-left: 25px;
    position: relative;
}
.sidebar .widget_archive li a:before,
.sidebar .widget_categories li a:before {
    display: inline-block;
    content: "\f187";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
}

.sidebar .widget_categories li a:before {
    content: "\f07c";
}

.sidebar .widget_pages li a,
.sidebar .widget_nav_menu li a {
    position: relative;
    padding-left: 0;
}
.widget_pages a:before,.widget_nav_menu a:before {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 6px;
    font-size: 14px;
    position: relative;
    bottom: 2px;
}

.sidebar .widget ul.children {
    padding-left: 15px;
}


.not-found h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.not-found {
    margin-top: 20px;
}

.not-found p {
    margin-bottom: 20px !important
}

.not-found .search-forms form {
    position: relative;
}

.not-found .search-forms form button {
    position: absolute;
    right: 0;
    top: 0;
}

.archive__main__title h2.widget-title {
    margin-bottom: 50px;
}

.widget_tag_cloud .tagcloud a {
    font-size: 15px !important;
    display: inline-block;
    border: 1px solid;
    padding: 5px 15px;
    margin-bottom: 8px;
    margin-right: 3px;
    border-radius: 5px;
    text-transform: capitalize;
}
.widget_tag_cloud .tagcloud a:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.page .archives.padding-top-30 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.page .blog-post-comment.quomodo-blog-comment,.page .blog-post-comment .comment-respond {
    margin-top: 30px;
}
.page .blog-post-comment.quomodo-blog-comment .comment-num{
    padding-top: 30px;
    border-top: 1px solid #dee2e6;
}
.next_prev {
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-top: 10px;
}

.next_prev > .row {
    position: relative;
}
.next_prev > .row:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background: #dee2e6;
}
.blog-post-comment.quomodo-blog-comment {
    margin-bottom: 50px;
}

.search.search-no-results.sidebar-inactive .main-container {
    min-height: calc(100% - 100px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    
    a.menu-toggle.full {
        position: absolute;
        right: 15px;
        top: 10px;
        width: 50px;
        height: 50px;
       
    }
    
    .stellarnav.mobile .menu-toggle {
        display: none !important;
    }
    
    .stellarnav.mobile.top {
        top: 82px;
    }
    
    .stellarnav .menu-toggle span.bars {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    a.menu-toggle.full .bars {display: block;margin-left: 15px;}
    .header-dark     a.menu-toggle.full .bars span {
        background: #ffffff;
    }
    a.menu-toggle.full .bars span {
        width: 35px;
        height: 3px;
        background: #17222B;
        display: block;
        margin: 10px 0;
    }
}