/*!
Theme Name: tharuwan
Theme URI: https://www.genesiswtech.com/
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.com/
Description: This is a Online News Portal Site which is developed by Genesis Web Technology.
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: tharuwan
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.

tharuwan 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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css?family=Mukta:400,500,600");

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

* {
  box-sizing: border-box;
}

:root {
  --primary--color: #c00000;
  /* --secondary--color: #1e1e1e; */
  --arbitary-color: #74aada;
  /* --hover--color: #074091d6; */
  --title--color: #535353;
  --text--color: #202020;
  --border--color: #707070;
  --text-xlarge: 60px;
  --text-large: 30px;
  --text-mlarge: 50px;
  --text-medium: 25px;
  --text-small: 20px;
  --text-xsmall: 18px;
  --text-xxsmall: 16px;
  --font-family: "Mukta", sans-serif;
  --grid: grid;
  --border--color: #e5e5e5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

a:hover {
  text-decoration: none;
}

.mt-15 {
  margin: 15px auto;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 55px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.p-20 {
  padding: 25px;
}

.plr-10 {
  margin: 0 10px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 0 50px;
}

.m-250 {
  margin-bottom: 281px;
}

.news-title-xlarge {
  font-size: var(--text-xlarge);
}

.news-title-large {
  font-size: var(--text-large);
  margin: 0;
}

.news-title-mlarge {
  font-size: var(--text-mlarge);
  margin: 0;
}

.news-title-medium {
  font-size: var(--text-medium);
  margin: 0;
}

.news-title-small {
  font-size: var(--text-small);
  margin: 0;
}

.news-title-xsmall {
  font-size: var(--text-xsmall);
  margin: 0;
}

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

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

.thumbnail-news > p {
  font-size: var(--text-xsmall);
  margin: 5px 0 0 0;
}

/* .thumbnail-image {
  margin-bottom: 16px;
} */

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.uk-dates {
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
}

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

.navigation > div > div > ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.navigation > div > div > ul > li {
  padding: 12px 15px 8px 14px;
  list-style: none;
  position: relative;
}

.navigation > div > div > ul > li > a {
  color: #fff;
  font-size: var(--text-xsmall);
  font-weight: 500;
}

.navigation > div > div > ul > li:hover {
  background: #a60000;
}

.header-right {
  padding: 7px 15px 5px 14px;
  text-align: center;
  background: #a60000;
  position: absolute;
  right: 0;
  top: 0;
}

.header-right a {
  color: #fff;
  font-size: 23px;
  display: inline-block;
}

.site-navigation .current-menu-item {
  background: #a60000;
}

.responsive-nav-icon i {
  padding: 11px 13px 10px 12px;
  color: #fff;
  font-size: 25px;
}

.uk-offcanvas-bar {
  padding: 0;
  background: #a60000;
}

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

.uk-offcanvas-bar .sub-menu {
  margin: 0;
  padding: 0;
}

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

.uk-offcanvas-bar > div > ul > li > a,
.uk-offcanvas-bar .sub-menu > li > a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  display: block;
  line-height: 44px;
  color: #fff;
  padding: 0 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  border-top: 1px solid #0000001a;
}

.uk-offcanvas-bar > div > ul > li > a:hover,
.uk-offcanvas-bar .sub-menu > li > a:hover {
  background: #ffffff26;
}

.navigation > div > div > ul > li > ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 225px;
  background: var(--primary--color);
  visibility: hidden;
  transition: 0.3s linear;
  opacity: 0;
  z-index: 100;
}

.navigation > div > div > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
}

.sub-menu > li {
  list-style: none;
}

.sub-menu > li > a {
  font-size: 20px;
  display: block;
  line-height: 24px;
  padding: 9px 16px;
  color: #fff;
}

.sub-menu > li > a:hover {
  background: #a60000;
}

#offcanvas-reveal ul > li > span.uk-icon {
  width: 40px;
  line-height: 36px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 40px;
  text-align: center;
}

.uk-offcanvas-bar .sub-menu {
  background: #730101;
}
.uk-offcanvas-bar .sub-menu > li {
  list-style: none;
}

.uk-offcanvas-bar .sub-menu > li > a {
  font-size: 20px;
  display: block;
  line-height: 44px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
}

.search-form {
  max-width: 320px;
  z-index: 1;
  background: #a60000;
  width: 320px;
  padding: 20px 20px;
  margin: 0;
  left: auto !important;
  right: 0;
}

.uk-offcanvas-bar .sub-menu > li > a:hover {
  background: #ffffff26;
}

.author-wrapper {
  font-size: var(--text-small);
  color: #707070;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  margin-right: 15px;
}

.post-info .post-time {
  font-weight: 600;
  border-bottom: 1px solid #707070;
  vertical-align: middle;
}

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

.breaking-news p {
  line-height: 1.8;
  color: #333333e0;
  font-size: 23px;
  margin-bottom: 0;
}

.main-breaking-news {
  border-bottom: 1px solid #333;
  padding: 40px 0;
}

.main-breaking-news:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.breaking-news-short .thumbnail-news p {
  font-size: var(--text-xsmall);
}

/* .news-section .thumbnail-news {
  margin-top: 15px;
} */
/* 
.breaking-news-short {
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
} */

.news-item .sub-news-title {
  margin-top: 20px;
  display: block;
}

.news-head h3 {
  color: var(--title--color);
}

.news-head h3:before {
  content: "";
  width: 20px;
  height: 10px;
  background: var(--primary--color);
  display: block;
  margin-right: 10px;
}

.sub-news .sub-news-xsmall h3 a {
  color: #000;
}

.news-title small {
  display: block;
  margin-top: 10px;
}

.news-border h3 {
  position: relative;
}

.news-border h3:after {
  content: "";
  border-bottom: 3px solid var(--arbitary-color);
  display: block;
  width: 50%;
  position: absolute;
  right: 0;
}

.news-item-small:not(:last-child) > div {
  padding-bottom: 15px;
  border-bottom: 1px dotted #707070;
}

.news-item-small > div {
  display: flex;
}

.news-item-small .thumbnail-image {
  margin-right: 15px;
}

.news-short-link .news-item-small .thumbnail-image {
  flex: 8;
}

.news-short-link .news-item-small .thumbnail-news {
  flex: 8;
  margin: 0;
}

.news-item-small .thumbnail-news span:before {
  content: "";
  display: inline-block;
  background: #ff5e14;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.news-item-small .thumbnail-news span {
  margin-top: 5px;
  display: block;
}

.news-border-1 {
  border-bottom: 2px solid #74aada;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news-head a {
  font-size: 20px;
  color: #4d4d4d;
}

.btn-round:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #cc0000;
  color: #fff;
  border-radius: 50%;

  margin-left: 10px;
}

.news-row {
  background: #f1f1f1;
}

.news-row .thumbnail-image,
.news-row-2 .thumbnail-image {
  margin-right: 20px;
  width: 160px;
  height: 90px;
}

.news-row .thumbnail-image img,
.news-row-2 .thumbnail-image img {
  width: 100%;
  height: 100%;
}

.bg-grey {
  background: #cdcccc;
  padding: 20px;
}

.bg-light-grey {
  background: #f1f1f1;
}

.thumbnail-news.bg-grey {
  margin: 0;
}

.news-item-2 {
  display: flex;
}

.news-item-2:not(:first-child) {
  margin-bottom: 20px;
}

.news-row-2 .news-item-2 {
  margin: 20px 0 0 0;
}

.news-col-2 .news-item-2 .thumbnail-image,
.news-col .news-item-2 .thumbnail-image {
  margin-right: 15px;
}

.news-item-2 .thumbnail-image {
  object-fit: cover;
  height: 90px;
  width: 120px;
  margin-right: 15px;
  flex: 1;
}

.news-item-2 .thumbnail-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-2 .thumbnail-news {
  margin: 0;
  flex: 2;
}

.popular-news {
  background: #f2f2f3;
  padding: 15px;
}

.popular-news .popular-news-head h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary--color);
  margin-bottom: 20px;
}

.top-news {
  margin: 0;
  padding: 0;
  position: relative;
}

.top-news::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -2px;
  height: 1px;
  width: 100%;
  background-color: #b9b9b9;
  z-index: 1;
}

.top-news > li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  padding: 0 16px;
  font-size: 13px !important;
  text-transform: uppercase;
  line-height: 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: bold;
}

.uk-subnav > * > :first-child {
  color: #50505e;
}

.top-news .uk-active > a {
  color: #a60000;
}

.news-col-3 .thumbnail-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.88));
}

.news-col-3 .thumbnail-image a {
  height: 400px;
  display: block;
}

.news-col-3 .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-photos .news-col-3 .thumbnail-news {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}

.feature-photos .news-col-3 .sub-news-title h3 a {
  color: #fff;
}

.news-row-2 .thumbnail-news {
  margin: 0;
}

.news-col-4 {
  border-top: 1px solid #e5e5e5;
  padding: 30px;
  background: #ececec;
}

.news-col-4 .thumbnail-image img {
  width: 100%;
  height: 100%;
}

.thumbnail-image span {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.thumbnail-image span i {
  color: #fff;
  font-size: 40px;
}

.video-container iframe {
  width: 100%;
  height: 510px;
}

.video-content {
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: 100%;
  text-align: center;
  padding: 0 40px !important;
}

.uk-badges {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 12px;
  display: inline-block;
  line-height: initial;
  margin-bottom: 15px;
}

.video-content .thumbnail-news h3 a {
  color: #fff;
  font-size: 33px;
}

.news-row-3 .thumbnail-image {
  margin-right: 15px;
}

.news-row-3 .thumbnail-news span {
  font-size: 14px;
  margin-top: 20px;
  color: #707070;
}

.news-row-3 > div > div > div {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.news-row-3 > div > div:last-child > div {
  padding-bottom: 0;
  border-bottom: 0;
}

/* .news-col-1 .thumbnail-image {
  height: 125px;
} */

.news-col-1 .thumbnail-image img {
  width: 100%;
  height: 100%;
}

.post-desc {
  font-size: 12px;
  margin-top: 5px;
}

.logged-in-as a {
  color: #cc0000;
}

.post-desc > span {
  margin-right: 10px;
}

.post-name {
  margin-right: 10px;
  color: #cc0000;
}

.site-info {
  background: #e1e1e1;
}

.footer-logo {
  background: #c4c3c3;
  padding: 15px 0;
}

.footer-logo .socials a {
  background: #cac9c9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}

.comp-registration p {
  font-size: 15px;
  color: #000;
  margin: 0;
}

.comp-addresses a {
  display: block;
  color: #000;
  margin-top: 10px;
}

.comp-addresses a i {
  margin-right: 10px;
}

.footer-panel h3 {
  margin: 0;
}

.footer-panel ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.footer-panel ul li {
  list-style: none;
}

.footer-panel ul li a {
  color: #000;
  font-size: 16px;
}

.footer-panel ul li a:hover {
  color: var(--primary--color);
}

.copyright {
  background: #cecece;
  padding: 15px 0;
}

.copyright p,
.copyright a {
  color: #000;
  margin: 0;
}

.news-post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.blogs {
  margin-top: 30px;
}

.author {
  max-width: 100px;
  height: 100px;
  margin-right: 20px;
}

.author img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}

.comment {
  flex: 2;
}

.comment a {
  color: #707070;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.comment span {
  font-size: 11px;
  font-style: italic;
  color: var(--title--color);
}

.author-box {
  background: #f1f1f178;
  padding: 15px 29px;
  margin-bottom: 30px;
}

.author-time {
  margin-left: 11px;
  border-left: 1px solid #ccc;
  padding-left: 15px;
  color: #333;
}

.author-name a {
  color: #000;
  font-weight: 600;
}

.single-content {
  padding: 0 30px;
}

.single-content p {
  font-size: 20px;
  text-align: justify;
  color: var(--text--color);
  margin-bottom: 15px;
}

.facebook-comment {
  text-align: center;
}
.facebook-comment h1 {
  text-align: left;
  margin-bottom: 20px;
  color: #036;
  font-weight: 700;
}

#respond {
  background: #fbfbfb;
  padding: 30px;
  margin-top: 30px;
}

#respond #submit {
  background: #000;
  border: none;
  padding: 14px 22px;
  color: #fff;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
}

#respond p label {
  width: 100%;
  color: #000;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
/* Highlight active form field */

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
  font-family: "Raleway", sans-serif;
  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 3px 13px;
  margin: 5px 1px 3px 0px;
  width: 100%;
  border: 1px solid #dddddd;
}
#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 13px 13px 13px;
  margin: 5px 1px 3px 0px;
  width: 100%;
  border: 1px solid #dddddd;
}

.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-color: #f6f8fa;
  padding: 25px;
}

.comment-list > li article .comment-content {
  background: #fff;
  margin: 20px 0 0px 80px;
  padding: 25px;
  color: #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.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: #faa05a;
  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: bold;
  background: #036;
  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;
}
#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 2px solid rgba(81, 203, 238, 1);
}

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

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

.category-item-large .thumbnail-image img {
  width: 100%;
}

.category-item p {
  margin-bottom: 10px;
}

.category-item span {
  font-size: 14px;
}

.category-item-large,
.category-item-small {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.category-item-small:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.category-item-small .category-item {
  display: flex;
}

.category-item-small .category-item .thumbnail-image {
  width: 190px;
  object-fit: cover;
  flex: 1;
}

.category-item-small .category-item .thumbnail-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-item-small .category-item .thumbnail-news {
  flex: 4;
  margin-right: 15px;
}

.news-category {
  padding-bottom: 15px;
}

.cat-head {
  padding-bottom: 10px;
}

.related-tag {
  color: var(--text--color);
}

.related-tag a {
  color: var(--text--color);
}

.related-tag a:hover {
  text-decoration: underline;
}

.small-cap {
  display: flex;
  justify-content: center;
}

.page-numbers {
  font-size: 20px;
  margin-right: 10px;
  color: #000;
}

.page-numbers.current {
  width: 30px;
  display: block;
  height: 30px;
  background: var(--primary--color);
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.section-pages h1 {
  margin-bottom: 10px;
}

.section-pages .entry-content {
  padding: 20px;
}

.entry-content p {
  font-size: var(--text-small);
  line-height: 1.4;
  color: #707070;
}

.search-pages h2 {
  margin-bottom: 20px;
}

.sub-title h2 {
  font-weight: 400;
}

.entry-footer span {
  display: block;
}

.search-pages .news-item {
  margin-top: 25px;
}

.search-pages .thumbnail-image {
  margin-right: 15px;
  flex: 1;
}

.search-pages .thumbnail-news {
  height: 100%;
  flex: 2;
  margin: 0;
}

figure .thumbnail-image img {
  width: 100%;
}

.gallery {
  display: flex;
}

.gallery-item {
  margin: 0;
  margin-bottom: 40px;
}

.gallery-item:last-child {
  margin-right: 0;
}

.gallery-columns-2.gallery,
.gallery-columns-4.gallery,
.gallery-columns-5.gallery {
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-columns-2 img {
  width: 350px;
}

.gallery-columns-3 img {
  width: 250px;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
  margin-right: 20px;
}

.gallery-columns-5 img {
  width: 130px;
}

.gallery-columns-4 img {
  width: 168px;
}

.more-button {
  background: var(--primary--color);
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.lb-nav a.lb-prev {
  background-image: url(assets/image/prev.png);
}

.lb-nav a.lb-next {
  background-image: url(assets/image/next.png);
}

.lb-cancel {
  background-image: url(assets/image/loading.gif);
}

.more-button:hover {
  color: #fff;
}

.author-name img {
  width: 50px;
  margin-right: 10px;
}

.tharu-kinmel .news-col-3 .thumbnail-image::before {
  background-image: none;
}

.navigation > div > div > ul > li.menu-item-121454 {
  background: #583131;
}

.author-time i {
  margin: 0 0 0 5px;
}

.content-area svg {
  color: #000;
}

.news-item-3 .thumbnail-news,
.news-item-2 .thumbnail-news {
  margin-top: -6px;
}

.gam-ad-position-wrap > div {
  text-align: center;
  margin-bottom: 10px;
}


.gam-ad-position-wrap > div:last-child {
  margin-bottom: 0;
}

.site-branding .gam-ad-position-wrap > div {
  margin: 0;
}
.gam-ad-position-wrap.header-logo-right img {
  height: 100px;
}

@media (min-width: 1200px) {
  .single-content {
    padding: 0 70px;
  }
}

@media (max-width: 958px) {
  .video-content {
    padding: 32px 40px !important;
  }

  .news-item-small:not(:last-child) {
    border-bottom: 0;
  }

  .news-item-small:nth-child(even) {
    border-left: 1px dotted #707070;
  }
}

@media (max-width: 639px) {
  .news-row-3 .news-item .thumbnail-news p {
    display: none;
  }

  .news-col-4 .thumbnail-image img {
    height: 100%;
  }

  .category-item-small .category-item .thumbnail-image {
    flex: 3;
  }
}

@media (max-width: 525px) {
  .video-content {
    padding: 32px 27px !important;
  }

  .news-title-xlarge {
    font-size: var(--text-large);
  }

  .author-box {
    justify-content: center;
  }

  .author-name {
    margin-bottom: 15px;
  }

  .main-breaking-news .news-title-xlarge {
    font-size: 35px;
  }
}

@media (max-width: 505px) {
  .single-content {
    padding: 0;
  }

  .news-section {
    margin-top: 15px;
  }

  .border-bottom {
    padding-bottom: 5px;
  }

  .main-breaking-news {
    border-bottom: 1px solid #333;
    padding: 20px 0;
  }

  .main-breaking-news p {
    font-size: 20px;
  }
}

.latest-news .news-border-1 {
  margin: 0;
  padding-bottom: 10px;
}

.single-content {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
