
/* Button category */

a.cat-1505.post__cat.post__cat--bg.cat-theme-bg {
	 background-color: #5F021F;
	 margin-left: -20px;
	 margin-top: -23px;
}

.post-footer-author-info{
	display: none;
}


a.cat-1540.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	 margin-left: -20px;
	 margin-top: -23px;
}

/*  HEREEEEEEE*/
.post__meta:not(.post__meta--box)>*:not(:last-child), .post__meta-left:not(.entry-meta--box)>*:not(:last-child), .post__meta-right:not(.entry-meta--box)>*:not(:last-child), .entry-meta:not(.entry-meta--box)>*:not(:last-child) {
    margin-right: 2.3em;
    display: none !important;
}

.entry-author {
    display: block!important;
}

@font-face {
    font-family: 'ArchyEDT-Bold';
    src: url('path-to-your-font/ArchyEDT-Bold.woff2') format('woff2'),
         url('path-to-your-font/ArchyEDT-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.custom-taxonomy-image-wrapper {
    display: flex;
    justify-content: center; /* Horizontally centers the child content */
    align-items: center; /* Vertically centers the child content, if needed */
    position: relative;
    z-index: 1;
    width: 100%; /* Ensures the wrapper takes up the full width */
    max-width: 1200px; /* Adjust max-width as per your design requirements */
    margin: 0 auto; /* Centers the wrapper */
}


.custom-taxonomy-image-wrapper img {
    max-width: 100%; /* Ensures the image is responsive and does not exceed its container */
    height: auto; /* Maintains aspect ratio */
}

.archive-header, .archive-title {
    position: relative;
    z-index: 2; /* Ensures text/content is above the image */
}




a.cat-1539.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	margin-left: -20px;
	 margin-top: -23px;
}

li.cat-item.cat-item-1538{
	display: none;
}

/*  X Popup */
/* 
.mypopups-modal {
    z-index: 9999999999;
    margin-bottom: 57px!important;
} */

/* div#mypopups-modal-132590 {
	margin-bottom: 20px!important;
}
 */
/* .mypopups-substare [onclick], .mypopups-substare button, .mypopups-substare a {
    cursor: pointer;
    margin-left: 50px;
}
 */

/* div#mypopups-modal-132894 {
	  z-index: 9999999999;
    height: 500px!important;
    width: 320px!important;
}

.mypopups-substare [onclick], .mypopups-substare button, .mypopups-substare a {
    cursor: pointer;
    margin-top: -126px!important;
} */

/* Popup Styles */

.popup-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 400px;
  height: 600px; /* Adjust height as needed */
  border-radius: 5px;
	margin-bottom: 100px;
  padding: 20px;
}
.popup-content {
  position: relative;
  width: 100%;
  height: 100%;
}

span.close-btn {
    position: absolute!important;
    top: 4px!important;
    right: 10px!important;
    font-size: 30px!important;
    cursor: pointer!important;
    color: #ded0d0!important;
    z-index: 10000;
    background: #000000!important;
    border: 1px solid #000;
    border-radius: 50%;
    padding: -4px!important;
    display: inline-block!important;
    text-align: center!important;
    line-height: 30px;
    width: 30px;
    height: 30px;
}


.popup-content img {
  width: 100%;
  height: auto;
}

.popup-content, .popup-content * {
  background: transparent; /* Set to transparent to check for issues */
  padding: 0; /* Temporarily remove padding */
}


@media (max-width: 600px) {
  .popup-container {
    width: 90%; /* Adjust width for mobile */
    height: auto; /* Adjust height for mobile */
    left: 5%; /* Center the popup */
    top: 15%; /* Adjust top position */
    transform: translate(0, 0); /* Adjust translate for mobile */
  }
  .popup-content img {
    width: 100%; /* Full width on mobile */
    height: 450px; /* Adjust height to maintain aspect ratio */
  }
}

.close-btn {
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  font-size: 24px; /* Adjust as needed */
  cursor: pointer;
  color: #000; /* Adjust as needed */
}


img.menu-image.menu-image-title-before.jetpack-lazy-image.jetpack-lazy-image--handled {
	margin-left: -20px!important;
}

img.menu-image.menu-image-title-before {
	margin-left: -20px;
}


span.menu-image-title-before.menu-image-title {
	display: contents;
}

a.cat-1536.post__cat.post__cat--bg.cat-theme-bg {
	 background-color: #191918;
	 margin-left: -20px;
	 margin-top: -23px;
	
}
a.cat-1537.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left {
	display: none;
}


/* button[style*="width: calc(100% + 2px); height: calc(100% + 2px);"] {
  width: calc(5% + 2px)!important;
  height: calc(25% + 2px)!important;
  font-size: 10px;
	margin-left: 350px!important;

}

.base-element {
  box-sizing: content-box;
  transform: rotate(0deg);
  z-index: 1;
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  left: 0px!important;
  top: 14.54px;
  width: 100%!important;
  height: 39px;
  min-width: 10px;
  min-height: 45px!important;
  margin-top: 5px!important;
  /* margin-bottom: 0px!important; */
}
 */

.jp-relatedposts-post.jp-relatedposts-post1.jp-relatedposts-post-nothumbs{
	display: none;
}

img.alignnone.wp-image-7242 {
    /* margin-left: 15px; */
    width: 95%;
    max-width: none;
    margin-top: -100px;
}

a.cat-1527.post__cat.cat-theme {
    display: none;
}

.author-page .mnmd-main-col .post__title a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f518"; /* Unicode for the book icon */
    margin-right: 8px; /* Add some spacing between the icon and the text */
    font-weight: 900; /* Set the font weight for solid icons */
	color: #F4F2E9;
}

.author-page .mnmd-main-col .post__title a {
    font-size: 30px !important;
}


h1.page-heading__title {
	display:none;
}
.author-box .author-bio {
    margin: 15px 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}


.mnmd-go-top.mnmd-go-top.is-active {
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    margin-right: -18px;
    transform: translate(0, 0);
}

/* .country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 60px;
		color:white;
}


span.wglanguage-name {
	 	padding-right: 60px;
    color: black;
		background-color: #5F021F
} */
/*  Author boxes */

a.cat-1505.post__cat.cat-theme {
    color: #191918!important;
    display: inline;
}




a.cat-1511.post__cat.cat-theme {
    color: #191918!important;
    display: inline;
/* 	   animation: wink 1s linear 1;
 */
}

a.cat-1525.post__cat.cat-theme {
    color: #191918!important;
    display: inline;
}

/* blockquotes */
.typography-copy blockquote:before, .comment-content blockquote:before{
	 color: #5F021F!important;

}

blockquote{
	border-left-color: #5F021F!important;
}

@media (min-width: 768px) {
  .author-box .author-avatar {
      margin: 0;
      position: absolute;
      top: unset !important;
      right: auto;
      bottom: auto;
      left: -15px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
  }
}

.author-box .author-bio {
    margin: 13px 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-align: initial;
}

.author-name a {
    font-size: 30px!important;
}

.shortcode-show-avatar.alignleft.user-224285405.biography-missing{
	margin-left: 49px!important
}

.shortcode-show-avatar.alignleft.user-224285409.biography-missing{
	margin-left: 49px!important
}

.shortcode-show-avatar.alignleft.user-224285410.biography-missing{
	margin-left: 49px!important
}

.shortcode-show-avatar.alignleft.user-224285411.biography-missing{
	margin-left: 49px!important
}

.shortcode-show-avatar.alignleft.user-224285408.biography-missing {
    margin-left: 49px!important;
}

.shortcode-show-avatar.alignleft.user-224285406.biography-missing {
    margin-left: 49px!important;
}

.shortcode-show-avatar.alignleft.user-224285407.biography-missing {
    margin-left: 49px!important;
}
.author-box .author-name a {
    color: #a2a2ab!important;
}
.author-box {
    position: relative;
    padding: 30px;
    background: #F4F2E9;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
a.cat-1526.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left {
		 background-color: #191918;
	 	 margin-left: -20px;
		 margin-top: -23px;
	
}


a.cat-1505.entry-cat.cat-theme{
	color: #191918!important
}



.modal-title.modal-title{
	color: #191918!important;
}


strong{
	font-weight: 800;
	font-size: initial;
	color: black;
}


a.mnmd-pagination__item{
	color: #5F021F!important;
}

.elementor-2656 .elementor-element.elementor-element-343ed81 > .elementor-widget-container {
    margin-top: 9px;
		margin-right: 20px;
		margin-left: 14px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F4F2E9 0%, #F4F2E9 100%);
    border-radius: 0px 0px 0px 0px;
}


a.cat-1524.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	margin-left: -20px;
	margin-top: -23px;
}

a.cat-1527.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left {
	margin-left: -20px;
	margin-top: -23px;
}


a.cat-1525.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	 margin-left: -20px;
	 margin-top: -23px;
}

a.cat-1521.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	margin-left: -25px;
	margin-top: -23px;
}

.single-header .entry-title {
    max-width: 789px;
    font-size: 2.027rem;
    font-weight: 700;
    line-height: 1.3;
    margin-left: -4px;
/*     margin-top: -35px; */
    margin-bottom: -65px;
}
p.jp-relatedposts-post-context{
	display: none;
}


.col-xs-6.col-sm-12{
	 width: 100%;
   text-align: -webkit-center;
}

.single-body.entry-content.typography-copy {
    padding-left: 60px;
    padding-right: -28px;
    margin-left: -62px;
		margin-top: -60px;
}
.alignleft{
	margin-left: 5px!important;
}

a.cat-1520.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	margin-left: -20px;
	margin-top: -19px;
}

a.cat-1522.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	 background-color: #191918;
    margin-top: -20px;
    margin-left: -20px;
	
}

h4.widget__title-text{
	color: #191918!important;
}

a.cat-1511.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left {
    background-color: #191918;
    margin-top: -20px;
    margin-left: -20px;
}

/* .single-header .entry-title{
	max-width: 779px;
    font-size: 2.027rem;
    font-weight: 700;
    line-height: 1.3;
    margin-left: -4px;
    margin-top: 13px;
}
 */

a.cat-1.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	margin-left: -20px;
	margin-top: -19px;
}


a.cat-1516.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left {
    background-color: #191918;
    margin-left: -20px;
    margin-top: -19px;
}

/*  a */

a{
	color: #191918;
}


.mnmd-layout-split:first-child{
	margin-top: 20px;
}

#block-24 h2 {
  font-family: BG Nino Mtavruli;
  font-size: 30px;
}

#block-24 h2 span {
  font-size: 24px;
}


a.cat-1515.post__cat.cat-theme {
    color: black!important;
}

a.cat-1515.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	background-color:
	#191918!important;
	margin-left: -20px;
	margin-top: -23px;
}

/* a.cat-1525.post__cat.cat-theme{
	color: #191918!important;
	position: absolute;
	margin-top: 50px;	
}
 */

a.cat-1.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left {
	background-color: #191918;
	margin-top: -23px;
}


a.cat-1524.post__cat.cat-theme {
	color: #191918!important;
}

.cat-1514.post__cat.cat-theme {
    color: #191918!important;
}

a.cat-1516.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left {
	background-color: #191918;
	margin-top: -23px;
}

a.cat-1514.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	background-color: 	
	#191918!important;
	margin-left: -20px;
	margin-top: -22px;
}

@keyframes wink {
    0% { background-color: #191918; }
    50% { background-color: #5F021F; }
    100% { background-color: #191918; }
}

.category-tile__name, .cat-0.cat-theme-bg.cat-theme-bg, .primary-bg-color, .navigation--main > li > a:before, .mnmd-pagination__item-current, .mnmd-pagination__item-current:hover, .mnmd-pagination__item-current:focus, .mnmd-pagination__item-current:active, .mnmd-pagination--next-n-prev .mnmd-pagination__links a:last-child .mnmd-pagination__item, .subscribe-form__fields input[type='submit'], .has-overlap-bg:before, .post__cat--bg, a.post__cat--bg, .entry-cat--bg, a.entry-cat--bg, .comments-count-box, .mnmd-widget--box .widget__title, .posts-list > li .post__thumb:after, .widget_calendar td a:before, .widget_calendar #today, .widget_calendar #today a, .entry-action-btn, .posts-navigation__label:before, .comment-form .form-submit input[type='submit'], .mnmd-carousel-dots-b .swiper-pagination-bullet-active, .site-header--side-logo .header-logo:not(.header-logo--mobile), .list-square-bullet > li > *:before, .list-square-bullet-exclude-first > li:not(:first-child) > *:before, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit]:hover{
/*     animation: wink 1s linear infinite; */
}

a.cat-1539.post__cat.post__cat--bg.cat-theme-bg{
	    animation: wink 1s linear infinite;
}



a.cat-1511.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	background-color: #191918;
	}



body.home a.cat-1511.post__cat.cat-theme {
	display: none
}


/* Post Text */

.post__excerpt, .entry-excerpt{
	color: #F4F2E9;
}



/* Body Color */



h2{
	color: #F4F2E9;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #191918;
}


/*  Sticky header */



/* Header Background */

.header-main.hidden-xs.hidden-sm {
		position: sticky!important;
    background-color: #191918;
    height: 363px;
    margin-top: -5%;
}
/* Menu Bakground Color */

div#main-menu {
			position: sticky!important;
			background-color: #191918;
			margin-top: 11px;

}

/*  Sticky and related */




div#mnmd-mobile-header{
	position: fixed;
    top: 96px;
    left: 0;
    height: 100px!important;
    width: 100%;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    visibility: visible;
    pointer-events: auto;
    z-index: 50;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    -webkit-transform: translate3d(0, -101%, 0);
    -moz-transform: translate3d(0, -101%, 0);
    -ms-transform: translate3d(0, -101%, 0);
    -o-transform: translate3d(0, -101%, 0);
    transform: translate3d(0, -101%, 0);
}


/* body.single-post .header-main.hidden-xs.hidden-sm {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

body.single-post nav.navigation-bar.hidden-xs.hidden-sm.js-sticky-header-holder {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

 */

/* Nav Bakckground Color */

nav.navigation-bar.navigation-bar--fullwidth.hidden-xs.hidden-sm{
	background-color: #191918;
}





nav.navigation-bar.hidden-xs.hidden-sm.js-sticky-header-holder {
				background-color: #191918;
				margin-bottom: -35px;

}

.mobile-header-btn, .navigation-bar-btn, .navigation, .menu, .mnmd-mega-menu__inner > .sub-menu > li > a, .meta-text, a.meta-text, .meta-font, a.meta-font, .text-font-tertiary, .block-heading, .block-heading__title, .block-heading-tabs, .block-heading-tabs > li > a, input[type="button"]:not(.btn), input[type="reset"]:not(.btn), input[type="submit"]:not(.btn), .btn, label, .category-tile__name, .page-nav, .post-score, .post-score-hexagon .post-score-value, .post__cat, a.post__cat, .entry-cat, a.entry-cat, .read-more-link, .post__meta, .entry-meta, .entry-author__name, a.entry-author__name, .comments-count-box, .widget__title-text, .mnmd-widget-indexed-posts-a .posts-list > li .post__thumb:after, .mnmd-widget-indexed-posts-b .posts-list > li .post__title:after, .mnmd-widget-indexed-posts-c .list-index, .social-tile__count, .widget_recent_comments .comment-author-link, .mnmd-video-box__playlist .is-playing .post__thumb:after, .mnmd-posts-listing-a .cat-title, .mnmd-news-ticker__heading, .page-heading__title, .post-sharing__title, .post-sharing--simple .sharing-btn, .entry-action-btn, .entry-tags-title, .post-categories__title, .posts-navigation__label, .comments-title, .comments-title__text, .comments-title .add-comment, .comment-metadata, .comment-metadata a, .comment-reply-link, .comment-reply-title, .countdown__digit, .modal-title, .comment-reply-title, .comment-meta, .comment .reply, .wp-caption, .gallery-caption, .widget-title, .btn, .navigation, .logged-in-as, .countdown__digit, .mnmd-widget-indexed-posts-a .posts-list>li .post__thumb:after, .mnmd-widget-indexed-posts-b .posts-list>li .post__title:after, .mnmd-widget-indexed-posts-c .list-index, .mnmd-horizontal-list .index, .mnmd-pagination, .mnmd-pagination--next-n-prev .mnmd-pagination__label{
	color: #F4F2E9!important;
}


/*  views */

.post__meta i, .post__meta .mdicon, .entry-meta i, .entry-meta .mdicon {
	color: #F4F2E9;
}

/* author */

.post__meta .entry-author__name, .post__meta a.entry-author__name{
	color: #F4F2E9;
}

/* .entry-author__name, a.entry-author__name, .single-header .entry-author a{
	display: none;
} */

/* .entry-author__avatar{
	display: none;
}

 */
h1.entry-title{
	color: #F4F2E9;
	margin-left: 55px;

}

/* a.cat-1516.post__cat.post__cat--bg.cat-theme-bg{
	background-color: #5F021F; 
}
 */
figcaption.wp-caption-text{
	color: #F4F2E9;
}

.site-content{
	margin-top: 100px;
}


figcaption.wp-caption-text{
		color: #F4F2E9;
}

.entry-meta{
	color: white;
}

.entry-author {
    display: block; /* Change from 'none' to 'block' */
    margin-top: 20px; /* Add some space above the author info */
}

p{
	color: white;
}

i.mdicon.mdicon-folder{
	color: black;
}

i.mdicon.mdicon-chat_bubble_outline{
	    margin-right: -54.7em;

}

.entry-tags ul>li>a{
	color: white;
}

time.jp-relatedposts-post-date{
	color: white;
}

p.jp-relatedposts-post-cont.post-footer-author-info .author-bioext{
	color: white;
}

a.post-tag{
	color: white;
}

li.entry-tags__icon{
	color: white;
}

h3.jp-relatedposts-headline{
	color: white;
}


.entry-author {
    margin-top: 0;
    padding-top: 0;
}
 */

.entry-author__avatar {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    height: 50px; /* Increased size for better visibility */
    width: 50px; /* Increased size for better visibility */
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.post-footer-author-info {
    margin-top: 20px;
    padding: 15px;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
}

.entry-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.entry-author__name {
    margin-left: 10px;
    font-weight: bold;
    color: #333;
}

.author-bio {
    font-size: 14px;
    color: #555;
}



.entry-author__name, a.entry-author__name {
    display: inline-block;
    vertical-align: middle;
    color: #191918 !important;
    font-weight: bold;
}

.post__meta:not(.post__meta--box) > *:not(:last-child),
.post__meta-left:not(.entry-meta--box) > *:not(:last-child),
.post__meta-right:not(.entry-meta--box) > *:not(:last-child),
.entry-meta:not(.entry-meta--box) > *:not(:last-child) {
    margin-right: 2.3em;
    margin-top: 10px; /* Adjusted to create some space */
    display: inline-block; /* Ensure it's displayed */
}


.post__meta{
	color: #F4F2E9;
}


i.mdicon.mdicon-schedule{
	color: #191918;
}

span {
	display: none;
}


/* Post title */

.post--single .single-body{
	color: #191918;
}

.single-header:first-child{
	margin-top: -8px;
}

h1.entry-title.entry-title--lg{
	color: #191918;
	margin-left: -5px;
}

h1.entry-title{
	color: #191918;
}


.post__title a, .post__title a:hover, .post__title a:focus, .post__title a:active, .entry-title a, .entry-title a:hover, .entry-title a:focus, .entry-title a:active{
	
		color: #191918;
    font-family: freight-text-pro,Helvetica,Arial,serif
    font-size: 1.8rem;
    font-weight: 400;
    line-height: auto;
	
}

.entry-interaction__left{
	
	margin-left: 60px;
}


ul.social-list.social-list--lg.list-horizontal {
	margin-top: 210px
}

a.cat-1520.post__cat.post__cat--bg.cat-theme-bg.overlay-item--top-left{
	background-color: #191918;
	margin-top: -25px;
}


.category-tile__name, .cat-0.cat-theme-bg.cat-theme-bg, .primary-bg-color, .navigation--main > li > a:before, .mnmd-pagination__item-current, .mnmd-pagination__item-current:hover, .mnmd-pagination__item-current:focus, .mnmd-pagination__item-current:active, .mnmd-pagination--next-n-prev .mnmd-pagination__links a:last-child .mnmd-pagination__item, .subscribe-form__fields input[type='submit'], .has-overlap-bg:before, .post__cat--bg, a.post__cat--bg, .entry-cat--bg, a.entry-cat--bg, .comments-count-box, .mnmd-widget--box .widget__title, .posts-list > li .post__thumb:after, .widget_calendar td a:before, .widget_calendar #today, .widget_calendar #today a, .entry-action-btn, .posts-navigation__label:before, .comment-form .form-submit input[type='submit'], .mnmd-carousel-dots-b .swiper-pagination-bullet-active, .site-header--side-logo .header-logo:not(.header-logo--mobile), .list-square-bullet > li > *:before, .list-square-bullet-exclude-first > li:not(:first-child) > *:before, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	
    background-color: #191918;
}


.sd-content .share-customize-link a {
    font-family: Open Sans,sans-serif;
    font-size: 11px;
    display: none;
}

/* Widget */

.widget_categories li>a{
	
	color: #adad8f!important;
}


a, a:hover, a:focus, a:active, .color-primary, .site-title, .mnmd-widget-indexed-posts-b .posts-list > li .post__title:after, .author-box .author-name a{
	color: #2623af;
}


.post__title a, .post__title a:hover, .post__title a:focus, .post__title a:active, .entry-title a, .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	font-weight: 800;
	color: #191918;
	font-size: 20px;

}

.widget__title{
	
	color: #F4F2E9;
}




.social-list>li>a{
	color: #F4F2E9;
}



/* comments */

a.comments-count.entry-action-btn {
	display: none;
}

/* site logo */
.header-logo a{
    position: relative;
    bottom: -57px;
	  height: 10px;
}


/*  margin navbar */


.navigation-bar__inner {
		bottom: 100px;!important
}

/* submenu */

.navigation--main .sub-menu a {
    display: inline-flex;
    padding: 6px 8px;
    color: #F4F2E9!important;
    line-height: 1.4;
		font-weight: bold;
		background-color: #191918!important;

}




.navigation .sub-menu li {
    position: relative;
    display: inline;
}

.navigation--main>li>.sub-menu, .navigation--main li>.sub-menu .sub-menu{
	top: 72%;
	bottom: 60;
	background-color: #191918;
	width: 100%;
	margin-top: 2px;
	margin-left: 21px;
	width: 600px;
	
}
	
/*  subsciribe button */


	
a.btn.btn-default {
	background-color: #5F021F;
	color: white;
	margin-top: 210px;
}

input.btn.btn-primary{
	background-color: #5F021F;
}
	
}

ul.list-unstyled.clearfix{
	display: inline;
}


/* submenu arrow positioning */

.navigation--main .sub-menu>li.menu-item-has-children>a:after, .navigation--main .sub-menu-inner> ul > li.menu-item-has-children>a:after {
	right: -2px;
	color: #9c0000;
}


/* title  */

post__title typescale-5 style={
	
	color: white!important;
}


/* move menu button */
li#menu-item-6526{
		color: #F4F2E9;
	font-size: 16px;
}


.navigation--main>li>a{
		color: #F4F2E9!important;
	font-size: 14.5px;
}

.navigation--main>li>a:hover {
		color: #5F021F!important;
}

li#menu-item-3286 {
/*     display: flex; */
    width: 73px;
    height: 42px;
    align-items: center;
    margin-bottom: 55px;
    margin-top: 43px;
    background-color: #5F021F;
    text-center: inherit;
		color: white;
		margin-right: 40px;
}

li#menu-item-6646 a{
		color: #F4F2E9;
	font-size: 16px;
}

/* menu and submenu button colors */

.text-font-primary:hover,
.social-tile__title:hover,
.widget_recent_comments .recentcomments > a:hover,
.widget_recent_entries li > a:hover,
.modal-title.modal-title:hover,
.author-box .author-name a:hover,
.comment-author:hover,
.widget_calendar caption:hover,
.widget_categories li > a:hover,
.widget_meta ul:hover,
.widget_recent_comments .recentcomments > a:hover,
.widget_recent_entries li > a:hover,
.widget_pages li > a:hover {

		color: #5F021F!important;

}
.post__title a:hover {
		color: #5F021F!important;

}




li#menu-item-3286 a{
	color: white;
	margin-top: -8px;
}

li#menu-item-3286 a:hover {
	color: #5F021F!important;
}




li#menu-item-3096 a{
	color: #F4F2E9;
	font-size: 16px;

}

li#menu-item-3096 a:hover {
	color: #5F021F!important;
}


li#menu-item-3082 a{
	color: #F4F2E9;
	font-size: 16px;
}

li#menu-item-3082 a:hover {
	color: #5F021F!important;
}

/* Target only the top-level menu item */
#menu-item-14329 > a {
    background: linear-gradient(to right, #1404BD, #DE0100);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    height: 35px; /* Fixed height */
    line-height: normal; /* Reset line height */
    padding: 0 15px; /* Horizontal padding */
    border-radius: 10px; /* Rounded corners */
    white-space: nowrap; /* Prevent text wrapping */
}

/* Set the background color and border radius for the list item */
#menu-item-14329 {
    background-color: white; /* White background */
    border-radius: 10px; /* Rounded corners */
}

/* Ensure it doesn't affect submenu items */
#menu-item-14329 ul {
    padding: 0;
    margin: 0;
    border-radius: 0;
}


li#menu-item-3097 a{
	color: #F4F2E9;
	font-size: 16px;

}

li#menu-item-3097 a:hover {
	color: #5F021F!important;
}



.navigation--main > li > .sub-menu, .navigation--main li > .sub-menu .sub-menu{
	width: 680px;
}
/* inner  submenu */

.list-unstyled, .mnmd-video-box__playlist ul{
	margin-left: 30px;
}

/* gap between sub menu items */

.navigation--main .sub-menu a {
    display: inline-flex;
    padding: 6px 5mm;
    padding-top: 6px;
    padding-right: 4mm;
    padding-bottom: 6px;
    padding-left: 5mm;
    color: #F4F2E9;
    line-height: 1.4;
    font-weight: bold;
    background-color: #F5F2E8;
}


/*  Footer */

.site-footer, .footer-3.site-footer, .footer-5.site-footer, .footer-6.site-footer{
	background-color: #191818;
}

.text-center{
	color: white;
}


.jp-relatedposts-post.jp-relatedposts-post0.jp-relatedposts-post-nothumbs{
	display: none;
}

/*  menu offcanvas bg */

/* li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-has-children.menu-item-3286 {
	background-color: #9c0000;
}
 */

.navigation--offcanvas li {
	color: #F4F2E9;

}

.navigation--offcanvas li>a{
	color: black!important;
}

.navigation--offcanvas li>a:hover {
    background-color: #5F021F;
}

/*  offcanvas logo img */

.mnmd-offcanvas__title .site-logo img {
    max-width: 302px;
		margin-top: -106px;
	  margin-left: -10px;
}

div#mnmd-mobile-header{
	height: 104px;
	background-color: #191818;
}

.header-logo--mobile img{
	max-height: 140px;
	margin-top: -87px;
	width: 268px;
}


.mobile-header__section.text-right{
	margin-top: 38px;
}


.mobile-header-btn i{
	color: #F4F2E9;
}

/* Search button */

.header-search-dropdown .search-form__submit{
	color: white;
}





button.mobile-header-btn.js-search-dropdown-toggle {
    margin-top: -70px;
    margin-right: -37px;
	  color: white;
}


.container--narrow {
    max-width: 534px;
}


.header-search-dropdown.is-active {
    display: inline-table;
    box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
    opacity: 1;
    visibility: visible;
		margin-left: 35%;
}
/* .header-search-dropdown.is-active {
    display: block;
    box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
    opacity: 1;
    width: 722px;
    margin-left: 36%;
    visibility: visible;
    margin-top: 24px;
} */



.header-search-dropdown .search-form__submit{
	background-color: #191918;
/* 	margin-right: 250px; */
}

input.search-form__input{
	height: 50px;
}

button.navigation-bar-btn.js-search-dropdown-toggle {
	color: #F4F4E9;
	}

/*  offcanvas upper space */
.mnmd-offcanvas__title {
	height: 132px;
}

h2.page-heading__title {
	margin-top: 28px;
}

.mnmd-block.mnmd-block--fullwidth.mnmd-block--contiguous.page-heading.page-heading--has-background{
		background-color: #191918;
	margin-top: -50px;
	margin-bottom: -10px;
}


/*  Post Image */

img.wp-image-3908.alignleft.jetpack-lazy-image.jetpack-lazy-image--handled{
	
	margin-left: 14px;
}

/* Single Post Background */

.site-content.single-entry{
	background-color: #F4F2E9;
}

/*  h1 entry title */



/*  p body post */

.single-body p {
	color: #191918;
}

/*  Related Post Title Color */

a.jp-relatedposts-post-a{
	color: #191918!important;
}

/*  Widget Titles (?)*/

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child,.h5:first-child, .h6:first-child{
	color: #191918;
}

h4:first-child, .h4:first-child {
    color: #adad8f!important;
}
/*  Categories List Color */



element.style {
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child{
	color: #adad8f;
}


img.alignnone.wp-image-7242.jetpack-lazy-image.jetpack-lazy-image--handled {
    margin-top: -120px;
}


.post__title, .entry-title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .text-font-primary, .social-tile__title, .widget_recent_comments .recentcomments > a, .widget_recent_entries li > a, .modal-title.modal-title, .author-box .author-name a, .comment-author, .widget_calendar caption, .widget_categories li>a, .widget_meta ul, .widget_recent_comments .recentcomments>a, .widget_recent_entries li>a, .widget_pages li>a{
/* 	color: #ababab; */

}


/* .post__meta:last-child, .entry-meta:last-child{
	display: none;
} */


/*  midcons */
.entry-author {
	display: none
}

/* i.mdicon.mdicon-schedule{
	color: #191918;
}
.single-header>*:last-child, .single-header .post__header-inner>*:last-child{
	display: none;
}

.post__meta:not(.post__meta--box)>*:not(:last-child), .post__meta-left:not(.entry-meta--box)>*:not(:last-child), .post__meta-right:not(.entry-meta--box)>*:not(:last-child), .entry-meta:not(.entry-meta--box)>*:not(:last-child){
	color:  #F4F2E9!important; 
} */

.post__meta:not(.post__meta--box)>*:not(:last-child), .post__meta-left:not(.entry-meta--box)>*:not(:last-child), .post__meta-right:not(.entry-meta--box)>*:not(:last-child), .entry-meta:not(.entry-meta--box)>*:not(:last-child) {
    margin-right: 2.3em;
/*     margin-bottom: -25%; */
}

i.mdicon.mdicon-folder{
	display: none;
}

a.cat-1505.post__cat.cat-theme {
	color: #191918!important
}

.post__meta:not(.post__meta--box)>*:not(:last-child), .post__meta-left:not(.entry-meta--box)>*:not(:last-child), .post__meta-right:not(.entry-meta--box)>*:not(:last-child), .entry-meta:not(.entry-meta--box)>*:not(:last-child) {
    margin-right: 2.3em;
    margin-top: -5px;
}

/* .post__meta i, .post__meta .mdicon, .entry-meta i, .entry-meta .mdicon{
	color: #F4F2E9;
} */

i.mdicon.mdicon-chat_bubble_outline{
	color: #191918;
}
/*  Time published color*/

time.time.published{
	display: none;
}

.post__meta:not(.post__meta--box)>*:not(:last-child), .post__meta-left:not(.entry-meta--box)>*:not(:last-child), .post__meta-right:not(.entry-meta--box)>*:not(:last-child), .entry-meta:not(.entry-meta--box)>*:not(:last-child){
	color: #191918;
}

.post__meta:not(.post__meta--box)>*:not(:last-child), .post__meta-left:not(.entry-meta--box)>*:not(:last-child), .post__meta-right:not(.entry-meta--box)>*:not(:last-child), .entry-meta:not(.entry-meta--box)>*:not(:last-child){
	
	margin-right: 2.3em;
}

/*  Author Name Color */

a.entry-author__name{
	color: #191918!important;
}

.mobile-header-btn, .navigation-bar-btn, .navigation, .menu, .mnmd-mega-menu__inner > .sub-menu > li > a, .meta-text, a.meta-text, .meta-font, a.meta-font, .text-font-tertiary, .block-heading, .block-heading__title, .block-heading-tabs, .block-heading-tabs > li > a, input[type="button"]:not(.btn), input[type="reset"]:not(.btn), input[type="submit"]:not(.btn), .btn, label, .category-tile__name, .page-nav, .post-score, .post-score-hexagon .post-score-value, .post__cat, a.post__cat, .entry-cat, a.entry-cat, .read-more-link, .post__meta, .entry-meta, .entry-author__name, a.entry-author__name, .comments-count-box, .widget__title-text, .mnmd-widget-indexed-posts-a .posts-list > li .post__thumb:after, .mnmd-widget-indexed-posts-b .posts-list > li .post__title:after, .mnmd-widget-indexed-posts-c .list-index, .social-tile__count, .widget_recent_comments .comment-author-link, .mnmd-video-box__playlist .is-playing .post__thumb:after, .mnmd-posts-listing-a .cat-title, .mnmd-news-ticker__heading, .page-heading__title, .post-sharing__title, .post-sharing--simple .sharing-btn, .entry-action-btn, .entry-tags-title, .post-categories__title, .posts-navigation__label, .comments-title, .comments-title__text, .comments-title .add-comment, .comment-metadata, .comment-metadata a, .comment-reply-link, .comment-reply-title, .countdown__digit, .modal-title, .comment-reply-title, .comment-meta, .comment .reply, .wp-caption, .gallery-caption, .widget-title, .btn, .navigation, .logged-in-as, .countdown__digit, .mnmd-widget-indexed-posts-a .posts-list>li .post__thumb:after, .mnmd-widget-indexed-posts-b .posts-list>li .post__title:after, .mnmd-widget-indexed-posts-c .list-index, .mnmd-horizontal-list .index, .mnmd-pagination, .mnmd-pagination--next-n-prev .mnmd-pagination__label{
	color: #191918;
}

h3.post__title.typescale-5{
	color: white;
}

.post-sharing--simple .sharing-btn i{
	color: white;
}

/* Social mdicons */

i.mdicon.mdicon-facebook{
	color: white;
}

i.mdicon.mdicon-facebook:hover{
	color: #5F021F;
}

i.mdicon.mdicon-twitter:hover{
	color: #5F021F;
	
}

i.mdicon.mdicon-instagram:hover{
	color: #5F021F;
}

i.mdicon.mdicon-youtube:hover{
	color: #5F021F;
}	

i.mdicon.mdicon-telegram:hover{
	color: #5F021F;
}

span.sharing-btn__text{
	color: white;
}

.shortcode-show-avatar.alignleft.user-224285416.biography-missing {
    margin-top: -5.5px;
    margin-left: -8px !important;
}

.post__title a, .post__title a:hover, .post__title a:focus, .post__title a:active, .entry-title a, .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    display: inline-block;
    color: inherit;
    color: #adad8f!important;
    text-decoration: none;
}

body.home time.time.published {
    display: none!important;
    margin-top: 76px;
    color: black;
}

time.time.published {
    display: block;
    margin-top: 76px;
    color: black;
}