/* Utilities, fonts, colors, animate css, mixins, variables */
img {
  height: auto;
  max-width: 100%;
}

img.alignright, div.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

img.alignleft, div.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

img.aligncenter {
  margin: 0 auto;
}

div.wp-caption {
  max-width: 100% !important;
}

@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/titilliumweb-bold-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/titilliumweb-light-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/titilliumweb-regular-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*@font-face {
    font-family: 'chunkfiveroman';
    src: url('../fonts/chunkfive/chunkfive-webfont.eot');
    src: url('../fonts/chunkfive/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chunkfive/chunkfive-webfont.woff2') format('woff2'),
         url('../fonts/chunkfive/chunkfive-webfont.woff') format('woff'),
         url('../fonts/chunkfive/chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/chunkfive/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

/* Navigation */
nav.navbar-primary {
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
}
nav.navbar-primary .proper-ad-unit-wrapper {
  background: #fff;
  width: 100%;
  text-align: center;
}
nav.navbar-primary .proper-ad-unit-wrapper .proper-ad-unit {
  padding: 0 !important;
}
nav.navbar-primary .navbar-brand {
  width: 100%;
  max-width: 100px;
  padding: 0;
  margin-left: 15px;
}
nav.navbar-primary .navbar-brand img {
  height: 50px;
}
nav.navbar-primary a.search {
  margin-left: auto;
  margin-right: 10px;
  color: #fff;
}
nav.navbar-primary .navbar-toggler {
  padding: 0;
  margin: 0 10px 0 0;
  border: none;
  z-index: 1010;
}
nav.navbar-primary .navbar-toggler #nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: right;
}
nav.navbar-primary .navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav.navbar-primary .navbar-toggler #nav-icon span:nth-child(1) {
  top: 2px;
}
nav.navbar-primary .navbar-toggler #nav-icon span:nth-child(2), nav.navbar-primary .navbar-toggler #nav-icon span:nth-child(3) {
  top: 12px;
}
nav.navbar-primary .navbar-toggler #nav-icon span:nth-child(4) {
  top: 22px;
}
nav.navbar-primary .navbar-toggler #nav-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
nav.navbar-primary .navbar-toggler #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.navbar-primary .navbar-toggler #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.navbar-primary .navbar-toggler #nav-icon.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}
nav.navbar-primary .navbar-collapse {
  display: none;
}
nav.navbar-primary .navbar-social {
  display: none;
}
nav.navbar-primary .navbar-side {
  height: 100%;
  width: 40%;
  min-width: 275px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 50px 25px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  z-index: 1000;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  display: block;
}
nav.navbar-primary .navbar-side span.show-sub-nav {
  cursor: pointer;
  color: #adb5bd;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 8px;
  z-index: 110;
}
nav.navbar-primary .navbar-side li {
  position: relative;
}
nav.navbar-primary .navbar-side li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  display: block;
  border-bottom: 2px solid #212529;
}
nav.navbar-primary .navbar-side li a:hover, nav.navbar-primary .navbar-side li a:focus, nav.navbar-primary .navbar-side li a:active {
  background: #ff0000;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}
nav.navbar-primary .navbar-side li.menu-item-has-children ul.sub-menu {
  margin: 0;
  padding: 0;
  display: none;
  background: #0D202D;
}
nav.navbar-primary .navbar-side li.menu-item-has-children ul.sub-menu li {
  list-style: none;
}
nav.navbar-primary .navbar-side li.menu-item-has-children ul.sub-menu li a {
  display: block;
  color: #adb5bd;
  padding: 10px 15px 5px 15px;
}
nav.navbar-primary .navbar-side li.navbar-social-item {
  display: inline;
  float: left;
  margin-top: 20px;
}
nav.navbar-primary .navbar-side li.navbar-social-item > a {
  float: left;
  border: none;
}
nav.navbar-primary .reveal {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
nav.navbar-primary .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #000;
  opacity: 0.6;
  z-index: 990;
}

.navbar-category, .navbar-author {
  background: #495057;
  margin: -10px 0 10px 0;
  color: #fff;
}
.navbar-category .inner, .navbar-author .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navbar-category .inner h1, .navbar-author .inner h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 15px 30px 15px 0;
  padding: 0;
  line-height: 1;
}
.navbar-category .inner h1 a, .navbar-author .inner h1 a {
  color: #fff;
}
.navbar-category .inner h1 a:hover, .navbar-category .inner h1 a:focus, .navbar-category .inner h1 a:active, .navbar-author .inner h1 a:hover, .navbar-author .inner h1 a:focus, .navbar-author .inner h1 a:active {
  text-decoration: none;
}
.navbar-category .inner.nav-subcategories-wrapper, .navbar-author .inner.nav-subcategories-wrapper {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* Remove the default scrollbar for WebKit implementations */
}
.navbar-category .inner.nav-subcategories-wrapper::-webkit-scrollbar, .navbar-author .inner.nav-subcategories-wrapper::-webkit-scrollbar {
  display: none;
}
.navbar-category .inner.nav-subcategories-wrapper ul.nav-subcategories, .navbar-author .inner.nav-subcategories-wrapper ul.nav-subcategories {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: flex;
}
.navbar-category .inner.nav-subcategories-wrapper ul.nav-subcategories li a, .navbar-author .inner.nav-subcategories-wrapper ul.nav-subcategories li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 10px 10px 10px 0;
  padding: 0;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.navbar-category .inner.nav-subcategories-wrapper ul.nav-subcategories li a:hover, .navbar-category .inner.nav-subcategories-wrapper ul.nav-subcategories li a:active, .navbar-category .inner.nav-subcategories-wrapper ul.nav-subcategories li a:focus, .navbar-author .inner.nav-subcategories-wrapper ul.nav-subcategories li a:hover, .navbar-author .inner.nav-subcategories-wrapper ul.nav-subcategories li a:active, .navbar-author .inner.nav-subcategories-wrapper ul.nav-subcategories li a:focus {
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.navbar-category .inner.nav-subcategories-wrapper ul.nav-subcategories li.current-cat a, .navbar-category .inner.nav-subcategories-wrapper ul.nav-subcategories li.current_page_item a, .navbar-author .inner.nav-subcategories-wrapper ul.nav-subcategories li.current-cat a, .navbar-author .inner.nav-subcategories-wrapper ul.nav-subcategories li.current_page_item a {
  margin-bottom: 4px;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 4px;
}

.navbar-author {
  padding: 2px 0;
}
.navbar-author .inner img {
  margin: 5px 10px 5px 0;
  flex-basis: 60px;
}
.navbar-author .inner div {
  flex-basis: 70%;
}
.navbar-author .inner div h1 {
  margin: 0;
}
.navbar-author .inner div h1 a {
  margin-left: 15px;
  padding-left: 15px;
  font-weight: 300;
  border-left: 1px solid #adb5bd;
}
.navbar-author .inner div p {
  font-size: 14px;
}

/**
 *
 * Page, post, category specific CSS
 *
 */
@media (min-width: 768px) {
  nav.navbar-primary a:hover, nav.navbar-primary a:focus, nav.navbar-primary a:active {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  nav.navbar-primary .navbar-brand {
    margin-left: -10px;
    max-width: 130px;
  }
  nav.navbar-primary .navbar-brand img {
    height: 55px;
  }
  nav.navbar-primary .collapse .navbar-nav {
    display: flex;
    justify-content: space-around;
  }
  nav.navbar-primary .collapse .navbar-nav > li {
    padding: 13px 0;
  }
  nav.navbar-primary .collapse .navbar-nav li {
    position: relative;
  }
  nav.navbar-primary .collapse .navbar-nav li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 5px;
    font-size: 14px;
  }
  nav.navbar-primary .collapse .navbar-nav li a:hover, nav.navbar-primary .collapse .navbar-nav li a:active, nav.navbar-primary .collapse .navbar-nav li a:focus {
    text-decoration: none;
    color: #adb5bd;
  }
  nav.navbar-primary .collapse .navbar-nav li span {
    display: none;
  }
  nav.navbar-primary .collapse .navbar-nav li.current-menu-item > a {
    color: #ff0000;
  }
  nav.navbar-primary .collapse .navbar-nav li ul.sub-menu {
    display: none;
    border: none;
    list-style: none;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    position: absolute;
    top: 50px;
    left: -15px;
    width: 240px;
    margin: 0;
    padding: 0;
    z-index: 999;
  }
  nav.navbar-primary .collapse .navbar-nav li ul.sub-menu li a {
    background: rgb(24.4310344828, 60.1379310345, 84.5689655172);
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 25px;
    border-bottom: 1px solid rgb(1.5689655172, 3.8620689655, 5.4310344828);
    font-weight: 400;
    font-size: 80%;
  }
  nav.navbar-primary .collapse .navbar-nav li ul.sub-menu li a:hover, nav.navbar-primary .collapse .navbar-nav li ul.sub-menu li a:focus, nav.navbar-primary .collapse .navbar-nav li ul.sub-menu li a:active {
    background: rgb(1.5689655172, 3.8620689655, 5.4310344828);
    border-color: black;
    text-decoration: none;
    color: #fff;
  }
  nav.navbar-primary .collapse .navbar-nav li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
  nav.navbar-primary .navbar-social ul {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    display: flex;
  }
  nav.navbar-primary .navbar-social ul li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  nav.navbar-primary .collapse .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar-primary .collapse .navbar-nav li a {
    font-size: 16px;
  }
  nav.navbar-primary .collapse .navbar-nav li.menu-item-has-children ul.sub-menu li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-author {
    display: none;
  }
}
@media (min-width: 1200px) {
  nav.navbar-primary a.search {
    display: none;
  }
  nav.navbar-primary .navbar-social {
    display: block;
  }
  nav.navbar-primary .navbar-side {
    display: none !important;
  }
}
/* Main CSS */
body {
  padding-top: 90px;
}

button:focus, textarea:focus, input:focus {
  outline: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.post a:hover, .post a:focus, .post a:active {
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.post.featured {
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  background: no-repeat center center;
  background-size: cover;
}
.post.featured .post-content {
  position: relative;
  width: 100%;
  z-index: 110;
  padding: 50% 20px 20px 20px;
}
.post.featured .post-content a {
  color: #fff;
}
.post.featured .post-content a h2 {
  font-size: 2em;
  text-shadow: 1px 1px 0 #000;
}
.post.featured .post-content p {
  font-size: 10px;
}
.post.featured .post-content .post-meta {
  margin-bottom: 10px;
}
.post.featured .post-content .post-meta .label {
  font-size: 12px;
}
.post.featured a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.9)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.1)', endColorstr='rgba(0, 0, 0, 0.9)');
}
.post.featured.featured-lg .post-content p {
  font-size: 14px;
}
.post.featured.featured-md .post-content a h2 {
  font-size: 14px;
}
.post.featured.featured-sm .post-content a h2 {
  font-size: 14px;
}
.post.media {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}
.post.media a.thumb img {
  margin: 0;
  width: 100%;
}
.post.media .media-body h3 {
  margin: 15px 0 5px 0;
  font-size: 24px;
}
.post.media .media-body .post-meta {
  margin-bottom: 15px;
}
.post-meta {
  color: #adb5bd;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.post-meta .label {
  padding: 5px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.post-meta a.label-category, .post-meta a.label-author {
  color: #fff;
  background: #ff0000;
  text-decoration: none;
}
.post-meta img.rounded-circle {
  border: 1px solid #adb5bd;
  margin-right: 10px;
}

.searchwp-live-search-results-showing {
  left: 5% !important;
  right: 5% !important;
  width: 90% !important;
  max-height: 80% !important;
}
.searchwp-live-search-results-showing .searchwp-live-search-result {
  display: block;
}
.searchwp-live-search-results-showing .searchwp-live-search-result a {
  white-space: inherit;
}
.searchwp-live-search-results-showing .searchwp-live-search-result .post-content {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px solid #e9ecef;
}
.searchwp-live-search-results-showing .searchwp-live-search-result .post-content .thumbnail {
  margin-right: 10px;
  flex-basis: 25%;
}
.searchwp-live-search-results-showing .searchwp-live-search-result .post-content .post-body {
  flex-basis: 75%;
}
.searchwp-live-search-results-showing .searchwp-live-search-result .post-content .post-body h4 {
  font-size: 16px;
  margin: 0 0 5px 0 !important;
}

.single-post .alm-btn-wrap {
  opacity: 0;
  position: relative;
  text-align: inherit !important;
}
.single-post .alm-btn-wrap .alm-load-more-btn.more {
  opacity: 0 !important;
  position: absolute !important;
  top: -750px;
}

header#main {
  margin-bottom: 20px;
}
header#main .col-6, header#main .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}

#content .entry-content, .post-content .entry-content {
  padding: 10px 0 0 0;
}
#content .entry-content .post-meta, .post-content .entry-content .post-meta {
  margin: 0 0 10px 0;
  display: block;
}
#content .entry-content p, #content .entry-content ul, #content .entry-content ol, .post-content .entry-content p, .post-content .entry-content ul, .post-content .entry-content ol {
  line-height: 1.6;
  font-size: 16px;
  font-family: "Georgia", serif;
  margin: 0 0 15px 0;
}
#content .entry-content h1 a, #content .entry-content h2 a, #content .entry-content h3 a, #content .entry-content h4 a, #content .entry-content h5 a, #content .entry-content h6 a, #content .entry-content p a, #content .entry-content ul a, #content .entry-content ol a, .post-content .entry-content h1 a, .post-content .entry-content h2 a, .post-content .entry-content h3 a, .post-content .entry-content h4 a, .post-content .entry-content h5 a, .post-content .entry-content h6 a, .post-content .entry-content p a, .post-content .entry-content ul a, .post-content .entry-content ol a {
  color: #ff0000;
  text-decoration: underline;
}
#content .entry-content ul li, #content .entry-content ol li, .post-content .entry-content ul li, .post-content .entry-content ol li {
  margin-bottom: 5px;
}
#content .entry-content a, .post-content .entry-content a {
  word-wrap: break-word;
}
#content .entry-content .related-post-wrapper, .post-content .entry-content .related-post-wrapper {
  margin: 0;
}
#content .entry-content a.related-post, .post-content .entry-content a.related-post {
  background: #e9ecef;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#content .entry-content a.related-post img, .post-content .entry-content a.related-post img {
  margin-right: 10px;
  max-width: 40px;
}
#content .entry-content a.related-post span, .post-content .entry-content a.related-post span {
  font-size: 14px;
}
#content .entry-content a.related-post span strong, .post-content .entry-content a.related-post span strong {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}
#content .entry-content a.related-post:hover, #content .entry-content a.related-post:active, #content .entry-content a.related-post:focus, .post-content .entry-content a.related-post:hover, .post-content .entry-content a.related-post:active, .post-content .entry-content a.related-post:focus {
  background: #dee2e6;
}
#content .entry-content .proper-ad-unit-bottom .proper-ad-unit, .post-content .entry-content .proper-ad-unit-bottom .proper-ad-unit {
  padding-bottom: 15px;
}
#content .entry-content .proper-ad-unit-wrapper-1, .post-content .entry-content .proper-ad-unit-wrapper-1 {
  margin-bottom: 10px;
  margin-top: -10px;
}
#content .entry-content #proper-ad-vgr_content_2, .post-content .entry-content #proper-ad-vgr_content_2 {
  margin-bottom: 20px;
}
#content .entry-content #proper-ad-vgr_footboard, .post-content .entry-content #proper-ad-vgr_footboard {
  margin-bottom: 10px;
}
#content h1.entry-title, .post-content h1.entry-title {
  margin: 10px 0 25px 0;
  font-size: 1.5em;
}
#content .featured-image-xs, .post-content .featured-image-xs {
  margin: 0 -15px 0;
}
#content .featured-image-xs img, .post-content .featured-image-xs img {
  width: 100%;
  display: block;
}
#content .ssba > div, .post-content .ssba > div {
  background: #0D202D;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center !important;
}
#content footer.article-separator .post-meta, .post-content footer.article-separator .post-meta {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #e9ecef;
  border-bottom: 4px solid #e9ecef;
  font-size: 14px;
}
#content footer.article-separator .post-meta span, .post-content footer.article-separator .post-meta span {
  padding: 0 10px 0 10px;
  border-right: 1px solid #e9ecef;
}
#content footer.article-separator .post-meta span a, .post-content footer.article-separator .post-meta span a {
  color: #adb5bd;
}
#content footer.article-separator .post-meta span:first-of-type, .post-content footer.article-separator .post-meta span:first-of-type {
  padding-left: 0;
}
#content footer.article-separator .post-meta span:last-of-type, .post-content footer.article-separator .post-meta span:last-of-type {
  padding-right: 0;
  border-right: none;
}
#content footer.article-separator .post-meta .ssba, .post-content footer.article-separator .post-meta .ssba {
  display: none;
}
#content footer.article-separator .post-meta .ssba > div, .post-content footer.article-separator .post-meta .ssba > div {
  margin: 0;
  padding: 0;
  background: none;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.sidebar-wrapper .sidebar .widget.widget-next-article .widget-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-wrapper .sidebar .widget.widget-next-article .widget-body a.next-article-thumbnail {
  background: no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  flex-basis: 20%;
  margin-right: 5px;
}
.sidebar-wrapper .sidebar .widget.widget-next-article .widget-body h4 {
  flex-basis: 80%;
  margin: 0;
  font-size: 14px;
}
.authors {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  padding-top: 20px;
}
.authors .card {
  margin: 5px 0;
  flex-basis: 49%;
}
.authors .card .card-body img {
  border: 5px solid rgb(24.4310344828, 60.1379310345, 84.5689655172);
  box-shadow: 0 0 10px rgb(0, 0, 0);
  border-radius: 50%;
}
.authors .card:hover {
  background: rgb(1.5689655172, 3.8620689655, 5.4310344828) !important;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer.footer {
  background: #0D202D;
  color: #fff;
  margin: 50px 0 0 0;
  padding: 50px 0 50px 0;
  text-align: center;
}
footer.footer a:hover {
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #adb5bd;
}
footer.footer h3 {
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
footer.footer h3 img {
  max-width: 100px;
}
footer.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footer ul li a {
  color: #fff;
}
footer.footer ul.navbar-social {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 15px;
  width: 200px;
}
footer.footer ul.navbar-social li a {
  padding: 0 15px 0 0;
}
footer.footer ul.navbar-footer {
  margin: 0 0 15px 0;
}
footer.footer ul.navbar-footer li a {
  padding: 0;
}
footer.footer hr {
  border-color: rgb(24.4310344828, 60.1379310345, 84.5689655172);
}

#SearchModal {
  background: rgba(0, 0, 0, 0.5);
}
#SearchModal .modal-dialog .modal-content {
  border: none;
  background: none;
  box-shadow: none;
}
#SearchModal .modal-dialog .modal-content .modal-body {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#SearchModal .modal-dialog .modal-content .modal-body form.searchwp-live-search-widget-search-form {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#SearchModal .modal-dialog .modal-content .modal-body form.searchwp-live-search-widget-search-form label {
  flex-basis: 70%;
  margin: 0;
}
#SearchModal .modal-dialog .modal-content .modal-body form.searchwp-live-search-widget-search-form label span.screen-reader-text {
  position: absolute;
  left: -99999px;
  top: 0;
}
#SearchModal .modal-dialog .modal-content .modal-body form.searchwp-live-search-widget-search-form label .search-field {
  width: 100%;
  border: none;
  padding: 15px;
  border-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#SearchModal .modal-dialog .modal-content .modal-body form.searchwp-live-search-widget-search-form .search-submit {
  background: #ff0000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  flex-basis: 30%;
  padding: 15px;
  border: none;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#SearchModal .modal-dialog .modal-content .modal-body button.close {
  position: absolute;
  top: 0;
  right: -15px;
  color: #fff;
  font-size: 2em;
  opacity: 1;
}

#infinite-footer {
  display: none;
}

/**
 *
 * Specific CSS
 *
 */
/*--------------------*/
.xs-tleft {
  text-align: left;
}

.xs-tright {
  text-align: right;
}

.xs-tcenter {
  text-align: center;
}

.xs-fleft {
  float: left;
}

.xs-fright {
  float: right;
}

.xs-clear {
  clear: both;
}

.xs-hidden {
  display: none !important;
}

.xs-visible {
  display: block !important;
}

@media (min-height: 850px) {
  .sidebar-wrapper .sidebar .widget.widget-next-article .widget-body {
    display: block;
  }
  .sidebar-wrapper .sidebar .widget.widget-next-article .widget-body a.next-article-thumbnail {
    width: 100%;
    margin: 0;
    height: 100px;
  }
  .sidebar-wrapper .sidebar .widget.widget-next-article .widget-body h4 {
    font-size: 1.5rem;
    margin: 2rem 0;
  }
}
@media (min-height: 950px) {
  .sidebar-wrapper .sidebar .widget.widget-next-article .widget-body a.next-article-thumbnail {
    height: 150px;
  }
}
@media (min-height: 950px) {
  .sidebar-wrapper .sidebar .widget.widget-next-article .widget-body a.next-article-thumbnail {
    height: 200px;
  }
}
@media (min-width: 576px) {
  .sm-tleft {
    text-align: left;
  }
  .sm-tright {
    text-align: right;
  }
  .sm-tcenter {
    text-align: center;
  }
  .sm-fleft {
    float: left;
  }
  .sm-fright {
    float: right;
  }
  .sm-clear {
    clear: both;
  }
  .sm-hidden {
    display: none !important;
  }
  .sm-visible {
    display: block !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    padding-top: 155px;
  }
  .post.featured {
    position: relative;
    height: 200px;
  }
  .post.featured .post-content {
    padding: 20px;
    position: absolute;
    bottom: 0;
  }
  .post.featured .post-content a h2 {
    font-size: 2em;
  }
  .post.featured .post-content p {
    font-size: 14px;
  }
  .post.featured.featured-lg {
    height: 300px;
  }
  .post.featured.featured-lg .post-content {
    width: 80%;
  }
  .post.featured.featured-md .post-content {
    width: 80%;
  }
  .post.featured.featured-md .post-content a h2 {
    font-size: 16px;
  }
  .post.featured.featured-sm .post-content a h2 {
    font-size: 16px;
  }
  .post.media {
    flex-wrap: nowrap;
  }
  .post.media a.thumb {
    margin: 0 15px 0 0;
    width: 26%;
  }
  .post.media .media-body h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
  }
  .post.media .media-body .post-meta {
    margin-bottom: 10px;
  }
  .post-meta .ssba {
    display: block;
  }
  .searchwp-live-search-results-showing {
    left: 50% !important;
    right: 50% !important;
    width: 400px !important;
    margin-left: -200px;
    max-height: 600px !important;
  }
  #content h1.category-title, .post-content h1.category-title {
    margin: 40px 0;
  }
  #content h1.entry-title, .post-content h1.entry-title {
    font-size: 2em;
  }
  #content h3, .post-content h3 {
    font-size: 1.25em;
  }
  #content footer.article-separator .post-meta, .post-content footer.article-separator .post-meta {
    font-size: 16px;
  }
  #content footer.article-separator .post-meta .ssba, .post-content footer.article-separator .post-meta .ssba {
    display: block;
  }
  .authors .card {
    flex-basis: 23%;
  }
  footer.footer {
    text-align: left;
  }
  footer.footer h3 {
    margin: 0 0 15px 0;
  }
  footer.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer.footer ul.navbar-social {
    justify-content: flex-start;
    margin: 0 0 15px 0;
    width: inherit;
  }
  footer.footer ul.navbar-footer {
    display: flex;
    justify-content: flex-end;
  }
  footer.footer ul.navbar-footer li a {
    font-size: 12px;
    padding: 0 0 0 15px;
  }
  footer.footer hr {
    border-color: rgb(24.4310344828, 60.1379310345, 84.5689655172);
  }
  footer.footer p {
    font-size: 12px;
  }
  .md-tleft {
    text-align: left;
  }
  .md-tright {
    text-align: right;
  }
  .md-tcenter {
    text-align: center;
  }
  .md-fleft {
    float: left;
  }
  .md-fright {
    float: right;
  }
  .md-clear {
    clear: both;
  }
  .md-hidden {
    display: none !important;
  }
  .md-visible {
    display: block !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .post.featured {
    height: 300px;
  }
  .post.featured .post-content {
    padding: 30px;
  }
  .post.featured.featured-lg {
    height: 500px;
  }
  .post.featured.featured-lg .post-content {
    width: 75%;
    padding: 30px 30px 60px 60px;
  }
  .post.featured.featured-lg .post-content a h2 {
    font-size: 3em;
  }
  .post.featured.featured-lg .post-content p {
    font-size: 18px;
  }
  .post.featured.featured-md .post-content a h2 {
    font-size: 24px;
  }
  .post.featured.featured-sm .post-content a h2 {
    font-size: 24px;
  }
  .post.media .media-body p {
    font-size: 14px;
  }
  #content h1.category-title, .post-content h1.category-title {
    margin: 60px 0;
  }
  #content h1.entry-title, .post-content h1.entry-title {
    font-size: 2.5em;
  }
  #content .entry-content .post-meta.lg-visible, .post-content .entry-content .post-meta.lg-visible {
    display: flex !important;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
  }
  #content .entry-content .post-meta.lg-visible .ssba, .post-content .entry-content .post-meta.lg-visible .ssba {
    flex-basis: 40%;
    margin-right: 0;
    margin-left: auto;
  }
  #content .entry-content .post-meta.lg-visible .ssba > div, .post-content .entry-content .post-meta.lg-visible .ssba > div {
    text-align: right !important;
    margin: 0;
    padding: 0;
  }
  #content .entry-content p, .post-content .entry-content p {
    margin-bottom: 20px;
  }
  #content .entry-content .ssba > div, .post-content .entry-content .ssba > div {
    background: #fff;
  }
  .sidebar-wrapper .sidebar .widget {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
  }
  .sidebar-wrapper .sidebar .widget .widget-header h3 {
    text-transform: uppercase;
    font-weight: 300;
    text-transform: uppercase;
    color: #adb5bd;
    padding-bottom: 10px;
    border-bottom: 2px solid #adb5bd;
    margin: 10px 0;
  }
  .sidebar-wrapper .sidebar .widget.widget-author .widget-header {
    display: flex;
    align-items: center;
  }
  .sidebar-wrapper .sidebar .widget.widget-author .widget-header img {
    flex-basis: 60px;
    margin-right: 10px;
  }
  .sidebar-wrapper .sidebar .widget.widget-author .widget-header h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 15px 0 15px 0;
    padding: 0;
    line-height: 1;
  }
  .sidebar-wrapper .sidebar .widget.widget-author h4 {
    font-weight: 300;
    text-transform: uppercase;
  }
  .sidebar-wrapper .sidebar.sidebar-fixed {
    position: fixed;
    top: 180px;
    z-index: 999;
    width: 320px;
    padding-top: 0 !important;
  }
  .sidebar-wrapper .sidebar.sidebar-fixed-bottom {
    top: inherit;
    bottom: 0;
    position: absolute;
  }
  .sidebar-wrapper .sidebar .widget-container h3.widget-title {
    text-transform: uppercase;
    font-weight: 300;
    text-transform: uppercase;
    color: #adb5bd;
    padding-bottom: 10px;
    border-bottom: 2px solid #adb5bd;
    margin: 10px 0;
  }
  .sidebar-wrapper .sidebar .widget-container.popular-posts {
    margin-bottom: 25px;
  }
  .sidebar-wrapper .sidebar .widget-container.popular-posts ul {
    margin: 0;
    padding: 0;
  }
  .sidebar-wrapper .sidebar .widget-container.popular-posts ul li {
    margin-bottom: 10px;
  }
  .authors .card {
    margin: 5px 0;
    flex-basis: 49%;
  }
  footer.footer ul.navbar-footer {
    margin: 0 0 25px 0;
  }
  footer.footer ul.navbar-footer li a {
    font-size: inherit;
  }
  footer.footer p {
    font-size: inherit;
  }
  .lg-tleft {
    text-align: left;
  }
  .lg-tright {
    text-align: right;
  }
  .lg-tcenter {
    text-align: center;
  }
  .lg-fleft {
    float: left;
  }
  .lg-fright {
    float: right;
  }
  .lg-clear {
    clear: both;
  }
  .lg-hidden {
    display: none !important;
  }
  .lg-visible {
    display: block !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sidebar-wrapper .sidebar.sidebar-fixed {
    width: 350px;
  }
  .authors {
    justify-content: flex-start;
  }
  .authors .card {
    flex-basis: 23%;
    margin-right: 2%;
  }
  .xl-tleft {
    text-align: left;
  }
  .xl-tright {
    text-align: right;
  }
  .xl-tcenter {
    text-align: center;
  }
  .xl-fleft {
    float: left;
  }
  .xl-fright {
    float: right;
  }
  .xl-clear {
    clear: both;
  }
  .xl-hidden {
    display: none !important;
  }
  .xl-visible {
    display: block !important;
  }
}
