/*!
Theme Name: RP News
Theme URI: http://underscores.me/
Author: Golam Kibria
Author URI: https://icebreakers.tech/
Description: Responsive Modern Newspaper Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rpnews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.maateen.me/adorsho-lipi/font.css');

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

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

/* Sections
	========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
	font-family: 'AdorshoLipi', 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.9em;
	color: #111111;
	width: 100%;
	min-height: 100vh;
	background: #fff;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

p {
	margin: 0;
	padding: 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;
	height: 0;
	overflow: visible;
}

/**
* 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* 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;
	font-size: 1em;
}

/**
* 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;
	width: 100%;
	height: auto;
}

/* 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	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.75em 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* 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;
	padding: 0;
}

/**
* 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;
	outline-offset: -2px;
}

/**
* 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;
	font: inherit;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	padding: 0;
	margin: 0;
}

ul li{
	list-style:none;	
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	transition: color 0.2s;
	color: #111111;
	text-decoration: none;
}

/* a:visited {
	color: #e67e22;
} */

a:hover,
a:focus,
a:active {
	color: #e67e22;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	background-color: #c02727;
	color: #fff;
	line-height: 1;
	padding: 12px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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: #111111;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 12px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
input[type="search"]:focus-visible{
	outline: none;
}

/* Navigation
--------------------------------------------- */
.main_navbar_wrapper_t {
	background-color: #c02727;
	z-index: 5;
	position: relative;
}
.fixed {
    position: fixed;
    top:0; 
	left:0;
    width: 100%;
	animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
}
@keyframes fadeInDown {
	from {
	  opacity: 0;
	  transform: translate3d(0, -100%, 0);
	}
  
	to {
	  opacity: 1;
	  transform: none;
	}
}
.rp_mainnavbar{
	display: flex;
}
.rp_mega_menu{
	flex-basis: 10%;
}
.rp_primary_menu{
	flex-basis: 80%;
}
.rp_search{
	flex-basis: 10%;
}

/* Main Menu */
.drag-box {
	overflow: hidden;
}
.drag-x {
	width: 1000%;
	cursor: grab;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.nav_wrap ul {
	float: left;
}
.nav_wrap ul li {
	display: inline-block;
	padding: 5px 7px;
}
.nav_wrap ul li a {
	text-decoration: none;
	color: #fff;
}

/* Mega Menu */
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
	margin-left: 10px;
}
.hamburger-box {
    width: 28px;
    display: inline-block;
    position: relative;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active:hover {
    opacity: 0.7;
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger-inner::before {
    top: -9px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner::after {
    bottom: -9px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Mega Menu Items */
.main_nav_wrapper{
	position: relative;
}
.mega_menu_items {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    background: #ddd;
    visibility: hidden;
    transition: all 0.2s;
    opacity: 0;
	z-index: 9;
}
.mega_active {
    visibility: visible;
    transition: all 0.2s;
    opacity: 1;
    top: 40px;
}
.mega_menu_items ul {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.mega_menu_items ul li {
    flex: 0 0 15.5555%;
    max-width: 16%;
    border-bottom: 1px solid #eee;
    margin: 0 5px;
}
.mega_menu_items ul li a {
    color: #111111;
    text-decoration: none;
    font-weight: 600;
    line-height: 35px;
}

@media only screen and (max-width: 1200px) {
    .mega_menu_items ul li {
        flex: 0 0 23.3333%;
        max-width: 25%;
    }
}
@media only screen and (max-width: 768px) {
    .mega_menu_items ul li {
        flex: 0 0 45.5555%;
        max-width: 50%;
    }
}

/* Search */
.rp-drop-down-search {
    position: absolute;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-top: 0;
    width: 342px;
	z-index: 10;
	font-size: 14px;
	pointer-events: none;
}
.rp-drop-down-search-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
	animation-duration: 0.4s;
    animation-name: fadeInUp;
    animation-timing-function: ease-in-out;
}
@keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translate3d(0, 30%, 0);
	}
  
	to {
	  opacity: 1;
	  transform: none;
	}
  }
.rp-search-form {
    margin: 20px;
}
.rp-drop-down-search .btn {
    position: absolute;
    height: 32px;
    min-width: 67px;
    padding: 7px 15px 8px;
    text-shadow: none;
    margin: 0 !important;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
	border-radius: 0;
	background-color: #00B38F;
}
.rp-drop-down-search .btn:hover{
	background-color: #c02727;
	color: #fff;
}
#rp-header-search:focus-visible{
	outline: none;
}
#rp-header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    border-color: #eaeaea !important;
}
.rp-drop-down-search:before {
    position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #00B38F transparent;
}
.rp-drop-down-search:after {
    position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #00B38F;
}
.rp-search-btns-wrap {
	display: flex;
	justify-content: right;
}
.rp-search-btns-wrap i {
	color: #fff;
    display: inline-block;
    font-size: 19px;
    line-height: 39px;
	width: 48px;
    text-align: center;
}
/* Small Menu */

.site-main{
	padding: 25px 0px 60px 0;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


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

.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;
}
.comments-area {
	background-color: #ecf0f1;
    padding: 15px;
    border-radius: 5px;
	margin-top: 25px;
}
.comments-area h3{
	font-size: 22px;
}
.comment-form-comment textarea{
	padding: 12px;
}
.comment-form-comment textarea:focus-visible,
.comment-form-author input[type="text"]:focus-visible,
.comment-form-email input[type="email"]:focus-visible,
.comment-form-url input[type="url"]:focus-visible {
	outline: none;
}
.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input[type="url"]{
	width: 100%;
	padding: 12px;
}
.comment-form p{
	margin: 12px 0;
}
.comment-author img{
	width: 85px;
    border-radius: 50px;
}
.comment-list{
	margin-left: 0;
    padding-left: 15px;
}


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
figure.is-type-video {
	text-align: center;
}

/*----------------------------------------------------------------------------------------
	02.Header Style
----------------------------------------------------------------------------------------*/
.h_topbar{
	background-color: #192a56;
    padding: 5px 0;
}
.footer_copyright{
	background-color: #ecf0f1;
}
.nx_social i{
	color: #fff;
	transition: color 0.3s;
}

.nx_social i:hover{
	color: #fff;
}
.site-footer{
	background-color: #8395a7;
}
.nx_date{
	display: flex;
	align-items: center;
}
.nx_date p{
	color: #fff;
    font-size: 14px;
}
.nx_social li{
	display: inline-block;
    float: left;
    margin: 0 1px;
}
.nx_social li a{
	padding: 3px 8px;
    background-color: #00B38F;
    border-radius: 3px;
	transition: all 0.3s ease-in;
}
.nx_social li a:hover{
	background-color: #e67e22;
}
.nx_social{
	display: flex;
	justify-content: end;
	overflow: hidden;
}
.logoarea{
	padding: 8px 0;
}
.headerlogo{
	display: flex;
	justify-content: start;
	align-items: center;
	width: auto;
	height: 100px;
}
.nx_logo img{
	max-width: 100px;
	height: auto;
}
.mainnavarea{
	background-color: #f0f0f0;
	height: 60px;
}

/*----------------------------------------------------------------------------------------
	02.Footer Style
----------------------------------------------------------------------------------------*/
.copyright_txt{
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
}

/*Templates Style*/

.news_layout_top_one{
	display: grid;
	grid-template-columns: fit-content(50%) fit-content(25%) fit-content(25%);
	gap: 24px;
	margin-bottom: 24px;
}

.news_layout_top_one > div:nth-of-type(1) {
	grid-row-end: 2 span;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
}
.news_layout_top_one > div:nth-of-type(1) .nlto-post-img,
.news_layout_top_one > div:nth-of-type(1) .nlto-item-content {
	width: 100%;
}
.news_layout_top_one > div:nth-of-type(1) .nlto-post-title h3{
	font-size: 26px;
	line-height: 1.25em;
	margin-top: 12px;
	margin-bottom: 5px;
}
.layout_body_grid_main{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.layout_body_grid_main > div:nth-of-type(1) {
	display: grid !important;
	grid-row-end: 2 span;
	grid-column-end: 2 span;
	background-color: #2c3e50;
}
.layout_body_grid_main > div:nth-of-type(1) .lbgm-post-title h3{
	font-size: 26px;
	line-height: 1.3em;
	margin-bottom: 5px;
	margin-top: 12px;
}
.layout_body_grid_main > div:nth-of-type(1) .lbgm-post-title h3 a{
	color: #fff;
	padding-left: 12px;
	display: block;
}
.layout_body_grid_main > div:nth-of-type(1):hover .lbgm-post-title h3 a{
	color: #e67e22;
}
.lbgm-post-title h3,
.nlto-post-title h3,
.lbgo-post-title h3 {
	font-size: 18px;
	margin-top: 8px;
	line-height: 1.4em;
}
.loadMoreBtn{
	background-color: #e67e22;
	width: 30%;
	color: #fff;
	border-radius: 0px;
	margin: 0 auto;
	margin-top: 35px;
}
.loadMoreBtn:hover{
	background-color: #fff !important;
	color: #e67e22 !important;
	border-color: #e67e22 !important;
}
.loadMoreBtn:active,
.loadMoreBtn:focus{
	background-color: #e67e22;
	color: #fff;
}
.loadMoreBtn:visited{
	color: #fff !important;
}
#load_more_Wrapper{
	display: grid;
}

.news_post img,
.search-post-img img,
.lbgo-post-img img,
.nlto-post-img img {
	transition: 0.3s;
	object-fit: cover;
}
.news_post:hover img,
.search-item:hover .search-post-img img,
.lbgo-post-img:hover img,
.nlto-post-img:hover img{
	transform: scale(1.03);
}

.search-item:hover .search-post-title h3 {
	color: #e67e22;
}

.lbgm-item,
.lbgo-post-img,
.nlto-post-img,
.lbgm-post-img {
	overflow: hidden;
	border-radius: 4px;
}
.lbgm-item:hover .lbgm-post-title h3 a{
	color: #e67e22;
}

/* Search template Design */
.search_grid_wrapper{
	display: grid;
	gap: 24px;
}
.search-item{
	display: grid;
	grid-template-columns: fit-content(30%) auto;
	gap: 24px;
}
.search_result_title{
	background-color: #2c3e50;
	padding: 15px 0;
	margin-bottom: 30px;
}
.no-results header{
	background-color: #e67e22;
	padding: 15px 0;
	margin-bottom: 30px;
}
.search_result_title h1,
.no-results h1{
	color: #fff;
	text-align: center;
	font-size: 26px;
}
.post-metadata{
	margin: 4px 0;
	color: #111111;
}
.search-news-excerpt p{
	color: #111111;
}
.search-news-excerpt{
	margin-top: 12px;
}
.search-post-title h3{
	font-size: 19px;
	font-weight: 600;
	transition: color 0.2s;
}
.search-post-img{
	overflow: hidden;
}
.no-results .page-content p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
}
.no-results form.search-form{
	text-align: center;
}

/*Single post design*/
.entry-title{
	font-size: 28px;
}
.entry-meta{
	padding: 12px 0;
	margin: 12px 0 35px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.post-byline span{
	display: inline-block;
	margin-right: 7px;
}
.post-byline .bi-person{
	font-size: 18px;
}
.post-byline .bi-dash-square{
	font-size: 15px;
}
.layout_body_grid_one{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.img-wrapper{
	max-width: 550px;
	margin: 0 auto;
}
.error-content{
	text-align: center;
	margin: 50px 0 0 0;
}
.error-content p{
	margin-bottom: 25px;
}

/* Popular Widget Style*/

.elementor-widget-container .wli_popular_posts-class h2,
.widget-area h2{
	background-color: #192a56;
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
.menu-main-menu-container{
	background-color: #c02727;
	padding: 0 10px;
}
.main-navigation ul {
	margin: 0 10px;
}

/*Footer Widget*/
.footer_top{
	padding: 30px 0;
}
.footer_widget .widget{
	margin: 0;
}
.footer_widget .widget_wrap {
	border-right: 1px solid #34495e;
}
.footer_widget figure{
	margin: 0;
	width: 120px;
	height: auto;
}
.footer_widget .widget-title{
	font-size: 18px;
	margin-bottom: 8px;
	color: #c02727;
}
.footer_widget .widget_block{
	margin: 0 45px 0 45px;
}
.footer_widget .widget_block p{
	color: #fff;
    font-size: 15px;
    line-height: 1.8em;
}
.footer_widget .widget_wrap:last-child{
	border-right: 0;
}
.widget_wrap{
	display: flex;
	align-items: center;
}
.footer_widget .widget_media_image{
	display: flex;
	justify-content: center;
	width: 100%;
}
.copyright_txt p{
	color: #111111;
	display: inline-block;
}

/* Right Sidebar */

.wli_popular_posts-class h3{
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
}
.wli_popular_posts-class .post_thumb img{
	width: 75px;
}
.wli_popular_posts-class h2 {
	margin: 0 0 7px;
}
.wli_popular_posts-class {
	background-color: #ecf0f1;
}
.wli_popular_posts-class ul.wli_popular_posts-listing {
	padding: 0 5px;
}
.wli_popular_posts-class ul.wli_popular_posts-listing li {
	padding: 9px 5px 5px 5px;
}
.wli_popular_posts-class .post_thumb img {
	margin: 0px 12px 0px 0px;
}
.wp-block-search__label{
	display: none;
}
/*Social Share*/
.addtoany_header {
    float: left;
    margin: 0px 12px 0px 0px !important;
}
.addtoany_content{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 12px 0;
	display: flex;
    justify-content: center;
    margin-top: 35px !important;
}
/*Related Post*/
.rp_post_heding{
	text-align: center;
}
.post-box-title {
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 0 10px;
	margin: 25px 0px 35px 0;
}
.post-box-title:before{
    left: auto;
    right: 100%;
	content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #c02727;
    display: block;
    top: 50%;
    margin-top: -1px;
}
.post-box-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #c02727;
    display: block;
    top: 50%;
    margin-top: -1px;
    left: 100%;
}
.related_post .lbgo-item {
	margin-bottom: 10px;
}
.notebox{
	display: grid;
	justify-content: center;
	margin-bottom: 25px;
}
.search-again{
	font-size: 15px;
	text-align: center;
}
.search-again .search-form{
	margin-top: 6px;
	text-align: center;
}
.search-again label{
	min-width: 219px;
}
.search-again input[type="search"]{
	width: 100%;
	border-radius: 0;
    padding: 10px 10px;
}
.search-again input[type="submit"]{
	border-radius: 0;
}
/*----------------------------------------------------------------------------------------
	Responsive
----------------------------------------------------------------------------------------*/
@media only screen and (min-width: 767px) {
	.admin-bar .fixed {
		margin-top: 32px;
	}
}
@media only screen and (min-width: 1200px){

	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1140px !important;
	}

}
@media only screen and (min-width: 1400px){

	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1320px !important;
	}
}
@media only screen and (max-width: 768px) {
	.nav_wrap ul,
	.mega_menu_items ul,
    .mega_menu_items ul li a {
		font-size: 95% !important;
	}
	.nav_wrap ul li {
		padding: 5px 3px;
	}
	.hamburger {
		margin-left: 0px;
	}
	.hamburger-box, 
	.hamburger-inner, 
	.hamburger-inner::before, 
	.hamburger-inner::after {
		width: 23px;
	}
	.nx_date,
	.nx_social {
		justify-content: center;
	}
	.logoarea .row {
		align-items: center;
	}
	.headerlogo {
		width: 75px;
		height: auto;
	}
	.main-navigation button {
		background: 0;
		margin: 0 auto;
		border: 0;
		color: #fff;
	}
	.main-navigation {
		border: 1px solid #ddd;
		background-color: #079992;
	}
	.footer_widget .widget_wrap {
		border-right: 0;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #ccc;
	}
	.footer_widget .widget_wrap:last-child {
		border-bottom: 0;
	}
	.widget_wrap{
		margin-bottom: 24px;
	}
	.news_layout_top_one,
	.layout_body_grid_one,
	.layout_body_grid_main {
		grid-template-columns: 1fr;
	}
	.widget-area {
		margin-left: 0px;
		margin-top: 45px
	}
	.layout_body_grid_main > div:nth-of-type(1) {
		grid-column: auto;
	}
	.nx_social{
		margin: 3px 0 5px 0;
	}
	.search-item{
		grid-template-columns: 1fr;
	}
    .mega_menu_items {
    	max-height: 300px;
        overflow-y: scroll;
        left: -12px;
        right: -12px;
    }
}
@media screen and (max-width: 600px) {
	#comments, #respond {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
    .headerlogo {
		width: 60px;
		height: auto;
	}
}

@media screen and (max-width: 480px) {
    .rp-search-form {
        margin: 12px;
    }
    .rp-drop-down-search {
    	width: 300px;
    }
    #rp-header-search {
    	width: 209px;
        font-size: 13px;
    }
}
/*Menu Arrow Direction*/
.arr_direction {
    display: flex;
    margin-left: 2px;
    align-items: center;
	justify-items: center;
}

.arr_direction i{
	color: #ffeeeef7;
    font-size: 1.2em;
}

/*Post Filtering Form*/
@media screen and (max-width: 778px) {
    .filter_submit {
    	margin: 20px 0px;
    }
}