/* Footer Color */
/**
 * _mixins.scss
 * Newspaper  Plus Mixins
 */
/*--------------------------------------------------------------
  Reset
  --------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units https://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

* {
  /* apply a natural box layout model to all elements; see https://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see https://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see https://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }
  *:before, *:after {
    /* apply a natural box layout model to all elements; see https://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see https://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see https://caniuse.com/#search=box-sizing */
    box-sizing: border-box; }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

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

a img {
  border: 0; }

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #3d3d3d;
  font-family: "Poppins", serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  font-family: "Poppins", serif;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 500; }

p {
  margin-bottom: 20px; }

b, strong {
  font-weight: bold; }

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

blockquote {
  margin: 0 15px;
  font-size: 20px;
  font-style: italic;
  font-family: "Poppins", serif;
  font-weight: 300; }

address {
  margin: 0 0 15px; }

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

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

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

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px; }

ul, ol {
  margin: 0 0 15px 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 15px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 15px 15px; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

figure {
  margin: 0; }

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse; }

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px; }

td {
  border: 1px solid #CCC;
  padding: 5px 10px; }

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle; }

.navigation.pagination {
  padding: 0 0 30px 30px; }

.navigation .nav-links a,
.navigation .nav-links span.current,
.navigation .nav-links span.dots,
.bttn, button {
  background: #e82222;
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  line-height: 13px;
  height: 33px;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #e82222; }

.navigation .nav-links span.current,
.navigation .nav-links span.dots {
  color: inherit;
  background: inherit;
  padding: 10px 12px; }

input[type="button"], input[type="reset"], input[type="submit"] {
  background: #e82222;
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  line-height: 13px;
  height: 33px;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #e82222;
  outline: none; }

.navigation .nav-links a:hover, .bttn:hover, button {
  background: #e82222;
  color: #ffffff !important; }

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #e82222;
  color: #ffffff !important; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

button::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  outline: none; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  border: 1px solid #AAA;
  outline: none; }

textarea:focus {
  border: 1px solid #AAA;
  outline: none; }

.searchform input[type="text"]:focus {
  border: none; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px 6px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%; }

.no-results input[type="search"] {
  width: 45%; }

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #e82222;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #e82222; }

a.read-more-link {
  padding: 2px 10px;
  float: right;
  border-radius: 20px;
  border: 0px solid #e82222; }
  a.read-more-link:hover {
    color: #fff !important;
    background: #e82222; }

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }
  .screen-reader-text:hover, .screen-reader-text:active, .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;
    color: #21759b;
    display: block;
    font-size: 14px;
    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 */ }

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

#breadcrumb.layout1 {
  padding: 10px 0;
  color: #aaa;
  margin-top: -10px;
  font-family: inherit; }
  #breadcrumb.layout1 .mgs-container > div {
    overflow: hidden; }
  #breadcrumb.layout1 .mgs-container .breadcrumb-trail .trail-items {
    margin: 0;
    padding: 0; }
  #breadcrumb.layout1 .mgs-container .breadcrumb-trail li {
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 10px; }
    #breadcrumb.layout1 .mgs-container .breadcrumb-trail li::after {
      content: "\f105";
      font-family: "FontAwesome";
      margin-left: 10px;
      font-size: 11px;
      color: #aaa; }
    #breadcrumb.layout1 .mgs-container .breadcrumb-trail li:last-child::after {
      content: ''; }
    #breadcrumb.layout1 .mgs-container .breadcrumb-trail li:last-child span {
      color: #000; }
  #breadcrumb.layout1 a {
    color: #c3c3c3; }
    #breadcrumb.layout1 a:hover {
      color: #000; }

/*Miteri Design One*/
#breadcrumb.layout2 .trail-browse {
  display: none; }

#breadcrumb.layout2 ul {
  margin: 0;
  padding: 10px 0;
  list-style: none; }
  #breadcrumb.layout2 ul:after {
    content: "";
    display: block;
    clear: both; }

#breadcrumb.layout2 li {
  float: left;
  display: block;
  position: relative;
  margin: 0 8px;
  margin-top: 3px; }
  #breadcrumb.layout2 li > a, #breadcrumb.layout2 li > span {
    transition: unset;
    -webkit-transition: unset;
    color: #fff;
    padding: 0 10px;
    line-height: 2em;
    display: block;
    background-color: #e82222; }
  #breadcrumb.layout2 li:before, #breadcrumb.layout2 li:after {
    top: 0;
    right: -11px;
    content: "";
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    border: 21px solid transparent;
    border-width: 13px 0 13px 11px;
    border-left-color: #e82222;
    height: 100%; }
  #breadcrumb.layout2 li:after {
    right: -11px; }
  #breadcrumb.layout2 li:before {
    left: -11px;
    border-color: #e82222;
    border-left-color: transparent; }
  #breadcrumb.layout2 li.trail-end > a, #breadcrumb.layout2 li.trail-end > span, #breadcrumb.layout2 li:hover > a, #breadcrumb.layout2 li:hover > span {
    background-color: #303440;
    transition: unset;
    -webkit-transition: unset; }
  #breadcrumb.layout2 li.trail-end:after, #breadcrumb.layout2 li:hover:after {
    border-left-color: #303440; }
  #breadcrumb.layout2 li.trail-end:before, #breadcrumb.layout2 li:hover:before {
    border-color: #303440;
    border-left-color: transparent; }
  #breadcrumb.layout2 li:first-of-type::before {
    display: none; }

#breadcrumb ul.trail-items li.trail-item:nth-of-type(1) {
  margin-left: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.row:before, .row:after {
  content: '';
  display: table; }

.entry-content:before, .entry-content:after {
  content: '';
  display: table; }

.comment-content:before, .comment-content:after {
  content: '';
  display: table; }

.site-header:before, .site-header:after {
  content: '';
  display: table; }

.site-content:before, .site-content:after {
  content: '';
  display: table; }

.site-footer:before, .site-footer:after {
  content: '';
  display: table; }

.mgs-container:after, .mgs-container:before {
  content: '';
  display: table; }

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget .owl-theme .owl-dots .owl-dot span {
  height: 8px;
  width: 20px;
  margin: 0 5px; }

.widget .owl-theme .owl-dots .owl-dot {
  border: none;
  outline: none; }

.widget .owl-theme .owl-dots .owl-dot.active span {
  background: #e82222; }

.widget {
  margin: 0 0 25px;
  padding-bottom: 10px; }
  .widget select {
    max-width: 100%; }

.single-featured-wrap, .newspaperplusSlider li, .newspaperplusCarousel li, .newspaper-plus-carousel .owl-item, .post-thumb-wrapper, .single-post-wrapper {
  overflow: hidden;
  position: relative; }
  .single-featured-wrap figure img, .newspaperplusSlider li figure img, .newspaperplusCarousel li figure img, .newspaper-plus-carousel .owl-item figure img, .post-thumb-wrapper figure img, .single-post-wrapper figure img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1; }
    .single-featured-wrap figure img:hover, .newspaperplusSlider li figure img:hover, .newspaperplusCarousel li figure img:hover, .newspaper-plus-carousel .owl-item figure img:hover, .post-thumb-wrapper figure img:hover, .single-post-wrapper figure img:hover {
      -webkit-transform: scale(1.05) rotate(1deg);
      -ms-transform: scale(1.05) rotate(1deg);
      -o-transform: scale(1.05) rotate(1deg);
      transform: scale(1.05) rotate(1deg);
      opacity: 0.8; }

#content .block-header,
#content .widget .widget-title-wrapper,
#content .related-articles-wrapper .widget-title-wrapper {
  background-color: #f27e7e; }

#content .block-header .block-title,
#content .widget .widget-title,
#content .related-articles-wrapper .related-title {
  position: relative; }
  #content .block-header .block-title:after,
  #content .widget .widget-title:after,
  #content .related-articles-wrapper .related-title:after {
    content: "";
    display: block;
    height: 0;
    width: 0px;
    border: 33px solid transparent;
    border-bottom-color: #e82222;
    border-width: 0px 20px 33px 0px;
    position: absolute;
    top: 0px;
    left: 100%; }

.footer-widgets-area .widget-title:after {
  display: none; }

.newspaper_lite_block_grid figure {
  text-align: center;
  background: rgba(0, 0, 0, 0.6); }

.tab-widget ul.widget-tabs, .newspaper_plus_random_news ul.widget-tabs {
  margin: 0;
  padding: 0; }
  .tab-widget ul.widget-tabs li, .newspaper_plus_random_news ul.widget-tabs li {
    list-style: none;
    float: left;
    width: 33.33%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis; }
    .tab-widget ul.widget-tabs li a, .newspaper_plus_random_news ul.widget-tabs li a {
      display: block;
      padding: 5px;
      background: #f27e7e;
      color: #fff !important; }
      .tab-widget ul.widget-tabs li a:hover, .newspaper_plus_random_news ul.widget-tabs li a:hover {
        color: #fff !important; }
      .tab-widget ul.widget-tabs li a .fa, .newspaper_plus_random_news ul.widget-tabs li a .fa {
        margin-right: 10px; }
    .tab-widget ul.widget-tabs li.active::after, .newspaper_plus_random_news ul.widget-tabs li.active::after {
      border: 0px solid transparent;
      border-bottom-color: #fff;
      display: block;
      content: "";
      width: 0px;
      border-width: 0 7px 7px 7px;
      margin: -7px auto 0 auto; }
    .tab-widget ul.widget-tabs li.active a, .newspaper_plus_random_news ul.widget-tabs li.active a {
      background: #e82222; }
    .tab-widget ul.widget-tabs li:hover::after, .newspaper_plus_random_news ul.widget-tabs li:hover::after {
      border: 0px solid transparent;
      border-bottom-color: #fff;
      display: block;
      content: "";
      width: 0px;
      border-width: 0 7px 7px 7px;
      margin: -7px auto 0 auto; }

.tab-widget .below-entry-meta span, .tab-widget .below-entry-meta a, .newspaper_plus_random_news .below-entry-meta span, .newspaper_plus_random_news .below-entry-meta a {
  color: #878787; }
  .tab-widget .below-entry-meta span:hover, .tab-widget .below-entry-meta a:hover, .newspaper_plus_random_news .below-entry-meta span:hover, .newspaper_plus_random_news .below-entry-meta a:hover {
    color: #e82222; }

.tab-widget .entry-title a, .newspaper_plus_random_news .entry-title a {
  font-size: 15px;
  color: #333; }

.tab-widget .single-article, .newspaper_plus_random_news .single-article {
  border: 1px solid #f9f9f9;
  padding: 10px;
  margin-top: 2.5px;
  margin-bottom: 2.5px; }

.tab-widget .tabbed-widget-comment li, .newspaper_plus_random_news .tabbed-widget-comment li {
  list-style: none; }

.tab-widget figure, .newspaper_plus_random_news figure {
  overflow: hidden;
  max-width: 100%; }
  .tab-widget figure img, .newspaper_plus_random_news figure img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1; }
    .tab-widget figure img:hover, .newspaper_plus_random_news figure img:hover {
      -webkit-transform: scale(1.05) rotate(1deg);
      -ms-transform: scale(1.05) rotate(1deg);
      -o-transform: scale(1.05) rotate(1deg);
      transform: scale(1.05) rotate(1deg);
      opacity: 0.8; }

.newspaper_plus_tab .single-article {
  position: relative; }
  .newspaper_plus_tab .single-article .tabbed-images {
    position: absolute;
    top: 10px;
    left: 10px; }
  .newspaper_plus_tab .single-article .article-content {
    min-height: 102px;
    margin-left: 146px; }

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

h1.entry-title {
  color: #353535;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize; }
  h1.entry-title a {
    color: #3d3d3d; }

.hentry {
  margin: 0 0 15px; }

.single .byline, .group-blog .byline, .posted-on, .blog-author, .blog-cat {
  display: inline;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300; }

.cat-links {
  margin-right: 10px; }

.page-content, .entry-content, .entry-summary {
  margin: 15px 0 0; }

.page-links {
  clear: both;
  margin: 0 0 15px; }

.edit-link .post-edit-link {
  background: #e82222;
  padding: 4px 10px;
  color: #FFF !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px; }
  .edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px; }

#blog-post article.hentry, .search article.hentry, .archive article.hentry, .tag article.hentry, .category article.hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #DDD; }

.blog article.hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #DDD; }
  .blog article.hentry:first-child {
    margin-top: 30px; }

article.hentry .edit-link {
  display: block;
  margin-top: 20px; }

article.hentry h1.entry-title {
  margin-bottom: 5px;
  line-height: 1.2; }

article.hentry .entry-footer > span {
  margin-right: 15px;
  font-size: 13px; }

.page-header .page-title {
  color: #333333;
  padding-bottom: 15px; }

.posted-on:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.cat-links:before {
  content: "\f07c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.comments-link:before {
  content: "\f075";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.byline:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.tags-links:before {
  content: "\f02c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 3px; }

.updated {
  display: none; }

.published.updated {
  display: inline-block; }

.entry-footer a {
  color: #999; }
  .entry-footer a:hover {
    color: #e82222; }

.nav-links .meta-nav {
  display: none; }

.nav-links .nav-previous {
  width: 50%;
  float: left; }

.nav-links .nav-next {
  width: 50%;
  text-align: right;
  float: right; }

.nav-links .nav-previous a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.nav-links .nav-next a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
  position: absolute;
  right: 10px; }

.nav-links .nav-previous {
  float: left;
  width: 25%; }

.nav-links .nav-next {
  width: 25%;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px; }
  .nav-links .nav-next a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 20px; }

.nav-links .nav-previous a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.entry-thumbnail {
  width: 38%;
  float: left; }

.entry-excerpt {
  width: 60%;
  float: right; }

.short-content {
  margin-bottom: 10px; }
  .short-content + .bttn {
    float: right; }

.entry-footer {
  margin-top: 10px; }

.full-width {
  float: none;
  width: 100%; }

.mgs-post-sharing {
  border: 1px solid #ededed;
  padding: 10px 26px;
  margin-bottom: 10px; }
  .mgs-post-sharing .mgs-post-share-title {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
    vertical-align: middle; }
  .mgs-post-sharing .mgs-social-sharing-buttons {
    font-size: 11px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 13px 8px 13px;
    margin: 10px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    font-family: sans-serif;
    display: inline-block; }
    .mgs-post-sharing .mgs-social-sharing-buttons.mgs-social-facebook {
      background-color: #516eab; }
    .mgs-post-sharing .mgs-social-sharing-buttons.mgs-social-twitter {
      background-color: #29c5f6; }
    .mgs-post-sharing .mgs-social-sharing-buttons.mgs-social-google {
      background-color: #eb4026; }
    .mgs-post-sharing .mgs-social-sharing-buttons.mgs-social-pinterest {
      background-color: #ca212a; }
    .mgs-post-sharing .mgs-social-sharing-buttons .mgs-social-but-text {
      display: inline-block;
      line-height: 100%;
      padding-left: 10px;
      margin: 5px; }

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

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

.bypostauthor {
  display: block; }

#comments {
  clear: both;
  margin-bottom: 20px; }
  #comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px; }
  #comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px; }

#commentform label {
  width: 120px;
  display: block; }

textarea#comment {
  width: 100%;
  height: 150px; }

/*Comment Lists*/
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  .comments-area ol.children {
    margin: 0 0 0 15px; }

.comment-list .comment-body {
  padding: 15px;
  margin-bottom: 20px;
  background: #F2F2F2;
  border-top: 2px solid #e82222; }

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px; }

.comment-metadata {
  margin-top: -10px;
  padding-left: 57px; }

.comment-content {
  padding-left: 58px;
  margin-top: 10px; }

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold; }
  .comment-author .fn .url {
    color: #333;
    padding: 0 5px; }
    .comment-author .fn .url:hover {
      color: #e82222; }

.comment-author .says {
  display: none; }

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300; }
  .commentmetadata a {
    color: #666; }
  .commentmetadata .comment-edit-link {
    color: #01AEFD; }
  .commentmetadata + .clear {
    margin-bottom: 20px; }

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #e82222;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  padding: 2px 10px; }

#respond {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #141414;
  margin-top: 90px;
  padding: 20px; }

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

#cancel-comment-reply-link {
  font-style: italic;
  color: #e82222; }
  #cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #e82222; }

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

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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; }

#infinite-footer {
  display: none; }

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

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%; }

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

.wp-caption .wp-caption-text {
  margin: 10px 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd, .site-main .gallery figcaption {
  margin: 0; }

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

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%; }

.site-main .gallery a img {
  max-width: none;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 47%; }

.gallery-columns-3 .gallery-item {
  max-width: 31.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 23%; }

.gallery-columns-5 .gallery-item {
  max-width: 18%; }

.gallery-columns-6 .gallery-item {
  max-width: 14.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 12.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 10.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 9.11%; }

.gallery-caption {
  display: block; }

.ui-dialog-titlebar-close:before {
  color: #000; }

/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/
.mgs-column-wrapper {
  margin-left: -2%; }

.full-width {
  width: 100% !important; }

.mgs-column-1 {
  float: left;
  width: 98%;
  margin-left: 2%; }

.mgs-column-2 {
  float: left;
  width: 48%;
  margin-left: 2%; }

.mgs-column-3 {
  float: left;
  width: 31.33%;
  margin-left: 2%; }

.mgs-column-4 {
  float: left;
  width: 23%;
  margin-left: 2%; }

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/
body {
  font-weight: 400;
  overflow: hidden;
  position: relative;
  font-family: "Poppins", serif;
  line-height: 1.8; }

.boxed_layout #page {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 1200px;
  background: #ffffff; }

body.fullwidth-layout #page {
  background: #fff none repeat scroll 0 0; }

.mgs-container {
  width: 1170px;
  margin: 0 auto;
  max-width: 100%; }

.hide {
  display: none; }

.advertisement-content {
  text-align: center; }

.advertisement_125x125 img {
  margin-bottom: 8px;
  padding: 0 2px; }

/*--------------------------------------------------------------
TOP HEADER CSS
--------------------------------------------------------------*/
.top-header-section {
  background: #313541;
  font-size: 12px;
  padding: 10px 0;
  border-top: 2px solid #e82222; }
  .top-header-section .date-section {
    float: left;
    margin-right: 15px;
    color: #fff; }
    .top-header-section .date-section::before {
      content: "\f017";
      display: inline-block;
      font-family: FontAwesome;
      margin-right: 8px; }

.top-menu ul, #footer-navigation ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.top-menu ul li, #footer-navigation ul li {
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  line-height: 12px;
  margin-right: 10px;
  padding: 0 0 0 10px; }

.top-menu ul li {
  border-left: 2px solid #e82222; }

.top-menu ul li a, #footer-navigation ul li a {
  color: #fff; }

.top-menu ul li a:hover, #footer-navigation ul li a:hover {
  color: #e82222; }

#top-header-navigation {
  float: left; }

#footer-navigation ul li ul {
  display: none; }

.header-search-wrapper:hover a, .random-post:hover a {
  color: #c1c1c1; }

#mgs-menu-wrap .random-post {
  float: right; }
  #mgs-menu-wrap .random-post a {
    display: block;
    line-height: 40px;
    padding: 0 12px;
    background: #e82222;
    color: #fff;
    margin-left: 5px; }
    #mgs-menu-wrap .random-post a fa {
      color: #fff; }

header.style-2 .top-header-section {
  border-top: 0; }

header.style-2 .newspaper-plus-ticker-wrapper {
  margin-top: -1px;
  border-top: 0; }

.site-header.style-4 .site-branding {
  float: none;
  margin: 0 auto;
  text-align: center; }
  .site-header.style-4 .site-branding .site-title-wrapper {
    float: none;
    text-align: center; }

.site-header.style-4 .header-ads-wrapper {
  float: none;
  margin: 0 auto;
  text-align: center; }

.mgs-menu-wrap-sticky-wrapper {
  margin-bottom: 1px; }

progress#reading-progress-indicator {
  background-color: #e82222; }
  progress#reading-progress-indicator::-webkit-progress-bar {
    background-color: #fff; }
  progress#reading-progress-indicator::-webkit-progress-value {
    background-color: #e82222; }

/*--------------------------------------------------------------
# Social Links CSS
--------------------------------------------------------------*/
.top-social-wrapper {
  float: right; }
  .top-social-wrapper .social-link {
    display: inline-block;
    padding: 0 6px;
    margin-left: 2px; }
    .top-social-wrapper .social-link .fa {
      font-size: 19px; }
    .top-social-wrapper .social-link .fa-facebook {
      color: #3350ae; }
    .top-social-wrapper .social-link .fa-twitter {
      color: #1eaaff; }
    .top-social-wrapper .social-link .fa-linkedin {
      color: #0084d7; }
    .top-social-wrapper .social-link .fa-youtube {
      color: #c70504; }
    .top-social-wrapper .social-link .fa-instagram {
      color: #ff7900; }
    .top-social-wrapper .social-link .fa-pinterest, .top-social-wrapper .social-link .fa-google-plus {
      color: #e02828; }
    .top-social-wrapper .social-link .fa-vimeo {
      color: #15DEFF; }

/*--------------------------------------------------------------
MIDDLE HEADER CSS
--------------------------------------------------------------*/
.logo-ads-wrapper {
  padding: 20px 0; }

.custom-logo-link {
  display: block; }

.custom-logo-link img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto; }

.site-branding {
  float: left; }

.site-branding:after {
  content: '';
  display: block;
  clear: both; }

.site-title-wrapper {
  float: left; }

.site-logo {
  margin: 30px 0; }

.site-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase; }

.site-description {
  margin: 0; }

.header-ads-wrapper {
  float: right; }
  .header-ads-wrapper.google-adsence {
    max-width: 728px;
    width: 100%;
    min-height: 0px;
    height: auto; }
  @media screen and (max-width: 728px) {
    .header-ads-wrapper.google-adsence {
      text-align: center;
      max-width: 100%; } }

.header-ads-wrapper .widget {
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------
BOTTOM HEADER CSS
--------------------------------------------------------------*/
#masthead {
  margin-bottom: 10px; }

.bottom-header-wrapper {
  background: #303440;
  border-top: 3px solid #e82222; }

.is-sticky .bottom-header-wrapper {
  background: #232f40;
  z-index: 999; }

.home-icon, .main-navigation {
  float: left; }

.home-icon {
  font-size: 22px;
  padding: 0 10px;
  background: #e82222; }
  .home-icon a {
    color: #ffffff; }
    .home-icon a:hover {
      color: #ffffff; }

.main-navigation ul > li:after {
  width: 0;
  content: '';
  background: #e82222;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width .2s ease;
  -moz-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
  float: none; }

.main-navigation ul > li.current-menu-item:after, .main-navigation ul > li.current-menu-ancestor:after, .main-navigation ul > li:hover:after {
  width: 100%; }

.main-navigation ul {
  margin: 0;
  list-style: none;
  padding: 0; }
  .main-navigation ul li {
    float: left;
    line-height: 38px;
    margin: 0 1px;
    position: relative;
    text-transform: uppercase; }
    .main-navigation ul li a {
      margin: 0 1px;
      padding: 10px 15px;
      line-height: 1.4em;
      color: #eee;
      display: block; }
      .main-navigation ul li a:hover {
        color: #e82222; }
    .main-navigation ul li.current-menu-item > a,
    .main-navigation ul li.current-menu-ancestor > a {
      /* border-bottom: 2px solid $primary_color;
                color: $primary_color; */ }
  .main-navigation ul.sub-menu, .main-navigation ul.children {
    background: #303440;
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 120%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .main-navigation ul li:hover > ul.sub-menu, .main-navigation ul li:hover > ul.children {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  .main-navigation ul.sub-menu li, .main-navigation ul.children li {
    text-transform: capitalize;
    float: none;
    display: block;
    border-bottom: 1px solid #e1e1e1; }
  .main-navigation ul.sub-menu li:last-child, .main-navigation ul.children li:last-child {
    border: none; }
  .main-navigation ul.sub-menu ul, .main-navigation ul.children ul {
    right: -100%;
    left: auto;
    top: -20%; }
  .main-navigation ul.sub-menu li:hover > ul, .main-navigation ul.children li:hover > ul {
    top: 0; }

.main-navigation li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 8px; }

.main-navigation ul.sub-menu li.menu-item-has-children > a:after, .main-navigation ul.children li.page_item_has_children > a:after {
  content: "\f105"; }

.main-navigation ul li.menu-item-has-children a, .main-navigation ul li.page_item_has_children a {
  margin-right: 15px; }

.header-search-wrapper {
  float: right;
  position: relative; }

.search-main {
  display: block;
  line-height: 40px;
  padding: 0 14px;
  cursor: pointer;
  color: #ffffff;
  background: #e82222; }

.header-search-wrapper .search-form-main {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #e82222;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 124%;
  width: 347px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0); }
  .header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e82222;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px; }
  .header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 235px;
    float: left; }
  .header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    min-width: 67px;
    height: 36px;
    background: #e82222; }
  .header-search-wrapper .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.menu-toggle {
  /*color: #333;*/
  display: none;
  float: left;
  font-size: 20px;
  padding: 2px 15px; }

.sub-toggle {
  display: none; }

/*--------------------------------------------------------------
TICKER CSS
--------------------------------------------------------------*/
.newspaper-plus-ticker-wrapper {
  margin: 0; }

#mgs-newsTicker {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.ticker-caption {
  background: #e82222;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
  width: 15%;
  position: relative; }

.newspaper-plus-ticker-wrapper {
  background: #949494; }

.ticker-content-wrapper {
  border: none;
  height: 35px;
  float: left;
  overflow: hidden;
  padding: 4px 0px 0 30px;
  width: 85%;
  position: relative;
  z-index: 0; }
  .ticker-content-wrapper .news-post a {
    color: #fff; }

/*--------------------------------------------------------------
SLIDER CSS
--------------------------------------------------------------*/
.mgs-featured-slider-wrapper {
  float: left;
  margin: 0;
  width: 50%; }

.newspaperplusSlider,
.newspaperplusCarousel {
  margin: 0;
  list-style: none; }

.mgs-slider-section,
.featured-post-wrapper .single-featured-wrap,
.newspaper_lite_block_grid .single-post-wrapper {
  position: relative; }

.mgs-slider-section .slider-content-wrapper,
.featured-post-wrapper .single-featured-wrap .featured-content-wrapper,
.newspaper_lite_block_grid .post-content-wrapper {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%; }

.byline:hover, .posted-on:hover, .comments-link:hover {
  color: #e82222; }
  .byline:hover a.url, .byline:hover time.entry-date, .byline:hover a, .posted-on:hover a.url, .posted-on:hover time.entry-date, .posted-on:hover a, .comments-link:hover a.url, .comments-link:hover time.entry-date, .comments-link:hover a {
    color: #e82222; }

.mgs-slider-section .slide-title,
.featured-post-wrapper .featured-title,
.newspaper_lite_block_grid .post-title {
  margin-bottom: 0; }

.mgs-slider-section .slide-title a,
.featured-post-wrapper .featured-title a,
.newspaper_lite_block_grid .post-title a {
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px #0a0101; }

.mgs-slider-section .slide-title a:hover,
.featured-post-wrapper .featured-title a:hover,
.newspaper_lite_block_grid .post-title a:hover {
  /*color: $primary_color;*/
  color: #e82222;
  text-shadow: 1px 1px #0a0101; }

.slider-meta-wrapper .post-meta-wrapper > span, .slider-meta-wrapper .post-meta-wrapper > a {
  color: #878787;
  display: inline-block;
  font-size: 13px;
  margin: 2px 10px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal; }

.featured-meta-wrapper .post-meta-wrapper > span, .featured-meta-wrapper .post-meta-wrapper > a {
  color: #878787;
  display: inline-block;
  font-size: 13px;
  margin: 2px 10px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal; }

.post-meta-wrapper > span, .post-meta-wrapper > span a {
  color: #878787;
  display: inline-block;
  font-size: 13px;
  margin: 2px 10px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal; }

.newspaper_lite_featured_slider .post-meta-wrapper > span, .newspaper_lite_featured_slider .post-meta-wrapper a {
  color: #dfdcdc; }

.newspaper_lite_block_grid .post-meta-wrapper > span, .newspaper_lite_block_grid .post-meta-wrapper a {
  color: #dfdcdc; }

.slider-meta-wrapper span:hover, .slider-meta-wrapper a:hover {
  color: #e82222; }

.featured-meta-wrapper span:hover, .featured-meta-wrapper a:hover {
  color: #e82222; }

.post-meta-wrapper > span:hover, .post-meta-wrapper span > a:hover {
  color: #e82222; }

.category-button a {
  background: #b10500;
  color: #fff;
  display: inline-block;
  margin: 0 5px 2px 0;
  text-transform: capitalize;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 0px; }
  .category-button a:hover {
    color: #ffffff !important; }

.feature-post {
  float: right;
  width: 50%; }
  .feature-post .single-featured-wrap {
    float: left;
    margin-bottom: 5px;
    padding-left: 5px;
    position: relative;
    width: 50%; }
    .feature-post .single-featured-wrap .single-slide {
      position: relative; }
      .feature-post .single-featured-wrap .single-slide .mg-post-thumb {
        overflow: hidden; }

.mgs-slider-section .bx-controls {
  position: absolute;
  right: 10px;
  top: 10px; }
  .mgs-slider-section .bx-controls a {
    background: #333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    margin: 0 0 0 5px;
    padding: 4px 10px;
    opacity: 0.6; }
    .mgs-slider-section .bx-controls a:hover {
      background: #e82222;
      opacity: 1;
      color: #fff; }

.mgs-slider-section.noslider .bx-controls {
  display: none; }

.featured-right-section,
.featured-left-section {
  float: left;
  width: 48.8%; }
  .featured-right-section .single-featured-wrap,
  .featured-left-section .single-featured-wrap {
    margin-bottom: 10px; }
    .featured-right-section .single-featured-wrap:last-child,
    .featured-left-section .single-featured-wrap:last-child {
      margin: 0; }

.featured-right-section {
  float: right;
  width: 49.5%; }

.featured-post-wrapper .single-featured-wrap .featured-content-wrapper {
  padding: 0 10px 10px; }

.featured-post-wrapper .featured-title {
  line-height: 22px; }

.newspaper_lite_block_grid .post-content-wrapper .post-title {
  line-height: 22px; }

.featured-post-wrapper .featured-title a, .newspaper_lite_block_grid .post-content-wrapper .post-title a {
  font-size: 18px; }

.featured-slider-section .block-header {
  display: none; }

.newspaperplusSlider > li {
  display: none; }

.newspaperplusSlider.noslider .bx-controls {
  display: none; }

.newspaperplusCarousel li {
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  padding: 10px; }
  .newspaperplusCarousel li:nth-child(n+3) {
    display: none; }

.newspaperplusSlider > li:first-child {
  display: block; }

.bx-viewport .newspaperplusSlider > li,
.bx-viewport .newspaperplusCarousel > li {
  display: block; }

/*carousel*/
.carousel-image-wrap {
  overflow: hidden; }

.carousel-title {
  margin: 0px;
  padding: 10px 0 0;
  line-height: 1em; }
  .carousel-title a {
    display: inline-block;
    line-height: 1.4em;
    color: #333333;
    font-size: 15px; }

.bx-default-pager {
  text-align: center;
  margin-top: 10px; }
  .bx-default-pager .bx-pager-item {
    display: inline-block; }
    .bx-default-pager .bx-pager-item a {
      padding: 0 10px;
      line-height: 1.5em;
      display: block;
      margin: 0 5px;
      border: 1px solid #333333; }
      .bx-default-pager .bx-pager-item a.active {
        border: 1px solid #408c40; }

.mgs-before-carousel-js-load {
  max-height: 332px;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  min-height: 332px; }
  .mgs-before-carousel-js-load ul {
    display: none; }
  .mgs-before-carousel-js-load .bx-wrapper {
    display: none; }

.mg-slider-layout.right .mgs-featured-slider-wrapper {
  float: right;
  margin-right: 0;
  margin-left: 0; }

.mg-slider-layout.right .feature-post .single-featured-wrap {
  float: left;
  padding-left: 0;
  padding-right: 5px; }

.mg-slider-layout.right .featured-post-wrapper {
  float: right; }

.mg-slider-layout.center .featured-post-wrapper {
  float: none;
  margin: 0;
  width: 100%;
  max-width: 100%; }
  .mg-slider-layout.center .featured-post-wrapper .mgs-featured-slider-wrapper {
    float: left;
    margin: 0 0.8%;
    width: 50.2%; }
    @media (max-width: 797px) {
      .mg-slider-layout.center .featured-post-wrapper .mgs-featured-slider-wrapper {
        width: 100%;
        margin: 0 0 10px; } }
  .mg-slider-layout.center .featured-post-wrapper .featured-left-section {
    float: left; }
  .mg-slider-layout.center .featured-post-wrapper .featured-right-section {
    float: right; }
  .mg-slider-layout.center .featured-post-wrapper .featured-left-section,
  .mg-slider-layout.center .featured-post-wrapper .featured-right-section {
    width: 24.1%;
    margin: 0; }
    @media (max-width: 797px) and (min-width: 480px) {
      .mg-slider-layout.center .featured-post-wrapper .featured-left-section,
      .mg-slider-layout.center .featured-post-wrapper .featured-right-section {
        width: auto;
        margin: 0 -5px; }
        .mg-slider-layout.center .featured-post-wrapper .featured-left-section .single-featured-wrap,
        .mg-slider-layout.center .featured-post-wrapper .featured-right-section .single-featured-wrap {
          width: 48%;
          width: calc(50% - 10px);
          float: left;
          margin: 0 5px 10px; } }
    @media (max-width: 480px) {
      .mg-slider-layout.center .featured-post-wrapper .featured-left-section,
      .mg-slider-layout.center .featured-post-wrapper .featured-right-section {
        width: 100%; }
        .mg-slider-layout.center .featured-post-wrapper .featured-left-section .single-featured-wrap,
        .mg-slider-layout.center .featured-post-wrapper .featured-right-section .single-featured-wrap {
          width: 100%;
          margin-bottom: 10px; } }

.mg-slider-layout.slider_only .featured-post-wrapper {
  display: none; }

.mg-slider-layout.slider_only .mgs-featured-slider-wrapper {
  width: 100%;
  max-width: 100%; }

/*--------------------------------------------------------------
Newspaper Plus Grid Block
--------------------------------------------------------------*/
.home .widget {
  margin: 30px 0 0;
  padding-bottom: 0; }

.home .header-ads-wrapper .widget {
  margin: 0;
  padding: 0; }

.home .featured-slider-section .widget {
  margin: 0;
  padding: 0 0 10px; }
  .home .featured-slider-section .widget.newspaper_lite_block_grid {
    padding: 0; }

.home-primary-wrapper {
  float: left;
  width: 66%; }

.home-secondary-wrapper {
  float: right;
  width: 31%; }

.newspaper_lite_block_grid .column-2-layout .single-post-wrapper, .newspaper_lite_block_grid .column-3-layout .single-post-wrapper, .newspaper_lite_block_grid .column-4-layout .single-post-wrapper {
  float: left;
  margin-left: 2%;
  width: 48%; }

.newspaper_lite_block_grid .column-3-layout .single-post-wrapper {
  width: 32.33%;
  margin-left: 1%; }

.newspaper_lite_block_grid .column-4-layout .single-post-wrapper {
  width: 23%; }

.newspaper_lite_block_grid .block-posts-wrapper {
  margin-left: -2%; }

.newspaper_lite_block_grid .column-3-layout .block-posts-wrapper {
  margin-left: -1%; }

.block-header, .widget .widget-title-wrapper, .related-articles-wrapper .widget-title-wrapper {
  border-left: 2px solid #e82222;
  border-bottom: 2px solid #e82222;
  line-height: 18px;
  margin-bottom: 20px;
  min-height: 23px;
  text-align: left; }

.block-header .block-title, .widget .widget-title, .related-articles-wrapper .related-title {
  background: #e82222;
  color: #fff;
  line-height: 1.8em;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 0 20px;
  font-weight: 500; }

.block-header .block-title a, .widget .widget-title a, .related-articles-wrapper .related-title a {
  color: #fff; }

.block-header .block-title a:hover, .widget .widget-title a:hover, .related-articles-wrapper .related-title a:hover {
  color: #eee; }

.grid-posts-block .post-content-wrapper, .column-posts-block .post-content-wrapper {
  margin-top: 10px; }

.grid-posts-block .post-title, .column-posts-block .post-title {
  margin: 0; }

.grid-posts-block .post-title a, .column-posts-block .post-title a {
  color: #333333;
  font-size: 18px; }

.single-post-wrapper .post-meta-wrapper > span, .single-post-wrapper .post-meta-wrapper span > a {
  font-style: normal; }

.post-content-wrapper .post-content {
  color: #656565;
  font-size: 14px;
  margin-top: 16px; }

.list-posts-block .single-post-wrapper, .column-posts-block .single-post-wrapper.secondary-post {
  margin-bottom: 15px; }

.list-posts-block .single-post-wrapper .post-thumb-wrapper, .column-posts-block .single-post-wrapper.secondary-post .post-thumb-wrapper {
  float: left;
  margin-right: 2%;
  width: 32%; }

.list-posts-block .single-post-wrapper .post-content-wrapper, .column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper {
  float: right;
  width: 64%; }

.list-posts-block .single-post-wrapper .post-content-wrapper .comments-link, .column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .comments-link {
  display: none; }

.list-posts-block .single-post-wrapper .post-content-wrapper .post-title a, .column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .post-title a {
  color: #333;
  font-size: 15px; }

.list-posts-block .single-post-wrapper .post-content-wrapper .post-title, .column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .post-title {
  margin: 0;
  line-height: 18px; }

.grid-posts-block .post-title a:hover, .list-posts-block .single-post-wrapper .post-content-wrapper .post-title a:hover, .column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .post-title a:hover {
  color: #e82222; }

.newspaper_lite_block_grid .single-post-wrapper {
  margin-bottom: 15px; }

.newspaper_lite_block_layout .block-posts-wrapper.layout2 .list-posts-block .single-post-wrapper:nth-of-type(1) .post-thumb-wrapper {
  float: none;
  width: 100%;
  margin: 0; }

.newspaper_lite_block_layout .block-posts-wrapper.layout2 .list-posts-block .single-post-wrapper:nth-of-type(1) .post-content-wrapper {
  float: none;
  width: 100%; }

.newspaper_lite_block_layout .block-posts-wrapper.layout3 .list-posts-block {
  display: table; }
  .newspaper_lite_block_layout .block-posts-wrapper.layout3 .list-posts-block .single-post-wrapper {
    float: left;
    width: 33.33%; }

.newspaper_lite_block_layout .block-posts-wrapper.layout4 {
  background: rgba(249, 249, 249, 0.5); }
  .newspaper_lite_block_layout .block-posts-wrapper.layout4 .list-posts-block {
    display: table; }
    .newspaper_lite_block_layout .block-posts-wrapper.layout4 .list-posts-block .single-post-wrapper {
      float: left;
      width: 33.33%;
      margin-bottom: 0; }
      .newspaper_lite_block_layout .block-posts-wrapper.layout4 .list-posts-block .single-post-wrapper .post-thumb-wrapper {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 0; }
      .newspaper_lite_block_layout .block-posts-wrapper.layout4 .list-posts-block .single-post-wrapper .post-content-wrapper {
        width: 100%;
        float: none;
        height: 184px;
        overflow: hidden;
        padding: 0 10px;
        line-height: 22px; }

@media (max-width: 600px) {
  .newspaper_lite_block_layout .block-posts-wrapper.layout4 .list-posts-block .single-post-wrapper {
    float: none;
    width: 100%;
    margin-bottom: inherit; }
    .newspaper_lite_block_layout .block-posts-wrapper.layout4 .list-posts-block .single-post-wrapper .post-thumb-wrapper img {
      width: 100%; }
  .newspaper_lite_block_layout .block-posts-wrapper.layout3 .list-posts-block .single-post-wrapper {
    float: none;
    width: 100%; } }

/*--------------------------------------------------------------
Newspaper Plus Default Widget
--------------------------------------------------------------*/
.widget_search .search-field {
  float: left;
  width: 78%; }

.widget_search .search-submit {
  background: #e82222 none repeat scroll 0 0;
  color: #ffffff;
  height: 36px;
  width: 22%; }

.widget_archive ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_rss ul, .widget_pages ul, .widget_nav_menu ul {
  list-style: outside none none;
  margin: 0; }

.widget_archive li, .widget_categories li, .widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_rss li, .widget_pages li, .widget_nav_menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px; }

.widget_archive li:last-child, .widget_categories li:last-child, .widget_recent_entries li:last-child, .widget_meta li:last-child, .widget_recent_comments li:last-child, .widget_rss li:last-child, .widget_pages li:last-child, .widget_nav_menu li:last-child {
  border: none; }

.widget_archive a, .widget_categories a, .widget_recent_entries a, .widget_meta a, .widget_recent_comments li, .widget_rss li, .widget_pages li a, .widget_nav_menu li a {
  color: #333333;
  font-size: 14px;
  line-height: 32px;
  padding-left: 22px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block; }

.widget a:hover {
  color: #e82222; }
  .widget a:hover::before {
    color: #e82222; }

.widget li:hover::before {
  color: #e82222; }

.widget_archive a::before, .widget_categories a::before, .widget_recent_entries a::before, .widget_meta a::before, .widget_recent_comments li::before, .widget_rss li:before, .widget_pages li a:before, .widget_nav_menu li a:before {
  color: #afb4bd;
  content: "\f187";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.widget_categories a::before {
  content: "\f07b"; }

.widget_recent_entries a::before {
  content: "\f101"; }

.widget_meta a::before, .widget_nav_menu li a:before {
  content: "\f105"; }

.widget_recent_comments li::before {
  content: "\f086";
  top: 0; }

.widget_rss li::before {
  content: "\f09e";
  top: 0; }

.widget_pages li a:before {
  content: "\f1ea";
  top: 0; }

.widget_search .search-field {
  width: 75%;
  float: left; }

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #e82222;
  border-color: #e82222;
  color: #ffffff; }

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px; }

.widget_nav_menu .sub-menu {
  display: none; }

.widget_nav_menu li::before {
  top: 0; }

.newspaper-plus-medium-banner {
  display: block;
  text-align: center; }

.widget_tag_cloud .tagcloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px; }
  .widget_tag_cloud .tagcloud a:hover {
    background: #e82222;
    color: #fff;
    border-color: #e82222; }

/*--------------------------------------------------------------
Sidebar layout css
--------------------------------------------------------------*/
#primary, .home.blog #primary {
  float: left;
  width: 70%; }

#secondary, .home.blog #secondary {
  float: right;
  width: 27%; }

.page-template-magazine-template #primary {
  float: none;
  width: 100%; }

.left-sidebar #primary {
  float: right; }

.left-sidebar #secondary {
  float: left; }

.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto; }

.no-sidebar #secondary {
  display: none; }

.no-sidebar-center #primary {
  float: none;
  margin: 0 auto; }

.home.blog #content .mgs-container {
  margin: 60px auto; }

.home.blog #content #primary article:first-child {
  margin-top: 0; }

/*--------------------------------------------------------------
Search page css
--------------------------------------------------------------*/
.search-results .entry-title, .archive .entry-title, .single .entry-title {
  font-size: 28px;
  margin-bottom: 10px; }

.entry-title {
  font-size: 28px;
  margin-bottom: 10px; }
  .entry-title a:hover {
    color: #e82222; }

.entry-meta span {
  color: #9f9f9f;
  font-size: 13px; }
  .entry-meta span a {
    color: #9f9f9f;
    font-size: 13px; }

.cat-links {
  color: #9f9f9f;
  font-size: 13px; }

.entry-meta > span {
  margin-right: 5px;
  padding-right: 5px; }

.entry-meta span a:hover {
  color: #e82222; }

.archive .post-readmore a {
  position: relative; }
  .archive .post-readmore a::after {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    opacity: 0;
    position: relative;
    right: -10px;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.post-readmore a:hover {
  color: #e82222; }
  .post-readmore a:hover:after {
    right: 0;
    opacity: 1;
    visibility: visible; }

.single-post-image {
  margin: 0 0 20px; }

/*--------------------------------------------------------------
Newspaper Plus Block Column
--------------------------------------------------------------*/
.home-primary-wrapper .newspaper_lite_block_column {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 47%;
  margin-left: 3%; }

.home-primary-wrapper .newspaper_lite_block_column-wrap {
  margin-left: -3%; }

.home-secondary-wrapper .newspaper_lite_block_column {
  width: 100%;
  margin-left: 0; }

.newspaper_lite_block_column .single-post-wrapper.primary-post {
  margin-bottom: 25px; }

.home-primary-wrapper .newspaper_plus_782x90_banner {
  margin: 20px 0 0;
  text-align: center; }

/*--------------------------------------------------------------
Newspaper Plus Block List
--------------------------------------------------------------*/
.post-thumb-wrapper {
  margin-bottom: 10px; }

.newspaper_lite_block_list .single-post-wrapper {
  margin-bottom: 2%; }

.newspaper_lite_block_list .post-thumb-wrapper {
  float: none;
  width: 100%; }

.newspaper_lite_block_list .post-content-wrapper {
  float: none;
  width: 100%; }

/*--------------------------------------------------------------
Footer CSS
--------------------------------------------------------------*/
footer#colophon {
  background: #303440;
  color: #fff;
  clear: both; }
  footer#colophon a {
    color: #fff;
    text-shadow: none;
    font-weight: normal; }
    footer#colophon a:hover {
      color: #e82222; }
  footer#colophon h1, footer#colophon h2, footer#colophon h3, footer#colophon h4, footer#colophon h5, footer#colophon h6 {
    color: inherit; }
  footer#colophon .widget_archive a, footer#colophon .widget_categories a, footer#colophon .widget_meta a, footer#colophon .widget_nav_menu li a, footer#colophon .widget_pages li a, footer#colophon .widget_recent_comments li, footer#colophon .widget_recent_entries a, footer#colophon .widget_rss li {
    color: inherit; }
  footer#colophon .tagcloud a:hover {
    color: #fff; }

#top-footer {
  padding: 20px 0 30px;
  background: #333743; }
  #top-footer .mgs-footer-widget {
    padding: 10px; }

.mgs-footer-widget-wrapper {
  margin-left: -2%; }

#top-footer.column1 .mgs-footer-widget, #top-footer.column2 .mgs-footer-widget, #top-footer.column3 .mgs-footer-widget, #top-footer.column4 .mgs-footer-widget, #middle-footer.column1 .mgs-footer-widget, #middle-footer.column2 .mgs-footer-widget, #middle-footer.column3 .mgs-footer-widget, #middle-footer.column4 .mgs-footer-widget {
  float: left;
  margin-left: 2%; }

#top-footer.column1 .mgs-footer-widget, #middle-footer.column1 .mgs-footer-widget {
  width: 98%; }

#top-footer.column2 .mgs-footer-widget, #middle-footer.column2 .mgs-footer-widget {
  width: 48%; }

#top-footer.column3 .mgs-footer-widget, #middle-footer.column3 .mgs-footer-widget {
  width: 31.33%; }

#top-footer.column4 .mgs-footer-widget, #middle-footer.column4 .mgs-footer-widget {
  width: 23%; }

#top-footer .block-header, #top-footer .widget .widget-title-wrapper, #top-footer .block-header .block-title, #top-footer .widget .widget-title, #middle-footer .block-header, #middle-footer .widget .widget-title-wrapper, #middle-footer .block-header .block-title, #middle-footer .widget .widget-title {
  background: none;
  border-bottom: none; }

#bottom-footer {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  font-size: 13px;
  padding: 8px 0; }
  #bottom-footer .site-info {
    float: left; }

#footer-navigation {
  float: right; }
  #footer-navigation ul li:first-child {
    border: none; }

/*--------------------------------------------------------------
Error 404 css
--------------------------------------------------------------*/
.error-404.not-found {
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  margin-bottom: 20px; }
  .error-404.not-found .search-form {
    margin-bottom: 20px; }
    .error-404.not-found .search-form .search-submit {
      margin-top: 5px; }

.error404 .page-title {
  background: #e82222 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  text-align: center; }

.error-num {
  font-size: 114px;
  font-weight: 700;
  text-align: center; }
  .error-num > span {
    font-size: 34px;
    text-transform: uppercase; }

.error404 .page-content {
  font-size: 14px;
  text-align: center; }

/*--------------------------------------------------------------
Archive page  css
--------------------------------------------------------------*/
.blog .page-header,
.archive .page-header {
  background: #f1f1f1 none repeat scroll 0 0;
  border-left: 4px solid #e82222;
  line-height: 24px;
  margin-bottom: 30px;
  padding: 0 20px 0 0; }
  .blog .page-header .page-title,
  .archive .page-header .page-title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    padding: 0 30px;
    text-transform: uppercase; }

.archive-classic .post-image {
  text-align: center; }

.blog .entry-header,
.archive .entry-header {
  margin-top: 20px;
  text-align: center; }

.archive-classic .post-cat-list, .archive-columns .post-cat-list {
  margin-bottom: 10px; }

.archive-classic .post-cat-list .cat-name, .archive-columns .post-cat-list .cat-name {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
  text-transform: uppercase; }

.archive-classic .entry-title {
  margin-bottom: 20px; }
  .archive-classic .entry-title a {
    color: #333;
    position: relative;
    display: block;
    padding-bottom: 10px; }

.archive.archive-classic .entry-title a:after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 250px;
  height: 4px;
  background: #eee;
  content: "";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.archive-classic .entry-title a:hover {
  color: #e82222; }

.archive-classic .entry-content {
  text-align: justify; }

.archive.archive-classic .entry-content {
  text-align: center; }

.archive-classic .entry-content p {
  margin-bottom: 20px; }

.archive.archive-classic .entry-content p {
  margin-bottom: 0; }

.blog .entry-footer,
.archive-classic .entry-footer {
  margin-top: 20px;
  text-align: center; }

.blog .entry-meta > span,
.archive-classic .entry-meta > span {
  margin-right: 15px; }

.search .entry-title {
  margin: 0 0 10px; }

.taxonomy-description {
  margin-top: -20px; }

/*--------------------------------------------------------------
Archive page  column css
--------------------------------------------------------------*/
.archive-columns .archive-content-wrapper {
  margin-left: -3%; }
  .archive-columns .archive-content-wrapper article {
    border: medium none;
    display: inline-block;
    margin: 0 -4px 20px 3%;
    text-align: left;
    vertical-align: top;
    width: 47%; }

.archive-columns .post-cat-list {
  margin-bottom: 0; }

.archive-columns .entry-title {
  margin: 0; }
  .archive-columns .entry-title a {
    font-size: 18px;
    color: #333; }
    .archive-columns .entry-title a:hover {
      color: #e82222; }

.archive-columns .entry-content {
  margin-top: 10px; }

.archive-columns .entry-header {
  margin-top: 15px;
  text-align: left; }

.archive-columns .archive-desc-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 5px 20px 20px;
  position: relative; }
  .archive-columns .archive-desc-wrapper:before {
    position: absolute;
    left: 20px;
    top: -10px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: ""; }

.archive-columns .entry-footer {
  margin: -10px 0 0; }

/*--------------------------------------------------------------
Related Article css
--------------------------------------------------------------*/
.related-posts-wrapper {
  margin-left: -2%; }
  .related-posts-wrapper .single-post-wrap {
    float: left;
    margin-left: 2%;
    width: 31.33%; }
  .related-posts-wrapper .category-button a {
    color: #fff;
    margin-top: 2px;
    margin-bottom: 5px; }
  .related-posts-wrapper .post-title {
    margin-bottom: 5px; }
    .related-posts-wrapper .post-title a {
      color: #333;
      font-size: 18px; }
      .related-posts-wrapper .post-title a:hover {
        color: #e82222; }
  .related-posts-wrapper .post-meta-wrapper {
    margin-bottom: 10px; }

/*--------------------------------------------------------------
Author css
--------------------------------------------------------------*/
.newspaper-plus-author-wrapper {
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 30px; }
  .newspaper-plus-author-wrapper .author-avatar {
    float: left;
    width: 17%; }
  .newspaper-plus-author-wrapper .author-desc-wrapper {
    float: right;
    width: 80%; }
    .newspaper-plus-author-wrapper .author-desc-wrapper .author-title {
      color: #333;
      display: block;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      text-transform: capitalize; }

.comments-link, .comments, .post-views, .entry-meta .comments-link, .newspaper_lite_featured_slider .post-meta-wrapper > span, .newspaper_lite_featured_slider .post-meta-wrapper a, .single-post-wrapper .post-meta-wrapper > span, .single-post-wrapper .post-meta-wrapper span > a {
  font-size: 11px; }
  .comments-link a, .comments a, .post-views a, .entry-meta .comments-link a, .newspaper_lite_featured_slider .post-meta-wrapper > span a, .newspaper_lite_featured_slider .post-meta-wrapper a a, .single-post-wrapper .post-meta-wrapper > span a, .single-post-wrapper .post-meta-wrapper span > a a {
    font-size: 11px;
    font-style: initial; }
  .comments-link .total-views, .comments .total-views, .post-views .total-views, .entry-meta .comments-link .total-views, .newspaper_lite_featured_slider .post-meta-wrapper > span .total-views, .newspaper_lite_featured_slider .post-meta-wrapper a .total-views, .single-post-wrapper .post-meta-wrapper > span .total-views, .single-post-wrapper .post-meta-wrapper span > a .total-views {
    font-size: 11px;
    font-style: initial; }

.author.vcard, .author.entry-date, time.vcard, time.entry-date {
  font-size: 11px;
  font-style: initial; }
  .author.vcard a, .author.entry-date a, time.vcard a, time.entry-date a {
    font-size: 11px;
    font-style: initial; }

/*--------------------------------------------------------------
scroll to top css
--------------------------------------------------------------*/
#mgs-scrollup {
  background-color: #e82222;
  bottom: 20px;
  display: none;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 20px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
  border-radius: 100%; }

.home .post-content-wrapper .post-content {
  max-height: 80px;
  overflow: hidden; }

/**
 * Newspaper Plus Css
 */
/*--------------------------------------------------------------
Imporvements for Free Version
--------------------------------------------------------------*/
iframe,
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  max-width: 100%; }

.widget-title:empty {
  display: none; }

.newspaper-plus-carousel .carousel-content-wrapper {
  padding: 10px 0; }

.carousel-content-wrapper .carousel-title {
  padding-top: 5px; }

.carousel-content-wrapper .carousel-title a {
  vertical-align: top; }

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.navigation.posts-navigation {
  padding-bottom: 30px;
  overflow: hidden; }

.navigation.post-navigation:after {
  content: "";
  display: block;
  clear: both; }

/*--------------------------------------------------------------
Site Navigation
--------------------------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
  .main-navigation ul li a {
    padding: 10px 5px; }
  .main-navigation li.menu-item-has-children > a::after,
  .main-navigation li.page_item_has_children > a::after {
    right: 5px; } }

@media (min-width: 769px) {
  .main-navigation {
    width: calc(100% - 130px); } }

/*--------------------------------------------------------------
Tabbed Widget
--------------------------------------------------------------*/
.tab-widget ul.widget-tabs {
  margin-bottom: 10px; }

.tab-widget .widget-tabs:after {
  content: "";
  display: block;
  clear: both; }

.tab-widget .single-article {
  border: 1px solid #e3e3e3;
  margin-bottom: 10px; }

.tab-widget .entry-title {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1em; }

.tab-widget .entry-title a {
  line-height: 1.6em; }

.tab-widget .tabbed-images {
  margin-bottom: 10px; }

.tabbed-comment-widget:after {
  content: "";
  display: block;
  clear: both; }

.tabbed-comment-widget .comment-wraper,
.tabbed-comment-widget .author-thumbnail {
  float: left; }

.tabbed-comment-widget .author-thumbnail {
  padding: 0 10px 10px 0;
  width: 60px; }

.tabbed-comment-widget .comment-wraper {
  width: calc(100% - 60px); }

.tab-widget ul.widget-tabs li a {
  padding: 5px 7px; }

.tab-widget .tabbed-comment-widget {
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
  padding: 10px 10px 0 10px; }

.tab-widget .tabbed-comment-widget p {
  margin-bottom: 10px; }

/*--------------------------------------------------------------
Newspaper Plus Weather Widget
--------------------------------------------------------------*/
.newspaper-plus-weather-widget {
  max-width: 480px; }

.newspaper-plus-weather-widget ul {
  list-style: none;
  background-position: center center;
  background-size: cover;
  padding: 0 10px; }

.current-weather {
  text-align: right; }

.newspaper-plus-weather-days {
  position: relative;
  background: #f5f5f5;
  margin-bottom: 15px;
  padding: 10px; }

.newspaper-plus-weather-days:after {
  content: "";
  display: block;
  clear: both; }

.newspaper-plus-weather-days figure {
  float: left;
  width: 25%;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

.forcast-day {
  margin: 0;
  padding: 0;
  width: 75%;
  float: right; }

.forcast-day li {
  line-height: 1.4; }

/*--------------------------------------------------------------
Call TO Action Widget
--------------------------------------------------------------*/
.newspaper_plus_call_to_action {
  margin-bottom: 30px; }

.callto_action_bg {
  width: 100%;
  background-color: #000;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  display: table-cell;
  background-position: center center; }

.callto_action_bg.parallex {
  background-attachment: fixed; }

.callto_action_wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

.callto_action_wrap.center {
  text-align: center; }

.callto_action_wrap.left {
  text-align: left; }

.callto_action_wrap.right {
  text-align: right; }

.call_to_action_title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px; }

.newspaper_plus_action_content {
  margin-bottom: 40px; }

.newspaper_plus_call_to_action .bttn {
  color: #ffffff;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  border-radius: 4px;
  text-align: center;
  line-height: 1.4em;
  display: inline-block; }

.home .newspaper_plus_call_to_action {
  margin: 30px 0 0;
  padding-bottom: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }

/*--------------------------------------------------------------
Currency Converter
--------------------------------------------------------------*/
.newspaper_plus_currenty_currency_wraper .title-wrap {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase; }

.newspaper_plus_currenty_currency_wraper input.V1textarea,
.newspaper_plus_currenty_currency_wraper input#Vamount,
.newspaper_plus_currenty_currency_wraper select.V1selectBox,
.newspaper_plus_currenty_currency_wraper input[type="text"],
.newspaper_plus_currenty_currency_wraper select,
.newspaper_plus_currenty_currency_wraper textarea {
  font-size: inherit;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  line-height: 2.5;
  min-width: 100%; }

/*--------------------------------------------------------------
Block Layout
--------------------------------------------------------------*/
#secondary .list-posts-block .single-post-wrapper .post-content-wrapper,
#secondary .list-posts-block .single-post-wrapper .post-thumb-wrapper {
  margin: 0;
  width: 100%;
  float: none; }

#secondary .post-meta-wrapper > span {
  margin: 0;
  display: block; }

#secondary .newspaper_lite_block_layout .right-column-wrapper {
  padding-left: 10px; }

#secondary .newspaper_lite_block_layout .post-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap; }

/*--------------------------------------------------------------
Feature Slider
--------------------------------------------------------------*/
.home-secondary-wrapper .featured-left-section,
.home-secondary-wrapper .featured-right-section,
.home-secondary-wrapper .featured-post-wrapper,
.home-secondary-wrapper .mgs-featured-slider-wrapper,
#secondary .featured-left-section,
#secondary .featured-right-section,
#secondary .featured-post-wrapper,
#secondary .mgs-featured-slider-wrapper {
  width: 100%;
  float: none;
  margin-bottom: 15px; }

.home-secondary-wrapper .newspaper_lite_block_grid .block-posts-wrapper,
#secondary .newspaper_lite_block_grid .block-posts-wrapper {
  margin-left: 0; }

/*--------------------------------------------------------------
Column Block Posts
--------------------------------------------------------------*/
#secondary .column-posts-block .single-post-wrapper.secondary-post {
  border: 1px solid #e3e3e3;
  padding: 10px; }

#secondary .column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper {
  margin-top: 0px; }

/*--------------------------------------------------------------
Youtube Playlist
--------------------------------------------------------------*/
.newspaper_plus_youtube_playlist {
  padding-bottom: 0;
  margin-bottom: 5px; }

.newspaper_plus_youtube_playlist .youtube-playlist {
  display: inline-block;
  margin: 0; }

.newspaper_plus_youtube_playlist li {
  height: auto;
  list-style: outside none none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: auto; }

.youtube-playlist.horizontal {
  margin: 0 -10px; }

.youtube-playlist.horizontal li {
  float: left;
  width: 50%;
  padding: 0 10px; }

.newspaper_plus_youtube_playlist li p {
  line-height: 1.4em;
  margin-top: 5px; }

.newspaper_plus_youtube_playlist .play {
  background: url("../images/play128.png");
  box-shadow: none;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  text-indent: -99999px;
  width: 64px;
  height: 48px;
  margin: -24px 0 0 -32px; }

.newspaper_plus_youtube_playlist .play:hover {
  opacity: 0.5; }

.newspaper_plus_youtube_playlist .thumbnail-wrap {
  position: relative; }

/*--------------------------------------------------------------
Model Dialog Styles
--------------------------------------------------------------*/
/**
 * modal dialog styles
*/
.ui-dialog-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block; }

.ui-dialog {
  z-index: 9999999;
  max-width: 100%; }

.ui-widget-overlay {
  background: #000; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0px;
  outline: none; }

.ui-widget-header {
  background: #3e3e3e; }

.ui-dialog-titlebar {
  color: #00a0d2;
  font-size: 15px;
  font-weight: normal; }

.single_featured_ltbox .hentry .single-post-image img,
.single_content_ltbox .hentry .entry-content img {
  cursor: pointer; }

/*--------------------------------------------------------------
Reading Progress Indicator
--------------------------------------------------------------*/
#reading-progress-indicator {
  display: block;
  width: 100%;
  padding: 0;
  background: #303440;
  border: none;
  height: 3px; }

.progress-indicator-wraper {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  z-index: 9999;
  position: fixed;
  background: #e3e3e3; }

.progress-indicator-wraper.top {
  top: 0;
  left: 0;
  right: 0; }

.admin-bar .progress-indicator-wraper.top {
  top: 32px; }

.progress-indicator-wraper.bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.progress-indicator-wraper.left,
.progress-indicator-wraper.right {
  width: 100vh;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left 3px;
  -moz-transform-origin: left 3px;
  -ms-transform-origin: left 3px;
  -o-transform-origin: left 3px;
  transform-origin: left 3px; }

.progress-indicator-wraper.right {
  -webkit-transform-origin: left 0;
  -moz-transform-origin: left 0;
  -ms-transform-origin: left 0;
  -o-transform-origin: left 0;
  transform-origin: left 0;
  margin-left: 100%; }

@media (min-width: 1200px) {
  .boxed_layout .progress-indicator-wraper.right {
    margin-left: 1200px;
    margin-top: -3px; } }

.boxed_layout .progress-indicator-wraper.top,
.boxed_layout .progress-indicator-wraper.bottom {
  margin: 0 auto;
  max-width: 1200px; }

body .mgs-feed-tmpl1 ul {
  padding-left: 0;
  margin-left: 0; }

.footer-widgets-area .widget {
  margin-top: 10px;
  padding: 10px; }

.footer-widgets-area .mgs_twitter_api_widget_twitter_feeds .widget-title-wrapper {
  margin-bottom: 0px; }

.footer-widgets-area .newspaper_plus_random_news .single-article,
.footer-widgets-area .tab-widget .single-article {
  border-color: transparent; }

/*========================================================
Comment Templates
========================================================*/
#respond {
  margin-top: 20px; }

a.widget-read {
  float: right;
  line-height: 1.8em;
  color: #fff;
  padding: 1px 15px;
  background: #e82222;
  font-size: 1em;
  margin: 3px 2px 2px 2px;
  font-weight: 400; }

a.widget-read:hover,
a.widget-read:focus,
a.widget-read:active {
  background: #232f40;
  color: #fff; }

.search-form:after {
  content: "";
  display: block;
  clear: both; }

.search-form .search-field {
  width: 75%; }

.search-form .search-submit {
  width: 25%; }

.error-404.not-found .search-form .search-submit {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  height: 36px; }

.search-form .search-field,
.search-form .search-submit {
  float: left; }

.featured-left-section,
.featured-right-section {
  width: 49.15%; }

/*========================================================
Media Query
========================================================*/
@media (max-width: 1023px) and (min-width: 769px) {
  #middle-footer.column4 .mgs-footer-widget:nth-child(2n+1),
  #top-footer.column4 .mgs-footer-widget:nth-child(2n+1) {
    clear: both; } }

@media (max-width: 768px) and (min-width: 480px) {
  .newspaper_lite_block_grid .column-3-layout .single-post-wrapper {
    width: 49%; } }

@media (max-width: 480px) {
  .newspaper_lite_block_grid .column-3-layout .single-post-wrapper {
    width: 100%;
    margin-left: 0px; } }

/*--------------------------------------------------------------
Changes
--------------------------------------------------------------*/
div#middle-footer {
  padding-top: 25px; }

.newspaper-plus-loading {
  background: url("../images/loading_spinner.gif") center no-repeat;
  background-position: center center;
  background-size: 50px 50px; }

.rtl #content .block-header .block-title::after,
.rtl #content .related-articles-wrapper .related-title::after,
.rtl #content .widget .widget-title::after {
  left: initial;
  right: 100%;
  border-width: 33px 33px 0 0;
  border-right-color: #e82222; }

.widget-title-wrapper::after,
.block-header::after {
  clear: both;
  content: "";
  display: block; }

#secondary .featured-right-section,
#secondary .featured-post-wrapper {
  padding-top: 10px; }

#secondary .featured-right-section img,
#secondary .featured-right-section,
#secondary .featured-left-section,
#secondary .featured-post-wrapper,
#secondary .mgs-featured-slider-wrapper {
  width: 100%; }

/*----------------------------------------------------------------------------------------------
Woocommerce Support
----------------------------------------------------------------------------------------------*/
.copyright {
  text-align: center; }

#comments .required {
  color: #f00; }

.woocommerce .woocommerce-breadcrumb {
  padding: 20px 0; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #e82222; }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #e82222; }

.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
  color: #e82222; }

.woocommerce ul.products li.product .price:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce ul.products li.product .price del {
  float: left; }

.woocommerce ul.products li.product .price ins {
  float: right; }

.woocommerce span.onsale {
  background-color: #e82222; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #e82222;
  color: #fff; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #1e73be;
  color: #fff; }

.woocommerce .star-rating span::before {
  color: #e82222; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #e82222;
  border: 1px solid #e82222; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
      color: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-left: 3px;
    content: ""; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: inherit; }

.woocommerce div.product div.images .woo_product_thumbnail_wraper {
  margin: 0 -4px; }
  .woocommerce div.product div.images .woo_product_thumbnail_wraper > .woocommerce-product-gallery__image {
    width: 25%;
    padding: 0 4px;
    display: inline-block; }

.woocommerce #reviews #comment {
  height: 300px; }
  .woocommerce #reviews #comment .required {
    color: #f00; }

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.5em 1em; }

.woocommerce nav.woocommerce-pagination {
  padding-bottom: 20px; }

.woo_product_thumbnail_wraper {
  padding-top: 20px; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px; }

.breaking-news-slider .post-title {
  margin: 15px 0 5px; }

.breaking-news-slider .hentry {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #cecece; }
  .breaking-news-slider .hentry:after {
    content: "";
    display: block;
    clear: both; }

.breaking-news-slider .tabbed-images {
  width: 35%;
  float: left; }

.breaking-news-slider .feature_image {
  float: left;
  width: 65%;
  padding: 0 0 0 15px; }
  .breaking-news-slider .feature_image .post-title {
    margin-top: 0px; }

.breaking_news_wrap {
  position: relative; }
  .breaking_news_wrap .article-content.feature_image .post-meta-wrapper .comments-link a {
    font-size: 11px; }
  .breaking_news_wrap .article-content.feature_image .post-title a {
    color: #333;
    font-size: 15px;
    line-height: 18px; }
    .breaking_news_wrap .article-content.feature_image .post-title a:hover {
      color: #e82222; }
  .breaking_news_wrap .breaking-news-slider {
    padding: 0;
    margin: 0;
    list-style: none; }
    .breaking_news_wrap .breaking-news-slider:after {
      content: "";
      display: block;
      clear: both; }
  .breaking_news_wrap .bx-viewport {
    z-index: 1; }
  .breaking_news_wrap .bx-controls-direction {
    text-align: center; }
    .breaking_news_wrap .bx-controls-direction a {
      height: 30px;
      width: 30px;
      font-size: 0px;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 100%; }
      .breaking_news_wrap .bx-controls-direction a:before {
        color: #fff;
        display: block;
        text-align: center;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 30px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .breaking_news_wrap.vertical {
    margin-top: 35px;
    padding-bottom: 30px; }
    .breaking_news_wrap.vertical .bx-controls-direction {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      .breaking_news_wrap.vertical .bx-controls-direction a {
        margin: 0 auto;
        left: 0;
        right: 0;
        position: absolute; }
        .breaking_news_wrap.vertical .bx-controls-direction a.bx-prev {
          top: -30px; }
          .breaking_news_wrap.vertical .bx-controls-direction a.bx-prev:before {
            content: "\f077"; }
        .breaking_news_wrap.vertical .bx-controls-direction a.bx-next {
          bottom: 0; }
          .breaking_news_wrap.vertical .bx-controls-direction a.bx-next:before {
            content: "\f078"; }
  .breaking_news_wrap.fade .hentry {
    border: none; }
  .breaking_news_wrap.fade .bx-controls-direction {
    padding-top: 10px; }
    .breaking_news_wrap.fade .bx-controls-direction a {
      margin: 0 4px; }
      .breaking_news_wrap.fade .bx-controls-direction a.bx-prev:before {
        content: "\f053"; }
      .breaking_news_wrap.fade .bx-controls-direction a.bx-prev:hover {
        background: #e82222; }
        .breaking_news_wrap.fade .bx-controls-direction a.bx-prev:hover:before {
          color: #fff; }
      .breaking_news_wrap.fade .bx-controls-direction a.bx-next:before {
        content: "\f054"; }
      .breaking_news_wrap.fade .bx-controls-direction a.bx-next:hover {
        background: #e82222; }
        .breaking_news_wrap.fade .bx-controls-direction a.bx-next:hover:before {
          color: #fff; }

.mgs-more-articles-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  width: 341px;
  bottom: 60px;
  right: -384px;
  background-color: #fff;
  padding: 16px 20px 0 20px;
  border-style: solid;
  border-color: #ededed;
  border-width: 1px 0 1px 1px;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -moz-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -o-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  /* custom */
  /* responsive portrait phone */ }
  .mgs-more-articles-box .post-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500; }
    .mgs-more-articles-box .post-title a {
      font-size: 14px;
      color: #000; }
      .mgs-more-articles-box .post-title a:hover {
        color: #e82222; }
  .mgs-more-articles-box .mgs-more-articles-box-title {
    font-family: 'Open Sans', arial, sans-serif;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 39px;
    display: inline-block;
    text-align: center;
    min-width: 300px;
    margin-bottom: 18px; }
  .mgs-more-articles-box figure {
    max-width: 100%;
    overflow: hidden;
    width: 100px; }
    .mgs-more-articles-box figure img {
      width: 100px;
      height: 70px;
      max-width: 100%; }
  .mgs-more-articles-box .mgs-content-more-articles-box .mgs_module_1,
  .mgs-more-articles-box .mgs-content-more-articles-box .mgs_module_3 {
    padding-bottom: 20px; }
  .mgs-more-articles-box .mgs-content-more-articles-box .mgs_module_4 {
    margin-bottom: 20px; }
  .mgs-more-articles-box .mgs-content-more-articles-box .mgs_module_2 {
    padding-bottom: 10px; }
  .mgs-more-articles-box .mgs-content-more-articles-box .mgs_module_5:last-child,
  .mgs-more-articles-box .mgs-content-more-articles-box .mgs_module_9:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .mgs-more-articles-box .mgs-content-more-articles-box .mgs-module-thumb {
    height: auto !important; }
  .mgs-more-articles-box .mgs-close-more-articles-box {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 14px;
    top: 21px;
    line-height: 26px;
    padding: 2px 11px;
    font-size: 17px; }
  .mgs-more-articles-box #mgs_css_split_separator {
    visibility: visible; }
  .mgs-more-articles-box .single-post-wrapper {
    padding-bottom: 26px;
    position: relative; }
    .mgs-more-articles-box .single-post-wrapper .mgs-thumb {
      position: absolute;
      top: 0;
      left: 0; }
    .mgs-more-articles-box .single-post-wrapper .post-content-wrapper {
      margin-left: 116px;
      min-height: 70px; }

@media (max-width: 767px) {
  .mgs-more-articles-box {
    display: none !important; } }

.mgs-front-end-display-block {
  right: 0;
  visibility: visible; }

[class*="mgs-icon-"] {
  line-height: 1;
  text-align: center;
  display: inline-block; }

/*Loadsing Gif ICON*/
.te-lb-box {
  position: absolute;
  width: 19px;
  height: 19px; }

.te-lb-box-1 {
  top: 0;
  left: 0; }

.te-lb-box-2 {
  top: 0;
  left: 20px; }

.te-lb-box-3 {
  top: 0;
  left: 40px; }

.te-lb-box-4 {
  top: 20px;
  right: 0; }

.te-lb-box-5 {
  bottom: 0;
  right: 0; }

.te-lb-box-6 {
  bottom: 0;
  left: 20px; }

.te-lb-box-7 {
  bottom: 0;
  left: 0; }

.te-lb-box-8 {
  top: 20px;
  left: 0; }

/**/
.te-loader-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 59px;
  height: 59px;
  margin-top: -29.5px;
  /* Half the height */
  margin-left: -29.5px;
  /* Half the width */
  /* responsive phone */
  -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  /* custom */ }

@media (max-width: 767px) {
  .te-loader-gif {
    top: 200px; } }

@-webkit-keyframes te_fadeInDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes te_fadeInDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

/*Mega Menu*/
.mgs_mega_menu {
  position: relative; }
  .mgs_mega_menu .te-mega-menu {
    position: static !important; }
    .mgs_mega_menu .te-mega-menu .sub-menu {
      top: 40px !important;
      left: -42px;
      right: -91px;
      z-index: 5;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      .mgs_mega_menu .te-mega-menu .sub-menu .te_mega_menu_sub_cats a {
        font-weight: 400;
        color: #303440; }
        .mgs_mega_menu .te-mega-menu .sub-menu .te_mega_menu_sub_cats a:hover {
          color: #e82222; }
    .mgs_mega_menu .te-mega-menu:hover .sub-menu {
      top: 50px !important;
      background: transparent !important; }

.te_block_inner {
  width: 79%;
  display: table-cell; }

.te-mega-menu li:after, .te-mega-menu:after {
  display: none; }

.block-mega-child-cats {
  max-height: 250px;
  height: 250px;
  overflow-y: auto; }

.te_mega_menu_sub_cats {
  width: 21%;
  text-align: right;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding: 22px 0;
  background-color: #fafafa;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
  overflow-y: auto; }
  .te_mega_menu_sub_cats a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #303440;
    padding: 5px 22px;
    position: relative;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .te_mega_menu_sub_cats a.active, .te_mega_menu_sub_cats a:hover {
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      background: #fff;
      border: 1px solid #dedede;
      border-width: 1px 0; }

.te-mega-post {
  width: 25%;
  float: left;
  padding: 0 15px; }
  .te-mega-post .entry-title {
    font-size: 14px;
    margin-bottom: 0px; }
    .te-mega-post .entry-title a {
      color: #303440;
      padding: 0;
      font-weight: 300;
      overflow: hidden; }
      .te-mega-post .entry-title a:hover {
        color: #b10500; }
      .te-mega-post .entry-title a:after {
        display: none; }
  .te-mega-post .random-images a {
    padding: 0; }
  .te-mega-post .post-cat-list {
    line-height: 1em;
    padding: 5px 0; }
  .te-mega-post .category-button {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 5px 3px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    background: #e82222; }
    .te-mega-post .category-button a {
      display: inline;
      font-size: inherit;
      padding: 0;
      letter-spacing: 0.2px;
      background: transparent !important; }
    .te-mega-post .category-button:hover {
      background-color: #303440; }

.archive-columns .te-mega-post .entry-title {
  font-size: 14px; }

.te_block_inner {
  background: #fff;
  padding: 20px 0; }

.te-mega-row {
  padding: 0 10px;
  display: none; }
  .te-mega-row .te-mega-post {
    padding: 0 10px; }
  .te-mega-row.active {
    display: block; }

body.dark_skin p {
  color: #fff; }

body.dark_skin .site-description {
  color: #fff; }

body.dark_skin #breadcrumb.layout1 .mgs-container .breadcrumb-trail li:last-child span {
  color: #fff; }

body.dark_skin #page,
body.dark_skin #header-text-nav-container,
body.dark_skin .news-bar,
body.dark_skin #main,
body.dark_skin .home-secondary-wrapper .widget {
  background-color: #1A1A1A; }

body.dark_skin .list-posts-block .single-post-wrapper .post-content-wrapper .post-title a, body.dark_skin .column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .post-title a,
body.dark_skin .grid-posts-block .post-title a, body.dark_skin .column-posts-block .post-title a, body.dark_skin button, body.dark_skin input, body.dark_skin select, body.dark_skin textarea, body.dark_skin h1.entry-title,
body.dark_skin .widget_archive a, body.dark_skin .widget_categories a, body.dark_skin .widget_recent_entries a, body.dark_skin .widget_meta a, body.dark_skin .widget_recent_comments li, body.dark_skin .widget_rss li, body.dark_skin .widget_pages li a, body.dark_skin .widget_nav_menu li a, body.dark_skin .post-content-wrapper .post-content,
body.dark_skin .related-posts-wrapper .post-title a, body.dark_skin #comments h2.comments-title, body.dark_skin .author-title, body.dark_skin .author-description, body.dark_skin .newspaper-plus-author-wrapper .author-desc-wrapper .author-title,
body.dark_skin .breaking_news_wrap .article-content.feature_image .post-title a, body.dark_skin .newspaper-plus-carousel .carousel-title a,
body.dark_skin .newspaper-plus-weather-widget, body.dark_skin .newspaper-plus-weather-widget h6,
body.dark_skin .newspaper_plus_random_news, body.dark_skin .widgets h1, body.dark_skin .widgets h2, body.dark_skin .widgets h3, body.dark_skin .widgets h4, body.dark_skin .widgets h5, body.dark_skin .widgets h6, body.dark_skin .widgets .entry-title a,
body.dark_skin .tab-widget .entry-title a, body.dark_skin .newspaper_plus_random_news .entry-title a {
  color: #fff; }

body.dark_skin .news-bar {
  background-color: #1e1e1e; }

body.dark_skin .main-small-navigation li {
  background-color: #232323; }

body.dark_skin .main-small-navigation a {
  color: #fff; }

body.dark_skin .date-in-header {
  color: #cccccc; }

body.dark_skin .breaking-news-latest {
  color: #fff; }

body.dark_skin .search-form-top {
  background-color: #121212;
  border: 0 none; }

body.dark_skin .widget_featured_posts .single-article {
  box-shadow: 0 0 0 0 transparent; }

body.dark_skin .widget_featured_posts .article-content .entry-title a {
  color: #fff; }

body.dark_skin .widget_featured_posts .article-content .below-entry-meta .posted-on .fa,
body.dark_skin .widget_featured_posts .article-content .below-entry-meta .byline .fa,
body.dark_skin .widget_featured_posts .article-content .below-entry-meta .comments .fa {
  color: #a6a6a6; }

body.dark_skin .posted-on a,
body.dark_skin .byline a,
body.dark_skin .comments a {
  color: #a6a6a6; }

body.dark_skin .comments span {
  color: #a6a6a6; }

body.dark_skin .thumbnail-slider {
  border-color: #1A1A1A; }

body.dark_skin #comments {
  border-color: #444444; }

body.dark_skin #content .post .article-content .entry-title a {
  color: #fff; }

body.dark_skin #content .post .article-content .below-entry-meta .byline .fa,
body.dark_skin #content .post .article-content .below-entry-meta .comments .fa,
body.dark_skin #content .post .article-content .below-entry-meta .tag-links .fa,
body.dark_skin #content .post .article-content .below-entry-meta .edit-link .fa,
body.dark_skin #content .post .article-content .below-entry-meta .posted-on .fa,
body.dark_skin #content .post .article-content .below-entry-meta .post-views .fa {
  color: #a6a6a6; }

body.dark_skin #content .post .article-content .below-entry-meta .post-views span {
  color: #a6a6a6; }

body.dark_skin #content .post .article-content .below-entry-meta .edit-link a {
  color: #a6a6a6; }

body.dark_skin .single-related-posts .article-content .entry-title a {
  color: #fff; }

body.dark_skin .single-related-posts .article-content .below-entry-meta .posted-on .fa,
body.dark_skin .single-related-posts .article-content .below-entry-meta .comments .fa {
  color: #a6a6a6; }

body.dark_skin .post .entry-title a,
body.dark_skin .search .entry-title a {
  color: #fff; }

body.dark_skin .random_posts_widget_inner_wrap,
body.dark_skin .single-related-posts {
  box-shadow: 0 0 0 0 transparent; }

body.dark_skin .footer-widgets-wrapper,
body.dark_skin .footer-socket-wrapper {
  border-top: 0 none;
  background-color: #121212; }

body.dark_skin #colophon .tg-upper-footer-widgets .widget {
  border: 0 none; }

body.dark_skin input[type="text"],
body.dark_skin input[type="email"],
body.dark_skin input[type="password"],
body.dark_skin input[type="url"],
body.dark_skin input[type="search"],
body.dark_skin textarea,
body.dark_skin .comment-body {
  background-color: #1A1A1A;
  color: #cccccc;
  border-color: #777777; }

body.dark_skin .view-all-link {
  background: #1A1A1A; }

body.dark_skin .widget_categories select, body.dark_skin .widget_archive select {
  color: #1A1A1A; }

body.dark_skin footer#colophon {
  background: #1A1A1A; }

body.dark_skin .widget_calendar {
  color: #fff; }

/*# sourceMappingURL=newspaper-plus.css.map */