/*!
Theme Name: Breaking Page
Theme URI: https://breakingpage.com/
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.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: saral-post
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

saral-post is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 10px;
}

:root {
  --primary-color: #b71c1c;
  --secondary-color: #e1c00e;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: "Mukta", sans-serif;
}

body {
  font-size: 1.6rem;
  font-family: "Mukta", sans-serif;
}

p {
  font-size: 20px;
  line-height: 31px;
}

.top-header {
  background: var(--primary-color);
  padding: 10px 0;
}

.top-head a {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 5px;
}

.site-header {
  padding: 15px 0;
  /* border-bottom: 3px solid #000; */
}

/* .site-header .post-time {
	margin-left: 50px;
} */

.site-branding .custom-logo {
  width: 300px;
}

.site-branding .post-time {
  font-size: 1.4rem;
  text-align: center;
  margin-top: -5px;
}

.post-time i {
  margin-right: 5px;
}

.uk-sticky-fixed {
  box-shadow: 0 2px 3px #00000030;
}

.main-navigation {
  background: var(--primary-color);
}

.navigation-menu {
  height: 50px;
}

.navigation-menu > div {
  height: 100%;
}

.navigation-menu > div > ul,
.navigation-menu > div > ul > li {
  margin: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
}

.navigation-menu > div > ul > li > a {
  color: #fff;
  /* display: block; */
  font-weight: 500;
  margin-right: 32px;
  font-size: 1.8rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.navigation-menu > * {
  height: 100%;
}

/* .navigation-menu > div > ul > li > a:hover {
	color : var(--primary-color);
} */

.btn--menu {
  color: #fff;
  font-size: 33px;
}

/* .btn--menu:hover {
	color: var(--primary-color);
} */

.search--box {
  /* padding: 9px 13px; */
  text-align: center;
}

.search--box a {
  font-size: 25px;
  color: #fff;
  line-height: 50px;
}

.uk-offcanvas-bar {
  padding: 0;
}

.uk-offcanvas-bar > div > ul > li {
  position: relative;
}

.uk-offcanvas-bar > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.uk-offcanvas-bar > div > ul > li > a:hover {
  background: #00000012;
}

.uk-offcanvas-bar > div > ul > li > a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 17px;
  display: block;
  line-height: 46px;
  color: #fff !important;
  font-weight: 500;
  padding: 0 20px;
  border-top: 1px solid #ffffff0a;
  border-bottom: 1px solid #0000002b;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children > ul > li > a {
  display: block;
  padding: 7px 24px;
  font-size: 17px;
  border-top: 1px solid #ffffff0a;
  border-bottom: 1px solid #0000002b;
}

.uk-offcanvas-bar
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li:first-child
  > a {
  border-top: 0;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children span {
  position: absolute;
  right: 11px;
  cursor: pointer;
  z-index: 5;
  top: 17px;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff0d;
  display: none;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children > ul > li > a:hover {
  background: #00000021;
}

.navigation-menu > div > ul > li.menu-item-has-children > ul {
  position: absolute;
  top: 150%;
  left: 0;
  margin: 0;
  list-style: none;
  width: 200px;
  background: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 5;
  padding: 0;
}

.navigation-menu > div > ul > li.menu-item-has-children > ul > li:hover {
  background: #ffffff0d;
}

.navigation-menu > div > ul > li.menu-item-has-children > ul > li > a {
  color: #fff;
  display: block;
  padding: 6px 25px;
  font-size: 17px;
  border-bottom: 1px solid #ffffff17;
  border-top: 1px solid #0000001f;
}

.navigation-menu
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li:first-child
  > a {
  border-top: none;
}

.navigation-menu > div > ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.navigation-menu > div > ul > li.menu-item-has-children {
  position: relative;
  padding-right: 10px;
}

.navigation-menu > div > ul > li.menu-item-has-children .dropdown-toggle {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #fff;
}

.banner--news {
  background: #fff;
  box-shadow: 1px 0px 100px #0000001c;
}

.bannerNews {
  margin-bottom: 70px;
  text-align: center;
}
/*
.bannerNews:first-child {
	text-align: left;
}

.banner-content {
	flex: 2;
}

.banner-img {
	flex: 2;
} */

.banner--title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.1;
}

.banner-content > a img {
  margin: 10px 0;
}

.news-title-small {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 18px;
}

.news-title-medium {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 18px;
}

.news-title-large {
  font-size: 3.5rem;
  font-weight: 600;
}

.title a {
  color: #343434;
}

.title a:hover {
  color: var(--primary-color);
}

.col-news .news-title-small h3 {
  margin-top: 18px;
}

.bannerNews p {
  font-size: 2rem;
  line-height: 37px;
}

.post-time span {
  color: #444;
  font-weight: bold;
}

.bannerNews {
  margin-top: 70px;
}

.bannerNews > div {
  grid-column: span 2;
}

.cat-head {
  position: relative;
  margin-bottom: 20px;
}

.cat-head::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  bottom: inherit;
}

.cat-name {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  padding: 0 10px 0 0;
  margin: 0;
  display: inline-block;
  border: 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.cat-name a {
  color: #000;
}

.cat-name a:hover {
  color: var(--primary-color);
}

.cat-head a.all {
  display: inline-block;
  margin-top: 0;
  background: #fff;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 42px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 3px;
  padding: 0 0 0 15px;
}

.cat-head a.all::after {
  content: "\f2fb";
  font-family: "Material-Design-Iconic-Font";
  width: 20px;
  font-size: 14px;
  height: 20px;
  display: inline-block;
  text-align: center;
  background: var(--secondary-color);
  line-height: 20px;
  border-radius: 50%;
  margin-left: 7px;
  color: #111;
}

.cat-head a.all:hover {
  color: var(--secondary-color);
}

.col-news > a {
  display: block;
  height: 190px;
}

.col-news > a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.latestNews {
  display: flex;
  padding: 15px 0;
}

.latestNews > div.overlay-video {
  display: block;
  height: 90px;
  width: 110px;
  margin-right: 15px;
}

.latestNews > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latestNews > a {
  display: block;
  height: 90px;
  width: 110px;
  margin-right: 15px;
}

.latestNews > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latestNews .news-title-small {
  margin: 0;
  flex: 2;
}

/* .row-news {
  margin-top: 30px;
} */

.mainNews .news-title-medium {
  /* text-align: center; */
  margin: 18px 0 0 0;
}

.mainNews p {
  margin-top: 5px;
}

.mainNews .latestNews {
  padding: 0;
}

.news-post > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-wrapper > a {
  display: block;
  width: 100%;
  height: 140px;
}

.news-wrapper > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-wrapper .news-title-small {
  margin-top: 18px;
}

.news-list > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.news-list > ul > li h3 {
  margin: 0;
}

.news-list > ul > li:first-child {
  padding-top: 0;
}

.news-list > ul > li:last-child {
  border: 0;
  padding-bottom: 0;
}

.main--news .news-list > ul {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
  list-style: none;
}

.politics .news-title-medium h3 {
  margin: 0;
  margin-top: 18px;
}

.politics .news-wrapper > a {
  width: 100%;
  height: 100%;
}

.politics p {
  margin-top: 10px;
}

.pradesh .col-news .latestNews {
  padding: 15px 0;
}

.col-news .latestNews:first-child {
  padding-top: 0;
}

.pradesh .col-news .latestNews > a {
  width: 123px;
  height: 93px;
}

.overlay {
  position: relative;
}

.overlay > a {
  display: block;
  width: 100%;
  height: 490px;
}

.overlay > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-image: linear-gradient(
    to top,
    #000,
    rgba(0, 0, 0, 0.79),
    #00000069,
    transparent
  );
  width: 100%;
}

.overlay-text .news-title-medium {
  font-size: 30px;
  margin: 0;
}

.overlay-text .news-title-small {
  margin: 0;
}

.overlay-text .news-title-medium a {
  color: #fff;
}

.overlay-text .news-title-small a {
  color: #fff;
}

.overlay-text .news-title-small a:hover {
  color: #fff;
}

.overlay-text p {
  margin: 0;
  margin-top: 10px;
}

.interview .news-wrapper > a {
  display: block;
  width: 100%;
  height: 150px;
}

.interview .latestNews:first-child {
  padding-top: 0;
}

.entertainment {
  background: #fffaf6;
}

.entertainment .cat-name,
.entertainment .cat-head a.all {
  background: #fffaf6;
}

.entertainment .news-list > ul > li {
  border-bottom: 1px solid #00000024;
}

.entertainment .news-list > ul > li:last-child {
  border: 0;
}

.entertainment-news .news-title-medium {
  margin-top: 18px;
}

.entertainment-news ul {
  /* margin: 0; */
  padding: 0;
  list-style: none;
}

.entertainment-news ul li > a {
  display: block;
  margin-bottom: 18px;
}

.entertainment-news ul li > a img {
  width: 100%;
  height: 150px;
}

.news-title-med {
  font-size: 2.5rem;
  margin-top: 18px;
}
.prawas .col-news > a {
  height: 267px;
}

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

.prawas .news-list > ul > li:first-child {
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
}

.site-footer {
  background: #444;
  padding: 25px 0 0;
}

.site-footer .top--socials a {
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}

.site-footer .top--socials a:last-child {
  margin: 0;
}

.quick-links h3 {
  color: #ffff;
  font-size: 24px;
  /* margin: 0; */
  margin-bottom: 10px;
}

.quick-links strong {
  color: #fff;
  font-size: 19px;
  margin-top: 5px;
}

.quick-links p {
  color: #fff;
  margin: 0;
  font-size: 17px;
}

.quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-links ul li a {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid #e5e5e517;
}

.footer-logo img {
  width: 350px;
}

.footer-links {
  background: #00000012;
  padding: 10px 0;
  margin-top: 20px;
}

.footer-links .quick-links ul li a {
  color: #fff;
  margin: 0;
}

.footer-links .quick-links ul li {
  margin-right: 15px;
}

.footer-links .quick-links p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.footer-links .quick-links p a {
  color: #fff;
}

.footer-links .quick-links p a:hover {
  text-decoration: underline;
}

.three--col {
  margin-bottom: 50px;
}

.search-btn {
  background: var(--primary-color);
  color: #fff;
  font-size: 1.6rem;
}

.overlay-video {
  position: relative;
}

.overlay-video > a {
  display: block;
  width: 100%;
  height: 100%;
}

.overlay-video > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-video > a span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 11px;
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  width: 100%;
  text-align: right;
  background: linear-gradient(to bottom, #00000008, #000);
}

.latestNews > div span {
  font-size: 30px;
}

.mobile-view {
  display: none;
}

.breaking__news--title {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.brand-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-news > div {
  flex: 2;
}

.brand-news .news-title-med {
  font-size: 30px;
}

.category-area .news-post > a {
  display: block;
  height: 70px;
  margin-right: 20px;
  flex: 2;
  width: 98px;
}

.category-area .news-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-area .news-wrapper {
  flex: 4;
  margin: 0;
}

.category-area .news-post {
  border-bottom: #ccc solid 1px;
  padding-bottom: 30px;
}

.category-area .news-wrapper .news-title-small {
  margin: 0;
}

.job__news > a {
  width: 100%;
  height: 200px;
  display: block;
}

.health__section .news-post > a {
  display: block;
  height: 200px;
  width: 100%;
}

.health__section .news-post > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job__news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-header h3 {
  text-align: center;
}

.author-post {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.sharethis-inline-share-buttons {
  z-index: 1 !important;
}

.author-post .post-user {
  text-align: left;
  font-size: 18px;
}

.author-post .post-user a {
  color: #000;
}

.published__time {
  color: #666;
  font-size: 16px;
}

.main-content-image img {
  width: 100%;
  margin-bottom: 10px;
}

.news-content {
  padding: 0 50px;
}

.news-content p {
  color: #000;
  line-height: 1.8;
  text-align: justify;
  margin: 25px 0;
}

.facebook-comment h1 {
  font-weight: bold;
  color: #000;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comment-reply-title {
  margin-bottom: 20px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #000;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.comments-area .comment-reply-title a {
  background: #000;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.logged-in-as a {
  color: var(--primary-color);
  font-size: 18px;
}

.comments-area .comment-reply-title a:hover {
  opacity: 0.8;
}

#respond {
  padding: 30px;
  margin-top: 30px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

#respond #submit {
  background: var(--primary-color);
  border: none;
  padding: 14px 22px;
  color: #fff;
  font-size: 15px;
  font-family: raleway, sans-serif;
  cursor: pointer;
  font-weight: 700;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#respond #submit:hover {
  opacity: 0.8;
  color: #fff;
}

#respond p label {
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
  height: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 13px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: 1px solid #ddd;
}

#respond textarea {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 13px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: 1px solid #ddd;
}

.comments-title {
  font-size: 18px;
  display: none;
  background: var(--primary-color);
  padding: 14px 23px;
  color: #fff;
  margin: 0;
}

.comment-list {
  margin: 0;
  list-style: none;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

.comment-list > li article .comment-content {
  background: #fff;
  padding: 5px 15px;
  margin: 25px 0;
  color: #000;
}

.comment-list > li article .comment-content p {
  margin-bottom: 0;
}

.comment-list > li article footer .comment-author,
.comment-metadata {
  position: relative;
  padding-left: 75px;
  color: #000;
}

.comment-awaiting-moderation {
  display: block;
  background: var(--primary-color);
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 32px;
  color: #fff;
}

.comment-list > li article footer .comment-author a,
.comment-list > li article footer time {
  color: #000;
}

.comment-list > li article footer time {
  font-size: 14px;
}

.reply a {
  color: #000;
  font-weight: 700;
  background: var(--primary-color);
  padding: 9px 14px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
}

.comment-list > li article footer .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.comment-list > li > ol {
  margin: 0;
  list-style: none;
}

.comment-list > li {
  margin-top: 30px;
}

.comment-list > li:first-child {
  margin-top: 0;
}

.comment-list > li > ol > li {
  margin-top: 30px;
  position: relative;
}

.comment-list > li > ol > li > article > .reply > a {
  position: absolute;
  right: 0;
  top: 0;
}

.comment-list > li > article {
  position: relative;
}

.comment-list > li > article .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.news-content p img {
  width: 100%;
}

.related-tag a {
  display: inline-block;
  color: #000;
  padding: 5px 10px;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 0 5px;
  transition: 0.3;
  -webkit-transition: 0.3;
  -moz-transition: 0.3;
  -ms-transition: 0.3;
  -o-transition: 0.3;
}

.related-tag a:last-child {
  margin-right: 0;
}

.related-tag a:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.page-numbers {
  border: 1px solid var(--primary-color);
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  margin-right: 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.page-numbers::before,
.page-numbers.current::before {
  width: 100%;
  height: 100%;
  /* z-index: ; */
  background: var(--primary-color);
  content: "";
  position: absolute;
  left: -100%;
  z-index: -1;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.page-numbers:hover::before,
.page-numbers.current::before {
  color: #fff;
  width: 100%;
  left: 0;
}

.page-numbers:hover,
.page-numbers.current {
  border: 1px solid var(--primary-color);
  color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
  padding-left: 20px;
  width: auto;
  padding-right: 13px;
}

.posts-navigation .screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-links > div {
  padding: 5px 10px;
  background: var(--primary-color);
}

.nav-links > div a {
  color: #fff;
}

.nav-links > div:hover {
  background: var(--primary-color);
}

.navigation.posts-navigation {
  margin-top: 40px;
}

.btn {
  display: inline-block;
  background: var(--primary-color);
  /* width: 100%; */
  color: #fff;
  text-align: left;
  padding: 0 15px;
  font-size: 1.8rem;
}

/* .btn:hover {
	color: #000;
} */

.bichar .row-news {
  margin-top: 0;
}

.bichar .latestNews > a {
  height: 90px;
  width: 90px;
}

.bichar .latestNews > a img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.post-author a {
  color: #666;
}

.uk-section {
  padding: 30px 0;
}

.post-author {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.post-author .news--author {
  margin: 0;
}

.post-author .author {
  margin: 0;
}

.post-author .author a {
  color: var(--secondary-color);
  font-weight: bold;
}

.post-author .author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.post-author span {
  text-align: center;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #eee;
  font-weight: 600;
}

.single__author {
  font-size: 15px;
  font-weight: 500;
}

/* Breaking Section */
/* .breaking__container {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
  border-radius: 10px;
} */

.breaking__container {
  /* -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.breaking__news {
  text-align: center;
  margin-bottom: 35px;
}

.breaking__news:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdee8;
}

.breaking__news--title {
  font-family: "Mukta", sans-serif;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
  margin: 10px 0;
}

.post__meta {
  margin-bottom: 15px;
}

.post__meta a {
  display: inline-block;
}

.post__meta img {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  border: 1px dashed var(--primary--color);
}
.post__meta a,
.post__meta {
  font-size: 16px;
  font-weight: bold;
  color: #101010;
}

.post__meta {
  color: #101010;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.breaking__news .post__meta {
  font-size: 17px;
}

.post__meta span {
  color: #555;
  font-weight: bold;
}

.post__meta span:last-child {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #c4c4c4;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.breaking__section {
  margin-top: 30px;
}

.footer-logo {
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.footer-logo > a {
  display: inline-block;
}

.bg-light {
  background: #fcecec;
}

.bg-light .cat-name,
.bg-light .cat-head a.all {
  background: #fcecec;
}

.quick-links span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.sidebar-ads .gam-ad-position-wrap > div:first-child {
  margin-top: 0;
}
.gam-ad-position-wrap div {
  text-align: center;
  margin-bottom: 10px;
}
.gam-ad-position-wrap > div {
  margin-top: 20px;
}
.gam-ad-position-wrap div:last-child {
  margin-bottom: 0;
}

.ad-main-menu .gam-ad-position-wrap.home-after-main-menu > div {
  margin-bottom: 15px;
  margin-top: 0;
}
.gam-ad-position-wrap.single-sidebar > div {
  margin: 0;
  margin-bottom: 30px;
}

.mobile-view {
  display: none;
}
