﻿/*
Theme Name: Newsroom
Author: Brandon Morgan; revised by Mike Morkes 2022
Description: Custom Bootstrap 3 WordPress theme for Hobby Lobby Newsroom
Version: 2.0
*/

/* flex setting to ensure footer is always pinned to the bottom. */
html, body {
  height: 100%
}

body {
  display: flex;
  flex-flow: column;
}

.auto-height {
  flex: 1 1 auto;
}

footer {
  flex: 0 1 auto;
}

  /*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
  /* Small menu. */
  .menu-toggle, .main-navigation.toggled ul {
  display: block;
}

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

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  /* width: 50%; */
  width: auto;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  /* width: 50%; */
  width: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

  /* Make sure select elements fit in widgets. */
  .widget select {
    max-width: 100%;
  }

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

div.affiliates > h2 {
  margin-top: 0 !important;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }

.wp-caption-text {
  text-align: center;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Custom Theme Styles
--------------------------------------------------------------*/
/*========== COLORS ===========
   Brand Blue:          #0848AB
   Brand Orange:        #EB522F
   Ribbon:              #B53315
   Highlight:           #009BFF
 =============================*/

/*==== GENERAL ====*/
body {
  padding-top: 50px;
  background-color: #EDEDED;
  font: 400 16px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.logged-in .navbar-fixed-top {
  top: 32px;
}

/*==== GLOBAL ====*/
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #444;
  font-family: Georgia, serif;
  font-style: italic;
}

  h3 a {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
  }

  h1.entry-title, h2.entry-title, h3.entry-title {
    color: #0848AB;
    font-size: 24px !important;
    margin-top: 0 !important;
  }

.entry-content .nav-tabs {
  margin-top: 15px;
}

a {
  color: #0848AB;
}

img {
  max-width: 100%;
}

a:focus, a:hover {
  text-decoration: underline;
  color: #009BFF;
  outline: none;
}

div.post-image > a:focus > img {
  border: inset 5px rgba(0,0,0,.5);
}

a.navbar-brand:focus {
  box-shadow: inset 0 0 5px 5px #000;
}

.btn {
  margin: 3px;
}

.btn-default {
  background-color: #ddd;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  outline: 2px solid #ddd;
}

  .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
    background-color: #c9c9c9;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    outline: 2px solid #c9c9c9;
    transition: all 0.3s ease 0s;
  }

.btn-primary {
  background-color: #0848AB;
  border: 1px solid #FFF;
  border-radius: 0;
  outline: 2px solid #0848ab;
}

  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #073c8d;
    border: 1px solid #FFF;
    outline: 2px solid #073c8d;
    margin: 3px;
    transition: all 0.3s ease 0s;
  }

.btn-success {
  background-color: #28B62C;
  border: 1px solid #FFF;
  border-radius: 0;
  outline: 2px solid #28B62C;
}

  .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus {
    background-color: #229b26;
    border: 1px solid #FFF;
    outline: 2px solid #229b26;
    margin: 3px;
    transition: all 0.3s ease 0s;
  }

.btn-info {
  background-color: #009BFF;
  border: 1px solid #FFF;
  border-radius: 0;
  outline: 2px solid #009BFF;
}

  .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus {
    background-color: #007dd1;
    border: 1px solid #FFF;
    outline: 2px solid #007dd1;
    margin: 3px;
    transition: all 0.3s ease 0s;
  }

.btn-warning {
  background-color: #FF851B;
  border: 1px solid #FFF;
  border-radius: 0;
  outline: 2px solid #FF851B;
}

  .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus {
    background-color: #d66400;
    border: 1px solid #FFF;
    outline: 2px solid #d66400;
    margin: 3px;
    transition: all 0.3s ease 0s;
  }

.btn-danger {
  background-color: #F32C16;
  border: 1px solid #FFF;
  border-radius: 0;
  outline: 2px solid #F32C16;
}

  .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus {
    background-color: #c71d0a;
    border: 1px solid #FFF;
    outline: 2px solid #c71d0a;
    margin: 3px;
    transition: all 0.3s ease 0s;
  }

.btn-circle.btn-default.btn-primary {
  border: none;
  outline: none;
}

.btn-default.btn-circle {
  outline: none;
  opacity: 1;
}

.widget ul li:hover, footer ul li:hover {
  position: relative;
  left: 1px;
}

.bk-blue {
  background-color: #0848AB !important;
}

.text-blue {
  color: #0848AB;
}

.text-orange {
  color: #EB522F;
}

/*==== Back to Top ====*/
.hl-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(8, 72, 171, 0.8) url(../img/hl-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

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

.hl-top.hl-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.hl-top.hl-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .hl-top:hover, .hl-top:hover, .hl-top:focus {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .hl-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .hl-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*==== Social Media =====*/
.social-profile {
  margin: 2px;
  font-size: 24px;
  color: #DDD;
}

/*.circle {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  behavior: url(/wp-content/themes/hobbylobby/pie.htc);
  position: relative;
}*/

/*span.social_icon.fa.fa-pinterest.circle {
  font-size: 37px;
  color: #D64C26;
}

span.social_icon.fa.fa-facebook {
  background: #1464AE;
  color: #FFFFFF;
  padding-top: 2px;
}

span.social_icon.fa.fa-youtube {
  background: #EE3637;
  color: #FFFFFF;
  font-size: 20px;
}

span.social_icon.fa.fa-instagram {
  background: #F3B03C;
  color: #FFFFFF;
  font-size: 20px;
}

span.social_icon.fa.fa-google-plus {
  background: #C23030;
  color: #FFFFFF;
  font-size: 20px;
}

span.social_icon.fa.fa-twitter {
  background: #519AE1;
  color: #FFFFFF;
  font-size: 20px;
}

span.social_icon:hover {
  left: 1px;
}*/

/* Add to Any social sharing css override*/
/*span.a2a_svg.a2a_s__default {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 50% !important;
  background-size: 30px !important;
  background-position: center center;
}

.page-template-page-home .addtoany_share_save_container {
  display: none;
}*/

/*==== CAROUSEL ====*/
div.carousel-inner > div.active > a:focus > img {
  border: inset 5px rgba(0,0,0,.5);
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.carousel-indicators {
  top: 90%;
}

.carousel-caption {
  width: 100%;
  right: 50%;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 50px;
  bottom: 15%;
}

  .carousel-caption h2, .carousel-caption h3 {
    color: inherit;
    font-size: 24px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

@media screen and (max-width: 782px) {
  .carousel-caption h2, .carousel-caption h3 {
    font-size: 18px;
  }
}

  /*==== LAYOUT ====*/
  #primary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  h1.page-title, h2.page-title {
    margin-top: 0;
    font-size: 30px;
  }

  .entry-content ul li {
    margin: 0 0 -1px 0;
  }

  footer {
    background: #DCDCDC;
    color: #444;
    padding: 20px 0 10px;
    font-size: 14px;
  }

    footer p {
      margin: 0;
    }

    footer a {
      color: #0848AB;
    }

      footer a:focus {
        color: #002866;
        text-decoration: underline;
      }

      footer a:hover {
        color: #002866;
      }

    footer h3 {
      color: #444;
      margin-top: 0;
    }

    footer .social-media {
      text-align: center;
    }

  #copyright {
    padding: 10px 0;
  }


  /*==== NAV =====*/
  .navbar-default .navbar-nav > li > a {
    color: white;
    font: italic 400 16px/1 "Trebuchet MS",Helvetica,sans-serif;
    letter-spacing: .5px;
    line-height: 20px;
  }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .current-menu-item > a {
      background-color: white;
      color: #0848AB;
    }

  .navbar-default .navbar-toggle {
    background-color: transparent;
    border-radius: 0;
  }

    .navbar-default .navbar-toggle:hover {
      background-color: white !important;
    }

    .navbar-default .navbar-toggle:focus {
      background-color: white !important;
      color: #0848AB;
    }

    .navbar-default .navbar-toggle .icon-bar {
      background-color: white;
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
      background-color: #0848ab;
    }

  .navbar-brand {
    padding: 5px 15px;
  }

  .dropdown-menu > li > a {
    padding: 18px 20px;
    color: #fff;
  }

    .dropdown-menu > li > a:hover {
      color: #0848AB;
      background-color: #FFF;
    }

  .dropdown-menu,
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #0848AB;
    border: none;
  }

    .dropdown-menu .divider {
      background-color: rgba(0, 0, 0, 0.1);
    }

  .navbar-nav > li > .dropdown-menu {
    padding: 0;
  }

  /* ==== FORMS ==== */

  label {
    display: block;
    font-weight: bold;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 12px;
  }

  form.search-form .form-group {
    margin: 0;
  }

  form.search-form .input-group {
    width: 100%;
  }

    form.search-form .input-group input[type="search"],
    form.search-form .input-group input[type="text"] {
      width: 70%;
    }

    form.search-form .input-group input[type="submit"] {
      width: 30%;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      float: right;
    }

  form textarea {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  }

  /*==== ARTICLES ====*/
  .widget, article, #comments, section.page {
    position: relative;
    border: solid 1px #ddd;
    margin: 0 0 20px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }

  .post header, .news_article header {
    padding-bottom: 15px;
  }

    .post header h2, .post h2.header, .news_article header h2,
    .execs header h2, .multimedia h2.header, .post header h3, .post h3.header, .news_article header h3,
    .execs header h3, .multimedia h3.header {
      font-size: 24px;
      margin: 0 0 10px;
      padding-bottom: 10px;
      border-bottom: solid 1px #ddd;
    }

    .post header h3, .post header h5 {
      padding: 0 0 10px;
      margin-bottom: 0;
      font-size: 14px;
    }

  .post-details {
    font-size: 12px;
  }

    .post-details h2 {
      margin-top: 0;
      font-size: 14px !important;
    }

    .post-details h3 {
      margin-top: 0;
      font-size: 14px !important;
      border-bottom: none !important;
    }

  .post-navigation {
    height: 40px;
    margin-bottom: 10px;
  }

  body.single-news_article .post-image {
    margin-bottom: 20px;
  }

  /*==== MULTIMEDIA ====*/
  .row.multimedia {
    margin-bottom: 20px;
  }

  .responsive-video {
    max-width: 100%;
    height: auto;
  }

  /*==== Modal shift override ====*/
  .modal {
    overflow-y: auto;
  }

  .modal-open {
    overflow: auto;
  }

  body.modal-open {
    padding-right: 0 !important;
  }

  /* ==========================================================================
   STEP WIZARD
   ========================================================================== */
  .stepwizard-step p {
    margin-top: 10px;
  }

  .stepwizard-row {
    display: table-row;
  }

  .stepwizard {
    display: table;
    width: 100%;
    position: relative;
  }

  .stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
  }

  .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
  }

  .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }

  div.setup-panel div a {
    pointer-events: none;
  }

  .setup-content img.logo {
    border: solid 1px #cccccc;
    padding: 5%;
  }

  /*==== WIDGETS ====*/
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .widget ul li {
      margin: 0 0 10px;
    }

  #vert-nav.widget ul li, .widget_nav_menu.widget ul li, .widget_pages.widget ul li {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }

  .social-media.widget ul {
    text-align: center;
  }

  .social-media ul li {
    display: inline;
  }

  footer .widget {
    background: none;
    border: none;
  }

  /*==== COMMENTS ====*/
  #comments footer {
    background: none;
    color: inherit;
  }

    #comments footer a {
      color: inherit;
    }

  #comments .comment-metadata {
    margin: 10px 0 0;
  }

  .post-comments-badge {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 25px;
    right: 20px;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #0848AB;
    text-align: center;
    display: table;
  }

    .post-comments-badge a {
      display: table-cell;
      vertical-align: middle;
      color: white;
      font-size: 20px;
      line-height: 20px;
    }

    .post-comments-badge i.fa {
      display: block;
      font-size: 15px;
      padding: 0;
      margin-bottom: 4px;
    }

    .post-comments-badge:hover {
      background-color: #009BFF;
    }

  button#load-more.done {
    display: none;
  }

  .alm-btn-wrap {
    text-align: center;
    padding: 10px 10px 30px;
    overflow: hidden;
    display: block;
  }

  /*==== Media Queries ====*/
  @media (max-width: 1200px) {
    .attachment-article-thumb {
      width: 121px;
      height: 121px;
    }
  }

  @media (max-width: 991px) {
    .page-template-page-statements article.post .post-details {
      position: absolute;
      top: 69px;
    }

    .page-template-page-statements article.post header.entry-header span {
      position: absolute;
      left: 136px;
    }

    article.post .col-sm-9, .page-template-page-statements article.post .col-sm-3 {
      width: 100%;
    }

    .post-image {
      display: none;
    }

    .navbar-header {
      float: none;
    }

    .navbar-toggle {
      display: block;
    }

    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

      .navbar-collapse.collapse {
        display: none !important;
      }

    .navbar-nav {
      float: none !important;
      margin: 7.5px 0px;
    }

      .navbar-nav > li {
        float: left;
      }

        .navbar-nav > li > a {
          padding-top: 10px;
          padding-bottom: 10px;
        }

    .navbar-text {
      float: none;
      margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
      display: block !important;
    }

    .collapsing {
      overflow: hidden !important;
    }
  }

  @media screen and (max-width : 768px) {
    .post-image {
      display: none;
    }
  }

  /* Fix the top margin when logged in*/
  @media screen and (max-width: 782px) {
    .logged-in .navbar-fixed-top {
      top: 46px;
    }

    .navbar-nav {
      float: none !important;
      margin: 7.5px -15px;
    }

      .navbar-nav > li {
        float: none;
      }
  }

  @media screen and (min-width : 768px) {
    .carousel-caption {
      width: 100%;
    }
  }

  @media screen and (min-width : 320px) and (max-width: 480px) {
    .post-excerpt {
      padding-top: 15px;
    }

    .carousel-indicators {
      top: 80%;
    }

    .carousel-caption {
      left: 0;
    }

    .caption-background {
      top: 10%;
    }

    .carousel-caption h3 {
      font-size: 1em;
    }

    .g-recaptcha {
      transform: scale(0.7);
      transform-origin: 0;
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
  }

  @media screen and (max-width: 782px) {
    html {
      margin-top: 46px !important;
    }

    * html body {
      margin-top: 46px !important;
    }
  }

  #post-1945 {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
  }

  /* Social Media Icons */
  .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
  }

  @media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .fa-instagram {
      background: none;
      color: #f3b03c
    }
  }

  .fa-youtube {
    color: #ff0f17
  }

  .fa-facebook {
    color: #4267b2
  }

  .fa-linkedin {
    color: #0073b1;
  }

  .fa-pinterest {
    color: #e60c23
  }

  .fa-twitter {
    color: #1ca1f2;
  }

  /* carousel nav fix */
  .carousel-control .fa-chevron-right {
    right: 10px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
  }

  .carousel-control .fa-chevron-left {
    left: 10px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
  }

  @media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
      width: 60px;
      height: 60px;
      margin-top: -30px;
      font-size: 60px;
    }
  }

  .mb-4 {
    margin-bottom: 16px !important;
  }

  .mb-5 {
    margin-bottom: 24px !important;
  }

  .mt-4 {
    margin-top: 16px !important;
  }

  .mr-1 {
    margin-right: 6px;
  }

  .mr-2 {
    margin-right: 12px;
  }

  .widget-title {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
  }

  .d-none {
    display: none !important;
  }

  .d-block {
    display: block !important;
  }

  .post-image-thumbnail {
    overflow: hidden;
    width: auto;
    height: 155px;
  }

  .post-image-thumbnail-img {
    width: auto;
    max-width: none !important;
    max-height: 155px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .post-image-frame {
    overflow: hidden;
    max-height: 350px;
  }

  .post-image-frame-img {
    display: block;
    min-width: 100%;
    height: auto;
  }

  @media screen and (max-width: 1199px) {
    .post-image-thumbnail {
      height: 122px;
    }

    .post-image-thumbnail-img {
      max-height: 122px;
    }
  }


  .nav-tabs > li > a > h2 {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-top: 0;
    margin-bottom: 0;
  }

  .post-link {
    text-align: right;
  }

.pagination > li > a:focus, .pagination > li > span:focus, div.social a.social-profile:focus {
  box-shadow: inset 0 0 3px 3px #333;
}

a.social-badge:focus > span.badge {
  box-shadow: 0 0 3px 3px #0848ab;
}

a:focus > i.fa-brands::before {
  text-shadow: 0 0 3px #0848ab;
}

div.multimedia div a:focus img, div.textwidget a:focus img {
  border: inset 5px rgba(0,0,0,0.4);
}
