/*
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: 1.1
Requires PHP: 7.4
Version: 1.0
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: #1C1C1C;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

body {
	margin: 0;
}

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;
}


/* Grouping content  ========================================================================== */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, 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;
}


/* Interactive 	 ========================================================================== */

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}


/* Box sizing --------------------------------------------- */

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

html {
	box-sizing: border-box;
}


/* 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;
	overflow: hidden;
	padding: 0;
	margin-bottom: 24px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Inter", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	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: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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 {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.row--space-between {
	justify-content: space-between;
}

.row--space-center {
	justify-content: center;
}

.row--items-center {
	-ms-align-items: center;
	align-items: center;
}


/* Elements
  --------------------------------------------- */

body {
	background: #FFFFFF;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
}

/* Make sure embeds and iframes fit their containers. */

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

img {
	height: auto;
	max-width: 100%;
	display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*Main center wrap*/

.wrap,
.wrap-fuild {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.wrap *,
.wrap-fuild * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap {
/* 	max-width: 1440px; */
	margin-left: auto;
	margin-right: auto;
}

/*============= BUTTONS =============*/

.btn {
	padding: 12px 21px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	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;
	-webkit-border-radius: 50%;
	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;
}

.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 12px 12px;
	background-color: var(--white-color);
	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;
}

label {
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	color: #252b33;
	font-weight: 500;
}

textarea.form-control {
	height: 100px;
}

/* Posts and pages
  --------------------------------------------- */

.sticky {
	display: block;
}

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

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


/* Comments
  --------------------------------------------- */

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

.bypostauthor {
	display: block;
}


/* Widgets
  --------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
  --------------------------------------------- */

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


/* Make sure logo link wraps around logo image. */

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


/* Captions
  --------------------------------------------- */

.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;
}


/* Galleries
  --------------------------------------------- */

.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;
}


/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */

.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;
}


/* Do not show the outline on the skip link target. */

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


/* Alignments
  --------------------------------------------- */

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	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: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 14px;
}

.site-header .custom-logo-link {
	vertical-align: bottom;
}

.site-title {
	font-size: 30px;
	line-height: 1.33;
}

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

.navbar li {
/* 	position: relative; */
}

.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%;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	transition: top 0s, opacity 0.3s, -webkit-transform 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition-delay: 0.3s, 0, 0;
	visibility: hidden;
	z-index: -1000;
}

.navbar li:hover .sub-menu {
	opacity: 1;
	top: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: top 0s, opacity 0.3s, -webkit-transform 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition-delay: 0;
	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 */
.menu-toggle {
	background: none;
	border: none;
	width: 32px;
	height: 20px;
	border-top: 2px solid #000 !important;
	cursor: pointer;
	z-index: 99;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	background-color: transparent !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	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);
}
/* Header css */

/* Top Menu */
#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');
}

.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: 10px !important;
	left: 10px !important;
	width: 15px !important;
	height: 15px !important;
	background-image:url('assets/images/location.svg');
}

.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: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	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 css */
.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: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
	top: 50% !important;
	left: 50% !important;
	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;
	top: 50% !important;
	left: 50% !important;
	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;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

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

/* mobile cate menu */
.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 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: center;
	justify-content: space-between;
	padding-top: 10px;
    border-top: 2px solid #383838;
   	margin-top: 17px;
	padding-bottom: 22px;
}

.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;
}

.social-icons {
	display: flex;
	column-gap: 10px;
	transition: all 0.3s ease-in-out;
}

.social-icons a img:hover {
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	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%);
}

.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-video-menu a::before {
	background-image: url("assets/images/timesbull-video-black-icon.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: -webkit-sticky;
	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 {
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
	border-radius: 4px;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	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 css */
.red-circle {
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("assets/images/red-circle.svg");
}

/**********-----===== 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;
	}

	/* mobile header-menu */
	.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;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 0;
		top: 0;
		border-radius: 10px;
	}
	.menu-item-has-children.focus > .sub-menu {
		display: block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		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;
	}

	.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;
	}
	
	.footer-ads {
		display: block;
	}
	
	.footer-nav-links {
		border-top: none;
	}
}

@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;
	}
}

@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;
	}
}

@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;
	}
}

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