.main-menu .navigation>li>ul>li>ul {
    left: -100%;
    margin-left: 0;
    transform: translateX(-20px);
}

.main-header .deafult-header-area {
    border-bottom: 1px solid #1327280d;
}

.main-header .deafult-header-area .main-menu .navigation>li>a {
    color: #132728;
}

.main-header .deafult-header-area .mobile-nav-toggler {
    display: none;
}

.main-header .deafult-header-area .main-menu .navigation>li>ul {
    transform: translateY(40px);
}

.main-header .deafult-header-area .main-menu .navigation>li:hover>ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.main-header .deafult-header-area .main-menu .navigation>li:hover>ul>li:hover>ul {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.main-header .header-upper.deafult-header-area .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .header-upper .inner-container .logo-box {
    width: 100%;
    max-width: 211px;
}

.main-header .header-upper .inner-container .menu-area {
    width: 100%;
}

.main-header .header-upper .inner-container .menu-area .navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.news-block .image-box::before {
    background: linear-gradient(180deg, #00000014, #000000d4);
}

.news-block .image-box img {
    width: auto;
}

.news-block .image-box a {
    display: block;
}

.sidebar-page-container .news-block.sticky-post-class .inner-box {
    position: relative;
}

.sidebar-page-container .news-block.sticky-post-class .inner-box .sticky_post_icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #24a77e;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: right;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    border-radius: 0px 0px 0px 50px;
    padding-right: 12px;
}

.sidebar-page-container .news-block.sticky-post-class .lower {
    background: #ffffff;
    box-shadow: inset 0px 0px 15px 20px #00000005;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination-box .pagination {
    justify-content: center;
}

.pagination-box .pagination .nav-links {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination-box .pagination .nav-links .page-numbers {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 18px;
    height: 60px;
    min-width: 60px;
    padding: 14px 10px;
    text-align: center;
    color: #132728;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #d0d0d0;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    margin-left: 10px;
}

.pagination-box .pagination .nav-links .page-numbers:first-child {
    margin-left: 0;
}

.pagination-box .pagination .nav-links .page-numbers:hover {
    color: #24a77e;
    border-color: #24a77e;
}

.pagination-box .pagination .nav-links .current {
    color: #24a77e;
    border-color: #24a77e;
}

.pagination-box .pagination .nav-links .next {
    color: #b9baba;
}

.pagination-box .pagination .nav-links .prev {
    color: #b9baba;
}

.page-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.page-numbers,
.page-links a,
.page-links .post-page-numbers {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 18px;
    height: 60px;
    min-width: 60px;
    padding: 14px 10px;
    text-align: center;
    color: #132728;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #d0d0d0;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    margin-left: 10px;
}

a.page-numbers {
    display: inline-block;
}

.page-links a:first-child,
.page-links .post-page-numbers:first-child {
    margin-left: 0;
}

.page-links .post-page-numbers.current {
    color: #24a77e;
    border-color: #24a77e;
}

.entry-title {
    word-wrap: break-word;
}

.news-block .lower .text {
    padding-bottom: 2px;
}

.sidebar .sidebar-widget {
    margin-bottom: 40px;
}

.sidebar .widget_search .sidebar-title {
    display: none;
}

.sidebar .widget_search .widget-inner {
    padding: 0;
}

.sidebar .widget_archive ul li,
.sidebar .widget_layered_nav ul li,
.sidebar .widget_product_categories ul li,
.sidebar .widget_categories ul li {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar .widget_archive ul li::before,
.sidebar .widget_layered_nav ul li::before,
.sidebar .widget_product_categories ul li::before,
.sidebar .widget_categories ul li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.sidebar .widget_archive ul li ul li:last-child::before,
.sidebar .widget_layered_nav ul li ul li:last-child::before,
.sidebar .widget_product_categories ul li ul li:last-child::before,
.sidebar .widget_categories ul li ul li:last-child::before {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.sidebar .widget_archive ul li ul li::before,
.sidebar .widget_layered_nav ul li ul li::before,
.sidebar .widget_product_categories ul li ul li::before,
.sidebar .widget_categories ul li ul li::before {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3) !important;
}

.sidebar .widget_archive ul li:first-child::before,
.sidebar .widget_layered_nav ul li:first-child::before,
.sidebar .widget_product_categories ul li:first-child::before,
.sidebar .widget_categories ul li:first-child::before {
    border-bottom: 0px dashed rgba(0, 0, 0, 0.3);
}

.sidebar .widget_archive ul li a,
.sidebar .widget_layered_nav ul li a,
.sidebar .widget_product_categories ul li a,
.sidebar .widget_categories ul li a {
    display: inline-block;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    padding: 10px 0;
    padding-left: 20px;
    color: #585f5f;
}

.sidebar .widget_archive ul li a::before,
.sidebar .widget_layered_nav ul li a::before,
.sidebar .widget_product_categories ul li a::before,
.sidebar .widget_categories ul li a::before {
    position: absolute;
    left: 0px;
    top: 8px;
    font-family: 'Flaticon';
    content: "\f179";
    font-size: 10px;
    line-height: 30px;
    color: #b9baba;
    font-weight: 400;
    z-index: 5;
}

.sidebar .widget_archive ul li:hover a::after,
.sidebar .widget_layered_nav ul li:hover a::after,
.sidebar .widget_product_categories ul li:hover a::after,
.sidebar .widget_categories ul li:hover a::after {
    color: #24a77e;
}

.sidebar .widget_archive ul li:last-child a,
.sidebar .widget_layered_nav ul li:last-child a,
.sidebar .widget_product_categories ul li:last-child a,
.sidebar .widget_categories ul li:last-child a {
    margin-bottom: 0;
}

.sidebar .widget_archive ul li ul,
.sidebar .widget_layered_nav ul li ul,
.sidebar .widget_product_categories ul li ul,
.sidebar .widget_categories ul li ul {
    width: 100%;
}

.sidebar .widget_archive ul li ul li,
.sidebar .widget_layered_nav ul li ul li,
.sidebar .widget_product_categories ul li ul li,
.sidebar .widget_categories ul li ul li {
    padding-left: 15px;
}

.sidebar .widget_layered_nav ul li::before {
    display: none !important;
}

.sidebar .widget_layered_nav ul li::after {
    display: none !important;
}

.sidebar .widget_layered_nav ul li a {
    padding-left: 20px !important;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul {
    padding-left: 20px;
}

.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
    position: relative;
    display: block;
    color: #585f5f;
    padding: 7px 0px;
}

.widget_nav_menu ul li a::after,
.widget_meta ul li a::after,
.widget_pages ul li a::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #24a77e;
}

.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover {
    color: #24a77e;
}

.widget_nav_menu ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul {
    padding-left: 18px;
}

figcaption {
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 14px;
}

.wp-caption-text,
.gallery-caption,
.bypostauthor {
    opacity: 1;
}

table {
    max-width: 320px;
    width: 100%;
}

table caption {
    padding-bottom: 0;
}

table #today {
    font-weight: 600;
}

table,
th,
td {
    border: 1px solid rgba(51, 51, 51, 0.1) !important;
    font-size: 15px;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
}

th,
td {
    padding: 7px;
    font-size: 15px;
}

table {
    border-collapse: separate;
    margin-bottom: 10px;
    margin-top: 10px;
    border-spacing: 0;
}

select {
    position: relative;
    width: 100%;
    border: none;
    line-height: 56px;
    border-radius: 0px;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    border: 1px solid #24a77e;
    background: transparent;
    z-index: 9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 15px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

acronym {
    border-bottom: 1px dotted;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    text-align: center;
}

.wp-block-image {
    max-width: 100%;
}

.wp-block-image figcaption {
    display: block;
}

.wp-block-cover-text {
    font-size: 24px;
}

.wp-block-cover-text a {
    color: #ffffff;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.wp-block-button.alignright {
    text-align: right;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 41px 40px !important;
}

article .text {
    overflow: hidden;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    clear: both;
}

.blocks-gallery-item {
    list-style: outside none;
    padding-left: 0 !important;
}

iframe {
    width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-block-cover-text {
    margin-bottom: 0 !important;
}

.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.blocks-gallery-item:before {
    content: none !important;
}

.widget_tag_cloud a {
    position: relative;
    display: inline-block;
    color: #585f5f;
    background: #ffffff;
    font-size: 15px !important;
    line-height: 26px;
    border: 0px solid #24a77e;
    padding: 3px 12px;
    margin-right: 5px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.widget_recent_comments ul li {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.widget_recent_comments ul li .comment-author-link {
    font-weight: 600;
    margin-right: 5px;
}

.widget_recent_comments ul li .comment-author-link a {
    color: #222;
}

.widget_recent_comments ul li a {
    margin-left: 5px !important;
}

.widget_recent_comments .recentcomments .comment-author-link a {
    margin-left: 0px !important;
}

.widget_recent_entries ul {
    margin-left: 0px !important;
}

.widget_recent_entries ul li {
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
    line-height: 50px;
    border-left: 4px solid #24a77e;
    padding: 0px 15px;
    transition: all 500ms ease;
    background: #f9f9f9;
}

.widget_recent_entries ul li:after {
    display: none;
}

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

.widget_rss ul li {
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #222;
}

.widget_rss ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
}

.widget_rss ul li .rsswidget {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: var(--main-color);
}

.widget_rss ul li cite {
    margin-top: 10px;
    display: block;
    font-weight: 600;
    color: var(--main-color);
}

.widget_text .wp-caption {
    margin-top: 10px;
}

.widget_text .wp-caption img {
    margin: 10px auto;
}

.widget_text p img {
    margin: 10px auto;
}

.breadcrumb-not-active .inner-container {
    padding-bottom: 140px;
}

figure.aligncenter figcaption {
    text-align: center;
}

.base-theme .comments-area .comment table {
    max-width: 100%;
}

.base-theme .comments-area .comment select {
    max-width: 300px;
    margin-bottom: 20px;
}

.base-theme .comments-area .comment ul,
.base-theme .comments-area .comment li {
    list-style: disc;
}

.base-theme .comments-area .comment ul {
    padding-left: 25px;
}

.base-theme .comments-area .comment ol {
    padding-left: 25px;
}

.base-theme .comments-area .comment ol li {
    list-style: unset;
}

.base-theme .comments-area .comment p {
    margin: 0 0 15px;
    line-height: 1.5em;
}

.base-theme .comments-area .comment a {
    color: var(--text-color-one);
}

.base-theme .comments-area .comment .wp-block-button .wp-block-button__link {
    color: #ffffff;
}

.base-theme .comments-area .comment p.wp-block-cover-text,
.base-theme .comments-area .comment p.wp-block-cover-text a {
    color: #fff !important;
}

.base-theme .comments-area .comment .wp-block-cover-text {
    font-size: 24px;
}

.base-theme .comments-area .comment .wp-block-cover,
.base-theme .comments-area .comment .wp-block-cover-image {
    margin-bottom: 10px;
    margin-top: 10px;
}

.base-theme .comments-area .comment .blocks-gallery-grid {
    padding-left: 0;
    margin-top: 10px;
}

.base-theme .comments-area .comment .wp-block-file a.wp-block-file__button {
    color: #ffffff;
}

.base-theme .comments-area .comment .wp-block-archives li {
    margin-bottom: 10px;
}

.base-theme .comments-area .comment .wp-block-calendar .wp-calendar-table {
    margin-bottom: 0;
}

.base-theme .comments-area .comment .wp-block-calendar .wp-calendar-table caption {
    padding-bottom: 0;
}

.base-theme .comments-area .comment .wp-block-calendar .wp-calendar-nav {
    text-align: left;
    margin-bottom: 10px;
}

.base-theme .post-details .inner-box img.aligncenter {
    display: block;
}

.base-theme .post-details .inner-box .page-links {
    margin-bottom: 25px;
}

.base-theme .post-details .inner-box .lower table {
    max-width: 100%;
}

.base-theme .post-details .inner-box .lower select {
    max-width: 300px;
    margin-bottom: 20px;
}

.base-theme .post-details .inner-box .lower ul,
.base-theme .post-details .inner-box .lower li {
    list-style: unset;
}

.base-theme .post-details .inner-box .lower ul {
    padding-left: 25px;
}

.base-theme .post-details .inner-box .lower ol {
    padding-left: 25px;
}

.base-theme .post-details .inner-box .lower p {
    margin: 0 0 20px;
    font-size: 16px;
}

.base-theme .post-details .inner-box .lower p:last-child {
    margin-bottom: 0;
}

.base-theme .post-details .inner-box .lower .wp-block-button .wp-block-button__link {
    color: #ffffff;
}

.base-theme .post-details .inner-box .lower p.wp-block-cover-text,
.base-theme .post-details .inner-box .lower p.wp-block-cover-text a {
    color: #fff !important;
}

.base-theme .post-details .inner-box .lower .wp-block-cover-text {
    font-size: 24px;
}

.base-theme .post-details .inner-box .lower .wp-block-cover,
.base-theme .post-details .inner-box .lower .wp-block-cover-image {
    margin-bottom: 10px;
    margin-top: 10px;
}

.base-theme .post-details .inner-box .lower .blocks-gallery-grid {
    padding-left: 0;
    margin-top: 10px;
}

.base-theme .post-details .inner-box .lower .wp-block-file a.wp-block-file__button {
    color: #ffffff;
}

.base-theme .post-details .inner-box .lower .wp-block-archives li {
    margin-bottom: 10px;
}

.base-theme .post-details .inner-box .lower .wp-block-calendar .wp-calendar-table {
    margin-bottom: 0;
}

.base-theme .post-details .inner-box .lower .wp-block-calendar .wp-calendar-table caption {
    padding-bottom: 0;
}

.base-theme .post-details .inner-box .lower .wp-block-calendar .wp-calendar-nav {
    text-align: left;
    margin-bottom: 10px;
}

.base-theme .post-details h3 {
    font-size: 40px;
    margin-bottom: 10px;
}

.base-theme .post-details h4 {
    font-size: 26px;
}

.base-theme .main-footer .footer-bottom .inner {
    padding: 20px 0px 20px;
}

.wp-block-search .wp-block-search__input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #24a77e;
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
    transition: all 500ms ease;
    max-width: 300px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0px;
}

.wp-block-search .wp-block-search__button {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #24a77e;
    border-radius: 5px;
    background: #24a77e;
    padding: 10px 15px;
    transition: all 500ms ease;
    color: #fff;
    max-width: 90px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 0;
}

.post-password-form input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #24a77e;
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
    transition: all 500ms ease;
    max-width: 300px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 10px;
}

.post-password-form input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #24a77e;
    border-radius: 5px;
    padding: 10px 15px;
    transition: all 500ms ease;
    color: #fff;
    max-width: 90px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 0;
    background: #24a77e;
}

.wp-block-tag-cloud a {
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    line-height: 26px;
    color: #25283a;
    border: 1px solid #24a77e;
    border-radius: 4px;
    padding: 7px 21.5px;
    margin-bottom: 5px;
}

.no-post-thumb.news-block .hvr-link {
    display: none;
}

.post-details .image-box img {
    width: auto;
}

.post-details .post-meta {
    margin-bottom: 35px;
}

.post-details .upper .image-box {
    margin-bottom: 20px;
}

.post-details .lower {
    padding: 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.comments-area-rif-at {
    margin-bottom: 0;
}

.comments-area-rif-at .group-title {
    margin-bottom: 20px;
}

.comments-area-rif-at .group-title h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 600;
}

.comments-area-rif-at .comment-box {
    padding: 0;
    border: 0;
}

.comments-area-rif-at .comment-box .comment {
    padding-left: 0;
    position: relative;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.comments-area-rif-at .comment-box .comment .thumb-box {
    max-width: 70px;
    height: 70px;
    width: 70px;
    margin-right: 25px;
}

.comments-area-rif-at .comment-box .comment .thumb-box img {
    border-radius: 50%;
}

.comments-area-rif-at .comment-box .comment .comment-inner {
    width: 100%;
}

.comments-area-rif-at .comment-box .comment .comment-inner .comment-info .comment-authore-title,
.comments-area-rif-at .comment-box .comment .comment-inner .comment-info .comment-authore-title a {
    position: relative;
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #132728;
    line-height: 30px;
    text-transform: capitalize;
}

.comments-area-rif-at .comment-box .comment .comment-inner .comment-info .comment-time {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    color: #585f5f;
    font-family: 'Inter', sans-serif;
}

.comments-area-rif-at .comment-box .comment .text p:last-child {
    margin-bottom: 0;
}

.comments-area-rif-at .comment-box .comment .comment-reply-link {
    position: absolute;
    display: block;
    right: 35px;
    bottom: -20px;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    color: #585f5f;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    transition: .3s;
}

.comments-area-rif-at .comment-box .comment:hover .comment-reply-link {
    background: #24a77e;
    color: #ffffff;
}

.comments-form-area .comment-reply-title,
.comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 600;
}

.comments-form-area .comment-reply-title small,
.comment-respond .comment-reply-title small {
    margin-left: 5px;
    font-size: 15px;
}

.comments-form-area .email-not-publish,
.comment-respond .email-not-publish {
    overflow: hidden;
    clear: both;
    margin-bottom: 25px;
}

.comments-form-area .form-group,
.comment-respond .form-group {
    margin-bottom: 0;
}

.comments-form-area textarea,
.comments-form-area input:not([type="checkbox"]),
.comment-respond textarea,
.comment-respond input:not([type="checkbox"]) {
    position: relative;
    font-family: 'Inter', sans-serif;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 15px;
    color: #585f5f;
    line-height: 30px;
    font-weight: 400;
    padding: 14px 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    transition: all 300ms ease;
    margin-bottom: 20px;
}

.comments-form-area textarea:focus,
.comments-form-area input:not([type="checkbox"]):focus,
.comment-respond textarea:focus,
.comment-respond input:not([type="checkbox"]):focus {
    border-color: #24a77e;
}

.comments-form-area textarea,
.comment-respond textarea {
    height: 160px;
}

.comments-form-area .comment-form-cookies-consent,
.comment-respond .comment-form-cookies-consent {
    margin-bottom: 11px;
}

.wp-block-media-text {
    margin-bottom: 10px;
}

.comment-respond {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 10px;
}

.comment-respond .logged-in-as {
    font-size: 14px;
    margin-bottom: 25px;
}

a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #32373c !important;
}

.wp-block-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

p.has-small-font-size {
    margin-top: 30px;
}

p.wp-block-cover-text:not(has-text-color) {
    color: #ffffff !important;
}

.post-details blockquote {
    padding: 0 10px 0 20px;
}

.wp-block-cover {
    margin-bottom: 10px;
    margin-top: 10px;
}

.wp-caption img {
    margin-top: 10px;
}

.woocommerce .shop-item .inner-box .image a img {
    margin: 0;
}

.woocommerce .shop-item .inner-box .options+.tinv-wraper {
    display: none;
}

.woocommerce .shop-item .inner-box .options .option-box .add-fav a {
    margin: 0;
}

.woocommerce .shop-item .inner-box .options .option-box .add-fav a .tinvwl_add_to_wishlist-text {
    display: none;
}

.woocommerce .shop-item .inner-box .options .option-box .add-fav a:before {
    margin: 0px;
    font-size: 24px;
}

.woocommerce .shop-item .inner-box .options .option-box .pruners-addtocart-list.removed-add-to-cart-text-four-col a {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 320px) and (max-width: 1110px) {
    .main-header .deafult-header-area .main-menu {
        display: none;
    }
    .main-header .deafult-header-area .mobile-nav-toggler {
        display: block;
        float: right;
        font-size: 25px;
        color: #24a77e;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .comments-area-rif-at .comment-box .comment {
        flex-wrap: wrap;
    }
    .comments-area-rif-at .comment-box .comment .thumb-box {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .comments-area .comment h1 {
        font-size: 38px;
    }
    .comments-area .comment h2 {
        font-size: 34px;
    }
    .comments-area .comment h3 {
        font-size: 30px;
    }
    .comments-area .comment h4 {
        font-size: 28px;
    }
    .widget_nav_menu ul li ul,
    .widget_meta ul li ul,
    .widget_pages ul li ul {
        padding-left: 14px;
    }
}

table #today {
    background: #24a77e;
    color: #fff;
}

.comment-box>li:not(:first-child) {
    margin-top: 55px;
}

.comment-box>li .children li {
    margin-top: 55px;
    margin-left: 40px;
}

a#cancel-comment-reply-link {
    margin-left: 8px;
}

.base-theme .comment-box h2 {
    margin-top: 10px;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
}

.gallery-columns-2 .gallery-item {
    max-width: 100%;
    width: 50%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-3 .gallery-item {
    max-width: 100%;
    width: 33.33%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}

.gallery-columns-4>.gallery-item {
    max-width: 100%;
    width: 25%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

.gallery-columns-5 .gallery-item {
    max-width: 100%;
    width: 20%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}

.gallery-columns-6 .gallery-item {
    max-width: 100%;
    width: 16.66%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}

.gallery-columns-7 .gallery-item {
    max-width: 100%;
    width: 14.28%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}

.gallery-columns-8 .gallery-item {
    max-width: 100%;
    width: 12.5%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}

.gallery-columns-9 .gallery-item {
    max-width: 100%;
    width: 11.11%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

@media screen and (max-width: 882px) {
    .admin-bar .mobile-menu {
        top: 46px;
    }
}

@media screen and (max-width: 480px) {
    .news-block .post-meta li:after {
        right: -20px;
    }
    .news-block .post-meta li {
        margin-right: 28px;
    }
    .news-block .more-link:before {
        left: 25px;
        top: 25px;
        width: 90px;
        height: 80px;
    }
    .news-block .more-link a {
        padding: 34px 10px 17px 44px;
    }
    .pagination-box .pagination .nav-links .page-numbers {
        margin-bottom: 10px;
    }
    h1 {
        font-size: 55px;
    }
}

.nothing-found-search.sidebar {
    padding-left: 0;
    max-width: 500px;
}

.search-page-area-main .news-block .info .cat {
    display: none;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}

.base-theme .main-header .header-upper .logo-box {
    padding: 10px 0px;
}

.base-theme .post-details blockquote p {
    font-size: 15px;
    color: #585f5f;
    font-weight: 400;
    line-height: 1.7em !important;
}

.post-details .lower blockquote {
    font-family: 'Libre Baskerville', serif;
}