/*!
Theme Name: KhabarPatrika
Theme URI: https://aquariusthemes.com/wordpress-themes/khabarpatrika/
Author: AquariusThemes
Author URI: https://aquariusthemes.com
Description: KhabarPatrika is a modern magazine theme with creative design and powerful features that lets you write articles and blog posts with ease. It uses the best clean SEO practices, responsive HTML5, and on top of that, it's fast, simple, and easy to use. Use the Customizer to add your own background, page layouts and more.
Version: 1.0.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: khabarpatrika
Tags: news, grid-layout, custom-colors, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-logo, footer-widgets, full-width-template, theme-options, 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 with others.

khabarpatrika is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

 html {
 	line-height: 1.15; /* 1 */
 	-webkit-text-size-adjust: 100%; /* 2 */
 }

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
 	margin: 0;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
 	font-size: 2em;
 	margin: 0.67em 0;
 }

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
 	box-sizing: content-box; /* 1 */
 	height: 0; /* 1 */
 	overflow: visible; /* 2 */
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 a {
 	background-color: transparent;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
 	border-bottom: none; /* 1 */
 	text-decoration: underline; /* 2 */
 	text-decoration: underline dotted; /* 2 */
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/**
 * Add the correct font size in all browsers.
 */

 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
 	border-style: none;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit; /* 1 */
 	font-size: 100%; /* 1 */
 	line-height: 1.15; /* 1 */
 	margin: 0; /* 2 */
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */

 fieldset {
 	padding: 0.35em 0.7778em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

 legend {
 	box-sizing: border-box; /* 1 */
 	color: inherit; /* 2 */
 	display: table; /* 1 */
 	max-width: 100%; /* 1 */
 	padding: 0; /* 3 */
 	white-space: normal; /* 1 */
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box; /* 1 */
 	padding: 0; /* 2 */
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
 	-webkit-appearance: textfield; /* 1 */
 	outline-offset: -2px; /* 2 */
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
 	-webkit-appearance: button; /* 1 */
 	font: inherit; /* 2 */
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */

 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
 	display: none;
 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #444444;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	color: #000000;
	clear: both;
}

h1 {
	font-size: 2.5em;
	line-height: 1.3;
}

h2 {
	font-size: 2.2223em;
	line-height: 1.3;
}

h3 {
	font-size: 1.9444em;
	margin-bottom: 0.7778em;
}

h4 {
	font-size: 1.6667em;
	margin-bottom: 0.7778em;
}

h5 {
	font-size: 1.2777em;
	margin-bottom: 0.8888em;
}

h6 {
	font-size: 1em;
	margin-bottom: 0.8888em;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 40px 0;
	font-family: 'Roboto Slab', serif;
	font-size: 1.3888em;
	color: #000;
	background-color: rgba(0,179,184,0.1);
	padding: 40px;
	position: relative;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(0,179,184,0.5)" d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z"></path></svg>');
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 40px 35px;
}

blockquote p {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: top;
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

table th, table td {
	font-size: 1em;
	font-weight: 400;
	padding: 10px 15px;
}

table th {
	background: #00b3b8;
	color: #fff;
}
table th a {
	color: #fff;	
}

table tr {
	background: rgba(0,0,0,0.02);
}

table tr:nth-child(2n) {
	background: rgba(0,0,0,0.05);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #00b3b8;
	color: #fff;
	font-size: 0.8888em;
	padding: 15px 30px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, 
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #ec306a;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #444;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	padding: 10px 15px;
	width: 100%;
	height: 50px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus, 
select:focus {
	color: #111;
	outline: none;
	box-shadow: none;
}

select {
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23777" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: calc(100% - 15px) 50%;
}

textarea {
	width: 100%;
	height: 150px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00b3b8;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}

a:hover, a:focus, a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

a:hover {
	color: #ec306a;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-links:before,
.comment-navigation .nav-links:after,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after,
.post-navigation .nav-links:before, 
.post-navigation .nav-links:after {
	content: "";
	display: table;
}

.comment-navigation .nav-links:after,
.posts-navigation .nav-links:after,
.post-navigation .nav-links:after {
	clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-left: 15px;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.at-container:before,
.at-container:after,
.site-content:before,
.site-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.at-container:after,
.site-content:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 60px;
	/* Make sure select elements fit in widgets. */
}

#secondary .widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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 0 0;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.7778em;
	color: #666;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*===========================
COMMON CSS
==========================*/
.custom-background .site {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.at-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.post-thumbnail {
	position: relative;
}

.post-thumbnail .category-links {
	position: absolute;
	top: 10px;
	left: 10px;
}

.post-thumbnail.no-image .category-links {
	position: static;
}

.post-thumbnail.no-image + .content-wrap {
	margin-top: 5px;
}

.category-links a {
	display: inline-block;
	background: #ec306a;
	color: #fff;
	font-size: 0.7778em;
	font-weight: 500;
	padding: 3px 10px;
	margin-right: 3px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.category-links a:hover {
	background: #00b3b8;
}

.site-content > .page-header, 
.woocommerce-page .site-content > .entry-header, 
.page .site-content > .entry-header {
	background: #f5f5f5;
	text-align: center;
	padding: 50px 0;
}

.sub-title {
	font-size: 1.1112em;
	text-transform: uppercase;
}

.page-title, 
.woocommerce-page .site-content > .entry-header .entry-title, 
.page .site-content > .entry-header .entry-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.2223em;
	font-weight: 700;
	line-height: 1.3;
}

.sub-title + .page-title {
	margin-top: 15px;
}

.section-title, .widget-title {
	margin-top: 0;
	margin-bottom: 40px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 1.3888em;
	position: relative;
	z-index: 1;
}

.section-title::before, 
.widget-title::before {
	content: "";
	background: rgba(0,179,184,0.2);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.section-title span, 
.widget-title span {
	display: inline-block;
	background: #fff;
	margin-left: 10px;
	padding: 0 10px;
}

.entry-title a {
	display: inline-block;
	color: #000;
}

.entry-title a:hover {
	color: #00b3b8;
}

.entry-meta > span {
	display: inline-block;
	position: relative;
	font-size: 0.8888em;
	color: #444;
	line-height: 1.4em;
	margin-right: 15px;
	padding-right: 15px;
}

.entry-meta > span:last-child {
	margin-right: 0;
	padding-right: 0;
}

.entry-meta > span::after {
	content: "|";
	position: absolute;
	top: 0;
	right: -3px;
}

.entry-meta > span:last-child::after {
	display: none;
}

.entry-meta > span a {
	color: #444;
	display: inline-block;
}

.entry-meta > span a:hover {
	color: #00b3b8;
}

section[class*="-section"] {
	margin-top: 60px;
	margin-bottom: 60px;
}

.readmore-button {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	background: #00b3b8;
	padding: 13px 30px;
}

.readmore-button:hover {
	background: #ec306a;
	color: #fff;
}

.widget .widget-title {
	margin-top: 0;
	font-size: 1.2223em;
	position: relative;
	z-index: 1;
	padding-left: 7px;
}

#secondary .widget .widget-title::before {
	content: "";
	background: rgba(0,179,184,0.2);
	height: 15px;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: -1;
}

#secondary .widget .widget-title span {
	background: #fff;
	padding: 0 10px;
	display: inline-block;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget ul li a {
	display: inline-block;
	color: #444;
}

.widget ul li a:hover {
	color: #00b3b8;
}

.widget ul li .post-date {
	font-size: 0.8888em;
	color: #777;
	font-style: italic;
	display: inline-block;
}

.widget ul li .post-date::before {
	content: "- ";
}

.widget_media_gallery .gallery-item {
	padding: 3px;
}

.post-edit-link {
	display: inline-block;
	background: #00b3b8;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 2px 10px;
}

.post-edit-link:hover {
	background: #ec306a;
	color: #fff;
}

/*============================
BACK TO TOP
============================*/
.back-to-top {
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #e5e5e5;
	position: fixed;
	bottom: 0;
	right: 10px;
	cursor: pointer;
	color: #333;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.back-to-top.active {
	bottom: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.back-to-top:hover {
	background: #ec306a;
	color: #fff;
}

/*======================= 
COMMENTS AREA 
=======================*/
.comments-area {
	background: #f5f5f5;
	margin-top: 60px;
	padding: 40px;
}

.comments-area .comment-reply-title, 
.comments-area .comments-title {
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 10px;
}

.comments-area .comment-reply-title small {
	padding-left: 10px;
	font-weight: 400;
}

.comments-area ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-area ol.comment-list {
	margin-top: 40px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

.comments-area ol.children {
	margin-left: 70px;
}

.comments-area ol li article {
	margin-bottom: 40px;
	position: relative;
	padding-left: 70px;
}

.comments-area ol li .comment-author img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
}

.comments-area ol li .comment-author a {
	color: #000;
	font-size: 1em;
	text-transform: capitalize;
}

.comments-area ol li .comment-author a:hover {
	color: #00b3b8;
}

.comments-area ol li article .says {
	display: none;
}

.comments-area ol li .comment-metadata a {
	font-size: 0.7778em;
	color: #444;
}

.comments-area ol li .comment-metadata a:hover {
	color: #00b3b8;
	text-decoration: underline;
}

.comments-area ol li article .comment-content {
	font-size: 0.875em;
}

.comments-area ol li .comment-content p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.comments-area ol li .comment-content p:last-child {
	margin-bottom: 0;
}

.comments-area ol li article .reply {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.875em;
	font-weight: 500;
	text-transform: uppercase;
}

.comments-area ol li article .reply a:hover {
	text-decoration: underline;
}

.comments-area ol li article .comment-awaiting-moderation {
	margin-top: 0;
	font-size: 0.875em;
	color: #00b3b8;
	margin-bottom: 0;
	font-style: italic;
}

.comments-area ol li.bypostauthor > article {
	border-left: 3px solid #00b3b8;
	padding: 20px 20px 20px 90px;
	background: #fff;
}

.comments-area ol li.bypostauthor > article img {
	left: 20px;
	top: 20px;
}

.comments-area ol li.bypostauthor > article .fn {
	color: #000;
	text-transform: capitalize;
}

.comments-area ol li.bypostauthor > article .reply {
	top: 20px;
	right: 20px;
}

.comments-area form p {
	margin-top: 0;
	margin-bottom: 20px;
}

.comments-area form p.comment-form-author, 
.comments-area form p.comment-form-email, 
.comments-area form p.comment-form-url {
	float: left;
	vertical-align: top;
	width: 31.33%;
	margin-right: 3%;
}

.comments-area form p.comment-form-url {
	margin-right: 0;
}

.comments-area form p.form-submit {
	margin-bottom: 0;
}

.comments-area form p input[type="text"], 
.comments-area form p input[type="email"], 
.comments-area form p input[type="url"], 
.comments-area form p textarea {
	font-size: 0.875em;
}

.comments-area form p.comment-form-cookies-consent {
	position: relative;
	display: table;
	clear: both;
}

.comments-area form input#wp-comment-cookies-consent {
	position: absolute;
	top: 8px;
	left: 0;
}

.comments-area form label:not([for="wp-comment-cookies-consent"]) {
	font-size: 0.778em;
	text-transform: uppercase;
	color: #000;
	display: block;
	margin-bottom: 5px;
}

.comments-area form label[for="wp-comment-cookies-consent"] {
	padding-left: 25px;
	cursor: pointer;
}

.comments-area form label[for="wp-comment-cookies-consent"]:hover {
	text-decoration: underline;
}

/*============================
SIDEBARS
============================*/
#primary {
	margin-top: 60px;
	margin-bottom: 60px;
}

.rightsidebar #primary {
	float: left;
	width: calc(100% - 350px);
	padding-right: 55px;
}

.leftsidebar #primary {
	float: right;
	width: calc(100% - 350px);
	padding-left: 55px;
}

.nosidebarcenter #primary {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#secondary {
	float: left;
	width: 350px;
	margin-bottom: 60px;
	margin-top: 60px;
}

/*==========================
PAGINATION
==========================*/
.loadmore-btn {
	text-align: center;
}

.loadmore-btn a {
	display: inline-block;
	background: #00b3b8;
	color: #fff;
	padding: 15px 35px;
	font-size: 0.8888em;
	text-transform: uppercase;
	font-weight: 500;
}

.loadmore-btn a:hover {
	background: #ec306a;
}

.loadmore-btn.disable a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
	background: #ec306a;
}

.loadmore-btn a svg {
	margin-right: 5px;
}

.pagination .nav-links {
	text-align: center;
}

.pagination .page-number {
	display: inline-block;
	width: 49px;
	height: 49px;
	border: 1px solid #00b3b8;
	text-align: center;
	line-height: 50px;
	background: #00b3b8;
	color: #fff;
	font-size: 1.1112em;
	vertical-align: middle;
	margin: 5px 1px;
}

.pagination .page-number.prev {
	float: left;
	width: auto;
	padding-left: 42px;
	padding-right: 20px;
	font-size: 0.8888em;
	text-transform: uppercase;
	margin-left: 0;
	position: relative;
}

.pagination .page-number.prev svg {
	position: absolute;
	top: 17px;
	left: 20px;
}

.pagination .page-number.next {
	float: right;
	width: auto;
	padding-left: 20px;
	padding-right: 42px;
	margin-right: 0;
	position: relative;
	font-size: 0.8888em;
	text-transform: uppercase;
}

.pagination .page-number.next svg {
	position: absolute;
	top: 17px;
	right: 20px;
}

.pagination .page-number:not(.page-dots):hover, 
.pagination .page-number.active {
	background: none;
	color: #00b3b8;
}

.site-main .posts-navigation {
	border-top: 3px solid rgba(0,0,0,0.1);
	padding-top: 20px;
	margin-bottom: 0;
}

.archive-classic .site-main article + .posts-navigation {
	border-top: 0;
	padding-top: 0;
}

.site-main .posts-navigation a {
	display: inline-block;
	background: #00b3b8;
	color: #fff;
	font-size: 0.7778em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 15px 30px 15px 50px;
	position: relative;
}

.site-main .posts-navigation .nav-next a {
	padding-left: 30px;
	padding-right: 50px;
}

.site-main .posts-navigation a:hover {
	background: #ec306a;
}

.site-main .posts-navigation a::before, 
.site-main .posts-navigation a::after {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 18px;
	left: 35px;
}

.site-main .posts-navigation a::before {
	left: 29px;
	opacity: 0.75;
}

.site-main .posts-navigation .nav-next a::before, 
.site-main .posts-navigation .nav-next a::after {
	left: auto;
	right: 35px;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
	background-position: right;
}

.site-main .posts-navigation .nav-next a::before {
	left: auto;
	right: 29px;
}

.page-links {
	margin-top: 30px;
	display: table;
	width: 100%;
	clear: both;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 20px;
}

.page-links .post-page-numbers {
	display: inline-block;
	position: relative;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border-right: 1px solid #ddd;
}

/*==========================
TOP HEADER SECTION
==========================*/
.top-header {
	background: #000;
}

.top-header .at-container {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.top-header .widget-title {
	display: none;
}

.top-header-left {
	display: flex;
	color: #fff;
	flex: auto;
	font-size: 0.7778em;
}

.top-header-right {
	display: flex;
	flex: auto;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.top-header .header-social {
	padding-right: 15px;
}

.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-list li {
	display: inline-block;
	vertical-align: middle;
}

.social-list li a {
	width: 35px;
	display: inline-block;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.social-list li a:hover {
	color: #00b3b8;
}

.header-search {
	position: relative;
	height: 50px;
	line-height: 50px;
}

.header-social + .header-search {
	border-left: 1px solid rgba(255,255,255,0.4);
}

.header-search .search-btn {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	width: 35px;
	text-align: right;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}

.header-search .search-btn:hover {
	color: #00b3b8;
}

.header-search .search-form-wrap {
	position: absolute;
	top: 100%;
	right: 0;
	background: #f5f5f5;
	width: 320px;
	padding: 20px;
	display: none;
	z-index: 9999;
}

.search-form {
	border: 1px solid rgba(0,0,0,0.1);
	display: flex;
	flex-flow: row wrap;
	flex: 1;
}

.search-form label {
	width: calc(100% - 40px);
}

.search-form input.search-field {
	border: none;
	border-radius: 0;
	height: 50px;
	padding: 10px 15px;
	font-size: 0.8888em;
	background: none;
}

.search-form .search-submit {
	width: 40px;
	height: 50px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23999" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	text-indent: 50px;
	overflow: hidden;
}

.search-form .search-submit:hover {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

/*=========================
WIDGET SOCIAL ICON
=========================*/
#secondary .khabarpatrika_social_icons .widget-social-icons li, 
.site-footer .khabarpatrika_social_icons .widget-social-icons li {
	display: inline-block;
	margin: 3px 0;
	font-size: 1.1112em;
}

#secondary .khabarpatrika_social_icons .widget-social-icons li a, 
.site-footer .khabarpatrika_social_icons .widget-social-icons li a {
	width: 54px;
	height: 54px;
	background: #eee;
	text-align: center;
	line-height: 54px;
}

.site-footer .khabarpatrika_social_icons .widget-social-icons li a {
	background: rgba(255,255,255,0.1);
}

#secondary .khabarpatrika_social_icons .widget-social-icons li a:hover, 
.site-footer .khabarpatrika_social_icons .widget-social-icons li a:hover {
	background: #00b3b8;
	color: #fff;
}

/*=========================
MAIN HEADER SECTION
=========================*/
.main-header {
	padding: 25px 0;
}

.main-header .at-container {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	align-items: center;
}

.site-branding {
	display: flex;
	flex: 1;
	align-items: center;
}

.has-text-img .site-logo {
	width: 80px;
}

.has-text-img .site-title-wrap {
	padding-left: 20px;
}

.site-title {
	margin: 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 2.2223em;
	line-height: 1.3em;
}

.site-title a {
	color: #000;
}

.site-description {
	margin: 0;
	font-size: 1.112em;
	color: #444;
}

.main-header .header-adv {
	display: flex;
}

/*===============================
NAV WRAP SECTION
===============================*/
.nav-wrap {
	background: #00b3b8;
}

.main-navigation .toggle-button {
	display: none;
}

.main-navigation .btn-close, 
.main-navigation ul li .submenu-toggle {
	display: none;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul li {
	display: inline-block;
	position: relative;
	font-size: 1em;
}

.main-navigation ul li a {
	display: inline-block;
	color: #fff;
	padding: 20px 30px;
}

.main-navigation ul li:hover > a, 
.main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.current_page_item > a {
	background: rgba(0,0,0,0.1);
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #00b3b8;
	width: 250px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}

.main-navigation ul li:hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.main-navigation ul ul li {
	font-size: 1em;
	display: block;
}

.main-navigation ul ul li a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
}


/*=========================
NEWS TICKER SECTION
==========================*/
.news-ticker-section .ticker-container {
	background: none;
	height: 40px;
	margin: 20px 0;
	color: #444;
	font-size: 1em;
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.news-ticker-section .ticker-container .ticker-caption {
	background: none;
	text-align: left;
	font-size: 0.8888em;
	text-transform: capitalize;
	font-family: 'Roboto Slab', serif;
	width: auto;
	max-width: 20%;
	position: static;
	display: flex;
	flex-direction: column;
}

.news-ticker-section .ticker-container .ticker-caption p {
	font-weight: 400;
	text-align: center;
	padding: 0 20px;
	background: #ec306a;
	display: flex;
	color: #fff;
	height: 40px;
	margin: 0;
	flex-direction: column;
	justify-content: center;
}

.news-ticker-section .ticker-slider-wrap {
	max-width: 80%;
	display: flex;
	padding-left: 30px;
	height: 40px;
	flex: 1;
	justify-content: center;
	flex-direction: column;
}

.news-ticker-section .ticker-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-ticker-section .ticker-container ul div {
	left: 0;
}

.news-ticker-section .ticker-container ul div li {
	width: 100% !important;
	height: 100% !important;
}

.news-ticker-section .news-ticker-title {
	margin: 0;
	font-weight: 400;
	font-size: 0.8888em;
	display: inline-block;
	vertical-align: middle;
}

.news-ticker-section .news-ticker-title a {
	color: #444;
}

.news-ticker-section .news-ticker-title a:hover {
	color: #00b3b8;
}

.news-ticker-section .posted-on {
	display: inline-block;
	padding-left: 5px;
	font-size: 0.7778em;
	font-style: italic;
}

.news-ticker-section .posted-on a {
	color: #00b3b8;
}

.news-ticker-section .posted-on a:hover {
	color: #ec306a;
}

.news-ticker-section .posted-on a::before {
	content: "-";
}

/*=========================
BANNER SECTION
=========================*/
section.banner-section {
	margin-top: 0;
	margin-bottom: 60px;
}

.banner-section .banner-slider {
	float: left;
	width: calc(100% - 350px);
	padding-right: 55px;
}

.banner-section .latest-news-block {
	width: 350px;
	float: left;
}

#secondary .banner-section .banner-slider, 
.site-footer .banner-section .banner-slider {
	float: none;
	width: 100%;
	padding-right: 0;
	margin-bottom: 40px;
}

#secondary .banner-section .latest-news-block, 
.site-footer .banner-section .latest-news-block {
	float: none;
	width: 100%;
}

/*===========================
BANNER SLIDER
===========================*/
.banner-slider .slick-slide > div {
	line-height: 0;
}

.banner-slider-wrap .slider-item {
	position: relative;
}

.banner-slider-wrap .slider-item .category-links {
	position: absolute;
	top: 10px;
	left: 20px;
}

.banner-slider-wrap .slider-item .category-links a {
	line-height: 1.6;
}

.banner-slider-wrap .banner-caption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 650px;
}

.banner-slider-wrap .banner-caption .banner-title {
	margin: 0;
	font-size: 1.6667em;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}

.banner-slider-wrap .banner-caption a {
	background: #00b3b8;
	color: #fff;
	display: inline;
	line-height: 1.75;
	padding: 5px;
}
.banner-slider-wrap .banner-caption a:hover {
	background: rgba(0,179,184,0.7);
}

.banner-slider-nav {
	margin-right: -5px;
}

.banner-slider-nav .slider-nav-item {
	padding-top: 5px;
	padding-right: 5px;
	cursor: pointer;
	position: relative;
}

.banner-slider-nav .slider-nav-item::before {
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 5px;
	left: 0;
	right: 5px;
	bottom: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.banner-slider-nav .slick-current .slider-nav-item::before {
	background: none;
}

.banner-slider .slick-arrow {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: none;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0;
	text-align: center;
	line-height: 35px;
	text-indent: 45px;
	overflow: hidden;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-slider .banner-slider-nav:hover .slick-arrow.slick-prev {
	left: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.banner-slider .slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.banner-slider .banner-slider-nav:hover .slick-arrow.slick-next {
	right: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.banner-slider .slick-arrow:hover {
	background: rgba(255,255,255,0.75);
}

.banner-slider .slick-arrow::before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23000" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"></path></svg>');
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 10px;
	height: 20px;
}

.banner-slider .slick-arrow.slick-next::before {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23000" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
}

#secondary .banner-slider-wrap .banner-caption, 
.site-footer .banner-slider-wrap .banner-caption {
	left: 10px;
	bottom: 10px;
}

#secondary .banner-slider-wrap .banner-caption .banner-title, 
.site-footer .banner-slider-wrap .banner-caption .banner-title {
	font-size: 1.1112em;
}

#secondary .banner-slider-wrap .banner-caption a, 
.site-footer .banner-slider-wrap .banner-caption a {
	padding: 3px;
}

/*=============================
LATEST NEWS BLOCK
=============================*/
.latest-news-block article {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}

.latest-news-block article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.latest-news-block article .post-thumbnail {
	width: 95px;
	margin: 0;
}

.latest-news-block article .post-thumbnail + .entry-header {
	width: calc(100% - 95px);
	padding-left: 20px;
}

.latest-news-block article .entry-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.8888em;
	line-height: 1.4em;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}

/*=============================
FEATURED NEWS SECTION
=============================*/
section.featured-news-section {
	margin-bottom: 30px;
}

.featured-news-section .post-wrap {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	margin-left: -1.5%;
	margin-right: -1.5%;
}

.featured-news-section article {
	width: 30.33%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 30px;
}

.featured-news-section article:not(:first-child) .entry-content {
	display: none;
}

.featured-news-section article:not(:first-child) .content-wrap {
	margin-top: 20px;
}

.featured-news-section article:not(:first-child) .entry-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.112em;
}

.featured-news-section article:first-child {
	width: 100%;
	margin-bottom: 50px;
}

.featured-news-section article:first-child .post-thumbnail {
	display: inline-block;
	width: 450px;
	vertical-align: top;
}

.featured-news-section article:first-child .content-wrap {
	display: inline-block;
	width: calc(100% - 455px);
	vertical-align: top;
	padding-left: 35px;
}

.featured-news-section article:first-child .entry-title {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1.3888em;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	line-height: 1.5;
}

.featured-news-section article:first-child .entry-content {
	margin-top: 20px;
	color: #444;
}

.featured-news-section article:first-child .entry-content p {
	margin-top: 0;
	margin-bottom: 20px;
}

#secondary .featured-news-section .post-wrap, 
.site-footer .featured-news-section .post-wrap {
	margin-left: 0;
	margin-right: 0;
	display: block;
}

#secondary .featured-news-section article, 
.site-footer .featured-news-section article {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}

#secondary .featured-news-section article:first-child .post-thumbnail, 
.site-footer .featured-news-section article:first-child .post-thumbnail {
	width: 100%;
	margin-bottom: 30px;
}

#secondary .featured-news-section article:first-child .content-wrap, 
.site-footer .featured-news-section article:first-child .content-wrap {
	width: 100%;
	padding-left: 0;
}

/*==========================
VIDEO NEWS SECTION
==========================*/
section.video-news-section {
	margin-top: 0;
	margin-bottom: 0;
	background: #f9f9f9;
	padding: 60px 0;
}

.video-news-section .section-title span {
	background: #f9f9f9;
}

.video-news-section .post-wrap {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}

.video-news-section .has-two-post {
	width: 28.3%;
}

.video-news-section .has-single-post {
	width: 43.4%;
}

.video-news-section article {
	padding: 2px;
}

.video-news-section article .post-thumbnail {
	position: relative;
}

.video-news-section article .post-format {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	background: rgba(0,0,0,0.3);
	text-align: center;
	line-height: 35px;
	color: #fff;
	text-shadow: 0 3px 5px rgba(0,0,0,0.2);
	border-radius: 100%;
	font-size: 0.8888em;
}

.video-news-section article .entry-header {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.75) 80%);
	background: -moz-linear-gradient(transparent, rgba(0,0,0,0.75) 80%);
	background: -ms-linear-gradient(transparent, rgba(0,0,0,0.75) 80%);
	background: -o-linear-gradient(transparent, rgba(0,0,0,0.75) 80%);
	background: linear-gradient(transparent, rgba(0,0,0,0.75) 80%);
	padding: 40px 20px 20px 20px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.video-news-section article:hover .entry-header {
	padding-bottom: 30px;
}

.video-news-section article .entry-title {
	margin: 0 0 5px 0;
	font-size: 1.112em;
}

.video-news-section .has-single-post article .entry-title {
	font-size: 1.6667em;
	line-height: 1.3;
}

.video-news-section article .entry-title a, 
.video-news-section .entry-meta > span, 
.video-news-section .entry-meta > span a {
	color: #fff;
}

.video-news-section article .entry-title a:hover, 
.video-news-section .entry-meta > span a:hover {
	color: rgba(255,255,255,0.7);
	text-decoration: underline;
}

#secondary .video-news-section .post-wrap, 
.site-footer .video-news-section .post-wrap {
	flex-direction: column;
}

#secondary .video-news-section .has-two-post, 
.site-footer .video-news-section .has-two-post, 
#secondary .video-news-section .has-single-post, 
.site-footer .video-news-section .has-single-post {
	width: 100%;
}

/*===========================
MASONRY POST SECTION
===========================*/
#primary section.masonry-post-section {
	margin: 0;
}

.masonry-post-section .post-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

.masonry-post-section .post-wrap article {
	float: left;
	width: 50%;
	padding: 0 15px 50px 15px;
	margin-bottom: 0;
	text-align: justify;
}

.masonry-post-section .post-wrap .content-wrap {
	margin-top: 25px;
}

.masonry-post-section .post-wrap .entry-title {
	font-size: 1.112em;
	margin-top: 0;
	margin-bottom: 5px;
}

.masonry-post-section .post-wrap .entry-content {
	margin-top: 20px;
}

.masonry-post-section .post-wrap .entry-content p {
	margin-top: 0;
	margin-bottom: 20px;
}

.masonry-post-section .post-wrap .entry-content p:last-child {
	margin-bottom: 0;
}

/*===========================
SLIDER POST SECTION
===========================*/
.slider-post-section .post-wrap {
	padding-left: 75px;
	padding-right: 75px;
}

.slider-post-section .post-wrap article {
	padding-right: 15px;
	padding-left: 15px;
}

.slider-post-section .post-wrap .content-wrap {
	margin-top: 20px;
}

.slider-post-section .post-wrap .entry-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1em;
}

.slider-post-section .post-wrap .entry-meta > span {
	font-size: 0.7778em;
	margin-right: 10px;
	padding-right: 10px;
}

.slider-post-section .post-wrap .slick-arrow {
	position: absolute;
	top: 50%;
	left: 10px;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	border-radius: 0;
	transform-origin: center;
	background: #00b3b8;
	color: #fff;
	text-indent: 50px;
	overflow: hidden;
	z-index: 99;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.slider-post-section .post-wrap .slick-next {
	left: auto;
	right: 10px;
}

.slider-post-section .post-wrap .slick-arrow:hover {
	background: #ec306a;
}

.slider-post-section .post-wrap .slick-arrow::before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
	background-repeat: no-repeat;
	width: 15px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slider-post-section .post-wrap .slick-next::before {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
	width: 11px;
}

/*==========================
TWITTER SECTION
==========================*/
section.twitter-section {
	margin-top: 0;
	margin-bottom: 0;
	padding: 60px 0;
	background: #f5f5f5;
}

.twitter-section .section-title span {
	background: #f5f5f5;
}

/*==========================
SITE FOOTER SECTION
==========================*/
.top-footer {
	background: #222;
	padding-top: 60px;
}

.top-footer .at-container {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}

.top-footer .footer-column {
	width: 31.33%;
	margin-right: 3%;
}

.top-footer .footer-column:nth-child(3n) {
	margin-right: 0;
}

.top-footer .widget .widget-title {
	color: #e5e5e5;
}

.top-footer .widget .widget-title:before {
	display: none;
}

.top-footer .widget .widget-title span {
	background: none;
	margin-left: 0;
	padding: 0;
}

.bottom-footer .widget-title {
	display: none;
}

.site-footer .widget_about_author .widget-text-wrap, 
.site-footer .widget_text .textwidget, 
.site-footer .widget ul li a, 
.site-footer .widget ul li {
	color: #fff;
}

.site-footer .widget ul li a:hover {
	color: #00b3b8;
}

.bottom-footer {
	background: #141414;
	padding: 30px 0;
	color: #fff;
}

.bottom-footer .khabarpatrika_social_icons .widget-social-icons li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
}

.bottom-footer a {
	color: #fff;
}

.bottom-footer a:hover {
	color: #00b3b8;
}

.bottom-footer .at-container {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	align-items: center;
}

.bottom-footer .copyright, 
.bottom-footer .privacy-policy {
	width: 50%;
}

.bottom-footer .privacy-policy {
	text-align: right;
}

/*==========================
COMMON WIDGETS CSS
==========================*/
.widget_recent_entries ul li, 
.widget_recent_comments ul li, 
.widget_meta ul li, 
.widget_pages ul li, 
.widget_nav_menu ul li {
	padding-left: 25px;
}

.widget_recent_entries ul li::before, 
.widget_recent_comments ul li:before, 
.widget_meta ul li:before, 
.widget_pages ul li:before, 
.widget_nav_menu ul li:before {
	content: "";
	background: rgba(0,179,184,0.5);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

.widget ul .sub-menu {
	margin-top: 20px;
}

/*=========================
WIDGET TAG CLOUD
=========================*/
.tagcloud a {
	display: inline-block;
	font-size: 0.8888em !important;
	color: #444;
	background: #eee;
	padding: 10px 25px;
	margin-right: 2px;
	margin-bottom: 5px;
}

.tagcloud a:hover {
	background: #00b3b8;
	color: #fff;
}

/*===========================
WIDGET CALENDAR
===========================*/
.widget_calendar table {
	text-align: center;
	margin-bottom: 0;
	color: #fff;
}

.widget_calendar table th, 
.widget_calendar table td {
	padding-left: 0;
	padding-right: 0;
}

.widget_calendar table td#today {
	background: rgba(0,0,0,0.1);
}

/*============================
WIDGET ARCHIVE
============================*/
.widget_archive ul li {
	padding-left: 30px;
}

.widget_archive ul li::before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(0,179,184,0.5)" d="M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z"></path></svg>');
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
	width: 15px;
	height: 15px;
}

/*============================
WIDGET CATEGORY
============================*/
.widget_categories ul li {
	padding-left: 30px;
}

.widget_categories ul li::before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(0,179,184,0.5)" d="M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z"></path></svg>');
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
	width: 15px;
	height: 15px;
}

/*==========================
WIDGET ABOUT AUTHOR
==========================*/
.widget_about_author .author-social {
	margin-top: 20px;
}

.widget_about_author .author-social ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 1px 0 1px;
}

.widget_about_author .author-social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(255,255,255,0.1);
}

.widget_about_author .author-social ul li a:hover {
	background: #00b3b8;
	color: #fff;
}

/*===============================
LIST & LIST ALTERNATE LAYOUT
===============================*/
.list-alternate .site-main article, 
.list-view .site-main article {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.list-alternate .site-main article:nth-child(2n) {
	flex-direction: row-reverse;
}

.list-alternate .site-main .post-thumbnail, 
.list-view .site-main .post-thumbnail {
	width: 350px;
}

.list-alternate .site-main .content-wrap, 
.list-view .site-main .content-wrap {
	width: calc(100% - 350px);
	padding-left: 30px;
}

.list-alternate .site-main article:nth-child(2n) .content-wrap {
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}

.list-alternate .site-main .entry-title, 
.list-view .site-main .entry-title {
	margin-top: 5px;
	font-size: 1.1112em;
	margin-bottom: 0;
}

.site-main .entry-content {
	margin-top: 20px;
}

.site-main .entry-content p {
	margin-top: 0;
	margin-bottom: 20px;
}

.site-main .entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.site-main .readmore-button {
	background: none;
	color: #00b3b8;
	padding: 0 25px 0 0;
	font-size: 0.8888em;
	font-weight: 700;
	letter-spacing: 0.6px;
	position: relative;
}

.site-main .readmore-button:hover {
	color: #ec306a;
}

.site-main .readmore-button svg {
	position: absolute;
	top: 7px;
	right: 0;
}

/*===========================
FULL IMG GRID LAYOUT
===========================*/
.archive-classic .site-main article {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.archive-classic .site-main .entry-title {
	margin-top: 10px;
	font-size: 1.3888em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.3;
}

.archive-classic .site-main .entry-meta {
	margin-bottom: 40px;
}

.archive-classic .site-main .entry-content, 
.archive-classic .site-main .entry-summary {
	margin-top: 40px;
}

.entry-footer > span::after {
	margin-right: 15px;
	content: "|";
	margin-left: 15px;
}

.entry-footer > span:last-child::after {
	display: none;
}

/*==========================
GRID VIEW
==========================*/
.archive-grid .site-main {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.archive-grid .site-main article {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.archive-grid:not(.full-width) .site-main article {
	width: 48%;
	margin-right: 3.5%;
}

.archive-grid:not(.full-width) .site-main article:nth-child(2n) {
	margin-right: 0;
}

.archive-grid.full-width .site-main article {
	width: 31.33%;
	margin-right: 3%;
}

.archive-grid.full-width .site-main article:nth-child(3n) {
	margin-right: 0;
}

.archive-grid .site-main .entry-title {
	font-size: 1.1112em;
	margin-top: 10px;
	margin-bottom: 5px;
}

.archive-grid .site-main .entry-meta {
	margin-bottom: 30px;
}

.archive-grid .site-main .entry-content {
	margin-top: 30px;
}

.archive-grid .site-main article .entry-footer > span {
	font-size: 0.7778em;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(0,0,0,0.3);
}

.archive-grid .site-main article .entry-footer > span:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.archive-grid .site-main article .entry-footer > span:not(.edit-link) a {
	color: #676767;
}

.archive-grid .site-main article .entry-footer > span:not(.edit-link) a:hover {
	color: #00b3b8;
}

/*==========================
SEARCH PAGE
==========================*/
.search .page-header .sub-title {
	margin-bottom: 10px;
	display: inline-block;
}

.search .page-header .search-form {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-width: 5px;
}

.search .page-header .search-form .search-field {
	padding-left: 0;
	font-size: 1.9444em;
	color: #000;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	height: 60px;
}

.search .page-header .search-form .search-submit {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
	background-size: 25px;
}

.search .page-header .search-form .search-submit:hover {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2300b3b8" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
}

.search-no-results .site-main .entry-title {
	margin-top: 0;
	font-size: 2em;
}

/*=========================
ERROR 404 PAGE
=========================*/
.error404 .error-404 {
	text-align: center;
}

.error404 .error-num {
	font-size: 20em;
	line-height: 1;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	color: rgba(0,179,184,0.35);
	text-align: center;
}

.error404 .error-404 .page-content p {
	font-size: 1.2223em;
	line-height: 1.8;
	max-width: 765px;
	margin-left: auto;
	margin-right: auto;
}

.error404 .site-main .button-wrap {
	margin-top: 60px;
}

.error404 .site-main .readmore-button {
	background: #00b3b8;
	color: #fff;
	padding: 15px 30px;
	font-weight: 400;
}

.error404 .site-main .readmore-button:hover {
	background: #ec306a;
}

.error404 .site-main .search-form {
	max-width: 540px;
	margin: 60px auto 0 auto;
	border-width: 3px;
}

.error404 .site-main .search-form .search-field {
	height: 60px;
	font-size: 1.1112em;
}

.error404 .site-main .search-form .search-submit {
	height: 60px;
}

.error404 .widget-holder {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 60px;
	padding-top: 60px;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	text-align: left;
	align-items: flex-start;
}

.error404 .widget-holder .widget {
	width: 31.33%;
	margin-right: 3%;
}

.error404 .widget-holder .widget:nth-child(3n) {
	margin-right: 0;
}

.error404 .widget-holder .widget .widgettitle {
	margin-top: 0;
	font-size: 1em;
	margin-bottom: 40px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	position: relative;
	z-index: 1;
	padding-left: 7px;
}

.error404 .widget-holder .widget .widgettitle::before {
	content: "";
	background: rgba(0,179,184,0.2);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.error404 .widget-holder .widget .widgettitle span {
	display: inline-block;
	background: #fff;
	margin-left: 10px;
	padding: 0 10px;
}

.error404 .widget-holder .widget ul li, 
.error404 .widget-holder .widget p, 
.error404 .widget-holder .widget select {
	font-size: 0.8888em;
}

/*==============================
RECOMMENDED ARTICLE
==============================*/
.khabarpatrika-related-section-wrapper {
	margin-top: 60px;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-related-title {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 1.3888em;
	position: relative;
	z-index: 1;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-related-title:before {
	content: "";
	background: rgba(0,179,184,0.2);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-related-title span {
	display: inline-block;
	background: #fff;
	margin-left: 10px;
	padding: 0 10px;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-related-posts-wrap {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-single-post {
	width: 48.33%;
	margin-right: 3%;
	margin-top: 40px;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-single-post:nth-child(2n) {
	margin-right: 0;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-single-post .khabarpatrika-post-content {
	margin-top: 20px;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-single-post .khabarpatrika-post-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.1112em;
	line-height: 1.4;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-single-post .khabarpatrika-post-title a {
	color: #000;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-single-post .khabarpatrika-post-title a:hover {
	color: #00b3b8;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-post-meta > span {
	margin-right: 10px;
	padding-right: 12px;
	display: inline-block;
	position: relative;
	font-size: 0.8888em;
	color: #444;
	line-height: 1.4em;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-post-meta > span:last-child {
	margin-right: 0;
	padding-right: 0;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-post-meta > span a {
	color: #444;
	display: inline-block;
}

.khabarpatrika-related-section-wrapper .khabarpatrika-post-meta > span a:hover {
	color: #00b3b8;
}

/*============================
SINGLE POST PAGE
============================*/
.single .site-content .page-header.entry-header .entry-title {
	font-size: 2.2223em;
	line-height: 1.3;
	max-width: 800px;
	margin: 10px auto;
}

.single .site-content .page-header.entry-header .entry-meta, 
.single .site-main .entry-content p {
	margin-bottom: 40px;
}

.single .site-main .entry-content {
	margin-top: 40px;
}

.dropcap {
	font-size: 5.5555em;
	font-weight: 700;
	color: #000;
	float: left;
	line-height: 0.8;
	display: inline-block;
	padding-right: 10px;
}

.single .site-main .entry-content blockquote p {
	margin-bottom: 0;
}

.single .site-main .entry-content ul {
	margin: 1.5em 0;
	padding: 0;
}
.single .site-main .entry-content ul ul {
	margin-left: 20px;
}
.single .site-main .entry-content ol ol {
	margin-left: 0;
	margin-bottom: 0;
}
.single .site-main .entry-content ul li {
	display: block;
	margin-bottom: 15px;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23444" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"></path></svg>');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 0 8px;
	padding-left: 22px;
}
.single .site-main .entry-content ol li {
	margin-bottom: 15px;
}
.single .site-main .entry-content ul li:last-child, 
.single .site-main .entry-content ol li:last-child {
	margin-bottom: 0;
}

.single .site-main .entry-content ul.wp-block-gallery li, 
.single .site-main .entry-content ol.wp-block-gallery li {
	background: none;
	padding-left: 0;
}
.single .site-main .entry-footer {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	margin-top: 40px;
}
.single .site-main .entry-footer > span {
	display: inline-block;
	margin-right: 30px;
	display: inline-block;
	font-size: 0.8888em;
}

.single .site-main .entry-footer > span:last-child {
	margin-right: 0;
}

.single .site-main .entry-footer > span.tags-links a:first-child {
	margin-left: 10px;
}

.single .post-navigation {
	margin-top: 60px;
}

.single .post-navigation a {
	color: #000;
	display: inline-block;
	font-size: 1.1112em;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}

.single .post-navigation a span {
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-left: 25px;
	font-family: 'Fira Sans', sans-serif;
	color: #444;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}

.single .post-navigation .nav-next a span {
	padding-left: 0;
	padding-right: 25px;
}

.single .post-navigation a:hover span {
	color: #00b3b8;
}

.single .post-navigation a span svg {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 20px;
}

.single .post-navigation .nav-next a span svg {
	left: auto;
	right: 0;
}

/*========================
AUTHOR BLOCK SECTION
========================*/
.author-block {
	margin-top: 60px;
	background: rgba(0,179,184,0.1);
	padding: 40px;
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}

.author-block .author-img {
	width: 200px;
	height: 200px;
	border: 8px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.author-block .author-info-wrap {
	width: calc(100% - 200px);
	padding-left: 30px;
}

.author-block .author-info-wrap .author-name {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.1112em;
}

.author-block .author-info {
	font-size: 0.8888em;
	line-height: 1.8;
}

.author-block .social-list li a {
	color: #444;
	text-align: left;
}

.author-block .social-list li a:hover {
	color: #00b3b8;
}

/*===============================
WOOCOMMERCE STYLESHEET
===============================*/
.site-main .woocommerce .woocommerce-result-count {
	margin-top: 10px;
}

.woocommerce .products ul, 
.woocommerce ul.products {
	padding-top: 40px;
}

.woocommerce span.onsale {
	background-color: #00b3b8;
	font-weight: 400;
	text-transform: uppercase;
	min-height: 3em;
	line-height: 3;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce ul.products li.product .price {
	font-size: 1em;
	color: #00b3b8;
}

.woocommerce ul.products li.product .price ins {
	font-weight: 400;
}

.woocommerce ul.products li.product .price del + ins {
	margin-left: 5px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	font-weight: 400;
	font-size: 0.8888em;
	text-transform: uppercase;
	display: block;
	border-radius: 0;
	padding: 12px 25px;
	line-height: 1.3;
	background: #00b3b8;
	color: #fff;
	border: 1px solid #00b3b8;
	min-height: 50px;
	text-align: center;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: transparent;
	color: #00b3b8;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled], 
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover {
	background-color: transparent;
	color: #00b3b8;
}

.woocommerce .cart button[name="update_cart"] {
	float: right;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	padding: 12px 25px;
	font-size: 0.8888em;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #00b3b8;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: transparent;
	color: #00b3b8;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 10px 15px;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
	width: 250px;
}

#order_review_heading {
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.woocommerce-billing-fields h3, 
.woocommerce-additional-fields h3, 
#order_review_heading {
	font-size: 1.1112em;
	margin-top: 0;
}

.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
	font-size: 0.8888em;
	margin-bottom: 5px;
}

.select2-container--default .select2-selection--single {
	border-color: #e5e5e5 !important;
	border-radius: 0 !important;
}

.select2-container .select2-selection--single, 
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -8px !important;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
	border: none;
}

.woocommerce table.shop_table tbody, 
.woocommerce table.shop_table tfoot, 
.woocommerce table.shop_table tfoot {
	border-top: 3px solid #e5e5e5;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	background: none;
	color: #333;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	font-size: 0.8888em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	border: 1px solid #e5e5e5;
	display: block;
	padding: 15px 20px;
	margin-top: -1px;
	color: #333;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, 
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: #00b3b8;
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding-left: 20px;
}

.woocommerce-account .addresses .title h3 {
	font-size: 1.1112em;
	margin-top: 0;
}

.woocommerce-MyAccount-content form legend {
	padding: 0 10px;
}

.woocommerce-MyAccount-content .woocommerce-Button.button {
	margin-top: 20px;
}

.woocommerce-account .site-main .entry-content {
	margin-top: 0;
}

.woocommerce-account .site-main h2 {
	margin-top: 0;
	font-size: 1.6667em;
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	padding-bottom: 0;
	margin-bottom: 20px;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	width: 60px;
	margin-left: 10px;
}

.woocommerce ul.product_list_widget li .quantity {
	color: #00b3b8;
	font-size: 0.8888em;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	padding-top: 10px;
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.woocommerce .widget_shopping_cart .total strong, 
.woocommerce.widget_shopping_cart .total strong {
	display: flex;
	flex: auto;
}

.woocommerce-product-search {
	border: 1px solid rgba(0,0,0,0.1);
	display: flex;
	flex-flow: row wrap;
	flex: 1;
}

.woocommerce-product-search input.search-field {
	border: none;
	border-radius: 0;
	width: calc(100% - 40px);
	height: 50px;
	padding: 10px 15px;
	font-size: 0.8888em;
	background: none;
}

.woocommerce-product-search button[type="submit"] {
	width: 40px;
	height: 50px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23999" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	text-indent: 50px;
	overflow: hidden;
}

.woocommerce-product-search button[type="submit"]:hover {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item, 
.widget_product_categories ul li {
	padding-left: 25px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, 
.widget_product_categories ul li:before {
	content: "";
	background: rgba(0,179,184,0.5);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

.widget_product_categories ul li ul {
	margin-top: 20px;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	float: right;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 8px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ddd;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 4px;
	bottom: 0;
	margin: auto;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #00b3b8;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
	border: 2px solid #00b3b8;
	top: -5px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle::before {
	content: "";
	background: #00b3b8;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover::before, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active::before {
	visibility: visible;
	width: 100%;
	height: 100%;
}

/*===============================
RESPONSIVE STYLESHEET
===============================*/
@media screen and (max-width: 1210px) {
	.custom-background .site {
		max-width: 95%;
	}

	.at-container {
		max-width: 1000px;
	}

	.rightsidebar #primary, 
	.leftsidebar #primary {
		width: calc(100% - 300px);
	}

	#secondary {
		width: 300px;
	}

	.main-navigation ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.featured-news-section .post-wrap {
		margin-left: -1%;
		margin-right: -1%;
	}

	.list-alternate .site-main .post-thumbnail, 
	.list-view .site-main .post-thumbnail {
		width: 35%;
	}

	.list-alternate .site-main .content-wrap, 
	.list-view .site-main .content-wrap {
		width: 64%;
	}

}

@media screen and (max-width: 1024px) {
	.at-container {
		max-width: 768px;
	}

	/*======================
	SIDEBARS
	======================*/
	.leftsidebar #primary, 
	.rightsidebar #primary {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	#secondary {
		float: none;
		width: 100%;
	}

	/*===========================
	NAV WRAP SECTION
	===========================*/
	.site {
		position: relative;
	}

	.site::after {
		content: "";
		background: rgba(255,255,255,0.75);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		display: none;
	}

	.menu-toggled .site::after {
		display: block;
	}

	.main-navigation .toggle-button {
		display: block;
		position: relative;
		padding: 0;
		height: 50px;
		background: none;
		width: 100%;
		text-align: left;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.main-navigation .toggle-button::before {
		content: "Main Navigation";
	}

	.main-navigation .toggle-button .toggle-bar {
		display: block;
		width: 25px;
		height: 3px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.main-navigation .toggle-button .toggle-bar:first-child {
		top: -16px;
	}

	.main-navigation .toggle-button .toggle-bar:last-child {
		bottom: -15px;
	}

	.main-navigation .btn-close {
		position: absolute;
		top: 30px;
		width: 25px;
		height: 25px;
		right: 20px;
		cursor: pointer;
		display: block;
	}

	.main-navigation .btn-close::before, 
	.main-navigation .btn-close::after {
		content: "";
		background: rgba(255,255,255,0.5);
		width: 100%;
		height: 3px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.main-navigation .btn-close::after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.main-navigation .btn-close:hover::before, 
	.main-navigation .btn-close:hover::after {
		background: #fff;
	}

	.main-navigation ul.nav-menu {
		position: fixed;
		top: 0;
		left: 0;
		background: #333;
		width: 320px;
		height: 100%;
		z-index: 999;
		overflow: auto;
		padding-top: 100px;
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.menu-toggled ul.nav-menu {
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.main-navigation ul li {
		display: block;
	}

	.main-navigation ul li .submenu-toggle {
		position: absolute;
		top: 0;
		color: #fff;
		font-size: 14px;
		right: 0;
		width: 30px;
		text-align: center;
		height: 70px;
		line-height: 70px;
		display: block;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.main-navigation ul li .submenu-toggle.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-navigation ul li a {
		padding-left: 30px;
		padding-right: 30px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		box-shadow: 0 1px rgba(255,255,255,0.1);
	}

	.main-navigation ul ul {
		position: static;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		width: 100%;
		background: rgba(255,255,255,0.1);
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		display: none;
	}

	/*================================
	NEWS TICKER SECTION
	================================*/
	.news-ticker-section .ticker-container {
		height: auto;
	}
	.news-ticker-section .ticker-container .ticker-caption {
		max-width: 25%;
	}

	.news-ticker-section .ticker-slider-wrap {
		max-width: 75%;
		flex: auto;
		display: block;
		height: auto;
	}

	.news-ticker-section .news-ticker-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}

	/*=========================
	BANNER SECTION
	=========================*/
	.banner-section .banner-slider {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.banner-slider-wrap .slider-item .category-links {
		left: 10px;
	}

	.banner-slider-wrap .banner-caption {
		bottom: 10px;
		left: 10px;
	}

	.banner-section .latest-news-block {
		width: 100%;
		float: none;
	}

	.banner-section .banner-slider + .latest-news-block {
		margin-top: 50px;
	}

	/*============================
	FEATURED NEWS SECTION
	============================*/
	.featured-news-section article:first-child .post-thumbnail {
		width: 35%;
	}

	.featured-news-section article:first-child .content-wrap {
		width: 64%;
	}

	/*=============================
	VIDEO NEWS SECTION
	=============================*/
	.video-news-section .post-wrap {
		flex-direction: column;
	}

	.video-news-section .has-two-post, 
	.video-news-section .has-single-post {
		width: 100%;
	}

	.video-news-section .has-two-post article {
		display: inline-block;
		width: 49.66%;
	}

	.video-news-section article img {
		width: 100%;
	}

	/*=============================
	GRID VIEW
	============================*/
	.archive-grid.full-width .site-main article {
		width: 48%;
	}

	.archive-grid.full-width .site-main article:nth-child(3n) {
		margin-right: 3%;
	}

	.archive-grid.full-width .site-main article:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (max-width: 767px) {
	.custom-background .site {
		max-width: 100%;
	}

	.at-container {
		max-width: 450px;
	}

	.sub-title + .page-title {
		margin-top: 5px;
	}

	.page-title {
		font-size: 2em;
	}

	.dropcap {
		font-size: 5em;
	}

	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous, 
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.comment-navigation .nav-previous + .nav-next, 
	.posts-navigation .nav-previous + .nav-next, 
	.post-navigation .nav-previous + .nav-next {
		margin-top: 20px;
	}

	blockquote {
		font-size: 1.2223em;
	}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.6667em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.2223em;
	}

	h5 {
		font-size: 1em;
	}

	h6 {
		font-size: 0.8888em;
	}

	/*=========================
	TOP HEADER SECTION
	=========================*/
	.top-header .at-container {
		flex-direction: column;
		padding-bottom: 15px;
	}

	.top-header-left, 
	.top-header-right {
		margin-top: 15px;
	}

	.site-header .social-list li a, 
	.header-search {
		height: 30px;
		line-height: 30px;
	}

	.header-search .search-form-wrap {
		right: -25px;
		width: 300px;
	}

	/*==========================
	MAIN HEADER SECTION
	==========================*/
	.main-header {
		text-align: center;
	}

	.main-header .at-container {
		flex-direction: column;
	}

	.main-header .header-adv {
		margin-top: 15px;
	}

	/*==============================
	NEWS TICKER SECTION
	==============================*/
	.news-ticker-section .ticker-container {
		flex-direction: column;
	}

	.news-ticker-section .ticker-container .ticker-caption {
		float: none;
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}

	.news-ticker-section .ticker-slider-wrap {
		max-width: 100%;
		padding-left: 0;
		width: 100%;
	}

	/*===========================
	BANNER SECTION
	===========================*/
	.banner-slider-wrap .banner-caption .banner-title {
		font-size: 0.8888em;
	}

	.banner-slider-wrap .banner-caption a {
		line-height: 2.2;
	}

	/*===========================
	FEATURED NEWS SECTION
	===========================*/
	.featured-news-section .post-wrap {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.featured-news-section article {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.featured-news-section article:first-child .post-thumbnail {
		width: 100%;
		margin-bottom: 30px;
		display: block;
	}

	.featured-news-section article:first-child .content-wrap {
		width: 100%;
		padding-left: 0;
	}

	.featured-news-section article:first-child .entry-title {
		font-size: 1.1112em;
	}

	/*=============================
	VIDEO NEWS SECTION
	=============================*/
	.video-news-section .has-two-post article {
		display: block;
		width: 100%;
	}

	.video-news-section .has-single-post article .entry-title {
		font-size: 1.1112em;
	}

	/*===============================
	MASONRY POST LAYOUT
	==============================*/
	.masonry-post-section .post-wrap {
		margin-left: 0;
		margin-right: 0;
	}

	.masonry-post-section .post-wrap article {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	/*=============================
	SLIDER POST SECTION
	=============================*/
	.slider-post-section .post-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.slider-post-section .post-wrap .slick-arrow {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

	/*=========================
	SITE FOOTER SECTION
	=========================*/
	.top-footer .at-container {
		flex-direction: column;
	}

	.top-footer .footer-column {
		width: 100%;
		margin-right: 0;
	}

	.bottom-footer .at-container {
		flex-direction: column;
		text-align: center;
	}

	.bottom-footer .copyright, 
	.bottom-footer .privacy-policy {
		width: 100%;
	}

	.bottom-footer .privacy-policy {
		text-align: center;
	}

	/*==============================
	LIST & LIST ALTERNATE VIEW
	==============================*/
	.list-alternate .site-main .post-thumbnail, 
	.list-view .site-main .post-thumbnail {
		width: 100%;
		margin-bottom: 30px;
	}

	.list-alternate .site-main .content-wrap, 
	.list-view .site-main .content-wrap {
		width: 100%;
		padding-left: 0;
	}

	.list-alternate .site-main article:nth-child(2n) .content-wrap {
		text-align: left;
		padding-right: 0;
	}

	/*============================
	PAGINATION
	============================*/
	.pagination .page-number {
		font-size: 0.8888em;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.pagination .page-number.prev, 
	.pagination .page-number.next {
		font-size: 0.7778em;
	}

	.pagination .page-number.prev svg, 
	.pagination .page-number.next svg {
		top: 13px;
	}

	/*===========================
	ERROR 404 PAGE
	===========================*/
	.error404 .error-num {
		font-size: 9em;
	}

	.error404 .error-404 .page-content {
		font-size: 1em;
	}

	/*===============================
	RECOMMENDED ARTICLE SECTION
	===============================*/
	.khabarpatrika-related-section-wrapper .khabarpatrika-related-posts-wrap {
		flex-direction: column;
	}

	.khabarpatrika-related-section-wrapper .khabarpatrika-single-post {
		width: 100%;
		margin-right: 0;
	}

	/*==========================
	GRID VIEW
	=========================*/
	.archive-grid .site-main {
		flex-direction: column;
	}

	.archive-grid:not(.full-width) .site-main article, 
	.archive-grid.full-width .site-main article {
		width: 100%;
		margin-right: 0;
	}

	/*========================
	SEARCH PAGE
	=======================*/
	.search .page-header .at-container {
		max-width: 450px;
	}

	.search .page-header .search-form .search-field {
		font-size: 1.2223em;
	}

	.search-no-results .site-main .entry-title {
		font-size: 1.5em;
	}

	/*=========================
	SINGLE POST PAGE
	=========================*/
	.single .site-main .entry-title {
		font-size: 1.5em;
	}

	.single .site-main .entry-content ol li {
		padding-left: 45px;
	}

	.single .site-main .entry-content ol li::before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1em;
	}

	.single .site-main .entry-footer {
		flex-direction: column;
	}

	.single .site-main .entry-footer .post-tags {
		width: 100%;
	}

	.single .site-main .entry-footer .post-share {
		width: 100%;
		text-align: left;
	}

	.single .site-main .entry-footer .post-tags + .post-share {
		margin-top: 20px;
	}

	.single .site-main .entry-footer .post-share b {
		margin-bottom: 5px;
	}

	/*========================
	AUTHOR BLOCK SECTION
	========================*/
	.author-block {
		padding-left: 25px;
		padding-right: 25px;
	}

	.author-block .author-img {
		margin: 0 auto 30px auto;
	}

	.author-block .author-info-wrap {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	/*==========================
	COMMENTS AREA
	==========================*/
	.comments-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.comments-area ol li article {
		padding-left: 0;
	}

	.comments-area ol li .comment-author img {
		position: static;
		margin-bottom: 20px;
	}

	.comments-area ol li .comment-author b {
		display: block;
	}

	.comments-area ol.children {
		margin-left: 20px;
	}

	.comments-area ol li.bypostauthor > article {
		padding-left: 20px;
	}

	.comments-area form p.comment-form-author, 
	.comments-area form p.comment-form-email, 
	.comments-area form p.comment-form-url {
		float: none;
		width: 100%;
		margin-right: 0;
	}

}