/* General css - Start */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700&display=swap');
:root {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-b9bee3c: #D6000A;
    --e-global-color-c5e239a: #000000;
    --e-global-color-9c6b959: #FFFFFF;
    --e-global-color-c56b725: #EFEFEF;
    --e-global-color-84763eb: #2A3245;
    --e-global-color-5ed2f1c: #29316E;
    --e-global-color-98793dd: #CF050E;
    --e-global-typography-primary-font-family: "Heebo";
    --e-global-typography-primary-font-size: 24px;
    --e-global-typography-primary-font-weight: bold;
    --e-global-typography-secondary-font-family: "Heebo";
    --e-global-typography-secondary-font-weight: 600;
    --e-global-typography-text-font-family: "Heebo";
    --e-global-typography-text-font-size: 17px;
    --e-global-typography-text-font-weight: normal;
    --e-global-typography-accent-font-family: "Heebo";
    --e-global-typography-accent-font-weight: 500;
}
* {
    font-family: 'Heebo', sans-serif;
}
a {
    color: #595959;
    font-weight: bold;
}
body:not(.expired) {
    margin-bottom: unset;
}
.no-click {
    pointer-events: none;
}
main#content{
    margin-top: 20px;
}
button, input[type="button"], input[type="submit"] {
    font-family: var( --e-global-typography-text-font-family ), AALMONI;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    color: var( --e-global-color-9c6b959 );
    background-color: #B90003;
}

.small-container > div {
    max-width: 970px;
    margin: auto;
    color: #000;
}
.small-container h2 {
    font-size: 24px;
    font-weight: bold;
}
.small-container > p {
    font-size: 13px;
}
/* General css - End */

/* Hedaer css - Start */
header {
    position: sticky;
    width: 100%;
    z-index: 99;
    top: 0;
}
.top-hedaer {
    background-color: transparent;
    background-image: radial-gradient(at top left, #FF0A15 0%, #9F0007 100%);
    padding-block: 12px;
}
.tp-inner, .nh-inner {
    max-width: 1145px;
    display: flex;
    align-items: center;
    margin: auto;
    padding-left: 10px;
}
.site-logo img {
    width: 130px;
}
.date-user {
    margin-right: auto;
    display: flex;
    align-items: center;
    color: #fff;
}
.tp-user ul {
    display: flex;
    list-style: none;
    margin: unset;
    padding: unset;
    align-items: center;
    gap: 15px;
    
}
.user-dropdown-btn {
    position: relative;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 10px;
    background-color: #323232;
    border-radius: 25px;
    padding: 1px 3px;
    padding-left: 25px;
    cursor: pointer;
}
.user-dropdown-btn img {
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 100%;
    object-fit: cover;
}
.user-dropdown-btn:after {
    content: "\1F893";
    position: absolute;
    height: 0;
    line-height: 0;
    font-size: 26px;
    left: 5px;
    bottom: 7px;
}
.user-dropdown-btn span {
    max-width: 10ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tp-date {
    border-left: 1px solid;
    margin-left: 50px;
    padding-left: 50px;
}
li.link-login img {
    width: 35px;
}
li.link-login a {
    color: #fff;
    font-weight: normal;
}
.site-logo a {
    display: block;
    position: relative;
    bottom: -10px;
}
.habura-primary-menu {
    list-style-type: none;
    padding: unset;
    margin: unset;
    display: flex;
    align-items: center;
}
.habura-primary-menu li a {
    color: #54595f;
    font-size: 17px;
    padding-inline: 20px;
    padding-block: 10px;
}
header li.menu-item.current-menu-item a {
    padding-bottom: 8.5px;
    border-bottom: 3.5px solid #d6000a;
}
.habura-primary-menu li:first-child a {
    padding-right: unset;
}
.nav-header {
    border-bottom: 1px solid #A1A1A1;
    background-color: #FFFFFF;
}
.habura-primary-menu > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.habura-primary-menu > li.menu-item-has-children:after {
    content: "\01F893";
    font-size: 33px;
    line-height: 18px;
    height: 0;
    position: relative;
    bottom: -5px;
    left: 5px;
}
.habura-primary-menu > li > ul.sub-menu {
    display: none;
    position: absolute;
    top: 46px;
    list-style-type: none;
    padding: unset;
    accent-color: unset;
    background-color: #fff;
    box-shadow: 0 0 14px -9px;
    z-index: 9;
    border-top: 2px solid #d6000b;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* width */
.habura-primary-menu > li > ul.sub-menu::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.habura-primary-menu > li > ul.sub-menu::-webkit-scrollbar-track {
    background: #dadada;
}
/* Handle */
.habura-primary-menu > li > ul.sub-menu::-webkit-scrollbar-thumb {
    background: #d6000b;
}
/* Handle on hover */
.habura-primary-menu > li > ul.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #d6000b;
}
header li.menu-item-has-children:hover ul.sub-menu {
    display: flex;
    flex-flow: column;
    gap: 10px;
    width: 200px;
    padding-top: 15px;
}
header li.menu-item-has-children:hover ul.sub-menu li a {
    padding-inline: 20px;
    display: block;
    padding-block: 5px;
}
header li.menu-item-has-children:hover ul.sub-menu > li.menu-item-has-children ul.sub-menu {
    list-style-type: none;
    padding: unset;
    margin: unset;
}
header li.menu-item-has-children:hover ul.sub-menu > li.menu-item-has-children ul.sub-menu a:before {
    content: "\01F890";
    font-size: 28px;
    height: 0;
    line-height: 0;
    position: relative;
    top: 4px;
    margin-inline: 5px;
}
li.link-login a {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nh-search {
    margin-right: auto;
}
.nh-search input.search-field {
    border: 1px solid #dfdfdf;
    padding: 3px 15px;
    padding-right: 25px;
    width: 150px;
}
.nh-search input.search-submit {
    display: none;
}
.nh-search label {
    position: relative;
}
.nh-search label:before {
    content: "";
    background-image: url(./img/search.svg);
    display: block;
    width: 15px;
    height: 15px;
    z-index: 10;
    position: absolute;
    top: 9px;
    right: 6px;
    background-size: contain;
}
.tp-user {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    max-height: 55px;
}
ul.user-dropdown {
    display: none;
    flex-flow: column;
    position: absolute;
    background-color: #323232;
    color: #fff;
    z-index: 50;
    width: 200px;
    padding: 15px;
    border-radius: 5px;
    top: 40px;
    left: 0;
}
ul.user-dropdown li a {
    color: #fff;
    font-weight: normal;
    display: block;
}
ul.user-dropdown li {
    width: 100%;
    text-align: right;
}
ul.user-dropdown li:last-child {
    border-top: 1px solid #7c7c7c;
    padding-top: 5px;
}
a.account-post, a.account-notifications {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.tp-user > a > img {
    width: 20px;
}
span#new-notif {
    width: 17px;
    height: 17px;
    position: absolute;
    font-size: 12px;
    border-radius: 100%;
    background-color: #29316E;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -4px;
    box-shadow: 0 0 12px -3px #000;
    font-weight: normal;
}
.mobile-nav-btn {
    display: none;
}

header.page-header {
    position: relative;
    top: unset !important;
    z-index: unset;
}
/* Hedaer css - End */

.nm-comments-wrap {
    width: 100%;
    padding-block: 25px;
    padding-inline: 50px;
    background-color: #f9f9f9;
    margin-top: 25px;
}
section#comments {
    width: auto;
}
.title-comments {
    display: block !important;
    margin-top: unset;
    font-family: "Heebo", AALMONI;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.title-comments i.fas.fa-comment-alt {
    color: #D6000A;
}
#comments .comment, #comments .pingback {
    right: unset !important;
}
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
    padding: 15px 30px !important;
    width: 100%;
    max-width: unset;
}
body.rtl #comments .children {
    padding-right: 30px;
}
b.fn {
    margin-right: 5px;
    margin-top: 3px;
    display: block;
}
div#respond {
    max-width: 710px;
    top: unset !important;
    margin: auto !important;
}
#comments .comment-list {
    margin-bottom: 50px;
    max-width: 700px;
    margin: auto;
}
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
    padding-left: 0 !important;
}

.logged-in form#commentform {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div#comment-status {
    flex-basis: 100%;
    order: 3;
    text-align: center;
}
/* div#comment-status {
    text-align: center;
    position: absolute;
    bottom: -30px;
} */
p.form-submit {
    width: auto;
    padding: unset !important;
    margin: unset;
}
input#submit {
    position: relative;
    margin: unset;
}
p.comment-form-comment {
    width: auto;
}

body:not(.logged-in) form#commentform {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 15px 0;
}
body:not(.logged-in) form#commentform p.comment-form-comment {
    grid-column: 1 / -1;
    margin: unset;
    display: block;
    font-size: 0;
}
body:not(.logged-in) form#commentform p.comment-form-author {
    grid-column: 1 / 4;
    margin: unset;
    display: block;
    font-size: 0;
}
body:not(.logged-in) form#commentform p.comment-form-comment textarea#comment {
    width: 100%;
}
body:not(.logged-in) form#commentform p.comment-form-author input#author {
    width: 100%;
    margin: unset;
}
body:not(.logged-in) p.form-submit input#submit {
    width: 100%;
}
body:not(.logged-in) div#respond {
    max-width: 100%;
    width: 700px;
    display: block;
    margin-inline: auto !important;
    text-align: center;
}

.comment-metadata time {
    color: #595959;
    font-weight: bold;
}

.vimeo-wc-video div {
    padding: unset !important;
}
.vimeo-wc-video iframe.vimeo-core-video {
    max-height: 400px !important;
    background-color: #000;
    position: relative !important;
}
.entry-content .media_image img {
    max-height: 470px;
    object-fit: contain;
    background-color: #000;
}
.tw-mb-6.post-thumbnail picture img, .tw-mb-6.post-thumbnail > img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.nm-img-credit.tw--mt-1 {
    font-size: 14px;
    line-height: 1;
    margin-top: 0px;
    color: gray;
}

div#ajax-loader {
    text-align: center;
    display: none;
}

.post-rate {
    margin-bottom: 25px;
    font-size: 16px;
}
.tw-text-sm {
    font-size: 13px;
    color: #54595F;
    font-weight: 400;
}
.nm-join h2:after {
    margin-block: 15px;
}
a.nm-join {
    background-position: center center;
    background-size: cover;
}
.entry-content p {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}
.entry-content p a {
    color: #ca1015;
    text-decoration: underline;
    font-weight: normal;
}
.nm-spacer-border.tw-py-4 p {
    font-size: 13px;
}
.nm-tags {
    color: #595959;
    font-weight: bold;
    font-size: 13px;
}

.vimeo_video {
    margin-bottom: 1.5rem;
}

body:not(.expired).single.single-post section.tw-w-full.tw-mb-6.tw-px-3 {
    display: none;
}
body:not(.expired).single.single-post .nm-comments-wrap {
    display: none;
}
body:not(.expired).single.single-post .tw-container.tw-mx-auto.tw-mt-6 {
    margin-bottom: 100px;
}
body:not(.expired).single.single-post .tw-mb-6.post-meta {
    display: none;
}
body:not(.expired).single.single-post .nm-tags {
    display: none;
}
body.single.single-post .nm-running-status {
    display: none;
}
body:not(.expired).single.single-post .nm-running-status.bottom {
    display: block;
}
body:not(.expired).single.single-post aside.nm-social-bar {
    display: none;
}
body:not(.expired) .post-rate span.tw-text-sm {
    display: none;
}

aside.nm-side-bar a h3 {
    font-size: inherit;
}
.box-content.large div span.box-content__title.big {
    font-size: 1.875rem !important;
    --text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.post-c2 h5 {
    font-size: inherit;
    margin: unset;
    font-weight: bold;
}

.more-headlines {
    margin-bottom: 15px;
}
.nj-title {
    position: relative;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
}
.nj-title:after {
    content: '';
    background-color: #cf050e;
    width: 7.5rem;
    height: 2px;
    display: block;
    margin-block: 15px;
}

.article-sep {
    flex-basis: 100%;
}

section.article-author-more-posts, section.article-infinite-posts {
    margin-top: 25px;
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
    left: auto;
    right: 0px !important;
    margin-right: 0;
    margin-left: 10px;
    height: 25px;
    width: 25px;
}
span.edit-link {
    display: none;
}

a.nm-join.small .nj-title:after {
    display: none;
}
a.nm-join.small .tw-w-full {
    margin: unset;
}

span.nm-post-views {
    display: inline-block;
}

.comment-author.vcard b.fn {
    display: inline-block;
}

.mce-rtl.mce-container.mce-toolbar.mce-stack-layout-item.mce-last {
    display: none;
}
.mce-rtl.mce-container.mce-flow-layout-item.mce-first.mce-last.mce-btn-group > div > * {
    display: none;
}
.mce-rtl.mce-container.mce-flow-layout-item.mce-first.mce-last.mce-btn-group > div > .mce-widget.mce-btn:nth-child(2) {
    display: inline-block;
}
.mce-rtl.mce-container.mce-flow-layout-item.mce-first.mce-last.mce-btn-group > div > .mce-widget.mce-btn:nth-child(2) button {
    background-color: #fff;
    border: 2px solid #2b2b6d;
}
.mce-rtl.mce-container.mce-flow-layout-item.mce-first.mce-last.mce-btn-group > div > .mce-widget.mce-btn:nth-child(2) button i.mce-i-bold:before {
    color: #2b2b6d;
}

/* div#wp-post_content_tmce-editor-container .mce-top-part.mce-rtl.mce-container.mce-stack-layout-item.mce-first {
    display: none;
} */

.single .nm-layout {
    margin: unset;
}
.rating-wrap.rating-4 .rating-main > a {
    border: unset;
    display: block;
}
span.rating-a {
    border-bottom: 2px solid #29326E;
}

.slider-desk {
    margin-bottom: 15px;
    max-width: 100%;
    overflow: hidden;
}
.skyscraper-desk {
    position: fixed;
    top: 165px;
    transition: 1s;
}
.skyscraper-desk.sky-right {
    right: 20px;
}
.skyscraper-desk.sky-left {
    left: 20px;
}
.float-desk {
    position: fixed;
    max-width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 11;
}
body.parent-pageid-148121 ins.adsbygoogle, body.page-id-1764 ins.adsbygoogle, body:not(.expired).single.single-post .adsbygoogle {
    display: none !important;
}
.elementor-location-footer {
    z-index: 10;
    position: relative;
}
.adsbygoogle.wide-desk {
    margin: 0 1%;
    max-width: 100%;
}

.single .post-meta-box {
    border: unset;
}
.tw-mb-6.post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #CEC5C5;
    margin-bottom: 10px;
}
.flex-break {
    flex-basis: 100%;
    height: 0;
}

div#page-loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: rgb(0 0 0 / 52%); */
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #fff;
    gap: 25px;
    font-size: 18px;
}
div#page-loader .fa-spinner:before {
    color: #29326e;
    font-size: 80px;
}
div#page-loader i.fa.fa-spinner.fa-spin {
    -webkit-animation: fa-spin 1s linear infinite;
    animation: fa-spin 1s linear infinite;
}

.post-rate span.tw-text-sm {
    direction: ltr;
    display: inline-block;
    margin-left: 15px;
}
.post-rate .post-views.entry-meta > span, .post-views.entry-meta > span.post-views-icon.dashicons {
    color: #818181;
}
.post-rate .post-views.entry-meta > span.post-views-icon.dashicons {
    font-size: 22px;
    position: relative;
    top: -2px;
}
.post-rate .post-views.entry-meta > span {
    font-size: 12px;
}
span.admin-post-data {
    margin-right: 15px;
}
.single .avatar-55 {
    width: 40px;
    height: 40px;
}
span.valid-author {
    position: relative;
    top: -2px;
    width: 14px;
    height: 14px;
    font-family: "dashicons";
    color: #fff;
    background-color: #55a1ff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px -1px #000;
}
span.valid-author:after {
    font-weight: normal;
    content: "\f147";
    font-size: 12px;
}
.author-bio span.valid-author {
    top: -5px;
}

html input[disabled] {
    background-color: #ccc;
}

.post-link label.checkbox_inner_container {
    padding-right: 25px;
}
.post-link-inner {
    display: none;
}
a.post-link {
    color: #b90003;
    text-decoration: underline;
}
.post-link-inner p {
    margin: unset;
}
.post-link-inner p:last-child {
    font-size: 14px;
    color: #7c7c7c;
}

.author-links {
    display: flex;
    gap: 10px;
    margin-block: 15px;
    justify-content: center;
}
.author-links a, a.author-followers {
    background-color: #fff;
    border: 1px solid #29326e;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1;
    outline: unset;
    color: #29326e;
    font-weight: bold;
}
.master-main-container.flex-item-master.flex-container-main.no-posts-container {
    align-self: center;
    flex-direction: unset;
}
.no-posts {
    display: flex;
    flex-flow: column;
    gap: 15px;
    align-items: center;
    width: 100%;
}

.post-link label.checkbox_inner_container span {
    color: red;
}

/* Footer css - Start */
.site-new-footer {
    background-color: #848486;
    padding: 20px;
    width: 100%;
    color: #fff;
    padding-bottom: 100px;
    margin-top: 100px;
}
.sf-inner {
    display: grid;
    grid-template-columns:2fr 3fr 1fr;
    max-width: 1140px;
    margin: auto;
    gap: 25px;

}
.sf-logo-content img {
    width: 118px;
}
.sf-logo-content p {
    font-size: 14px;
}
.sf-logo-content p a {
    color: #fff;
}
.sf-logo-content p a span {
    color: #c36;
}
.sf-cats ul.habura-footer-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-right: 20px;
}
ul.habura-footer-menu a {
    color: #fff;
    font-weight: normal;
    line-height: 1;
}
ul.habura-footer-menu li {
    font-size: 14px;
    line-height: 1.6;
}
ul#menu-footer-menu {
    list-style-type: none;
    padding: unset;
}
ul#menu-footer-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.sf-cats-title, .sf-links-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
/* Footer css - End */

/* mobile bottom nav css - Start */
nav.mobile-bottom-nav {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: unset;
    border-top: .5px solid #ccc;
    padding-inline: 15px;
    z-index: 9999;
}
nav.mobile-bottom-nav ul {
    list-style-type: none;
    display: flex;
    padding: unset;
    margin: unset;
    justify-content: space-between;
    align-items: center;
}
nav.mobile-bottom-nav ul li a {
    position: relative;
    padding-block: 11px;
    width: 70px;
}
nav.mobile-bottom-nav ul li a, nav.mobile-bottom-nav ul li svg {
    display: block;

}
nav.mobile-bottom-nav ul li a:focus {
    background-color: #e9e9e9;
    border-radius: 25px;
}
nav.mobile-bottom-nav ul li a {
    -webkit-tap-highlight-color: transparent;
}
nav.mobile-bottom-nav ul li:not(:has(a)) {
    padding-block: 11px;
    width: 70px;
}
.no-rate-count {
    position: absolute;
    background-color: #29326E;
    color: #fff;
    top: 2px;
    font-size: 11px;
    font-weight: normal;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-right: 1px;
    right: 12px;
}
/* .single-post nav.mobile-bottom-nav {
    display: none !important;
} */
nav.mobile-bottom-nav li:last-child img {
    border-radius: 100%;
}
.nextend-log {
    display: none;
}
.nextend-log .nsl-container-buttons {
    width: 100%;
    margin-bottom: 15px;
}
nav.mobile-bottom-nav ul li img{
    display: block;
    margin: auto;
}
nav.mobile-bottom-nav ul li svg {
    margin: auto;
}
.img-ico img {
    height: 25px;
}
.nextend-log .nsl-button.nsl-button-default.nsl-button-google {
    border-radius: 50px;
}
.nextend-log div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
    border-radius: 0 20px 20px 0;
}
/* mobile bottom nav css - End */

/* Icons fix - Start */
.nm-join-button:before {
    display: none;
}
.nm-join-button {
    gap: 10px;
}
.nm-social-bar a svg {
    position: relative;
}
#upload-article-shortcode-form .submit_container svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: relative;
    top: 4px;
}
form#upload-article-shortcode-form .fa-circle-question:before {
    content: "?";
    font-size: 12px;
    background-color: #666;
    color: #fff;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
a.my-ppl img {
    width: 25px;
}
/* Icons fix - End */

div#modal-data .flex-break {
    display: none;
}
div#modal-data button.toggle-follow-btn {
    margin-right: auto;
}

.parent-pageid-148121 .fnc-popup-wrap {
    display: none !important;
}

/* Author more css - Start */
button.author-more-btn {
    display: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
/* Author more css - End */

/* Elementor fixes css - Start */
span.nm-post-views-inner {
    display: flex;
}
span.nm-post-views-inner svg {
    position: relative;
    top: 2px;
}
.post-rate .post-views.entry-meta > span.post-views-icon.dashicons {
    display: none;
}
span.nm-post-views-inner {
    position: relative;
    top: 2px;
    display: flex;
    gap: 5px;
}
.logged-in-as {
    display: none;
}
p.comment-form-cookies-consent {
    display: none;
}
.comment-notes {
    display: none;
}
.comment-respond {
    max-width: 633px;
    margin: 19px auto 0;
    position: relative;
}
.title-comments {
    display: none;
}
.comment-reply-title {
    display: none;
}
#comment {
    direction: rtl;
    width: 100%;
    appearance: none;
    border-radius: 0;
    font: normal 14px/1.3 OpenSansHebrewRegular,Arial;
    resize: none;
    height: 42px;
    flex: 1 1 auto;
    padding: 11px 18px;
    outline: 0;
    border: 1px solid #93a4b0;
    transition: height 0.3s ease-out, border 0.3s linear;
    box-sizing: border-box;
    caret-color: #db0000;
}
#author {
    direction: rtl;
    appearance: none;
    border-radius: 0;
    font: normal 14px/1.3 OpenSansHebrewRegular,Arial;
    resize: none;
    height: 42px;
    flex: 1 1 auto;
    padding: 11px 18px;
    outline: 0;
    border: 1px solid #93a4b0;
    transition: height 0.3s ease-out, border 0.3s linear;
    box-sizing: border-box;
    caret-color: #db0000;
}
@media screen and (min-width: 800px) {
    .comments-area {
        width: max-content;
        margin-right: 0 !important;
    }
    #comments .comment, #comments .pingback {
        right: 10%;
    }
    .comment-respond {
        max-width: 633px;
        margin: 18px 10% !important;
        position: relative;
    }
    #author {
        width: 470px;
        margin-top: 20px;
    }
    #submit {
        --scrollbar-width: 17px;
        --window-width: 1920px;
        direction: rtl;
        box-sizing: border-box;
        padding: 0px;
        border-radius: 0;
        appearance: none;
        color: white;
        background-color: #D40009;
        width: 115px;
        height: 42px;
        font-family: Arial;
        font-size: 21px;
        cursor: pointer;
        outline: none;
        margin-right: 70%;
        margin-top: -56px;
        position: absolute;
        transition: color 0.3s linear, background-color 0.3s, border-color 0.3s;
    }
    #comment {
        width: 589px;
    }
    label {
        display: block !important;
    }
}
.comment-body {
    max-width: 633px;
}
/* Elementor fixes css - End */

/* Archive page css - Start */
.archive .page-header {
    width: 1505px;
    max-width: 100%;
    position: relative;
    height: 185px;
    margin-bottom: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    background-position: center center;
}
.archive.tag .page-header {
    width: unset;
}
.archive .page-header h1.entry-title {
    display: inline-block;
    width: auto;
    margin: unset;
    font-size: 60px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.archive .page-header:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 63%);
    z-index: 1;
}
.page-header.ph-full:after {
    display: none;
}
.page-header.ph-full {
    height: 280px;
    margin-inline: unset;
    color: #000;
    background-color: #eeeeee;
}
.post .post-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.post .post-author img {
    width: 30px;
    border-radius: 100%;
}
/* Archive page css - End */

/* Login page css - Start */
.page-template-login header, .page-template-login footer.site-new-footer {
    display: none;
}
.page-template-login main#content {
    padding-block: 200px;
    text-align: center;
    width: 730px;
    margin: auto;
    max-width: 100%;
}
.page-template-login main#content p {
    color: var(--e-global-color-c5e239a );
    font-size: 18px;
    text-align: justify;
}
.page-template-login main#content .nsl-container[data-align="left"] {
    text-align: center;
    margin-bottom: 25px;
}
.page-template-login main#content p:last-of-type {
    border-bottom: dotted 2px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.page-template-login main#content h2 {
    margin: unset;
}
.page-template-login main#content h2 a {
    color: #0A18F4;
    font-family: "Heebo", AALMONI;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: unset;
    margin: unset;
    display: block;
}
.page-template-login form#loginform {
    width: 350px;
    margin: auto;
    padding-block: 50px;
    padding-inline: 20px;
    display: none;
    background-color: #f1f1f1;
    margin-bottom: 25px;
    max-width: 100%;
}
.vo-loging {
    margin-bottom: 30px;
}
button#verified-organizations {
    background-color: unset;
    border: unset;
    color: #4285f4;
    text-decoration: underline;
    font-size: 21px;
    outline: unset;
}
.page-template-login main#content p.login-submit {
    border: unset;
    text-align: center;
    margin-bottom: unset;
    padding-bottom: unset;
}
.page-template-login main#content > img {
    width: 300px;
    margin-bottom: 50px;
}
/* Login page css - End */

/* Search page css - Start */
body.search {
    background-color: #eeeeee;
}
body.search main#content {
    padding-top: 100px;
}
.search h1.entry-title {
    color: var(--e-global-color-c5e239a );
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: unset;
    margin-bottom: 50px;
}
body.search main#content article.post {
    display: grid;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    align-items: baseline;
}
.search-res {
    grid-template-columns: repeat(3,1fr);
    display: grid;
    gap: 30px;
}
body.search main#content article.post picture {
    display: block;
}
body.search main#content article.post picture img, body.search main#content article.post a > img {
    height: 160px;
    display: block;
}
body.search .post-contet {
    display: grid;
    padding-inline: 30px;
    gap: 10px;
    margin-top: 25px;
    padding-bottom: 30px;
}
body.search .post-contet.pc-image {
    margin-top: 0;
}
body.search .post .post-author:after {
    content: "•";
}
body.search .post .post-author.pa-image {
    position: relative;
    margin-top: -5px;
    padding-inline: 30px;
    margin-bottom: unset;
}
body.search  .post .post-author img {
    width: 60px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    top: -10px;
}
.post-author.pa-image {
    color: var(--e-global-color-text );
    font-size: 12px;
    font-weight: normal;
}
.post-author.pa-image .author-name {
    font-weight: bold;
}
body.search .post .post-author.pa-image:after {
    display: none;
}
body.search main#content article.post h2 {
    font-size: 24px;
    color: #000;
    margin: unset;
    font-weight: bold;
}
body.search .post .post-author {
    margin: unset;
}
body.search .author-date {
    display: flex;
    align-items: center;
    gap: 13px;
    border-top: 1px solid #eaeaea;
    font-size: 12px;
    padding-inline: 30px;
    padding-block: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
body.search .post-contet p {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    margin-bottom: 25px;
}
body.search main#content article.post a {
    position: relative;
    display: block;
    height: 100%;
}
/* Search page css - End */

/* Q.A page css - Start */
div#qa-page {
    margin-top: 25px;
}
div#qa-page h2 {
    color: var(--e-global-color-c5e239a);
    font-size: 18px;
    font-weight: 700;
    margin: unset;
    margin-bottom: 15px;
}
div#qa-page p {
    font-size: 17px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #747474;
}
div#qa-page p:last-of-type {
    border: unset;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}
div#qa-page div.nsl-container[data-align="left"] {
    text-align: center;
}
div#qa-page p a {
    text-decoration: none;
}
/* Q.A page css - End */

/* About page css - Start */
.page-template-about main#content {
    margin-top: 30px;
}
.page-template-about h1 {
    color: var(--e-global-color-c5e239a);
    font-family: Heebo,AALMONI;
    font-size: 55px;
    font-weight: 700;
    margin-top: unset;
}
.about-us {
    font-size: 17px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.about-conn {
    text-align: center;
    font-weight: bold;
}
.about-us p {
    color: #000;
}
.about-conn p {
    margin-bottom: 25px;
}
.about-us div.nsl-container[data-align="left"] {
    text-align: center;
}
/* About page css - End */

/* Thank you page css - Start */
.thank-you-page {
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-block: 30px;
}
main#content {
    position: relative;
    z-index: 2;
}
iframe.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    scale: 2.5;
    z-index: 1;
}
.iframe-video:after {
    content: "";
    background-color: rgb(0, 0, 0, 30%);
    position: absolute;
    inset: 0;
    z-index: 1;
}
.thank-you-page h1 {
    font-size: 78px;
    font-weight: bold;
    line-height: 1;
    margin: unset;
}
.thank-you-page h3 {
    font-size: 23px;
    font-weight: 400;
    text-transform: capitalize;
    margin: unset;
}
.ty-contnet > p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 400px;
    margin: auto;
    gap: 15px;
    margin-block: 25px;
}
.ty-contnet > p br {
    display: none;
}
.ty-contnet > p a:first-child {
    grid-column: 1 / -1;
}
.ty-contnet > p a {
    font-size: 17px;
    font-weight: 500;
    background-color: var(--e-global-color-text );
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    color: #fff;
    justify-self: center;
    padding: 6px 20px;
    border-radius: 4px;
}
.thank-you-page h3:last-of-type {
    font-weight: 600;
}
.thank-you-page h2 {
    font-size: 32px;
    font-weight: bold;
    margin: unset;
}
.ty-contnet form br {
    display: none;
}
.ty-contnet form {
    display: grid;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.ty-contnet form button {
    justify-self: center;
    background-color: red;
    color: white;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
}
/* Thank you page css - End */

/* upload post page css - Start */
.upt-content {
    max-width: 970px;
    margin: auto;
    color: #000;
}
.upt-content h2 {
    font-size: 24px;
    font-weight: bold;
}
.upt-content > p {
    font-size: 13px;
}
span.btn.btn-primary.file-preview-shadow svg.bi.bi-card-image, span.btn.btn-primary.file-preview-shadow svg.bi.bi-images {
    position: relative;
    top: 3px;
}
#upload-article-shortcode-form button[type="submit"] {
    font-family: var(--e-global-typography-text-font-family ), AALMONI;
    font-size: var(--e-global-typography-text-font-size );
    font-weight: var(--e-global-typography-text-font-weight );
    color: var(--e-global-color-9c6b959 );
    background-color: #B90003;
}
/* upload post page css - End */

/* Edit user page css - Start */
.edit-user-template label.acf-basic-uploader {
    unicode-bidi: embed; 
}
.edit-user-template label.acf-basic-uploader:after {
    content: "העלה תמונת פרופיל";
    background-color: red;
    color: white;
    border-radius: 0.3rem;
    cursor: pointer;
    padding: 5px 22px;
    display: inline-block;
}
.edit-user-template label.acf-basic-uploader input[type=file] {
    display: none;
}
.edit-user-template div#message {
    display: none;
}
.profile-pic-container {
    display: none;
    position: relative;
}
div#profile_pic img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
}
button.remove-profile-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 1;
    padding: unset;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    font-size: 21px;
    border: unset;
}
.edit-user-template .acf-input .acf-input-wrap {
    overflow: unset;
}
span.character-counter {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: left;
    color: #d7d7d7;
}
/* Hide media library tab from non-admin users */
/* .page-template-edit-user button#menu-item-browse, .page-template-edit-user a.acf-expand-details {
    display: none;
} */

.followers-error {
    font-weight: bold;
    color: red;
}
form#acf-form .acf-fields > .acf-field:first-child {
    padding: unset;
    margin-bottom: 10px;
}


.rating-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.rating-stars i.fas.fa-star {
    height: 30px;
    width: 30px;
    margin: unset;
}
.rating-stars i:after {
    background-image: url(img/star.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating-stars i:hover:after, .rating-stars i.r-active:after {
    background-image: url(img/star-active.svg);
}
.thumbs-up {
    background-color: #29326d;
    display: inline-block;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.thumbs-up svg {
    width: 20px;
    fill: #fff;
}


.author-name {
    color: var(--e-global-color-text );
    font-size: 12px;
}
.post .post-author {
    position: relative;
    margin-top: -15px;
    padding-right: 5px;
    margin-bottom: unset;
}
.post .post-author img {
    width: 60px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    top: -10px;
}
.post-author.pa-noimg {
    margin-top: unset;
}

.author-prof-pic {
    position: relative;
    margin-top: -15px;
    padding-right: 5px;
    margin-bottom: unset;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-family: "Heebo", AALMONI;
    font-size: 12px;
    text-align: right;
}
.author-prof-pic span {
    font-size: 12px;
}
.author-prof-pic img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    top: -10px;
}
.author-prof-pic.pa-noimg {
    margin: unset;
}
.left-side-container-section-2 .author-prof-pic {
    margin: unset;
    padding: unset;
    gap: 5px;
    max-width: 165px;
}
.left-side-container-section-2 .author-prof-pic img {
    width: 25px;
    height: 25px;
    top: 0;
}
div#section-5-content .author-prof-pic {
    margin: unset;
}
div#section-5-content .author-prof-pic img {
    width: 50px;
    height: 50px;
    top: unset;
}
.section-3-big-post .author-prof-pic {
    margin: unset;
    margin-top: 10px;
}
.section-3-big-post .author-prof-pic img {
    top: unset;
    width: 50px;
    height: 50px;
}
.section-3-big-post .author-prof-pic {
    margin: unset;
    margin-top: 10px;
}
.section-3-big-post .author-prof-pic img {
    top: unset;
    width: 50px;
    height: 50px;
}
.author-bio .author-social {
    gap: 5px;
    margin-top: 15px;
}
.main.flex-item-main .first-article .author-prof-pic.pa-noimg, .main.flex-item-main .secound-article .author-prof-pic.pa-noimg {
    padding-inline: 15px;
}

.sf-cats ul.habura-footer-menu li:nth-last-child(-n+4) {
    display: none;
}



.nm-social-bar button.share-page {
    display: none;
}

.rating-stars i:before {
    content: "";
    background-image: url(img/star-active.svg);
}

.mobile-app-banner-c {
    display: none;
}

button[data-user-id='2'] {
    display: none !important;
}

.home div#js-article-join-container {
    order: 10;
    margin-top: 50px;
    margin-inline: 15px;
}

@media screen and (max-width: 1450px) {
    .skyscraper-desk {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    /* Hedaer css - Start */
    .tp-inner, .nh-inner {
        max-width: 100%;
        padding-inline: 30px;
    }
    .habura-primary-menu li a {
        font-size: 14px;
    }
    /* Hedaer css - End */
}

@media screen and (max-width: 992px) {
    /* Hedaer css - Start */
    .top-hedaer {
        padding-inline: unset;
        background-color: #CF050E;
        background-image: none;
    }
    .tp-date {
        display: none;
    }
    .top-hedaer .tp-inner button.mobile-nav-btn {
        display: block;
        width: unset;
        border: unset;
        background: unset;
        box-shadow: unset;
        padding: unset;
        margin: unset;
        outline: unset;
    }
    .tp-inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding-inline: 10px;
    }
    .mobile-nav-btn img {
        display: block;
        height: 35px;
    }
    .user-dropdown-btn span, .user-dropdown-btn:after {
        display: none;
    }
    .user-dropdown-btn {
        padding: unset;
        background-color: unset;
    }
    a.account-post, a.account-notifications {
        width: 30px;
        height: 30px;
    }
    .site-logo img {
        display: block;
        margin: auto;
        width: 98px;
    }
    .site-logo a {
        bottom: -5px;
    }

    body.admin-bar header {
        top: 0;
        z-index: 99999;
    }
    .body.single-post .tw-container {
        padding-top: unset;
    }
    nav.nav-header {
        display: none;
        height: calc(100vh - 61px);
    }
    
    a.account-post, a.account-notifications, a.my-ppl {
        display: none;
    }
    ul.user-dropdown {
        border-radius: 0;
        top: 45px;
        left: -10px;
    }
    .nh-inner {
        flex-flow: column;
        align-items: start;
        padding: 20px;
        gap: 15px;
        height: 100%;
        overflow-y: scroll;
    }
    .nh-links {
        order: 2;
        width: 100%;
    }
    .nh-search {
        margin: unset;
        width: 100%;
    }
    nav.nav-header .nh-inner .nh-search input.search-submit {
        display: block;
        background-color: #424242;
        border: 1px solid #ccc;
    }
    .nh-search label:before {
        top: 15px;
    }
    .nh-search input.search-field {
        width: 100%;
        height: 100%;
    }
    .nh-search form.search-form {
        display: flex;
    }
    .nh-search label {
        width: 100%;
    }
    .habura-primary-menu {
        flex-flow: column;
        align-items: start;
    }
    .habura-primary-menu li {
        display: block;
        width: 100%;
    }
    .habura-primary-menu li a {
        padding: unset;
        display: block;
        width: 100%;
        padding-block: 7px;
        font-size: 17px;
        font-weight: normal;
    }
    li#menu-item-142452 {
        border-top: 1px solid #ccc;
        margin-top: 10px;
        padding-top: 10px;
    }
    ins.adsbygoogle.slider-desk {
        margin: unset !important;
    }
    /* Hedaer css - End */

    /* Footer css - Start */
    .site-new-footer {
        padding-bottom: 70px;
    }
    .sf-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: unset;
    }
    .sf-logo-content p {
        display: none;
    }
    .sf-cats {
        display: none;
    }
    .sf-links-title {
        display: none;
    }
    ul#menu-footer-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    ul#menu-footer-menu li a {
        font-size: 14px;
    }
    .sflc-title {
        font-size: 21px;
        margin-bottom: 25px;
    }
    .habura-footer-menu-mobile {
        list-style-type: none;
        padding: unset;
        margin: unset;
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
        font-size: 14px;
        align-items: center;
        justify-content: center;
        line-height: 2;
    }
    .habura-footer-menu-mobile a {
        color: #fff;
    }
    .habura-footer-menu-mobile a {
        color: #fff;
        border-left: 1px solid;
        padding-left: 10px;
        margin-left: 10px;
    }
    .habura-footer-menu-mobile li:last-child a {
        border: unset;
    }
    .menu-footer-menu-mobile-container {
        margin-bottom: 25px;
    }
    /* Footer css - End */

    /* Author more css - Start */
    .author-bio {
        position: relative;
    }
    button.author-more-btn {
        display: block;
        background-color: unset;
        border: unset;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
    }
    div#author-more-modal a {
        font-size: 17px;
        display: block;
        font-weight: normal;
        color: #29326e;
        padding-block: 10px;
    }
    /* Author more css - End */

    /* Elementor fixes css - Start */
    .search-res {
        grid-template-columns: repeat(2,1fr);
    }
    /* Elementor fixes css - End */
}

@media screen and (max-width: 768px) {
    body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
        padding: 5px;
    }
    body {
        padding-top: unset !important;
    }
    .nm-comments-wrap {
        padding-inline: 15px;
    }
    body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
        padding: 15px 10px !important;
    }
    #comments .comment-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #comments .comment-metadata {
        text-align: left;
    }
    p.comment-form-comment {
        margin: unset;
        font-size: 0;
    }
    div#respond {
        margin-bottom: 10px !important;
    }
    body.rtl #comments .children {
        padding-right: 15px;
    }

    .tw-mb-6.post-thumbnail {
        margin-right: -10px;
        width: calc(100% + 20px);
        display: block;
    }
    h1.tw-text-black {
        font-size: 28px;
        line-height: 1;
    }
    p.excerpt-text.tw-text-gray-1000 {
        font-size: 20px;
        line-height: 1;
    }
    .tw-text-sm {
        font-size: 12px;
    }
    .nm-join h2 {
        margin: unset;
    }
    .nm-join h2:after {
        margin-block: 10px;
    }
    .nm-join .entry-content p {
        font-size: 15px;
    }
    .entry-content p {
        font-size: 19px;
    }
    body:not(.expired).single.single-post .nm-running-status {
        display: block;
        width: 100%;
        font-size: 21px;
        text-align: center;
        padding: 5px;
        top: 60px;
    }
    body:not(.expired).single.single-post .nm-running-status.bottom {
        display: none;
    }

    .single .nm-layout .nm-main-bar {
        padding-inline: 10px;
    }
    .rating-wrap {
        margin-right: -11px;
        width: calc(100% + 22px);
    }
    .entry-content .media_image img {
        max-height: 300px;
    }
    body:not(.expired).single.single-post .tw-container.tw-mx-auto.tw-mt-6 {
        padding-top: 102px;
        margin-bottom: 0;
    }
    body:not(.expired).single.single-post {
        margin-bottom: unset;
    }

    h3.box-content__title {
        font-size: 1rem;
    }

    .logged-in form#commentform {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0 5px;
    }

    a.nm-join.small {
        display: grid;
        grid-template-columns: 1fr auto;
        padding: 25px 15px;
    }
    a.nm-join.small .nm-join-button {
        font-size: 14px;
        padding: 0px 10px;
    }
    section.article-author-more-posts .tw-inline-block {
        text-align: right;
        font-size: 18px;
        width: 100%;
        padding: 5px 15px;
    }
    .tw-mb-6.post-thumbnail picture img, .tw-mb-6.post-thumbnail > img {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }
    section.article-infinite-posts article.box-content h3.box-content__title {
        margin-bottom: unset;
    }

    .post-rate {
        font-size: 14px;
    }
    .single-post .nm-layout {
        overflow: hidden;
    }
    .nm-img-credit.tw--mt-1 {
        line-height: 1;
    }

    
    .mobile-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 999;
        transition: .5s;
    }
    ins.adsbygoogle.adsbygoogle-noablate {
        display: none !important;
    }
    ins.adsbygoogle.mobile-big {
        text-align: center;
        width: 100% !important;
        margin-top: 15px;
    }
    .adsbygoogle.wide-desk {
        height: 60px !important;
        margin: unset;
    }


    div#wpadminbar {
        overflow: hidden;
    }
    
    button#enable-toolbar-trigger {
        top: -50px;
    }

    .google-ad.mobile-under-article {
        flex-grow: 1;
        text-align: center;
        margin-top: 25px;
    }

    wplpppromptcontainer {
        bottom: 51px !important;
    }
    wplppPromptWrapper {
        z-index: 999 !important;
    }
    .mobile-fixed {
        z-index: 9991;
    }
    
    .breadcrumbs-post {
        display: none;
    }

    .single .post-meta-box {
        max-width: 220px;
    }

    nav.mobile-bottom-nav {
        display: block;
    }

    header {
        max-height: 62px !important;
    }

    ins.adsbygoogle.mobile-fixed {
        max-width: 100%;
    }

    /* Elementor fixes css - Start */
    .page-header {
        margin-inline: -10px;
        
    }
    .page-header h1.entry-title {
        font-size: 45px;
        text-align: center;
    }
    .tag .page-header {
        height: 165px;
    }
    .page-template-login main#content {
        padding-inline: 45px;
        padding-block: 50px;
    }

    .search h1.entry-title {
        font-size: 24px;
    }
    .search-res {
        grid-template-columns: 1fr;
    }
    body.search main#content {
        padding-top: 50px;
        padding-inline: 15px;
    }

    .archive .page-header h1.entry-title {
        font-size: 45px;
    }

    .about-us {
        grid-template-columns: 1fr;
    }
    .page-template-about h1 {
        font-size: 35px;
    }

    .thank-you-page h1 {
        font-size: 67px;
    }
    .thank-you-page h3 {
        font-size: 16px;
    }
    .ty-contnet > p {
        max-width: 100%;
        line-height: 1;
        padding-inline: 30px;
    }
    .ty-contnet > p a {
        font-size: 15px;
        padding-block: 10px;
        display: flex;
        align-items: center;
        justify-self: auto;
        text-align: center;
        justify-content: center;
    }
    .thank-you-page h3:last-of-type {
        font-size: 24px;
    }
    iframe.bg-video {
        scale: 2.8;
    }

    .fnt-content {
        padding-inline: 10px;
    }
    .fnt-content p {
        font-size: 14px;
    }
    .fnt-content form#acf-form {
        margin-top: 50px;
    }
    /* Elementor fixes css - End */

    div#section-5-content .author-prof-pic {
        padding: unset;
    }
    div#section-5-content .author-prof-pic img {
        width: 30px;
        height: 30px;
    }
    .sf-cats ul.habura-footer-menu li:nth-last-child(-n+4) {
        display: block;
    }
    
    .top-hedaer li.link-login {
        display: none;
    }

    .habura-notifications-settings .acf-fields.acf-form-fields.-top {
        display: block;
    }
    .notifications-tab, .notifications-settings-tab {
        padding-inline: 15px;
    }
    .habura-notifications-settings div.acf-field {
        display: flex;
        align-items: center;
    }
    .habura-notifications-settings div.acf-field .acf-label {
        margin: unset;
    }

    .header-share {
        position: relative;
        display: flex;
    }
    button.back-ios {
        border: unset;
        background: unset;
        display: flex;
    }
    button.share-page {
        display: block;
        border: unset;
        background: unset;
        padding: unset;
    }
    .share-page svg {
        display: block;
    }
    .social-share-buttons {
        display: none;
        position: absolute;
        background-color: #cf050d;
        left: -10px;
        padding: 15px;
        gap: 15px;
        top: 40px;
    }

    .nextend-log span {
        display: block;
        text-align: center;
        padding-top: 10px;
    }
    .nextend-log > button {
        position: absolute;
        left: -4px;
        top: -17px;
        border: unset;
        background: #fff;
        color: #000;
        border-radius: 100%;
        box-shadow: 0 0 11px -4px;
        width: 35px;
        height: 35px;
        padding: unset;
        font-size: 20px;
        line-height: 1;
        font-size: 26px;
    }

    aside.nm-social-bar {
        margin-block: 40px;
    }
    .nm-social-bar a, .nm-social-bar a:before {
        width: 2.5rem;
        height: 2.5rem;
    }
    aside.nm-social-bar {
        gap: 10px;
    }
    .nm-social-bar a svg {
        width: 20px;
        height: 20px;
    }
    .nm-social-bar button.share-page, .nm-social-bar a.share-page {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #454545;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-left: 8px;
        border-radius: 100% !important;
    }
    .nm-social-bar button.share-page svg, .nm-social-bar a.share-page svg  {
        height: 18px;
    }

    .mobile-app-banner-c {
        display: block;
        position: fixed;
        top: 61px;
        right: 0;
        width: 100%;
        background-color: #fff;
        padding-block: 12px;
        padding-inline: 15px;
        padding-left: 25px;
        transition: .5s;
        z-index: 9999;
        border-bottom: 1px solid;
    }
    .mobile-app-banner {
        font-size: 14px;
        color: #000;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mobile-app-banner img {
        height: 30px;
    }
    .mobile-app-banner-c button {
        position: absolute;
        left: 4px;
        top: 0;
        bottom: 0;
        margin: auto;
        border: unset;
        border: unset;
        background: unset;
        color: #000;
        width: 35px;
        height: 35px;
        padding: unset;
        line-height: 1;
        font-size: 26px;
    }
    .mobile-app-banner span span {
        border: 1px solid;
        padding: 4px;
        font-size: 12px;
        background-color: #CF050E;
        color: #fff;
    }
    
    nav a.mobile-app-banner {
        order: 3;
        color: #CF050E;
        font-size: 17px;
        font-weight: normal;
    }
    body:not(.expired):not(.mobile-app).single.single-post .mobile-app-banner-c {
        top: 100px;
    }
    .page-template-login .mobile-app-banner-c {
        top: 0;
    }

    header {
        z-index: 9999;
    }

    .home .wrapper {
        overflow: hidden;
    }

    .fnc-popup-wrap {
        display: none !important;
    }
    .admin-bar .fnc-popup-wrap {
        display: block !important;
    }

    .mobile-app .habura-notifications-settings .acf-button-group label:nth-child(2) {
        display: none;
    }

    .single .post-meta-box .tw-ml-3 {
        min-width: 40px;
    }

    div#author-more-modal input[type="submit"] {
        font-size: 17px;
        display: block;
        font-weight: normal;
        color: #c1030b;
        background: unset;
        border: unset;
        padding: unset;
        margin: unset;
        padding-block: 10px;
        outline: unset;
    }

    /* .nsl-container-buttons a[data-provider="apple"] {
        display: none !important;
    }
    .iphone .nsl-container-buttons a[data-provider="apple"] {
        display: block !important;
    } */

    body.mobile-app .mobile-app-banner-c {
        display: none !important;
    }
}