/*
Theme Name: Malawi24
Theme URI: kumsoft.com
Description:  malawi24 is a 3 Columns HTML5/CSS3 Responsive WordPress Theme built for Malawi24 online newspaper.
Author: Kumsoft
Author URI: http: //kumsoft.com/
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: malawi24
Tags: three-columns,left-sidebar,right-sidebar,editor-style,custom-menu,featured-images,full-width-template,theme-options,threaded-comments,translation-ready
*/

html {
  font-size: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Work Sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  background: #f7f7f7;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: bottom;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

textarea {
  width: 96%;
  line-height: 1.5;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}

input {
  font-size: 12px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  background: #f5f5f5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
  width: 60%;
}

.required {
  color: #e64946;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.comment p,
.entry-content blockquote,
.entry-content table,
.entry-content .flex-vid,
.entry-content .row,
.entry-content .video-container {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.navigation li,
.social-icons li a,
.social-icons li:hover .fa-social:before,
.flex-direction-nav a,
.tagcloud a,
.entry-tags li,
.share-button,
#infinite-handle span,
.posts-stacked-overlay {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.container-outer {
  margin: 25px auto;
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.17);
  -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.17);
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.17);
  width: 100%;
  max-width: 100%;
}

.container {
  max-width: 1170px;
}

.wrapper {
  padding: 25px 15px;
  background: #fff;
}

.home .wrapper {
  padding-bottom: 0;
}

.content {
  width: 100%;
  overflow: hidden;
  float: left;
}

@media screen and (max-width: 767px) {
  .content {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.widget,
.footer-widget {
  margin-bottom: 25px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .widget,
  .footer-widget {
    margin-bottom: 20px;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

button:focus {
  outline: none;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  background: #fff;
}

/** = Header
------------------------------------------------------------------------------------------------------------------------
*/
.navigation {
  text-transform: uppercase;
}

.header-nav {
  overflow: visible;
}

.navigation li {
  float: left;
  position: relative;
  font-size: 11px;
}

.navigation li a {
  display: block;
  color: #fff;
}

.header-nav li a {
  line-height: 35px;
  padding: 0 15px;
}

.header-socials {
  float: right;
}

@media screen and (max-width: 767px) {
  .header-socials {
    float: none;
  }
}

.social-icons ul {
  list-style-type: none;
  text-align: right;
}

.social-icons ul li {
  display: inline-block;
}

.header-socials li a {
  display: block;
  min-width: 35px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}

.header-socials .icon,
.header-socials li:hover .icon {
  color: #fff;
}

.header {
  background: #fff;
}

.container-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-logo {
  padding: 25px 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .site-logo,
  .header-socials ul {
    text-align: center;
  }
}

.widget,
.footer-widget {
  margin-bottom: 25px;
  overflow: hidden;
}

.header-2 {
  margin: 20px 10px 20px 0;
  text-align: right;
  overflow: hidden;
}

.ad-spot,
.info-spot {
  display: block;
  padding: 0;
  margin-top: 15px;
  text-align: center;
  background: #f5f5f5;
}

.main-nav-wrap .navbar {
  padding: 0;
}

.slicknav_btn {
  background: #e64946;
}

.main-nav-wrap .slicknav_btn {
  background: transparent;
}

.slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_icon:before {
  position: absolute;
  display: block;
  width: 1.125em;
  height: 0.875em;
  content: "";
  background: 0 0;
}

.slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  background-color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_icon-bar {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_icon-bar {
  background: #fff;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-nav li {
  font-size: 14px;
  font-weight: 700;
}

.main-nav li:first-child a,
.main-nav .sub-menu li a {
  border: none;
}

.main-nav li a {
  padding: 10px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation ul ul li {
  width: 100%;
  min-width: 16em;
}

.extra-nav-wrap {
  background: #fff;
}

.extra-nav-bg {
  background: #ddd;
  background: rgba(42, 42, 42, 0.2);
}

.extra-nav li a {
  color: #2a2a2a;
  letter-spacing: 0.2px;
  padding: 10px 20px;
}

.extra-nav li:hover a {
  color: #fff;
}

.subheader {
  background: #f5f5f5;
}

.header-bar-content {
  overflow: visible;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .extra-nav,
  .header-bar-top-left,
  .header-bar-bottom-left,
  .header-date {
    display: none;
  }
}

.ticker-bottom {
  font-size: 12px;
  height: 35px;
}

.ticker-title-bottom {
  padding: 0 20px;
}

.ticker-title {
  float: left;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
  background: #e64946;
  text-align: center;
  text-transform: uppercase;
}

#ticker-loop-bottom {
  height: 35px;
  overflow: hidden;
}

.ticker-item-bottom {
  padding: 0 20px;
}

.ticker-item {
  line-height: 34px;
}

.ticker-item-bottom a,
.ticker-item-bottom a:hover {
  display: block;
  color: #2a2a2a;
}

.header-bar-top-right,
.header-bar-bottom-right {
  float: right;
}

.header-search {
  float: right;
  padding: 3px 0;
}

@media screen and (max-width: 767px) {
  .header-search {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
}

.header-search .search-form {
  float: right;
  margin-right: 15px;
}

@media screen and (max-width: 900px) {
  .header-search .search-form {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-search .search-form {
    float: none;
    text-align: center;
    margin: 0;
  }
}

.screen-reader-text {
  position: absolute;
  top: -9999rem;
  left: -9999rem;
}

.search-form input {
  font-size: 11px;
  line-height: 1;
  color: #1f1e1e;
  text-transform: uppercase;
}

.search-form .search-field {
  position: relative;
  padding: 10px;
  margin: 0;
  border: 1px solid #ebebeb;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.header-search .search-form .search-field {
  min-width: 200px;
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
}

input[type="submit"] {
  display: inline-block;
  min-width: 150px;
  font-weight: 700;
  color: #fff;
  padding: 10px 15px;
  background: #e64946;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: 0;
  -webkit-appearance: none;
}

.search-form input {
  font-size: 11px;
  line-height: 1;
  color: #1f1e1e;
  text-transform: uppercase;
}

.header-search .search-form .search-field:hover {
  min-width: 250px;
}

@media only screen and (max-width: 420px) {
  .header-search .search-form .search-field,
  .header-search .search-form .search-field:hover {
    width: 215px;
    min-width: 215px;
  }
}

.search-form .search-submit {
  display: none;
}

/** = Slider
-------------------------------------------------------------------------------------------------------------------*/

.slider-normal {
  width: 100%;
  max-width: 100%;
  max-height: 415.3px;
  overflow: hidden;
}

.flexslider {
  position: relative;
  zoom: 1;
}

.loading {
  min-height: 420px;
  background: url("assets/images/giphy.gif") no-repeat center center !important;
  max-height: 415.3px;
}

@media only screen and (max-width: 900px) {
  .loading {
    max-height: 416px;
  }
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.slider-item {
  position: relative;
  overflow: hidden;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider .slides > li {
  display: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides img {
  height: auto;
}

.slider-caption {
  position: absolute;
  color: #fff;
  background: #2a2a2a;
  background: rgba(42, 42, 42, 0.9);
}

.slider-caption {
  width: 360px;
  max-width: 100%;
  top: 0;
  right: 0;
  border-bottom: 3px solid #e64946;
}

@media screen and (max-width: 900px) {
  .slider-caption {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: rgba(42, 42, 42, 1);
  }
}

.slider-content {
  padding: 25px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .slider-content {
    padding: 20px;
  }
}

.slider-caption a,
.slider-caption a:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .slider-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 620px) {
  .slider-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.slider-content .excerpt {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 6px;
  text-align: center;
  z-index: 999;
}

.flex-control-nav {
  bottom: 10px;
}

@media screen and (max-width: 900px) {
  .slider-layout1 .flex-control-nav {
    width: auto;
    top: 15px;
    right: 10px;
    bottom: auto;
  }
}

@media screen and (max-width: 620px) {
  .flex-control-nav {
    display: none;
  }
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-nav li {
  margin: 0 10px 0 0;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a {
  width: 20px;
  height: 20px;
  border: 1px solid #2a2a2a;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: #e64946;
  border: 1px solid #fff;
}

/** = Home National and Politics
----------------------------------------------------------------------------------------------------------*/
.widget-title {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.widget-title {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 5px;
  border-bottom: 3px solid #e64946;
}

.widget_archive li,
.widget_categories li,
.widget_pages li a,
.widget_meta li,
.widget_nav_menu .menu > li,
.widget_rss li {
  border-bottom: 1px dotted #ebebeb;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_rss li {
  display: block;
  padding: 5px 0;
}

.custom-posts-item {
  padding: 20px 0;
  border-bottom: 1px dotted #ebebeb;
}

.custom-posts-item:first-child {
  padding-top: 0;
}

.custom-posts-thumb-xl {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .custom-posts-thumb-xl {
    float: left;
    max-width: 235px;
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
  }
}

@media screen and (max-width: 620px) {
  .custom-posts-thumb-xl,
  custom-posts-thumb {
    max-width: 80px;
  }
}

@media screen and (max-width: 620px) {
  .custom-posts-xl-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.thumb-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.custom-posts-thumb-xl img {
  width: 100%;
  max-height: 234px;
}

.custom-posts-header {
  overflow: hidden;
}

.meta {
  font-size: 13px;
  font-size: 0.8125rem;
}

.meta,
.meta a {
  color: #979797;
}

@media screen and (max-width: 620px) {
  .custom-posts-content .meta {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.meta a:hover {
  color: #e64946;
}

.entry-meta {
  margin-top: 5px;
}

.meta span {
  margin-right: 10px;
}

.meta-icon {
  margin-right: 5px;
}

.custom-posts-widget .excerpt {
  padding-top: 10px;
  padding-top: 0.625rem;
  overflow: hidden;
}

@media screen and (max-width: 620px) {
  .custom-posts-widget .excerpt {
    display: none;
  }
}

.custom-posts-thumb {
  float: left;
  margin-right: 15px;
}

.custom-posts-small-title {
  font-weight: 700;
  line-height: 1.3;
}

.custom-posts-small .meta {
  font-size: 11px;
  font-size: 0.6875rem;
}

.carousel-layout1 {
  padding: 15px;
  background: #2a2a2a;
  border-top: 3px solid #e64946;
  border-bottom: 3px solid #e64946;
}

.carousel-widget {
  direction: ltr;
}

.carousel-caption {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.carousel-widget li {
  width: 210px;
  height: auto;
  margin-right: 15px;
}

.carousel-layout1 .carousel-caption {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 5px 10px;
  background: #e64946;
  bottom: unset;
  left: 0;
  right: unset;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 50px;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.carousel-layout1.flexslider:hover .flex-prev {
  left: 20px;
  opacity: 1;
}

.carousel-layout1 .flex-direction-nav a {
  color: #e64946;
  text-shadow: none;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.carousel-layout1 .flex-direction-nav a {
  color: #e64946;
  text-shadow: none;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.carousel-layout1.flexslider:hover .flex-next {
  right: 20px;
  opacity: 1;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.flex-direction-nav a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f104";
  font-size: 30px;
  padding: 5px;
}

.flex-direction-nav a.flex-next:before {
  content: "\f105";
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.carousel-layout1.flexslider:hover .flex-prev {
  left: 20px;
  opacity: 1;
}

.carousel-widget flexslider .slides img {
  max-height: 160px;
}

/** = Sidebar
---------------------------------------------------------------------------------------------------------------------*/

.tabbed-widget,
.tabbed-widget a {
  color: #000;
}

.tabbed-widget a:hover {
  color: #e64946;
}

.sidebar .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.sidebar .nav-tabs .nav-link {
  display: block;
  float: left;
  line-height: 2;
  padding: 5px 0;
  background: #f5f5f5;
  cursor: pointer;
  text-align: center;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.sidebar .nav-tabs .nav-link.active,
.sidebar .nav-tabs .nav-link.active:hover {
  color: #fff;
  background: #e64946;
}

.sidebar .nav-tabs .nav-link span {
  padding: 0 15px;
  font-size: 24px;
}

.sidebar .tab-content {
  padding: 25px;
  background: #f5f5f5;
}

.tab-post-item {
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px dotted #e5e5e5;
}

.tab-post-item:first-child,
.tab-comment-item:first-child {
  margin-top: 0;
}

.facebook-page-widget {
  padding: 14px;
  background: #f5f5f5;
}

.nip-widget {
  padding: 15px 10px 10px;
  background: #f5f5f5;
  text-align: center;
}

.nip-item {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.nip-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nip-item:hover .nip-overlay {
  background: #2a2a2a;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/** = Category
----------------------------------------------------------------------------------------------------------------------------------------------*/
.page-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.posts-list-item {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px dotted #ebebeb;
}

.posts-list-thumb {
  position: relative;
  float: left;
  margin-right: 20px;
}

.posts-list-thumb img {
  width: 100%;
  max-width: 235px;
}

.posts-list-header {
  margin-bottom: 10px;
}

.posts-list-excerpt {
  overflow: hidden;
}

.loop-pagination {
  margin-top: 20px;
}

.loop-pagination ul .page-numbers {
  display: inline-block;
  font-weight: 700;
  color: #000;
  padding: 10px 15px;
  background: #f5f5f5;
}

.loop-pagination ul .page-numbers:hover,
.loop-pagination ul .current,
.comments-pagination .current,
a:hover .pagelink {
  color: #fff;
  background: #e64946;
}

.loop-pagination .next {
  margin-left: 7px;
}

.loop-pagination .prev {
  margin-right: 7px;
}

.navigation .page-numbers li:hover {
  background: none;
}

/** = home ad 
----------------------------------------------------------------------------------------------------------------------------------------------*/

.textwidget .ad-spot img {
  max-width: 100%;
  height: auto;
}

/** == Single
----------------------------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
  padding: 5px 10px;
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb;
}

.breadcrumb,
.breadcrumb a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #979797;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.breadcrumb a {
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb-delimiter {
  margin: 0 15px;
}

.entry-header,
.page-header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.entry-header .entry-title {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.subheading-top {
  border-bottom: 3px solid #2a2a2a;
}

.subheading {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  background: #e64946;
  text-transform: uppercase;
}

.entry-header .entry-meta {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 5px 10px;
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb;
}

.ad-label {
  font-size: 10px;
  font-size: 0.625rem;
}

.entry-thumbnail {
  max-width: 1170px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.entry-thumbnail img {
  width: 100%;
}

.share-buttons {
  margin-bottom: 25px;
  overflow: hidden;
}

.entry-tags {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 20px;
}

.entry-tags .tag-icon {
  font-size: 12px;
  float: left;
  padding: 10px;
  margin-right: 6px;
  background: #e64946;
}

.entry-tags li {
  float: left;
  font-weight: 700;
  margin: 0 6px 6px 0;
  margin: 0 0.375rem 0.375rem 0;
  background: #2a2a2a;
  text-transform: uppercase;
}

.entry-tags a,
.entry-tags a:hover {
  display: block;
  color: #fff;
  padding: 10px 15px;
}

.post-nav {
  padding: 25px 0;
  margin: 25px 0;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.post-nav-next {
  text-align: right;
}

.post-nav-prev img {
  float: left;
  margin-right: 15px;
}

.post-nav-next img {
  float: right;
  margin-left: 15px;
}

.post-nav span {
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  overflow: hidden;
}

.post-nav p {
  font-size: 13px;
  font-size: 0.8125rem;
  overflow: hidden;
}

.post-nav-prev span::before,
.post-nav-next span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.post-nav-next span::after {
  content: "\f101";
  margin-left: 5px;
}

.post-nav-prev span::before {
  content: "\f100";
  margin-right: 5px;
}

/** Related */

.related-content {
  margin-bottom: 25px;
}

@media screen and (max-width: 620px) {
  .posts-grid-col {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
    border-bottom: 1px dotted #ebebeb;
  }
}

.image-caption {
  position: absolute;
  top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  background: #e64946;
  text-transform: uppercase;
}

@media screen and (max-width: 620px) {
  .image-caption {
    display: none;
  }
}

.posts-grid-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.posts-grid-thumb {
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 620px) {
  .posts-grid-thumb {
    float: left;
    margin: 0 15px 20px 0;
  }

  .posts-grid-thumb {
    max-width: 80px;
  }
}

.posts-grid-thumb img {
  width: 100%;
  max-width: 326px;
}

@media screen and (max-width: 767px) {
  .posts-grid-thumb img {
    max-width: 100%;
  }
}

.related-content .posts-grid-title {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 620px) {
  .related-content .posts-grid-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.related-content .meta,
.related-content .posts-grid-excerpt {
  display: none;
}

@media screen and (max-width: 620px) {
  .posts-list-header .meta,
  .posts-grid-item .meta,
  .posts-focus-item-small .meta {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.related-content .posts-grid-excerpt {
  display: none;
}

.social-widget {
  padding: 15px 5px 5px 15px;
  background: #f5f5f5;
}

.sidebar .social-icons ul {
  list-style-type: none;
  text-align: center;
}

.social-widget li {
  margin: 0 10px 10px 0;
}

.social-widget li a {
  display: block;
  width: 63px;
  height: 63px;
  line-height: 63px;
  font-size: 24px;
  background: #2a2a2a;
  color: #fff;
}

.social-widget li:hover a {
  background: #e64946;
}

/** = comments
--------------------------------------------------------------------------------------------------------------------*/
.comment-list .comment-body {
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

.comment-list {
  margin-bottom: 25px;
  list-style: none;
}

.comment-list .comment-meta {
  color: #2a2a2a;
  margin-bottom: 20px;
}

.comment-list .avatar {
  float: left;
  width: 56px;
  height: 56px;
  padding: 2px;
  margin: 0 15px 0 0;
  border: 1px solid #f5f5f5;
  vertical-align: middle;
}

.comment-list li {
  margin-bottom: 5px;
}

.comment-list .comment-metadata {
  font-size: 11px;
  margin-top: 5px;
  text-transform: uppercase;
}

.comment-list .comment-meta a {
  font-weight: 400;
  color: #2a2a2a;
}

.comment-list .comment-meta b a {
  font-weight: 700;
}

.comment-list .comment-metadata::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.comment-list .comment-reply-link {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #979797;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.comment-list .comment-reply-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #e64946;
  content: "\f3e5";
  margin-right: 5px;
}

.comment-list .children {
  margin-left: 25px;
  list-style: none;
}

.comment-list ul,
.comment-list ol {
  margin: 0 0 20px 40px;
  margin-left: 40px;
}

.comment-reply-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

#commentform p {
  margin-bottom: 10px;
}

#commentform .form-submit {
  margin: 25px 0;
}

.comment-form label {
  display: block;
}

.comment-form .comment-form-cookies-consent label {
  display: inline-block;
}

/** = footer
--------------------------------------------------------------------------------------------------------------------- */
.footer {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  padding: 25px 25px 0;
  background: #2a2a2a;
}

.footer a,
.footer a:hover {
  color: #f7f7f7;
}

.author-bio-widget {
  padding: 25px;
  border-bottom: 3px solid #e64946;
  background: #2a2a2a;
}

.footer-widget .author-bio-widget {
  border-bottom: 0;
  background: #e64946;
}

.author-bio-title {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  padding: 0 0 5px;
  margin-bottom: 25px;
  border-bottom: 3px solid #e64946;
  text-transform: uppercase;
}

.footer-widget .author-bio-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.author-bio-image-frame {
  border: 10px solid #e64946;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.author-bio-avatar {
  width: 100%;
  margin: 0 auto;
}

.footer-widget .author-bio-title,
.footer-widget .author-bio-image-frame {
  border-color: #fff;
}

.footer-widget .logo-text {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 28px;
  color: #fff;
}

.author-bio-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin-top: 25px;
}

.footer-widget .author-bio-text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.footer-widget-title {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget-title.footer-widget-title,
.widget-title.footer-widget-title a {
  color: #fff;
}

.footer-widget.widget_archive li,
.footer-widget.widget_categories li,
.footer-widget.widget_pages li a,
.footer-widget.widget_meta li,
.footer-widget.widget_nav_menu .menu > li,
.footer-widget.widget_nav_menu .sub-menu li,
.footer-widget.widget_rss li {
  border-color: rgba(255, 255, 255, 0.3);
}

.user-item {
  padding: 20px 0;
  border-bottom: 1px dotted #ebebeb;
}

.user-item:first-child {
  padding-top: 0;
}

.footer-widget .user-item {
  border-color: rgba(255, 255, 255, 0.3);
}

.user-avatar {
  float: left;
  margin-right: 15px;
}

.user-author-name,
.recent-news-author {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-nav {
  background: #e64946;
}

.footer-nav ul {
  float: right;
}

.footer-nav li a {
  line-height: 1;
  padding: 10px 20px;
}

.copyright-wrap {
  padding: 10px 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  background: #2a2a2a;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  text-align: center;
}

.copyright a,
.copyright a:hover {
  color: #fff;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  padding: 8px 10px 8px;
  color: #fff;
  background: #e64946;
  z-index: 999;
  border: none;
}

.back-to-top .fa-chevron-up {
  font-size: 24px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.mobile-app {
  margin-left: 35px;
  margin-right: 35px;
  display: none;
}

@media screen and (max-width: 620px) {
  .mobile-app {
    margin-left: 25px;
    margin-right: 25px;
    display: block;
  }
}
