/*!
Theme Name: Taxtconcept
Theme URI: https://taxconcept.net/
Author: peanutsquare LLP
Author URI: https://www.peanutsquare.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE	
Text Domain: taxtconcept
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

img {
	border-style: none;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

a:hover,
a:focus,
a:active {
	color: #D71517;
}

h2,
h3,
h4 {
	letter-spacing: 0 !important;
	font-family: 'Spectral';
}

/* Navigation */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-header {
	background-color: #121212;
	border-bottom: 1px solid #222222;
	transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: sticky;
	top: 0;
	z-index: 10001;
	color: #ffffff;
	padding: 15px 0px !important;
}

.site-header.is-menu-open {
	background-color: #121212;
	border-bottom-color: #222222;
}


.menu-toggle {
	border: none;
}

#mega-menu-close {
	border: none;
}

.icon-header-toggle {
	max-width: 24px;
	max-height: 24px;
}


/* Mega Menu Overlay Styles */
.mega-menu-overlay {
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.mega-menu-overlay input[type="search"] {
	background-color: #FFFFFF !important;
	border-radius: 0px !important;
	height: 50px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.mega-menu-overlay .invert {
	filter: invert(1);
}

.mega-menu-overlay h3 {
	letter-spacing: -0.01em;
	color: #ffffff;
}

.mega-menu-overlay ul li a {
	color: #FFFFFF !important;
	font-size: 15px;
	font-weight: 400;
	transition: color 0.2s ease;
}

.mega-menu-overlay ul li a:hover {
	color: #ffffff;
}

/* Ensure body overflow is hidden when menu is open */
body.overflow-hidden {
	overflow: hidden;
}

@media (min-width: 768px) {
	.site-header {
		padding: 10px 0px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1440px !important;
	}
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size:24px !important;
	}
	h3 {
		font-size: 20px !important;
	}
	h4 {
		font-size: 14px !important;
        line-height: 18px !important;
	}
}

/* Footer Categories Menu Styles */
#footer-categories-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
	padding-left: 10px;
}

#footer-categories-menu li {
	display: flex;
	align-items: center;
	color: #666666;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
}

#footer-categories-menu li a {
	color: #121212;
	text-decoration: none;
	transition: color 0.2s ease;
	padding: 0 5 px;
}

#footer-categories-menu li a:hover {
	color: #000000;
}

#footer-categories-menu li:not(:last-child):after {
	content: "|";
	color: #CFCFCF;
	font-size: 14px;
	margin: 0 5px;
}

/* Breaking News Custom Styles */
.no-scrollbar::-webkit-scrollbar {
	display: none;
}

.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
/* Adjust for Admin Bar */
.admin-bar .site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.share-widget-content ul,
.share-widget-content .sharedaddy ul,
.share-widget-content .sd-content ul {
     display: flex !important;
     flex-direction: column !important;
     align-items: center !important;
     gap: 12px !important;
     padding: 0 !important;
     margin: 0 !important;
     list-style: none !important;
}
.share-widget-content li {
    margin: 0 !important;
    padding: 0 !important;
}
/* blog section css */


/* blog section css end  */

.page-id-140826 .widget_text{
	display : none !important;
}