/*
Theme Name: Qualia Blog 2019
Theme URI: https://gutenmag.stylemixthemes.com/
Description: GutenMag - Wordpress Magazin Theme. It has a few edits to the parent theme so don't update the parent
Author: StylemixThemes
Author URI: https://stylemixthemes.com/
Version: 1.0
Template: gutenmag

Files in parent that need to be altered after update:
gutenmag/includes/custom.php (crop set to false)
*/


/*******************************
        Font Declarations
*******************************/

/*--------------
  Merriweather
---------------*/

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/qualia-blog-2019/fonts/merriweather/Merriweather-Regular.woff2) format('woff2'),
    url(/wp-content/themes/qualia-blog-2019/fonts/merriweather/Merriweather-Regular.woff) format('woff')
  ;
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/qualia-blog-2019/fonts/merriweather/Merriweather-Bold.woff2) format('woff2'),
    url(/wp-content/themes/qualia-blog-2019/fonts/merriweather/Merriweather-Bold.woff) format('woff')
  ;
}

/*--------------
      Lato
---------------*/

/* Regular */
@font-face {
  font-family: 'Lato';
  src:
    url(/wp-content/themes/qualia-blog-2019/fonts/lato/Lato-Regular.woff2) format('woff2'),
    url(/wp-content/themes/qualia-blog-2019/fonts/lato/Lato-Regular.woff) format('woff')
  ;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Lato';
  src:
    url(/wp-content/themes/qualia-blog-2019/fonts/lato/Lato-Italic.woff2) format('woff2'),
    url(/wp-content/themes/qualia-blog-2019/fonts/lato/Lato-Italic.woff) format('woff')
  ;
  font-style: italic;
  font-weight: normal;
}

/* Medium */
@font-face {
  font-family: 'Lato';
  src:
    url(/wp-content/themes/qualia-blog-2019/fonts/lato/Lato-Medium.woff2) format('woff2'),
    url(/wp-content/themes/qualia-blog-2019/fonts/lato/Lato-Medium.woff) format('woff')
  ;
  font-style: normal;
  font-weight: 500;
}

/* Bold */
@font-face {
  font-family: 'Lato';
  src:
    url(/wp-content/themes/qualia-blog-2019/fonts/lato/Lato-Bold.woff2) format('woff2'),
    url(/wp-content/themes/qualia-blog-2019/fonts/lato/Lato-Bold.woff) format('woff')
  ;
  font-style: normal;
  font-weight: 700;
}

/*******************************
        Qualia Custom CSS
*******************************/

/* Global */
img {
  -webkit-transform: none !important;
  transform: none !important;
}

body.custom-background.custom-background.custom-background {
  background-color: #FFFFFF !important;
}

body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li a,
body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li a {
  background: #dbefe4 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #29a062 !important;
}
.archive #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta li a {
  background: #EFEFEF !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  border-radius: 5px !important;
  color: #777777 !important;
  border: none !important;
  transition: all 0.2s ease;
}
.archive #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta li a:hover {
  background: #dbefe4 !important;
  color: #29a062 !important;
}

.site-content h1 a:not(:hover),
.site-content h2 a:not(:hover),
.site-content h3 a:not(:hover),
.site-content h4 a:not(:hover),
.site-content h5 a:not(:hover),
.site-content .heading-font a:not(:hover),
.site-content .header-font a:not(:hover) {
  color: inherit;
}

body .site-content .block-title.global:before {
  background-color: #4CB07C !important;
}
html body, .normal-font.normal-font {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

.heading-font, .heading-title, .block-title, .entry-title {
  font-family: Merriweather,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
}
.heading-font.block-title,
.block-title {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}
.menu.menu,
.nav-menu.nav-menu,
.stm-navigation.stm-navigation {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

/* Form */
.site-content input[type="text"],
.site-content input[type="password"],
.site-content input[type="datetime"],
.site-content input[type="datetime-local"],
.site-content input[type="date"],
.site-content input[type="month"],
.site-content input[type="time"],
.site-content input[type="week"],
.site-content input[type="number"],
.site-content input[type="email"],
.site-content input[type="url"],
.site-content input[type="search"],
.site-content input[type="tel"],
.site-content input[type="color"],
.site-content input[type="file"],
.site-content textarea,
.site-content select {
    background: #FCFCFD;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06) inset;
    color: rgba(0, 0, 0, 0.87);
    display: inline-block;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.21428571em;
    margin-bottom: 14px;
    min-height: 44px;
    padding: 0.89285714em 0.71428571em;
    width: 100%;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease;
    -moz-transition: color 0.2s ease, border-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-color 0.2s ease;
    -o-transition: color 0.2s ease, border-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease;
}

fieldset {
  max-width: none !important;
}

/* Button */
.site-content .hs-button.primary,
.site-content input[type="submit"],
.site-content input[type="button"],
.site-content .button {
  font-family: "Lato", Arial, sans-serif !important;
  cursor: pointer;
  background-color: #4dac7c !important;
  color: #fff;
  font-size: 14px !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),to(rgba(0,0,0,.08)));
  background-image: -webkit-linear-gradient(rgba(255,255,255,.15),rgba(0,0,0,.08));
  background-image: linear-gradient(rgba(255,255,255,.15),rgba(0,0,0,.08)) !important;
  padding: 9px 22px !important;
  border-radius: 5px;
  box-shadow: 9 -1px 0 0 rgba(0,0,0,.05) inset, 0 0 0 1px rgba(0,0,0,.13) inset, 0 1px 3px rgba(0,0,0,.15) !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.2) !important;
  border: none !important;
}
.site-content .hs-button.primary,
.site-content input[type="submit"],
.site-content input[type="button"],
.site-content .button:not(.load_more) {
	display: inline-block !important;
}
.site-content .hs-button.primary:hover,
.site-content input[type="submit"]:hover,
.site-content input[type="button"]:hover,
.site-content .button:hover {
  background-color: #09b159 !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.2) !important;
}
.site-content .hs-button.primary:hover,
.site-content input[type="submit"]:hover,
.site-content input[type="button"]:hover,
.site-content .button:active {
  background-color: #359c66 !important;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-shadow: 0 -1px 0 0 rgba(0,0,0,.05) inset,0 0 0 1px rgba(0,0,0,.13) inset,0 3px 5px rgba(0,0,0,.15) inset!important;
}
.button a {
  color: inherit !important;
}

a {
  color: #4183C4;
  transition-duration: 0.2s !important;
  transition-timing-function: ease !important;
}
a:hover {
  color: #1E70BF;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #2E9A4C;
}

.stm-header__row_top .stm-logo img {
  width: auto !important;
  height: 35px !important;
  margin-top: -6px !important;
}

/* Single Post Wrap */
.stm_gutenberg_single_post_wrap  {
  box-shadow: inset 0 0 15px rgba(0,0,0,.14);
  background-image: linear-gradient(45deg,rgba(0, 0, 0, 0.42),rgb(26, 27, 27)),url(https://www.qualia.com/images/webp/polygons-bg.webp);
  color: #FFF;
}
.stm_gutenberg_single_post_wrap a:hover {
  color: #9BECB2 !important;
}
.stm_gutenberg_single_post_wrap h3.ui.header {
  font-family: "Lato", Arial, sans-serif !important;
  color: #FFFFFF !important;
}
.stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1 .meta li {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 5px;
  transition: background 0.2s ease;
}
.stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1 .meta li:hover {
  background-color: #C3FDDD !important;
}
.stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1 .meta li a {
  transition: color 0.2s ease;
}
.stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1 .meta li a:hover {
  color: #000000 !important;
}
.stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1 .meta li a:not(:hover) {
  color: inherit;
}

.stm-gm-icon-read_more {
  display: none !important;
}

.stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1  .excerpt + a {
  font-weight: bold !important;
  font-size: 17px !important;
  color: #ababab;
}
.stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1  .excerpt + a:hover {
  color: #FFFFFF;
}

.stm_gutenberg_single_post_wrap {
  background-color: #fdfdfd;
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.home .stm-grid-view-block {
  padding-top: 40px !important;
}
.archive #wrapper .site-content, .search.search-results #wrapper .site-content,
.search.search-no-results #wrapper .site-content, .blog #wrapper .site-content {
  margin-top: 2em;
}

body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li .entry-title a, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li .entry-title a {
  transition:
    color 0.2s ease
  ;
}
.single-post .stmt-single-default a, .single-post .stmt-single-style_1 a, .single-post .stmt-single-style_2 a, .single-post .stmt-single-style_3 a, .single-post .stmt-single-style_4 a, .single-post .stmt-single-style_5 a, .single-post .stmt-single-style_6 a, .single-attachment .stmt-single-default a, .single-attachment .stmt-single-style_1 a, .single-attachment .stmt-single-style_2 a, .single-attachment .stmt-single-style_3 a, .single-attachment .stmt-single-style_4 a, .single-attachment .stmt-single-style_5 a, .single-attachment .stmt-single-style_6 a {
  color: #4183c4;
  font-weight: bold;
  text-decoration: underline;
}

/* Homepage Top Categories */
body .stm-header__hb .stm-header__row_color_center .container .stm-header__row_center:after {
  display: none !important;
}
body .stm-header__hb.stm-header {
  margin-bottom: 1px !important;
}


.stm_mobile__logo {
  max-width: 175px !important;
  min-width: 0px !important;
}
.stm_mobile__switcher.stm_mobile__switcher {
  cursor: pointer !important;
  transform: scale(0.75);
}
.stm_mobile__switcher.stm_mobile__switcher span {
  background-color: rgba(255,255,255,.5) !important;
}
.stm-header__element .stm-logo {
  margin: 0px !important;
}

/* Global Menu */
.stm-header__row_color>.container.container {
  max-width: 1176px;
}
.stmt-template-default .stm-header__hb .stm-header__row_color_top .container .stm-header__row .stm-header__cell .stm-header__element .stm-navigation ul li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #A9A9A9;
}
.stmt-template-default .stm-header__hb .stm-header__row_color_top .container .stm-header__row.stm-header__row_top .stm-header__cell .stm-header__element .stm-navigation ul li.current-menu-item a {
  color: #FFFFFF !important;
}
.stmt-template-default .stm-header__hb .stm-header__row_color_top .container .stm-header__row .stm-header__cell .stm-header__element .stm-navigation ul li a:hover {
  text-decoration: none !important;
}
.stm-header__element .stm-header__row_top .stm-navigation ul li:last-child a {
  color: #FFFFFF !important;
}
.stmt-template-default .stm-header__row_color_center .stm-navigation.stm-navigation__default > ul > li > a {
  padding: 0 10px !important;
  margin: 0px 5px !important;
}
body .stm-navigation.stm-navigation__default ul li a {
  font-size: 15px;
  color: #273044;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.2s ease;
  font-weight: bold;
}
body .stm-header__hb.stm-header__hb .stm-navigation__default>ul>li>a {
  color: #A0A0A0;
}
body.home .stm-header__hb.stm-header__hb .stm-navigation__default>ul>li>a,
body.post-type-archive-resource .stm-header__hb.stm-header__hb .stm-navigation__default>ul>li>a {
  color: #484848;
}
body.home .stm-header__hb.stm-header__hb .stm-navigation__default>ul>li>a:hover,
body.post-type-archive-resource .stm-header__hb.stm-header__hb .stm-navigation__default>ul>li>a:hover {
  color: #4CB07C !important;
}
body .stm-header__hb.stm-header__hb .stm-navigation__default>ul>li:not(:.current-menu-item) >a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.stm-header__hb .stm-navigation__default>ul>li.current-menu-item a {
  color: #4CB07C !important;
  box-shadow: 0px 2px 0px 0px #4CB07C !important;
}

.stm-header__element .stm-header__row_top .stm-navigation ul li.current-post-ancestor a {
  font-weight: bold !important;
  color: #009fda !important;
}
.stm-header__row_color_center {
  background-color: #FAFAFA;
  padding: 25px 0px 25px !important;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.08) inset;
}

.stm-header__row_color_center .stm-search {
  margin-top: -16px;
}

/* Homepage Hero */
.stm-posts-list-with-big-preview-block {
  margin-top: 2em !important;
}
/* Left */
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview {
  max-width: 676px;
}
body .site-content .stm_gutenberg_flex_n-w {
  margin-bottom: 2em !important;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-list, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list {
  max-width: 430px;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap {
  overflow: visible !important;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap img, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap img {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transform: translateY(0px) !important;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap img, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap:hover img {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0,0,0,.07);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px) !important;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap img, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap:hover + .stm-plwbp-preview-meta-wrap h2 a {
  color: #4FBE6E !important;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap {
  background-color: transparent;
  padding: 18px 8px 7px !important;
}

/* Right */
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li .entry-title, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li .entry-title {
  font-size: 19px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  font-family: Lato !important;
}
body .site-content .stm-posts-list-with-big-preview-block.style_2.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li {
  margin-bottom: 1.5em;
}
body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .heading-font {
  margin-bottom: 6px !important;
}
body .site-content .stm-posts-list-with-big-preview-block.style_2.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list .meta-bottom .meta li a {
  border-radius: 0;
  font-weight: 700;
  font-size: 11px;
  padding: 3px;
  line-height: 1;
  border-radius: 5px;
  border: none;
  opacity: 1;
  border-radius: 5px;
  border: none;
  opacity: 1;
  padding: 5px 8px;
  background: #EAEAEA !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #272727 !important;
}

body .site-content .block-title.global {
  padding-bottom: 1em;
  margin-bottom: 2em;
}


/* Global Search */
body .stm-header__hb .stm-header__element .stm-search .stm_widget_search form#searchform input[type='text'] {
  float: right;
  max-width: 100%;
  width: 200px;
  opacity: 0.5;
  margin-top: 16px;
  transition: width 0.3s ease;
}
body .stm-header__hb .stm-header__element .stm-search .stm_widget_search form#searchform input[type='text']:focus {
  width: 250px;
  opacity: 1;
}
.stm_widget_search {
  max-width: none !important;
}
body .stm-header__hb .stm-header__element .stm-search .stm_widget_search form#searchform button {
  top: 7px !important;
  line-height: 53px;
}
.search.search-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper button i{
	line-height: 77px;
}
.search.search-results #wrapper .site-content .category-head-wrap .form-control::placeholder {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}

/* List Posts Bottom Homepage */
body .site-content .stm-list-view-block .container > div > div .list_view_item {
  align-items: flex-start;
}
body .site-content .stm-list-view-block .container > div > div .list_view_item .img-wrap {
  width: 376px;
}
body .site-content .stm-grid-view-block .stmt-load-more-btn-wrap .stmt-grid-load-more {
  border-radius: 5px !important;
  padding: 9px 25px !important;
  font-size: 16px !important;
}

.site-content .button.load_more,
.site-content .basic.button,
.site-content .stmt-grid-load-more {
  font-size: 16px !important;
  width: 150px !important;
  background-color: #FFF !important;
  text-shadow: none !important;
  color: #3A3A3A !important;
  font-weight: bold !important;
  transition: 0.05s all ease !important;
  background-image: linear-gradient(rgba(255,255,255,.05),rgba(0,0,0,.03)) !important;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,.05) inset, 0 0 0 1px rgba(0,0,0,.08) inset, 0 1px 3px rgba(0,0,0,.08) !important;
}
.site-content .basic.button,
.site-content .stmt-grid-load-more{
	display: block !important;
}

body .site-content .button.load_more:hover,
.site-content .basic.button:hover,
.site-content .stmt-grid-load-more:hover {
  box-shadow: 0 -1px 0 0 rgba(0,0,0,.05) inset, 0 0 0 1px rgba(0,0,0,.15) inset, 0 1px 3px rgba(0,0,0,.08) !important;
  background-color: #FFF !important;
  text-shadow: none !important;
  color: #3A3A3A !important;
  background-image: linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.08)) !important;
}

body .site-content .button.load_more:active,
.site-content .basic.button:active,
.site-content .stmt-grid-load-more:active {
  background-color: #FFF !important;
  text-shadow: none !important;
  color: #3A3A3A !important;
  background-image: linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.08)) !important;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,.05) inset,0 0 0 1px rgba(0,0,0,.13) inset,0 3px 5px rgba(0,0,0,.08) inset!important;
}

body .button.load_more.loading.loading.loading,
body .site-content .stm-grid-view-block .stmt-load-more-btn-wrap .stmt-grid-load-more.loading.loading.loading {
  position: relative;
  cursor: default;
  text-shadow: none !important;
  color: transparent !important;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s linear, opacity 0.1s ease;
  transition: all 0s linear, opacity 0.1s ease;
}

body .button.load_more.loading:before,
body .site-content .stm-grid-view-block .stmt-load-more-btn-wrap .stmt-grid-load-more.loading:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
}

body .button.load_more.loading:after,
body .site-content .stm-grid-view-block .stmt-load-more-btn-wrap .stmt-grid-load-more.loading:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin 0.6s linear;
          animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #FFFFFF transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}
@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.stm_hb_mbdc,
.stm_hb_mbdc_h:hover,
.stm_hb_mbdc_b:before,
.stm_hb_mbdc_b_h:hover:before,
.stm_hb_mbdc_a:after,
.stm_hb_mbdc_a_h:hover:after,
.stm-search .stm_widget_search .form-control.form-control:focus {
  box-shadow: none !important;
  border-color: #b1b1b1 !important;
}

/* Rail */
body .site-content .sidebar-wrapper aside .widget-title h4:before {
  width: 60px;
  height: 5px;
}
body .site-content .sidebar-wrapper aside .widget-title h4:after {
  display: none;
}
.stm_widget_hot_entries{
	max-width: 250px;
}
body .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .stm-post-content .meta-top h4 {
  font-family: Lato !important;
}
body .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .image {
  width: 100%;
  padding-bottom: 10px;
}
@media (max-width: 1024px){
	body #wrapper .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .image {
	    display: block;
	}
}

body .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .stm-post-content {
 	padding-left: 0px;
 	width: 100%;
}
body .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .image + .stm-post-content {
  padding-left: 0px;
  width: 100%;
}

body .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news{
	flex-direction: column;
}

body .site-content .grid_view_item {
  cursor: pointer !important;
  overflow: visible;
  padding: 0px !important;
  box-shadow: 0 10px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  transition: transform 0.3s ease;
}

/* Item Hover */
body .site-content .grid_view_item:hover {
  box-shadow: 0 10px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07) !important;
  transform: translateY(-3px) !important;
}
body .site-content .grid_view_item:hover .meta-middle .meta li.category a {
  color: #888888 !important;
}
body .site-content .grid_view_item:hover .meta-middle .meta li.category:hover a {
  color: #1E70BF !important;
}
body .site-content .grid_view_item:hover .meta-middle h3 {
  color: #2E9A4C !important;
}

body .site-content .grid_view_item .img-wrap {
  position: relative !important;
  overflow: hidden !important;
  /* Embed aspect ratio of most common image (611x1082) */
  height: 0px;
  padding-top: 56.99626865671642%;
}
body .site-content .grid_view_item .img-wrap a {
  position: static !important;
}
body .site-content .grid_view_item .img-wrap img {
  border-radius: 0px;
  display: block;
  width: 100% !important;
  position: absolute !important;
  transition: box-shadow 0.2s ease, transform 0.3s ease;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
body .site-content .grid_view_item .meta-middle {
  margin: 0px !important;
  min-height: 19.6em;
  padding: 1.5em 2em !important;
  text-align: center !important;
  margin-bottom: 0em !important;
}
body .site-content .grid_view_item .meta-middle h3 {
  font-weight: bold !important;
  line-height: 1.25 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  margin-bottom: 0px !important;
  line-height: 1.4 !important;
  font-family: "Lato", Arial, sans-serif !important;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  margin-bottom: 0px;
}
body .site-content .grid_view_item .meta-middle h3 a {
  color: inherit !important;
}

body .site-content .grid_view_item .meta-middle .meta li a {
  color: #AAAAAA !important;
  font-weight: bold !important;
}
body .site-content .grid_view_item .meta-middle .excerpt-wrap {
  margin-top: 1em;
}
body .site-content .grid_view_item .meta-middle p {
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  /* -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  line-height: 25px;
  user-select: text;
  margin: 0px;
}
@media (min-width: 600px){
	body .site-content .grid_view_item .meta-middle h3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	body .site-content .grid_view_item .meta-middle p {
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
body .site-content .grid_view_item .meta-bottom .meta li a:hover {
  background: #dbefe4 !important;
}
.stmt-template-default .site-content .meta li {
  color: rgba(0, 0, 0, 0.6) !important;
}

/*--------------
    Post Rail
---------------*/
body .site-content .sidebar-wrapper aside .widget-title h4 {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  padding-bottom: 0.75em !important;
  letter-spacing: 1px;
  color: #333 !important;
}
body .site-content .sidebar-wrapper aside .widget-title h4:before {
  height: 3px !important;
}
body .site-content .sidebar-wrapper aside ul li a {
  font-weight: bold;
  padding-left: 0px;
  padding: 0px;
  line-height: 1.3 !important;
  transition-duration: 0.2s !important;
}
body .site-content .sidebar-wrapper aside ul li a[href*="uncategorized"] {
  display: none !important;
}
body .site-content .sidebar-wrapper aside ul li a:before {
  display: none;
}
body .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .stm-post-content .meta-top h4 {
  transition-duration: 0.2s !important;
}
body .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news:hover .stm-post-content .meta-top h4 {
  color: #2E9A4C !important;
}

body .site-content .sidebar-wrapper .inner-video {
  color: rgba(0,0,0,.6);
  font-size: 1rem;
  position: relative;
  margin: 1rem 0;
  border-radius: .28571429rem;
}
body .site-content .sidebar-wrapper .inner-video .video-title {
    padding-bottom: .21428571rem;
  font-size: 1.14285714em;
  margin: 0 0 .65rem;
  padding: 0 0 6px;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-transform: none;
  color: rgba(0,0,0,.87);
  border-bottom: 1px solid rgba(34,36,38,.15);
    text-align: center;
}
body .site-content .sidebar-wrapper .inner-video video {
  display: block;
  margin: 1em auto;
  height: 170px;
  width: auto;
  vertical-align: baseline;
  object-fit: contain;
}
body .site-content .sidebar-wrapper .inner-video .button {
  width: 100% !important;
  text-align: center !important;
}
body .site-content .sidebar-wrapper .inner-video .button:focus {
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.05) inset,0 0 0 1px #4da55d inset,0 1px 3px rgba(0,0,0,.15);
}
body .site-content .sidebar-wrapper .inner-video .divider {
    border-top: 1px solid rgba(34,36,38,.15);
    border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 1rem;
  margin: 2rem 0 1.85rem;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(0,0,0,.85);
}

/*--------------
     Post
---------------*/

/*sharing */
.a2a_top {
  margin-top: 8px;
  margin-bottom: -5px;
  float: right !important;
}
.single-post .a2a_top .addtoany_shortcode.addtoany_shortcode.addtoany_shortcode {
  margin: 0px !important;
}
.addtoany_shortcode .a2a_s__default.a2a_s__default.a2a_s__default.a2a_s__default {
  width: 45px !important;
  height: 26px !important;
}
.addtoany_shortcode .a2a_s__default:after {
  display: none !important;
}

.single-post .stmt-single-style_1 > div {
  display: flex;
}

.post-meta-wrap .views-wrap {
  display: none !important;
}
.single-post .stmt-single-style_1 .post-meta-wrap .post-author,
.single-post .stmt-single-style_1 .post-meta-wrap .post-author .normal-font {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.single-post .stmt-single-style_1 .post-meta-wrap .post-author .author-avatar {
  display: none !important;
}
.single-post .stmt-single-style_1 .post-meta-wrap .date-wrap {
  margin-left: 0px;
}

.post-meta-wrap-top .category-wrap ul li a {
  background: #F1F1F1 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #252525 !important;
  border-radius: 5px !important;
}
.post-meta-wrap-top .category-wrap ul li a:hover {
  background: #EAEAEA !important;
}
.post.post.post .stmt-post-thumbnail img {
  height: auto !important;
  padding: 6px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  border-radius: 5px;
  margin: 0.5em 0em 1.928em;
}

.post.post.post hr {
  color: #ccc;
  margin: 1em 0em;
  background-color: #ccc;
  height: 1px;
  border: none;
}

.post.post.post .stmt-post-excerpt {
  color: #535a56;
  line-height: 28px;
  background-color: #FAFAFA;
  /*display: block;*/
  display: none;
  font-size: 18px;
  padding: 15px 22px;
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) inset;
}

.post.post.post .row .col:first-child {
  padding-left: 0px !important;
  padding-right: 75px !important;
}
.post.post.post .row .col:first-child h1.entry-title {
  color: rgba(0,0,0,.87) !important;
  font-family: Merriweather,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 1.28571429 !important;
  text-transform: none;
  margin-bottom: 5px !important;
  border-top: none !important;
  padding-top: 0px !important;
}

h1.entry-title +  .post-meta-wrap {
  margin-top: 5px !important;
}
.post-meta-wrap div i {
  display: none !important;
}
.post-meta-wrap div {
  border-left: 1px solid rgba(34,36,38,.15) !important;
  color: rgba(0, 0, 0, .5) !important;
  display: inline-block !important;
  font-size: .85714286rem !important;
  line-height: .6 !important;
  padding: .21428571em .5em !important;
  border: none !important;
}
.post-meta-wrap div:before {
  display: none !important;
}


.post.post.post .row .col:first-child p {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
.post.post.post .row .col:first-child p:last-child {
  margin-bottom: 0px;
}

.post.post.post .row .col:first-child b,
.post.post.post .row .col:first-child strong {
    color: #42a065;
    font-weight: 700;
}

.post.post.post .row .col:first-child h1,
.post.post.post .row .col:first-child h2,
.post.post.post .row .col:first-child h3,
.post.post.post .row .col:first-child h4,
.post.post.post .row .col:first-child h5,
.post.post.post .row .col:first-child h6 {
    font-weight: 700;
    line-height: 1.28571429em;
    margin: 1.5em 0 1em;
    padding: 0;
}
.post.post.post .row .col:first-child h1,
.post.post.post .row .col:first-child h2,
.post.post.post .row .col:first-child h3,
.post.post.post .row .col:first-child h4,
.post.post.post .row .col:first-child h5,
.post.post.post .row .col:first-child h6 {
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}
.post.post.post .row .col:first-child h2 {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
}

.post.post.post .row .col:first-child h3,
.post.post.post .row .col:first-child h4,
.post.post.post .row .col:first-child h5,
.post.post.post .row .col:first-child h6 {
    color: #404040;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.post.post.post .row .col:first-child h1:first-child,
.post.post.post .row .col:first-child h2:first-child,
.post.post.post .row .col:first-child h3:first-child,
.post.post.post .row .col:first-child h4:first-child,
.post.post.post .row .col:first-child h5:first-child {
    margin-top: 0;
}

/* Lists */
.post-content p a {
  color: #4183C4 !important;
}
.post-content p a:hover {
  color: #1E70BF !important;
}
.post-content ul,
.post-content ol {
    color: rgba(0, 0, 0, .7);
    counter-reset: a;
    font-size: 17px;
    line-height: 28px;
    list-style-type: none;
    margin: 1.5em 0 2em 0.5em;
    padding: 0;
    margin-top: 1.55em;
}
.post-content li {
    margin: 5px 0;
    padding-left: 40px;
    position: relative;
}
.post-content ul > li:before {
    background: #42A065;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 14px;
    width: 8px;
}
.post-content ol > li {
    margin: 15px 0;
}
.post-content ol > li:before {
    display: block;
    background: #4E8E6D;
    border-radius: 10px;
    color: #fff;
    counter-increment: a;
    content: counter(a);
    font-size: 13px;
    font-weight: bold;
    height: 21px;
    left: 2px;
    line-height: 1;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 21px;
}

.post-content blockquote {
  border-left: 4px solid #bad0c4;
  font-family: Merriweather, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  margin: 1.5em 0em 1.5em 0em !important;
  padding: 0em 0em 0em 2em !important;
  text-transform: none;
}
.post-content blockquote p {
  line-height: inherit;
  color: #7A7A7A !important;
  font-style: normal !important;
  color: inherit;
}

.post-content p:first-child em {
  color: #535a56;
  line-height: 28px;
  background-color: #FAFAFA;
  display: block;
  font-size: 18px;
  padding: 15px 22px;
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) inset;
}
.post-content p:last-child em {
  color: #000000;
  line-height: 32px;
  background-color: #f7f7f7;
  border: 1px solid #beccc5;
  display: block;
  font-size: 20px;
  padding: 17px 20px;
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.post-content p:last-child em a {
    color: #0099d2;
}
.post-content h2 {
    margin: 2.5rem 0 2rem;
}
.post-content h3,
.post-content h4,
.post-content h5 {
    margin: 3rem 0 1rem;
    font-size: 18px;
}
.post-content .image {
  display: block;
  padding: 6px;
  border: 1px solid #DDD;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  border-radius: 5px;
  margin: 0.5em 0em 2em;
}
.post-content .image img.medium-zoom-image--open {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    cursor: zoom-out;
}
.medium-zoom--open .medium-zoom-overlay {
    background-color: rgba(255, 255, 255, 0.85) !important;
}
.post-content .image .caption {
  text-align: center;
  font-weight: bold;
  padding: 8px 0px;
  line-height: 1;
  font-size: 15px;
  color: #2f2f2f;
}
.post-content h1:not(.entry-title) {
  font-size: 26px;
  margin: 2.5rem 0rem 2rem;
}
.post-content h1:not(.entry-title):not(:first-child) {
  margin-top: 3rem !important;
  padding-top: 3rem !important;
  border-top: 1px solid #DDDDDD !important;
}
.post-content .breakout {
  float: right;
  background-color: #FFF;
  padding: 1em;
  width: 300px;
  margin: 0em 0px 1em 2em;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #4fbe6e;
  border-radius: 0px 0px 5px 5px;
}
.post-content .breakout p {
  font-size: 15px !important;
  margin-bottom: 7px;
}
.post-content .breakout p:last-child {
    margin-bottom: 0px !important;
}
.post-content .breakout p strong {
    display: block;
}
.post-content .disclaimer {
    color: #AAA;
    font-size: 13px;
}
.post-content .disclaimer:last-child {
    margin-top: 2em;
}
.post-content h6 strong em {
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  color: #313131;
  font-style: normal;
  letter-spacing: 0;
  display: block;
  border-left: 2px solid #424242;
  padding-left: 1em;
  text-transform: none;
}

/* Category Page */

/* Slight grid item modifications for category */
.archive #wrapper .site-content .row .col-md-4 .grid_view_item .meta-middle {
  min-height: 17.6em;
}
.category.archive #wrapper .site-content .row .col-md-4 .grid_view_item .meta {
  display: none !important;
}
@media (max-width: 1023px){
	.archive #wrapper .stm_mobile__header,
	.search.search-results #wrapper .stm_mobile__header,
	.search.search-no-results #wrapper .stm_mobile__header,
	.blog #wrapper .stm_mobile__header{
		margin-bottom: 0 !important;
	}

}
@media (min-width: 1024px){
	.archive #wrapper .site-content .category-head-wrap,
	.search.search-results #wrapper .site-content .category-head-wrap,
	.search.search-no-results #wrapper .site-content .category-head-wrap,
	.blog #wrapper .site-content .category-head-wrap {
		display: none;
		min-height: 200px;
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	}
  .archive #wrapper .site-content .category-head-wrap h1,
  .search.search-results #wrapper .site-content .category-head-wrap h1,
  .search.search-no-results #wrapper .site-content .category-head-wrap h1,
  .blog #wrapper .site-content .category-head-wrap h1 {
		margin: 0px;
    font-size: 36px;
    font-weight: normal;
	}
}
.archive #wrapper .site-content .category-head-wrap:after, .search.search-results #wrapper .site-content .category-head-wrap:after, .search.search-no-results #wrapper .site-content .category-head-wrap:after, .blog #wrapper .site-content .category-head-wrap:after,
.author.archive #wrapper .site-content .category-head-wrap{
  background-color: #3c7959;
  background: linear-gradient(to bottom right,#246348,rgba(42, 105, 70, 0.61)),url(https://www.qualia.com/images/webp/green-polygons.optimized.webp);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2) inset;
  opacity: 1;
}

/* Pagination */
body .site-content .navigation.pagination .nav-links {
  justify-content: flex-end;
}
body .site-content .navigation.pagination .nav-links a {
  border-radius: 5px !important;
}
body .site-content .navigation.pagination .nav-links a:hover {
  font-weight: bold;
  color: #333;
  background-color: #EAEAEA;
}
body .site-content .navigation.pagination .nav-links span.current {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.08)) !important;
  font-weight: bold;
  border: 1px solid #DADADA;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  color: #333;
}
body .site-content .navigation.pagination .nav-links a.prev, body .site-content .navigation.pagination .nav-links a.next {
  color: #888888;
  font-weight: bold;
}

/* Search */
.archive.search.search-results #wrapper .site-content .category-head-wrap:after, .archive.search.search-no-results #wrapper .site-content .category-head-wrap:after, .search.search-results.search.search-results #wrapper .site-content .category-head-wrap:after, .search.search-results.search.search-no-results #wrapper .site-content .category-head-wrap:after, .search.search-no-results.search.search-results #wrapper .site-content .category-head-wrap:after, .search.search-no-results.search.search-no-results #wrapper .site-content .category-head-wrap:after, .blog.search.search-results #wrapper .site-content .category-head-wrap:after, .blog.search.search-no-results #wrapper .site-content .category-head-wrap:after {
  opacity: 1 !important;
  background: linear-gradient(to bottom right,#246348,rgba(42, 105, 70, 0.61)),url(https://www.qualia.com/images/webp/green-polygons.optimized.webp);
}
.archive.search.search-results #wrapper .site-content .category-head-wrap, .archive.search.search-no-results #wrapper .site-content .category-head-wrap, .search.search-results.search.search-results #wrapper .site-content .category-head-wrap, .search.search-results.search.search-no-results #wrapper .site-content .category-head-wrap, .search.search-no-results.search.search-results #wrapper .site-content .category-head-wrap, .search.search-no-results.search.search-no-results #wrapper .site-content .category-head-wrap, .blog.search.search-results #wrapper .site-content .category-head-wrap, .blog.search.search-no-results #wrapper .site-content .category-head-wrap {
  min-height: 150px !important;
}
.archive #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item, .archive #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item, .search.search-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item, .search.search-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item, .search.search-no-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item, .search.search-no-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item, .blog #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item, .blog #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item {
  align-items: flex-start;
}
.archive #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-top h3, .archive #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-top h3, .search.search-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-top h3, .search.search-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-top h3, .search.search-no-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-top h3, .search.search-no-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-top h3, .blog #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-top h3, .blog #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-top h3{
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: "Lato", Arial, sans-serif !important;
}
.archive #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li a, .archive #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li a, .search.search-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li a, .search.search-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li a, .search.search-no-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li a, .search.search-no-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li a, .blog #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li a, .blog #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li a {
  line-height: 1;
  padding: 5px 8px;
  background: #EAEAEA !important;
  font-weight: 700 !important;
  border: none !important;
  font-size: 12px !important;
  color: #272727 !important;
}
.archive #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle, .archive #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle, .search.search-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle, .search.search-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle, .search.search-no-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle, .search.search-no-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle, .blog #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle, .blog #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle {
  margin: -6px 0px 5px;
}
body.search-results .sidebar-wrapper {
  max-width: 280px;
  float: right;
}
.archive.search.search-results #wrapper .site-content .found-posts-wrap, .archive.search.search-no-results #wrapper .site-content .found-posts-wrap, .search.search-results.search.search-results #wrapper .site-content .found-posts-wrap, .search.search-results.search.search-no-results #wrapper .site-content .found-posts-wrap, .search.search-no-results.search.search-results #wrapper .site-content .found-posts-wrap, .search.search-no-results.search.search-no-results #wrapper .site-content .found-posts-wrap, .blog.search.search-results #wrapper .site-content .found-posts-wrap, .blog.search.search-no-results #wrapper .site-content .found-posts-wrap {
  padding-left: 0px;
  color: #AAAAAA;
  font-size: 16px;
}
.archive #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .img-wrap, .archive #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .img-wrap, .search.search-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .img-wrap, .search.search-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .img-wrap, .search.search-no-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .img-wrap, .search.search-no-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .img-wrap, .blog #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .img-wrap, .blog #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .img-wrap {
  flex: 0 1 auto;
  width: 250px;
}

body .site-content .stm-default-view .meta-middle .excerpt-wrap {
  max-height: 73px;
}
body .site-content .stm-default-view .img-wrap {
  margin-bottom: 11px;
}

/* Author Archive */
.author.archive #wrapper .site-content .category-head-wrap{
  display: block;
}
.author.archive #wrapper .site-content .category-head-wrap:after{
  display: none;
}
.author.archive .author-inner-container{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  min-height: 220px;
}
.author.archive .avatar-col{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}
.author.archive .author-bio-col{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}

.author.archive #wrapper .site-content .category-head-wrap .avatar-col img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}

.author.archive #wrapper .site-content .category-head-wrap .author-bio-col h1 {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  font-size: 36px;
  line-height: 1.2;
  margin: 10px 0px 5px;
  font-weight: normal;
}
.author.archive #wrapper .site-content .category-head-wrap .author-bio-col p{
  color: rgba(255, 255, 255, 0.65);
}


/* Related Post  */


/* Grid Styling */
.row + #jp-relatedposts {
  margin: 3em 0em 10em;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  width: calc(33.3333% - 27px) !important;
  margin: 0em 13px !important;
  box-shadow: 0 10px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  border-radius: 5px;
  min-height: 342px;
  border: 1px solid #E0E0E0;
  text-align: center;
  overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:first-child {
  margin-left: 0em !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:last-child {
  margin-right: 0em !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-img {
  width: 100% !important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  margin: 0.75em 1em !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  min-height: 75px;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual p {
  font-size: 14px !important;
  color: #999999 !important;
  margin: 1em 1em 1em !important;
}


/* List Styling */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  padding-right: 0px !important;
}
#jp-relatedposts h3.jp-relatedposts-headline.jp-relatedposts-headline.jp-relatedposts-headline {
  position: relative;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1em !important;
  letter-spacing: 1px;
}
#jp-relatedposts h3.jp-relatedposts-headline:before {
  content: '' !important;
  display: block !important;
  background: #4fbe6e;
  width: 60px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1 !important;
  padding-right: 0px;
}
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
  width: 180px !important;
  border-radius: 5px !important;
}
#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title.jp-relatedposts-post-title {
  display: inline-block;
  max-width: 360px;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 19px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  color: #000000;
  font-weight: bold !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
  color: #2E9A4C;
}

@media only screen and (max-width: 1024px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100% !important;
  }
  #jp-relatedposts h3.jp-relatedposts-headline.jp-relatedposts-headline.jp-relatedposts-headline {
    padding-bottom: 0.5em !important;
  }
  #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
    max-width: 100% !important;
    width: auto !important;
    float: none !important;
    margin: 0 auto !important;
  }
}

/* Mobile Top bar */
.stmt-template-default #wrapper #header .stm_mobile__header {
  background-color: #212629 !important;
}


/* Tablet & Mobile */
@media only screen and (max-width: 1024px) {
  header .ui.button.cta {
    display: none;
  }

  /* Mobile Sidebar */
  body .stm-header .stm-header__element {
    margin: 0px !important;
  }

  body.single-post #wrapper .site-content .stmt-single-style_1 h3, body.single-post #wrapper .site-content .stmt-single-style_1 h4, body.single-post #wrapper .site-content .stmt-single-style_1 h5, body.single-post #wrapper .site-content .stmt-single-style_2 h3, body.single-post #wrapper .site-content .stmt-single-style_2 h4, body.single-post #wrapper .site-content .stmt-single-style_2 h5, body.single-post #wrapper .site-content .stmt-single-style_3 h3, body.single-post #wrapper .site-content .stmt-single-style_3 h4, body.single-post #wrapper .site-content .stmt-single-style_3 h5, body.single-post #wrapper .site-content .stmt-single-style_4 h3, body.single-post #wrapper .site-content .stmt-single-style_4 h4, body.single-post #wrapper .site-content .stmt-single-style_4 h5, body.single-post #wrapper .site-content .stmt-single-style_5 h3, body.single-post #wrapper .site-content .stmt-single-style_5 h4, body.single-post #wrapper .site-content .stmt-single-style_5 h5, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h3, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h4, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h5, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h3, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h4, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h5, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h3, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h4, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h5, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h3, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h4, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h5, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h3, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h4, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h5 {
    line-height: 1.4;
  }

  .archive #wrapper .site-content, .search.search-results #wrapper .site-content,
  .search.search-no-results #wrapper .site-content,
  .blog #wrapper .site-content {
    margin-top: 0em !important;
  }

  body .stm-header__hb.stm-header {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease-out;
  }
  .stm-header__row_color_top {
    padding-top: 20px !important;
  }
  .stm-header__row_color_top:before {
    display: none;
  }
  .stm-header__hb .stm-navigation ul>li {
    margin: 15px 5px 15px 5px;
    width: auto;
  }

  body .stm-header__hb .stm-header__element .stm-search .stm_widget_search form#searchform .icon-magnifier {
    position: relative;
    top: 5px;
  }
  body .stm-header__hb .stm-header__element .stm-search .stm_widget_search form#searchform input[type='text'] {
    width: 100% !important;
    margin-top: 20px !important;
    opacity: 1 !important;
  }

  .stm-header__row_top .stm-logo img {
    margin-top: 14px !important;
  }

  body .stm-header__hb.stm-header {
    margin-bottom: 0px !important;
  }

  body .stm-header__hb.stm-header {
    background-color: #212629;
    color: #FFFFFF;
  }
  body .stm-header__hb.stm-header .stm-header__row_color_center {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  body .stm-header__row_color_top .stm-header__cell_right {
    display: none !important;
  }
  body .stm-header__hb.stm-header .stm-header__row_color_center {
    padding-top: 0px !important;
  }
  body .stm-header__hb.stm-header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li > a {
    cursor: pointer;
    color: #A0A0A0;
  }
  body .stm-header__hb.stm-header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li.current-menu-item a,
  body .stm-header__hb.stm-header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li > a:hover {
    color: #FFFFFF !important;
  }


  body #wrapper .stm-posts-list-with-big-preview-block .stm-plwbp-preview-meta-wrap {
    padding: 15px 5px 20px !important;
  }
  body #wrapper .stm-posts-list-with-big-preview-block .stm-plwbp-preview-meta-wrap .meta {
    justify-content: center !important;
  }
  body #wrapper .stm-posts-list-with-big-preview-block h2 {
    line-height: 32px !important;
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 5px;
  }
  body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w {
    flex-direction: column;
  }
  body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-list ul,
  body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list ul {
    display: list-item;
  }

  .archive #wrapper .site-content .row .col-md-4 .grid_view_item .img-wrap,
  .archive #wrapper .site-content .row .col-md-6 .grid_view_item .img-wrap,
  .search.search-results #wrapper .site-content .row .col-md-4 .grid_view_item .img-wrap,
  .search.search-results #wrapper .site-content .row .col-md-6 .grid_view_item .img-wrap,
  .search.search-no-results #wrapper .site-content .row .col-md-4 .grid_view_item .img-wrap,
  .search.search-no-results #wrapper .site-content .row .col-md-6 .grid_view_item .img-wrap,
  .blog #wrapper .site-content .row .col-md-4 .grid_view_item .img-wrap,
  .blog #wrapper .site-content .row .col-md-6 .grid_view_item .img-wrap {
    min-height: 0px;
  }
  body.search.search-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'], body.search.search-no-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'] {
    padding-top: 0px !important;
  }
  body.search.search-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper button, body.search.search-no-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper button {
    margin-top: -9px !important;
  }
  .a2a_top {
    margin: -17px 0px 0px;
    float: none !important;
  }
  .single-post .stmt-single-style_1 .stmt-post-thumbnail,
  .single-post .stmt-single-style_2 .stmt-post-thumbnail,
  .single-post .stmt-single-style_3 .stmt-post-thumbnail,
  .single-post .stmt-single-style_4 .stmt-post-thumbnail,
  .single-post .stmt-single-style_5 .stmt-post-thumbnail,
  .single-attachment .stmt-single-style_1 .stmt-post-thumbnail,
  .single-attachment .stmt-single-style_2 .stmt-post-thumbnail,
  .single-attachment .stmt-single-style_3 .stmt-post-thumbnail,
  .single-attachment .stmt-single-style_4 .stmt-post-thumbnail,
  .single-attachment .stmt-single-style_5 .stmt-post-thumbnail {
    margin-bottom: 0px !important;
  }

  /* Category */
  .archive #wrapper .site-content .category-head-wrap,
  .search.search-results #wrapper .site-content .category-head-wrap,
  .search.search-no-results #wrapper .site-content .category-head-wrap,
  .blog #wrapper .site-content .category-head-wrap {
    min-height: 150px;
    margin-bottom: 2rem;
  }
  body.stmt-template-default.archive #wrapper .site-content .category-head-wrap h1,
  body.stmt-template-default.search #wrapper .site-content .category-head-wrap h1 {
    margin: 0px;
    font-weight: normal;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }

  /* Post */
  .a2a_top {
    display: none !important;
  }
  .post-meta-wrap-top {
    display: none !important;
  }
  .post.post.post .row .col:first-child h1.entry-title {
    margin-top: 0px !important;
  }
  .single-post .stmt-single-style_1, .single-post .stmt-single-style_2, .single-post .stmt-single-style_3, .single-post .stmt-single-style_4, .single-post .stmt-single-style_5, .single-attachment .stmt-single-style_1, .single-attachment .stmt-single-style_2, .single-attachment .stmt-single-style_3, .single-attachment .stmt-single-style_4, .single-attachment .stmt-single-style_5 {
    padding-top: 0px !important;
  }
  .row + #jp-relatedposts {
    margin: -2em 0em -3em !important;
  }

  footer .grid {
    flex-direction: column !important;
  }
  footer .grid .column {
    width: 100% !important;
    box-shadow: none !important;
    padding: 5px 0px !important;
  }
}


/* Mobile */
@media only screen and (max-width: 820px) {
  .post.post.post .row .col:first-child {
    padding: 0px !important;
    width: 100% !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
  }
  body #wrapper .site-content > *, .single-post #wrapper .site-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* Related Posts */
  #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 0px !important;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    margin: 0em 0em 2em !important;
  }

}

/*--------------
     Footer
---------------*/

body > footer {
  padding: 0px;
}
footer footer {
  padding: 30px 0px;
  line-height: 1.4285;
}

footer.inverted {
  background-color: #212629;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
}

footer a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
footer a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

footer cta a {
  display: inline-block;
  padding-bottom: 1px;
  color: #eaeaea;
  border-bottom: 1px solid #303a34;
}
footer cta a.phone {
  font-size: 16px!important;
  font-weight: 700;
}

footer .grid {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
footer .grid > .column {
  flex: 0 0 auto;
  padding: 0px 17px;
  width: 25%;
}
footer .grid > .column:first-child {
  padding-left: 0px;
}
footer .grid > .column:last-child {
  padding-right: 0px;
}
footer .grid > .column:not(:first-child) {
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}
footer h5.ui.header {
  font-size: 14px;
  color: #FFFFFF;
}
footer h5.ui.header:not(:first-child) {
  margin-top: 20px;
}
footer .list .item {
  display: block;
  margin: 5px 0px;
}
footer .horizontal.list .item {
  display: inline-block;
  margin: 0px 3px;
}

footer .logo {
  width: auto;
  height: 20px!important;
  margin-bottom: 5px;
  margin-top: 3px;
}
footer copyright .list {
  float: right;
}
footer copyright text {
  display: inline-block;
  font-size: 11px;
  margin: 0 5px;
  opacity: .5;
}

/*******************************
            Styles
*******************************/


/* Body */

body.page.page.page, .stmt-single-style_2 {
  background-color: #ffffff !important;
}

/* End Body */

/* Header and Nav */
.stmt-template-default .stm-header__hb .stm-header__row_color_top .container .stm-header__row .stm-header__cell .stm-header__element .stm-navigation ul li a:before{
  display: none;
}

body .stm-header__hb .stm-navigation__default>ul>li>a:hover{
  /* commented out by jack (i think we prefer no underline on menu)
  text-decoration: underline !important;*/
}

/* End Header and Nav */

.single-post .stmt-single-default p, .single-post .stmt-single-style_1 p, .single-post .stmt-single-style_2 p, .single-post .stmt-single-style_3 p, .single-post .stmt-single-style_4 p, .single-post .stmt-single-style_5 p, .single-post .stmt-single-style_6 p, .single-attachment .stmt-single-default p, .single-attachment .stmt-single-style_1 p, .single-attachment .stmt-single-style_2 p, .single-attachment .stmt-single-style_3 p, .single-attachment .stmt-single-style_4 p, .single-attachment .stmt-single-style_5 p, .single-attachment .stmt-single-style_6 p{
  font-size: 16px;
  line-height: 24px;
}
body .site-content .stm-posts-list-with-big-preview-block h3.block-title.global{
  font-family: 'Lato';
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 1px;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-list .block-title.global:before, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list .block-title.global:before{
  width: 20%;
  height: 5px;
}
body .site-content .stm-grid-view-block .container .block-title.global:before{
  background: #4DAF7C;
  height: 5px;
  width: 8%;
}

.has-dark-gray-color { color: #212629; }
.has-dark-gray-background-color { background-color: #212629; }

.has-light-gray-color { color: #979797; }
.has-light-gray-background-color { background-color: #979797; }

.has-green-color { color: #4DAF7C; }
.has-green-background-color { background-color: #4DAF7C; }

.has-yellow-grey-color { color: #EBCF85; }
.has-yellow-background-color { background-color: #EBCF85; }

/* Hide the meta icons  and format the cateogry box*/
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li .meta-bottom ul li a, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li .meta-bottom ul li a{
  border-radius: 0;
  color: #000000;
  font-weight: 700;
  font-size: 12px;
}
body .site-content .meta-bottom ul.meta li:nth-child(2),
body .site-content .meta-bottom ul.meta li:nth-child(3){
  display: none;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li:nth-child(2),
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li:nth-child(3),
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li:nth-child(4),
body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li:nth-child(2),
body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li:nth-child(3),
body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li:nth-child(4){
  display: none;
}
/* Hide view count on sidebar */
body .site-content .sidebar-wrapper aside .meta-bottom .views-wrap{
  display: none !important;
}

}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap{
  background: #ffffff;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li a, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .meta li a{
  background: #000000;
  font-weight: 700;
  font-size: 12px;
}
body .site-content .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1 .meta li a{
  font-weight: 700;
  font-size: 12px;
}

body .site-content .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap {
  overflow: visible;
}
body .site-content .stm_gutenberg_single_post_wrap .img-wrap img {
  padding: 5px;
  background-color: #FFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  transition: box-shadow 0.2s ease, transform 0.3s ease;
}
body .site-content .stm_gutenberg_single_post_wrap .img-wrap:hover img {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-5px) !important;
}

body .site-content .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap .meta li:nth-child(2),
body .site-content .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap .meta li:nth-child(3),
body .site-content .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap .meta li:nth-child(4){
  display: none;
}
body .site-content .stm-grid-view-block.style_1 .container > div > div .grid_view_item .meta-bottom .meta li:not(.category),
body .site-content .stm-grid-view-block.style_3 .container .row .col-md-4 .grid_view_item .meta-bottom .meta li:not(.category),
body .site-content .stm-grid-view-block.style_3 .container .row .col-md-6 .grid_view_item .meta-bottom .meta li:not(.category){
  display: none;
}
/* Post list with big preview block on home page */
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .heading-font, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-meta-wrap .heading-font{
  font-weight: 500;
}
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li .entry-title, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-list ul > li .entry-title{
  font-size: 18px;
  font-weight: 500;
}
/* Single Post Block on home page */
body .site-content .stm_gutenberg_single_post_wrap .container{
  padding-top: 90px;
  padding-bottom: 100px;
}
body .site-content .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1 h3{
  font-family: 'Merriweather';
  font-weight: normal;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 10px;
}
body .site-content .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_1 .excerpt p{
  font-size: 21px;
  font-weight: 500;
}
/* Grid View Block on home page */
body .site-content .stm-grid-view-block .container .block-title{
  font-family: 'lato';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

body .site-content .stm-grid-view-block.style_1 .container > div > div .grid_view_item .meta-bottom .meta li.category a{
  color: #000000;
  font-weight: 700;
  font-size: 12px;
}
body .site-content .stm-grid-view-block.style_3 .container .row > div .grid_view_item .meta-middle .excerpt-wrap{
  font-weight: 500;
}

/* Disable scale on hover */
.archive #wrapper .site-content .row .col-md-4 .grid_view_item:hover .img-wrap a img, .archive #wrapper .site-content .row .col-md-6 .grid_view_item:hover .img-wrap a img, .search.search-results #wrapper .site-content .row .col-md-4 .grid_view_item:hover .img-wrap a img, .search.search-results #wrapper .site-content .row .col-md-6 .grid_view_item:hover .img-wrap a img, .search.search-no-results #wrapper .site-content .row .col-md-4 .grid_view_item:hover .img-wrap a img, .search.search-no-results #wrapper .site-content .row .col-md-6 .grid_view_item:hover .img-wrap a img, .blog #wrapper .site-content .row .col-md-4 .grid_view_item:hover .img-wrap a img, .blog #wrapper .site-content .row .col-md-6 .grid_view_item:hover .img-wrap a img,
body .site-content .grid_view_item:hover .img-wrap img,
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview:hover .stm-plwbp-preview-image-wrap img, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview:hover .stm-plwbp-preview-image-wrap img,
body .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news:hover .image img,
.archive #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item:hover .img-wrap a img, .archive #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item:hover .img-wrap a img, .search.search-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item:hover .img-wrap a img, .search.search-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item:hover .img-wrap a img, .search.search-no-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item:hover .img-wrap a img, .search.search-no-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item:hover .img-wrap a img, .blog #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item:hover .img-wrap a img, .blog #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item:hover .img-wrap a img{
  transform: scale(1);
}
/* Disable max-height of image containers now that we are not cropping images */
body .site-content .stm-posts-list-with-big-preview-block.style_1 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap, body .site-content .stm-posts-list-with-big-preview-block.style_2 .stm_gutenberg_flex_n-w .stm-plwbp-preview .stm-plwbp-preview-image-wrap{
  max-height: none;
}

/*Correct column width on Category page*/
@media (max-width: 820px){
  .archive.cat_head_img #wrapper .site-content > .row .col-sm-6, .archive.tag_head_img #wrapper .site-content > .row .col-sm-6, .archive.search_head_img #wrapper .site-content > .row .col-sm-6, .search.cat_head_img #wrapper .site-content > .row .col-sm-6, .search.tag_head_img #wrapper .site-content > .row .col-sm-6, .search.search_head_img #wrapper .site-content > .row .col-sm-6 {
      width: 100%;
      max-width: none;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
body #wrapper .site-content h2.home-featured-news-for-mobile{
	font-family: 'Lato' !important;
    font-size: 16px;
    line-height: 19px !important;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 16px;
}
body #wrapper .site-content h2.home-featured-news-for-mobile:before{
	width: 20%;
	height: 5px;
	background-color: #4CB07C !important;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
body #wrapper .site-content h2.home-featured-news-for-mobile:after{
	width: 80%;
	height: 1px;
	background-color: #d1d1d1;
	content: '';
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0;
}
body .site-content .stm-plwbp-list h3.block-title.global{
	display: none;
}
@media screen and (min-width: 1024px){
	.hide-for-medium{
		display: none;
	}
	body .site-content .stm-plwbp-list h3.block-title.global{
		display: block;
	}

}


/* Top bar CTA */

header .ui.button.cta {
  position: absolute !important;
  top: 4px;
  right: 20px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 0 1px transparent,0 1px 4px 0 rgba(0,0,0,.15);
  color: #4daf7c;
  font-size: 12px;
  padding-bottom: .71428571em;
  padding-top: .71428571em;
  transition: all .2s ease;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

header .ui.button.cta:hover {
  background-color: #fafafa;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 1px 4px 0 rgb(0 0 0 / 25%);
  color: #4daf7c !important;
  text-decoration: none !important;
}

/* Subscribe Ribbon */

.newsletter.ribbon {
  background: url('images/landscape-bg.png') no-repeat bottom;
  position: relative;
  padding: 90px 0;
  text-align: center;
  margin: 2rem 0 -45px;
}

.newsletter.ribbon h2 {
  color: #aaa;
  font-size: 24px;
  line-height: 32px;
  max-width: 700px;
  margin: 0 auto 32px;
}

.newsletter.ribbon h2 b {
  color: #333;
}

.newsletter.ribbon a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Brave form */

.brave_element__code {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brave_element__code .hs-input {
	width: 100%;
	height: 36px;
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin-bottom: 8px;
    outline: 0;
    tap-highlight-color: rgba(255,255,255,0);
    line-height: 1.21428571em;
    padding: 0 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease,border-color .1s ease;
    transition: color .1s ease,border-color .1s ease;
	position: relative;
}

.brave_element__code input[type="submit"] {
	background-color: #4daf7c;
    color: white;
    padding: 6px 18px;
    margin-top: 16px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
	letter-spacing: 0.05rem;
}


.brave_element__code label {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: hsl(0, 0%, 30%);
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 4px;
}

