@charset "UTF-8";
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/




.alm-reveal img.wp-post-image {
	min-height:210px !important;
	
}
.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;
  line-height: 1.5;
}

p {
  font-size: 15px;
  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, .newsmag-related-posts .newsmag-related-posts-title > h3, #comments > h3:first-of-type {
  font-weight: 600;

  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
}

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

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

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

h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}

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

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

h6 {
  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: "";
  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 {
  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);
  transition: all 0.2s linear;
}
.blazy.b-loaded {
  filter: initial;
  -webkit-transform: initial;
  -khtml-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  transform: initial;
  transition: all 0.2s linear;
}

.entry-content p {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


.form-submit .submit {
  border: 1px solid;
  border-color: #ff3d2e;
  border-radius: 0;
  background: #ff3d2e;
  color: #FFF;
  font-size: 15px;
  padding: 9px 30px;
}
.form-submit .submit:hover, .form-submit .submit:focus {
  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;
  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;
  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;
  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, .error-404.not-found input[type=submit]:focus, .newsmag-search-page input[type=submit]:hover, .newsmag-search-page input[type=submit]:focus, .post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  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;
  border-radius: 0;
  background: #ff3d2e;
  color: #FFF;
  font-size: 15px;
  padding: 9px 30px;
}
input[type=submit]:hover, input[type=submit]:focus {
  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:hover, a:focus, a:active {
  color: #00dd83;
}
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: 202px;
}
.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.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 > 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: 1000px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.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.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;
}


@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-within > 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-within > a:after, .main-navigation .nav-menu > li:focus > a:after {
    width: 100%;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
}



.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: "";
  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 {
  font-size: 16px;
  color: #FFF;
  text-transform: initial;
  text-shadow: none;
  font-weight: normal;
}

.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: #21edbb;
}
.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: "";
  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 ul li a:focus[href*="wordpress.org"]::before, #menu-social ul li a:focus[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, #menu-social-footer ul li a:focus[href*="wordpress.org"]::before, #menu-social-footer ul li a:focus[href*="wordpress.com"]::before {
  color: #21759b;
}
#menu-social ul li a:hover[href*="facebook.com"]::before, #menu-social ul li a:focus[href*="facebook.com"]::before, #menu-social-footer ul li a:hover[href*="facebook.com"]::before, #menu-social-footer ul li a:focus[href*="facebook.com"]::before {
  color: #3b5998;
}
#menu-social ul li a:hover[href*="twitter.com"]::before, #menu-social ul li a:focus[href*="twitter.com"]::before, #menu-social-footer ul li a:hover[href*="twitter.com"]::before, #menu-social-footer ul li a:focus[href*="twitter.com"]::before {
  color: #33ccff;
}
#menu-social ul li a:hover[href*="dribbble.com"]::before, #menu-social ul li a:focus[href*="dribbble.com"]::before, #menu-social-footer ul li a:hover[href*="dribbble.com"]::before, #menu-social-footer ul li a:focus[href*="dribbble.com"]::before {
  color: #ea4c89;
}
#menu-social ul li a:hover[href*="plus.google.com"]::before, #menu-social ul li a:focus[href*="plus.google.com"]::before, #menu-social-footer ul li a:hover[href*="plus.google.com"]::before, #menu-social-footer ul li a:focus[href*="plus.google.com"]::before {
  color: #dd4b39;
}
#menu-social ul li a:hover[href*="pinterest.com"]::before, #menu-social ul li a:focus[href*="pinterest.com"]::before, #menu-social-footer ul li a:hover[href*="pinterest.com"]::before, #menu-social-footer ul li a:focus[href*="pinterest.com"]::before {
  color: #c8232c;
}
#menu-social ul li a:hover[href*="github.com"]::before, #menu-social ul li a:focus[href*="github.com"]::before, #menu-social-footer ul li a:hover[href*="github.com"]::before, #menu-social-footer ul li a:focus[href*="github.com"]::before {
  color: #171515;
}
#menu-social ul li a:hover[href*="tumblr.com"]::before, #menu-social ul li a:focus[href*="tumblr.com"]::before, #menu-social-footer ul li a:hover[href*="tumblr.com"]::before, #menu-social-footer ul li a:focus[href*="tumblr.com"]::before {
  color: #34526f;
}
#menu-social ul li a:hover[href*="youtube.com"]::before, #menu-social ul li a:focus[href*="youtube.com"]::before, #menu-social-footer ul li a:hover[href*="youtube.com"]::before, #menu-social-footer ul li a:focus[href*="youtube.com"]::before {
  color: #c4302b;
}
#menu-social ul li a:hover[href*="flickr.com"]::before, #menu-social ul li a:focus[href*="flickr.com"]::before, #menu-social-footer ul li a:hover[href*="flickr.com"]::before, #menu-social-footer ul li a:focus[href*="flickr.com"]::before {
  color: #ff0084;
}
#menu-social ul li a:hover[href*="vimeo.com"]::before, #menu-social ul li a:focus[href*="vimeo.com"]::before, #menu-social-footer ul li a:hover[href*="vimeo.com"]::before, #menu-social-footer ul li a:focus[href*="vimeo.com"]::before {
  color: #1AB7EA;
}
#menu-social ul li a:hover[href*="instagram.com"]::before, #menu-social ul li a:focus[href*="instagram.com"]::before, #menu-social-footer ul li a:hover[href*="instagram.com"]::before, #menu-social-footer ul li a:focus[href*="instagram.com"]::before {
  color: #3f729b;
}
#menu-social ul li a:hover[href*="codepen.io"]::before, #menu-social ul li a:focus[href*="codepen.io"]::before, #menu-social-footer ul li a:hover[href*="codepen.io"]::before, #menu-social-footer ul li a:focus[href*="codepen.io"]::before {
  color: #000;
}
#menu-social ul li a:hover[href*="linkedin.com"]::before, #menu-social ul li a:focus[href*="linkedin.com"]::before, #menu-social-footer ul li a:hover[href*="linkedin.com"]::before, #menu-social-footer ul li a:focus[href*="linkedin.com"]::before {
  color: #0e76a8;
}
#menu-social ul li a::before, #menu-social-footer ul li a::before {
  content: "";
}
#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: "";
}
#menu-social ul li a[href*="facebook.com"]::before, #menu-social-footer ul li a[href*="facebook.com"]::before {
  content: "";
}
#menu-social ul li a[href*="twitter.com"]::before, #menu-social-footer ul li a[href*="twitter.com"]::before {
  content: "";
}
#menu-social ul li a[href*="dribbble.com"]::before, #menu-social-footer ul li a[href*="dribbble.com"]::before {
  content: "";
}
#menu-social ul li a[href*="plus.google.com"]::before, #menu-social-footer ul li a[href*="plus.google.com"]::before {
  content: "";
}
#menu-social ul li a[href*="pinterest.com"]::before, #menu-social-footer ul li a[href*="pinterest.com"]::before {
  content: "";
}
#menu-social ul li a[href*="github.com"]::before, #menu-social-footer ul li a[href*="github.com"]::before {
  content: "";
}
#menu-social ul li a[href*="tumblr.com"]::before, #menu-social-footer ul li a[href*="tumblr.com"]::before {
  content: "";
}
#menu-social ul li a[href*="youtube.com"]::before, #menu-social-footer ul li a[href*="youtube.com"]::before {
  content: "";
}
#menu-social ul li a[href*="flickr.com"]::before, #menu-social-footer ul li a[href*="flickr.com"]::before {
  content: "";
}
#menu-social ul li a[href*="vimeo.com"]::before, #menu-social-footer ul li a[href*="vimeo.com"]::before {
  content: "";
}
#menu-social ul li a[href*="instagram.com"]::before, #menu-social-footer ul li a[href*="instagram.com"]::before {
  content: "";
}
#menu-social ul li a[href*="codepen.io"]::before, #menu-social-footer ul li a[href*="codepen.io"]::before {
  content: "";
}
#menu-social ul li a[href*="linkedin.com"]::before, #menu-social-footer ul li a[href*="linkedin.com"]::before {
  content: "";
}

.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, #menu-social-footer ul li a:focus[href*="wordpress.org"]::before, #menu-social-footer ul li a:focus[href*="wordpress.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="facebook.com"]::before, #menu-social-footer ul li a:focus[href*="facebook.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="twitter.com"]::before, #menu-social-footer ul li a:focus[href*="twitter.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="dribbble.com"]::before, #menu-social-footer ul li a:focus[href*="dribbble.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="plus.google.com"]::before, #menu-social-footer ul li a:focus[href*="plus.google.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="pinterest.com"]::before, #menu-social-footer ul li a:focus[href*="pinterest.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="github.com"]::before, #menu-social-footer ul li a:focus[href*="github.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="tumblr.com"]::before, #menu-social-footer ul li a:focus[href*="tumblr.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="youtube.com"]::before, #menu-social-footer ul li a:focus[href*="youtube.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="flickr.com"]::before, #menu-social-footer ul li a:focus[href*="flickr.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="vimeo.com"]::before, #menu-social-footer ul li a:focus[href*="vimeo.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="instagram.com"]::before, #menu-social-footer ul li a:focus[href*="instagram.com"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="codepen.io"]::before, #menu-social-footer ul li a:focus[href*="codepen.io"]::before {
  color: #FFF;
}
#menu-social-footer ul li a:hover[href*="linkedin.com"]::before, #menu-social-footer ul li a:focus[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"], #menu-social-footer ul li a:focus[href*="wordpress.org"], #menu-social-footer ul li a:focus[href*="wordpress.com"] {
  background: #21759b;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="facebook.com"], #menu-social-footer ul li a:focus[href*="facebook.com"] {
  background: #3b5998;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="twitter.com"], #menu-social-footer ul li a:focus[href*="twitter.com"] {
  background: #33ccff;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="dribbble.com"], #menu-social-footer ul li a:focus[href*="dribbble.com"] {
  background: #ea4c89;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="plus.google.com"], #menu-social-footer ul li a:focus[href*="plus.google.com"] {
  background: #dd4b39;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="pinterest.com"], #menu-social-footer ul li a:focus[href*="pinterest.com"] {
  background: #c8232c;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="github.com"], #menu-social-footer ul li a:focus[href*="github.com"] {
  background: #171515;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="tumblr.com"], #menu-social-footer ul li a:focus[href*="tumblr.com"] {
  background: #34526f;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="youtube.com"], #menu-social-footer ul li a:focus[href*="youtube.com"] {
  background: #c4302b;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="flickr.com"], #menu-social-footer ul li a:focus[href*="flickr.com"] {
  background: #ff0084;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="vimeo.com"], #menu-social-footer ul li a:focus[href*="vimeo.com"] {
  background: #1AB7EA;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="instagram.com"], #menu-social-footer ul li a:focus[href*="instagram.com"] {
  background: #3f729b;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="codepen.io"], #menu-social-footer ul li a:focus[href*="codepen.io"] {
  background: #000;
  color: #fff;
}
#menu-social-footer ul li a:hover[href*="linkedin.com"], #menu-social-footer ul li a:focus[href*="linkedin.com"] {
  background: #0e76a8;
  color: #fff;
}

.mt-navigation-opener::before {
  content: "" !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 0.2s linear;
  transition: all 0.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 0.2s linear;
  transition: all 0.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;
  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-weight: 400;
}
.widget_search .search-form::before {
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 15px;
  top: 7px;
  content: "";
  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) > h3 {
  font-size: 18px;

  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: "";
  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 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: "";
  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 0.2s linear;
  transition: all 0.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 0.2s linear;
  transition: all 0.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: 7px;
}
.widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li:before {
  content: "";
  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, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li:focus:before {
  padding-left: 7px;
}


.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-weight: 700;
  color: #ff3d2e;
  margin-bottom: 25px;
}
.widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_rss h3 > a:first-of-type:before {
  content: "";
  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: "";
  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: "";
  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: "";
  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-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_categories > ul > li:focus:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li:focus:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li:focus:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li:focus: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: "";
  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_categories .children li:focus:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive .children li:focus:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta .children li:focus:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li:hover:before, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages .children li:focus: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, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #prev:focus:before {
  color: #000;
}
.widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #prev:before {
  content: " ";
  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, .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #next:focus:before {
  color: #000;
}
.widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_calendar #wp-calendar #next:before {
  content: " ";
  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) > h3.widget-title {

  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: "";
  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: "";
  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_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;
  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;
  }


}
.newsmag_slider .newsmag-slider .item-image {
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
.newsmag_slider .newsmag-slider .item-image .slider-caption {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 45%;
  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 h3 a:focus {
  color: #ff3d2e;
}
.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, .newsmag_slider .newsmag-slider:focus-within .main-slider-previous i,
.newsmag_slider .newsmag-slider:focus-within .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,
.newsmag_slider .owl-theme .owl-dots .owl-dot:focus 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 0.2s ease-in;
  transition: all 0.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, .newsmag_builder .newsmag-post-box-a .meta a:focus {
  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 0.2s ease-in;
  transition: all 0.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-post-box-image .newsmag-post-box-a-category:focus, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category:hover, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category:focus {
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.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-post-box-image .newsmag-post-box-a-category.dynamic:focus, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category.dynamic:hover, .newsmag_builder .newsmag-post-box-a .newsmag-image .newsmag-post-box-a-category.dynamic:focus {
  background-color: #000 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.newsmag_builder .newsmag-post-box-a:hover .newsmag-post-box-a-category, .newsmag_builder .newsmag-post-box-a:focus-within .newsmag-post-box-a-category {
  bottom: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.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 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 0;
}
.newsmag_builder .newsmag-blog-post-layout-b:hover, .newsmag_builder .newsmag-blog-post-layout-b:focus {
  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, .newsmag_builder .newsmag-blog-post-layout-b:focus .newsmag-post-box-a-category, .newsmag_builder .newsmag-blog-post-layout-b:focus .newsmag-post-box-category {
  bottom: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.newsmag_builder .newsmag-blog-post-layout-b:hover:after, .newsmag_builder .newsmag-blog-post-layout-b:focus:after {
  height: 25px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.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;

  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;

  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 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.newsmag_builder .newsmag-blog-post-layout-b.wide-layout .newsmag-post-box-b-category:hover, .newsmag_builder .newsmag-blog-post-layout-b.wide-layout .newsmag-post-box-b-category:focus {
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.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 0.2s ease-in;
  transition: all 0.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, .newsmag_builder .newsmag-blog-post-layout-banner:focus {
  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, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  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 0.2s ease-in;
  transition: all 0.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, .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .newsmag-post-layout-category:focus {
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.newsmag_builder .newsmag-blog-post-layout-banner .banner-content .newsmag-post-layout-category.dynamic:hover, .newsmag_builder .newsmag-blog-post-layout-banner .banner-content .newsmag-post-layout-category.dynamic:focus {
  background-color: #000 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.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-within .newsmag-post-layout-category {
  bottom: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.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,
.newsmag_widget_posts_video .newsmag-post-format-video:focus-within .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: rgba(0, 0, 0, 0);
  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 a:focus {
  border-bottom: 3px 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: 0.65;
}

.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: 0.3s;
  text-shadow: 0px 0px 10px #969696;
}

.newsmag_slider .owl-item.active .ticker {
  animation: anim_newsmag_sliderPro_meta 600ms linear both;
  animation-delay: 0.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,
.newsmag_slider .category a:focus {
  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 0.45s both;
}

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

.newsmag_slider .owl-nav-list li:nth-child(3) {
  animation: anim-newsmag-nav-list 810ms linear 0.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: 0.4;
  }
  12% {
    opacity: 0.55;
  }
  24% {
    opacity: 0.65;
  }
  36% {
    opacity: 0.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, .author-description .social-links li > a:focus {
  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 {
  width: auto;
}


.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 .page-title {
  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 .page-title {
    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: 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%;
  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: 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;

  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-within {
  border-bottom-color: #D0EDF3;
}
.newsmag-blog-post-layout:hover:after, .newsmag-blog-post-layout:focus-within:after {
  height: 25px;
  transition: all 0.2s ease-in;
}
.newsmag-blog-post-layout:hover .newsmag-post-box-category, .newsmag-blog-post-layout:focus-within .newsmag-post-box-category {
  bottom: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  transition: all 0.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-next-prev .text-left {
  text-align: right;
}
.newsmag-next-prev .text-left span {
  width: 6%;
  float: left;
  font-size: 19px;
  position: absolute;
  top: 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%;
  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)";
  transition: all 0.2s ease-in;
}
.newsmag-video .newsmag-post-box-category:hover, .newsmag-video .newsmag-post-box-category:focus {
  background: #000;
  transition: all 0.2s ease-in;
}
.newsmag-video .newsmag-post-box-category.dynamic:hover, .newsmag-video .newsmag-post-box-category.dynamic:focus {
  background-color: #000 !important;
  transition: all 0.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)";
  transition: all 0.2s ease-in;
}
.newsmag-image .newsmag-post-box-a-category:hover, .newsmag-image .newsmag-post-box-a-category:focus, .newsmag-image .newsmag-post-box-category:hover, .newsmag-image .newsmag-post-box-category:focus {
  background: #000;
  transition: all 0.2s ease-in;
}
.newsmag-image .newsmag-post-box-a-category.dynamic:hover, .newsmag-image .newsmag-post-box-a-category.dynamic:focus, .newsmag-image .newsmag-post-box-category.dynamic:hover, .newsmag-image .newsmag-post-box-category.dynamic:focus {
  background-color: #000 !important;
  transition: all 0.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, .pingback .comment-body:focus: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-size: 15px;
}
.comment-list .comment-content, .comment-list .reply {
  padding-left: 97px;
}
.comment-list .reply > a {
  color: #ff3d2e;
  font-size: 15px;
  font-weight: 700;
}
.comment-list .reply > a:hover, .comment-list .reply > a:focus {
  color: #c70e00;
}

#reply-title {

  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 .site-description {
    margin-bottom: 0;
  }
}
@media (max-width: 999px) {
  .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 {
  transition: all 0.2s linear;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.site-header .search-form-opener.hide {
  transition: all 0.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);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  z-index: 2;
  transition: all 0.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;
  transition: all 0.2s linear;
}
.site-header .header-search-form #searchform_topbar {
  position: relative;
}
.site-header .header-search-form #searchform_topbar ::-webkit-input-placeholder {
  color: #FFF;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.site-header .header-search-form #searchform_topbar :-moz-placeholder {
  color: #FFF;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.site-header .header-search-form #searchform_topbar ::-moz-placeholder {
  color: #FFF;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.site-header .header-search-form #searchform_topbar :-ms-input-placeholder {
  color: #FFF;
  opacity: 0.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:focus, .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:focus-within .first-bar, .site-header .header-search-form #searchform_topbar .search-top-bar-submit:focus-within .second-bar {
  background: #ff3d2e;
}
.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 .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;
  border-radius: 0;
  font-size: 23px;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  line-height: 25px;
  z-index: 100;
  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,
.no-touch .back-to-top:focus {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

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

.no-touch .back-to-top:hover,
.no-touch .back-to-top:focus {
  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: #ff8f11;
  color: #fff;
  border: none;
}

.back-to-top:hover,
.back-to-top:focus {
  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;
}


/*--------------------------------------------------------------
# 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;
  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, .newsmag-recent-posts > ul > li:focus {
    transition: all 0.3s;
    background-size: 115%;
  }
}
.newsmag-recent-posts > ul > li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 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;

  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, .newsmag-recent-posts > ul > li .newsmag-category > a:focus {
  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, .newsmag-recent-posts > ul > li h3 > a:focus {
  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, .newsmag-related-posts .newsmag-carousel-arrows > li:focus {
  border-color: #ff3d2e;
}
.newsmag-related-posts .newsmag-carousel-arrows > li a {
  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;

  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 {
  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-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 {
  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);
  border-radius: 50%;
  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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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 */




.alm-btn-wrap{text-align: center;}
.wC98O{fill:#fff;}
.footer-logo{position: absolute;}
.footer-share{position: absolute;right: 40px;}

.justify-content-md-center{margin: 0 auto;display: flex;justify-content: center!important;-ms-flex-pack: center!important;-webkit-box-pack: center!important;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_nav_menu > div > ul li:before{content: none;}
#colophon .regular-footer-area > .container{border-bottom:none;}
.site-footer{color: #fff;}
.copyright-row #menu-copyright-menu{float: right;}
.menu-toggle:hover, .menu-toggle:focus{background: transparent;}
.menu-toggle{color:#fff;border:none;}
.menu-toggle{width: auto;outline: none;}
.main-navigation .nmicon-close{display: none;}
.main-navigation .menu-open{display: block;-webkit-animation: slide-down .5s ease-out;-moz-animation: slide-down .5s ease-out;}
.main-navigation.toggled .menu-open{display: none;}
.main-navigation.toggled .nmicon-close{display: block;-webkit-animation: slide-down .3s ease-out;-moz-animation: slide-down .3s ease-out;}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}

.main-navigation.toggled ul{background: transparent;}
.main-navigation.toggled ul li{text-align: center;}


.main-navigation.toggled ul li ul.sub-menu{display: none;}


@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 100;
  src:
          local('GalanoGrotesque Thin'),
          local('GalanoGrotesque-Thin'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque_Thin.otf) format('opentype');
}

@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 200;
  src:
          local('GalanoGrotesque Extra Light'),
          local('GalanoGrotesque-Extra-Light'),
          local('GalanoGrotesque-ExtraLight'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque_ExtraLight.otf) format('opentype');
}

@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 300;
  src:
          local('GalanoGrotesque Light'),
          local('GalanoGrotesque-Light'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque_Light.otf) format('opentype');
}

@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 400;
  src:
          local('GalanoGrotesque'),
          local('GalanoGrotesque-Regular'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque.otf) format('opentype');
}

@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 500;
  src:
          local('GalanoGrotesque Medium'),
          local('GalanoGrotesque-Medium'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque_Medium.otf) format('opentype');
}

@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 600;
  src:
          local('GalanoGrotesque SemiBold'),
          local('GalanoGrotesque-SemiBold'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque_SemiBold.otf) format('opentype');
}

@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 700;
  src:
          local('GalanoGrotesque Bold'),
          local('GalanoGrotesque-Bold'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque_Bold.otf) format('opentype');
}

@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 800;
  src:
          local('GalanoGrotesque Extra Bold'),
          local('GalanoGrotesque-Extra-Bold'),
          local('GalanoGrotesque-ExtraBold'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque_ExtraBold.otf) format('opentype');
}

@font-face {
  font-family: 'GalanoGrotesque';
  font-style: normal;
  font-weight: 900;
  src:
          local('GalanoGrotesque Heavy'),
          local('GalanoGrotesque-Heavy'),
          url(https://cdn.reasonsecurity.com/fonts/Galano_Grotesque_Heavy.otf) format('opentype');
}


body, button, input, select, textarea{font-family: 'GalanoGrotesque',sans-serif !important;outline: none;}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ff8f11;
  border-radius: 0;
  background: #ff8f11;
  color: #FFF;
  font-size: 18px;
  padding: 18px 30px;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  border-color: #ff8f11;
  background-color: #ff8f11;
}
.site-header{background: #427ff8;}


/* Header part */
.main-navigation.container{width: 100%;}
.search-field-top-bar{border-radius: 23.5px !important;width: 420px;height: 47px;background-color: #f0f6fa;padding: 12px 22px !important;border:2px solid #1149b6 !important;}
.search-field-top-bar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;
}
.search-field-top-bar::-moz-placeholder { /* Firefox 19+ */
  color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;
}
.search-field-top-bar:-ms-input-placeholder { /* IE 10+ */
  color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;
}
.search-field-top-bar:-moz-placeholder { /* Firefox 18- */
  color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;
}
input[type="search"].search-field-top-bar{color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;}
.search-top-bar-submit{position: absolute;top:53px;right: 5px;background: transparent;color: #183360;border: 0px;}
.search-top-bar-submit .nmicon-search{font-size: 20px;}

/* Menu Strip */
.main-navigation .menu{display: inline-flex;background: none;}
#site-navigation.main-navigation {background: #164593;box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.29);text-align: center;}
.main-navigation .nav-menu > li {display: inline-block;padding-right: 35px;}
.main-navigation .nav-menu > li:last-of-type {padding-right: 0;}

.main-navigation .nav-menu > li > a {font-family: 'GalanoGrotesque',sans-serif;font-weight: 600;letter-spacing: normal;text-transform:none;}
.main-navigation a {padding-top: 21px;padding-bottom: 20px;color: #fff;display: inline-block;}
.main-navigation .nav-menu > li > a:hover {outline: none;}

.main-navigation .nav-menu > li.menu-item-has-children:after {content: "";font-family: "newsmag";display: inline-block;padding-left: 7px;color: #fff;vertical-align: -3px;font-size: 19px;}

.site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider) > h3.widget-title{margin-bottom: 7px;font-weight: 600;}

.main-navigation ul ul{box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.43);background-color: #164593;padding: 20px 23px;border-bottom: solid 3px #21edbb;}
.main-navigation ul ul li a{font-size: 16px;font-weight: normal;color:#fff;}
.main-navigation ul ul li a:hover{color: #21edbb;}
.main-navigation .nav-menu > li.menu-item-has-children > ul li{text-align: left;margin-bottom: 35px;}
.main-navigation .nav-menu > li.menu-item-has-children > ul li:last-child{margin-bottom: 0px;}
.main-navigation .nav-menu > li.menu-item-has-children > ul li a{padding: 0px;}

.home .newsmag-sidebar,.archive .newsmag-sidebar,.search-results .newsmag-sidebar{position: relative;}
.home .ss-social-sharing, .archive .ss-social-sharing, .search-results .ss-social-sharing{position: absolute;margin-left: -90px;top: 69px;}
.search-results .ss-social-sharing{top: 132px;}

/* Footer Menu Area */
#colophon {background-image: linear-gradient(to bottom, #387dee, #1a54b5);}
.footer-subscribe{background: url("../images/pic-last-section.png") no-repeat right;height: 487px;color: #fff;}
.footer-subscribe h2{font-size: 40px;font-weight: 600;color: #fff;margin-top: 81px;margin-bottom: 38px;}
.footer-subscribe .subscribe-form-success h3{font-size: 24px;font-weight: 600;line-height: normal;letter-spacing: normal;color: #21edbb;}
.footer-subscribe .subscribe-form-success p{font-size: 17px;line-height: normal;letter-spacing: normal;color: #fff;max-width: 650px;margin-bottom: 72px;}
.footer-subscribe .subscribe-form-success p strong{font-weight: 600;}
.footer-subscribe form{margin-bottom: 22px;}
.footer-subscribe p{color:#fff;font-size: 17px;font-weight: 300;max-width: 380px;margin-bottom: 24px;}
.footer-subscribe input[type="text"]{width: 378px;height: 65px;border:1px solid #fff;padding:21px 28px;color: #183360;font-size: 18px;font-weight: 300;font-style: normal;line-height: normal;}
.footer-subscribe input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #183360;font-size: 18px;font-weight: 300;font-style: normal;line-height: normal;
}
.footer-subscribe input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #183360;font-size: 18px;font-weight: 300;font-style: normal;line-height: normal;
}
.footer-subscribe input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #183360;font-size: 18px;font-weight: 300;font-style: normal;line-height: normal;
}
.footer-subscribe input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #183360;font-size: 18px;font-weight: 300;font-style: normal;line-height: normal;
}

.footer-subscribe input[type="submit"]{margin-left: -4px;text-transform: uppercase;vertical-align: 0.5px;;}
.footer-subscribe h3{color: #fff;font-size: 22px;font-weight: 600;margin-bottom: 24.5px;}
.footer-subscribe ul{list-style: none;margin: 0px;padding: 0px;}
.site-footer .footer-subscribe  .newsmag-social-footer li a{width: 30.9px;height: 30.2px;background: #21edbb;color:#1f5bbe !important;line-height: 35px;font-size: 19px;}
.site-footer .footer-subscribe .newsmag-social-footer li{margin-right: 21.4px;}

.footer-widgets-area a{color: #fff;}
#colophon .footer-widgets-area{background: #183360;padding: 49px 39px 80px;}

.site-footer .newsmag-social-footer li a{color: #183360 !important;background: #fff;border-radius: 100%;width:23px;height: 23px;line-height: 27px;text-align: center;display: inline-block;font-size: 13px;}
.site-footer .newsmag-social-footer li{margin-right: 10px;}
.site-footer .newsmag-social-footer li:last-child{margin-right: 0px;}

.copyright-row{font-weight: 600;}
.copyright-row #menu-copyright-menu li{margin-bottom: 0px;}
.copyright-row .widget_nav_menu{margin-bottom: 0px;}
.copyright-row .menu-copyright-menu-container a{font-weight: 500;line-height: normal;}

.footer-widgets-area .footer-menu a{font-weight: 500;line-height: normal;}
.footer-widgets-area .footer-menu{margin-bottom: 30px;}
.copyright-row #menu-copyright-menu li{float: left;margin-right: 20px;}
.copyright-row #menu-copyright-menu li:last-child{margin-right: 0px;}

/* Content Area */
.alm-listing li:nth-child(3n){margin-right: 0px;}
ul .alm-reveal:last-child li{margin-bottom: 43px;}
.alm-reveal>li{float: left;width:32%;margin-right:2%;background:#fff;}
.alm-reveal:after{content: "";clear: both;display: table;}

.alm-reveal h4{color: #183360;font-weight: 600;margin-top: 0px;}
.alm-reveal h4 a{color: #183360;font-weight: 600;}
.entry-content .alm-reveal .entry-meta{color:#8d96a3;font-weight: 300;line-height: normal;}
.entry-content .alm-reveal  p{color:#183360;line-height: normal;font-weight: 300;}
.read-more-blog{color:#39e5a2;border-bottom:2px solid #3feec5;font-weight: 600;line-height: normal;}
.alm-reveal img.wp-post-image{width: 100%;border-bottom: 5px solid #3feec5;}

.alm-btn-wrap .alm-load-more-btn{background: #ff8f11;border:1px solid #ff8f11;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);font-weight: 600;letter-spacing: normal;}
.alm-btn-wrap .alm-load-more-btn{height: 60px;width: 257px;font-size: 17px;}
button.alm-load-more-btn.more.done{background: grey;border: grey;}

/* Content Page */
body.custom-background.single-post{background: #fff;}
.content-area{margin-top: 37px;}
h1.page-title{font-weight: 600;font-size: 38px;color: #183360;line-height: normal;margin-top: 0px;margin-bottom: 13px;}
.search-results h1.page-title{text-align: center;margin-bottom: 69px;}
.content-area .newsmag-post-meta .post-date{font-size: 17px;font-weight: 500;color: #183360;line-height: normal;}
.content-area .newsmag-post-meta{margin-bottom: 24px;}
.newsmag-image{margin-bottom: 34px;}
.content-area .newsmag-article-post .entry-content p{font-size: 17px;font-weight: 300;line-height: normal;color: #183360;margin: 0px 0 30px;}
.content-area .newsmag-article-post .entry-content p strong{font-weight: 600;}
.content-area .newsmag-article-post .entry-content h1,.content-area .newsmag-article-post .entry-content h2,.content-area .newsmag-article-post .entry-content h3,.content-area .newsmag-article-post .entry-content h4,.content-area .newsmag-article-post .entry-content h5,.content-area .newsmag-article-post .entry-content h6{color:#183360;}

.content-area .newsmag-article-post .entry-content .alignleft{margin-right:25px;margin-bottom: 20px;}
.content-area .newsmag-article-post .entry-content .alignright{margin-left: 25px;margin-bottom: 20px;}
.newsmag-article-post .entry-content{border-bottom: solid 1px #979797;padding-bottom: 18px;}
.newsmag-article-post-footer .entry-footer {margin-top: 37px;margin-bottom: 85.4px;}
.newsmag-article-post-footer .newsmag-tags a {color: #596479;display: inline-block;font-size: 17px;font-weight: 300;}
.newsmag-post-meta .newsmag-tags{font-size: 17px;font-weight: 300;color: #596479;}

a.ss-button-twitter:before{content: "\f099";}
a.ss-button-facebook:before{content: "\f09a";}
a.ss-button-linkedin:before{content: "\f0e1";}

.entry-footer .ss-social-sharing a{font-family: newsmag!important;background: #164593;font-size: 0px;border-radius: 100%;display: inline-block;text-align: center;color: #fff;display: inline-block;width: 37.7px;height: 37px;margin-right: 26.7px;}
.entry-footer .ss-social-sharing a:before{line-height: 38px;font-size: 22px;}

.content-area .entry-footer .newsmag-post-meta{margin-bottom: 25.6px;}

.single-post .newsmag-sidebar{position: sticky;top: 50px;margin-bottom: 50px;}
.newsmag-sidebar .ss-social-sharing a{font-family: newsmag!important;background: #164593;font-size: 0px;border-radius: 100%;display: block;text-align: center;color: #fff;display: inline-block;width: 31.8px;height: 31.2px;margin-bottom: 26.7px;}
.newsmag-sidebar .ss-social-sharing a:before{line-height: 32px;font-size: 18px;}
.newsmag-sidebar .ss-social-sharing{border-radius: 36px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.28);background-color: #f0f6fa;width: 52px;padding:28px 10px 20px 10px;}
.newsmag-sidebar .ss-social-sharing a.ss-button-twitter{background: #02ceff;}
.newsmag-sidebar .ss-social-sharing a.ss-button-linkedin{margin-bottom: 0px;background: #0282bf;}

/* Related post section */
.related-posts-section{background: #f0f6fa;padding-bottom: 57px;}
.related-posts-section h3{font-size: 38px;font-weight: 600;line-height: normal;color: #183360;text-align: center;margin-top: 59px;margin-bottom: 53px;}
.related-posts-section .rp4wp-related-posts ul>li{clear: none;float: left;margin-right: 158px;width: 260px;padding-bottom: 0px;}
.related-posts-section .rp4wp-related-posts ul>li:last-child{margin-right: 0px;}
.related-posts-section .rp4wp-related-post-image{width: 100%;padding-right: 0px;float: none;}

.related-posts-section .rp4wp-related-post-content{background: #fff;padding:16px 19px 16px 20px;height: 112px;vertical-align: middle;display: table-cell}
.related-posts-section .rp4wp-related-post-content a{line-height: normal;font-size: 16px; color: #183360;font-weight: 600;}

/* No search result page */
span.down-arrow:after{content: "";font-family: "newsmag";color: #C8CED9;font-size: 25px;line-height: 1px;}
.no-search-result{text-align: center;margin: 0 auto;margin-top: 89px;width: 420px;margin-bottom: 118px;}
.no-search-result h3.page-title{font-weight: 600;color: #183360;line-height: normal;margin-top: 18px;margin-bottom: 12px;}
.no-search-result p{font-weight: 300;line-height: normal;color: #183360;font-size: 17px;margin-bottom: 17px;}
.no-search-result h4{font-weight: 600;font-size: 17px;color: #39e5a2;line-height: normal;margin-bottom: 16px;}
.no-search-result .search-field{border-radius: 23.5px;border: solid 1px #183360;background-color: #f0f6fa;width: 353px;height: 47px;padding: 12px 38px;}

.no-search-result::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;
}
.no-search-result::-moz-placeholder { /* Firefox 19+ */
  color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;
}
.no-search-result:-ms-input-placeholder { /* IE 10+ */
  color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;
}
.no-search-result:-moz-placeholder { /* Firefox 18- */
  color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;
}
input[type="text"].search-field{color: #596479;font-size: 17px;font-weight: 300;font-style: normal;line-height: normal;}
.no-search-result .search-icon{margin-left: -39px;vertical-align: -5px;}

.no-search-result .search-form{margin-top:18px;}
.mobile_subscribe_button{display: none;}
.desktop_subscribe_button{display: inline-block;}
.footer-background{display: none;}
.home .social-sharing.ss-social-sharing{/*display: none;*/}

/* for screen upto 999 */
@media (max-width: 999px) {
  .main-navigation a {font-size: 16px;}
}

/* for screen mobile view */
@media (max-width: 999px) {
  .site-branding{padding-top: 25px;padding-bottom:20px;}
  .site-branding .header-logo {margin-bottom: 17px;width: 100%;}
  .header-logo img{width: 149px;}
  .header-banner{text-align: center;width: 100%;}
  .search-field-top-bar{width: 188px;height: 35px;padding: 8px 23.5px !important;border: 1px solid #183360 !important;}
  .search-top-bar-submit{position: relative;top: auto;left: auto;margin-left: -30px;padding: 0px;}
  .search-top-bar-submit:hover,.search-top-bar-submit:focus{background-color: transparent !important;border:none;}
  .search-top-bar-submit .nmicon-search{font-size: 14px;}
  .main-navigation.toggled .nmicon-close{margin-top: 15px;}
  .main-navigation .nav-menu > li > a{font-size: 14px;padding-top: 0px;padding-bottom: 17px;}
  .menu-toggle{margin-bottom: 15px;}
  .main-navigation .nav-menu > li.menu-item-has-children > ul li{margin-bottom: 0px;}
  .main-navigation.toggled ul li ul.sub-menu{padding: 0px;}
  .main-navigation.toggled ul > li.menu-item-has-children > ul li a{font-size: 14px;font-weight: normal;padding-bottom: 14px;}
  #site-navigation.main-navigation.toggled{padding-bottom: 77px;}

  .search-field-top-bar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  .search-field-top-bar::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
  }
  .search-field-top-bar:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
  }
  .search-field-top-bar:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
  }
  input[type="search"].search-field-top-bar{font-size: 14px;}

  .menu-all-pages-container{display: none;}
  .main-navigation.toggled .menu-all-pages-container{display: block;}
  .main-navigation span.mobile-menu-title{font-size: 17px;font-weight: 600;vertical-align: 2px;margin-left: 8px;}
  .nmicon-bars:before{display: none;}
  .nmicon-bars{background:url("../images/group.png");width:15px;height: 15px;display: inline-block;}


  .home .entry-content, .archive .entry-content, .search-results .entry-content{margin-top: 45px;padding-left: 10px;padding-right: 10px;margin-bottom: 50px;}
  .alm-reveal>li{width: 100%;margin-bottom: 31px;}
  .alm-reveal>li .blog-meta{padding: 19px 15px 28px 15px;}
  .alm-reveal h4{font-size: 16px;line-height: 22px;margin-bottom: 6px;}
  .entry-content .alm-reveal p.entry-meta{font-size: 15px;margin-bottom: 2px;}
  .entry-content .alm-reveal p{font-size: 15px;line-height: 19px;}
  .read-more-blog{font-size: 16px;}

  ul .alm-reveal:last-child li{margin-bottom: 30px;}

  .content-area{margin-top: 32px;}
  .single-post .newsmag-sidebar{display: none;}
  .single-post h1.page-title{font-size: 20px;line-height: 26px;margin-bottom:10px;}
  .content-area .newsmag-post-meta .post-date{font-size: 15px;}
  .content-area .newsmag-post-meta{margin-bottom: 21px;}
  .single-post .newsmag-image{margin-bottom: 10px;}
  .content-area .newsmag-article-post .entry-content p{font-size: 15px;margin: 17px 0;}
  .content-area .newsmag-article-post .entry-content .alignleft{margin-right: 0px;margin: 0 auto;margin-bottom: 33px;float: none;display: block;}
  .content-area .newsmag-article-post .entry-content .alignright{margin-left: 0px;margin: 0 auto;margin-bottom: 33px;float: none;display: block;}
  .newsmag-article-post-footer .entry-footer{margin-top: 31px;}
  .newsmag-post-meta .newsmag-tags,.newsmag-article-post-footer .newsmag-tags a{font-size: 13px;}
  .content-area .entry-footer .newsmag-post-meta{margin-bottom: 40px;}
  .entry-footer .ss-social-sharing a{width: 32.1px; height: 32.3px;margin-right: 23.1px;}
  .entry-footer .ss-social-sharing a:before{font-size: 18px;line-height: 32px;}
  .newsmag-article-post-footer .entry-footer{margin-bottom: 72.2px;}
  .related-posts-section{display: none;}
  .search-results h1.page-title{margin-bottom: 45px;}
  .no-search-result{margin-top: 50px;width: 100%;margin-bottom:52px;}
  .no-search-result h3.page-title{font-size: 20px;margin-top: 30px;margin-bottom: 8px;}
  .no-search-result p{font-size: 16px;margin-bottom: 15px;}
  .no-search-result h4{font-size: 16px;}
  .no-search-result .search-field{width: 257px;height: 44px;}
  .no-search-result .search-icon{position: absolute;margin-top: 12px;}
  input[type="text"].search-field{font-size: 14px;padding-left: 23px;}

  .footer-subscribe{background: none;height: auto;}
  .footer-subscribe h2{margin:0 auto;font-size: 32px;line-height: 38px;text-align: center;margin-top: 37px;margin-bottom: 30px;width: 199px;}
  .footer-subscribe input[type="text"]{width: 220px;height: 60px;font-size: 15px;padding: 20px 11px}
  .mobile_subscribe_button{display: inline-block;padding: 0px !important;height: 60px;width: 70px;}
  .desktop_subscribe_button{display: none;}
  .footer-subscribe form{margin-bottom: 29px;text-align: center;}
  .footer-subscribe p{font-size: 13px;line-height: normal;text-align: center;margin: 0 auto;margin-bottom: 24px;}
  .footer-subscribe h3{text-align: center;font-size: 18px;margin-top: 18px;margin-bottom: 28.3px;}
  .footer-subscribe .subscribe-form-success p{font-size: 16px;max-width: 470px;margin-bottom: 42px;}

  .site-footer .footer-subscribe .newsmag-social-footer li a{width: 27.1px;height: 26.3px;font-size: 17px;line-height: 31px;}
  .footer-background{display: block;width: 100%}

  .footer-logo{position: relative;text-align: center;}
  .footer-share{position: relative;right: auto;margin-top: 24px;}
  .site-footer .newsmag-social-footer{text-align: center;margin-bottom: 27.5px;}
  .site-footer .newsmag-social-footer li a{width: 20.1px;height: 20.5px;}
  .newsmag-social-footer .fa, [class*=" nmicon-"], [class^=nmicon-]{font-size: 14px;line-height: 22px;}
  .footer-menu .widget_nav_menu{text-align: center;margin-bottom: 24px;}
  .footer-menu .justify-content-md-center .col-md-3{width: 100%;}
  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider) > h3.widget-title{font-size: 12px;line-height: normal;margin-bottom: 8px;}
  .footer-widgets-area .footer-menu a{font-size: 12px;font-weight: 300;}
  .copyright-row{display: -webkit-box;display: -moz-box;display: box;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;}
  .copyright-row .copyright-text{-webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;box-ordinal-group: 2;margin-top: 10px;font-size: 11px;font-weight: 300;text-align: center;}
  .copyright-row #menu-copyright-menu{float: none;}
  .copyright-row #menu-copyright-menu li{float:none;text-align: center;margin: 0px;margin-bottom: 14px;}
  .copyright-row .menu-copyright-menu-container a{font-size: 12px;}
  #colophon .regular-footer-area > .container{margin-bottom: 0px;max-width: 900px;}
  .copyright-row .col-md-6{width: 100%;}
  .main-navigation.toggled ul li.focus ul.sub-menu,.main-navigation.toggled ul li:hover ul.sub-menu{display: block;}
  .main-navigation .nav-menu > li.menu-item-has-children > ul li{text-align: center;}
  .main-navigation ul ul{border-bottom: none;}
  .main-navigation .nav-menu > li:hover > a,.main-navigation .nav-menu > li.menu-item-has-children:hover:after{color: #21edbb}
}

/* for screen upto 1365 */
@media (min-width: 1000px) and (max-width: 1365px) {
  .site-branding.centered-branding{width: 1000px;}
  .site-content .container{width: 1000px;}
  .search-field-top-bar{width: 386px;}
  .main-navigation{/*overflow: hidden;*/}
  .main-navigation a{padding-top: 22px;padding-bottom: 22px;}
  .main-navigation .nav-menu > li{padding-right:17px;}
  .header-logo img{width:302px;max-width: none;}
  .alm-reveal>li{width: 31.3%;margin-right: 3%;}

  .newsmag-sidebar .ss-social-sharing{margin-left: -90px;z-index: 999;margin-top: 27px;}

  .footer-subscribe{background: url("../images/pic-last-section-1000.png") no-repeat right;height: 489px;}

  .footer-subscribe input[type="text"]{width: 303px;}
  .footer-subscribe h2{font-size: 36px;margin-top: 85px;margin-bottom: 39px;}
  .footer-subscribe p{max-width:460px;}
  .footer-subscribe .subscribe-form-success p{max-width: 540px;margin-bottom: 42px;}

  #colophon .footer-widgets-area{padding: 49px 15px 42px;}
  .footer-share{right:15px;}

  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider) > h3.widget-title{font-size: 14px;line-height: normal;}
  .footer-widgets-area .footer-menu a{font-size: 14px;line-height: normal;}
  .copyright-row{font-size: 13px;}
  .single-post .newsmag-sidebar{width: 20%;}
  .content-area{margin-top: 42px;}
  .content-area.col-md-9{width: 60%;}
  h1.page-title{font-size: 36px;}
  .content-area .newsmag-post-meta .post-date{font-size: 16px;}
  .content-area .newsmag-article-post .entry-content p{font-size: 16px;}
  .newsmag-post-meta .newsmag-tags{font-size: 15px;}
  .newsmag-article-post-footer .newsmag-tags a{font-size: 15px;}
  .newsmag-article-post-footer .entry-footer{margin-top: 28px;}
  .content-area .entry-footer .newsmag-post-meta{margin-bottom: 37px;}

  .related-posts-section .container{width: 830px;}
  .related-posts-section .rp4wp-related-posts ul>li{margin-right: 11px;width: 259px;}
  .footer-subscribe .container{width: 830px;}
  .footer-subscribe input[type="email"]{width: 303px;}
  .no-search-result h3.page-title{font-size: 32px;}
}
@media (min-width: 1000px) {
  .site-branding.centered-branding {line-height: 136px;}

  .search-top-bar-submit{top:37px;}




  /* Content Area */
  .home .entry-content,.archive .entry-content, .search-results .entry-content{margin-top: 69px;margin-bottom: 74px;}
  .read-more-blog{font-size: 18px;}

  .alm-reveal>li{margin-bottom: 80px;min-height: 560px;}
  .alm-reveal>li .blog-meta {padding: 22px 18px 28px 21px;}
  .alm-reveal h4{font-size: 19px;line-height: 26px;margin-bottom: 12px;min-height: 80px;}
  .entry-content .alm-reveal p{font-size: 16px;margin-bottom: 12px;}
  .related-posts-section{padding-bottom: 53px;}


  .copyright-row .menu-copyright-menu-container a{font-size: 14px;}
}

/* for screen upto 1919 */
@media (min-width: 1366px) {
  .container{width: 1130px;}
  /* Header Part */
  .header-logo img{width: 353px;max-width: none;}
  .site-branding.centered-branding {line-height: 136px;}
  .search-field-top-bar{width: 353px;}
  .search-top-bar-submit{top:39px;}
  .main-navigation a {font-size: 16px;}


  /* Content Area */


  .alm-reveal>li .blog-meta{padding:21px 28px 28px 29px;}
  .alm-reveal h4{font-size: 20px;}
  .entry-content .alm-reveal p.entry-meta{font-size: 17px;margin-bottom: 9px;}
  .entry-content .alm-reveal  p{font-size: 17px;}
  .read-more-blog{font-size: 20px;}


  .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider) > h3.widget-title{font-size: 14px;line-height: normal;}
  .footer-widgets-area .footer-menu a{font-size: 14px;}
  .footer-widgets-area .footer-menu{margin-bottom: 30px;}

  .content-area .newsmag-article-post .entry-content .alignleft{margin-right: 21px;}
  .content-area .newsmag-article-post .entry-content .alignright{margin-right: 21px;}
  .related-posts-section .container{width: 944px;}
  .related-posts-section .rp4wp-related-posts ul>li{margin-right: 67px;}
  .related-posts-section{padding-bottom: 54px;}
  .no-search-result h3.page-title{font-size: 32px;}
}

/* for screen more than 1919 */
@media (min-width: 1920px) {
  .container{width: 1350px;}


  .search-field-top-bar{width: 420px;}
  .search-top-bar-submit{top:37px;}
  .main-navigation .nav-menu > li{padding-right: 60px;}
  .alm-reveal>li{width: 26.6%;margin-right: 10%;}

  .footer-subscribe{background: url("../images/pic-last-section-1920.png") no-repeat right;height: 489px;}
  .footer-subscribe p{max-width: 490px;}
  .site-footer .newsmag-social-footer li a{width: 23.5px;height: 23.5px;line-height: 29px;}


  .content-area .newsmag-article-post .entry-content .alignleft{margin-right:25px;}
  .content-area .newsmag-article-post .entry-content .alignright{margin-left: 25px;}

  .related-posts-section .container{width: 1126px;}
  .related-posts-section .rp4wp-related-posts ul>li{margin-right: 158px;}
  .related-posts-section{padding-bottom: 57px;}

  .no-search-result h3.page-title{font-size: 32px;}
}
