body {
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
img {
  width: revert-layer;
  max-width: 100%;
  height: auto;
}
.layout-no-sidebars .block-system-main-block .container, .layout-no-sidebars .block-system-main-block .container-lg, .layout-no-sidebars .block-system-main-block .container-md, .layout-no-sidebars .block-system-main-block .container-sm, .layout-no-sidebars .block-system-main-block .container-xl {
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
  }
}
.container, .container-fluid {
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .container, .container-fluid {
    position: relative;
    padding: 0 30px;
  }
}
a {
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
  background-color: transparent;
  font-weight: 600;
}
.button-outline-white, a.button-outline-white {
  background: rgba(0, 0, 0, .4);
  border-color: rgba(255, 255, 255, 1);
  color: #fff;
}
ul.drp_menu.nav a {
  font-weight: 400;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.node--type-article.loaded .row {
  margin-right: -15px;
  margin-left: -15px;
}
.site-branding.image-logo .desktop-logo {
  background-image: url(../images/logo.png);
  width: 550px;
  max-width: 100%;
  height: 170px;
  height: 0;
  padding-bottom: 30.909090909091%;
}
.single .site-branding.image-logo .desktop-logo {
  background-image: url(../images/logo-mini.png);
  width: 30px;
  height: 45px;
  max-width: 100%;
  padding-bottom: 150%;
}
.site-branding.image-logo .mobile-logo {
  background-image: url(../images/logo-mini.png);
  width: 30px;
  height: 45px;
  max-width: 100%;
  padding-bottom: 150%;
}
.section, .section-md {
  padding: 20px 0;
}
#user-login-form, #user-pass {
  margin: auto;
}
#user-pass .button.form-submit,
#user-login-form .button.form-submit {
  width: 40%;
  margin: 0 0 15px 20px;
}
.no-title .container-fluid,
#block-drupalet-mono-mainpagecontent.no-title .container {
  padding: 0;
}
.no-title .container {
  padding: 0 20px;
}
#block-drupalet-mono-mainpagecontent,
#block-drupalet-mono-mainpagecontent.no-title {
  padding: 30px 0px 15px 0px;
}
blockquote {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  background-color: #F1F1F1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 20px 20px;
  background-image: url(/images/quote2open-xsm.png);
  background-position: 10px 0;
  background-repeat: no-repeat;
  text-indent: 25px;
  width: 90%;
  display: inline-block;
}
blockquote p {
  margin: 5px;
  line-height: 1.86;
}
@media only screen and (min-width: 768px) {
  blockquote {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #F1F1F1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 20px 20px;
    background-image: url(/images/quote2open-sm.png);
    background-position: 10px 0;
    background-repeat: no-repeat;
    text-indent: 25px;
    width: 75%;
    display: inline-block;
  }
  blockquote p {
    margin: 8px;
    line-height: 1.86;
  }
}
.block.random.quote {
  text-align: center;
}
blockquote.block.quote.container {
  padding-left: 25px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
  background-color: #F1F1F1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  background-image: url(/images/quote2open-xsm.png);
  background-position: 10px 0;
  background-repeat: no-repeat;
  text-indent: 25px;
  width: 95%;
  display: inline-block;
}
blockquote.block.quote.container span {
  display: block;
  background-image: url(/images/quote2close-xsm.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 25px;
}
blockquote p.block.quote.text {
  margin: 5px 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.86;
  text-align: center;
}
blockquote p.block.quote.author {
  margin: 5px 0;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.86;
  text-align: center;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  blockquote.block.quote.container {
    padding-left: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    background-color: #F1F1F1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    background-image: url(/images/quote2open-sm.png);
    background-position: 10px 0;
    background-repeat: no-repeat;
    text-indent: 25px;
    width: 75%;
    display: inline-block;
  }
  blockquote.block.quote.container span {
    display: block;
    background-image: url(/images/quote2close-sm.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 50px;
    padding-top: 5px;
  }
  blockquote p.block.quote.text {
    margin: 5px 0;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.86;
    text-align: center;
  }
  blockquote p.block.quote.author {
    margin: 5px 0;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.86;
    text-align: center;
    padding-right: 50px;
  }
}

.drp-block.block-local-tasks-block ul {
  display: block;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.drp-block.block-local-tasks-block ul li {
  display: inline-block;
  margin: 0 25px;
}
.drp-block.block-local-tasks-block ul li a {
  font-weight: normal;
  font-style: normal;
}
.drp-block.block-local-tasks-block ul li a:hover {
  color: #000000;
  font-weight: normal;
  font-style: italic;
}
.drp-block.block-local-tasks-block ul li a.is-active {
  color: #000000;
  font-weight: bold;
  font-style: italic;
}
p {
  margin: 20px 0px;
  line-height: 1.86;
}
p.footer.copyright {
  margin: 0px;
  padding: 10px 0 20px 0;
  line-height: 2;
  font-size: 0.7em;
}
@media only screen and (min-width: 768px) {
  p.footer.copyright {
    margin: 0px;
    line-height: 1.86;
    font-size: 0.75em;
  }
}
footer {
  margin-top: 25px;
}
.section-sm {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .section-sm {
    padding: 40px 0 50px 0;
  }
}

.section.block-dropdown-language.no-title {
  padding: 0;
}
.block-dropdown-language.no-title .container {
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .section.block-dropdown-language.no-title {
    padding: 30px 0;
  }
  .block-dropdown-language.no-title .container {
    width: 20%;
  }
}
.block-dropdown-language.no-title legend {
  font-size: 1.1em;
  font-weight: bold;
}
.js .dropbutton-wrapper, .js .dropbutton-widget {
  border: 1px solid #666666;
}
.dropbutton-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2em;
  white-space: nowrap;
  text-indent: 110%;
  background-color: #ccc;
}
ul li.dropbutton-action {
  margin: 5px 0 5px 10px;
  font-size: 1em;
}
ul li.dropbutton-toggle {
  margin: 0;
  font-size: 1em;
}
.mfp-title {
  font-size: 80%;
  font-weight: 400;
}
button.mfp-close {
  font-size: 35px;
}



.messages__wrapper {
  margin: 20px 40px;
}
.messages {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.messages--status {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  text-align: center;
}
.messages--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  text-align: center;
}
.messages--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  text-align: center;
}
.darklogo.dark.absolute-dark .header-logo.darklogo.dark.absolute-dark,
.lightlogo.light.absolute-light .header-logo.lightlogo.light.absolute-light {
  display: block;
}
.darklogo.dark .header-logo.darklogo.dark.absolute-dark,
.lightlogo.light .header-logo.lightlogo.light.absolute-light,
.darklogo.dark.absolute-dark .header-logo.darklogo.dark,
.lightlogo.light.absolute-light .header-logo.lightlogo.light {
  display: none;
}
.portfolio-title h5 {
  font-size: 1.33em;
  line-height: 1;
}
.portfolio-item .portfolio-box .portfolio-title div * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-block-content.no-title .footer.coffee {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .block-block-content.no-title .footer.coffee {
    padding: 10px 0 0 0;
  }
}
.section-sm.bg-dark .block-block-content.no-title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-sm.bg-dark .block-block-content.no-title {
    text-align:left;
  }
}
#block-monofooterlogo-2.block-block-content.no-title img {
  min-width: 200px;
  max-width: 250px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #block-monofooterlogo-2.block-block-content.no-title img {
    min-width: 150px;
    max-width: 200px;
    height: auto;
  }
}
.hoverbox-8 .content, .hoverbox-9 .content, .hoverbox-10 .content {
  top: inherit;
  left: inherit;
}
.hoverbox-8 .content.credits, .hoverbox-9 .content.credits, .hoverbox-10 .content.credits {
  position: absolute;
  z-index: 3;
  display: inline-block;
  background: #fff;
  padding: 0px 8px;
  color: rgba(0, 0, 0, .9);
}
.hoverbox-9 .content.credits {
  bottom: 10px;
  left: 10px;
}
.hoverbox-8 .content.date, .hoverbox-9 .content.date, .hoverbox-10 .content.date {
  position: absolute;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0px 8px;
  color: rgba(0, 0, 0, .9);
}
.hoverbox-9 .content.date {
  top: 10px;
  left: 10px;
}

.owl-stage-outer .section-fullscreen.bg-image .content.credits {
  position: fixed;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0px 8px;
  color: rgba(0, 0, 0, .9);
}
.section-fullscreen.bg-image .content.credits {
  top: 90%;
  left: 20px;
  right: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-fullscreen.bg-image .content.credits {
    top: 95%;
    left: 50px;
    right: auto;
    text-align: left;
  }
}
.dialog-off-canvas-main-canvas .section-xl.bg-image .content.credits {
  position: absolute;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0px 8px;
  color: rgba(0, 0, 0, .9);
}
.section-xl.bg-image .content.credits {
  top: 88%;
  left: 20px;
  right: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-xl.bg-image .content.credits {
    top: 93%;
    left: 50px;
    right: auto;
    text-align: left;
  }
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .site-branding.image-logo .desktop-logo {
    background-image: url(../images/logo@2x.png);
  }
  .single .site-branding.image-logo .desktop-logo {
    background-image: url(../images/logo-mini@2x.png);
  }
  .site-branding.image-logo .mobile-logo {
    background-image: url(../images/logo-mini@2x.png);
  }
}

.in-w .p-nav-w, .s-s-n {
  height: 45px;
  line-height: 45px;
}
.sticky-nav .p-nav-w .site-branding.image-logo .mobile-logo, .s-s-n .site-branding.image-logo .mobile-logo {
  width: 40px;
  height: 60px;
  height: 0;
  padding-bottom: 150%;
}
.menu-indicator {
  color: #66ba7e;
}
.default-color a:hover, .default-color li a:hover, .default-color p a, .color-primary, .menu-hs-color .menu li:hover > a, .menu-hs-color .menu li:focus > a, .menu-hs-color .menu > .current-menu-ancestor, .menu-hs-color .menu > .current-menu-item, .menu-hs-color .menu > .current-menu-parent, .page-links .current, p a, a, .comment-content a, a:hover, a:focus, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li.active a, .entry-meta .cat-link, .entry-meta a:hover, .format-icon, .m-h.sticky .entry-title a, .est-d-dslash .w-t-w .w-t:before, .collapsed-list .post-count, .widget-area .textwidget > a, .widget-area .textwidget p a, .pbs-module a:hover, .pbs-module-counter .pbs_pcount, .pbs-filter ul li.more > a:before {
  color: #607d8b;
  color: var(--color-primary);
}
::selection {
  background-color: #607d8b;
  background-color: var(--color-primary);
}
.primary-bg, .menu-hs-bg .menu > .current-menu-ancestor, .menu-hs-bg .menu > .current-menu-item, .menu-hs-bg .menu > .current-menu-parent, .menu-hs-border .menu > .current-menu-ancestor:after, .menu-hs-border .menu > .current-menu-item:after, .menu-hs-border .menu > .current-menu-parent:after, .woocomerce .btn-primary, .btn-primary, html .mejs-container .mejs-controls .mejs-time-current, .has-primary-background-color, .cat-tag, .sticky-nav .p-nav-w.primary-bg, .review-info, .est-d-square .w-t-w:before, .est-d-border-top .w-t-w .w-t:before, .est-d-gdbg .s-c .w-t-w:before, .est-d-futuristic .w-t-w .w-t, .wprr-review-score, .wprr-feature-bar *, .wplg-design-alt .wplg-actions li a {
  color: #fff;
  background-color: rgba(96, 125, 139, 0.95);
  background-color: var(--color-primary-start);
}
.woocomerce .btn-primary, .btn-primary, a.active[href*="//"], a.url.active, .est-d-border .w-t-w .w-t, .pbs-related li:before, .pbs-module-text-list:before {
  border-color: #607d8b;
  border-color: var(--color-primary);
}
.primary-light-bg, .sticky-nav .p-nav-w.primary-light-bg {
  background-color: rgba(207, 216, 220, 0.95);
  background-color: var(--color-primary-light-start);
}
.has-secondary-background-color {
  background-color: #111;
  background-color: var(--color-secondary);
}
.color-secondary {
  color: #111;
  color: var(--color-secondary);
}
.color-gray {
  color: #b0b0b0;
  color: var(--color-gray);
}
html .primary-bg, html .menu-hs-bg .menu > .current-menu-ancestor, html .menu-hs-bg .menu > .current-menu-item, html .menu-hs-bg .menu > .current-menu-parent, html .menu-hs-border .menu > .current-menu-ancestor:after, html .menu-hs-border .menu > .current-menu-item:after, html .menu-hs-border .menu > .current-menu-parent:after, html .woocomerce .btn-primary, html .btn-primary, html .mejs-container .mejs-controls .mejs-time-current, html .has-primary-background-color, html .cat-tag, html .sticky-nav .p-nav-w.primary-bg, html .review-info, html .est-d-square .w-t-w:before, html .est-d-border-top .w-t-w .w-t:before, html .est-d-border-bottom-alt .w-t-w:after, html .est-d-gdbg .s-c .w-t-w:before, html .est-d-futuristic .w-t-w .w-t, html .wprr-review-score, html .wprr-feature-bar *, html .wplg-design-alt .wplg-actions li a {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-45deg, rgba(96, 125, 139, 0.95) 0%, rgba(103, 96, 139, 0.95) 100%);
  background-image: linear-gradient(135deg, rgba(96, 125, 139, 0.95) 0%, rgba(103, 96, 139, 0.95) 100%);
}
html .primary-light-bg, html .sticky-nav .p-nav-w.primary-light-bg {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-45deg, rgba(207, 216, 220, 0.95) 0%, rgba(209, 207, 220, 0.95) 100%);
  background-image: linear-gradient(135deg, rgba(207, 216, 220, 0.95) 0%, rgba(209, 207, 220, 0.95) 100%);
}
.s-h .primary-nav-inner {
  display: block;
}
.s-h .primary-nav-menu .menu {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
}
.s-h .primary-nav-menu .menu > li {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  text-align: center;
}
.s-h .primary-nav-menu .menu > li > a {
  display: block;
}
.s-h .primary-nav-menu .menu > li.default-menu > .sub-menu { /*min-width: 100%;*/ left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}
.primary-nav .nb-dd .menu > li.menu-item-has-children > a:before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.primary-nav .nb-dd .menu > li > ul {
  left: 50%;
  margin-left: -100px;
}
.pbs-loader, .infinite-loader {
  height: 36px;
  padding: 0;
  position: relative;
}
.preloader *, .pbs-loader *, .infinite-loader * {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.preloader:before, .pbs-loader:before, .infinite-loader:before {
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  display: block;
  background: url(http://newsbeat.drupalet.com/wordpress/wp-content/uploads/2020/05/preloader.gif) no-repeat center;
  background-size: 36px 36px;
}
.prev_next_top .preloader {
  height: 1px;
  line-height: 1;
}
.prev_next_top .preloader:before {
  background-size: 24px 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  height: 24px;
}
.thumb-w {
  background-image: url(http://newsbeat.drupalet.com/wordpress/wp-content/themes/newsbeat/images/image-holder.svg);
}
.site-bg-w, .site-bg.with-overlay:before {}
.site-bg {}
.sticky-nav .style-no-bg .p-nav-w {}
.s-h {}
.s-banner-w {}
.s-f {}
.hentry .entry-title a {
  box-shadow: inset 0 0 0 transparent;
  transition: box-shadow .2s;
}
.hentry .entry-title a:hover {
  box-shadow: inset 0 -4px 0 var(--color-primary30);
  color: inherit;
}
.color-by-cat.art-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='art-5ed0ba2490c99'].active a {
  color: #e07798;
}
.bg-by-cat.art-5ed0ba2490c99 {
  background: #e07798;
}
.category-art-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #f0bbcc;
}
.color-by-cat.asia-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='asia-5ed0ba2490c99'].active a {
  color: #9cb265;
}
.bg-by-cat.asia-5ed0ba2490c99 {
  background: #9cb265;
}
.category-asia-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #ced9b2;
}
.color-by-cat.book-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='book-5ed0ba2490c99'].active a {
  color: #766ce4;
}
.bg-by-cat.book-5ed0ba2490c99 {
  background: #766ce4;
}
.category-book-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #bbb6f2;
}
.color-by-cat.business-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='business-5ed0ba2490c99'].active a {
  color: #95a5a6;
}
.bg-by-cat.business-5ed0ba2490c99 {
  background: #95a5a6;
}
.category-business-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #cad2d3;
}
.color-by-cat.family-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='family-5ed0ba2490c99'].active a {
  color: #27ae60;
}
.bg-by-cat.family-5ed0ba2490c99 {
  background: #27ae60;
}
.category-family-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #93d7b0;
}
.color-by-cat.fashion-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='fashion-5ed0ba2490c99'].active a {
  color: #ea4c89;
}
.bg-by-cat.fashion-5ed0ba2490c99 {
  background: #ea4c89;
}
.category-fashion-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #f5a6c4;
}
.color-by-cat.health-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='health-5ed0ba2490c99'].active a {
  color: #d64343;
}
.bg-by-cat.health-5ed0ba2490c99 {
  background: #d64343;
}
.category-health-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #eba1a1;
}
.color-by-cat.movie-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='movie-5ed0ba2490c99'].active a {
  color: #ee6a4c;
}
.bg-by-cat.movie-5ed0ba2490c99 {
  background: #ee6a4c;
}
.category-movie-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #f7b5a6;
}
.color-by-cat.music-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='music-5ed0ba2490c99'].active a {
  color: #7cc576;
}
.bg-by-cat.music-5ed0ba2490c99 {
  background: #7cc576;
}
.category-music-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #bee2bb;
}
.color-by-cat.politics-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='politics-5ed0ba2490c99'].active a {
  color: #2980b9;
}
.bg-by-cat.politics-5ed0ba2490c99 {
  background: #2980b9;
}
.category-politics-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #94c0dc;
}
.color-by-cat.technology-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='technology-5ed0ba2490c99'].active a {
  color: #33b3d3;
}
.bg-by-cat.technology-5ed0ba2490c99 {
  background: #33b3d3;
}
.category-technology-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #99d9e9;
}
.color-by-cat.travel-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='travel-5ed0ba2490c99'].active a {
  color: #16a085;
}
.bg-by-cat.travel-5ed0ba2490c99 {
  background: #16a085;
}
.category-travel-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #8bd0c2;
}
.color-by-cat.america-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='america-5ed0ba2490c99'].active a {
  color: #005baa;
}
.bg-by-cat.america-5ed0ba2490c99 {
  background: #005baa;
}
.category-america-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #80add5;
}
.color-by-cat.world-5ed0ba2490c99, .nb-dd .menu li.menu-item.mega-menu .mmenu-posts-nav ul li[data-cat='world-5ed0ba2490c99'].active a {
  color: #f39c12;
}
.bg-by-cat.world-5ed0ba2490c99 {
  background: #f39c12;
}
.category-world-5ed0ba2490c99 .entry-title a:hover {
  box-shadow: inset 0 -4px 0 #f9ce89;
}
.flexslider .flex-direction-nav a {
  color: #ddd;
  font-size: 48px;
}
.awesome-weather-header {
  background: none;
}
.awesome-weather-wrap {
  text-shadow: none;
}
.wpmi-list {
  padding: 0;
  margin: 0;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpmi-list li.wpmi-item {
  list-style: none;
  -webkit-box-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100px;
  overflow: hidden;
}
.wpmi-list li.wpmi-item a {
  width: 100% !important;
}
.wpmi-list:last-child {
  margin-bottom: 0;
}
.wpmi-item-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 15px 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: -webkit-transform .3s, opacity .3s linear;
  transition: transform .3s, opacity .3s linear;
}
.wpmi-item-info span {
  padding: 8px;
}
.wpmi-item-info i {
  font-size: 12px
}
.wpmi-item-info {
  padding: 8px;
  font-size: 11px;
}
li.wpmi-item a:hover .wpmi-item-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.wpmi-list.wpmi-layout-2 .wpmi-item {
  width: 50%;
}
.wpmi-list.wpmi-layout-3 .wpmi-item, .wpmi-list.wpmi-layout-6 .wpmi-item {
  width: 33.33333333%;
}
.wpmi-list.wpmi-layout-4 .wpmi-item, .wpmi-list.wpmi-layout-8 .wpmi-item {
  width: 25%;
}
.wpmi-list.wpmi-layout-5 .wpmi-item, .wpmi-list.wpmi-layout-10 .wpmi-item {
  width: 33.3%;
}
.wpmi-list.wpmi-layout-5 .wpmi-item:nth-of-type(5n+1), .wpmi-list.wpmi-layout-5 .wpmi-item:nth-of-type(5n+2), .wpmi-list.wpmi-layout-10 .wpmi-item:nth-of-type(5n+1), .wpmi-list.wpmi-layout-10 .wpmi-item:nth-of-type(5n+2) {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .wpmi-list.wpmi-layout-5 .wpmi-item {
    width: 20% !important;
  }
  .wpmi-list.wpmi-layout-6 .wpmi-item {
    width: 16.6666667% !important;
  }
  .wpmi-list.wpmi-layout-8 .wpmi-item {
    width: 12.5% !important;
  }
  .wpmi-list.wpmi-layout-10 .wpmi-item {
    width: 10% !important;
  }
}
.instagram-feed {
  position: relative;
}
.instagram-feed .wpmi-me {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  text-align: center;
}
.instagram-feed .wpmi-me a {
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FFF;
  opacity: 0.95;
  color: #000;
}
.wpcf7-form label {
  display: inline;
}
div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.m-e-c > p:first-of-type:first-letter {
  font-size: 500%;
  float: left;
  line-height: .8;
  margin-right: 15px;
  margin-top: 0;
}
.hero .hero-bg:before, .hero-bricks .hrb-bg:before, .brick:hover .brick-bg:before {
  opacity: .8;
  background-color: transparent;
  background-image: -webkit-linear-gradient(-45deg, rgba(96, 125, 139, 0.95) 0%, rgba(103, 96, 139, 0.95) 100%);
  background-image: linear-gradient(135deg, rgba(96, 125, 139, 0.95) 0%, rgba(103, 96, 139, 0.95) 100%);
}
.hero .hrb-c-i {
  background: none;
}
.e-p-t, .pbs-hb-item-image, .pbs-hb-item-content, .pbs.post-blocks article .pbs_e-p-t, .pbs.post-blocks .pbs_overlay-w, .flexslider .flex-control-nav.flex-control-thumbs li, .woocommerce .prod-thumb-w {
  border-radius: 5px;
  overflow: hidden;
}
.pbs-hb-item-image .pbs_e-p-t {
  border-radius: 0 !important;
}
.w-t-w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.w-t-w .pbs-filter, .w-t-w .pbs-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
  line-height: 1;
}
.w-t-w .pbs-filter a, .w-t-w .pbs-nav a {
  line-height: 1;
}
.est-d-gdbg .widget, .est-d-gdbg .single-block {
  border-width: 0 !important;
}
.est-d-gdbg .s-c .w-t-w {
  padding: 12px 0 12px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(95, 131, 137, 0.1);
}
.est-d-gdbg .s-c .w-t-w:before {
  display: block;
  content: '';
  height: 2px;
  position: absolute;
  background-color: #607d8b;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  top: 0;
  left: 0;
  right: 0;
}
.est-d-gdbg .s-f.dark-bg .w-t-w {
  border-color: rgba(255, 255, 255, 0.15);
}
.widget-title {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .content-type-editor .m-h-s .e-c > *:not(.alignwide):not(.alignfull), .content-type-editor .m-h-w .e-c > *:not(.alignwide):not(.alignfull) {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-type-js_composer .m-h-s .e-c > *, .content-type-elementor .m-h-s .e-c > *, .m-h-s .e-c > .woocommerce {
    max-width: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hero-slider .flexslider, .hero-slider .flex-control-nav {
    padding-left: 94px;
    padding-right: 94px;
    margin-left: -94px;
    margin-right: -94px;
  }
}
@media only screen and (min-width: 1680px) {
  .s-h .container, .s-f .container, .hero-static .container, .pbs.post-bricks:not(.pbs-brick-single), .pbs.post-blocks {
    max-width: 1440px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.priority-nav.loading {
  max-width: 500px;
  overflow: hidden;
}
.text-center .priority-nav.loading {
  margin-left: auto;
  margin-right: auto;
}
.priority-nav.loading .menu {
  white-space: nowrap;
}
.priority-nav.loading .menu .sub-menu {
  white-space: initial;
}
.priority-nav.loading .menu > li > a:after {
  content: "";
  left: 10px;
  right: 10px;
  background-color: #888;
  opacity: .35;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  position: absolute;
}
.priority-nav.loading .menu > li > a > * {
  visibility: hidden;
}
.logged-in .header.absolute-dark, .logged-in .header.absolute-light, .logged-in .header.absolute-dark.dark, .logged-in .header.absolute-light.dark, .logged-in .header.absolute-dark.black, .logged-in .header.absolute-light.black {
  margin-top: 85px;
}