
/*.........<! 1. Theme default css !>.........*/

/* ========  Monster widget css start ========= */

.blog-sidebar-wrapper-box .blog-sidebar-box {
    margin-bottom: 40px;
}

.blog-sidebar-box.widget_archive ul {
    margin-left: 20px;
    margin-top: 10px;
}
.blog-sidebar-box .nice-select {
    margin-top: 20px;
    float: none;
}

.blog-sidebar-wrapper-box .blog-sidebar-box  .nice-select .list {
    width: 100%;
    margin-left: 0;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_categories .nice-select ul {
    margin-top: 0px;
}

.blog-sidebar-wrapper .widget_categories .nice-select ul li:not(:first-child) {
    padding-top: 0;
    border-top: 1px solid var(--border);
    margin-top: 0;
}


/* =========  Calender monster widget css */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#wp-calendar thead {
    font-size: 14px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

#wp-calendar tbody {
    color: #666;
}

#wp-calendar tbody td {
    background: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 8px 0;
    transition: 0.3s;
}


#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: #162726;
}

#wp-calendar thead {
    font-size: 14px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    color: #162726;
}

#wp-calendar tbody {
    color: #666;
}

#wp-calendar tbody td {
    background: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 8px 0;
    transition: 0.3s;
}

#wp-calendar tbody td#today {
    background: var(--theme);
    color: #fff;
}

#wp-calendar tbody td#today a {
    color: #fff;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_calendar  .calendar_wrap{
    margin-top: 20px;
}

.blog-sidebar-wrapper-box .blog-sidebar-box ul li ul {
    margin-left: 20px;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_pages ul {
    margin-left: 20px;
    margin-top: 10px;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_meta ul {
    margin-left: 20px;
    margin-top: 10px;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_recent_comments ul {
    margin-top: 10px;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_recent_comments ul li{
    margin-top: 10px;
    list-style: none
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_recent_comments .comment-author-link a{
    color: #5F6160;
    font-weight: 500;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_recent_entries ul {
    margin-top: 10px;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_recent_entries ul li{
    list-style: none;
}
.blog-sidebar-wrapper-box .blog-sidebar-box.widget_rss ul {
    margin-top: 10px;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_rss ul li{
    margin-top: 10px;
    list-style: none;
}
.blog-sidebar-wrapper-box .blog-sidebar-box.widget_rss ul li a{
    font-weight: 500;
    color: #000;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_rss ul li a:hover{
    color: var(--theme);
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_text .textwidget img{
    max-width: 100%;
    height: auto;
}

.blog-sidebar-wrapper-box .blog-sidebar-box.widget_text .alignnone{
    margin-top: 10px;
}
.blog-sidebar-wrapper-box .blog-sidebar-box.widget_nav_menu .menu-testing-menu-container{
    margin-left: 10px;
    margin-top: 10px;
}
.blog-sidebar-wrapper-box .blog-sidebar-box.widget_nav_menu ul{
    margin-left: 10px;
}
.menu-main-menu-container ul {
    margin-left: 20px !important;
}

/* unit css file */
.blog-details-wrapper .tag-sticky-2 ul {
    margin-left: 20px;
}

.text-wrapper ul li a, dl a {
    text-underline-offset: 3px;
    text-decoration-skip-ink: all;
    text-decoration: underline;
}

/* =======  Monster widget css end ========== */

/*comments list */

.un_temp-comment {
    max-width: 100%;
}

.blog-coment-title h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comments-avatar {
    float: left;
}

.comments-avatar img {
    margin-right: 15px;
}

.comments-text {
    overflow: hidden;
}

.comments-text h3 {
    margin-bottom: 10px;
}

.latest-comments ul li .children {
    margin-left: 60px;
    margin-top: 30px;
}

.latest-comments ul li .children li {
    margin-top: 10px;
}

#cancel-comment-reply-link {
    color: #7e7e7e;
    margin-left: 8px;
    font-size: 16px;
}

#cancel-comment-reply-link:hover {
    color: #000;
}


/*comments form*/
.comment-reply-title {
    font-family: var(--font_inter);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.comment-form-cookies-consent {
    display: none;
}

div.latest-comments>ul {
    padding-left: 0;
}

.latest-comments>ul>li {
    list-style: none;
}

.rt-blog-area ul.stravise-comment-list {
    padding: 0;
    margin: 0;
    margin-bottom: 100px;
}

.latest-comments pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.latest-comments blockquote {
    border: 1px solid #EAEAEF;
}

.latest-comments>ul>li li {
    margin: 0;
    padding: 0;
    list-style: inherit;
}

.latest-comments ul .children {
    list-style: none;
    padding-left: 40px;
}

@media (max-width: 576px) {
    .latest-comments ul .children {
        padding-left: 0;
    }
}

.latest-comments .comments-text ul li,
.latest-comments .comments-text ol li {
    margin-bottom: 3px;
}

.latest-comments .comments-text>ul,
.latest-comments .comments-text>ol {
    margin-bottom: 20px;
}

.latest-comments ul .comment-respond {
    padding: 0px 0 15px;
}

/* post sticky */

.blog-list-wrapper .sticky {
    border: 2px solid var(--theme);
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}


/*stravise unit css */

.rt-blog-area>ul,
.rt-blog-area>ol,
.rt-blog-area ul,
.rt-blog-area ol {
    padding-left: 0px;
}

.rt-blog-area dl,
.rt-blog-area ol,
.rt-blog-area ul {
    margin-top: 0;
    margin-bottom: 25px;
}

.postbox__details ol li,
.postbox__details ul li {
    padding-top: 7px;
}

.rt-blog-area ol ol,
.rt-blog-area ol ul,
.rt-blog-area ul ol,
.rt-blog-area ul ul {
    margin-bottom: 0;
}


/*rt-page-content*/

.text-wrapper .blog-post-comment {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 30px;
}

.text-wrapper ol,
.text-wrapper ul {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.text-wrapper ol li,
.text-wrapper ul li {
    margin-bottom: 7px;
}

.text-wrapper ol li ol,
.text-wrapper ul li ul {
    margin-top: 7px;
}

.text-wrapper ol ol,
.text-wrapper ol ul,
.text-wrapper ul ol,
.text-wrapper ul ul {
    margin-bottom: 0;
}

.text-wrapper .size-full.alignright {
    margin-bottom: 35px;
    margin-top: 20px;
    clear: both;
}

.text-wrapper .rt-page-post>p {
    margin: 32px 0;
    margin-top: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    margin-top: 10px;
    padding-top: 30px;
}

.page-links>span.page-links-title {
    border: 0;
    color: inherit;
}

.wp-block-archives-dropdown .nice-select {
    margin-bottom: 15px;
}

.text-wrapper .nice-select {
    float: none;
    margin-bottom: 20px;
    border-radius: 0;
    padding-left: 18px;
    padding-right: 30px;
    border: 1.5px solid rgba(69, 48, 48, 0.14);
}

.rt-blog-area div.postbox__comment-text .stravise-post-comment-text>ul,
.rt-blog-area div.postbox__comment-text .stravise-post-comment-text>ol {
    margin-bottom: 15px;
}

/* .text-wrapper ol,
.text-wrapper ul {
    padding-left: 60px;
} */

.cs-pst-img img {
    border-radius: 15px;
    margin-right: 10px;
    width: 30%;
}

.text-wrapper ul.wp-block-latest-posts__list {
    padding-left: 0;
}

.text-wrapper .wp-block-comments-title {
    font-size: 32px;
    font-weight: 600;
}


.text-wrapper .rt-postbox-details-share-wrapper {
    clear: both;
}

.wp-block-image {
    overflow: hidden;
    margin: 15px 0px;
}

p.logged-in-as {
    color: #555555;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
}

p.logged-in-as a {
    color: #111111;
}

p.logged-in-as a:hover {
    color: var(--rr-theme-primary-2);
}

ol.wp-block-latest-comments {
    margin-left: 0;
    padding-left: 0;
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment:not(:last-child) {
    margin-bottom: 15px;
}

.postbox__details p:last-child {
    margin-bottom: 0;
}

.text-wrapper ul li a:hover,
dl a:hover {
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-button .wp-block-button__link:hover{
    color: var(--white);
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

div.text-wrapper .wp-block-cover-text {
    color: #fff;
    font-size: 29px;
}

.wp-block-cover {
    margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-grid {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.blocks-gallery-caption {
    margin-bottom: 40px !important;
}

.wp-block-group.has-background {
    margin-bottom: 25px;
}

.text-wrapper p.has-background {
    background-color: var(--rr-body-bg) !important;
}

.blog-details__sidebar__wrapper .wp-block-group {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-query-pagination {
    margin-bottom: 15px;
}


ul.wp-block-navigation__container.is-responsive.wp-block-navigation {
    padding-left: 0;
    margin-bottom: 15px;
}

.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    text-underline-offset: inherit;
    text-decoration-skip-ink: initial;
    text-decoration: none;
    line-height: 1.2;
}

.wp-block-navigation ul.wp-block-page-list {
    padding-left: 0;
}

ul.wp-block-page-list {
    padding-left: 20px;
}

.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a {
    margin-right: 5px;
    font-size: 14px;
}

.wp-block-query-pagination-numbers a:hover {
    color: #000;
}

.taxonomy-category.wp-block-post-terms a,
.wp-block-post-navigation-link a {
    color: #7e7e7e;
}

.taxonomy-category.wp-block-post-terms a:hover,
.wp-block-post-navigation-link a:hover {
    color: #000;
    text-decoration: none;
}

a.wp-block-query-pagination-next {
    color: #7e7e7e;
}

.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #999999;
}

.wp-block-navigation .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container {
    padding: 10px 0;
}

.wp-block-navigation .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item {
    margin-bottom: 10px;
    padding: 0 15px;
}

.wp-block-navigation .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item:last-child {
    margin-bottom: 0;
}

ul.wp-block-archives-list.extraclass.wp-block-archives {
    padding-left: 24px;
}

ul.wp-block-archives-list.extraclass.wp-block-archives li a {
    text-underline-offset: 3px;
    text-decoration-skip-ink: all;
    text-decoration: underline;
}

ul.wp-block-archives-list.extraclass.wp-block-archives li a:hover {
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
}

.wp-block-query ul.wp-block-post-template {
    padding-left: 0;
}

.wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-post-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 0;
}

.text-wrapper h2.wp-block-post-title {
    font-size: 34px;
}

.wp-block-query ul.wp-block-post-template .wp-block-post:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-post-excerpt {
    margin-top: 10px;
}

.wp-block-avatar {
    margin-bottom: 15px;
}

.wp-block-post-author {
    margin-bottom: 15px;
}

.post-navigation-link-previous {
    margin-bottom: 15px;
}

.wp-block-read-more {
    font-size: 18px;
    margin-bottom: 15px;
    color: #7e7e7e;
}

.wp-block-read-more:hover {
    color: #000;
}

.wp-block-comment-reply-link.has-small-font-size .comment-reply-link:hover {
    color: #000;
}

.wp-block-comment-edit-link.has-small-font-size a:hover {
    color: #000;
}

.wp-block-post-comments-form .logged-in-as a:hover {
    color: #000;
}

.wp-block-search__button-inside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search .wp-block-search__inside-wrapper {
    border-color: #E0E2E3;
}

.wp-block-search__button-inside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    border: none;
}

.wp-block-search__button-inside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    border-color: inherit;
}

div.wp-block-post-comments-form input[type=submit] {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    background-color: #000;
    padding: 9px 26px;
    color: #999999;
    border: 1px solid #000;
    height: auto;
}

.wp-block-post-comments-form input[type=submit]:hover {
    background-color: #999999;
    border-color: #000;
    color: #000;
}

.comment-respond.wp-block-post-comments-form {
    margin-bottom: 20px;
}

.comment-respond.wp-block-post-comments-form input,
.comment-respond.wp-block-post-comments-form textarea {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E0E2E3;
    font-size: 14px;
    color: #000;
}

.comment-respond.wp-block-post-comments-form input:focus,
.comment-respond.wp-block-post-comments-form textarea:focus {
    border-color: #000;
}

.comment-respond.wp-block-post-comments-form textarea {
    height: 165px;
    resize: none;
    line-height: 1.4;
    padding: 17px 26px;
}

span.required {
    color: red;
}

.logged-in.wp-block-loginout a:hover {
    color: #000;
}

.wp-block-columns.has-pale-pink-background-color.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-columns .wp-block-column.has-pale-cyan-blue-background-color p,
.wp-block-columns.has-pale-pink-background-color.has-background p {
    margin-bottom: 0;
}

.wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-wrapper p.has-large-font-size {
    font-size: 24px !important;
    line-height: 1.2 !important;
    padding: 10px 0;
    margin-bottom: 10px;
}

.text-wrapper h2.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
    line-height: 50px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    margin-top: 30px;
}

.page-links a,
.page-links>span {
    border: 2px solid #ddd;
    display: inline-block;
    min-width: 35px;
    text-align: center;
    margin-left: 2px;
    height: 33px;
    line-height: 29px;
    margin-right: 3px;
    color: #444;
}

.page-links>span {
    border: 2px solid #000;
    color: #000;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    border: 1px solid #ddd;
    padding: 15px;
    line-height: 1.4;
}

.wp-block-preformatted {
    margin: 30px 0;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}

.text-wrapper table.wp-calendar-table {
    margin-bottom: 20px;
}

.text-wrapper .wp-block-calendar {
    margin-bottom: 20px;
}

.rt-post-tag {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    padding-top: 30px;
}

.rt-post-tag span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.rt-post-tag a {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: var(--rr-text-body);
    background: var(--rt-grey-2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.rt-post-tag a:hover {
    color: #999999;
    background: #000;
}

.text-wrapper .wp-block-tag-cloud a {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 17px;
    color: var(--black);
    border: 1px solid var(--border);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 30px;
    margin: 5px;
    background-color: #fff;
}

.text-wrapper .wp-block-tag-cloud a:hover {
    background-color: var(--theme);
    border-color: transparent;
    color: var(--white);
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box;
    padding-left: 0;
}


.wp-block-archives-dropdown.wp-block-archives label {
    margin-bottom: 15px;
}

.wp-block-categories-dropdown.wp-block-categories label {
    margin-bottom: 15px;
}

.rt-postbox-details-article .gallery-item .gallery-caption {
    font-size: 16px;
    line-height: 1.4;
}


/*block quote*/

.wp-block-quote {
    border: 0;
}

div.wp-block-columns .wp-block-quote {
    padding: 32px 20px 35px;
}

div.wp-block-columns .wp-block-quote p {
    color: #ffffff;
}

blockquote {
    text-align: left;
    padding: 39px 40px 36px 40px;
    background-color: #ffffff;
    margin-bottom: 45px 0 !important;
    border-radius: 10px;
}

blockquote.has-text-color {
    color: var(--rr-text-body);
}

blockquote::before {
    content: "\f10e";
    position: static;
    font-family: "Font Awesome 6 pro";
    font-size: 32px;
    color: var(--theme);
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
    font-weight: 600;
}

.rt-blog-area blockquote p {
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: -8px;
}

blockquote cite {
    font-style: normal;
    font-size: 16px !important;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
}

blockquote cite::before {
    content: "";
    font-size: 28px;
    padding-bottom: 0px;
    display: inline-block;
    background: var(--theme);
    height: 3px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 40px;
    color: #ffffff;
}

.wp-block-pullquote p {
    color: #ffffff;
}

.text-wrapper blockquote p {
    margin-bottom: 0;
    color: var(--primary) !important;
}

.text-wrapper a.wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 10px;
    padding: 0.5em 1em;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 30px 30px;
}

.rt-blog-area .wp-block-quote.has-text-align-right.extraclass p {
    text-align: right;
}

.wp-block-quote.has-text-align-right.extraclass {
    text-align: right;
}

.text-wrapper blockquote.is-style-large cite::before {
    margin-right: 0;
}

.wp-block-quote.has-text-align-right {
    border-right: 0;
    padding: 30px;
}

.text-wrapper .wp-block-quote p {
    color: #ffffff;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin: auto;
    display: inline-block;
}

.comments-box blockquote {
    background: #fff;
}

.author_info_wrap h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.author_info_wrap h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 20px;
}

.author_info_wrap h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.author_info_wrap h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.author_info_wrap h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.author_info_wrap h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.author_info_wrap h2:nth-of-type(1) {
    margin-top: 0px;
}

.author_info_wrap h2:nth-of-type(2) {
    margin-top: 20px;
}

.author_info_wrap .rt-postbox-details-comment-content>ul,
.author_info_wrap .rt-postbox-details-comment-content>ol {
    margin-bottom: 20px;
}

.wp-block-column .wp-block-quote {
    padding: 10px;
}

/* .text-wrapper ul li a,
dl a {
    text-underline-offset: 3px;
    text-decoration-skip-ink: all;
    text-decoration: underline;
} */


/*gallery */
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 10px !important;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}


/*table */

.text-wrapper table {
    margin-bottom: 30px;
    width: 100%;
}

.text-wrapper table,
.text-wrapper th,
.text-wrappertd {
    border: 1px solid #d1d1d1;
}

.text-wrapper table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}

.text-wrapper table tbody td {
    text-align: center;
}

.text-wrapper table a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.text-wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.text-wrapper .comments-text table {
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
}


/*pabe table*/

.text-wrapper table {
    margin-bottom: 30px;
}

.text-wrapper table,
.text-wrapper th,
.text-wrapper td {
    border: 1px solid #d1d1d1;
}

.text-wrapper table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 500;
}

.text-wrapper table tbody td {
    text-align: center;
    font-size: 14px;
}

.text-wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.text-wrapper table a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}


/*post password*/

.post-password-form input[type=password] {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E0E2E3;
    font-size: 14px;
    color: #000;
    width: 100%;
    outline: none;
    padding: 0 15px;
}

.post-password-form input[type=password]:focus {
    border-color: #000;
}

.post-password-form label {
    width: 100%;
}

.post-password-form input[type=submit] {
    width: 120px;
    height: 50px;
    background: var(--theme);
    color: #fff;
    border: 0;
    margin-top: 10px;
    transition: 0.3s;
}

.post-password-form input[type=submit]:hover {
    background: var(--primary);
    color: var(--white);
}

.wp-block-search__inside-wrapper {
    margin-bottom: 20px;
}

.wp-block-search__button {
    width: 120px;
    height: 60px;
    background: var(--rr-theme-primary);
    color: #000;
    border: 0;
    transition: 0.3s;
    margin-left: 0;
}

.wp-block-search__button:hover {
    background: var(--rr-body-bg);
    color: #fff;
}

ul.wp-block-social-links {
    padding-left: 10px;
}

.wp-block-query-pagination a:hover {
    color: #000;
}

.taxonomy-category.wp-block-post-terms a:hover {
    color: #000;
}

.wp-block-search__inside-wrapper input:focus {
    outline: none;
}

.text-wrapper .wp-block-heading {
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-wrapper h1.wp-block-heading {
    font-size: 40px;
    line-height: 1;
}

.text-wrapper h2.wp-block-heading {
    font-size: 36px;
    line-height: 1;
}

.text-wrapper h3.wp-block-heading {
    font-size: 32px;
    line-height: 1;
}

.text-wrapper h4.wp-block-heading {
    font-size: 28px;
    line-height: 1;
    line-height: 1;
}

.text-wrapper h5.wp-block-heading {
    font-size: 24px;
    line-height: 1;
}

.text-wrapper h6.wp-block-heading {
    font-size: 20px;
    line-height: 1;
}


.author_info_wrap .logged-in-as {
    margin-bottom: 10px;
}

.author_info_wrap .logged-in-as a {
    color: #000;
}

.author_info_wrap .logged-in-as a:hover {
    color: #000;
}

.textwidget img {
    max-width: 100%;
    height: auto;
}


/* Blog Pagination  */

.pagination-wrap {
    display: flex;
    list-style: none;
    column-gap: 10px;
    margin-top: 50px;
    padding-left: 0px !important;
}

.pagination-wrap li:not(:last-of-type) {
    margin-right: 10px;
}

.pagination-wrap li span {
    background-color: transparent;
    color: var(--rr-heading-primary);
    font-weight: 600;
    height: 50px;
    width: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50px;
    border: 1px solid rgba(21, 21, 21, 0.08);
}

.pagination-wrap li span.current {
    background-color: var(--theme);
    color: #fff;
}

.pagination-wrap li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--black);
    font-weight: 700;
    font-size: 16px;
}

.pagination-wrap li a:hover {
    background-color: var(--theme);
    color: #fff;
}

.bypostauthor {
    display: block;
}

.gallery-caption {
    display: block;
}


/* Text meant only for screen readers. */

.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 !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    /* Above WP toolbar. */
}

.aadmin-bar .header__sticky {
    margin-top: 32px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .aadmin-bar .header__sticky {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .aadmin-bar .header__sticky {
        margin-top: 42px;
    }
}

.postbox__details .postbox__title {
    display: none;
}


/* table */

.text-wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.text-wrapper .wp-block-table td,
.wp-block-table th {
    word-break: normal;
    font-size: 14px;
    color: var(--primary)
}


/*woo */

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #f0f0f0;
}

.single-product .elementor-lightbox {
    display: none !important;
}

:root :where(.wp-block-image figcaption) {
    color: #555;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

/* New Unit Css start */

.blog-details__area.post-1944 ul {
    margin-left: 20px;
    margin-top: 10px;
}

.text-wrapper .wp-block-site-title {
    font-size: 34px;
    font-weight: 600;
    color: var(--rr-heading-primary);
    margin-bottom: 20px;
}

.text-wrapper p {
    margin-bottom: 20px;
}

.text-wrapper .wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-wrapper .wp-block-separator.is-style-wide {
    padding: 10px 0
}

.tag-markup-2 .text-wrapper h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}

.tag-markup-2 .text-wrapper h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
}

.tag-markup-2 .text-wrapper h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.tag-markup-2 .text-wrapper h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

.tag-markup-2 .text-wrapper h5 {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.tag-markup-2 .text-wrapper h6 {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

hr {
    margin: 1rem 0 !important;
    color: #000;
    border: 1 px solid #ddd;
    opacity: .25 !important;
}

.text-wrapper dl {
    font-size: 16px;
}

.text-wrapper h2:nth-of-type(2) {
    margin-top: 20px;
}

img.alignright.size-thumbnail.wp-image-827 {
    margin-bottom: 70px;
    clear: both;
}

.author_info_wrap table {
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    font-size: 14px;
}

.author_info_wrap table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}

.author_info_wrap table,
.author_info_wrap th,
.author_info_wrap td {
    border: 1px solid #d1d1d1;
}

.author_info_wrap table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.author_info_wrap table tbody td {
    text-align: center;
}

.author_info_wrap table a {
    text-decoration: underline;
}

.post_format-post-format-gallery .text-wrapper h2 {
    font-size: 36px;
    line-height: 1;
    margin-top: 20px;
    font-weight: 600;
}

.postbox_quote__item blockquote cite a {
    color: var(--rr-theme-primary-2);
    ;
    font-weight: 600;
}


/* page unit test css */
.rt-page-area .rt-page-post h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}

.rt-page-area .rt-page-post h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
}

.rt-page-area .rt-page-post h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}

.rt-page-area .rt-page-post h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.rt-page-area .rt-page-post h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.rt-page-area .rt-page-post h6 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.rt-page-area .rt-page-post h2:nth-of-type(2) {
    margin-top: 20px;
}

.rt-page-area .rt-page-post h2 {
    margin-top: 20px;
}

.rt-page-area .rt-page-post p {
    margin-top: 20px;
    font-size: 16px;
}

.rt-page-area .rt-page-post table {
    margin-top: 15px;
    margin-bottom: 30px;
}

.rt-page-post table,
.rt-page-post th,
.rt-page-post td {
    border: 1px solid #d1d1d1;
}

.rt-page-area .rt-page-post table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 500;
}

.rt-page-area table tbody td {
    text-align: center;
    font-size: 14px;
}

.rt-page-area table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.rt-page-area .rt-page-post table th a {
    font-size: 14px;
    text-decoration: underline;
}

.rt-page-area .rt-page-post table a {
    text-decoration: underline;
}

.rt-page-area ol,
.rt-page-area ul {
    padding-left: 25px;
    margin-bottom: 25px;
}

.rt-page-area ol li,
.rt-page-area ul li {
    margin-bottom: 7px;
}

.rt-page-area ol ol,
.rt-page-area ol ul,
.rt-page-area ul ol,
.rt-page-area ul ul {
    margin-bottom: 0;
}

.rt-page-area .rt-page-post .size-full.alignright {
    margin-bottom: 35px;
    margin-top: 10px;
    clear: both;
}

.rt-page-area .rt-page-post .comment-respond {
    clear: both;
}

.rt-page-area .rt-page-post .blog-details__Comment-title {
    margin-top: 50px;
}

.rt-page-area .rt-page-post .logged-in-as {
    margin-bottom: 10px;
}


/* post Formate css */

.postbox__audio iframe {
    width: 100%;
}

.postbox__quote i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: var(--white);
    background-color: var(--theme);
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.postbox__quote p {
    color: var(--rr-heading-primary);
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px;
    opacity: 1;
}

.blog-form .form-group .form-control {
    background-color: var(--rr-color-border-1);
    color: var(--rr-color-text-body);
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    border: none;
    padding: 15.5px 30px;
    border-radius: 0;
    margin-bottom: 25px;
    width: 100%;
}

.comment-form__input-box textarea:focus {
    box-shadow: none;
    border-color: var(--rr-color-border-1);
    background-color: var(--rr-color-border-1);
    color: var(--rr-color-text-body);
}

.comment-form__input-box textarea {
    background-color: var(--rr-color-border-1);
    color: var(--rr-color-text-body);
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    border: none;
    padding: 15.5px 30px;
    border-radius: 0;
    margin-bottom: 25px;
    width: 100%;
}

.blog-form .form-group .form-control::placeholder,
.comment-form__input-box textarea::placeholder {
    color: var(--rr-color-text-body);
}

.comment-form__input-box {
    margin-bottom: 20px;
}

.postbox__quote cite {
    font-size: 18px;
    color: var(--theme);
    font-weight: 600;
    font-style: inherit;
    text-transform: capitalize;
}

.postbox__quote cite:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--theme);
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.postbox__slider {
    position: relative;
    overflow: hidden;
}

.postbox__slider .postbox-slider-button-next,
.postbox__slider .postbox-slider-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--theme);
    color: var(--white);
}

.postbox__slider .postbox-slider-button-next:hover,
.postbox__slider .postbox-slider-button-prev:hover {
    color: var(--white);
    background-color: var(--theme);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.postbox__slider .postbox-slider-button-prev {
    left: 30px;
}

.postbox__slider .postbox-slider-button-next {
    right: 30px;
}

.postbox__video {
    position: relative;
}

.postbox__thumb.postbox__video.mb-25.w-img.p-relative img {
    max-width: 100%;
    height: auto;
}

.postbox__video .play-btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: var(--white);
    background: var(--theme);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    animation: pulse-effect 2s infinite;
}

@keyframes pulse-effect {
    0% {
        box-shadow: 0 0 0 0px #fff;
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.blog-details__sidebar__widget.widget_block .wp-block-heading {
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 14px;
    color: var(--rr-heading-primary);
}

.blog-details__sidebar__wrapper .wp-block-search__label {
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 14px;
    color: var(--rr-heading-primary);
}

.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3,
.text-wrapper h4,
.text-wrapper h5,
.text-wrapper h6 {
    margin-bottom: 20px;
}

.text-wrapper p {
    margin-bottom: 10px;
    color: var(--primary);
}

.text-wrapper img {
    margin-bottom: 20px;
}

.wp-block-cover__inner-container p {
    color: #fff;
}

.blog-details__sidebar__widget.widget_search .wp-block-search__input {
    border: 1px solid rgba(25, 41, 41, 0.1);
}

.blocks-gallery-item img {
    margin-bottom: 0;
}

.nice-select .list {
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

.default-header-logo {
    padding: 30px 0;
}

.admin-bar .default-header {
    margin-top: 32px;
}
.blog-details-wrapper .tag-sticky-2 ul {
    padding-left: 0;
}
.wp-block-audio audio {
    border: 1px solid #d9d9d9;
    border-radius: 30px;
}
.wp-block-gallery.has-nested-images img {
    margin-bottom: 0;
}
.wp-audio-shortcode {
    border: 1px solid #ddd;
    border-radius: 100px;
}
.wp-block-search .wp-block-search__label {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #000;
}