/*
Theme Name: Timesbull
Theme URI: https://timesbull.com/
Author: Peanuts Square LLP
Author URI: https://peanutsquare.com
Description: Timesbull is a news site.
Requires at least: 5.6
Requires PHP: 7.4
Version: 1.0.3
Text Domain: timesbull
*/

:root {
	--body-font-family: "Inter", sans-serif;
	--body-font-size: 17px;
	--body-font-weight: 400;
	--body-font-color: #1C1C1C;
	--body-line-height: 1.76;
	--heading-font-family: "Inter", sans-serif;
	--heading-font-color: #1C1C1C;
	--heading-font-weight: 400;
	--link-font-color: #1C1C1C;
	--link-hover-font-color: #EB2E2E;
	--ad-min-height: 90px;
	--ad-mobile-min-height: 70px;
	--color-primary: #1C1C1C;
	--color-secondary: #EB2E2E;
	--color-white: #FFFFFF;
	--color-gray: #969696;
	--color-dark-bg: #1C1C1C;
	--container-max-width: 1200px;
	--container-padding: 15px;
}

/* ==========================================================================
   BASE RESET & VIEWPORT CONTAINMENT
   ========================================================================== */

html {
	overflow-x: hidden;
	width: 100%;
	max-width: 100vw;
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #FFFFFF;
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
}

*, *::before, *::after {
	box-sizing: inherit;
}

/* ==========================================================================
   REMAINING ORIGINAL STYLES
   ========================================================================== */

.skip-link:focus {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
	color: #fff;
	padding: 10px;
}

@media print {
	.header-ads,
	.tags-navigation,
	.skip-link,
	.tb-ad-wrapper,
	.mobile-bottom-nav,
	.footer-ads,
	.site-header,
	.site-footer,
	.sidebar-ads,
	.right-sidebar {
		display: none !important;
	}
	.site {
		overflow: visible;
	}
	body {
		font-size: 12pt;
		line-height: 1.5;
		color: #000;
	}
}

.loading-skeleton { display: none; }

.fixed-bottom-ad {
	position: fixed;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 320px;
	height: 100px;
	background: none;
	z-index: 9999;
}

#wpadminbar .ab-empty-item, 
#wpadminbar a.ab-item, 
#wpadminbar>#wp-toolbar span.ab-label,
#wpadminbar>#wp-toolbar span.noticon {
	color: #f0f0f1 !important;
}

main { display: block; }
.section { padding-bottom: 50px; padding-top: 50px; }
.section--green { background: rgba(0, 255, 224, 0.1); }
.section-title { margin-bottom: 30px; }
.section-title h2 { margin-bottom: 0; }
*:focus-visible { outline: none; }

hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: "Inter", courier, monospace; font-size: 1em; background: #eee; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
a { background-color: transparent; }
abbr[title], abbr, acronym { border-bottom: 1px dotted #666; text-decoration: underline; cursor: help; }
b, strong { font-weight: bolder; }
code, kbd, samp, tt, var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; display: block; max-width: 100%; height: auto; }
figure { margin: 1em 0; }
table { margin: 0 0 1.5em; width: 100%; }

details { display: block; }
summary { display: list-item; }
template, [hidden] { display: none; }

.related-posts-section {
	margin-top: 40px;
	padding: 20px;
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
}

.related-posts-section h3 {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #333;
}

.related-posts-section ul {
	list-style: disc;
	margin-left: 20px;
	padding: 0;
}

.related-posts-section li { margin-bottom: 8px; }
.related-posts-section li a { text-decoration: none; color: #0073aa; font-weight: bold; }
.related-posts-section li a:hover { text-decoration: underline; }

/* Typography */
body, button, input, select, optgroup, textarea {
	color: var(--body-font-color);
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	font-weight: var(--body-font-weight);
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--heading-font-color);
	font-family: var(--heading-font-family);
	font-weight: var(--heading-font-weight);
	margin: 0 0 10px;
	line-height: 1.2;
}

h1, .h1 { font-size: 50px; font-weight: 500; }
h2, .h2 { font-size: 35px; line-height: 1.28; }
h3, .h3 { font-size: 25px; line-height: 1.4; }
h4, .h4 { font-size: 20px; line-height: 1.5; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; font-weight: 400; }

p { margin: 0 0 30px; }
p:last-child { margin-bottom: 0; }

dfn, cite, em, i { font-style: italic; }
blockquote { font-weight: normal; font-style: italic; margin: 0 0 24px 0; overflow: hidden; padding: 0; }
address { margin: 0 0 1.5em; }

mark, ins {
	background: none;
	text-decoration: none;
}

/* Typo */
.text-uppercase { text-transform: uppercase !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.font-lg { font-size: 24px; }
.font-md { font-size: 20px; }
.font-sm { font-size: 14px; }

/* Spacer */
.mr-auto, .mx-auto { margin-right: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }
.mt-0 { margin-top: 0 !important; }
.mt-12 { margin-top: 12px !important; }
.mt-24 { margin-top: 24px !important; }
.mt-32 { margin-top: 32px !important; }
.mt-48 { margin-top: 48px !important; }
.mt-64 { margin-top: 64px !important; }
.mt-80 { margin-top: 80px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-12 { margin-bottom: 12px !important; }
.mb-16 { margin-bottom: 16px !important; }
.mb-24 { margin-bottom: 24px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-64 { margin-bottom: 64px !important; }
.mb-85 { margin-bottom: 85px !important; }
.pt-0, .py-0 { padding-top: 0 !important; }
.pb-0, .py-0 { padding-bottom: 0 !important; }
.pb-15 { padding-bottom: 15px !important; }

/* Grid */
.row {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

[class*="col-"] {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-1 { max-width: 8.33333333%; flex: 0 0 8.33333333%; }
.col-2 { max-width: 16.66666667%; flex: 0 0 16.66666667%; }
.col-3 { max-width: 25%; flex: 0 0 25%; }
.col-4 { max-width: 33.33333333%; flex: 0 0 33.33333333%; }
.col-5 { max-width: 41.66666667%; flex: 0 0 41.66666667%; }
.col-6 { max-width: 50%; flex: 0 0 50%; }
.col-7 { max-width: 58.33333333%; flex: 0 0 58.33333333%; }
.col-8 { max-width: 66.66666667%; flex: 0 0 66.66666667%; }
.col-9 { max-width: 75%; flex: 0 0 75%; }
.col-10 { max-width: 83.33333333%; flex: 0 0 83.33333333%; }
.col-11 { max-width: 91.66666667%; flex: 0 0 91.66666667%; }
.col-12 { max-width: 100%; flex: 0 0 100%; }

.no-guttor { margin-right: 0; margin-left: 0; }
.no-guttor>[class*="col-"] { padding-right: 0; padding-left: 0; }
.row--reverse { flex-direction: row-reverse; }
.row--space-between { justify-content: space-between; }
.row--space-center { justify-content: center; }
.row--items-center { align-items: center; }

/* Elements */
ul, ol { margin: 0 0 1.5em 3em; }
ul { list-style: disc; }
ol { list-style: decimal; }
li>ul, li>ol { margin-bottom: 0; margin-left: 1.5em; }
dt { font-weight: 700; }
dd { margin: 0 1.5em 1.5em; }

embed, iframe, object { max-width: 100%; }

/* Main center wrap */
.wrap {
	width: 100%;
	max-width: var(--container-max-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
}

.wrap *, .wrap-fluid * {
	box-sizing: border-box;
}

/* Buttons */
.btn {
	padding: 12px 21px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
	transition: all 0.3s ease;
	display: inline-block;
	cursor: pointer;
	background-color: var(--link-font-color);
	border: 1px solid var(--link-font-color);
	border-radius: 5px;
	color: #0B0B0B !important;
	text-decoration: none;
	min-width: 140px;
	-webkit-appearance: none;
}

.btn:hover {
	background-color: rgba(0, 255, 224, 0.3);
	border-color: var(--link-font-color);
	color: var(--link-font-color) !important;
}

.btn+.btn { margin-left: 16px; }
.btn--lg { font-size: 18px; font-weight: 700; padding: 16px 48px; }
.btn--sm { font-size: 14px; padding: 10px 16px; }

/* Bullet List */
.bullet-circle li { position: relative; padding-left: 25px; margin-bottom: 12px; }
.bullet-circle li:before {
	content: "";
	border: 2px solid #333;
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.bullet-check li { position: relative; padding-left: 32px; margin-bottom: 16px; }
.bullet-check li:last-child { margin-bottom: 0; }
.bullet-check li:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 8px;
	width: 8px;
	height: 16px;
	border: solid #333;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

/* Links */
a, a:visited, a:link { color: var(--link-font-color); text-decoration: none; }
a:hover, a:focus, a:active { color: var(--link-hover-font-color); outline: none; }

/* Form */
.form-group { margin-bottom: 16px; position: relative; }
.form-group br { display: none; }
.form-group label {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: #33475b;
	margin-bottom: 5px;
	display: block;
}

.form-control {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 12px 12px;
	background-color: #fff;
	font-family: var(--body-font-family);
	font-size: 16px;
	color: var(--body-font-color);
	font-weight: normal;
	display: block;
}

.form-control:focus { border-color: #1a1a1a; }
textarea.form-control { height: 100px; }

.sticky { display: block; }
.updated:not(.published) { display: none; }
.page-content, .entry-content, .entry-summary { margin: 0.5em 0 0; }

.comment-content a { word-wrap: break-word; }
.bypostauthor { display: block; }

.widget { margin: 0 0 1.5em; }
.widget select { max-width: 100%; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none; margin-bottom: 0; margin-top: 0; padding: 0;
}

.custom-logo-link { display: inline-block; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.wp-caption-text { text-align: center; }

.gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; }
.gallery-item { display: inline-block; text-align: center; width: 100%; }
.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }
.gallery-caption { display: block; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus { outline: 0; }

.alignleft { float: left; margin-right: 1.5em; margin-bottom: 1.5em; }
.alignright { float: right; margin-left: 1.5em; margin-bottom: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; }

/* ==========================================================================
   HEADER
   ========================================================================== */

.site-header { padding-bottom: 10px; }

.header__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
}

.site-header .custom-logo-link { vertical-align: bottom; }
.site-title { font-size: 30px; line-height: 1.33; }

.navbar ul.menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
}

.navbar li+li { margin-left: 20px; }

.navbar li a {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--link-font-color);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	padding: 15px 0 0 24px;
	position: relative;
}

.navbar li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	display: none;
}

.navbar li a::before,
.navbar .current-menu-item > a:before {
	display: block;
}

.navbar .current-category-ancestor a:before {
	border-bottom: 4px solid #EB2E2E;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	top: 26px;
}

.secondary-nav li.btn-link { padding: 0; }
.navbar .sub-menu-toggle { display: none; }

.navbar .sub-menu {
	background-color: #1C1C1C;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 16%);
	right: 0;
	min-width: 160px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	transform: translateY(1rem);
	transition: top 0s, transform 0.3s, opacity 0.3s;
	transition-delay: 0.3s, 0, 0;
	visibility: hidden;
	z-index: -1000;
}

.navbar li:hover .sub-menu {
	opacity: 1;
	top: 100%;
	transform: translateY(0);
	transition: top 0s, transform 0.3s, opacity 0.3s;
	transition-delay: 0s;
	visibility: visible;
	z-index: 10;
}

.navbar .sub-menu li { padding: 0; }
.navbar .sub-menu li+li { margin-left: 0; }
.navbar .sub-menu li a { display: block; padding: 4px 16px; white-space: nowrap; }
.main-navigation .current-category-ancestor a:before { border: none; }

.menu-toggle {
	background: none;
	border: none;
	width: 32px;
	height: 20px;
	border-top: 2px solid #000 !important;
	cursor: pointer;
	z-index: 99;
	position: relative;
	transition: all 0.4s;
	display: none;
}

.menu-toggle:before,
.menu-toggle:after {
	content: "";
	position: absolute;
	left: 0;
	width: 32px;
	height: 2px;
	background-color: #000;
}

.menu-toggle:before { top: 50%; margin-top: -2px; }
.menu-toggle:after { bottom: 0; }

.nav-on .menu-toggle { width: 32px; height: 32px; border: 0; border-top: 0 !important; }
.sub-menu-toggle { display: none; }
.nav-on .menu-toggle .label-close { display: block; }
.nav-on .menu-toggle:hover { opacity: 1; }

.nav-on .menu-toggle:before,
.nav-on .menu-toggle:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 32px;
	width: 2px;
	background-color: #000;
}

.nav-on .menu-toggle:before { transform: rotate(45deg); top: 0; margin-top: 0; }
.nav-on .menu-toggle:after { transform: rotate(-45deg); }

/* Top Menu Icons */
#primary-menu > li > a:before {
	content: '';
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
}

.home-menu > a:before { background-image: url('assets/images/home.svg'); }
.photo-menu > a:before { background-image: url('assets/images/Photos-Gallery.svg'); }
.video-menu > a:before { background-image: url('assets/images/video.svg'); }
.web-stories-menu > a:before { background-image: url('assets/images/web-stories.svg'); }
.live-blog-menu > a:before { background-image: url('assets/images/live-blog.svg'); }
.shorts-blog-menu > a:before { background-image: url('/wp-content/uploads/2025/06/youtube-shorts.svg'); }
.videos-blog-menu > a:before { background-image: url('/wp-content/uploads/2025/06/youtube-video.svg'); }

.for-you-menu a {
	background: #EB2E2E;
	border-radius: 3px;
	font-size: 12px !important;
	font-weight: 700 !important;
	padding: 9px 9px 9px 27px !important;
	color: #FFFFFF !important;
}

.for-you-menu a:hover { color: #FFFFFF !important; }

.for-you-menu > a:before {
	top: 16px !important;
	left: 3px !important;
	width: 15px !important;
	height: 15px !important;
	background-image: url('assets/images/location.svg');
	margin: -6px 8px;
	min-width: 9px !important;
	max-width: 11px !important;
}

.whatsapp-menu a,
.search-icon a,
.menu-mobile-top-menu-container .live-blog-menu a {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.whatsapp-menu a:before {
	display: block;
	width: 100% !important;
	height: 100% !important;
	background-image: url('assets/images/times-bull-whatsapp.svg');
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}

/* Mobile Top Menu */
.menu-mobile-top-menu-container { display: none; }

.main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-mobile-top-menu > li > a:before {
	content: '';
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 100% !important;
	height: 100% !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-48%, -50%);
	background-size: contain;
}

.menu-mobile-top-menu-container ul li.search-icon a:before { background-image: url('assets/images/search-icon-red.svg'); }
.menu-mobile-top-menu-container ul li.live-blog a:before { background-image: url('assets/images/live-blog-red.svg'); }

/* Categories Header Menu */
.main-categories-nav {
	background-color: #1C1C1C;
	padding-left: 15px;
	padding-right: 15px;
}

.categories-navigation { scrollbar-width: none; }

.categories-navigation .categories-menu,
.categories-navigation .mobile-categories-menu {
	height: 100%;
	min-height: 40px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.categories-navigation.navbar ul li a { color: #FFFFFF !important; }
.navbar li a:hover, .navbar .current-menu-item > a { color: #EB2E2E; }
.categories-navigation ul li .sub-menu li.current-menu-item > a { color: #EB2E2E !important; }
.categories-navigation ul > li.current-menu-ancestor > a:before { color: #EB2E2E; }

.categories-navigation ul li a:hover:before {
	border-bottom: 4px solid #EB2E2E;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	top: 26px;
	width: 100%;
}

.categories-navigation ul li.current-menu-item > a:before,
.categories-navigation ul .current-post-parent > a:before {
	border-bottom: 4px solid #EB2E2E;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	top: 26px;
}

.categories-navigation ul li .sub-menu li a:hover { color: #EB2E2E !important; }
.categories-navigation ul li .sub-menu li a:hover:before,
.categories-navigation ul li .sub-menu li.current-menu-item > a:before,
.categories-navigation ul li .sub-menu .current-post-parent > a:before { border-bottom: none; }

.navbar .more-categories-dropdown ul.sub-menu li a { overflow: inherit; }
.more-categories-dropdown ul.sub-menu { list-style: none; }
.more-categories-dropdown ul.sub-menu li { padding: 6px 20px !important; }
.more-categories-dropdown ul.sub-menu li a { text-indent: inherit; }
.more-categories-dropdown ul.sub-menu li a:after { content: none; }

.categories-navigation .categories-menu .search-icon a,
.more-categories-dropdown a {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.main-categories-nav .categories-navigation {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	transition: all 0.3s ease-in-out;
}

.more-categories-dropdown .sub-menu { right: 49px; }
.more-categories-dropdown:hover .sub-menu { display: block; opacity: 1; visibility: visible; }

.more-categories-dropdown a:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('assets/images/more-category.svg');
	background-repeat: no-repeat;
	margin: -9px 10px;
	transform: translate(-50%, -50%);
}

.categories-navigation .categories-menu .search-icon a:after,
.search__button:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('assets/images/search.svg');
	background-repeat: no-repeat;
	margin: -9px 10px;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.search-box-main.hidden { display: none; }

.search-form {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 300px;
	border: 1px solid #969696;
	border-radius: 2px;
	overflow: hidden;
}

.search-form label { margin-bottom: 0; }

.search-box-main {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
	border-top: 2px solid #EB2E2E;
	padding: 15px;
	position: absolute;
	right: 0;
	width: 300px;
	z-index: 9999;
}

.search-field {
	display: flex;
	flex: 1;
	min-width: 0;
	padding-left: 8px;
	font-size: 16px;
	border: none;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-submit {
	font-size: 16px;
	background-color: #EB2E2E;
	color: white;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	height: 41px;
}

.search-box-main:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #EB2E2E;
	content: "";
	position: absolute;
	right: 15px;
	top: -10px;
}

.search-box-main.hidden.active { display: block !important; }

[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	background-color: #969696;
	-webkit-mask-image: url("assets/images/cross-icon.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	height: 18px!important;
	width: 18px!important;
	cursor: pointer;
	margin-right: 5px;
	transform: translateX(-5px);
}

.categories-navigation.navbar .categories-menu li a {
	padding: 0;
	font-family: var(--body-font-family);
	font-weight: 300;
}

.menu-mobile-header-categories-menu-container { display: none; }

/* Tags */
.tags-navigation ul li+li { margin-left: 0; }

.tags-menu {
	margin: 0;
	list-style: none;
	display: flex;
	padding: 14px 0 5px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
}

.tags-menu li a {
	font-size: 12px;
	font-weight: 600;
	color: #EB2E2E !important;
	border: 1px solid #EB2E2E;
	margin-right: 12px;
	padding: 8px 12px;
	border-radius: 4px;
	text-transform: capitalize;
}

/* Header Ads */
.header-ads { padding-top: 12px; }
.header-ads .widget, .sidebar-ads { margin: 0; }
.header-ads img, .sidebar-ads img { width: 100%; }

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer { background: #1C1C1C; font-size: 12px; }
.site-footer a { color: #FFFFFF !important; }
.site-footer a:hover { color: #EB2E2E; }

.timesbull-apps { border-right: 2px solid #383838; }
.footer-apps { padding: 16px 0; }
.footer-apps .textwidget { height: 33px; }
.footer-apps section:first-child { margin-bottom: 8px; }
.footer-apps section + section { margin-bottom: 0px; }

.footer-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 8px 0 0;
}

.footer-links section.widget { margin: 0; }

.other-sites .widget_text {
	display: flex;
	align-items: baseline;
	column-gap: 10px;
}

.other-sites h6 {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #969696;
}

.other-sites a {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.footer-nav-links {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-top: 2px solid #383838;
	margin-top: 9px;
	padding-bottom: 9px;
}

.footer-nav-links .footer-navigation .widget_nav_menu { margin: 0; }

.footer-navigation ul#menu-footer-links {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.footer-navigation ul#menu-footer-links li { margin-right: 8px; }
.footer-navigation ul#menu-footer-links li:last-child { margin-right: 0; }

.footer-navigation ul#menu-footer-links li::after {
	content: "•";
	margin-left: 8px;
	color: #969696;
}

.footer-navigation ul#menu-footer-links li:last-child::after { content: ""; }

.footer-navigation a { font-size: 12px; color: #fff; text-decoration: none; }
.copyright a { color: #969696 !important; font-weight: 500; }

.footer-follow-us {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.footer-follow-us p { font-size: 12px !important; font-weight: 600; margin: 0; color: #969696; }
.footer-nav-links .copyright p { font-size: 12px; color: #969696; }
.footer-links .social-icons .footer-twitter-logo { border: 0.5px solid #FFFFFF; border-radius: 3px; }
.footer-links .social-icons .textwidget { height: 20px; }

.social-icons { display: flex; column-gap: 10px; transition: all 0.3s ease-in-out; }
.social-icons a img:hover { transform: scale(1.25); }
.social-icons section.widget { margin: 0; }
footer { position: relative; z-index: 1; margin-top: auto; }

/* Homepage */
.sidebar-left-gap { gap: 20px!important; }
.page .entry-title { display: none; }

/* Footer Mobile Bottom Menu */
.mobile-bottom-menu { display: flex; justify-content: space-around; padding: 30px 0 0; margin: 0; list-style: none; }
.mobile-bottom-nav {
	display: none;
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	transition: transform 0.3s ease;
}

.mobile-bottom-nav.hide, .footer-ads { transform: translateY(100%); }

.mobile-bottom-nav .mobile-bottom-menu li {
	position: relative;
	display: inline-block;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: 500;
}

.mobile-bottom-nav .mobile-bottom-menu li a { font-size: 10px; font-weight: 600; }

.mobile-bottom-nav .mobile-bottom-menu li a::before {
	content: '';
	display: block;
	width: 20px !important;
	height: 20px !important;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 20px !important;
	min-height: 20px !important;
}

.mobile-bottom-nav .mobile-bottom-menu li.bottom-home-menu a::before { background-image: url("assets/images/timesbull-home-black-icon.svg"); }
.mobile-bottom-nav .mobile-bottom-menu li.bottom-photo-gallery-menu a::before { background-image: url("assets/images/timesbull-photo-gallery-black-icon.svg"); }
.mobile-bottom-nav .mobile-bottom-menu li.bottom-youtube-shorts-menu a::before { background-image: url("/wp-content/uploads/2025/06/shorts.svg"); }
.mobile-bottom-nav .mobile-bottom-menu li.bottom-video-menu a::before { background-image: url("/wp-content/uploads/2025/06/video.svg"); }
.mobile-bottom-nav .mobile-bottom-menu li.bottom-web-stories-menu a::before { background-image: url("assets/images/timesbull-web-stories-black-icon.svg"); }
.mobile-bottom-nav .mobile-bottom-menu li.bottom-for-you-menu a::before { background-image: url("assets/images/timesbull-for-you-black-icon.svg"); }

.mobile-bottom-nav .current-menu-item a { color: #EB2E2E!important; }
.mobile-bottom-nav .current-menu-item a::before { filter: invert(32%) sepia(78%) saturate(1643%) hue-rotate(342deg) brightness(90%) contrast(96%); }

/* Breadcrumbs */
.current-post-title { color:#969696; font-size: 14px; }

/* Sticky Header */
.scroll-header {
	position: sticky;
	background: #fff;
	padding-top: 14px;
	z-index: 9999;
	top: 0;
	transition: all 0.5s ease;
}

.scrolled-static-header {
	transform: translateY(-54%);
	position: fixed !important;
	width: 100%;
	padding-top: 0 !important;
}

.home .cat-daily-news .cat-section-heading { display: none; }

/* Authors Page */
.author-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	justify-content: center;
}

.author-list .author-col {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px;
	cursor: pointer;
}

.author-list .author-col:last-child { margin-right: 0!important; }
.author-list .author-col img { max-width: 60px; height: 60px; border-radius: 100%; margin-right: 10px; }
.author-list .author-col h2 { margin-bottom: 0; text-transform: capitalize; }
.author-list .author-col small { display: block; margin: 6px 0 0; }
.author-list .author-col small a {
	background: url('assets/images/email-icon.svg') no-repeat 50%;
	height: 24px;
	width: 24px;
	display: inline-block;
}

.page p { font-size: 16px; line-height: 26px; }

/* Footer Ads */
.footer-ads {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 9999;
	transition: transform 0.3s ease-in-out;
}

.footer-ads:not(.hide) { bottom: 103px; }

/* Red Circular */
.red-circle {
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("assets/images/red-circle.svg");
}

/* Subdomain Dropdown */
.other-site-dropdown a img { width: 20px; height: 20px; }
.other-site-dropdown { position: relative; display: inline-block; }

.other-site-dropdown a {
	display: flex;
	align-items: center;
	padding: 6px!important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
	text-decoration: none;
	color: #FFFFFF!important;
	gap: 8px;
}

.lang-icon { width: 20px; height: 20px; }
.dropdown-icon { font-size: 12px; color: #1c1c1c; }
.dropdown-icon.active { color: #EB2E2E!important; }

.other-site-dropdown .sub-menu {
	position: absolute;
	top: 46px!important;
	right: 0;
	left: auto;
	z-index: 9999;
	background: #000;
	min-width: 150px;
	padding: 10px 0;
	display: none;
	opacity: unset!important;
	visibility: unset!important;
	transform: unset!important;
}

.other-site-dropdown:hover .sub-menu {
	display: none !important;
	visibility: hidden;
}

.other-site-dropdown .sub-menu.active {
	display: block!important;
	transition: top 0s, transform 0.3s, opacity 0.3s;
}

.other-site-dropdown .sub-menu li { padding: 5px; }
.other-site-dropdown .sub-menu li a { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #000; }

/* Footer Calculator */
.menu-footer-calculator-container ul{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding-left: 0;
	padding-top: 10px;
}

.menu-footer-calculator-container ul#menu-footer-calculator li::marker,
.menu-footer-calculator-container #menu-footer-calculator li:last-child::after { content: ""; }

.menu-footer-calculator-container ul#menu-footer-calculator li::after{
	content: "•";
	margin-left: 4px;
	color: #969696;
}

#nav_menu-3 { display: flex; align-items: baseline; }
#nav_menu-3 .widget-title { color: #fff; font-size: 12px; margin: 0; padding-right: 3px; }
#nav_menu-3 .widget-title::after { content: ":"; color: #f9fafb; }

/* AMP CSS */
.amp-wp-b12871c:not(#_#_#_#_#_){ width: auto; }

/* ==========================================================================
   ADSENSE STYLES
   ========================================================================== */

.tb-ad-wrapper {
	clear: both;
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: var(--ad-min-height, 90px);
	margin: 20px 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	background: transparent;
	transition: all 0.2s ease-in-out;
}

.tb-ad-wrapper ins {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	background: transparent !important;
	margin: 0 auto !important;
}

.tb-ad-wrapper[data-collapsed="true"],
.tb-ad-wrapper:empty {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.tb-ad-wrapper:not([data-collapsed="true"]):not(:empty) {
	background: rgba(235, 46, 46, 0.02);
	border-radius: 4px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media screen and (max-width: 1175px) {
	.footer-navigation a { font-size: 9px; }
}

@media screen and (max-width: 992px) {
	.row .col-md-12 { max-width: 100%; flex: 0 0 100%; }
	.row .col-md-6 { max-width: 50%; flex: 0 0 50%; }
	.row .col-md-8 { max-width: 66.66666667%; flex: 0 0 66.66666667%; }
	.row .col-md-4 { max-width: 33.33333333%; flex: 0 0 33.33333333%; }
	.mb-md-32 { margin-bottom: 32px !important; }

	.menu-mobile-header-categories-menu-container { display: block; }
	.menu-header-categories-menu-container { display: none; }
	.menu-header-categories-menu-container .search-icon { padding-left: 0; padding-top: 0; }

	.navbar .sub-menu, .navbar li:hover .sub-menu {
		position: static;
		display: none;
		margin: 12px 0 24px;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		padding: 0;
		top: 0;
		border-radius: 10px;
	}
	
	.menu-item-has-children.focus > .sub-menu {
		display: block;
		transition: all 0.3s ease;
	}

	.navbar ul.menu .sub-menu li .sub-menu { margin: 20px; }
	.main-navigation .menu > li { margin: 0; padding: 0 24px; display: block; min-height: auto; }
	.main-navigation .menu li.current-menu-item a { color: #ff5657; }
	.main-navigation .menu li a { color: #fff; padding: 14px 0; display: block; white-space: initial; }
	.navbar li a { padding: inherit; }
	.main-navigation.navbar li a:hover { color: #fff; }
	.navbar .sub-menu li a { padding: 8px 30px 8px 16px; }
	.menu-btn a { display: inline-block !important; padding: 8px 15px !important; margin-top: 14px; }

	.menu-top-menu-container { display: none; }
	.menu-mobile-top-menu-container { display: block; }
	.menu-mobile-top-menu-container ul li.search-icon { padding-top: 0; }
	.tags-navigation ul li a { padding: 8px 12px; }
	.main-categories-nav { overflow: hidden; }
	.mobile-bottom-nav, .footer-ads { display: block; }

	.timesbull-apps { flex: 1; order: 1; border-right: 0; }
	.timesbull-apps .footer-apps {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 10px;
		border-right: 0;
		border-top: 2px solid #383838;
	}
	
	.footer-links, .footer-nav-links { flex-direction: column; }
	.footer-nav-links { padding: 10px 0; gap: 10px; border-top: none; }
	.footer-navigation ul#menu-footer-links { flex-wrap: wrap; justify-content: center; }
	.footer-navigation ul#menu-footer-links li a { font-size: 10px; font-weight: 600; letter-spacing: 1px; }
	
	.copyright { text-align: center; width: 100%; }
	.footer-ads { display: block; }
	
	.other-site-dropdown .sub-menu.active {
		position: absolute!important;
		margin: 0 !important;
	}
	
	.menu-footer-calculator-container ul{ justify-content:center; }

	.tb-ad-wrapper {
		min-height: var(--ad-mobile-min-height, 70px);
		margin: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	.row .col-sm-12 { max-width: 100%; flex: 0 0 100%; }
	.row .col-sm-6 { max-width: 50%; flex: 0 0 50%; }
	.mb-sm-32 { margin-bottom: 32px; }
	.mb-row--reverse { flex-direction: column-reverse; }

	.right-sidebar { padding-top: 10px; }
	.sidebar-posts { margin-top: 20px; }
	
	.author-list { grid-template-columns: repeat(2, 1fr); }
	.author-list .author-col { padding: 10px; }
	.author-list .author-col img { width: 40px; height: 40px; }
	.author-list .author-col h2 { font-size: 18px; line-height: 24px; }

	.tb-ad-wrapper {
		min-height: var(--ad-mobile-min-height, 70px);
		margin: 15px 0;
	}
}

@media screen and (max-width: 577px) {
	h1, .h1 { font-size: 22px!important; line-height: 32px!important; }
	h2, .h2 { font-size: 28px; line-height: 1.16; }
	h3, .h3 { font-size: 24px; line-height: 1.2; }
	h4, .h4 { font-size: 18px; line-height: 1.2; }
	h5, .h5 { font-size: 14px; line-height: 1.2; }
	h6, .h6 { font-size: 12px; font-weight: 400; }
	
	.row .col-xs-12 { max-width: 100%; flex: 0 0 100%; }
	.right-sidebar { display: none; }
	.author-list { grid-template-columns: repeat(1, 1fr); }
	.navbar .mobile-top-menu li+li { margin-left: 10px; }

	.tb-ad-wrapper {
		min-height: 60px;
		margin: 12px 0;
	}
}

@media screen and (max-width: 420px) {
	.whatsapp-menu a,
	.search-icon a,
	.menu-mobile-top-menu-container .live-blog-menu a {
		width: 25px !important;
		height: 25px !important;
	}
	.mobile-top-menu li+li { margin-left: 14px !important; }
	.custom-logo-link img { width: 155px; }
	.menu-mobile-top-menu-container li+li { margin-left: 12px; }
	
	.whatsapp-menu a, .search-icon a,
	.other-site-domain a,
	.menu-mobile-top-menu-container .live-blog-menu a { width: 22px; height: 22px; }

	.other-site-dropdown a img { width: 16px; height: 16px; }
	.float-ads-wrapper{ display:none; }
}

@media screen and (max-width: 357px) {
	.mobile-bottom-nav .mobile-bottom-menu li { margin: 0 8px; }
}

/* ==========================================================================
   VIEWPORT CONTAINMENT
   ========================================================================== */

#page, .site {
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden !important;
}

.wrap, .custom-container, .wrap-fluid {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	box-sizing: border-box !important;
	overflow-x: hidden;
}

.row {
	margin-left: -10px !important;
	margin-right: -10px !important;
	width: calc(100% + 20px) !important;
	max-width: none !important;
}

img, iframe, video, embed, object {
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* ==========================================================================
   HEADER MOBILE FIT
   ========================================================================== */

.site-header, .scroll-header, .header {
	width: 100% !important;
	max-width: 100vw !important;
	box-sizing: border-box !important;
}

.site-branding {
	max-width: 70%;
	flex-shrink: 1;
	min-width: 0;
}

.custom-logo-link img {
	max-width: 100% !important;
	height: auto !important;
	object-fit: contain;
}

@media (max-width: 768px) {
	.header__wrap {
		flex-wrap: nowrap !important;
		justify-content: space-between !important;
		width: 100% !important;
	}
	
	.main-navigation {
		flex-shrink: 0;
	}

	.main-categories-nav, .tags-navigation {
		width: 100% !important;
		max-width: 100vw !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.categories-menu, .mobile-categories-menu, .tags-menu {
		max-width: max-content !important;
	}
}

/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--color-secondary, #EB2E2E);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}