@font-face {
    font-family: "gallery_modernregular";
    src: url("../fonts/gallerymodern-webfont.woff2") format("woff2"), url("../fonts/gallerymodern-webfont.woff") format("woff"), url("../fonts/gallerymodern-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    /**
  @font family declaration
  */
    --ruhe-ff-body: 'Syne', sans-serif;
    --ruhe-ff-heading: 'Syne', sans-serif;
    --ruhe-ff-p: 'Syne', sans-serif;
    --ruhe-ff-syne: 'Syne', sans-serif;
    --ruhe-ff-gallery: 'gallery_modernregular', sans-serif;
    --ruhe-ff-shoulders: 'Big Shoulders Display', cursive;
    --ruhe-ff-marcellus: 'Marcellus', sans-serif;
    --ruhe-ff-aladin: 'Aladin', system-ui;
    --ruhe-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --ruhe-common-white: #F5F7F5;
    --ruhe-common-white-solid: #fff;
    --ruhe-common-black: #1E1E1E;
    --ruhe-common-black-2: #1E1E1E;
    --ruhe-common-black-3: #141414;
    --ruhe-common-dark: #121212;
    --ruhe-common-orange: #EB5939;
    --ruhe-grey-1: #262626;
    --ruhe-grey-2: #F4F4F4;
    --ruhe-grey-3: #5D5D63;
    --ruhe-grey-4: #F7F7F7;
    --ruhe-text-body: #5D5D63;
    --ruhe-theme-1: #336EF9;
    --ruhe-border-1: #EAEAEB;
}


/*
  Theme Name: ruhe - Creative Agency & Portfolio WordPress Theme
  Author: Theme_Pure
  Support: https://help.themepure.net/login
  Description: Sruhe - Creative Agency & Portfolio WordPress Theme
  Version: 1.0.0
*/


/*.........<! 1. Theme default css !>.........*/

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}


/*comments list */

.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: 0;
}

.latest-comments ul li .children li {
    margin-top: 10px;
}

#cancel-comment-reply-link {
    color: #ffffff;
    margin-left: 8px;
    font-size: 14px;
    background-color: #000000;
    padding: 10px;
    font-weight: 600;
}

#cancel-comment-reply-link:hover {
    color: #ffffff;
}


/*comments form*/

.comment-reply-title {
    line-height: 1;
    margin: 10px 0;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 44px;
    line-height: 50px;
    color: var(--rr-heading-primary);
    padding: 25px 0px 13px 0px;
}

.comment-form-cookies-consent {
    display: none;
}

div.latest-comments>ul {
    padding-left: 0;
}

.latest-comments>ul>li {
    list-style: none;
}

.ruhe-blog-area ul.ruhe-comment-list {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.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;
}

.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 */

.ruhe-postbox-item.sticky {
    border-top: 3px solid var(--ruhe-grey-1);
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
    clear: both;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}


/* tp unit css */

.ruhe-blog-area>ul,
.ruhe-blog-area>ol,
.ruhe-blog-area ul,
.ruhe-blog-area ol {
    padding-left: 24px;
}

.ruhe-blog-area dl,
.ruhe-blog-area ol,
.ruhe-blog-area ul {
    margin-top: 0;
    margin-bottom: 25px;
    /* margin-left: -10px; */
}

.postbox__details ol li,
.postbox__details ul li {
    padding-top: 7px;
}

.ruhe-blog-area ol ol,
.ruhe-blog-area ol ul,
.ruhe-blog-area ul ol,
.ruhe-blog-area ul ul {
    margin-bottom: 0;
}


/*ruhe-page-content*/

.ruhe-page-content .blog-post-comment {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 30px;
}

.ruhe-page-content ol,
.ruhe-page-content ul {
    padding-left: 25px;
    margin-bottom: 25px;
}

.ruhe-page-content ol li,
.ruhe-page-content ul li {
    margin-bottom: 7px;
}

.ruhe-page-content ol li ol,
.ruhe-page-content ul li ul {
    margin-top: 7px;
}

.ruhe-page-content ol ol,
.ruhe-page-content ol ul,
.ruhe-page-content ul ol,
.ruhe-page-content ul ul {
    margin-bottom: 0;
}

.ruhe-page-content .size-full.alignright {
    margin-bottom: 35px;
    margin-top: 20px;
    clear: both;
}

.ruhe-page-content .ruhe-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-list.extraclass.wp-block-archives li a {
    color: var(--rr-text-body);
}

.wp-block-archives-dropdown .nice-select {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid rgba(34, 34, 34, 0.14);
    padding: 0 20px;
}

.nice-select .list {
    width: 100%;
    height: 350px;
    overflow-y: scroll!important;
}

.postbox__text .nice-select {
    float: none;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid rgb(214, 214, 214);
    padding: 0px 20px;
}

.ruhe-blog-area div.postbox__comment-text .ruhe-post-comment-text>ul,
.ruhe-blog-area div.postbox__comment-text .ruhe-post-comment-text>ol {
    margin-bottom: 15px;
}

.postbox__text ol,
.postbox__text ul {
    padding-left: 20px;
}

.postbox__text .wp-block-comments-title {
    font-size: 32px;
    font-weight: 600;
}

.ruhe-postbox-details-article-inner .wp-block-comment-reply-link.has-small-font-size a.comment-reply-link {
    border: 1px solid #E6E7E8;
    display: inline-block;
    padding: 0px 11px;
}

.ruhe-postbox-details-article-inner .wp-block-comment-template {
    padding-left: 0;
}

.ruhe-postbox-details-article-inner .wp-block-comment-template .comment-respond.wp-block-post-comments-form {
    padding-top: 0;
}

.ruhe-postbox-details-article-inner .wp-block-comment-template li:not(:last-child) {
    margin-bottom: 25px;
}

.ruhe-postbox-details-article-inner .wp-calendar-nav a {
    color: #7e7e7e;
}

.ruhe-postbox-details-article-inner .wp-calendar-nav a:hover {
    color: #000;
}

.ruhe-postbox-details-article-inner .wp-block-latest-comments__comment-meta {
    font-size: 16px;
}

.ruhe-postbox-details-article-inner .wp-block-latest-comments__comment-meta a:hover {
    color: #000;
}

.ruhe-postbox-details-article-inner .wp-block-column-is-layout-flow {
    margin-bottom: 20px !important;
}

.postbox__text .ruhe-postbox-details-share-wrapper {
    clear: both;
}

.wp-block-image {
    overflow: hidden;
}

p.logged-in-as {
    color: #7e7e7e;
    margin-bottom: 20px;
}

p.logged-in-as a {
    color: #000;
}

p.logged-in-as a:hover {
    color: #5169F1;
}

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;
}

.wp-block-button {
    margin-bottom: 10px;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

div.postbox__text .wp-block-cover-text {
    color: #fff;
}

.wp-block-cover {
    margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-grid {
    padding-left: 0;
    margin-bottom: 0;
}

.blocks-gallery-caption {
    margin-bottom: 40px !important;
}

.wp-block-group.has-background {
    margin-bottom: 25px;
}


/* .wp-block-group {
  margin-top: 30px;
  margin-bottom: 30px;
} */

.wp-block-query-pagination {
    margin-bottom: 15px;
}

.ruhe-postbox-details-article-inner .wp-block-group .wp-block-group__inner-container> :last-child {
    margin-bottom: 0;
}

ul.wp-block-navigation__container.is-responsive.wp-block-navigation {
    padding-left: 0;
}

.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: var(--rr-text-body);
}

.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;
    margin-bottom: 0;
}

.wp-block-query ul.wp-block-post-template .wp-block-post:not(:last-child) {
    margin-bottom: 60px;
}

.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-family: var(--ruhe-ff-jost);
    font-weight: 400;
    font-size: 16px;
    background-color: #cccccc;
    padding: 9px 26px;
    color: var(--rr-text-body);
    height: auto;
    color: #000;
}

.wp-block-post-comments-form input[type=submit]:hover {
    background-color: #000;
    color: #ffffff;
}

.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;
    box-shadow: none;
    outline: none;
}

.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;
}

.postbox__text p.has-large-font-size {
    font-size: 24px !important;
    line-height: 1.2;
    margin-bottom: 10px;
}

.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;
}

.wp-block-preformatted {
    margin: 30px 0;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    margin-top: 50px;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}

.ruhe-postbox-details-content table.wp-calendar-table {
    margin-bottom: 20px;
}

.ruhe-postbox-details-content .wp-block-calendar {
    margin-bottom: 20px;
}

.ruhe-post-tag {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    padding-top: 30px;
}

.ruhe-post-tag span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ruhe-post-tag a {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: var(--ruhe-text-11);
    background: var(--ruhe-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;
}

.ruhe-post-tag a:hover {
    color: var(--rr-text-body);
    background: #000;
}

.postbox__text .wp-block-tag-cloud a {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #797979;
    /* margin-right: 20px; */
    margin-bottom: 10px;
}

.postbox__text .wp-block-tag-cloud a:hover {
    color: #000;
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box;
    padding-left: 0;
}


/*block quote*/

.wp-block-quote {
    border: 0;
}

div.wp-block-columns .wp-block-quote {
    padding: 32px 20px 35px;
}

blockquote {
    margin-top: 30px;
    text-align: center;
    padding: 32px 60px 35px;
    background-color: #f3f4f8;
    margin-bottom: 45px 0 !important;
}

blockquote::before {
    content: "\f10e";
    position: static;
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    color: #000;
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
}

.ruhe-blog-area blockquote p {
    font-family: var(--ruhe-ff-jost);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 0;
}

blockquote cite {
    font-size: 14px !important;
    display: block;
    margin-top: 10px;
    color: var(--ruhe-common-dark) !important;
    font-style: inherit;
    font-weight: 500;
}

blockquote cite::before {
    content: "";
    font-size: 28px;
    padding-bottom: 0px;
    display: inline-block;
    background: #000;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

.ruhe-postbox-details-content blockquote p {
    margin-bottom: 0;
}

.ruhe-postbox-details-content 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;
}

.ruhe-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;
}

.postbox__text blockquote.is-style-large cite::before {
    margin-right: 0;
}

.wp-block-quote.has-text-align-right {
    border-right: 0;
    padding: 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin: auto;
    display: inline-block;
}

.comments-box blockquote {
    background: #fff;
}

.ruhe-postbox-details-comment-wrapper .ruhe-postbox-details-comment-content blockquote {
    box-shadow: none;
}

.ruhe-postbox-details-comment-wrapper .ruhe-postbox-details-comment-content>ul,
.ruhe-postbox-details-comment-wrapper .ruhe-postbox-details-comment-content>ol {
    margin-bottom: 20px;
}

.wp-block-column .wp-block-quote {
    padding: 10px;
}


/*gallery */

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}


/*table */

.ruhe-postbox-details-content table {
    margin-bottom: 30px;
    width: 100%;
}

.ruhe-postbox-details-content table,
.ruhe-postbox-details-content th,
.ruhe-postbox-details-content td {
    border: 1px solid #d1d1d1;
}

.ruhe-postbox-details-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}

.ruhe-postbox-details-content table tbody td {
    text-align: center;
}

.ruhe-postbox-details-content table a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ruhe-postbox-details-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.ruhe-postbox-details-content .comments-text table {
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
}


/*pabe table*/

.ruhe-page-content table {
    margin-bottom: 30px;
}

.ruhe-page-content table,
.ruhe-page-content th,
.ruhe-page-content td {
    border: 1px solid #d1d1d1;
}

.ruhe-page-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 500;
}

.ruhe-page-content table tbody td {
    text-align: center;
}

.ruhe-page-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.ruhe-page-content 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: #000;
    color: #fff;
    border: 0;
    margin-top: 10px;
    transition: 0.3s;
}

.post-password-form input[type=submit]:hover {
    background: #031220;
}

.wp-block-search__inside-wrapper {
    margin-bottom: 20px;
}

.wp-block-search__button {
    width: 120px;
    height: 60px;
    background: #000;
    color: #fff;
    border: 0;
    transition: 0.3s;
    margin-left: 0;
}

.wp-block-search__button:hover {
    background: #031220;
}

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;
}


/*widget*/

.ruhe-sidebar-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.ruhe-sidebar-widget.widget_recent_comments ul li a::after {
    display: none;
}

.ruhe-sidebar-widget.widget_recent_comments ul li a {
    padding-left: 0;
    display: inline;
}

.ruhe-sidebar-widget.widget_recent_comments ul li>a {
    color: #000;
}

.ruhe-sidebar-widget.widget_recent_comments ul li>a:hover {
    color: var(--ruhe-grey-1);
}

.ruhe-sidebar-widget.widget_recent_comments .comment-author-link a {
    color: #000;
}

.ruhe-sidebar-widget.widget_recent_comments .comment-author-link a:hover {
    color: var(--ruhe-grey-1);
}

.ruhe-sidebar-widget.widget_recent_entries ul li a::after {
    display: none;
}

.ruhe-sidebar-widget.widget_recent_entries ul li a {
    padding-left: 0;
    color: #000;
}

.ruhe-sidebar-widget.widget_recent_entries ul li a:hover {
    padding-left: 0;
    color: var(--ruhe-grey-1);
}

.ruhe-sidebar-widget.widget_rss ul li a::after {
    display: none;
}

.ruhe-sidebar-widget.widget_rss ul li a {
    padding-left: 0;
    display: inline;
}

.ruhe-sidebar-widget.widget_text form br {
    display: none;
}

.ruhe-sidebar-widget.widget_rss ul li>a {
    color: #000;
}

.ruhe-sidebar-widget.widget_rss ul li>a:hover {
    color: var(--ruhe-grey-1);
}

.ruhe-sidebar-widget.widget_tag_cloud .tagcloud {
    border-top: 0;
    padding: 0;
}

.ruhe-sidebar-widget .nice-select {
    float: none;
}

.ruhe-sidebar-widget .nice-select .list {
    width: 100%;
}

.ruhe-sidebar-widget .nice-select .option {
    margin-bottom: 0 !important;
}

.ruhe-sidebar-widget .nice-select::after {
    right: 18px;
}

.ruhe-postbox-details-comment-wrapper .logged-in-as {
    margin-bottom: 10px;
}

.ruhe-postbox-details-comment-wrapper .logged-in-as a {
    color: #000;
}

.ruhe-postbox-details-comment-wrapper .logged-in-as a:hover {
    color: #000;
}

.textwidget img {
    max-width: 100%;
    height: auto;
}

#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;
}

.ruhe-sidebar-widget .wp-calendar-table a {
    color: #000;
}

#wp-calendar tbody td#today {
    background: #000;
    color: #fff;
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.ruhe-sidebar-widget .wp-calendar-nav a {
    color: #7e7e7e;
}

.ruhe-sidebar-widget .wp-calendar-nav a:hover {
    color: #000;
}


/*sidebar block widget*/

.ruhe-sidebar-widget .wp-block-group__inner-container h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    color: var(--rr-ff-heading1);
    margin-bottom: 25px;
}

.ruhe-sidebar-widget .wp-block-search__input {
    width: 100%;
    background-color: var(--bs-body-bg);
    outline: 0;
    border: none;
    font-size: 16px;
    border-radius: 100px;
    padding: 13px 20px;
}

.ruhe-sidebar-widget .wp-block-search__inside-wrapper {
    margin-bottom: 0;
}

.ruhe-sidebar-widget .wp-block-search__label {
    display: none;
}

.ruhe-sidebar-widget .wp-block-search__inside-wrapper {
    position: relative;
}

.ruhe-sidebar-widget .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--ruhe-grey-1);
    color: #fff;
    border: 0;
    padding: 0 25px;
    font-size: 16px;
    border-radius: 100px;
}

.ruhe-sidebar-widget .wp-block-search__button:hover {
    background: var(--ed-color-bg-2);
    color: #fff;
}

.ruhe-sidebar-widget .wp-block-group {
    margin-top: 0;
    margin-bottom: 0;
}

.ruhe-sidebar-widget.widget_block ul.wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 15px;
}

.ruhe-sidebar-widget.widget_block ol.wp-block-latest-comments li.wp-block-latest-comments__comment {
    margin-bottom: 0;
}

.ruhe-sidebar-widget.widget_block ol.wp-block-latest-comments li.wp-block-latest-comments__comment:not(:last-child) {
    margin-bottom: 15px;
}

.ruhe-sidebar-widget.widget_block ul.wp-block-latest-posts li a::after {
    display: none;
}

.ruhe-sidebar-widget.widget_block ul.wp-block-latest-posts li a {
    color: var(--rr-ff-heading1);
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;
    box-shadow: none;
}

.ruhe-sidebar-widget.widget_block ul.wp-block-latest-posts li a:hover {
    color: var(--ruhe-grey-1);
}

.ruhe-sidebar-widget.widget_block .wp-block-latest-comments article a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--rr-ff-heading1);
    background-image: radial-gradient(currentColor, currentColor), radial-gradient(currentColor, currentColor);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 91%;
    background-repeat: no-repeat;
}

.ruhe-sidebar-widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
    color: #777;
}

.ruhe-sidebar-widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
    color: var(--rr-ff-heading1);
}

.ruhe-sidebar-widget.widget_block .wp-block-latest-comments article a:hover {
    color: var(--ruhe-grey-1);
}

.ruhe-sidebar-widget .wp-block-tag-cloud a {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px !important;
    font-weight: 500;
    color: var(--ruhe-text-11);
    background: var(--ruhe-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;
    background-image: radial-gradient(currentColor, currentColor), radial-gradient(currentColor, currentColor);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 91%;
    background-repeat: no-repeat;
}

.ruhe-sidebar-widget .wp-block-calendar table th {
    background: no-repeat;
}


/*footer widget*/

.footer-widget ul ul {
    padding-left: 10px;
    padding-top: 8px;
}

.footer-widget.widget_recent_comments ul li {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
}

.footer-widget.widget_recent_comments ul li>a {
    padding-left: 0;
}

.footer-widget.widget_recent_comments ul li>a::after {
    display: none;
}

.footer-widget.widget_recent_entries ul li {
    line-height: 1.6;
}

.footer-widget .rssSummary {
    line-height: 1.5;
}

.footer-widget .rsswidget {
    font-weight: 500;
}

.footer-widget.widget_recent_comments .comment-author-link a {
    color: #fff;
    font-weight: 500;
    padding-left: 0;
}

.footer-widget.widget_recent_comments ul li a::before {
    display: none;
}

.footer-widget.widget_recent_comments .comment-author-link a::after {
    display: none;
}

.footer-widget.widget_recent_comments .comment-author-link a:hover {
    color: #07A698;
}

.footer-widget.widget_recent_entries ul li a::after {
    display: none;
}

.footer-widget.widget_recent_entries ul li a::before {
    display: none;
}

.footer-widget.widget_recent_entries ul li a {
    padding-left: 0;
    color: #fff;
}

.footer-widget.widget_rss ul li a::after {
    display: none;
}

.footer-widget.widget_rss ul li a::before {
    display: none;
}

.footer-widget.widget_rss ul li a {
    padding-left: 0;
    color: #fff;
}

.footer-widget.widget_rss ul li a:hover {
    color: #07A698;
}

.footer-widget .nice-select .list {
    width: 100%;
}

.footer-widget .nice-select .option {
    margin-bottom: 0 !important;
    color: var(--ruhe-text-1);
}

.footer-widget .nice-select .option:hover {
    color: var(--rr-text-body);
}

.footer-widget .nice-select::after {
    right: 18px;
}

.footer-widget .nice-select {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.footer-widget .nice-select::after {
    color: #fff;
}

.footer-widget .nice-select .list {
    background-color: #fff;
    padding-bottom: 10px;
}

.footer-widget .nice-select .list .option {
    color: var(--rr-text-body);
    line-height: 1.2;
    height: auto;
    min-height: auto;
    padding: 9px 26px;
}

.footer-widget .nice-select .list .option:hover {
    color: #000000;
}

#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;
}

.footer-widget .wp-calendar-table a {
    color: #000;
}

#wp-calendar tbody td#today {
    background: #000000;
    color: #fff;
}

#wp-calendar tbody td#today a {
    color: #fff;
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.footer-widget .wp-calendar-nav-prev a {
    color: #fff;
}

.footer-widget .wp-calendar-nav-prev a:hover {
    color: #07A698;
}

.footer-widget #wp-calendar thead th {
    color: #fff;
}

.footer-widget #wp-calendar caption {
    color: #fff;
}

.footer-widget .tagcloud a {
    color: var(--rr-text-body);
}

.footer-widget .tagcloud a:hover {
    color: var(--rr-text-body);
}

.footer-widget .sidebar__search input {
    background: transparent;
    color: var(--rr-text-body);
    border-color: rgba(255, 255, 255, 0.7);
}

.footer-widget .ruhe-sidebar-search input {
    font-size: 15px;
    width: 100%;
    height: 50px;
    color: #686A6D;
    border-radius: 6px;
    padding-right: 50px;
    background: #F3F4F9;
    border: 1px solid #F3F4F9;
    padding: 5px 15px;
}

.footer-widget .ruhe-sidebar-search-btn {
    position: absolute;
    top: 50%;
    right: 18px;
    line-height: 1;
    transform: translateY(-50%);
}

.footer-widget .sidebar__search button {
    color: #000;
}

.footer-widget.widget_text p {
    /* font-size: 14px; */
    color: #fff;
}

.footer-widget .nice-select {
    float: none;
}

.footer-widget.widget_rss ul li {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget.widget_rss ul li>span {
    color: rgba(255, 255, 255, 0.5);
}

.ed-default-footer {
    background-color: #162726;
}


/*footer block widget*/

.footer-widget .wp-block-group__inner-container h2 {
    font-size: 24px;
    color: var(--rr-text-body);
    margin-bottom: 25px;
    position: relative;
    font-family: var(--ruhe-ff-space);
}

.footer-widget .wp-block-search__input {
    min-width: 100%;
    border: 0;
    width: 100%;
    background: #fff;
    height: 52px;
    padding: 0 15px;
}

.footer-widget .wp-block-search__label {
    display: none;
}

.footer-widget .wp-block-search__inside-wrapper {
    position: relative;
}

.footer-widget .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #000;
    color: #fff;
    border: 0;
    padding: 0 25px;
}

.footer-widget.widget_block ul.wp-block-latest-posts li a::after {
    display: none;
}

.footer-widget .widget_block ul.wp-block-latest-posts li a {
    color: #000;
    padding-left: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.footer-widget.widget_block .wp-block-latest-comments article a {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    opacity: 0.7;
    display: inline-block;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading1);
}

.footer-widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
    color: #666;
}

.footer-widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    opacity: 0.7;
    display: inline-block;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading1);
}

.footer-widget .wp-block-tag-cloud a {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px !important;
    font-weight: 500;
    color: var(--ruhe-text-11);
    background: #fff;
    -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;
}

.footer-widget .wp-block-tag-cloud a:hover {
    color: var(--rr-text-body);
    background: #000;
}

.footer-widget .wp-block-calendar table th {
    background: no-repeat;
}

.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;
}


/*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: 15px;
    text-align: center;
}


/* Monster Widget Blog Sidebar CSS  */

.sidebar-widget.widget_archive ul li,
.sidebar-widget.widget_pages ul li {
    list-style: none;
}

.sidebar-widget.widget_archive ul li:not(:last-child),
.sidebar-widget.widget_pages ul li:not(:last-child),
.sidebar-widget.widget_meta ul li:not(:last-child),
.sidebar-widget.widget_recent_comments ul li:not(:last-child),
.sidebar-widget.widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-widget.widget_archive ul li a,
.sidebar-widget.widget_pages ul li a,
.sidebar-widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 20px;
}

.sidebar-widget.widget_archive ul li a::after,
.sidebar-widget.widget_pages ul li a::after,
.sidebar-widget.widget_nav_menu ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--rr-text-body);
    border-radius: 50%;
}

.sidebar-widget.widget_archive ul li a:hover::after,
.sidebar-widget.widget_pages ul li a:hover::after,
.sidebar-widget.widget_nav_menu ul li a:hover::after {
    background-color: var(--ruhe-grey-1);
}

.sidebar-widget ul li {
    list-style: none;
}

.sidebar-widget ul ul {
    padding-left: 15px;
    padding-top: 10px;
}


/* Monster Widget CSS Added  */

.footer-widget {
    margin-bottom: 50px;
}


/* .footer-widget ul {
  list-style: none;
} */

.footer-widget ul li {
    list-style: none;
}

.footer-widget ul li a {
    font-family: var(--ed-ff-body);
    color: var(--ed-color-common-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: .7;
}

.footer-widget ul li a:hover {
    color: #fff;
    opacity: 1;
}

.footer-widget ul li a {
    position: relative;
    /* padding-left: 30px; */
}

.footer-widget ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-widget ul li a::before {
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 700;
    content: "";
    background-color: var(--ed-color-common-white);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    opacity: .7;
}

.footer-widget ul li a:hover::before {
    color: #fff;
    opacity: 1;
}

.footer-widget.widget_tag_cloud .tagcloud a {
    background-color: var(--ed-color-common-white);
    padding: 8px 18px;
    font-family: var(--ed-ff-body);
    font-size: 15px !important;
    font-weight: 400;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 8px;
    transition: all 0.3s;
}

.footer-widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #000000;
    color: #fff;
}

.footer-widget .nice-select {
    float: none;
}

.ruhe-footer-widget .ruhe-sidebar-search-input {
    position: relative;
}

.breadcrumb__page span {
    color: white;
}


/* custom css by shahrear  */

.navxt_ancor i {
    color: #fff;
    margin: 0 10px;
}

.ruhe-postbox-thumb.postbox__thumb.post-thumb {
    height: 100%;
}

.blog_custom_margin {
    margin: 0 80px;
}

.custom_ul_padding .post-meta {
    padding-left: 0;
}

.ruhe__cus_category ul {
    list-style: none;
}

.ruhe__cus_category ul li {
    list-style: none;
    /* display: flex;
  align-items: center;
  justify-content: space-between; */
    border-bottom: 1px solid rgba(34, 34, 34, 0.14);
}

.ruhe__cus_category ul li a {
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: var(--rr-text-body);
    padding: 10px 0px 7px 0px;
    display: inline-block;
    font-weight: var(--rr-fw-medium);
    font-family: var(--rr-ff-heading);
}

.ruhe__cus_category .tagcloud a {
    border-radius: 30px;
    padding: 5px 19.2px;
    font-style: normal;
    font-size: 16px !important;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
    color: var(--rr-text-body);
    transition: all 0.3s ease-in-out;
    font-weight: var(--rr-fw-medium);
    font-family: var(--rr-ff-heading);
    border: 1px solid rgba(34, 34, 34, 0.14);
}

.ruhe__cus_category .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.ruhe-postbox-thumb iframe {
    width: 100%;
}


/* gallery img slider  */

.post-thumb-carousel .swiper-wrapper.swiper-slide {
    width: 100%;
}

.ruhe_cus_slider_btn {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    position: absolute;
    top: 22%;
    left: 0;
}

.ruhe_cus_slider_btn .swiper-nav {
    font-size: 40px;
    color: #ffffff;
    z-index: 99;
}

.ruhe_cus_slider_btn .swiper-nav {
    font-size: 40px;
    color: #fdfdfd;
    z-index: 99;
}

.swiper-nav.swiper-next {
    margin-left: 963px;
}

.ruhe_blog_details_meta ul {
    padding-left: 0px;
    display: flex;
    gap: 20px;
}

.ruhe-postbox-comment-box {
    padding: 30px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.14);
}

.ruhe-postbox-comment-reply a {
    text-decoration: none;
}

.postbox__comment-avater img {
    width: 70px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
}

.postbox__details-thumbnail .ruhe-postbox-thumb img {
    /* width: 100%; */
    height: 400px;
    object-fit: cover;
}

.blog-details__postbox__tagwrapper__social a {
    width: 32.14px;
    height: 33px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 30px;
    display: flex;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
    color: var(--rr-heading-primary);
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(34, 34, 34, 0.1);
}

.ruhe_comments_dec p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 16px;
    line-height: 30px;
    color: var(--rr-text-body);
}

.postbox__details-thumbnail .ruhe_cus_slider_btn {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    position: absolute;
    top: 45%;
    left: 0;
}

.blog-details__sidebar__post-thumb {
    width: 100px;
}


/* unit test start  */

.custom_ul_padding.sticky {
    border-top: 3px solid black;
}

.ruhe-postbox-text.postbox__text p {
    margin-bottom: 13px;
}

.wp-block-navigation ul.wp-block-page-list {
    padding-left: 70px;
}

.postbox__text .wp-block-site-title {
    font-size: 40px;
    line-height: 1.3;
}

.wp-block-query .wp-block-post-template {
    margin-left: 30px;
}

.ruhe-pagination {
    margin-left: 6px;
    display: flex;
    justify-content: center;
}

.ruhe-pagination li {
    list-style: none;
    color: black;
    float: left;
    margin: 0 5px;
}

.ruhe-pagination li .page-numbers {
    list-style: none;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.ruhe-pagination li span:not(.dots) {
    background-color: #000000;
    color: white;
}

.ruhe-pagination li {
    background-color: #ddd;
}

.wp-block-categories-dropdown.wp-block-categories {
    margin-bottom: 30px;
}

.blog-details__postbox__tagwrapper.fade-top {
    overflow: hidden;
    clear: both;
}

img.alignright.size-thumbnail.wp-image-827 {
    clear: both;
    margin-top: 30px;
    margin-bottom: 50px;
}

.widget_rss ul li span {
    float: none;
}

.widget_rss ul li {
    float: none;
    border: none;
}

ul.children li:last-child {
    border: none;
}

.blog-details__sidebar__widget ul.children li a {
    border-top: 1px solid rgb(202, 202, 202);
    display: block;
    margin-top: -1px;
    padding: 5px 0px;
}

.blog-details__sidebar__widget .textwidget .nice-select .list {
    width: 100%;
    height: auto;
    overflow-x: scroll;
}


/* .nice-select .list {
 width: 100%;
} */

.blog-details__sidebar__widget .nice-select {
    float: none;
    border: 1px solid rgb(196, 196, 196);
    padding: 0 20px;
}

.blog-details__sidebar__widget ul li ul {
    /* padding-top: 10px; */
    padding-left: 25px;
}

.blog-details__sidebar__widget.widget_nav_menu ul li ul {
    padding-top: 10px;
    padding-left: 25px;
    border-top: 1px solid rgb(196, 196, 196);
}

.blog-details__sidebar__widget.widget_nav_menu ul li:last-child {
    border: none;
}

.blog-details__sidebar__widget.widget_nav_menu ul li a {
    display: block;
    margin-top: -1px;
}


/* footer  */

.footer-3__copyright__social ul li {
    display: inline-block;
}

.children span {
    color: #bebebe;
}

.widget_categories .cat-item a span {
    color: #bebebe !important;
}

footer span {
    color: #bebebe;
    /* float: right; */
}

.footer-widget ul li a i {
    display: none;
}

.wp-block-group .wp-block-group__inner-container .wp-block-heading,
.blog-details__sidebar__widget .wp-block-group .wp-block-group__inner-container .wp-block-heading,
.wp-block-search .wp-block-search__label {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 0;
    color: #000000;
    font-family: var(--rr-ff-heading1);
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 10px;
}

.h2-blog__content .post-meta {
    display: flex;
    gap: 20px;
}

.ruhe__cus_category.widget_archive ul li a {
    width: 100%;
}

.ruhe__cus_category.widget_archive ul li a span {
    float: right;
}


/* ul li:last-child {
  border: none !important;
} */

.post-meta span a i {
    padding-right: 10px;
}

.wp-block-tag-cloud a {
    font-size: 13px !important;
    border-radius: 30px;
    margin-bottom: 7px;
    padding: 5px 19.2px;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
    color: var(--rr-text-body);
    transition: all 0.3s ease-in-out;
    font-weight: var(--rr-fw-medium);
    font-family: var(--rr-ff-heading);
    border: 1px solid rgba(34, 34, 34, 0.14);
}

.wp-block-tag-cloud a:hover {
    background-color: black;
    color: #fff !important;
}

.wp-block-cover__inner-container p {
    color: #fff;
}

.ruhe-postbox-text h2,
.ruhe_comments_dec h2 {
    color: #000;
    font-weight: 700;
}

.blog-details__contact-form {
    margin-top: 24px;
    margin-right: 20px;
    clear: both;
}

.blog-details__contact-form .ruhe_comments_dec>ul {
    margin-bottom: 20px;
}

.blog-details__contact-form .ruhe_comments_dec>ol {
    margin-bottom: 20px;
}


/* btn color */

.rr-btn {
    border: 1px solid #e9e9e9;
}

.project-section-2__content .project-section-2__meta li:last-child {
    border: 1px solid hsla(0, 3.03%, 12.94%, 0.1) !important;
}

.new-test-class:hover .icon-background-color {
    color: red;
    background-color: black;
}


/* branding img css  */

.h1-brand__content-img img {
    width: 100%;
    height: 100%;
    display: block;
}


/* mailchamp  */

.ruhe-footer-subscribe-1 .footer-subscribe-1 {
    display: block;
}

.ruhe-footer-subscribe-1 .footer-subscribe-2,
.ruhe-footer-subscribe-1 .footer-subscribe-3 {
    display: none;
}

.ruhe-footer-subscribe-2 .footer-subscribe-2 {
    display: block;
}

.ruhe-footer-subscribe-2 .footer-subscribe-1,
.ruhe-footer-subscribe-2 .footer-subscribe-3 {
    display: none;
}

.ruhe-footer-subscribe-3 .footer-subscribe-3 {
    display: block;
}

.ruhe-footer-subscribe-3 .footer-subscribe-1,
.ruhe-footer-subscribe-3 .footer-subscribe-2 {
    display: none;
}

.blog-details__sidebar__widget ul {
    margin: 0;
    padding: 0;
}

.blog-details__sidebar__widget ul li a:hover,
.blog-details__sidebar__widget ol li a:hover,
.blog-details__sidebar__widget.widget_block ol li a:hover {
    color: var(--rr-text-primary-2);
}

.blog-details__sidebar__widget.widget_categories ul li {
    position: relative;
}

.blog-details__sidebar__widget.widget_categories ul li span {
    position: absolute;
    top: 10px;
    right: 0;
}

.blog-details__sidebar__widget.widget_rss ul li a.rsswidget {
    color: var(--rr-text-primary-2);
}

a.wp-block-latest-comments__comment-author,
a.wp-block-latest-comments__comment-link {
    font-weight: 500;
}

.postbox__details table {
    margin-bottom: 30px;
    width: 100%;
}

.postbox__details table,
.postbox__details th,
.postbox__details td {
    border: 1px solid #d1d1d1;
}

.postbox__details table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}

.postbox__details table tbody td {
    text-align: center;
}

.postbox__details table a {
    color: var(--bixola-base);
}

.postbox__details table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.postbox__details .comments-text table {
    margin-bottom: 30px;
    width: 100%;
    background: var(--bixola-white);
}

.wp-block-search__input:focus-visible {
    outline: none;
}