.rishi_sidebar_widget_popular_post,
.rishi_sidebar_widget_recent_post {
    width: 100%
}

.rishi_sidebar_widget_popular_post ul,
.rishi_sidebar_widget_recent_post ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.rishi_sidebar_widget_popular_post ul li,
.rishi_sidebar_widget_recent_post ul li {
    margin: 0 0 20px;
    overflow: hidden
}

.rishi_sidebar_widget_popular_post ul li .post-thumbnail,
.rishi_sidebar_widget_recent_post ul li .post-thumbnail {
    display: inline-block
}

.rishi_sidebar_widget_popular_post ul li .post-thumbnail img,
.rishi_sidebar_widget_recent_post ul li .post-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    width: 100%
}

.rishi_sidebar_widget_popular_post ul li .fallback-img,
.rishi_sidebar_widget_recent_post ul li .fallback-img {
    background-image: url("data:image/svg+xml; utf-8, <svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 330 190%27 preserveAspectRatio=%27none%27><rect width=%27330%27 height=%27190%27 style=%27fill:%23f2f2f2;%27></rect></svg>");
    width: 100%
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .cat-links,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .cat-links {
    display: block;
    font-size: .777em;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 6px
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .cat-links a,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .cat-links a {
    color: var(--paletteColor1);
    margin: 0 3px;
    text-decoration: none
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .cat-links a+a,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .cat-links a+a {
    display: inline-flex;
    margin-left: 12px;
    padding-left: 12px;
    position: relative
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .cat-links a+a:before,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .cat-links a+a:before {
    background: currentColor;
    border-radius: 100px;
    content: "";
    height: 4px;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 7px;
    width: 4px
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .cat-links a:hover,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .cat-links a:hover {
    color: var(--paletteColor3)
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .cat-links a:hover+a:before,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .cat-links a:hover+a:before {
    background: var(--paletteColor3)
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta {
    font-size: .777em;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 6px;
    text-transform: none
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta a,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta a {
    color: var(--paletteColor1);
    text-decoration: none
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta a:hover,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta a:hover {
    color: var(--paletteColor3)
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta .comment-count,
.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta .view-count,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta .comment-count,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta .view-count {
    display: inline-flex;
    position: relative
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta .posted-on+.comment-count,
.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta .posted-on+.view-count,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta .posted-on+.comment-count,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta .posted-on+.view-count {
    margin-left: 12px;
    padding-left: 10px
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta .posted-on+.comment-count:before,
.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-meta .posted-on+.view-count:before,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta .posted-on+.comment-count:before,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-meta .posted-on+.view-count:before {
    background: currentColor;
    border-radius: 100px;
    content: "";
    height: 4px;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 4px
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-title,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-title {
    font-size: 1em;
    line-height: 1.5;
    margin: 0
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-title a,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-title a {
    color: var(--paletteColor1);
    font-size: inherit;
    line-height: inherit;
    text-decoration: none
}

.rishi_sidebar_widget_popular_post ul li .widget-entry-header .entry-title a:hover,
.rishi_sidebar_widget_recent_post ul li .widget-entry-header .entry-title a:hover {
    color: var(--paletteColor3)
}

.rishi_sidebar_widget_popular_post ul.layout-type-1 li,
.rishi_sidebar_widget_recent_post ul.layout-type-1 li {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap
}

.rishi_sidebar_widget_popular_post ul.layout-type-1 li .post-thumbnail,
.rishi_sidebar_widget_recent_post ul.layout-type-1 li .post-thumbnail {
    height: 80px;
    margin-right: 20px;
    width: 80px
}

.rishi_sidebar_widget_popular_post ul.layout-type-1 li .widget-entry-header,
.rishi_sidebar_widget_recent_post ul.layout-type-1 li .widget-entry-header {
    flex: 1
}

.rishi_sidebar_widget_popular_post ul.layout-type-1 li .widget-entry-header .cat-links,
.rishi_sidebar_widget_recent_post ul.layout-type-1 li .widget-entry-header .cat-links {
    display: none
}

.rishi_sidebar_widget_popular_post ul.layout-type-2 li .post-thumbnail,
.rishi_sidebar_widget_recent_post ul.layout-type-2 li .post-thumbnail {
    height: 190px;
    margin-bottom: 20px;
    width: 100%
}

.rishi_sidebar_widget_popular_post ul.layout-type-2 li .widget-entry-header,
.rishi_sidebar_widget_recent_post ul.layout-type-2 li .widget-entry-header {
    padding: 0 15px;
    text-align: center;
    width: 100%
}

.rishi_sidebar_widget_popular_post ul.layout-type-3 li .post-thumbnail,
.rishi_sidebar_widget_recent_post ul.layout-type-3 li .post-thumbnail {
    height: 190px;
    margin: 0 0 -40px;
    width: 100%
}

.rishi_sidebar_widget_popular_post ul.layout-type-3 li .widget-entry-header,
.rishi_sidebar_widget_recent_post ul.layout-type-3 li .widget-entry-header {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 92%;
    padding: 13px 15px;
    position: relative;
    text-align: center;
    width: 100%
}

.rishi-advertisment .rishi-blocks-option>img,
.rishi-author .rishi-blocks-option>img {
    margin: 12px 0 9px
}

.rishi-advertisment .components-base-control__field,
.rishi-author .components-base-control__field {
    margin: 16px 0 13px
}

.rishi-advertisment .components-base-control__field .components-base-control__label,
.rishi-advertisment .components-base-control__field .components-input-control__label,
.rishi-author .components-base-control__field .components-base-control__label,
.rishi-author .components-base-control__field .components-input-control__label {
    margin-bottom: 4px !important
}

.rishi-advertisment .components-base-control__field .block-editor-url-input__input,
.rishi-author .components-base-control__field .block-editor-url-input__input {
    border: 1px solid #757575;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    font-size: 13px;
    line-height: normal;
    min-height: 30px;
    padding: 6px 8px;
    transition: box-shadow .1s linear;
    width: 100%
}

.rishi-advertisment .components-base-control__field .components-textarea-control__input,
.rishi-author .components-base-control__field .components-textarea-control__input {
    height: 46px
}

.rishi-advertisment .rishi-blocks-option .advertisement-upload-btn-wrapper,
.rishi-author .rishi-blocks-option .advertisement-upload-btn-wrapper {
    margin-top: 12px
}

.rishi-advertisment .rishi-blocks-option button[type=button],
.rishi-author .rishi-blocks-option button[type=button] {
    background: #307ac9;
    border: 1px solid #307ac9;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    line-height: 1.12;
    padding: 10px;
    vertical-align: middle
}

.rishi-advertisment .rishi-blocks-option button[type=button] :hover,
.rishi-author .rishi-blocks-option button[type=button] :hover {
    background: #fff;
    color: #fff
}

.rishi-advertisment .rishi-blocks-option button[type=button].advertisement-replace-btn,
.rishi-author .rishi-blocks-option button[type=button].advertisement-replace-btn {
    -webkit-appearance: none;
    background: rgba(48, 122, 201, .03);
    border: 1px solid #307ac9;
    border-radius: 0;
    box-sizing: border-box;
    color: #307ac9;
    display: inline-block;
    font-size: 13px;
    margin-right: 13px;
    min-height: 30px;
    text-decoration: none;
    white-space: nowrap
}

.rishi-advertisment .rishi-blocks-option button[type=button].advertisement-replace-btn:hover,
.rishi-author .rishi-blocks-option button[type=button].advertisement-replace-btn:hover {
    background: #f0f0f1;
    border-color: #307ac9;
    color: #307ac9
}

.rishi-advertisment .components-input-control__container select,
.rishi-author .components-input-control__container select {
    line-height: normal !important
}

.rishi-advertisment .components-base-control.block-editor-url-input,
.rishi-author .components-base-control.block-editor-url-input {
    margin-bottom: 5px
}

.rishi-posts-tabs .nav-tabs {
    align-items: center;
    display: flex;
    margin: 0 0 30px;
    padding-left: 0
}

.rishi-posts-tabs .nav-tabs li {
    background-color: transparent;
    border: 1px solid var(--paletteColor6);
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    transition: all .235s ease-in-out;
    width: 100%
}

.rishi-posts-tabs .nav-tabs li.active,
.rishi-posts-tabs .nav-tabs li:hover {
    background-color: var(--paletteColor6)
}

.rishi-posts-tabs .nav-tabs li.active a,
.rishi-posts-tabs .nav-tabs li:hover a {
    color: var(--paletteColor1)
}

.rishi-posts-tabs .nav-tabs li .section-title {
    color: var(--paletteColor1);
    cursor: pointer;
    display: inline-block;
    font-size: .888em;
    letter-spacing: .48px;
    margin: 0;
    padding: 17px 31px;
    text-decoration: none
}

.rishi-posts-tabs .nav-tabs li .section-title:after {
    display: none
}

.rishi-posts-tabs .posts-tab-content .grid {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .234s ease;
    visibility: hidden
}

.rishi-posts-tabs .posts-tab-content .grid.active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content {
    display: flex
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content:not(:last-child) {
    margin-bottom: 20px
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .post-thumbnail {
    height: 90px;
    margin-right: 20px;
    max-width: 90px
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .post-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    width: 100%
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .fallback-img {
    background-image: url("data:image/svg+xml; utf-8, <svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 330 190%27 preserveAspectRatio=%27none%27><rect width=%27330%27 height=%27190%27 style=%27fill:%23f2f2f2;%27></rect></svg>");
    width: 100%
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header {
    flex: 1
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header>h3 {
    font-size: .9em !important;
    line-height: 1.25 !important
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-title {
    font-size: 1em;
    line-height: 1.5;
    margin: 0
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-title:first {
    font-size: 1em;
    line-height: 1.5
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-title:after {
    display: none
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-title a {
    color: var(--paletteColor1);
    text-decoration: none
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-title a:hover {
    color: var(--paletteColor3)
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-meta {
    font-size: .777em;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 6px;
    text-transform: none
}

.rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-meta span a {
    color: var(--paletteColor1);
    opacity: .7;
    text-decoration: none
}

#secondary .rishi-posts-tabs .nav-tabs li .section-title,
.cb__footer .rishi-posts-tabs .nav-tabs li .section-title,
.wp-customizer .rishi-posts-tabs .nav-tabs li .section-title {
    font-size: .869999em;
    padding: 15px 16px
}

.wp-customizer .rishi-posts-tabs .nav-tabs li .section-title {
    font-family: var(--fontFamily);
    font-size: var(--fontSize)
}

.rishi_sidebar_widget_pinterest iframe {
    height: 400px;
    width: 100%
}

.rishi_sidebar_widget_categories .has-palette-color-1-color {
    color: var(--paletteColor1) !important
}

.rishi_sidebar_widget_categories .has-palette-color-2-color {
    color: var(--paletteColor2) !important
}

.rishi_sidebar_widget_categories .has-palette-color-3-color {
    color: var(--paletteColor3) !important
}

.rishi_sidebar_widget_categories .has-palette-color-4-color {
    color: var(--paletteColor4) !important
}

.rishi_sidebar_widget_categories .has-palette-color-5-color {
    color: var(--paletteColor5) !important
}

.rishi_sidebar_widget_categories .has-palette-color-6-color {
    color: var(--paletteColor6) !important
}

.rishi_sidebar_widget_categories .has-palette-color-7-color {
    color: var(--paletteColor7) !important
}

.rishi_sidebar_widget_categories .has-palette-color-8-color {
    color: var(--paletteColor8) !important
}

.rishi_sidebar_widget_categories .has-palette-color-1-background-color {
    background-color: var(--paletteColor1) !important
}

.rishi_sidebar_widget_categories .has-palette-color-2-background-color {
    background-color: var(--paletteColor2) !important
}

.rishi_sidebar_widget_categories .has-palette-color-3-background-color {
    background-color: var(--paletteColor3) !important
}

.rishi_sidebar_widget_categories .has-palette-color-4-background-color {
    background-color: var(--paletteColor4) !important
}

.rishi_sidebar_widget_categories .has-palette-color-5-background-color {
    background-color: var(--paletteColor5) !important
}

.rishi_sidebar_widget_categories .has-palette-color-6-background-color {
    background-color: var(--paletteColor6) !important
}

.rishi_sidebar_widget_categories .has-palette-color-7-background-color {
    background-color: var(--paletteColor7) !important
}

.rishi_sidebar_widget_categories .has-palette-color-8-background-color {
    background-color: var(--paletteColor8) !important
}

.rishi_sidebar_widget_categories ul {
    list-style: none;
    padding-left: 0
}

.rishi_sidebar_widget_categories ul li {
    margin-bottom: 20px
}

.rishi_sidebar_widget_categories ul li:last-child {
    margin-bottom: 0
}

.rishi_sidebar_widget_categories ul li .category-name {
    color: inherit;
    color: var(--paletteColor1);
    font-size: 14px;
    font-weight: 600
}

.rishi_sidebar_widget_categories ul li .category-post-count {
    background-color: var(--paletteColor1);
    color: var(--paletteColor5);
    font-size: 13px;
    transition: .2s linear
}

.rishi_sidebar_widget_categories ul li a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-decoration: none
}

.rishi_sidebar_widget_categories ul li a:hover .category-post-count {
    background-color: var(--paletteColor3) !important
}

.rishi_sidebar_widget_categories ul li a.fallback-img {
    background-image: url("data:image/svg+xml; utf-8, <svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 330 190%27 preserveAspectRatio=%27none%27><rect width=%27330%27 height=%27190%27 style=%27fill:%23f2f2f2;%27></rect></svg>")
}

.rishi_sidebar_widget_categories ul.layout-type-1 a {
    background-color: inherit;
    display: flex;
    width: 100%
}

.rishi_sidebar_widget_categories ul.layout-type-1 a .category-name,
.rishi_sidebar_widget_categories ul.layout-type-1 a .category-post-count {
    padding: 10px;
    position: relative
}

.rishi_sidebar_widget_categories ul.layout-type-1 a .category-name {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.rishi_sidebar_widget_categories ul.layout-type-1 a .category-post-count {
    min-width: 99px;
    text-align: center
}

.rishi_sidebar_widget_categories ul.layout-type-1 a:hover .category-post-count {
    min-width: 124px
}

.rishi_sidebar_widget_categories ul.layout-type-1 a:not(.fallback-img) {
    position: relative;
    z-index: 1
}

.rishi_sidebar_widget_categories ul.layout-type-1 a:not(.fallback-img):before {
    background-color: rgba(0, 0, 0, .7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.rishi_sidebar_widget_categories ul.layout-type-1 a:not(.fallback-img) .category-name {
    color: var(--paletteColor5)
}

.rishi_sidebar_widget_categories ul.layout-type-2 li {
    display: block
}

.rishi_sidebar_widget_categories ul.layout-type-2 li .category-content {
    align-items: center;
    background-color: var(--paletteColor5);
    display: flex;
    justify-content: space-between;
    margin: -31px auto 0;
    max-width: calc(100% - 24px);
    padding: 15px;
    position: relative
}

.rishi_sidebar_widget_categories ul.layout-type-2 li .category-content .category-post-count {
    border-radius: 3px;
    padding: 3px 13px
}

.rishi_sidebar_widget_categories ul.layout-type-2 li a {
    align-content: stretch;
    align-items: flex-end;
    display: flex;
    height: 120px;
    margin-bottom: 40px
}

.rishi_sidebar_widget_categories ul.layout-type-2 li a .category-content {
    margin: 0 auto -20px;
    width: 100%
}

.rishi-categories-panel-label .rishi-blocks-option {
    margin-bottom: 8px
}

.block-editor-page .rishi_sidebar_widget_categories ul li a,
.wp-customizer .rishi_sidebar_widget_categories ul li a {
    pointer-events: none
}

.rishi_sidebar_widget_pinterest form button,
.rishi_sidebar_widget_pinterest form input {
    margin-top: 10px
}

.cb__footer .rishi_sidebar_widget_popular_post ul:not(.layout-type-3) li .widget-entry-header .cat-links a+a:before,
.cb__footer .rishi_sidebar_widget_recent_post ul:not(.layout-type-3) li .widget-entry-header .cat-links a+a:before {
    background: var(--linkInitialColor)
}

.cb__footer .rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-meta span a,
.cb__footer .rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-title a,
.cb__footer .rishi_sidebar_widget_popular_post ul:not(.layout-type-3) li .widget-entry-header .cat-links a,
.cb__footer .rishi_sidebar_widget_popular_post ul:not(.layout-type-3) li .widget-entry-header .entry-meta a,
.cb__footer .rishi_sidebar_widget_popular_post ul:not(.layout-type-3) li .widget-entry-header .entry-title a,
.cb__footer .rishi_sidebar_widget_recent_post ul:not(.layout-type-3) li .widget-entry-header .cat-links a,
.cb__footer .rishi_sidebar_widget_recent_post ul:not(.layout-type-3) li .widget-entry-header .entry-meta a,
.cb__footer .rishi_sidebar_widget_recent_post ul:not(.layout-type-3) li .widget-entry-header .entry-title a {
    color: var(--linkInitialColor)
}

.cb__footer .rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-meta span a:hover,
.cb__footer .rishi-posts-tabs .posts-tab-content .grid .tab-content .widget-entry-header .entry-title a:hover,
.cb__footer .rishi_sidebar_widget_popular_post ul:not(.layout-type-3) li .widget-entry-header .cat-links a:hover,
.cb__footer .rishi_sidebar_widget_popular_post ul:not(.layout-type-3) li .widget-entry-header .entry-meta a:hover,
.cb__footer .rishi_sidebar_widget_popular_post ul:not(.layout-type-3) li .widget-entry-header .entry-title a:hover,
.cb__footer .rishi_sidebar_widget_recent_post ul:not(.layout-type-3) li .widget-entry-header .cat-links a:hover,
.cb__footer .rishi_sidebar_widget_recent_post ul:not(.layout-type-3) li .widget-entry-header .entry-meta a:hover,
.cb__footer .rishi_sidebar_widget_recent_post ul:not(.layout-type-3) li .widget-entry-header .entry-title a:hover {
    color: var(--linkHoverColor)
}

.cb__footer .rishi-posts-tabs .nav-tabs li:not(.active):not(:hover) .section-title {
    color: var(--linkInitialColor)
}

.rishi-author .components-base-control {
    margin-bottom: 15px
}

.rishi-author .upload-sign {
    width: 100%
}

.rishi-author .sign-icon-holder {
    margin-bottom: 10px
}

.rishi-author .author-bio-upload-btn-wrapper {
    grid-gap: 10px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    width: 100%
}

.rishi-author .author-bio-upload-btn-wrapper button {
    width: 50%
}

.rishi-author .rishi-input-field>div {
    margin: 0
}

.rishi-author .rishi-blocks-option.author-image>img {
    height: 190px;
    margin: 8px 0 15px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 190px
}

.rishi-author .rishi-blocks-option.author-image>img.circle {
    border-radius: 100%;
    object-fit: cover;
    -o-object-fit: cover
}

.rishi-author .author-bio-upload-btn-wrapper button {
    height: auto
}

.rishi_sidebar_widget_author_bio {
    display: flex;
    flex-direction: column
}

.rishi_sidebar_widget_author_bio[data-author-alignment=center] {
    align-items: center
}

.rishi_sidebar_widget_author_bio[data-author-alignment=left] {
    align-items: flex-start
}

.rishi_sidebar_widget_author_bio[data-author-alignment=right] {
    align-items: flex-end
}

.rishi_sidebar_widget_author_bio .widget-title {
    display: block !important;
    margin: 0 0 15px
}

.rishi_sidebar_widget_author_bio .authorname {
    font-size: 1.1112em;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 0
}

.rishi_sidebar_widget_author_bio .desc-holder p {
    font-size: .8888em;
    letter-spacing: .1px;
    line-height: 2;
    margin: 0 0 10px
}

.rishi_sidebar_widget_author_bio .readmore-btn {
    background: var(--btnBgColor);
    border: 1px solid var(--btnBorderColor);
    border-radius: var(--bottonRoundness);
    color: var(--btnTextColor);
    display: block;
    font-family: var(--btnFontFamily);
    font-size: var(--btnFontSize);
    font-style: var(--btnFontStyle);
    font-weight: var(--btnFontWeight);
    letter-spacing: var(--btnLetterSpacing);
    line-height: var(--btnLineHeight);
    margin-top: 20px;
    padding: var(--buttonPadding);
    -webkit-text-decoration: var(--btnTextDecoration);
    text-decoration: var(--btnTextDecoration);
    text-transform: var(--btnTextTransform);
    transition: all .234s ease-in-out
}

.rishi_sidebar_widget_author_bio .readmore-btn:hover {
    background: var(--btnBgHoverColor);
    border-color: var(--btnBorderHoverColor);
    color: var(--btnTextHoverColor)
}

.rishi_sidebar_widget_author_bio[data-author-shape=circle] .icon-holder img {
    border-radius: 100%
}

.rishi_sidebar_widget_author_bio .icon-holder {
    margin-bottom: 10px
}

.rishi_sidebar_widget_author_bio .icon-holder img {
    -o-object-fit: cover;
    object-fit: cover
}

.rishi_sidebar_widget_author_bio[data-author-alignment=left] {
    text-align: left
}

.rishi_sidebar_widget_author_bio[data-author-alignment=center] {
    text-align: center
}

.rishi_sidebar_widget_author_bio[data-author-alignment=right] {
    text-align: right
}

.cb__footer .cb__container .rishi_sidebar_widget_author_bio a.readmore-btn:hover {
    color: var(--btnTextHoverColor)
}

.rishi_sidebar_widget_author_bio .block-editor-inner-blocks {
    margin-top: 13px
}

.rishi_sidebar_widget_author_bio .block-editor-inner-blocks .block-editor-block-list__layout {
    display: flex;
    gap: .8em
}

.rishi_sidebar_widget_author_bio .block-editor-inner-blocks .block-editor-block-list__layout ul {
    display: block;
    margin: 0
}

.block-editor-block-list__block .readmore-btn {
    background: var(--adminBtnBgColor);
    border: 1px solid var(--adminBtnBorderColor);
    border-radius: var(--adminBottonRoundness);
    color: var(--adminBtnTextColor);
    padding: var(--adminButtonPadding)
}

.block-editor-block-list__block .readmore-btn:hover {
    background: var(--adminBtnBgHoverColor);
    border-color: var(--adminBtnBorderHoverColor);
    color: var(--adminBtnTextHoverColor)
}

.cb__footer .rishi-posts-tabs,
.cb__footer .rishi_sidebar_widget_advertisement,
.cb__footer .rishi_sidebar_widget_author_bio,
.cb__footer .rishi_sidebar_widget_categories,
.cb__footer .rishi_sidebar_widget_facebook,
.cb__footer .rishi_sidebar_widget_pinterest,
.cb__footer .rishi_sidebar_widget_popular_post,
.cb__footer .rishi_sidebar_widget_recent_post,
.entry-content .rishi-posts-tabs,
.entry-content .rishi_sidebar_widget_advertisement,
.entry-content .rishi_sidebar_widget_author_bio,
.entry-content .rishi_sidebar_widget_categories,
.entry-content .rishi_sidebar_widget_facebook,
.entry-content .rishi_sidebar_widget_pinterest,
.entry-content .rishi_sidebar_widget_popular_post,
.entry-content .rishi_sidebar_widget_recent_post {
    margin-bottom: 40px
}

.cb__footer .rishi_sidebar_widget_categories span,
.entry-content .rishi_sidebar_widget_categories span {
    margin-bottom: 0
}