/*!
Theme Name: MhrMagazine
Author: MhrTheme
Description: MhrMagazine is a responsive newspaper/magazine WordPress theme designed for online newspapers, magazines, and editorial ventures. With content and readability being the primary goals, the theme is designed with a flexible layout patterns and good space for advertisements.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mhrmagazine
Tags: article, category, editorial, gallery, journal, magazine, modern, news, newspaper, personal, photo, posts, team, video, blog, author, writer, classic, wordpress, theme

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.

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.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; /* 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: #404040;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	font-size: 12px;
	font-size: 1rem;
	line-height: 1;
	padding: 10px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

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

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #495057;
}

a:hover {
	color: #FA944B;
	text-decoration: none;
}

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

.card ul {
    margin-left: 10px;
    margin-right: 10px;
}

.widget-area li a {
	line-height: 25px;
	color: #6b6e8a;
}

.widget-area li a:hover {
	color: #FA944B;
}

.error-template a:hover, a:focus, a:active {
	color: #fff !important;
}

.error-template a:hover {
	background: #3BAE55;
	border-color: #3BAE55;
}

.entry-header h1:hover, h2:hover, h5:hover, h6:hover, 
.bg-white h1:hover, h2:hover, h3:hover
  h4:hover, h5:hover, h6:hover {
	color: #495057 !important;
}

footer.comment-meta a {
	color: #333;
}

.article-photo img {
  max-height: 200px;
  min-height: 200px;
}

.entry-meta a {
	color: #007BFF;
}

ul .recentcomments span {
	color: #007BFF;
}

.bg-white a:hover, a:active, a:focus {
	color: #666 !important;
}

@-moz-document url-prefix() {
    .row {
	  display: inline-flex;
	  width: 100%;
	}
}

/*--------------------------------------------------------------
# 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,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area .comments-title {
  margin: 10px 0;
}

.comments-link .screen-reader-text {
  color: #495057;
}

#reply-title {
  margin: 10px 0;
  font-size: 1.2rem;
}

#reply-title small {
  display: block;
  margin-top: 10px;
}

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

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

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

/* Start basic style */
.single-post-img, .content-img, .widget_media_image, .gallery-photo {
  overflow: hidden;
}

.tab-image img, .DImageResize3 img, .article-photo img, .cat-img img, .cat-img-second img, .single-post-img img, .content-img img, .widget_media_image img, .DImageResize2 img, .gallery-photo img {
  transition-duration: 2s;
  margin: auto;
}

.tab-image img:hover, .DImageResize3 img:hover, .article-photo img:hover, .cat-img img:hover, .cat-img-second img:hover, .single-post-img img:hover, .content-img img:hover, .widget_media_image img:hover, .DImageResize2 img:hover, .gallery-photo img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 0;
}

.heateor_sss_sharing_title {
  margin-bottom: 15px;
}
/* End basic style */

/* Start navbar */
.shadow {
  box-shadow: 0 .1rem 0.5rem rgba(0,0,0,.15)!important;
}

#masthead {
  height: auto;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 3px 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #6b6e8a;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav li:hover > a {
  color: #FA944B;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  color: #222;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #FA944B;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.admin-bar .mobile-nav-toggle {
  top: 46px;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/* End navbar */

/* Start headline */
#breaking {
  margin-top: 15px;
}

.br-title:hover {
  opacity: 0.9;
}

.breaking_list {
  font-size: 16px; 
  margin-top: 10px; 
  position: relative; 
  border: 1px solid #026DBD; 
  overflow: hidden; 
  background: #f3f3f3; 
  width: 100%; 
  border-radius: 5px;
  color: #000; 
  height: 30px; 
  border: 1px solid #026DBD;
}

.breaking_caption {  
  display: inline-block;
  padding: 3px 15px; 
  color: #fff; 
  float: left; 
  background: #026DBD; 
  position: absolute;
  z-index: 99; 
  border-right: 1px solid #fff; 
  top: 0px; 
  left: 0px; 
 }

.breaking_caption a {
  color: #fff;
}

.breaking_list  {
  float: left; 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 30px;
}

.breaking_list span { 
  float: left; 
  list-style: none;
  padding: 4px; 
  margin: 0 10px 0 5px;
}

.breaking_list span img { 
  margin-right: 10px; 
  margin-bottom: 3px;
}

.breaking_list span a {
  color: #000;
}

.editorChoice {
  font-size: 16px; 
  margin-top: 10px; 
  position: fixed; 
  border: 1px solid #026DBD; 
  overflow: hidden; 
  background: #F8F8FF;  
  z-index: 99; 
  width: 100%; 
  border-radius: 2px; 
  position: relative;
}

.editorChoice .br-title {
  display: inline-block;
  padding: 7px 15px; 
  color: #FFF; 
  float: left; 
  background: #026DBD; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  z-index: 99;
  cursor: pointer;
}

.editorChoice {
  float: left; 
  width: 100%; 
  height: 40px;
}

.editorChoice ul { 
  width: 100%; 
  margin: 4px 0; 
  list-style-type: none;
}

.editorChoice ul li { 
  float: left; 
  list-style: none;
  padding: 4px; 
  margin: 0 10px 0 5px;
}

.editorChoice ul li img { 
  margin-right: 10px;
}

.editorChoice ul li a { 
  text-decoration: none; 
  color: #111; 
}

.editorChoice ul li a:hover {
  color: #FA944B;
}
/* End headline */

/* Start slider with sidebar */
/* Start post slider */
.post-slider {
  margin-top: 90px;
}

.carousel-item {
  height: 424px;
} 

.carousel-item img {
  height: 424px;
}

.carousel-caption {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
}

.carousel-caption h3 {
  color: #fff !important;
}
/* End post slider */

/* Start post tabs */
.form-control:focus {
  box-shadow: none;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}

nav > div a.nav-item.nav-link {
  border: none;
  padding: 12px 25px;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}

nav > div a.nav-item.nav-link.active {
  border: none;
  background: #e74c3c;
  color: #fff;
  border-radius: 0;
  transition: background 0.20s linear;
}

.tab-content {
  background: #fdfdfd;
  line-height: 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #e74c3c;
  color: #fff !important;
  border-radius: 0;
  transition: background 0.20s linear;
}

.tab-news-con {
  clear: both;
  border-bottom: 1px dotted #e4e4e4;
  padding: 7px 0;
  overflow: hidden;
  position: relative;
}

.tab-news-con h3 {
  margin: 0;
}

.tab-image {
  background: #999;
  width: 90px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.tab-image img {
  height: 60px;
  margin: 0 auto;
  display: block;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.tab-headline {
  font-size: 16px;
  padding-left: 15px;
  color: #333;
  line-height: 24px;
}

.tab-headline:hover, .tab-news-con a:hover {
  color: #FA944B;
  text-decoration: none;
}
/* End post tabs */
/* End slider with sidebar */

/* Start home category post */
.home-category col-lg-8 {
  padding-left: 0;
  padding-right: 10px;
}

.content-panel {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  display: block;
}

.cat-header {
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 50%;
}

.cat-header h4 {
  font-size: 20px;
  color: #fff !important;
}

.cat-header:hover {
  opacity: 0.9;
}

.panel-header {
  background: #ececec none repeat scroll 0 0;
  display: block;
  height: 40px;
  margin-bottom: 8px;
  overflow: hidden;
}

.panel-header a {
  color: #333;
  text-shadow: none;
}

.article-big-block .article-photo {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
}

.article-big-block .article-photo img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.img100 {
  width: 100%;
}

.article-big-block .article-content {
  margin-top: 5px;
  height: 95px;
  overflow: hidden;
  padding: 0 0 0 3px;
}

.article-big-block .article-content .article-header h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 25px;
  color: #555;
}

.article-big-block .article-content p, .article-small-block .article-content p {
  color: #555;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}

.text_overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-content h4 {
  font-size: 15px;
}

.DImageResize3 {
  overflow: hidden;
  position: relative;
  height: 65px;
}

.DImageResize3 img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
}

.cat_content_block .col-sm-6 h3 {
  font-size: 15px;
  padding: 0 0 0 3px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
}

.cat_content_block h3:hover {
  color: #FA944B;
}

.cat_content_block .row {
  padding-left: 15px;
  padding-right: 15px;
}

.cat_all_post .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.article-big-block, .article-small-block {
  border-bottom: 1px dotted#ccc;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.cat_content_block {
  padding: 7px 0;
}
/* End home category post */

/* Start home sidebar */
.home-sidebar-header {
  background: #026dbd;
}

.home-sidebar-header h4 {
  font-size: 20px;
  text-align: center;
  color: #fff !important;
}

.home-sidebar-header:hover {
  opacity: 0.9;
  color: #fff !important;
}

.widget_media_image img {
  max-width: 100%;
}

.home-sidebar li {
  list-style: none;
}
/* End home sidebar */

/* Start photo gallery */
.uk-grid, .uk-light {
  margin-top: 20px;
}

.ph-photogallery, .ph-videogallery {
  margin-top: 20px;
}

.uk-grid img:hover {
  opacity: 0.7;
}
/* End photo gallery */

/* Start category page */
.mt {
  margin-top: 20px;
}

.category-lead-top {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cat-img {
  height: 260px;
  background: #999;
}

.cat-img img {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.cat-lead-title {
  position: absolute;
  bottom: 0;
  color: #fff !important;
  background: #00000080;
  width: 100%;
  padding: 0 5px;
  text-align: left;
}

.cat-lead-title h2 {
  font-size: 18px;
  line-height: 22px !important;
  padding: 8px 0;
  color: #eee !important;
}

.cat-lead-title h2:hover {
  text-decoration: none;
  color: #FA944B;
}

.category-mid-top {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cat-img-second {
  height: 150px;
  background: #999;
}

.cat-img-second img {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.pagination {
  margin: 20px auto;
}

.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;	
}

.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
}

.breadcrumb {
  padding: .50rem .50rem .10rem;
}
/* End category page */

/* Start single post */
.input-group-btn button {
  border-radius: 0rem;
}

.rounded {
  border-radius: 0rem !important;
}

.lead {
  margin-top: 10px;
}

.lead a {
  text-decoration: none;
}

.card ul li {
  color: #6b6e8a;
  margin-bottom: 10px;
  margin-right: 10px;
}

.card-body ul li a {
  color: #333;
  text-decoration: none;
}

.card-body ul li a:hover {
  color: #FA944B;
  text-decoration: none;
}

aside .search-form {
  margin: 17px 5px 10px;
  text-align: center;
}

aside input[type="search"] {
  padding: 5px 20px;
}

.DDetMoreReadTitle {
  display: block;
  border-bottom: 2px solid #ff3c08;
  font-size: 1.3em;
  padding-bottom: 5px;
  margin: 0;
  color: #000;
}

.DMarginTop20 {
  margin-top: 20px;
}

.DDetMoreReadList {
  margin-top: 10px;
}

.DImageResize2 {
  overflow: hidden;
  position: relative;
  height: 150px;
}

.DImageResize2 img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.img100 {
  width: 100%;
}

.DDetMoreReadList h4 {
  font-size: 1.0em;
  margin: 8px 0 10px 0;
  line-height: 24px;
  min-height: 48px;
  font-weight: normal;
}

.comment-meta {
  background: #fff;
  color: #333;
}

.comment-metadata {
  margin: 10px 0;
}

.comment-metadata time {
  color: #333;
}

.comment-author b.fn {
  margin-left: 10px;
}
/* End single post */

/* Start sidebar */
.main-sidebar a h4:hover {
  color: #495057 !important;
}

.main-sidebar aside h4:hover {
  color: #495057 !important;
}
/* End sidebar */

/* Start search page */
.entry-footer {
  background: #fff;
  color: #333;
}

.entry-footer span {
  padding: 0 5px;
}

.cat-links a, .tags-links a, .comments-link a, .edit-link a {
  color: #007bff;
}
/* End search page */

/* Start about page */
.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}
/* End about page */

/* Start contact page */
#contact-form {
  margin-top: 100px;
}
/* End contact form page*/

/* Start 404 page */
.error-template {
  padding: 40px 15px;
  text-align: center;
}

.error-actions {
  margin-top:15px;
  margin-bottom:15px;
}

.error-actions a:hover {
  color: #fff !important;
}

.error-actions .btn { 
  margin-right:10px;
}
/* End 404 page */

/* Start scroll to top */
#scroll-to-top {
  background: #FA944B;
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
  display: none;
}

#scroll-to-top i {
  color: #fff;
  font-size: 20px;
  padding: 10px 0;  
}

#scroll-to-top:hover {
  background: #000; 
}
/* End scroll to top */

/* Start ui kit */
*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
  margin-top: 0px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  text-transform: none;
}

.admin-bar .uk-lightbox.uk-open {
    top: 32px;
}

@media (max-width: 960px){
.admin-bar .uk-lightbox.uk-open {
    top: 46px;
}
}
/* End ui kit */

/* Start footer */
footer {
  background: #16222A;
  background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
  background: linear-gradient(59deg, #3A6073, #16222A);
  color: white;
  margin-top: 30px;
}

footer a {
  color: #fff;
  font-size: 15px;
  transition-duration: 0.2s;
}

.tagcloud a{font-size: 10pt !important; padding: 7px 6px; margin: 4px 4px 4px 4px; float: left;}
.tagcloud a:hover, .tagcloud a:focus {color: #ffffff !important; background: #F36A97;}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer-pad {
  margin-top: 15px;
}

.copy {
  font-size: 12px;
  padding: 20px 10px;
  border-top: 1px solid #FFFFFF;
  margin-top: 20px;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}

.footer-middle h4 {
  color: #fff !important;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoTwitter:hover {
  background-color: #1da1f2;
}

.social-network a.icoYoutube:hover {
  background-color:  #c4302b;
}

.social-network a.icoSkype:hover {
  background-color: #00aff0;
}

.social-network a.icoInstagram:hover {
  background-color: #3f729b;
}

.social-network a.icoPinterest:hover {
  background-color: #c8232c;
}

.social-network a.icoGoogleplus:hover {
  background-color: #db4a39;
}

.social-network a.icoSnapchat:hover {
  background-color: #FFFC00;
}

.social-network a.icoTumblr:hover {
  background-color: #34526f;
}

.social-network a.icoBehance:hover {
  background-color: #053eff ;
}

.social-network a.icoDribbble:hover {
  background-color: #ea4c89;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoSkype:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoPinterest:hover i,
.social-network a.icoGoogleplus:hover i,
.social-network a.icoSnapchat:hover i,
.social-network a.icoTumblr:hover i,
.social-network a.icoBehance:hover i,
.social-network a.icoDribbble:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 5px auto 5px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

.copy p {
  font-size: 14px;
  color: #fff !important;
}
/* End footer */

/* Search Area CSS */
.search.search-results article {
  margin-bottom: 20px;
}

.search.search-results article img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search.search-results time {
  margin-right: 10px;
}

.search.search-results span {
  margin-right: 10px;
}
