.post_item_single .post_tags_single a{
	background-color: black;
	border-radius: 30px;
	color: #e0f806;
	font-weight: bold;
	font-family: "Nimbus";
}

.post_item_single .post_tags_single a:hover{
	background-color: #e0f806;
	color:black;
}

/* Post Category */
.post_header_single .post_meta.post_meta_categories a:not(.post_sponsored_label){
	background-color:#e0f806;
	border-radius:30px;
	color:black;
	font-weight: bold;
	padding:.8rem 1rem;
}

/* Sidebar Inner */
.sidebar_default[class*=scheme_] .sidebar_inner{
	padding: 20px 0;
  background-color:black;
	color:white;
}

/* Sidebar Inner | Widget */
[class*=scheme_].sidebar .post_info_item.post_categories a , [class*=scheme_].sidebar li > a, [class*=scheme_].sidebar .post_title > a,[class*=scheme_].sidebar h5{
	color:white;
	
}

[class*=scheme_].sidebar h5, .sidebar_inner .wp-block-search__label {
	font-size: 32px;
	font-weight: bold;
	color: white;
	font-family: 'nimbus-black'
}

/*  Header default */

.header-nav-links-2 .menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after {
	background-color: #e0f807;
}
.header-nav-links-2 .sc_layouts_menu_nav > li.current-menu-item > a, .header-nav-links-2 .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*=button]), [class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*=button]), .header-nav-links-2 .sc_layouts_menu_nav > li > a{
	font-weight: bold; 
	color: #e0f806 !important;
  font-family: 'nimbus-black'
}


.header-nav-links .menu_main_nav>li>a, .sc_layouts_menu_nav>li>a {
	font-family: 'nimbus-black'
	
}

.header-nav-links .sc_layouts_menu_nav > li.current-menu-item > a
{
	color:black !important
}

.other-page-header-desktop-burger .sc_layouts_menu_mobile_button .sc_layouts_item_icon, .sc_layouts_menu_mobile_button_burger .sc_layouts_item_icon {
	color:white;
}

.other-page-header-desktop{
		display:none
}

.header-default-mobile .search_modern > .search_submit, .header-default-mobile .sc_layouts_row_type_compact .sc_layouts_item_icon, [class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item_icon{
	color: white
}

@media only screen and (min-width: 1200px) {
	.other-page-header-mobile{
		display: none
	}
	.other-page-header-desktop{
		display:block
	}
}

/* Blogger Img container  */
.blogger-container {
	margin-bottom: 1.5rem !important;
}
.blogger-container .sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured{
	aspect-ratio: 16/9
}

.blogger-container .post_meta_item a {
	color:black;
}

.post_meta_item {
	color:black !important;
}
/*  Footer */
.footer-subscription textarea:focus, .footer-subscription textarea.filled, .footer-subscription textarea.wp-editor-area:focus, .footer-subscription textarea.wp-editor-area.filled, .footer-subscription input[type=text].filled, .footer-subscription input[type=text]:focus{
	color:white;
}

.wp-block-search input.wp-block-search__input:focus, 
{
	color: white
}

/* Post Title */
.entry-title, .entry-title a, .sc_layouts_title_caption {
	font-family: 'nimbus-black' !important
}

/* Search */
.wp-block-search input.wp-block-search__input:focus, .wp-block-search input.wp-block-search__input {
	color: white
}

/* Content wrap */

@media only screen and (min-width: 1400px) {
	.content_wrap {
		width: 1300px !important;
	}
	.content_wrap .content {
		width:65% !important;
	}
}

.footer-subscription .wpcf7 .wpcf7-submit-style .submit-style-in {
	color: black;
}

.footer-subscription .sc_layouts_row_type_normal .sc_layouts_item, [class*=scheme_].sc_layouts_row_type_normal .sc_layouts_item {
	color:white;
}

.wpcf7 .wpcf7-submit-style .wpcf7-submit {
	background: inherit !important;
	background-color: #e0f807 !important; 
	font-family:'nimbus-black';
	padding: inherit !important;
	height: 3rem;
	width: 11rem;
}



/* alternatives */
#subscribe-email input {
	color: white;
	margin-bottom: 1rem;
}

.footer-subscription .wp-block-button__link {
font-family:'nimbus-black'
}

.footer-subscription input[type=email].filled, .footer-subscription .sc_layouts_row_type_normal .sc_layouts_item, [class*=scheme_].sc_layouts_row_type_normal .sc_layouts_item {
	color:white !important;
}

.wpcf7-form p {
  margin: 0;
  padding: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 textarea {
	height: 9rem;
}

.contact-us-form input[type=checkbox] + .wpcf7-list-item-label:before {
	border: 1px solid black !important;
}

.contact-us-form input[type=text], .contact-us-form  input[type="tel"],.contact-us-form  input[type="email"], .contact-us-form  textarea{
	border-color: black !important;
}

.hero-landing-img {
	height: 100vh;
}

.hero-landing-img img {
	height: 100%;
	object-fit: cover;
}

.header-main-double-logo {
	margin-right: 0 !important;
}

@media only screen and (max-width:1279px){
	
	.wpcf7 .wpcf7-submit-style .wpcf7-submit {
		padding: inherit !important
	}
}
@media only screen and (max-width:767px){
	
	.wpcf7 .wpcf7-submit-style .wpcf7-submit {
	font-family:'nimbus-black';
	padding: inherit !important;
	height: 3rem;
	width: 16rem;
}
	
}