/*
 Theme Name:     Divi Child
 Template:       Divi
 Author:         Xweb Devlopers
 Author URI:     www.xwebdevelopers.com
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 30s linear infinite;
}

.marquee:hover span {
  animation-play-state: paused; /* Stop on hover */
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.marquee a {
    color: #fff;
    margin-right: 50px;
}
.mainBlog h2.entry-title {
    position: absolute;
    bottom: 75px;
    padding: 10px;
}
.mainBlog .entry-categories {
    position: absolute;
    top: 65%;
    left: 20px;
}
.mainBlog .entry-categories a {
    font-size: 10px;
    padding: 2px 5px 3px;
    background: #000;
    color: #fff !important;
    border-radius: 3px;
    vertical-align: middle;
    text-overflow: ellipsis;
}
.mainBlog .post-meta {
    position: absolute;
    bottom: 42px;
    left: -30px;
    float: left;
}
.mainBlog .entry-categories {
    position: relative;
    left: 45px;
    bottom: 100px;
    float: left;
}
.sideBarblog .entry-featured-image-url {
    margin-bottom: 0px !important;
}
.sideBarblog .post-meta {
    bottom: -22px !important;
    left: 10px !important;
}
.sideBarblog h2.entry-title {
    bottom: 22px !important;
}
.sideBarblog .entry-categories {
    left: 2px;
}

.entry-featured-image-url {
  display: block;
  position: relative;
  overflow: hidden; /* prevents zoomed image from overflowing */
}

.entry-featured-image-url img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
}

.entry-featured-image-url:hover img {
  transform: scale(1.1); /* zoom effect */
}
.sideBarblog .et_overlay {
    /* position: absolute; */
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    opacity: 0.2;
}
.first-twoblogs .et_pb_post:nth-child(1) img, .first-twoblogs .et_pb_post:nth-child(2) img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}
.first-twoblogs article:nth-child(1).et_pb_post, .first-twoblogs article:nth-child(2).et_pb_post {
    display: block;
}
.sliderLeftside img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    object-position: center;
}
.hmsideBar #block-7 {
	display: none;
}
.hmsideBar #block-9 p {
	display: none;
}
/*first two fix */
.first-twoblogs article:nth-child(1).et_pb_post .post-content, .first-twoblogs article:nth-child(2).et_pb_post .post-content {
	display: block;
}

.first-twoblogs article:nth-child(1).et_pb_post .entry-title a, .first-twoblogs article:nth-child(2).et_pb_post .entry-title a {
	font-size: 16px !important;
}
.first-twoblogs article:nth-child(1).et_pb_post .et_pb_image_container, .first-twoblogs article:nth-child(2).et_pb_post .et_pb_image_container {
	margin: 0px !important;
	height: auto;
	width: 100%;
}

.first-twoblogs article:nth-child(1).et_pb_post .entry-title, .first-twoblogs article:nth-child(2).et_pb_post .entry-title {
	margin-left: 0px;
}
.first-twoblogs article:nth-child(1).et_pb_post .post-meta, .first-twoblogs article:nth-child(2).et_pb_post .post-meta {
	position: unset;
	bottom: 0px;
	right: 0;
}
.first-twoblogs article:nth-child(1).et_pb_post .entry-categories, .first-twoblogs article:nth-child(2).et_pb_post .entry-categories {
	position: unset;
	left: -175px;
	top: -22px;
	/*background: #ddd;*/
	padding: 0px 8px;
}
.first-twoblogs article:nth-child(1).et_pb_post .entry-title a, .first-twoblogs article:nth-child(2).et_pb_post .entry-title a {
	font-size: 20px !important;
}
.first-twoblogs article:nth-child(1).et_pb_post .entry-title, .first-twoblogs article:nth-child(2).et_pb_post .entry-title {
	margin-top: 10px;
}
.latestNewsSide .et_pb_image_container img {
	height: 180px;
	width: 160px;
	background-size: cover;
	object-fit: cover !important;
}
.latestNewsSide .entry-title {
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-height: 1.4;
	padding-bottom: 0px;
}
.latestNewsSide .et_pb_image_container {
	margin-bottom: 5px !important;
}
.sideSearch .wp-block-search__button.wp-element-button {
	background: #3456a2;
	color: #fff;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	font-weight: 600;
}
.sideSearch .wp-block-heading {
	font-weight: bold;
	padding-bottom: 0px;
}
.sideViewed .widget_block ul li::before, .widget_block ol li::before, #menu-footer-categories li::before, .wp-block-archives-list li::before {
	content: '\39';
	font-family: 'ETmodules' !important;
	color: #b10a0a !important;
	font-weight: 900;
	position: absolute;
	left: 8px;
	opacity: .8;
	font-size: 22px;
}
.sideViewed .widget_block ul li, .widget_block ol li {
	margin-left: 15px;
}
.buttonsPaper {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.buttonsPaper div {
  padding: 8px 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
  background: #f2f2f2;
	font-size: 20px;
  text-transform: uppercase;
}

.buttonsPaper div.active {
	background: #b10a0a;
	color: #fff;
	border-color: #b10a0a;
}
#punjabiPaper {
	display: none;
}
#punjabiPaper p {
	display: none;
}
.first-twoblogs article {
	margin-bottom: 0px !important;
	border:none !important;
	padding:0px !important;
}
/**/
.post-meta a, .post-meta {
	font-size: 12px !important;
	color: #8a8a8c !important;
}
.first-twoblogs .post-content {
	display: none;
}

.first-twoblogs .entry-title a {
	font-size: 15px !important;
}
.first-twoblogs .et_pb_image_container {
	margin: 0px !important;
	height: 130px;
	width: 130px;
}
.first-twoblogs .et_pb_image_container img {
	height: 130px;
	background-size: cover;
	object-fit: cover;
}
.first-twoblogs .entry-title {
	margin-left: 18px;
}
.first-twoblogs .post-meta {
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 156px;
}
.first-twoblogs .entry-categories {
	position: absolute;
	left: -146px;
	top: -5px;
	background: #ddd;
	padding: 0px 8px;
}
.category-resources .entry-categories {
	background: #b10a0a;
}
.category-resources .entry-categories a {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
}
.ticker-category {
	display: none;
}
.news-icon svg {
	height: 35px !important;
	width: 35px !important;
}
.news-ticker-label .button-title {
	font-size: 22px;
	margin-left: 6px;
	margin-right: 6px;
}
.news-ticker-label .button-title::after {
	content: '';
	position: absolute;
	top: 4px;
	right: -30px;
	border-width: 10px 0 10px 10px;
	border-style: solid;
	z-index: 9;
	border-color: transparent transparent transparent #b20c0c;
}
.news-ticker-content {
	background-color: #f9f9f9 !important;
}
.news-ticker-list {
	padding: 0px !important;
}
.news-ticker-container {
	position: relative;
}
.button-title {
	position: relative;
}
.first-twoblogs .category-sports .entry-categories {
	background: #7a16df;
}
.first-twoblogs .category-sports .entry-categories a, .first-twoblogs .category-local .entry-categories a, .first-twoblogs .category-national .entry-categories a, .first-twoblogs .category-world .entry-categories a {
	color: #fff !important;
	text-transform: uppercase;
}
.first-twoblogs .category-local .entry-categories {
	background: #1B8415;
}
.first-twoblogs .category-national .entry-categories {
	background: #ec2626;
}
.first-twoblogs .category-world .entry-categories {
	background: #3557a3;
}
/**/

.tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.tab-link {
  display: block;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  text-transform: uppercase;
}
.tab-nav li {
	list-style: none;
}
.tab-link.active {
 color: #b20c0c;
  font-weight: bold;
}
.national, .local, .news {
	display:none;
}
.newsHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tab-nav {
	padding-bottom: 0px !important;
}
.more-link {
	background: #3557a3;
	width: 100px;
	padding: 3px 8px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 12px;
	border-radius: 8px;
}
.more-link:hover {
	background: #b10a0a;
}
.wp-pagenavi {
	padding-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
padding: 10px 17px; margin-right: 0px;
font-size: 15px; color: #afafaf; text-decoration: none;
border: 1px solid #ccc; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #3557a3;
color: #ffffff !important;
border: 1px solid #AFAFAF;
}
.wp-pagenavi span.current { font-weight: bold; color: #ffffff !important; }
.page.larger, .wp-pagenavi span.current {
	border: 3px solid #3557a3 !important;
	margin-left: 10px;
	color: #3557a3;
	font-weight: bold !important;
}
footer .et_pb_menu .et_pb_menu__menu>nav>ul {
    flex-direction: column;
}
#menu-footer-categories li::before, .wp-block-archives-list li::before {
	content: '\39';
	font-family: 'ETmodules' !important;
	color: #b10a0a !important;
	font-weight: 900;
	position: unset;
	left: 8px;
	opacity: .8;
	font-size: 22px;
}
footer .et_pb_sidebar_0_tb_footer.et_pb_widget_area .wp-block-archives-list li::before {
	position: relative;
	top: 5px;
	left: -2px;
	color: #b10a0a !important;
}
.archiveFooter #block-18 {
	display: none;
}
.single-post .et_pb_title_container {
	margin-bottom: 20px;
}
.single-post .nav-single {
  display: flex;
}
body.single-post .nav-single span:nth-child(1) {
	border-right: 1px solid #d9d9d9;
}
body.single-post .nav-single .nav-previous {
	text-align: right;
	padding-right: 20px;
}
body.single-post .nav-single .nav-next {
	text-align: left;
	padding-left: 20px;
}
.single-post .nav-single .nav-previous {
  flex: 1 0 50%;
}
.nav-single a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.nav-single {
	background: #f5f5f5;
	padding: 36px 15px;
}
.et-pb-contact-message {
	font-size: 24px;
	color: #000;
}
.df-popup-thumb {
	margin-top: 0px !important;
}
.buttonsPaper > div:hover {
	background: #003ca4;
	color: #fff;
	border: #003ca4;
}
@media (max-width: 980px) {
	.headerMiddle .et-last-child {
		position: absolute;
	}
	.headerMiddle .et_pb_column_3_tb_header {
		width: 80%;
	}
	.tab-link {
		padding: 0px 2px;
		font-size:12px;
	}
	.first-twoblogs .et_pb_image_container {
		 height: auto;
		 width: 100%;
	}
	.first-twoblogs .et_pb_image_container img {
		height: auto;
	}
	.first-twoblogs .post-meta {
		position: relative;
		left: 4px;
	}
	.first-twoblogs .entry-categories {
		position: unset;
		left: 5px;
		top: -80px;
		padding: 0px 8px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 3px 5px;
	}
	footer .et_mobile_nav_menu {
		display: none !important;
	}
	/*footer .et_pb_menu__menu {
		display: flex !important;
		justify-content: center !important;
	}
	footer .et_pb_menu_inner_container  .et_pb_menu__wrap {
		justify-content: center !important;
	}*/
}
.news-ticker-item a.ticker-title {
    font-size: 20px !important;
}