/*
Theme Name: inovit
Theme URI: https://themeforest.net/user/intertheme/portfolio
Author: intertheme
Author URI: https://themeforest.net/user/intertheme
Description: Our default theme for 2024 is designed to take full advantage of the flexibility of the block editor.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images,
footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments,
translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.
Requires PHP: 7.4
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inovit
Copyright 2024 Md Naoshad Amin
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.widget_archive ul li a {
	color: #fff;
}

.single-blog-post.sticky {
	border: 2px solid #64CC91;
	padding: 10px;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
	height: auto;
	width: auto;
}

.post-details a {
	color: #fff;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
	height: auto;
	width: auto;
}

.widget_archive ul li a::after {
	display: none;
}

.widget_archive ul li a:before {
	display: none;
}

.widget_archive select {
	background-color: #64CC91;
	color: ##0c0f14;
	padding: 10px;
	padding-left: 0px;
	border-radius: 3px;
	font-weight: 500;
	border-radius: 3px;
}

.widget_categories select {
	background-color: #64CC91;
	color: #0c0f14;
	padding: 10px;
	padding-left: 0px;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

/* Container for Calendar */
#calendar_wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	background-color: #0C0F14;     /* Page color */
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

/* Calendar Table Styling */
#wp-calendar {
	width: 100%;
	border-collapse: collapse;
	background-color: #0C0F14;     /* Page color */
}

/* Caption Styling */
#wp-calendar caption {
	padding: 15px;
	background-color: #64CC91;
	color: #0c0f14;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
}

/* Table Headers */
#wp-calendar thead th {
	background-color: #161D27;     /* Sidebar background color */
	color: #64CC91;     /* Primary color for text */
	padding: 10px;
	text-align: center;
}

/* Table Cells (Dates) */
#wp-calendar tbody td {
	padding: 15px;
	color: #c0c0c2;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #ddd;
}

.wp-block-search__inside-wrapper input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px;
	border-radius: 3px;
	background-color: #161D27;
}

.wp-block-search__button {
	border: 1px solid #ccc;
	padding: .375em .625em;
	border-radius: 4px;
	background: #64CC91;
	transition: background-color 0.3s ease;
	font-weight: 500;
}

.wp-block-search__button:hover {
	border: 1px solid #64CC91;
	padding: .375em .625em;
	border-radius: 4px;
	background: #fff;
}

.wp-block-group__inner-container {
	padding: 30px 50px;
	background-color: #0D1015;
}

.wp-block-media-text {
	background-color: #0D1015 !important;
}

.has-fixed-layout td {
	background-color: #0D1015;
}

.blog-posts .tag-sticky-2 {
	border-top: 2px solid #64CC91;
}

.author-img img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

ul.postbox__comment a {
	font-style: normal;
	color: #64CC91;
	padding: 2px 15px;
	font-size: 14px;
}

ul.postbox__comment a:hover {
	color: #fff;
}

a.comment-reply-link:hover {
	background-color: #1C2539;
}

.author-info-comment .comment-text h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

/* Today’s Date Styling */
#wp-calendar tbody td#today {
	background-color: #64CC91;     /* Primary color */
	color: #0c0f14;
	font-weight: bold;
}

/* Padding for Empty Days */
#wp-calendar tbody td.pad {
	background-color: transparent;
	border: none;
}

/* Hover Effect for Dates */
#wp-calendar tbody td:hover {
	background-color: #3a4c4f;
	transition: background-color 0.3s ease;
	color: #fff;
}

/* Navigation Bar Styling */
.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #161D27;     /* Sidebar background color */
	border-top: 1px solid #ddd;
}

.wp-calendar-nav a {
	text-decoration: none;
	color: #64CC91;     /* Primary color for links */
	font-size: 16px;
}

.wp-calendar-nav a:hover {
	color: #ffffff;
}

/* Responsive Design */
@media (max-width:600px) {
	#wp-calendar {
		font-size: 14px;
	}

	#wp-calendar caption {
		font-size: 20px;
	}

	.wp-calendar-nav a {
		font-size: 14px;
	}

}

/* Standard widget category list styling */
.widget_categories .wid-title h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.widget_categories ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widget_categories .cat-item {
	margin-bottom: 10px;
}

.widget_categories .cat-item a {
	color: #64CC91;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
}

.widget_categories .cat-item a:hover {
	text-decoration: underline;
	color: #fff;
}

.widget_categories .children {
	margin-left: 20px;
}

.widget_categories .children .cat-item a {
	font-size: 0.9rem;
	color: #fff;
}

.widget_categories .children .cat-item a:hover {
	color: #64CC91;
}

/* Sidebar Widget Style for Envato Submission */
#monster-widget-placeholder-6 .widget_pages ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#monster-widget-placeholder-6 .widget_pages ul li a {
	display: block;
	padding: 12px 20px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
	background-color: #f9f9f9;
	transition: all 0.3s ease;
	font-family: Arial, sans-serif;     /* Use standard font family for compatibility */
}

#monster-widget-placeholder-6 .widget_pages ul li a:hover {
	background-color: #0073e6;     /* Blue background on hover */
	color: #fff;     /* White text color on hover */
}

#monster-widget-placeholder-6 .widget_pages ul li.current_page_parent a {
	background-color: #0073e6;     /* Active link background */
	color: #fff;
}

#monster-widget-placeholder-6 .widget_pages ul li a:focus, #monster-widget-placeholder-6 .widget_pages ul li a:active {
	outline: none;
	background-color: #005bb5;     /* Active state color */
}

#monster-widget-placeholder-6 .widget_pages ul li a:visited {
	color: #0073e6;     /* Visited link color */
}

#monster-widget-placeholder-6 .widget_pages ul li a:focus-visible {
	box-shadow: 0 0 3px 1px rgba(0, 115, 230, 0.5);     /* Focus outline for accessibility */
}

/* Optional: Add spacing for better readability */
.widget_pages ul {
	padding-left: 0;
	margin-left: 0;
}

/* General Sidebar Styling */
#monster-widget-placeholder-6 {
	margin-bottom: 50px;
	padding-right: 30px;
}

.widget_pages .wid-title {
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.widget_pages .wid-title h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

/* List Style */
.widget_pages ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widget_pages li {
	padding: 5px 0px;
	transition: background-color 0.3s ease;
	background-color: #0C0F14;
}

.main-sidebar .single-sidebar-widget ul > li a {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	color: #c0c0c2;
}

.main-sidebar .single-sidebar-widget.widget_pages ul > li a:before {
	position: absolute;
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	width: 47px;
	height: 52px;
	color: #fff;
	top: 9px;
	transition: all 0.3s ease-in-out;
	right: -18px;
	z-index: 2;
}

.widget_pages li:last-child {
	border-bottom: none;
}

/* Hover Effect */
.widget_pages li a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
}

.widget_pages li a:hover {
	color: #fff;
}

/* Active Item (Current Page) */
.widget_pages .current_page_item a {
	color: #64cc91;
	font-weight: bold;
}

.widget_pages .current_page_item a:hover {
	color: #218838;
}

/* Dropdown Menu Styling */
.widget_pages .children {
	padding-left: 20px;
	list-style-type: none;
	margin-top: 5px;
}

.widget_pages .children li {
	padding: 8px;
	border-bottom: 1px solid #e0e0e0;
}

.widget_pages .children li:last-child {
	border-bottom: none;
}

/* Responsive Design for Smaller Screens */
@media (max-width:768px) {
	#monster-widget-placeholder-6 {
		padding-right: 0;
	}

	.widget_pages .wid-title h3 {
		font-size: 16px;
	}

	.widget_pages li {
		padding: 8px;
	}

	.widget_pages li a {
		font-size: 13px;
	}

}

.main-sidebar .single-sidebar-widget.widget_pages ul > li a:after {
	position: absolute;
	content: "";
	width: 47px;
	height: 52px;
	background-color: #64CC91;
	top: -3px;
	transition: all 0.3s ease-in-out;
	right: 0;
}

/* Basic styling for the sidebar */
.widget_pages .page_item {
	list-style: none;
	padding-left: 0;
}

.widget_pages .page_item a {
	display: block;
	padding: 8px 10px;
	color: #64CC91;
	text-decoration: none;
	font-size: 14px;
}

/* Styling for parent items with children */
.widget_pages .page_item_has_children > a {
	position: relative;
}

/* Show the nested children */
.widget_pages .children {
	display: none;
	list-style-type: none;
	padding-left: 20px;     /* Indent the children */
}

.widget_pages .page_item_has_children:hover .children {
	display: block;     /* Show the children on hover */
}

.widget_pages .children .page_item a {
	font-size: 13px;
	color: #666;
	border-radius: 4px;
}

.widget_pages .children .page_item a:hover {
	background-color: #e9e9e9;
}

/* Add some spacing to make it look better */
.widget_pages .page_item {
	margin-bottom: 5px;
}

/* Meta Sidebar Widget Style Without Title for Envato Submission */
#monster-widget-placeholder-7 .widget_meta ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#monster-widget-placeholder-7 .widget_meta ul li {
	margin: 0;
	padding: 0;
}

#monster-widget-placeholder-7 .widget_meta ul li a {
	display: block;
	padding: 12px 20px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
	background-color: #f4f4f4;
	transition: all 0.3s ease;
	font-family: Arial, sans-serif;     /* Standard font for compatibility */
}

#monster-widget-placeholder-7 .widget_meta ul li a:hover {
	background-color: #0073e6;     /* Hover background color */
	color: #fff;     /* Hover text color */
}

#monster-widget-placeholder-7 .widget_meta ul li a:focus, #monster-widget-placeholder-7 .widget_meta ul li a:active {
	outline: none;
	background-color: #005bb5;     /* Active state background color */
	color: #fff;     /* Active state text color */
}

#monster-widget-placeholder-7 .widget_meta ul li a:visited {
	color: #555;     /* Visited link color */
}

#monster-widget-placeholder-7 .widget_meta ul li a:focus-visible {
	box-shadow: 0 0 3px 1px rgba(0, 115, 230, 0.5);     /* Accessibility focus outline */
}

/* Mobile Responsive Adjustments */
@media (max-width:768px) {
	#monster-widget-placeholder-7 .widget_meta ul li a {
		padding: 10px 15px;
		font-size: 14px;
	}

}

.widget_meta ul li a::after, .widget_meta ul li a::before {
	display: none;
}

.widget_recent_comments ul li a::after, .widget_recent_comments ul li a::before {
	display: none;
}

.widget_recent_entries ul li a::after, .widget_recent_entries ul li a::before {
	display: none;
}

.widget_rss ul li a::after, .widget_rss ul li a::before {
	display: none;
}

.widget_nav_menu ul li a::after, .widget_nav_menu ul li a::before {
	display: none;
}

.widget_text select {
	background-color: #64CC91;
	color: ##0c0f14;
	padding: 10px;
	padding-left: 0px;
	border-radius: 3px;
	font-weight: 500;
}

.wp-block-categories select {
	background-color: #64CC91;
	color: ##0c0f14;
	padding: 10px;
	padding-left: 0px;
	border-radius: 3px;
	font-weight: 500;
}

.wp-block-archives select {
	background-color: #64CC91;
	color: ##0c0f14;
	padding: 10px;
	padding-left: 0px;
	border-radius: 3px;
	font-weight: 500;
}

.widget_archive .wid-title h3 {
	color: #fff;
	font-size: 22px;
}

.widget_calendar .wid-title h3 {
	color: #fff;
	font-size: 22px;
}

/* Calendar widget styling */
#monster-widget-placeholder-3 {
	width: 100%;
	padding: 5px;     /* Minimal padding for a tighter layout */
}

/* Calendar Table Styling */
#monster-widget-placeholder-3 #wp-calendar {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

#monster-widget-placeholder-3 #wp-calendar th, #monster-widget-placeholder-3 #wp-calendar td {
	padding: 2px;     /* Minimal padding inside each cell */
	text-align: center;
	border: 1px solid #ddd;
	width: 14.28%;     /* Equal column width for 7 days */
	font-size: 11px;     /* Smaller font size for compact look */
}

#monster-widget-placeholder-3 #wp-calendar #today {
	background-color: #64cc91;     /* Today's highlight */
	color: #fff;
	font-weight: bold;
}

/* Calendar caption styling */
#monster-widget-placeholder-3 .calendar_wrap caption {
	background-color: #64cc91;
	color: #fff;
	padding: 4px 0;     /* Minimal padding for caption */
	font-weight: bold;
	font-size: 12px;     /* Smaller font for caption */
	text-align: center;
}

/* Responsive adjustments for smaller screens */
@media (max-width:768px) {
	#monster-widget-placeholder-3 #wp-calendar th, #monster-widget-placeholder-3 #wp-calendar td {
		padding: 1px;         /* Further reduced padding for mobile */
		font-size: 10px;         /* Smaller font for mobile */
	}

}

@media (max-width:480px) {
	#monster-widget-placeholder-3 #wp-calendar th, #monster-widget-placeholder-3 #wp-calendar td {
		padding: 1px;         /* Minimum padding for smallest screens */
		font-size: 9px;         /* Very small font for compact view */
	}

}

/* Compact Calendar Widget */
#monster-widget-placeholder-17 {
	width: 100%;
	padding: 5px;
}

/* Calendar Table Styling */
#monster-widget-placeholder-17 #wp-calendar {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;     /* Ensures equal width for all columns */
}

#monster-widget-placeholder-17 #wp-calendar th, #monster-widget-placeholder-17 #wp-calendar td {
	padding: 1.5px;     /* Reduced padding for compact layout */
	text-align: center;
	border: 1px solid #ddd;
	font-size: 10px;     /* Smaller font for compact look */
	width: 14.28%;     /* Equal column width for 7 days */
}

#monster-widget-placeholder-17 #wp-calendar #today {
	background-color: #64cc91;
	color: #0c0f14;
	font-weight: bold;
}

/* Calendar caption styling */
#monster-widget-placeholder-17 .calendar_wrap caption {
	background-color: #64cc91;
	color: #0c0f14;
	padding: 3px 0;     /* Reduced padding for caption */
	font-weight: bold;
	font-size: 11px;     /* Smaller font for caption */
	text-align: center;
}

/* Adjustments for smaller screens */
@media (max-width:768px) {
	#monster-widget-placeholder-17 #wp-calendar th, #monster-widget-placeholder-17 #wp-calendar td {
		padding: 1px;
		font-size: 9px;         /* Smaller font for mobile view */
	}

}

@media (max-width:480px) {
	#monster-widget-placeholder-17 #wp-calendar th, #monster-widget-placeholder-17 #wp-calendar td {
		padding: 0.5px;
		font-size: 8px;         /* Very compact for smallest screens */
	}

}

/* Compact Calendar Widget */
#monster-widget-placeholder-59 {
	width: 100%;
	padding: 5px;
}

/* Calendar Table Styling */
#monster-widget-placeholder-59 #wp-calendar {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;     /* Ensures equal width for all columns */
}

#monster-widget-placeholder-59 #wp-calendar th, #monster-widget-placeholder-59 #wp-calendar td {
	padding: 1.5px;     /* Reduced padding for compact layout */
	text-align: center;
	border: 1px solid #ddd;
	font-size: 10px;     /* Smaller font for compact look */
	width: 14.28%;     /* Equal column width for 7 days */
}

#monster-widget-placeholder-59 #wp-calendar #today {
	background-color: #64cc91;
	color: #0c0f14;
	font-weight: bold;
}

/* Calendar caption styling */
#monster-widget-placeholder-59 .calendar_wrap caption {
	background-color: #64cc91;
	color: #0c0f14;
	padding: 3px 0;     /* Reduced padding for caption */
	font-weight: bold;
	font-size: 11px;     /* Smaller font for caption */
	text-align: center;
}

/* Adjustments for smaller screens */
@media (max-width:768px) {
	#monster-widget-placeholder-59 #wp-calendar th, #monster-widget-placeholder-59 #wp-calendar td {
		padding: 1px;
		font-size: 9px;         /* Smaller font for mobile view */
	}

}

@media (max-width:480px) {
	#monster-widget-placeholder-59 #wp-calendar th, #monster-widget-placeholder-59 #wp-calendar td {
		padding: 0.5px;
		font-size: 8px;         /* Very compact for smallest screens */
	}

}

/* Compact Calendar Widget */
#monster-widget-placeholder-31 {
	width: 100%;
	padding: 5px;
}

/* Calendar Table Styling */
#monster-widget-placeholder-31 #wp-calendar {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;     /* Ensures equal width for all columns */
}

#monster-widget-placeholder-31 #wp-calendar th, #monster-widget-placeholder-31 #wp-calendar td {
	padding: 1.5px;     /* Reduced padding for compact layout */
	text-align: center;
	border: 1px solid #ddd;
	font-size: 10px;     /* Smaller font for compact look */
	width: 14.28%;     /* Equal column width for 7 days */
}

#monster-widget-placeholder-31 #wp-calendar #today {
	background-color: #64CC91;     /* Changed to green */
	color: #0c0f14;
	font-weight: bold;
}

/* Calendar caption styling */
#monster-widget-placeholder-31 .calendar_wrap caption {
	background-color: #64CC91;     /* Changed to green */
	color: #0c0f14;
	padding: 3px 0;     /* Reduced padding for caption */
	font-weight: bold;
	font-size: 11px;     /* Smaller font for caption */
	text-align: center;
}

/* Adjustments for smaller screens */
@media (max-width:768px) {
	#monster-widget-placeholder-31 #wp-calendar th, #monster-widget-placeholder-31 #wp-calendar td {
		padding: 1px;
		font-size: 9px;         /* Smaller font for mobile view */
	}

}

@media (max-width:480px) {
	#monster-widget-placeholder-31 #wp-calendar th, #monster-widget-placeholder-31 #wp-calendar td {
		padding: 0.5px;
		font-size: 8px;         /* Very compact for smallest screens */
	}

}

/* Compact Calendar Widget */
#monster-widget-placeholder-3 {
	width: 100%;
	padding: 5px;
}

/* Calendar Table Styling */
#monster-widget-placeholder-3 #wp-calendar {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;     /* Ensures equal width for all columns */
}

#monster-widget-placeholder-3 #wp-calendar th, #monster-widget-placeholder-3 #wp-calendar td {
	padding: 1.5px;     /* Reduced padding for compact layout */
	text-align: center;
	border: 1px solid #ddd;
	font-size: 10px;     /* Smaller font for compact look */
	width: 14.28%;     /* Equal column width for 7 days */
}

#monster-widget-placeholder-3 #wp-calendar #today {
	background-color: #64CC91;     /* Changed to green */
	color: #fff;
	font-weight: bold;
}

/* Calendar caption styling */
#monster-widget-placeholder-3 .calendar_wrap caption {
	background-color: #64CC91;     /* Changed to green */
	color: #fff;
	padding: 3px 0;     /* Reduced padding for caption */
	font-weight: bold;
	font-size: 11px;     /* Smaller font for caption */
	text-align: center;
}

/* Adjustments for smaller screens */
@media (max-width:768px) {
	#monster-widget-placeholder-3 #wp-calendar th, #monster-widget-placeholder-3 #wp-calendar td {
		padding: 1px;
		font-size: 9px;         /* Smaller font for mobile view */
	}

}

@media (max-width:480px) {
	#monster-widget-placeholder-3 #wp-calendar th, #monster-widget-placeholder-3 #wp-calendar td {
		padding: 0.5px;
		font-size: 8px;         /* Very compact for smallest screens */
	}

}

/* Compact Calendar Widget */
#monster-widget-placeholder-45 {
	width: 100%;
	padding: 5px;
}

/* Calendar Table Styling */
#monster-widget-placeholder-45 #wp-calendar {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;     /* Ensures equal width for all columns */
}

#monster-widget-placeholder-45 #wp-calendar th, #monster-widget-placeholder-45 #wp-calendar td {
	padding: 1.5px;     /* Reduced padding for compact layout */
	text-align: center;
	border: 1px solid #ddd;
	font-size: 10px;     /* Smaller font for compact look */
	width: 14.28%;     /* Equal column width for 7 days */
}

#monster-widget-placeholder-45 #wp-calendar #today {
	background-color: #64CC91;     /* Green color for today */
	color: #0c0f14;
	font-weight: bold;
}

/* Calendar caption styling */
#monster-widget-placeholder-45 .calendar_wrap caption {
	background-color: #64CC91;     /* Green color for caption */
	color: #0c0f14;
	padding: 3px 0;     /* Reduced padding for caption */
	font-weight: bold;
	font-size: 11px;     /* Smaller font for caption */
	text-align: center;
}

/* Adjustments for smaller screens */
@media (max-width:768px) {
	#monster-widget-placeholder-45 #wp-calendar th, #monster-widget-placeholder-45 #wp-calendar td {
		padding: 1px;
		font-size: 9px;         /* Smaller font for mobile view */
	}

}

@media (max-width:480px) {
	#monster-widget-placeholder-45 #wp-calendar th, #monster-widget-placeholder-45 #wp-calendar td {
		padding: 0.5px;
		font-size: 8px;         /* Very compact for smallest screens */
	}

}

/* Parent menu styling */
.widget_pages .page_item_has_children > a {
	display: block;
	padding: 15px 20px;
	background-color: #333;     /* Matching background color with li */
	color: white;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	transition: all 0.3s ease;     /* Smooth transition for hover */
}

/* Hover effect for parent menu items */
.widget_pages .page_item_has_children > a:hover {
	background-color: #64cc91;     /* Hover color change */
	color: white;
}

/* Arrow indicator for dropdown */
.widget_pages .page_item_has_children > a:after {
	content: ' ▼';
	font-size: 12px;
	color: #bbb;
	margin-left: 10px;
	position: absolute;
	right: 10px;
}

.widget_pages .page_item_has_children:hover > a:after {
	content: ' ▲';
}

/* Dropdown - children menu */
.widget_pages .children {
	display: none;     /* Hide the dropdown by default */
	position: absolute;
	top: 0;     /* Align the dropdown above */
	left: 0;
	background-color: #333;     /* Same as the parent menu for consistency */
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0s 0.3s;     /* Smooth fade-in effect */
}

/* Show the dropdown when hovering over the parent item */
.widget_pages .page_item_has_children:hover > .children {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0s 0s;     /* Fade in the dropdown */
}

/* Child menu items */
.widget_pages .children .page_item {
	display: block;
	padding: 10px 15px;
	background-color: #131C26;
	color: white;
	text-decoration: none;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

/* Hover effect for child menu items */
.widget_pages .children .page_item a:hover {
	background-color: #64CC91;
	color: #0c0f14;
	font-weight: 700;
	font-size: 14px;
	z-index: 2222;
}

/* Make sure the dropdown doesn't overflow */
.widget_pages .children {
	max-height: 300px;
	overflow-y: auto;
}

/* For better mobile display */
@media (max-width:768px) {
	.widget_pages .page_item_has_children > a {
		font-size: 14px;         /* Slightly smaller font on mobile */
	}

	.widget_pages .children {
		min-width: 150px;         /* Adjust width for mobile */
	}

}

.widget_meta .wid-title h3 {
	color: #fff;
}

.widget_recent_comments .wid-title h3 {
	color: #fff;
	font-size: 22px;
}

.widget_recent_entries .wid-title h3 {
	color: #fff;
	font-size: 22px;
}

.widget_rss .wid-title h3 {
	color: #fff;
	font-size: 22px;
}

.widget_search .wid-title h3 {
	color: #fff;
	font-size: 22px;
}

.widget_text .wid-title h3 {
	color: #fff;
	font-size: 22px;
}

.widget_nav_menu .wid-title h3 {
	color: #fff;
	font-size: 22px;
}

.widget_rss ul li a {
	color: #fff;
}

.widget_nav_menu ul li a {
	color: #c0c0c2;
}

.widget_nav_menu ul li a:hover {
	color: #64CC91;
}

.widget_rss ul li a:hover {
	color: #64CC91;
}

.widget_recent_entries ul li a {
	color: #fff;
}

.widget_recent_entries ul li a:hover {
	color: #64CC91;
}

.widget_recent_comments span.comment-author-link a {
	color: #fff;
}

.widget_recent_comments li.recentcomments a {
	color: #fff;
}

.widget_recent_comments li.recentcomments a:hover {
	color: #64CC91;
}

.widget_meta ul li a {
	color: #fff;
}

.widget_meta ul li a:hover {
	color: #64CC91;
}

.wp-caption img {
	border: none;
	height: 100%;
}

.wp-block-latest-posts li a::after, .wp-block-latest-posts li a::before {
	display: none;
}

.wp-block-latest-comments__comment-meta a {
	color: #c0c0c2;
}

.wp-block-latest-comments__comment-meta a:hover {
	color: #64CC91;
}

.page__area.news-wrapper {
	background-color: #0C0F14;
}

.tp-page-post a {
	color: #fff;
}

.breadcrumb span a {
	color: #fff;
}

.breadcrumb span > span a {
	color: #fff;
}

.blog-posts .tp-page-post h1 {
	color: #fff;
}