/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
    ## Core Widgets
    ## Newsmag Posts Widget
    ## Newsmag Banners Widget
    ## Newsmag Recent Posts Widget
    ## Newsmag Video Posts Widget
# Content
    ## Posts and pages
      ## Author Box
	## Asides
	## Comments
# Infinite scroll
# Modules
    ## Recent Posts
    ## Related Posts
    ## News Ticker
    ## Breadcrumbs
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.newsmag-margin-top {
  margin-top: 30px; }

.newsmag-margin-bottom {
  margin-bottom: 30px; }

.colored {
  color: #ff3d2e; }

.sep-left {
  margin-left: 5px; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Lato", sans-serif;
  line-height: 1.5; }

p {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #333;
  line-height: 22px;
  margin-bottom: 1.5em; }

a {
  font-weight: 500;
  text-decoration: none;
  color: #333; }
  a:hover, a:focus, a:visited, a:active {
    text-decoration: none; }
  a.newsmag-comments-link {
    color: #767676; }
    a.newsmag-comments-link:focus, a.newsmag-comments-link:hover {
      color: #ff3d2e; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #333; }

.section-title, #comments > h3:first-of-type, .newsmag-related-posts .newsmag-related-posts-title > h3 {
  font-weight: 600;
  font-family: "Poppins", "serif";
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px; }

.page-header {
  padding: 0;
  margin: 0;
  border: none; }

h1 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 40px;
  line-height: 50px; }

h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 33px;
  line-height: 36px; }

h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase; }

h4 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 23px;
  line-height: 28px; }

h5 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 22px;
  line-height: 26px; }

h6 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

abbr, acronym {
  border-bottom: none !important;
  text-decoration: none !important; }

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" "";
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  margin-bottom: 1.5em; }
  blockquote > p, q > p {
    color: #ff3d2e;
    font-size: 23px;
    font-style: italic;
    line-height: 24px; }

.entry-content blockquote > p, .entry-content q > p {
  font-size: 23px;
  font-style: italic;
  line-height: 24px; }

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

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

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 1.5em 1.5em; }

.entry-content ul {
  list-style-type: none;
  margin: 0 0 1.5em;
  padding: 0; }
  .entry-content ul > li:before {
    content: "\f111";
    font-family: 'newsmag';
    display: inline-block;
    margin-left: 0;
    width: 12px;
    color: #ff3d2e;
    font-size: 6px;
    position: relative;
    bottom: 2px; }

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

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

table:not(#wp-calendar) {
  border: 1px solid #e1e1e1;
  max-width: 100%;
  margin-bottom: 20px;
  width: 100%; }
  table:not(#wp-calendar) > thead > tr > th,
  table:not(#wp-calendar) > thead > tr > td,
  table:not(#wp-calendar) > tbody > tr > th,
  table:not(#wp-calendar) > tbody > tr > td,
  table:not(#wp-calendar) > tfoot > tr > th,
  table:not(#wp-calendar) > tfoot > tr > td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #e1e1e1; }
  table:not(#wp-calendar) > thead > tr > th,
  table:not(#wp-calendar) > thead > tr > td {
    border-bottom-width: 2px; }
  table:not(#wp-calendar) > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e1e1e1; }
  table:not(#wp-calendar) > caption + thead > tr:first-child > th,
  table:not(#wp-calendar) > caption + thead > tr:first-child > td,
  table:not(#wp-calendar) > colgroup + thead > tr:first-child > th,
  table:not(#wp-calendar) > colgroup + thead > tr:first-child > td,
  table:not(#wp-calendar) > thead:first-child > tr:first-child > th,
  table:not(#wp-calendar) > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table:not(#wp-calendar) > tbody + tbody {
    border-top: 2px solid #e1e1e1; }

.blazy {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  .blazy.b-loaded {
    -webkit-filter: initial;
    filter: initial;
    -webkit-transform: initial;
    -khtml-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

.entry-content p {
  overflow: hidden; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ff3d2e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ff3d2e;
  color: #FFF;
  font-size: 15px;
  padding: 9px 30px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #333333;
    background-color: #333333; }

.form-submit .submit {
  border: 1px solid;
  border-color: #ff3d2e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ff3d2e;
  color: #FFF;
  font-size: 15px;
  padding: 9px 30px; }
  .form-submit .submit:hover {
    border-color: #333333;
    background-color: #333333; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #e1e1e1; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 6px;
  padding-bottom: 5px; }

textarea {
  padding-left: 3px;
  width: 100%; }

#cat {
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.error-404.not-found input[type="submit"], .newsmag-search-page input[type="submit"], .post-password-form input[type="submit"] {
  border: 1px solid;
  border-color: #ff3d2e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ff3d2e;
  color: #FFF;
  font-size: 15px;
  padding: 6px 30px 5px;
  margin-left: 15px; }
  .error-404.not-found input[type="submit"]:hover, .newsmag-search-page input[type="submit"]:hover, .post-password-form input[type="submit"]:hover {
    border-color: #333333;
    background-color: #333333; }
  .error-404.not-found input[type="submit"]:active, .newsmag-search-page input[type="submit"]:active, .post-password-form input[type="submit"]:active {
    border-color: #ff3d2e;
    background-color: #ff3d2e; }

input[type="submit"] {
  border: 1px solid;
  border-color: #ff3d2e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ff3d2e;
  color: #FFF;
  font-size: 15px;
  padding: 9px 30px; }
  input[type="submit"]:hover {
    border-color: #333333;
    background-color: #333333; }
  input[type="submit"]:active {
    border-color: #ff3d2e;
    background-color: #ff3d2e; }

@media only screen and (min-width: 1024px) {
  .comment-form-author, .comment-form-email, .comment-form-url {
    width: 30%;
    float: left;
    display: inline-block;
    margin-right: 5%; }

  .comment-form-url {
    margin-right: 0; } }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333; }
  a:visited {
    color: #333; }
  a:hover, a:focus, a:active {
    color: #ff3d2e; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/**
/ Underscores default styling
*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: #FFF; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      left: -999em;
      z-index: 99999;
      padding: 0 10px; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul, .main-navigation ul ul li:focus > ul {
        left: 100%; }
        .main-navigation ul ul li:hover > ul.right-edge, .main-navigation ul ul li.focus > ul.right-edge, .main-navigation ul ul li:focus > ul.right-edge {
          left: 50%;
          top: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul, .main-navigation ul:focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/*
* Small menu.
*/
.menu-toggle {
  display: block;
  width: 35px;
  height: 35px;
  color: #333;
  border-color: #333;
  background: transparent;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0; }
  .menu-toggle:hover, .menu-toggle:focus {
    background: #333;
    color: #FFF; }

.main-navigation.toggled ul {
  display: inline-block;
  width: 100%;
  background: #ff3d2e;
  /* List items will be 100% wide, spanning across the whole width of device */ }
  .main-navigation.toggled ul > li {
    /* Remove hover effects for small screens */ }
    .main-navigation.toggled ul > li > a {
      /* Remove after element for small screens */ }
      .main-navigation.toggled ul > li > a:after {
        display: none; }
    .main-navigation.toggled ul > li.menu-item-has-children > ul li a {
      padding: 0 0 10px 0; }
    .main-navigation.toggled ul > li.menu-item-has-children > ul li:hover > a {
      color: #333; }
    .main-navigation.toggled ul > li.menu-item-has-children > ul li.menu-item-has-children:after {
      display: none; }
  .main-navigation.toggled ul li {
    display: block;
    width: 100%;
    padding-right: 0;
    /* Remove big-screen styling for submenus, we display them little bit to the right */ }
    .main-navigation.toggled ul li.menu-item-has-children:after {
      display: none; }
    .main-navigation.toggled ul li.menu-item-has-children > ul li:after {
      display: none; }
    .main-navigation.toggled ul li.menu-item-has-children > ul li:hover {
      background-color: initial; }
    .main-navigation.toggled ul li ul {
      box-shadow: none;
      left: initial;
      top: initial;
      position: relative;
      padding-left: 20px; }
      .main-navigation.toggled ul li ul ul {
        left: initial;
        top: initial;
        position: relative;
        padding-left: 20px; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; }

  .main-navigation .menu {
    display: initial; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Newsmag Menu Customization starts here */
.main-navigation {
  background: #ff3d2e; }
  .main-navigation.stick-menu {
    z-index: 99999 !important; }
  .main-navigation .stick-menu-logo {
    display: inline-block;
    float: left;
    line-height: 48px;
    margin-right: 0; }
    .main-navigation .stick-menu-logo a {
      line-height: initial;
      padding-top: 0;
      padding-bottom: 0; }
    .main-navigation .stick-menu-logo img {
      width: 0;
      max-width: 150px;
      max-height: 35px; }
  .main-navigation a {
    line-height: 26px;
    padding-top: 12px;
    padding-bottom: 9px;
    position: relative;
    color: #FFF;
    display: inline-block;
    font-family: 'Poppins';
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3); }
    .main-navigation a:after {
      content: '';
      background: #333;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      width: 0;
      -webkit-transition: all .1s linear;
      transition: all .1s linear;
      height: 2px;
      margin: 0 auto; }
  .main-navigation .nav-menu > li {
    display: inline-block;
    padding-right: 40px;
    position: relative; }
    .main-navigation .nav-menu > li.active > a, .main-navigation .nav-menu > li.current-menu-item > a, .main-navigation .nav-menu > li:hover > a, .main-navigation .nav-menu > li:focus > a {
      color: #333; }
    @media screen and (min-width: 768px) {
      .main-navigation .nav-menu > li.active > a, .main-navigation .nav-menu > li.current-menu-item > a, .main-navigation .nav-menu > li:hover > a, .main-navigation .nav-menu > li:focus > a {
        color: #fff; }
        .main-navigation .nav-menu > li.active > a:after, .main-navigation .nav-menu > li.current-menu-item > a:after, .main-navigation .nav-menu > li:hover > a:after, .main-navigation .nav-menu > li:focus > a:after {
          width: 100%;
          -webkit-transition: all .1s linear;
          transition: all .1s linear; } }
    .main-navigation .nav-menu > li > a {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 15px;
      position: relative;
      text-transform: uppercase;
      font-family: "Poppins";
      font-weight: 500; }
      .main-navigation .nav-menu > li > a:hover, .main-navigation .nav-menu > li > a:focus {
        outline: none; }
    .main-navigation .nav-menu > li:last-of-type {
      padding-right: 0; }
    .main-navigation .nav-menu > li.menu-item-has-children:after {
      content: "\f107";
      font-family: "newsmag";
      font-size: 16px;
      display: inline-block;
      padding-left: 5px;
      color: #fff; }
    .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children {
      position: relative; }
      .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:after {
        content: "\f105";
        font-family: "newsmag";
        font-size: 16px;
        display: inline-block;
        position: absolute;
        right: 5px;
        bottom: 12px; }
      @media screen and (min-width: 768px) {
        .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:hover:after, .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:focus:after {
          color: #ff3d2e; }
        .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:hover > a, .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:focus > a {
          color: #ff3d2e;
          outline: none; } }
      @media screen and (max-width: 767px) {
        .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:hover:after, .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:focus:after {
          color: #333; }
        .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:hover > a, .main-navigation .nav-menu > li.menu-item-has-children > ul li.menu-item-has-children:focus > a {
          color: #333;
          outline: none; } }
    .main-navigation .nav-menu > li.menu-item-has-children > ul li a {
      padding: 10px 15px;
      font-size: 15px;
      color: #FFF;
      text-transform: initial;
      text-shadow: none; }
      @media screen and (min-width: 768px) {
        .main-navigation .nav-menu > li.menu-item-has-children > ul li a {
          border-bottom: 1px solid #f6f6f6;
          color: #333; } }
      .main-navigation .nav-menu > li.menu-item-has-children > ul li a:hover, .main-navigation .nav-menu > li.menu-item-has-children > ul li a:focus {
        outline: none;
        color: #ff3d2e; }
    .main-navigation .nav-menu > li.menu-item-has-children > ul li:last-of-type a {
      border-bottom: none; }

.copyright-menu {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .copyright-menu li {
    display: inline-block;
    text-align: right;
    margin-left: 12px; }
    .copyright-menu li a {
      color: #FFF; }
      .copyright-menu li a:hover, .copyright-menu li a:focus, .copyright-menu li a:active {
        color: #333; }

/*--------------------------------------------------------------
## Top Header Menu
--------------------------------------------------------------*/
/* Top header */
.top-header {
  background: #272f32;
  color: #fff; }
  @media (max-width: 767px) {
    .top-header {
      max-height: initial; } }
  .top-header ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0; }
    .top-header ul li {
      display: inline-block; }
      .top-header ul li a {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 26px;
        padding: 8px 30px 8px 0;
        display: block;
        color: #ffffff; }
      .top-header ul li:last-of-type a {
        padding-right: 0; }
  @media (max-width: 767px) {
    .top-header ul {
      text-align: center; }
    .top-header #top-header-navigation, .top-header .top-header-icons {
      float: none !important; } }

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
/* Accessibility purpose */
.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em; }

/* The social links are actually a menu */
#menu-social ul, #menu-social-footer ul {
  list-style: none;
  margin: 0;
  text-align: right;
  display: block; }
  #menu-social ul li, #menu-social-footer ul li {
    display: inline-block;
    position: relative; }
    #menu-social ul li a, #menu-social-footer ul li a {
      padding: 9px 5px;
      color: #FFF;
      width: 35px;
      text-align: center;
      /* Add hover effects for the links, the brand colors */
      /* Add the social links depending on the link href */ }
      #menu-social ul li a:focus, #menu-social-footer ul li a:focus {
        outline: none; }
      #menu-social ul li a:before, #menu-social-footer ul li a:before {
        content: '\f408';
        display: inline-block;
        padding: 0 5px;
        font-family: 'newsmag';
        font-size: 16px;
        vertical-align: top;
        -webkit-font-smoothing: antialiased; }
      #menu-social ul li a:hover[href*="wordpress.org"]::before, #menu-social ul li a:hover[href*="wordpress.com"]::before, #menu-social-footer ul li a:hover[href*="wordpress.org"]::before, #menu-social-footer ul li a:hover[href*="wordpress.com"]::before {
        color: #21759b; }
      #menu-social ul li a:hover[href*="facebook.com"]::before, #menu-social-footer ul li a:hover[href*="facebook.com"]::before {
        color: #3b5998; }
      #menu-social ul li a:hover[href*="twitter.com"]::before, #menu-social-footer ul li a:hover[href*="twitter.com"]::before {
        color: #33ccff; }
      #menu-social ul li a:hover[href*="dribbble.com"]::before, #menu-social-footer ul li a:hover[href*="dribbble.com"]::before {
        color: #ea4c89; }
      #menu-social ul li a:hover[href*="plus.google.com"]::before, #menu-social-footer ul li a:hover[href*="plus.google.com"]::before {
        color: #dd4b39; }
      #menu-social ul li a:hover[href*="pinterest.com"]::before, #menu-social-footer ul li a:hover[href*="pinterest.com"]::before {
        color: #c8232c; }
      #menu-social ul li a:hover[href*="github.com"]::before, #menu-social-footer ul li a:hover[href*="github.com"]::before {
        color: #171515; }
      #menu-social ul li a:hover[href*="tumblr.com"]::before, #menu-social-footer ul li a:hover[href*="tumblr.com"]::before {
        color: #34526f; }
      #menu-social ul li a:hover[href*="youtube.com"]::before, #menu-social-footer ul li a:hover[href*="youtube.com"]::before {
        color: #c4302b; }
      #menu-social ul li a:hover[href*="flickr.com"]::before, #menu-social-footer ul li a:hover[href*="flickr.com"]::before {
        color: #ff0084; }
      #menu-social ul li a:hover[href*="vimeo.com"]::before, #menu-social-footer ul li a:hover[href*="vimeo.com"]::before {
        color: #1AB7EA; }
      #menu-social ul li a:hover[href*="instagram.com"]::before, #menu-social-footer ul li a:hover[href*="instagram.com"]::before {
        color: #3f729b; }
      #menu-social ul li a:hover[href*="codepen.io"]::before, #menu-social-footer ul li a:hover[href*="codepen.io"]::before {
        color: #000; }
      #menu-social ul li a:hover[href*="linkedin.com"]::before, #menu-social-footer ul li a:hover[href*="linkedin.com"]::before {
        color: #0e76a8; }
      #menu-social ul li a::before, #menu-social-footer ul li a::before {
        content: '\f0c1'; }
      #menu-social ul li a[href*="wordpress.org"]::before, #menu-social ul li a[href*="wordpress.com"]::before, #menu-social-footer ul li a[href*="wordpress.org"]::before, #menu-social-footer ul li a[href*="wordpress.com"]::before {
        content: '\f19a'; }
      #menu-social ul li a[href*="facebook.com"]::before, #menu-social-footer ul li a[href*="facebook.com"]::before {
        content: '\f09a'; }
      #menu-social ul li a[href*="twitter.com"]::before, #menu-social-footer ul li a[href*="twitter.com"]::before {
        content: '\f099'; }
      #menu-social ul li a[href*="dribbble.com"]::before, #menu-social-footer ul li a[href*="dribbble.com"]::before {
        content: '\f17d'; }
      #menu-social ul li a[href*="plus.google.com"]::before, #menu-social-footer ul li a[href*="plus.google.com"]::before {
        content: '\f0d5'; }
      #menu-social ul li a[href*="pinterest.com"]::before, #menu-social-footer ul li a[href*="pinterest.com"]::before {
        content: '\f231'; }
      #menu-social ul li a[href*="github.com"]::before, #menu-social-footer ul li a[href*="github.com"]::before {
        content: '\f09b'; }
      #menu-social ul li a[href*="tumblr.com"]::before, #menu-social-footer ul li a[href*="tumblr.com"]::before {
        content: '\f173'; }
      #menu-social ul li a[href*="youtube.com"]::before, #menu-social-footer ul li a[href*="youtube.com"]::before {
        content: '\f167'; }
      #menu-social ul li a[href*="flickr.com"]::before, #menu-social-footer ul li a[href*="flickr.com"]::before {
        content: '\f16e'; }
      #menu-social ul li a[href*="vimeo.com"]::before, #menu-social-footer ul li a[href*="vimeo.com"]::before {
        content: '\f27d'; }
      #menu-social ul li a[href*="instagram.com"]::before, #menu-social-footer ul li a[href*="instagram.com"]::before {
        content: '\e900'; }
      #menu-social ul li a[href*="codepen.io"]::before, #menu-social-footer ul li a[href*="codepen.io"]::before {
        content: '\f1cb'; }
      #menu-social ul li a[href*="linkedin.com"]::before, #menu-social-footer ul li a[href*="linkedin.com"]::before {
        content: '\f0e1'; }

.top-header-icons {
  position: relative; }
  @media (max-width: 767px) {
    .top-header-icons.pull-right {
      text-align: center;
      float: none !important; } }

#site-navigation.toggled #menu-social ul li {
  width: initial; }

#menu-social-footer ul {
  text-align: center;
  padding-left: 0;
  margin-top: 20px; }
  #menu-social-footer ul li {
    border: 1px solid #2f383c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 33px;
    margin: 5px; }
    #menu-social-footer ul li a {
      font-size: 12px;
      padding: 0;
      width: 33px;
      height: 33px;
      text-align: center;
      line-height: 33px;
      display: inline-block; }
      #menu-social-footer ul li a:hover[href*="wordpress.org"]::before, #menu-social-footer ul li a:hover[href*="wordpress.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="facebook.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="twitter.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="dribbble.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="plus.google.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="pinterest.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="github.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="tumblr.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="youtube.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="flickr.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="vimeo.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="instagram.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="codepen.io"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="linkedin.com"]::before {
        color: #FFF; }
      #menu-social-footer ul li a:hover[href*="wordpress.org"], #menu-social-footer ul li a:hover[href*="wordpress.com"] {
        background: #21759b;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="facebook.com"] {
        background: #3b5998;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="twitter.com"] {
        background: #33ccff;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="dribbble.com"] {
        background: #ea4c89;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="plus.google.com"] {
        background: #dd4b39;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="pinterest.com"] {
        background: #c8232c;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="github.com"] {
        background: #171515;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="tumblr.com"] {
        background: #34526f;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="youtube.com"] {
        background: #c4302b;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="flickr.com"] {
        background: #ff0084;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="vimeo.com"] {
        background: #1AB7EA;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="instagram.com"] {
        background: #3f729b;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="codepen.io"] {
        background: #000;
        color: #fff; }
      #menu-social-footer ul li a:hover[href*="linkedin.com"] {
        background: #0e76a8;
        color: #fff; }

.mt-navigation-opener::before {
  content: '\f0c9' !important; }

.mt-navigation-hidden {
  position: absolute;
  background: #272F32;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  width: 120px;
  right: 0;
  top: 40px;
  text-align: center !important; }
  .mt-navigation-hidden.opened {
    visibility: visible;
    opacity: 1;
    top: 45px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  .mt-navigation-hidden li {
    display: inline-block; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-list .reply:before,
.comment-content:after,
.comment-list .reply:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

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

.clearfix {
  content: "";
  display: table;
  table-layout: fixed; }
  .clearfix:after {
    clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget_search {
  margin-bottom: 30px; }
  .widget_search form {
    position: relative; }
    .widget_search form label {
      width: 100%; }
  .widget_search input {
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 50px;
    width: 100%;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400; }
  .widget_search .search-form::before {
    position: absolute;
    z-index: 0;
    font-size: 14px;
    right: 15px;
    top: 7px;
    content: '\f002';
    color: #ff3d2e;
    display: block;
    font-family: 'newsmag'; }
  .widget_search .search-submit {
    width: 46px;
    height: 35px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    border: none;
    text-indent: -99999999999px;
    text-align: center; }
    .widget_search .search-submit:hover, .widget_search .search-submit:focus {
      background: transparent; }

.widget_newsmag_banner, .widget_text {
  margin-bottom: 30px; }

/**
* Select all widgets except for the search box
*/
.widget:not(.widget_newsmag_banner):not(.newsmag_slider) {
  position: relative;
  margin: 0 0 50px;
  /**
  * Reset the margins for UL / OL
  */
  /* Make sure select elements fit in widgets. */
  /**
  * Style the tag cloud
  */
  /**
  * Calendar restyling. The title will always be hidden.
  */ }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider) > h3 {
    font-size: 18px;
    font-family: "Poppins", "serif";
    font-weight: 600;
    color: #ff3d2e;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: initial; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider) > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider) > ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider) select {
    padding: 6px;
    max-width: 100%; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider) select option {
      max-width: 233px; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_builder {
    margin: 0; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_text {
    display: inline-block;
    width: 100%; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li {
    display: inline-block;
    margin-bottom: 11px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li:last-of-type {
      border-bottom: none; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li > a {
      width: 65px;
      height: 65px;
      display: inline-block;
      float: left;
      position: relative;
      overflow: hidden; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content {
      display: inline-block;
      float: left;
      margin-left: 20px;
      width: 67%; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content a {
        font-weight: 700;
        font-size: 15px;
        color: #333333; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content a:focus {
          color: #ff3d2e; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content .meta {
        color: #767676;
        font-size: 14px; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content .meta a {
          font-size: 14px;
          font-weight: 400;
          color: #767676; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries ul li {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ebebeb; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries ul li a {
        font-weight: 700;
        font-size: 15px;
        color: #333333; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries ul li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries ul li a:focus {
          color: #ff3d2e; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries ul li:last-of-type {
        border: none; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries ul li .post-date {
        display: block;
        position: relative; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries ul li .post-date:before {
          font-family: 'newsmag';
          color: #ff3d2e;
          content: '\f017';
          display: inline-block;
          position: relative;
          margin-right: 5px; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    color: #333; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a {
      font-size: 15px;
      color: #333;
      font-family: "Lato", sans-serif; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a:focus {
        text-decoration: none;
        color: #ff3d2e; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol {
      list-style-type: none;
      padding-left: 0px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li:before {
        content: "\f105";
        font-family: 'newsmag';
        display: inline-block;
        margin-left: 0;
        width: 15px;
        color: #ff3d2e; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li > ol, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li > ol {
        margin-top: 0;
        margin-bottom: 0; }
        @media (min-width: 1200px) {
          .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li > ol, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li > ol {
            padding-left: 20px; } }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li > ul li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li > ol li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li > ul li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li > ol li:before {
          display: none; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li a {
        color: #767676; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ul li a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li ol li a:focus {
          text-decoration: none;
          color: #ff3d2e; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts {
    position: relative; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list {
      padding-left: 0; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list .content {
        margin-top: 4px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts-filter {
      font-size: 12px;
      color: #9a9a9a;
      display: inline-block;
      position: absolute;
      top: 28px;
      right: 0;
      width: 66px; }
      @media (max-width: 991px) {
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts-filter {
          top: 8px; } }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts-filter .holder {
        position: absolute;
        top: 0;
        right: 70px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts-filter .newsmag-popular-filters {
        list-style-type: none;
        padding: 0;
        margin: 0; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts-filter a {
        font-size: 12px;
        color: #9a9a9a;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        display: block; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts-filter a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts-filter a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts-filter a.active {
          outline: none;
          color: #ff3d2e;
          visibility: visible;
          opacity: 1;
          -webkit-transition: all .2s linear;
          transition: all .2s linear; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts h2 {
      font-family: 'Poppins';
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      position: relative;
      line-height: 27px;
      margin-bottom: 15px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts h2:after {
        position: absolute;
        height: 2px;
        background: #ff3d2e;
        display: block;
        content: '';
        bottom: 0;
        left: 0;
        right: 0; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts h2 a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .newsmag-popular-posts h2 span {
        font-family: 'Poppins';
        font-size: 16px;
        color: #FFF;
        padding: 2px 20px 0;
        background: #ff3d2e;
        font-weight: bold; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_tag_cloud .tagcloud a {
    background: #fafafa;
    padding: 5px 15px;
    display: inline-block;
    margin: 0 7px 9px 0;
    font-size: 14px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #767676; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_tag_cloud .tagcloud a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_tag_cloud .tagcloud a:focus {
      background: #ff3d2e;
      color: #FFF; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li {
      margin-bottom: 10px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li:before {
        content: "\f105";
        font-family: 'newsmag';
        display: inline-block;
        margin-left: 0;
        width: 15px;
        color: #ff3d2e;
        -webkit-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li:hover:before {
        padding-left: 7px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a {
        color: #333;
        font-family: "Poppins", "serif";
        font-weight: 500;
        font-size: 15px; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a:focus {
          text-decoration: none;
          color: #ff3d2e; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_widget_posts_video h2, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_widget_posts_timeline h2 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    line-height: 27px;
    margin-bottom: 15px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_widget_posts_video h2:after, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_widget_posts_timeline h2:after {
      position: absolute;
      height: 2px;
      background: #ff3d2e;
      display: block;
      content: '';
      bottom: 0;
      left: 0;
      right: 0; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_widget_posts_video h2 a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_widget_posts_video h2 span, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_widget_posts_timeline h2 a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_widget_posts_timeline h2 span {
      font-family: 'Poppins';
      font-size: 16px;
      color: #FFF;
      padding: 2px 20px 0;
      background: #ff3d2e;
      font-weight: bold; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li {
    color: #767676;
    margin-bottom: 10px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li .comment-author-link a {
      color: #767676;
      font-size: 15px;
      font-weight: 400; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li a {
      font-weight: 500;
      font-family: 'Poppins'; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li a:active {
        color: #ff3d2e; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss .rss-widget-icon {
    display: none; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss h3 {
    margin-top: 0; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss h3 > a {
      font-size: 18px;
      font-family: "Poppins", "serif";
      font-weight: 700;
      color: #ff3d2e;
      margin-bottom: 25px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss h3 > a:first-of-type:before {
        content: '\f143';
        font-family: 'newsmag';
        display: inline-block;
        position: relative;
        margin-right: 5px;
        color: #767676; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li {
    margin-bottom: 20px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rsswidget {
      display: block;
      font-size: 15px;
      color: #333;
      font-family: 'Poppins';
      font-weight: 700; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rsswidget:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rsswidget:focus {
        color: #ff3d2e; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rss-date {
      display: block;
      position: relative;
      color: #767676;
      margin-bottom: 10px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rss-date:before {
        font-family: 'newsmag';
        color: #767676;
        content: '\f017';
        display: inline-block;
        position: relative;
        margin-right: 5px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rssSummary {
      font-size: 15px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li cite {
      margin-top: 15px;
      color: #767676;
      font-style: normal;
      font-size: 15px; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select > select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select > select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select > select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select > select {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select {
    border-right: 1px solid #e1e1e1;
    position: relative;
    overflow: hidden; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select select, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select select {
      height: 35px;
      padding: 5px;
      width: 107%;
      max-width: 107%;
      margin-bottom: 0;
      border-color: #e1e1e1;
      cursor: pointer;
      background: transparent;
      -webkit-appearance: none; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select select:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select select:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select select:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select select:focus {
        outline-color: transparent; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select select#cat, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select select#cat, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select select#cat, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select select#cat {
        padding: 5px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select:after, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select:after, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select:after, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select:after {
      z-index: -1;
      position: absolute;
      content: '\f107';
      color: #ff3d2e;
      top: 3px;
      right: 15px;
      font-family: 'newsmag';
      font-size: 20px;
      cursor: pointer; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li {
      margin-bottom: 10px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li:before {
        content: "\f105";
        font-family: 'newsmag';
        display: inline-block;
        margin-left: 0;
        width: 15px;
        color: #ff3d2e;
        -webkit-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li a {
        color: #333;
        font-family: "Poppins", "serif";
        font-weight: 500;
        font-size: 15px; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li a:focus {
          text-decoration: none;
          color: #ff3d2e; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li .newsmag-cat-count, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li .newsmag-cat-count, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li .newsmag-cat-count, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li .newsmag-cat-count {
        float: right;
        color: #ccc; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li:hover:before {
        padding-left: 7px; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children {
    list-style-type: none;
    padding-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li:before {
      content: "\f105";
      font-family: 'newsmag';
      display: inline-block;
      margin-left: 0;
      width: 15px;
      color: #ff3d2e;
      -webkit-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
      -moz-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li:hover:before {
      padding-left: 7px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li > ol, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li > ol, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li > ol, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li > ol {
      margin-top: 0;
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li > ol, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li > ol, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li > ol, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li > ul, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li > ol {
          padding-left: 20px;
          margin-bottom: 8px;
          margin-top: 8px; } }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li > ul li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li > ol li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li > ul li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li > ol li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li > ul li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li > ol li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li > ul li:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li > ol li:before {
        display: none; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li a {
      color: #767676; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .children li a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li a:focus {
        text-decoration: none;
        color: #ff3d2e; }
  .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    position: relative;
    display: inline-block; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar table {
      border: 0;
      border-collapse: separate;
      border-spacing: 4px; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar h3 {
      display: none; }
    .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar {
      font-size: 14px;
      color: #767676;
      margin-bottom: 0; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar > caption {
        background-color: #ff3d2e;
        color: #FFF;
        min-height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 11px;
        padding-top: 11px;
        position: relative;
        font-family: 'Poppins'; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar thead {
        color: #ff3d2e; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar thead > tr {
          height: 50px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar tfoot {
        display: block;
        height: 0;
        float: left; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar th {
        background: transparent;
        border: none;
        color: #333;
        font-size: 17px;
        font-weight: 700; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar td:not(.pad) {
        background: #f1f1f1;
        color: #767676;
        width: 44px;
        height: 44px; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar td, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar th {
        text-align: center; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar td a, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar th a {
          color: #fff;
          text-decoration: none;
          background: #ff3d2e;
          height: 44px;
          line-height: 44px;
          display: block; }
          .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar td a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar td a:focus, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar th a:hover, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar th a:focus {
            text-decoration: none;
            background: #ff5548; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #prev {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 35px;
        height: 50px;
        background-color: #ff3d2e;
        color: #FFF;
        cursor: pointer; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #prev:hover:before {
          color: #000; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #prev:before {
          content: ' \f104 ';
          display: block;
          font-size: 24px;
          line-height: 48px;
          text-align: center;
          position: relative;
          color: #FFF;
          font-family: 'newsmag'; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #prev > a {
          top: 6px;
          position: absolute;
          color: transparent;
          background: transparent; }
      .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #next {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 35px;
        height: 50px;
        background-color: #ff3d2e;
        color: #FFF;
        display: block;
        cursor: pointer; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #next:hover:before {
          color: #000; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #next:before {
          content: ' \f105 ';
          display: block;
          font-size: 24px;
          line-height: 48px;
          text-align: center;
          position: relative;
          color: #FFF;
          font-family: 'newsmag'; }
        .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #next > a {
          top: 6px;
          position: absolute;
          color: transparent;
          background: transparent; }

.widget-bordered, .newsmag-blog-sidebar .widget_newsmag_recent, .newsmag-sidebar .widget_newsmag_recent {
  border: 1px solid #e1e1e1;
  position: relative; }

.widget-title-background, .newsmag-blog-sidebar .widget_newsmag_recent > h3, .newsmag-sidebar .widget_newsmag_recent > h3 {
  background-color: #ff3d2e;
  color: #FFF;
  padding: 18px 0;
  display: block;
  font-famiy: "Poppins", "serif";
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  width: 99.6%;
  position: relative;
  left: 1px; }

.site-footer .newsmag-contact-p {
  margin-bottom: 0; }
  .site-footer .newsmag-contact-p strong {
    color: #333; }
.site-footer .newsmag-contact-logo {
  margin-top: 20px; }
.site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider) {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider) > h3.widget-title {
    font-family: "Poppins", "serif";
    font-size: 17px;
    text-transform: initial;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
    color: #fff; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).newsmag_identity {
    margin-bottom: 0; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_newsmag_recent .newsmag-recent-post-widget {
    height: 65px;
    margin-left: 0;
    margin-right: 0; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_newsmag_recent .newsmag-recent-post-widget .newsmag-title h3 {
      margin-bottom: 15px;
      text-transform: initial; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_newsmag_recent .newsmag-recent-post-widget .newsmag-post-content {
      width: 225px; }
      @media (max-width: 1199px) {
        .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_newsmag_recent .newsmag-recent-post-widget .newsmag-post-content {
          width: 187px; } }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_tag_cloud .tagcloud a {
    background: #24292e;
    color: #545e65; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_tag_cloud .tagcloud a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_tag_cloud .tagcloud a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_tag_cloud .tagcloud a:active {
      background: #ff3d2e;
      color: #FFF !important; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar {
    border: none;
    background: #30383e; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar th {
      color: #65727a; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar td:not(.pad) {
      background: #24292e;
      color: #545e65; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories {
    position: relative;
    overflow: hidden; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      font-size: 15px; }
      .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li {
        margin-bottom: 10px; }
        .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li:before {
          content: "\f105";
          font-family: 'newsmag';
          display: inline-block;
          margin-left: 0;
          width: 15px;
          color: #ff3d2e; }
        .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li a:focus {
          text-decoration: none;
          color: #ff3d2e; }
        .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li .newsmag-cat-count {
          float: right;
          color: #ccc; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li:before, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li:before, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li:before, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li:before {
    color: #FFF; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li a, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li a, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li a, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li a {
    color: #fff; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li a:focus {
      color: #ff3d2e; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select > select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select > select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select > select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select > select {
    background: transparent;
    height: 35px;
    border-color: #353f44;
    color: #545e65;
    width: 107%;
    max-width: 107%;
    cursor: pointer;
    z-index: 1;
    -webkit-appearance: none; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > select:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select > select:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > select:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select > select:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > select:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select > select:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > select:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select > select:focus {
      outline-color: transparent; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > select#cat, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select > select#cat, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > select#cat, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select > select#cat, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > select#cat, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select > select#cat, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > select#cat, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select > select#cat {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 5px; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select {
    border-right: 1px solid #353f44;
    position: relative; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .styled-select:after, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .styled-select:after, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .styled-select:after, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .styled-select:after {
      position: absolute;
      content: '\f107';
      color: #fff;
      top: 3px;
      right: 15px;
      font-family: 'newsmag';
      font-size: 20px;
      cursor: pointer;
      z-index: 0; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories .newsmag-cat-count, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .newsmag-cat-count, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .newsmag-cat-count, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .newsmag-cat-count {
    color: #545e65; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries > ul > li {
    border-color: #2f383c; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries > ul > li > a {
      color: #fff; }
      .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries > ul > li > a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries > ul > li > a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries > ul > li > a:active {
        color: #ff3d2e; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries > ul > li .post-date {
      color: #545e65;
      font-size: 13px; }
      .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_entries > ul > li .post-date:before {
        color: #545e65; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul {
    color: #FFF; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li:before {
      color: #FFF; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a {
      color: #FFF; }
      .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li a:active {
        color: #ff3d2e; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_search .search-form:before {
    color: #FFF; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_search input {
    background: transparent;
    border-color: #353f44;
    color: #FFF; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_search ::-webkit-input-placeholder {
    color: #545e65;
    opacity: 1; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_search :-moz-placeholder {
    color: #545e65;
    opacity: 1; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_search ::-moz-placeholder {
    color: #545e65;
    opacity: 1; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_search :-ms-input-placeholder {
    color: #545e65;
    opacity: 1; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li {
    color: #545e65; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li > a {
      color: #fff; }
      .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li > a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li > a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li > a:active {
        color: #ff3d2e; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_recent_comments ul li .comment-author-link > a {
      color: #545e65;
      font-weight: initial;
      font-family: 'Lato'; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li {
    border-color: #2f383c; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content a {
      color: #FFF; }
      .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li .content a:active {
        color: #ff3d2e; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_text .textwidget, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_text p, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_text * {
    color: #FFF; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_text a {
    color: #FFF; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_text a:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_text a:focus, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_text a:active {
      color: #ff3d2e; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss h3 > a {
    color: #FFF; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss h3 > a:first-of-type:before {
      color: #767676; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rsswidget {
    color: #fff; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rsswidget:hover, .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rsswidget:focus {
      color: #ff3d2e; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rss-date {
    color: #545e65; }
    .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rss-date:before {
      color: #545e65; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li .rssSummary {
    color: #FFF; }
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss ul li cite {
    color: #fff; }

.flickr-widget .flickr_badge_images {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .flickr-widget .flickr_badge_images .flickr_badge_image {
    float: left;
    display: inline-block;
    margin: 1px; }

[id^='newsmag_widget_posts_carousel-'], [id^='newsmag_widget_posts_list_horizontal-'] {
  width: 100%;
  display: inline-block; }

[id^='newsmag_banner-'] {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px; }
  [id^='newsmag_banner-'] .customize-partial-edit-shortcut {
    right: -10px;
    top: -30px; }

[id^='newsmag_slider_widget-'] {
  position: relative; }
  [id^='newsmag_slider_widget-'] .customize-partial-edit-shortcut {
    right: 0;
    top: 0; }

.newsmag-post-meta > ul {
  list-style-type: none;
  margin: 10px 0 20px;
  padding: 0; }
  .newsmag-post-meta > ul > li {
    display: inline-block;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #777777;
    position: relative; }
    .newsmag-post-meta > ul > li:after {
      content: '|';
      display: inline-block;
      margin-left: 8px;
      margin-right: 8px; }
    .newsmag-post-meta > ul > li:last-of-type:after {
      display: none; }
    .newsmag-post-meta > ul > li.post-category a, .newsmag-post-meta > ul > li.post-category icon {
      color: #ff3d2e; }

.newsmag-layout-a-row,
.newsmag-layout-c-row {
  margin-bottom: 30px; }

.newsmag-image-banner {
  text-align: center; }
  .newsmag-image-banner a {
    display: inline-block;
    margin: 0 0 30px; }
    .newsmag-image-banner a > img {
      width: 100%; }
  .newsmag-image-banner > img {
    display: inline-block;
    margin: 0 0 30px; }

@media (max-width: 767px) {
  .newsmag-content .newsmag-image-banner {
    display: none; }

  .before-content-area .newsmag-image-banner {
    display: none; }

  .header-banner {
    display: none; } }
.newsmag_slider .newsmag-slider .item-image {
  max-height: 600px;
  overflow: hidden;
  position: relative; }
  .newsmag_slider .newsmag-slider .item-image .slider-caption {
    position: unset;
    left: 0%;
    right: 0%;
    bottom: 0%;
    color: #FFF;
    text-align: center;
    max-width: 770px;
    margin: 0 auto; }
    .newsmag_slider .newsmag-slider .item-image .slider-caption h3 {
      font-family: 'Poppins'; }
      .newsmag_slider .newsmag-slider .item-image .slider-caption h3 a {
        color: #FFF;
        font-size: 33px;
        font-weight: 700;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        text-transform: initial; }
    .newsmag_slider .newsmag-slider .item-image .slider-caption .post-categories {
      list-style-type: none;
      padding: 0;
      margin: 0 0 10px;
      display: inline-block; }
      .newsmag_slider .newsmag-slider .item-image .slider-caption .post-categories a {
        color: #FFF;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #ff3d2e;
        padding: 1px 6px;
        font-family: 'Poppins';
        font-size: 12px;
        display: inline-block; }
.newsmag_slider .newsmag-slider .main-slider-previous, .newsmag_slider .newsmag-slider .main-slider-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-75%);
  -khtml-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  -o-transform: translateY(-75%);
  transform: translateY(-75%); }
  .newsmag_slider .newsmag-slider .main-slider-previous i, .newsmag_slider .newsmag-slider .main-slider-next i {
    color: rgba(255, 255, 255, 0);
    font-size: 110px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.newsmag_slider .newsmag-slider:hover .main-slider-previous i,
.newsmag_slider .newsmag-slider:hover .main-slider-next i {
  color: #FFF;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.newsmag_slider .newsmag-slider .main-slider-previous {
  left: 20%; }
.newsmag_slider .newsmag-slider .main-slider-next {
  right: 20%; }
.newsmag_slider .owl-theme .owl-dots .owl-dot.active span, .newsmag_slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3d2e; }
.newsmag_slider .owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  background: #E1E1E1; }
.newsmag_slider .owl-dots {
  padding-bottom: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.newsmag_builder {
  margin: initial !important; }
  .newsmag_builder .newsmag-posts-carousel {
    position: relative;
    margin-bottom: 45px; }
    .newsmag_builder .newsmag-posts-carousel h2 {
      font-family: 'Poppins';
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      position: relative;
      line-height: 27px;
      margin-bottom: 15px; }
      .newsmag_builder .newsmag-posts-carousel h2:after {
        position: absolute;
        height: 2px;
        background: #ff3d2e;
        display: block;
        content: '';
        bottom: 0;
        left: 0;
        right: 0; }
      .newsmag_builder .newsmag-posts-carousel h2 a, .newsmag_builder .newsmag-posts-carousel h2 span {
        font-family: 'Poppins';
        font-size: 16px;
        color: #FFF;
        background: #ff3d2e;
        font-weight: 700;
        padding: 1px 20px 2px;
        background: #ff3d2e;
        display: inline-block; }
    .newsmag_builder .newsmag-posts-carousel .newsmag-carousel-arrows {
      position: absolute;
      top: 12px;
      right: 5px;
      list-style-type: none;
      display: inline-block;
      margin: 0;
      padding: 0; }
      .newsmag_builder .newsmag-posts-carousel .newsmag-carousel-arrows li {
        display: inline-block; }
        .newsmag_builder .newsmag-posts-carousel .newsmag-carousel-arrows li a {
          font-size: 15px;
          color: #9a9a9a;
          padding: 10px; }
          .newsmag_builder .newsmag-posts-carousel .newsmag-carousel-arrows li a:hover {
            color: #ff3d2e; }
          .newsmag_builder .newsmag-posts-carousel .newsmag-carousel-arrows li a:active, .newsmag_builder .newsmag-posts-carousel .newsmag-carousel-arrows li a:focus {
            color: #9a9a9a; }
        .newsmag_builder .newsmag-posts-carousel .newsmag-carousel-arrows li:first-of-type a {
          font-size: 12px;
          padding-right: 0; }
    .newsmag_builder .newsmag-posts-carousel .item h3 {
      font-family: 'Poppins';
      font-size: 16px;
      line-height: 18px;
      font-weight: bold;
      color: #333;
      text-transform: initial;
      margin-bottom: 5px; }
      .newsmag_builder .newsmag-posts-carousel .item h3 a:hover, .newsmag_builder .newsmag-posts-carousel .item h3 a:focus {
        outline: none; }
    .newsmag_builder .newsmag-posts-carousel .item .meta {
      color: #767676; }
      .newsmag_builder .newsmag-posts-carousel .item .meta a {
        color: #767676; }
        .newsmag_builder .newsmag-posts-carousel .item .meta a:hover, .newsmag_builder .newsmag-posts-carousel .item .meta a:focus {
          color: #ff3d2e;
          outline: none; }
    .newsmag_builder .newsmag-posts-carousel .item:hover .newsmag-post-box-category, .newsmag_builder .newsmag-posts-carousel .item:focus .newsmag-post-box-category {
      bottom: 20px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
  .newsmag_builder:last-of-type .newsmag-posts-carousel {
    margin-bottom: 0; }
  .newsmag_builder .newsmag-post-box-a {
    margin-bottom: 45px;
    position: relative;
    color: #767676; }
    .newsmag_builder .newsmag-post-box-a a.newsmag-comments-link {
      color: #767676; }
      .newsmag_builder .newsmag-post-box-a a.newsmag-comments-link:hover, .newsmag_builder .newsmag-post-box-a a.newsmag-comments-link:focus {
        color: #ff3d2e;
        outline: none; }
    .newsmag_builder .newsmag-post-box-a .meta a {
      color: #767676; }
      .newsmag_builder .newsmag-post-box-a .meta a:hover {
        color: #ff3d2e; }
    .newsmag_builder .newsmag-post-box-a h2 {
      font-family: 'Poppins';
      font-size: 16px;
      font-weight: bold;
      text-transform: initial;
      color: #fff;
      position: relative;
      line-height: 27px;
      margin-bottom: 15px; }
      .newsmag_builder .newsmag-post-box-a h2:after {
        position: absolute;
        height: 2px;
        background: #ff3d2e;
        display: block;
        content: '';
        bottom: 0;
        left: 0;
        right: 0; }
      .newsmag_builder .newsmag-post-box-a h2 a, .newsmag_builder .newsmag-post-box-a h2 span {
        font-family: 'Poppins';
        font-size: 16px;
        color: #FFF;
        background: #ff3d2e;
        font-weight: 700;
        padding: 1px 20px 2px;
        background: #ff3d2e;
        display: inline-block;
        text-transform: initial; }
    .newsmag_builder .newsmag-post-box-a.posts-column-layout h3 {
      font-weight: 700; }
      .newsmag_builder .newsmag-post-box-a.posts-column-layout h3 a {
        font-weight: 700; }
    .newsmag_builder .newsmag-post-box-a.thumbnail-layout h3 {
      margin-top: 19px;
      font-size: 16px;
      line-height: 17px; }
      .newsmag_builder .newsmag-post-box-a.thumbnail-layout h3 a {
        font-weight: 600; }
    .newsmag_builder .newsmag-post-box-a h3 {
      font-size: 23px;
      margin-top: 23px;
      font-weight: 600;
      font-family: 'Poppins';
      text-transform: initial; }
      .newsmag_builder .newsmag-post-box-a h3 a {
        font-weight: 600; }
    .newsmag_builder .newsmag-post-box-a p {
      margin-top: 9px; }
    .newsmag_builder .newsmag-post-box-a .newsmag-post-box-image, .newsmag_builder .newsmag-post-box-a .newsmag-image {
      display: block;
      position: relative; }
      .newsmag_builder .newsmag-post-box-a .newsmag-post-box-image .newsmag-post-box-a-category, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category {
        position: absolute;
        bottom: 0;
        left: 20px;
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        color: #FFF;
        font-weight: 700;
        font-family: 'Poppins', serif;
        background: #ff3d2e;
        padding: 6px 7px 5px 7px;
        z-index: 2;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
        .newsmag_builder .newsmag-post-box-a .newsmag-post-box-image .newsmag-post-box-a-category a, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category a {
          color: #FFF;
          font-weight: 700;
          font-size: 12px;
          line-height: 12px; }
          .newsmag_builder .newsmag-post-box-a .newsmag-post-box-image .newsmag-post-box-a-category a:before, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category a:before {
            display: none; }
        .newsmag_builder .newsmag-post-box-a .newsmag-post-box-image .newsmag-post-box-a-category:hover, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category:hover {
          background-color: #000;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
        .newsmag_builder .newsmag-post-box-a .newsmag-post-box-image .newsmag-post-box-a-category.dynamic:hover, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category.dynamic:hover {
          background-color: #000 !important;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
    .newsmag_builder .newsmag-post-box-a:hover .newsmag-post-box-a-category, .newsmag_builder .newsmag-post-box-a:focus .newsmag-post-box-a-category {
      bottom: 20px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
  .newsmag_builder .newsmag-blog-post-layout-row.post-list-horizontal {
    display: inline-block;
    width: 100%; }
  .newsmag_builder .newsmag-post-list-vertical-row {
    clear: both; }
  .newsmag_builder .newsmag-posts-carousel h2,
  .newsmag_builder .newsmag-blog-post-layout-row h2,
  .newsmag_builder .newsmag-post-banner-row h2,
  .newsmag_builder .newsmag-post-list-vertical-row h2 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    text-transform: initial;
    color: #fff;
    position: relative;
    line-height: 27px;
    margin-bottom: 15px; }
    .newsmag_builder .newsmag-posts-carousel h2:after,
    .newsmag_builder .newsmag-blog-post-layout-row h2:after,
    .newsmag_builder .newsmag-post-banner-row h2:after,
    .newsmag_builder .newsmag-post-list-vertical-row h2:after {
      position: absolute;
      height: 2px;
      background: #ff3d2e;
      display: block;
      content: '';
      bottom: 0;
      left: 0;
      right: 0; }
    .newsmag_builder .newsmag-posts-carousel h2 a, .newsmag_builder .newsmag-posts-carousel h2 span,
    .newsmag_builder .newsmag-blog-post-layout-row h2 a,
    .newsmag_builder .newsmag-blog-post-layout-row h2 span,
    .newsmag_builder .newsmag-post-banner-row h2 a,
    .newsmag_builder .newsmag-post-banner-row h2 span,
    .newsmag_builder .newsmag-post-list-vertical-row h2 a,
    .newsmag_builder .newsmag-post-list-vertical-row h2 span {
      font-family: 'Poppins';
      font-size: 16px;
      color: #FFF;
      background: #ff3d2e;
      font-weight: 700;
      padding: 1px 20px 2px;
      background: #ff3d2e;
      display: inline-block; }
  .newsmag_builder .newsmag-blog-post-layout-b {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #767676;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    z-index: 0; }
    .newsmag_builder .newsmag-blog-post-layout-b:hover {
      border-bottom-color: #D0EDF3; }
      .newsmag_builder .newsmag-blog-post-layout-b:hover .newsmag-post-box-a-category, .newsmag_builder .newsmag-blog-post-layout-b:hover .newsmag-post-box-category {
        bottom: 20px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; }
      .newsmag_builder .newsmag-blog-post-layout-b:hover:after {
        height: 25px;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; }
    .newsmag_builder .newsmag-blog-post-layout-b:last-of-type {
      border-bottom: 0; }
    .newsmag_builder .newsmag-blog-post-layout-b a.newsmag-comments-link {
      color: #767676; }
      .newsmag_builder .newsmag-blog-post-layout-b a.newsmag-comments-link:hover, .newsmag_builder .newsmag-blog-post-layout-b a.newsmag-comments-link:focus {
        color: #ff3d2e;
        outline: none; }
    @media (min-width: 768px) {
      .newsmag_builder .newsmag-blog-post-layout-b > .row > .col-sm-9 {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .newsmag_builder .newsmag-blog-post-layout-b .newsmag-image {
        margin-bottom: 10px; } }
    .newsmag_builder .newsmag-blog-post-layout-b .newsmag-image {
      display: inline-block;
      float: left;
      width: 100%; }
      .newsmag_builder .newsmag-blog-post-layout-b .newsmag-image img {
        width: 100%; }
    .newsmag_builder .newsmag-blog-post-layout-b .newsmag-title h3 {
      font-size: 16px;
      font-family: "Poppins", "serif";
      margin-top: 0;
      text-transform: initial;
      line-height: 20px;
      font-weight: 700; }
      .newsmag_builder .newsmag-blog-post-layout-b .newsmag-title h3 > a {
        color: #333;
        font-weight: 600; }
        .newsmag_builder .newsmag-blog-post-layout-b .newsmag-title h3 > a:hover, .newsmag_builder .newsmag-blog-post-layout-b .newsmag-title h3 > a:focus {
          text-decoration: none;
          color: #ff3d2e; }
    .newsmag_builder .newsmag-blog-post-layout-b .newsmag-title h4 {
      font-size: 15px;
      font-family: "Poppins", "serif";
      margin-top: 7px;
      line-height: 20px; }
      .newsmag_builder .newsmag-blog-post-layout-b .newsmag-title h4 > a {
        color: #333;
        font-weight: 700; }
        .newsmag_builder .newsmag-blog-post-layout-b .newsmag-title h4 > a:hover, .newsmag_builder .newsmag-blog-post-layout-b .newsmag-title h4 > a:focus {
          text-decoration: none;
          color: #ff3d2e; }
    .newsmag_builder .newsmag-blog-post-layout-b .newsmag-post-meta {
      float: left;
      display: inline-block; }
      .newsmag_builder .newsmag-blog-post-layout-b .newsmag-post-meta > ul {
        margin-top: 10px; }
    .newsmag_builder .newsmag-blog-post-layout-b.wide-layout {
      padding-bottom: 37px;
      margin-bottom: 37px; }
      .newsmag_builder .newsmag-blog-post-layout-b.wide-layout .newsmag-image {
        position: relative; }
      .newsmag_builder .newsmag-blog-post-layout-b.wide-layout .newsmag-post-box-b-category {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 12px;
        text-transform: uppercase;
        color: #FFF;
        font-weight: 700;
        font-family: 'Poppins', serif;
        background: #ff3d2e;
        padding: 3px 7px 1px 7px;
        z-index: 2;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; }
        .newsmag_builder .newsmag-blog-post-layout-b.wide-layout .newsmag-post-box-b-category:hover {
          background-color: #000;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
        .newsmag_builder .newsmag-blog-post-layout-b.wide-layout .newsmag-post-box-b-category.dynamic:hover {
          background-color: #000 !important;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
      .newsmag_builder .newsmag-blog-post-layout-b.wide-layout .newsmag-title h3 {
        font-size: 23px;
        margin-bottom: 8px;
        line-height: 24px;
        text-transform: initial; }
      .newsmag_builder .newsmag-blog-post-layout-b.wide-layout p:first-of-type {
        margin-top: 9px; }
      .newsmag_builder .newsmag-blog-post-layout-b.wide-layout:last-of-type {
        margin-bottom: 0; }
    .newsmag_builder .newsmag-blog-post-layout-b .post-categories {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .newsmag_builder .newsmag-blog-post-layout-b .post-categories li {
        display: inline-block;
        margin-left: 10px; }
        .newsmag_builder .newsmag-blog-post-layout-b .post-categories li:first-of-type {
          margin-left: 0; }
        .newsmag_builder .newsmag-blog-post-layout-b .post-categories li a {
          font-weight: 700;
          color: #bbbbbb;
          font-size: 12px;
          text-transform: uppercase; }
  .newsmag_builder .newsmag-post-banner-row {
    padding-left: 15px;
    padding-right: 15px; }
  .newsmag_builder .newsmag-blog-post-layout-banner {
    padding: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 2px solid transparent;
    position: relative; }
    .newsmag_builder .newsmag-blog-post-layout-banner > a {
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden; }
      .newsmag_builder .newsmag-blog-post-layout-banner > a img {
        width: 100%; }
    .newsmag_builder .newsmag-blog-post-layout-banner.col-md-3 > a {
      height: 210px; }
    .newsmag_builder .newsmag-blog-post-layout-banner.col-md-6 > a {
      height: 270px; }
    .newsmag_builder .newsmag-blog-post-layout-banner:hover {
      background-size: 115% 115%;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .newsmag_builder .newsmag-blog-post-layout-banner:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(41, 41, 41, 0);
      background-image: -webkit-linear-gradient(bottom, #000, transparent);
      background-image: -moz-linear-gradient(bottom, #000, transparent);
      background-image: -o-linear-gradient(bottom, #000, transparent);
      background-image: -ms-linear-gradient(bottom, #000, transparent);
      background-image: linear-gradient(to top, #000, transparent);
      content: ''; }
    .newsmag_builder .newsmag-blog-post-layout-banner .banner-content {
      position: absolute;
      bottom: 23px;
      left: 25px;
      right: 25px; }
      .newsmag_builder .newsmag-blog-post-layout-banner .banner-content h3 {
        font-family: 'Poppins', sans-serif;
        text-transform: initial;
        margin-bottom: 5px;
        line-height: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        margin-top: 10px; }
        .newsmag_builder .newsmag-blog-post-layout-banner .banner-content h3 a {
          color: #FFF;
          font-size: 23px;
          line-height: 26px;
          font-weight: 700; }
          .newsmag_builder .newsmag-blog-post-layout-banner .banner-content h3 a:hover, .newsmag_builder .newsmag-blog-post-layout-banner .banner-content h3 a:focus {
            color: #ff3d2e;
            text-shadow: 1px 1px 2px rgba(255, 61, 46, 0.3); }
      .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .meta {
        font-size: 14px;
        color: #FFF;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px; }
        .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .meta a {
          color: #FFF; }
          .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .meta a.newsmag-comments-link {
            color: #FFF; }
            .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .meta a.newsmag-comments-link:hover, .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .meta a.newsmag-comments-link:focus {
              color: #ff3d2e;
              outline: none; }
      .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .newsmag-post-layout-category {
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        color: #FFF;
        font-weight: 700;
        font-family: 'Poppins', serif;
        background: #ff3d2e;
        padding: 2px 7px 0 7px;
        z-index: 2;
        position: relative;
        bottom: -20px;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
        .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .newsmag-post-layout-category:hover {
          background-color: #000;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
        .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .newsmag-post-layout-category.dynamic:hover {
          background-color: #000 !important;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
        .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .newsmag-post-layout-category a {
          color: #FFF;
          font-weight: 700;
          font-size: 12px;
          line-height: 12px; }
          .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .newsmag-post-layout-category a:before {
            display: none; }
    .newsmag_builder .newsmag-blog-post-layout-banner.col-md-3 .banner-content h3 a {
      font-size: 16px; }
    .newsmag_builder .newsmag-blog-post-layout-banner:hover .newsmag-post-layout-category, .newsmag_builder .newsmag-blog-post-layout-banner:focus .newsmag-post-layout-category {
      bottom: 0;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; }

.newsmag-blog-sidebar .widget_newsmag_recent .newsmag-recent-post-widget, .newsmag-sidebar .widget_newsmag_recent .newsmag-recent-post-widget {
  border-bottom: 1px dashed #e1e1e1; }
  .newsmag-blog-sidebar .widget_newsmag_recent .newsmag-recent-post-widget:last-of-type, .newsmag-sidebar .widget_newsmag_recent .newsmag-recent-post-widget:last-of-type {
    border: none; }

.newsmag_widget_posts_video .meta {
  display: inline-block;
  margin-top: 25px;
  color: #767676;
  font-size: 14px; }
  .newsmag_widget_posts_video .meta a {
    font-size: 14px;
    color: #767676; }
.newsmag_widget_posts_video .newsmag-post-format-video {
  margin-bottom: 30px; }
  .newsmag_widget_posts_video .newsmag-post-format-video h3 {
    font-size: 15px;
    text-transform: initial;
    font-weight: bold;
    line-height: 20px; }
    .newsmag_widget_posts_video .newsmag-post-format-video h3 a {
      font-weight: bold; }
.newsmag_widget_posts_video .plyr--audio .plyr__controls button.tab-focus:focus, .newsmag_widget_posts_video .plyr--audio .plyr__controls button:hover, .newsmag_widget_posts_video .plyr__play-large {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff; }
.newsmag_widget_posts_video .plyr__controls {
  opacity: 0; }
.newsmag_widget_posts_video .newsmag-post-format-video:hover .plyr__controls {
  opacity: 1; }
.newsmag_widget_posts_video .plyr__play-large svg {
  width: 15px;
  height: 15px; }
.newsmag_widget_posts_video .plyr__play-large {
  padding: 25px; }
.newsmag_widget_posts_video.grid .plyr__controls {
  display: none; }
.newsmag_widget_posts_video.grid .plyr--audio .plyr__controls button.tab-focus:focus, .newsmag_widget_posts_video.grid .plyr--audio .plyr__controls button:hover, .newsmag_widget_posts_video.grid .plyr__play-large {
  background: black;
  border: 2px solid #fff; }
.newsmag_widget_posts_video.grid .plyr__play-large svg {
  width: 7px;
  height: 7px; }
.newsmag_widget_posts_video.grid .plyr__play-large {
  padding: 7px;
  bottom: -11px;
  right: 15px;
  top: initial;
  left: initial;
  transform: initial; }
.newsmag_widget_posts_video.grid .plyr {
  min-width: initial; }
.newsmag_widget_posts_video.grid h3 {
  margin-top: 0; }

.type-post .plyr--audio .plyr__controls button.tab-focus:focus, .type-post .plyr--audio .plyr__controls button:hover, .type-post .plyr__play-large {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff; }
.type-post .plyr--video .plyr__controls {
  opacity: 0; }
.type-post .plyr--video:hover .plyr__controls {
  opacity: 1; }
.type-post .plyr__play-large svg {
  width: 15px;
  height: 15px; }
.type-post .plyr__play-large {
  padding: 25px; }

.newsmag-image .plyr__controls {
  display: none; }
.newsmag-image .plyr__play-large {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  padding: 10px; }
.newsmag-image .plyr__play-large svg {
  width: 10px;
  height: 10px;
  left: 1px; }

.plyr__play-large:focus {
  outline: none; }

.primary-slider {
  position: relative; }

/**
 * Slider Nav List
 * Usage:  Displays a list with the
 */
.owl-nav-list {
  padding: 0 0 60px 60px;
  z-index: 9999;
  bottom: 65px;
  left: 0;
  position: absolute;
  background: transparent;
  width: 100%;
  min-height: 60px;
  padding-bottom: 0; }
  .owl-nav-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .owl-nav-list li {
    display: block;
    padding: 2px;
    height: 24px; }
    .owl-nav-list li span {
      color: #ccc;
      font-size: 12px;
      font-weight: 300;
      display: inline-block;
      padding: 0 5px 0 0;
      border-right: 4px solid #79170f;
      margin-right: 10px; }
    .owl-nav-list li.active a {
      color: #fff; }
    .owl-nav-list li.active span {
      border-right: 4px solid #FF3D2E; }
  .owl-nav-list h4 {
    font-family: "poppins";
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    background: #E8A820;
    color: #fff;
    padding: 0 6px; }
  .owl-nav-list a {
    color: #ccc;
    text-decoration: none;
    outline: none;
    font-family: "poppins";
    font-size: 12px;
    font-weight: 600; }
    .owl-nav-list a:active {
      outline: none; }

.newsmag-slider .slide-meta strong {
  color: #ccc;
  font-weight: 300; }
.newsmag-slider .slide-meta span {
  color: #fff;
  font-family: "Lato";
  padding-left: 5px;
  display: block;
  float: left; }
.newsmag-slider .item-image {
  background: #000; }
  .newsmag-slider .item-image img {
    opacity: unset;
    }

.newsmag_slider.slide-meta .ticker {
  display: block; }

.newsmag_slider.slide-meta .ruller {
  font-weight: 700;
  line-height: 24px;
  display: block; }

.newsmag_slider.item-image .slider-caption {
  text-align: left; }

.newsmag_slider .slide-meta a {
  line-height: 24px;
  padding: 2px 8px 0;
  font-family: "Poppins";
  color: #fff;
  background: #FF3D2E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block; }

#content .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 3px; }

.newsmag_slider .entry-title a {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 38px;
  line-height: 40px;
  text-align: left; }

.newsmag_slider .owl-item.active .entry-title {
  padding-top: 20px; }

.newsmag_slider .owl-item.active .entry-title a {
  display: block;
  animation: anim_newsmag_sliderPro_title 1200ms linear both;
  animation-delay: .3s;
  text-shadow: 0px 0px 10px #969696; }

.newsmag_slider .owl-item.active .ticker {
  animation: anim_newsmag_sliderPro_meta 600ms linear both;
  animation-delay: .8s; }

.newsmag_slider .owl-item.active .category a {
  animation: anim_newsmag_sliderPro_category 1000ms linear both;
  animation-delay: 400ms; }

.newsmag_slider .owl-item.active {
  animation: anim_newsmag_sliderPro_image 500ms linear both; }

@media (max-width: 1280px) {
  .owl-nav-list {
    display: none; }

  #content .owl-dots {
    padding-right: 40px;
    text-align: right; }

  #content .owl-dots .owl-dot span {
    height: 20px; }

  #content .newsmag-slider .item-image .slider-caption {
    bottom: 25%; } }
@media (max-width: 740px) {
  #content .newsmag-slider .entry-title a {
    font-size: 28px;
    line-height: 32px; } }
@media (max-width: 640px) {
  #content .newsmag-slider .slider-caption .entry-title a {
    font-size: 24px;
    line-height: 26px; }

  #content .owl-dots .owl-dot span {
    height: 4px; } }
@media (max-width: 440px) {
  #content .newsmag-slider .item-image .slider-caption {
    bottom: 10%; }
    #content .newsmag-slider .item-image .slider-caption .entry-title a {
      font-size: 16px;
      line-height: 20px; } }
.newsmag_slider .category a {
  -webkit-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.newsmag_slider .category a:hover {
  background: #000; }

.newsmag_slider .owl-nav-list.active h4 {
  animation: anim-newsmag-nav-list 1000ms linear both; }

.newsmag_slider .owl-nav-list li:nth-child(1) {
  animation: anim-newsmag-nav-list 810ms linear .45s both; }

.newsmag_slider .owl-nav-list li:nth-child(2) {
  animation: anim-newsmag-nav-list 810ms linear .65s both; }

.newsmag_slider .owl-nav-list li:nth-child(3) {
  animation: anim-newsmag-nav-list 810ms linear .85s both; }

.newsmag_slider .owl-nav-list li:nth-child(4) {
  animation: anim-newsmag-nav-list 810ms linear 1.1s both; }

.newsmag_slider .owl-nav-list li:nth-child(5) {
  animation: anim-newsmag-nav-list 810ms linear 1.3s both; }

.newsmag_slider .owl-nav-list li:nth-child(6) {
  animation: anim-newsmag-nav-list 810ms linear 1.5s both; }

.newsmag_slider .owl-nav-list li:nth-child(7) {
  animation: anim-newsmag-nav-list 810ms linear 1.7s both; }

.newsmag_slider .owl-nav-list li:nth-child(8) {
  animation: anim-newsmag-nav-list 810ms linear 1.9s both; }

.newsmag_slider .owl-nav-list ul,
.newsmag_slider .owl-nav-list li {
  display: block; }

.newsmag_slider .owl-nav-list li.active {
  -animation: anim-newsmag-nav-list-active 650ms linear both; }

@keyframes anim_newsmag_sliderPro_image {
  0% {
    opacity: .4; }
  12% {
    opacity: .55; }
  24% {
    opacity: .65; }
  36% {
    opacity: .75; }
  100% {
    opacity: 1; } }
@keyframes anim_newsmag_sliderPro_category {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
    opacity: 0; }
  2.92% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
  3.37% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
  3.47% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
  4.58% {
    transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
  5.69% {
    transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
  5.76% {
    transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
  7.41% {
    transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
  7.51% {
    transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
  7.88% {
    transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
  8.68% {
    transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
  10.03% {
    transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
  10.85% {
    transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
  11.53% {
    transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
    opacity: 1; }
  12.22% {
    transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
  14.18% {
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
  14.37% {
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
  19.23% {
    transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
  20.01% {
    transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
  23.05% {
    transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
  25.75% {
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
  26.94% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
  31.58% {
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
  31.73% {
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
  37.32% {
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
  38.15% {
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
  42.35% {
    transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
  48.9% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
  57.77% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  60.47% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  69.36% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.61% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes anim_newsmag_sliderPro_title {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1);
    opacity: 0; }
  1.78% {
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -56.546, 0, 0, 1); }
  3.56% {
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -29.862, 0, 0, 1); }
  5.34% {
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -14.497, 0, 0, 1); }
  7.06% {
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -6.399, 0, 0, 1); }
  7.12% {
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -6.216, 0, 0, 1); }
  10.51% {
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -0.353, 0, 0, 1);
    opacity: 1; }
  10.68% {
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -0.243, 0, 0, 1); }
  14.01% {
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0.576, 0, 0, 1); }
  14.24% {
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 0.577, 0, 0, 1); }
  17.46% {
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 0.398, 0, 0, 1); }
  31.36% {
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.002, 0, 0, 1); }
  36.48% {
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  44.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes anim_newsmag_sliderPro_meta {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
    opacity: 0; }
  2.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -195.663, 0, 0, 1); }
  4.9% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -128.099, 0, 0, 1); }
  9.81% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -51.668, 0, 0, 1);
    opacity: 0; }
  14.71% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.475, 0, 0, 1); }
  19.62% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.689, 0, 0, 1);
    opacity: 1; }
  29.43% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.391, 0, 0, 1); }
  39.14% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.113, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes anim-newsmag-nav-list-active {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% {
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% {
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% {
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% {
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% {
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% {
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% {
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% {
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% {
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% {
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% {
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes anim-newsmag-nav-list {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
    opacity: 0; }
  1.3% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -158.014, 0, 1); }
  2.55% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -121.865, 0, 1); }
  4.1% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -83.942, 0, 1); }
  5.71% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -53.064, 0, 1); }
  8.11% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -21.098, 0, 1); }
  8.81% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -14.56, 0, 1);
    opacity: 0; }
  11.96% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.217, 0, 1); }
  12.11% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.687, 0, 1); }
  15.07% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.441, 0, 1); }
  16.12% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.671, 0, 1); }
  27.23% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.568, 0, 1);
    opacity: 1; }
  27.58% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.414, 0, 1); }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.207, 0, 1); }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.194, 0, 1); }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.032, 0, 1); }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.005, 0, 1); }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes anim-back-to-top {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 0, 0, 1); }
  2.92% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 45.073, 0, 0, 1); }
  3.37% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 38.29, 0, 0, 1); }
  3.47% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36.865, 0, 0, 1); }
  4.58% {
    transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 22.883, 0, 0, 1); }
  5.69% {
    transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.184, 0, 0, 1); }
  5.76% {
    transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.589, 0, 0, 1); }
  7.41% {
    transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.268, 0, 0, 1); }
  7.51% {
    transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.818, 0, 0, 1); }
  7.88% {
    transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, -0.669, 0, 0, 1); }
  8.68% {
    transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, -3.215, 0, 0, 1); }
  10.03% {
    transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, -5.618, 0, 0, 1); }
  10.85% {
    transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, -6.204, 0, 0, 1); }
  11.53% {
    transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, -6.331, 0, 0, 1); }
  12.22% {
    transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, -6.206, 0, 0, 1); }
  14.18% {
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, -5.018, 0, 0, 1); }
  14.37% {
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, -4.868, 0, 0, 1); }
  19.23% {
    transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, -1.285, 0, 0, 1); }
  20.01% {
    transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, -0.908, 0, 0, 1); }
  23.05% {
    transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, -0.012, 0, 0, 1); }
  25.75% {
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, 0.236, 0, 0, 1); }
  26.94% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, 0.253, 0, 0, 1); }
  31.58% {
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0.135, 0, 0, 1); }
  31.73% {
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0.131, 0, 0, 1); }
  37.32% {
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1); }
  38.15% {
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0.003, 0, 0, 1); }
  42.35% {
    transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, -0.01, 0, 0, 1); }
  48.9% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1); }
  57.77% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.47% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  69.36% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.61% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
.newsmag-posts-timeline h3 {
  font-size: 14px;
  text-transform: initial;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: 'Lato'; }
  .newsmag-posts-timeline h3 a {
    font-weight: bold; }
.newsmag-posts-timeline .meta {
  display: inline-block;
  margin-top: 0;
  color: #767676;
  font-size: 14px; }
  .newsmag-posts-timeline .meta a {
    font-size: 14px;
    color: #767676; }
.newsmag-posts-timeline ul {
  list-style-type: none;
  position: relative;
  padding-left: 20px; }
  .newsmag-posts-timeline ul:before {
    width: 1px;
    background: #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block; }
  .newsmag-posts-timeline ul li {
    position: relative; }
    .newsmag-posts-timeline ul li:last-of-type h3 {
      position: relative; }
      .newsmag-posts-timeline ul li:last-of-type h3:before {
        width: 2px;
        position: absolute;
        left: -21px;
        top: 0;
        bottom: 0;
        background: #fff;
        content: '';
        display: block; }
    .newsmag-posts-timeline ul li:before {
      content: '';
      width: 19px;
      height: 19px;
      border: 5px solid #fff;
      position: absolute;
      left: -29px;
      top: 2px;
      display: block;
      background: #fff;
      -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 61, 46, 0.75), inset -1px -1px 0 0 rgba(255, 61, 46, 0.75);
      -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 61, 46, 0.75), inset -1px -1px 0 0 rgba(255, 61, 46, 0.75);
      box-shadow: inset 1px 1px 0 0 rgba(255, 61, 46, 0.75), inset -1px -1px 0 0 rgba(255, 61, 46, 0.75); }

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

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

.single-post .entry-content {
  margin-top: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.single-post .entry-header {
  margin-top: 30px; }
  .single-post .entry-header img {
    width: 100%; }
.single-post .entry-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  font-family: 'Poppins';
  color: #333333; }

.archive .entry-title {
  margin-top: 20px;
  margin-bottom: 15px; }

.newsmag-archive-first-posts {
  margin-bottom: 20px; }

/* Author box styling */
.author-description {
  position: relative;
  margin: 0; }
  .author-description img {
    margin-bottom: 20px; }
  .author-description h4 {
    margin-top: 0; }
    .author-description h4 > a {
      color: #333;
      font-size: 15px; }
  .author-description .social-links {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-top: 1px solid #cfcfcf;
    padding-top: 10px; }
    .author-description .social-links li {
      display: inline-block;
      padding-right: 12px; }
      .author-description .social-links li > a {
        font-size: 14px;
        color: #cfcfcf; }
        .author-description .social-links li > a:hover {
          color: #ff3d2e; }
  .author-description p {
    font-size: 13px;
    font-family: 'Lato';
    color: #767676; }

.newsmag-image, .newsmag-post-box-image {
  overflow: hidden;
  display: block;
  position: relative; }
  .newsmag-image > img,
  .newsmag-image > a > img, .newsmag-post-box-image > img,
  .newsmag-post-box-image > a > img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%; }
  .newsmag-image:hover > img,
  .newsmag-image:hover > a > img, .newsmag-post-box-image:hover > img,
  .newsmag-post-box-image:hover > a > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.newsmag-archive-first-posts {
  margin-top: 15px; }
  .newsmag-archive-first-posts .entry-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #333; }

.newsmag-archive-page .post, .newsmag-archive-page .page {
  margin-bottom: 25px; }
  .newsmag-archive-page .post .entry-title a, .newsmag-archive-page .page .entry-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #333; }
.newsmag-archive-page .newsmag-image-banner img {
  display: block;
  width: 100%; }

.navigation {
  width: 100%;
  text-align: center; }
  .navigation .nav-links .page-numbers {
    display: inline-block;
    font-family: 'Lato';
    padding: 5px;
    text-align: center;
    border-bottom: 2px solid transparent;
    margin-right: 15px; }
    .navigation .nav-links .page-numbers.current {
      border-bottom-color: #ff3d2e;
      color: #ff3d2e; }
    .navigation .nav-links .page-numbers:not(.dots):not(.next):not(.prev):hover, .navigation .nav-links .page-numbers:not(.dots):not(.next):not(.prev):focus {
      border-bottom-color: #ff3d2e;
      color: #ff3d2e; }
    .navigation .nav-links .page-numbers.next {
      border: 1px solid #e1e1e1;
      padding: 5px 10px;
      font-size: 12px;
      text-transform: uppercase; }
    .navigation .nav-links .page-numbers.prev {
      border: 1px solid #e1e1e1;
      padding: 5px 10px;
      font-size: 12px;
      text-transform: uppercase; }

.newsmag-custom-header {
  height: 200px;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background: #ff3d2e; }
  .newsmag-custom-header .container {
    position: relative;
    top: 40%; }
  .newsmag-custom-header h3, .newsmag-custom-header h2 {
    text-transform: initial;
    color: #FFF;
    font-size: 33px;
    font-family: 'Poppins', serif;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .newsmag-custom-header h3, .newsmag-custom-header h2 {
        font-size: 20px;
        line-height: 24px; } }
  .newsmag-custom-header.newsmag-custom-header-single-post {
    height: 455px;
    margin-bottom: 0;
    background-attachment: fixed; }
    .newsmag-custom-header.newsmag-custom-header-single-post:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      background: -moz-linear-gradient(top, transparent 0%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, black));
      background: -webkit-linear-gradient(top, transparent 0%, black 100%);
      background: -o-linear-gradient(top, transparent 0%, black 100%);
      background: -ms-linear-gradient(top, transparent 0%, black 100%);
      background: linear-gradient(to bottom, transparent 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
      content: '';
      z-index: 0; }
    .newsmag-custom-header.newsmag-custom-header-single-post .container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.single-post .newsmag-custom-header, .page .newsmag-custom-header, .blog .newsmag-custom-header, .category .newsmag-custom-header, .date .newsmag-custom-header, .tag .newsmag-custom-header, .search .newsmag-custom-header {
  margin-bottom: 0; }
  .single-post .newsmag-custom-header:before, .page .newsmag-custom-header:before, .blog .newsmag-custom-header:before, .category .newsmag-custom-header:before, .date .newsmag-custom-header:before, .tag .newsmag-custom-header:before, .search .newsmag-custom-header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, black));
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: -o-linear-gradient(top, transparent 0%, black 100%);
    background: -ms-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    content: '';
    z-index: 0; }
  .single-post .newsmag-custom-header .container, .page .newsmag-custom-header .container, .blog .newsmag-custom-header .container, .category .newsmag-custom-header .container, .date .newsmag-custom-header .container, .tag .newsmag-custom-header .container, .search .newsmag-custom-header .container {
    top: 25%; }

.newsmag-archive-page .newsmag-blog-post-layout {
  margin-bottom: 30px; }

.newsmag-blog-post-layout {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #ebebeb; }
  .newsmag-blog-post-layout:last-of-type {
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .newsmag-blog-post-layout .newsmag-image {
      margin-bottom: 10px; } }
  .newsmag-blog-post-layout .newsmag-image {
    display: inline-block;
    float: left;
    position: relative; }
    .newsmag-blog-post-layout .newsmag-image img {
      width: 100%; }
    .newsmag-blog-post-layout .newsmag-image.newsmag-sticky-post-image {
      float: none;
      width: 100%;
      margin-bottom: 25px; }
      .newsmag-blog-post-layout .newsmag-image.newsmag-sticky-post-image .plyr__play-large {
        padding: 25px; }
    .newsmag-blog-post-layout .newsmag-image .newsmag-format-sign {
      position: absolute;
      display: inline-block;
      top: 0;
      left: 20px;
      color: #FFF;
      z-index: 1;
      background: #ff3d2e;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px; }
      .newsmag-blog-post-layout .newsmag-image .newsmag-format-sign span {
        color: #FFF;
        font-size: 20px; }
  .newsmag-blog-post-layout.video .newsmag-image {
    float: initial;
    display: block; }
  .newsmag-blog-post-layout .newsmag-title {
    color: #767676; }
    .newsmag-blog-post-layout .newsmag-title h3 {
      font-size: 20px;
      font-family: "Poppins", "serif";
      margin-top: 0;
      font-weight: 700;
      text-transform: initial; }
      .newsmag-blog-post-layout .newsmag-title h3 > a {
        color: inherit;
        font-weight: 700; }
        .newsmag-blog-post-layout .newsmag-title h3 > a:hover, .newsmag-blog-post-layout .newsmag-title h3 > a:focus {
          text-decoration: none;
          color: #ff3d2e; }
    .newsmag-blog-post-layout .newsmag-title .newsmag-comments-link {
      color: #767676; }
      .newsmag-blog-post-layout .newsmag-title .newsmag-comments-link:hover, .newsmag-blog-post-layout .newsmag-title .newsmag-comments-link:focus {
        color: #ff3d2e; }
    .newsmag-blog-post-layout .newsmag-title.newsmag-sticky-post-title h3 {
      margin-bottom: 0; }
  .newsmag-blog-post-layout .newsmag-content {
    margin-top: 10px; }
    .newsmag-blog-post-layout .newsmag-content .newsmag-categories {
      margin: 0;
      padding: 0;
      font-weight: 700;
      color: #bbbbbb;
      font-size: 12px; }
      .newsmag-blog-post-layout .newsmag-content .newsmag-categories a {
        font-weight: 700;
        color: #bbbbbb;
        font-size: 12px;
        text-transform: uppercase; }
  .newsmag-blog-post-layout:hover, .newsmag-blog-post-layout:focus {
    border-bottom-color: #D0EDF3; }
    .newsmag-blog-post-layout:hover:after, .newsmag-blog-post-layout:focus:after {
      height: 25px;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
    .newsmag-blog-post-layout:hover .newsmag-post-box-category, .newsmag-blog-post-layout:focus .newsmag-post-box-category {
      bottom: 20px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }

.newsmag-article-post .newsmag-post-meta {
  color: #9a9a9a; }
  .newsmag-article-post .newsmag-post-meta .sep {
    margin-left: 10px;
    margin-right: 10px; }
  .newsmag-article-post .newsmag-post-meta a {
    color: #9a9a9a; }
    .newsmag-article-post .newsmag-post-meta a:hover, .newsmag-article-post .newsmag-post-meta a:focus, .newsmag-article-post .newsmag-post-meta a:active {
      color: #8d8d8d; }
.newsmag-article-post .newsmag-date {
  color: #9a9a9a;
  margin-bottom: 30px;
  display: inline-block; }

.newsmag-article-post-footer .entry-footer {
  margin: 30px 0;
  padding: 30px 0 20px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }
.newsmag-article-post-footer .newsmag-tags a {
  background: #fafafa;
  padding: 10px;
  color: #767676;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .newsmag-article-post-footer .newsmag-tags a:first-of-type {
    margin-left: 10px; }
  .newsmag-article-post-footer .newsmag-tags a:hover {
    background: #ff3d2e;
    color: #FFF; }

.newsmag-next-prev .text-left {
  text-align: right; }
  .newsmag-next-prev .text-left span {
    width: 6%;
    float: left;
    font-size: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px; }
  .newsmag-next-prev .text-left a {
    float: right;
    width: 95%; }
.newsmag-next-prev .text-right {
  text-align: initial; }
  .newsmag-next-prev .text-right span {
    width: 6%;
    float: left;
    font-size: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px; }
  .newsmag-next-prev .text-right a {
    float: left;
    width: 94%; }
.newsmag-next-prev .wrapper {
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  position: relative; }

.newsmag-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .newsmag-video embed, .newsmag-video iframe, .newsmag-video object, .newsmag-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.newsmag-video {
  position: relative; }
  .newsmag-video .newsmag-format-sign {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 20px;
    color: #FFF;
    z-index: 1;
    background: #ff3d2e;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; }
    .newsmag-video .newsmag-format-sign span {
      color: #FFF;
      font-size: 20px; }
  .newsmag-video .newsmag-post-box-category {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    font-family: 'Poppins', serif;
    background: #ff3d2e;
    padding: 6px 7px 5px 7px;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    .newsmag-video .newsmag-post-box-category:hover {
      background: #000;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
    .newsmag-video .newsmag-post-box-category.dynamic:hover {
      background-color: #000 !important;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
    .newsmag-video .newsmag-post-box-category a {
      color: #FFF;
      font-weight: 700;
      font-size: 12px;
      line-height: 12px; }
      .newsmag-video .newsmag-post-box-category a:before {
        display: none; }

.newsmag-image {
  position: relative; }
  .newsmag-image .newsmag-post-box-a-category, .newsmag-image .newsmag-post-box-category {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    font-family: 'Poppins', serif;
    background: #ff3d2e;
    padding: 6px 7px 5px 7px;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    .newsmag-image .newsmag-post-box-a-category:hover, .newsmag-image .newsmag-post-box-category:hover {
      background: #000;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
    .newsmag-image .newsmag-post-box-a-category.dynamic:hover, .newsmag-image .newsmag-post-box-category.dynamic:hover {
      background-color: #000 !important;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
    .newsmag-image .newsmag-post-box-a-category a, .newsmag-image .newsmag-post-box-category a {
      color: #FFF;
      font-weight: 700;
      font-size: 12px;
      line-height: 12px; }
      .newsmag-image .newsmag-post-box-a-category a:before, .newsmag-image .newsmag-post-box-category a:before {
        display: none; }

.meta a {
  margin-left: 15px; }

.pingback .comment-body {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .pingback .comment-body:before {
    width: 3px;
    height: 27px;
    background: #e1e1e1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .pingback .comment-body:hover:before {
    background: #ff3d2e; }
  .pingback .comment-body a {
    font-weight: normal;
    color: #767676; }
  .pingback .comment-body .edit-link a {
    color: #ff3d2e; }

.entry-content .nav-links {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .entry-content .nav-links .sep {
    margin: 0 7px; }
  .entry-content .nav-links a {
    display: inline-block;
    font-family: 'Lato';
    padding: 5px;
    text-align: center;
    border-bottom: 2px solid transparent; }
    .entry-content .nav-links a:first-of-type {
      margin-left: 0; }
    .entry-content .nav-links a:not(.dots):not(.next):not(.prev):hover, .entry-content .nav-links a:not(.dots):not(.next):not(.prev):focus {
      border-bottom-color: #ff3d2e;
      color: #ff3d2e; }

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

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

.bypostauthor {
  display: block; }

#comments ul, #comments ol {
  list-style-type: none; }
#comments .comment-awaiting-moderation {
  padding-left: 97px; }
#comments .children {
  margin-top: 15px; }
  #comments .children > .comment {
    border-bottom: none;
    padding-top: 20px;
    border-top: 1px dashed #e1e1e1; }

.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .comment-list .comment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1; }
    .comment-list .comment:first-of-type {
      padding-top: 0; }
  .comment-list .says {
    display: none; }
  .comment-list .fn {
    font-size: 20px; }
  .comment-list .comment-author > img {
    margin-right: 30px; }
  .comment-list .comment-metadata {
    padding-left: 97px;
    position: relative;
    bottom: 18px; }
    .comment-list .comment-metadata > a {
      color: #ff3d2e;
      font-family: "Lato", sans-serif;
      font-size: 15px; }
  .comment-list .comment-content, .comment-list .reply {
    padding-left: 97px; }
  .comment-list .reply > a {
    color: #ff3d2e;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700; }
    .comment-list .reply > a:hover {
      color: #c70e00; }

#reply-title {
  font-family: "Poppins", "serif";
  font-size: 20px;
  text-transform: uppercase; }

.comment-notes {
  display: none; }

.comment-form [class^="comment-form-"] > input {
  width: 100%; }

/**
* Override bootstrap paddings to match PSD layout
*/
.error404 .site-main {
  text-align: center; }
.error404 .page-content {
  margin-bottom: 40px; }

/* Header */
.site-branding {
  padding: 15px; }
  @media (min-width: 768px) {
    .site-branding {
      padding: 15px 15px; }
      .site-branding.centered-branding {
        line-height: 90px; }
      .site-branding .site-description {
        margin-bottom: 0; } }
  @media (max-width: 992px) {
    .site-branding .header-logo {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .site-branding .header-logo {
      margin-bottom: 15px; } }

.header-banner {
  text-align: right; }
  .header-banner .newsmag-adsense {
    width: 728px;
    height: 90px;
    display: block; }
  .header-banner .newsmag-adsense:before {
    display: none !important; }
  .header-banner .newsmag-adsense ins {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent; }
  @media screen and (max-width: 991px) {
    .header-banner .newsmag-adsense {
      width: 720px;
      height: 90px; }
    .header-banner .newsmag-adsense:before {
      content: '991'; } }
  .header-banner .adsense__loading {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: table;
    position: absolute;
    top: 0;
    left: 0; }
  .header-banner .adsense--loaded .adsense__loading {
    display: none; }
  .header-banner .adsense__loading span {
    text-align: center;
    vertical-align: middle;
    display: table-cell; }

.site-title {
  font-weight: 700;
  font-size: 40px;
  color: #333; }

.search-form-opener {
  position: absolute;
  right: 15px;
  top: 3px;
  border: none;
  padding-left: 2px;
  padding-right: 2px; }
  @media (max-width: 768px) {
    .search-form-opener {
      top: 0px; } }
  .search-form-opener:hover, .search-form-opener:focus, .search-form-opener:active {
    background: transparent;
    border: none; }

.site-header {
  position: relative; }
  .site-header .search-form-opener {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible; }
    .site-header .search-form-opener.hide {
      -webkit-transition: all .2s linear;
      transition: all .2s linear;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      visibility: hidden; }
  .site-header .header-search-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden; }
    .site-header .header-search-form.opened {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      visibility: visible;
      bottom: -78px;
      height: 78px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
    .site-header .header-search-form #searchform_topbar {
      position: relative; }
      .site-header .header-search-form #searchform_topbar ::-webkit-input-placeholder {
        color: #FFF;
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .site-header .header-search-form #searchform_topbar :-moz-placeholder {
        color: #FFF;
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .site-header .header-search-form #searchform_topbar ::-moz-placeholder {
        color: #FFF;
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .site-header .header-search-form #searchform_topbar :-ms-input-placeholder {
        color: #FFF;
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .site-header .header-search-form #searchform_topbar label {
        margin-bottom: 0;
        bottom: -4px;
        position: relative;
        font-weight: 400;
        width: 97%; }
      .site-header .header-search-form #searchform_topbar #search-field-top-bar {
        margin-top: 20px;
        background: transparent;
        border: none;
        padding-left: 10px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 23px;
        color: #FFF;
        font-weight: 400;
        height: 32px;
        width: 100%; }
        .site-header .header-search-form #searchform_topbar #search-field-top-bar:focus {
          outline: none; }
      .site-header .header-search-form #searchform_topbar .search-top-bar-submit {
        background: transparent;
        color: #FFF;
        font-size: 17px;
        border: none;
        outline: none;
        box-shadow: none;
        position: absolute;
        padding: 0;
        top: 28px;
        right: 0;
        vertical-align: middle;
        width: 23px;
        height: 23px; }
        .site-header .header-search-form #searchform_topbar .search-top-bar-submit:hover, .site-header .header-search-form #searchform_topbar .search-top-bar-submit.input-open {
          color: #f2f2f2; }
        .site-header .header-search-form #searchform_topbar .search-top-bar-submit .first-bar, .site-header .header-search-form #searchform_topbar .search-top-bar-submit .second-bar {
          width: 2px;
          height: 22px;
          background: #FFF;
          display: block;
          content: '';
          position: absolute;
          top: 0;
          right: 10px; }
        .site-header .header-search-form #searchform_topbar .search-top-bar-submit .first-bar {
          -webkit-transform: rotate(-45deg);
          -khtml-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .site-header .header-search-form #searchform_topbar .search-top-bar-submit .second-bar {
          -webkit-transform: rotate(45deg);
          -khtml-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }

/* Footer */
#colophon {
  border-top: 1px solid #e1e1e1;
  background-color: #fff; }
  #colophon .footer-widgets-area {
    background: #272f32;
    padding-top: 40px; }
  #colophon .before-footer-area {
    background: #242b2f;
    padding-top: 40px; }
  #colophon .after-footer-area {
    background: #272f32;
    padding-top: 40px;
    padding-bottom: 55px; }
    #colophon .after-footer-area .site-title {
      color: #FFF; }
      #colophon .after-footer-area .site-title:hover, #colophon .after-footer-area .site-title:focus, #colophon .after-footer-area .site-title:active {
        color: #ff3d2e; }
  #colophon .regular-footer-area > .container {
    border-bottom: 1px solid #2f383c; }

.site-info {
  background-color: #ff3d2e;
  padding: 15px 0; }
  .site-info *, .site-info a {
    font-size: 15px;
    line-height: 25px;
    font-family: "Lato";
    color: #FFF; }

.back-to-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  color: #ff3d2e;
  border: 1px solid #ff3d2e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 23px;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  line-height: 25px;
  z-index: 100;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }

.back-to-top.back-to-top-is-visible, .back-to-top.back-to-top-fade-out, .no-touch .back-to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: 1; }

.no-touch .back-to-top:hover {
  border: 1px solid #ff3d2e;
  opacity: 1;
  color: #ff3d2e; }

@media only screen and (max-width: 768px) {
  .back-to-top {
    line-height: 0; } }
@media only screen and (min-width: 768px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    line-height: 25px; } }
@media only screen and (min-width: 1024px) {
  .back-to-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 30px;
    line-height: 25px; } }
.back-to-top {
  background: #FF3D2E;
  color: #fff;
  border: none; }

.back-to-top:hover {
  background: #000;
  color: #fff; }

.back-to-top span {
  display: block;
  line-height: 27px; }

.back-to-top.back-to-top-is-visible {
  animation: anim-back-to-top 850ms linear both; }

#back-to-top span,
#back-top-top:active,
#back-top-top:focus,
#back-top-top:link {
  color: #fff; }

.site-footer > .widgets-area {
  padding: 40px 0 0 0; }
.site-footer p.no-margin {
  margin-bottom: 0; }
.site-footer .newsmag-social-footer {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0; }
  .site-footer .newsmag-social-footer li {
    display: inline-block;
    margin-right: 15px; }
    .site-footer .newsmag-social-footer li a[href*="wordpress.org"], .site-footer .newsmag-social-footer li a[href*="wordpress.com"] {
      color: #21759b; }
    .site-footer .newsmag-social-footer li a[href*="facebook.com"] {
      color: #3b5998; }
    .site-footer .newsmag-social-footer li a[href*="twitter.com"] {
      color: #33ccff; }
    .site-footer .newsmag-social-footer li a[href*="dribbble.com"] {
      color: #ea4c89; }
    .site-footer .newsmag-social-footer li a[href*="plus.google.com"] {
      color: #dd4b39; }
    .site-footer .newsmag-social-footer li a[href*="pinterest.com"] {
      color: #c8232c; }
    .site-footer .newsmag-social-footer li a[href*="github.com"] {
      color: #171515; }
    .site-footer .newsmag-social-footer li a[href*="tumblr.com"] {
      color: #34526f; }
    .site-footer .newsmag-social-footer li a[href*="youtube.com"] {
      color: #c4302b; }
    .site-footer .newsmag-social-footer li a[href*="flickr.com"] {
      color: #ff0084; }
    .site-footer .newsmag-social-footer li a[href*="vimeo.com"] {
      color: #1AB7EA; }
    .site-footer .newsmag-social-footer li a[href*="instagram.com"] {
      color: #3f729b; }
    .site-footer .newsmag-social-footer li a[href*="codepen.io"] {
      color: #000; }
    .site-footer .newsmag-social-footer li a[href*="linkedin.com"] {
      color: #0e76a8; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.newsmag-recent-posts {
  margin-bottom: 20px; }
  .newsmag-recent-posts > ul {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 20px 0; }
    .newsmag-recent-posts > ul > li {
      width: 100%;
      height: 360px;
      display: inline-block;
      float: left;
      position: relative;
      background-position: 50% 50%;
      background-size: cover;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (min-width: 768px) {
        .newsmag-recent-posts > ul > li {
          width: 33.3333333333%;
          height: 240px; } }
      @media (min-width: 990px) {
        .newsmag-recent-posts > ul > li {
          background-size: 100%; }
          .newsmag-recent-posts > ul > li:hover {
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            background-size: 115%; } }
      .newsmag-recent-posts > ul > li:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: transparent;
        /* Old browsers */
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.9)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        content: ''; }
      @media (min-width: 768px) {
        .newsmag-recent-posts > ul > li:nth-child(-n+2) {
          width: 50%;
          height: 360px; } }
      .newsmag-recent-posts > ul > li > img {
        width: 100%; }
      .newsmag-recent-posts > ul > li .newsmag-post-info {
        position: absolute;
        bottom: 15%;
        left: 8%;
        max-height: 95px;
        z-index: 1; }
      .newsmag-recent-posts > ul > li .newsmag-category {
        background-color: #ff3d2e;
        padding: 11px 21px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Poppins", "serif";
        color: #FFF;
        font-size: 13px;
        display: inline-block; }
        .newsmag-recent-posts > ul > li .newsmag-category > a {
          color: #FFF; }
          .newsmag-recent-posts > ul > li .newsmag-category > a:hover {
            color: #FFF; }
      .newsmag-recent-posts > ul > li h3 {
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: block; }
        .newsmag-recent-posts > ul > li h3 > a {
          color: #FFF; }
          .newsmag-recent-posts > ul > li h3 > a:hover {
            text-decoration: none; }

.newsmag-related-posts {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px; }
  .newsmag-related-posts .newsmag-carousel-navigation {
    padding-right: 12px; }
  .newsmag-related-posts .owl-controls {
    display: none !important; }
  .newsmag-related-posts .newsmag-carousel-arrows {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style-type: none; }
    .newsmag-related-posts .newsmag-carousel-arrows > li {
      border: 1px solid #e1e1e1;
      width: 20px;
      height: 20px;
      text-align: center;
      display: inline-block;
      margin-right: 3px; }
      .newsmag-related-posts .newsmag-carousel-arrows > li:last-of-type {
        margin-right: none; }
      .newsmag-related-posts .newsmag-carousel-arrows > li:hover {
        border-color: #ff3d2e; }
      .newsmag-related-posts .newsmag-carousel-arrows > li a {
        color: "Lato", sans-serif;
        display: block;
        line-height: 18px; }
        .newsmag-related-posts .newsmag-carousel-arrows > li a:hover, .newsmag-related-posts .newsmag-carousel-arrows > li a:focus, .newsmag-related-posts .newsmag-carousel-arrows > li a:active {
          text-decoration: none;
          outline: none; }
  .newsmag-related-posts .newsmag-related-post-title > a {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", "serif";
    color: #333; }
    .newsmag-related-posts .newsmag-related-post-title > a:hover, .newsmag-related-posts .newsmag-related-post-title > a:focus {
      color: #ff3d2e;
      outline: none; }

.newsmag-news-ticker {
  max-height: 45px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .newsmag-news-ticker {
      text-align: center;
      max-height: initial; } }
  .newsmag-news-ticker .newsmag-module-title {
    color: #FFF;
    padding: 12px 25px;
    font-weight: 600;
    background: #ff3d2e;
    display: inline-block; }
    @media (max-width: 767px) {
      .newsmag-news-ticker .newsmag-module-title {
        display: inline-block;
        margin-bottom: 20px; } }
    .newsmag-news-ticker .newsmag-module-title i.fa {
      color: #FFF;
      margin-right: 10px; }
  .newsmag-news-ticker ul {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    list-style-type: none;
    position: relative; }
    @media (max-width: 767px) {
      .newsmag-news-ticker ul {
        height: 45px; } }
    @media (min-width: 768px) {
      .newsmag-news-ticker ul {
        width: 73%;
        display: inline-block !important; } }
    .newsmag-news-ticker ul li {
      padding: 0 2px; }
      .newsmag-news-ticker ul li a {
        color: "Lato", sans-serif;
        font-size: 14px;
        font-family: 'Lato';
        font-weight: 400; }
        .newsmag-news-ticker ul li a:hover, .newsmag-news-ticker ul li a:focus, .newsmag-news-ticker ul li a:active {
          color: #ff3d2e; }

.newsmag-breadcrumbs {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ff3d2e; }
  .newsmag-breadcrumbs .breadcrumb-leaf {
    color: #6b6a77; }
  .newsmag-breadcrumbs a {
    color: #ff3d2e; }
  .newsmag-breadcrumbs .newsmag-breadcrumb-sep {
    margin: 0 10px;
    color: #ff3d2e; }

.newsmag-breadcrumbs-row {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #FFF; }
  .newsmag-breadcrumbs-row .newsmag-breadcrumbs {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .newsmag-breadcrumbs-container {
    width: 750px; } }
@media (min-width: 992px) {
  .newsmag-breadcrumbs-container {
    width: 970px; } }
@media (min-width: 1200px) {
  .newsmag-breadcrumbs-container {
    width: 1200px; } }
.newsmag-breadcrumbs-container .newsmag-breadcrumbs-row .col-xs-12 {
  padding-left: 30px;
  padding-right: 30px; }

.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000; }

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(255, 61, 46, 0.1);
  border-right: 1px solid rgba(255, 61, 46, 0.1);
  border-bottom: 1px solid rgba(255, 61, 46, 0.1);
  border-left: 1px solid rgba(255, 61, 46, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001; }

.page-loader .loader-text {
  top: 55%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley,
.comment-list .reply .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.newsmag-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .newsmag-video-container embed, .newsmag-video-container iframe, .newsmag-video-container object, .newsmag-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.entry-content .newsmag-video-container {
  margin-bottom: 15px; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  font-style: italic; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */
