/*
Theme Name: Generations
Author: Fiat Insight
Author URI: https://fiatinsight.com/
Description: This theme has been built and customized for you.
Version: 2.0
*/
.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #000; }

.bg-gray-dark {
  background-color: #262121; }

.bg-gray-light {
  background-color: #e6e6e6; }

.bg-gray-lightest {
  background-color: rgba(230, 230, 230, 0.5); }

.bg-offwhite {
  background-color: #EEF0CE; }

.bg-red {
  background-color: #912525; }

.bg-blue {
  background-color: #76ACCE; }

.red {
  color: #912525; }

.black {
  color: #000; }

.white {
  color: #fff; }

.gray-dark {
  color: #262121; }

.blue {
  color: #76ACCE; }

a {
  color: #912525; }
  a:hover {
    color: #681b1b; }

.link-red {
  color: #912525; }
  .link-red:hover {
    color: #681b1b; }

a.link-black {
  color: #000; }
  a.link-black:hover {
    color: #000; }

a.link-white {
  color: #fff; }
  a.link-white:hover {
    color: #fff;
    text-decoration: underline; }

.link-white a {
  color: #fff; }
  .link-white a:hover {
    color: #EEF0CE; }

.hover-red:hover {
  color: #912525 !important; }

.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; }

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  margin-bottom: 0;
  max-width: 100%; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  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; }

.mejs-container {
  margin-bottom: 1.5em; }

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0; }

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }

.wp-playlist-item:last-of-type {
  border-bottom: none; }

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none; }

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.wp-playlist-item-length {
  top: 5px; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

.post-content-inner > p:first-of-type::first-letter {
  font-size: 3.8em;
  line-height: 1em;
  float: left;
  font-family: "Begum-Regular", serif;
  border: 3px solid #912525;
  padding: 14px 14px 0px 14px;
  margin-right: 10px; }

.image-behind {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .image-behind .filter {
    position: relative; }
  .image-behind .fixed-height {
    height: 700px; }
    .image-behind .fixed-height.fixed-default {
      height: 300px; }

.author-bio p {
  font-size: .85rem; }
  .author-bio p:last-of-type {
    margin-bottom: 0; }

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: button; }

.btn {
  border-radius: 0 !important; }
  .btn.btn-up {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px; }
  .btn.btn-pad {
    padding-right: 35px;
    padding-left: 35px; }
  .btn.btn-big {
    font-size: 1rem; }
  .btn.btn-serif {
    font-family: "Begum-Regular", serif;
    font-size: 14px;
    padding: 7px 15px 3px; }
  .btn.btn-red {
    background: #912525;
    color: #fff;
    border: none; }
    .btn.btn-red:hover {
      background: #681b1b;
      color: #fff;
      border: none; }
  .btn.btn-offwhite {
    background: #EEF0CE;
    color: #000;
    border: none; }
    .btn.btn-offwhite:hover {
      background: #e0e4a7;
      color: #000;
      border: none; }
  .btn.btn-black {
    background: #000;
    color: #fff;
    border: none; }
    .btn.btn-black:hover {
      background: #262121;
      color: #fff;
      border: none; }
  .btn.btn-blue {
    background: #76ACCE;
    color: #fff;
    border: none; }
    .btn.btn-blue:hover {
      background: #5095c1;
      color: #fff;
      border: none; }
  .btn.btn-blue-dark {
    background: #2F2F41;
    color: #fff;
    border: none; }
    .btn.btn-blue-dark:hover {
      background: #1a1a23;
      color: #fff;
      border: none; }
  .btn.btn-facebook {
    background: #e6e6e6;
    border: none;
    color: #262121; }
    .btn.btn-facebook:hover {
      background: #3b5998;
      border: none;
      color: #fff; }
  .btn.btn-twitter {
    background: #e6e6e6;
    border: none;
    color: #262121; }
    .btn.btn-twitter:hover {
      background: #00aced;
      color: #fff;
      border: none; }
  .btn.btn-print, .btn.btn-email {
    background: #e6e6e6;
    border: none;
    color: #262121; }
    .btn.btn-print:hover, .btn.btn-email:hover {
      background: #912525;
      color: #fff; }

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important; }

.gform_button.button {
  text-transform: uppercase;
  font-weight: 300;
  background-color: #76ACCE;
  color: #fff;
  padding: 4px 35px;
  border-radius: 0;
  border: none; }
  .gform_button.button:hover {
    background-color: #5095c1;
    cursor: pointer; }

.ginput_card_security_code {
  display: inline-block !important; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2F2F41;
  font-family: "acumin-pro", sans-serif; }
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2F2F41;
  font-family: "acumin-pro", sans-serif; }
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2F2F41;
  font-family: "acumin-pro", sans-serif; }
input:-moz-placeholder {
  /* Firefox 18- */
  color: #2F2F41;
  font-family: "acumin-pro", sans-serif; }

#subscribePromptModal .gfield_label,
#subfoot-signup-form .gfield_label {
  display: none; }
#subscribePromptModal .gform_wrapper ul.gform_fields li.gfield,
#subfoot-signup-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important; }
#subscribePromptModal .gform_button,
#subfoot-signup-form .gform_button {
  margin: 0 auto;
  display: block; }
#subscribePromptModal .gform_wrapper .gform_footer,
#subfoot-signup-form .gform_wrapper .gform_footer {
  margin-top: 0 !important; }

#home-signup .gfield_label {
  display: none; }
#home-signup .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important; }
#home-signup .gform_button {
  display: block; }
#home-signup .gform_wrapper .gform_footer {
  margin-top: 0 !important; }
#home-signup .gform_body input {
  background: #EEF0CE !important;
  box-shadow: none !important;
  border: 1px solid #ddd !important;
  padding: 7px 15px; }

#input_13_1 {
  box-shadow: none !important;
  border: 1px solid #ddd !important;
  padding: 7px 15px; }

/* Radio button large style
#input_formid_fieldid.gfield_radio li {
  background: $blue;
  padding: 10px !important;
  border-radius: 15px;
  label {
    color: $white;
  }
}

@media (min-width: 768px) {
  #input_formid_fieldid.gfield_radio li {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
  }
}
*/
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow; }
  .hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.font-2x {
  font-size: 1.5rem; }

.font-3x {
  font-size: 3rem; }

.text-shadow {
  text-shadow: 1px 1px 1px #000; }

.contributor-avatar {
  font-size: 2.6em; }

.bold,
strong {
  font-weight: 700; }

.line-height {
  line-height: 1em; }

.line-height-md {
  line-height: 1.2em; }

.zindex-2 {
  z-index: 2; }

.zindex-1 {
  z-index: 1; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.border-dark-gray {
  border-color: #cecdcd !important; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "acumin-pro", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
  font-family: "Begum-Regular", serif; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400; }

h2 {
  color: #666;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400; }

h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }

h4 {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400; }

h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.15em; }

h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400; }

p {
  margin: 0 0 1.5em;
  font-weight: 400;
  font-size: 1rem;
  padding: 0;
  font-family: "acumin-pro", sans-serif;
  color: #000; }

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Begum-Regular", serif;
  overflow: hidden;
  border-left: 3px solid #ddd; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.excerpt-wrap p {
  margin-bottom: 0;
  line-height: 1.4em;
  font-size: 14px;
  color: #676767; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

.font-2r {
  font-size: 2rem; }

.font-11r {
  font-size: 1.1rem; }

.font-12r {
  font-size: 1.2rem; }

.font-xl {
  font-size: 1.75rem; }

.font-lg {
  font-size: 1.5rem; }

.font-md {
  font-size: 1.3rem; }

.font-sans {
  font-family: "acumin-pro", sans-serif; }

.font-serif {
  font-family: "Begum-Regular", serif; }

.bold {
  font-weight: 700; }

article h1 {
  font-size: 3rem; }
article p {
  font-size: 1.1rem; }
article a {
  color: #912525;
  text-decoration: underline; }
  article a:hover {
    color: #912525;
    text-decoration: underline;
    background-color: #f1f1f1; }
  article a.btn {
    text-decoration: none; }
article ul,
article ol {
  margin-left: 20px; }
article .iframe-container {
  margin-bottom: 30px; }

.section-heading {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  color: #2F2F41;
  font-size: 1.5rem;
  border-top: 5px solid #912525; }

.article-title {
  font-weight: 800;
  text-transform: none;
  color: #fff;
  letter-spacing: 0 !important; }

.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important; }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #912525; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #681b1b; }

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  display: block;
  max-width: 100%; }

.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-page form span.woocommerce-input-wrapper {
  display: block;
  clear: both;
  width: 100%; }

.woocommerce nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 20px 0; }
  .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0; }
    .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
      text-decoration: none; }
      .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
        text-decoration: underline; }

.woocommerce table.my_account_orders .button {
  margin-right: 2px;
  margin-bottom: 2px; }

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  width: 100%; }

.wc-stripe-elements-field {
  width: 100%; }

body {
  margin-top: 60px; }

#main-nav {
  border-bottom: 1px solid #e6e6e6; }
  #main-nav .nav-item .nav-link {
    color: #2F2F41;
    font-size: 1em;
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 700;
    font-family: "Begum-Regular", serif; }
  #main-nav .nav-item:hover .nav-link {
    color: #912525; }
  #main-nav .dropdown-menu {
    margin: 0; }

.post-top {
  margin-top: -100px; }

.wp-block-image figcaption {
  color: #505050;
  text-align: center;
  font-size: 14px;
  background: #ddd;
  margin: 0 0 30px;
  padding: 15px;
  font-weight: 800; }

.border-top-gray-mid {
  border-top: 5px solid #e6e6e6 !important; }

.border-top-red-large {
  border-top: 10px solid #912525 !important; }

.border-top-red-md {
  border-top: 5px solid #912525 !important; }

.gray-bar {
  border-top: 5px solid #e6e6e6; }
  .gray-bar .social-bar {
    margin-top: -24px; }
    .gray-bar .social-bar .social-icon {
      background: #e6e6e6;
      margin: 0 8px 0 0;
      padding: 8px 0;
      display: inline-block; }
      .gray-bar .social-bar .social-icon:hover {
        color: #912525; }
    .gray-bar .social-bar a {
      text-decoration: none;
      color: #333; }
      .gray-bar .social-bar a:hover {
        background: transparent; }

.blue-bar {
  border-top: 3px solid #76ACCE; }
  .blue-bar .social-bar {
    margin-top: -24px; }
    .blue-bar .social-bar .social-icon {
      background: #76ACCE;
      color: #fff;
      margin: 0 8px 0 0;
      padding: 8px 0;
      display: inline-block; }
      .blue-bar .social-bar .social-icon:hover {
        background: #2F2F41; }
    .blue-bar .social-bar a {
      text-decoration: none;
      color: #333; }
      .blue-bar .social-bar a:hover {
        background: transparent; }

.featured-photo-caption {
  margin-bottom: 100px; }
  .featured-photo-caption p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); }

.author-bio {
  border-left: 3px solid #000; }

.author-bio-box-pic {
  width: 70px;
  height: 70px;
object-fit: cover;
  float: left;
  margin: 15px 0px 0 -30px;
  border: 3px solid #000000;
  border-radius: 50%; }

.author-list-img {
  width: 50px;
  margin: 0;
  border-radius: 50%; }

.popover-header {
  font-size: 0.9rem;
  font-family: "acumin-pro", sans-serif; }

.popover-body {
  font-size: 0.7rem; }

#_progress {
  --scroll: 0%;
  background: linear-gradient(to right, #76ACCE var(--scroll), transparent 0);
  position: fixed;
  width: 100%;
  height: 5px;
  top: 61px;
  z-index: 100; }

.card-related {
  width: 100%; }
  .card-related .card-title {
    font-weight: 800;
    text-transform: none;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 0 !important; }
  .card-related .card-text {
    line-height: 1.3em; }
  .card-related .card-footer {
    background-color: #262121; }
    .card-related .card-footer a {
      color: #fff; }
  .card-related:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.subscriber-content-prompt {
  max-height: 600px;
  position: relative;
  overflow: hidden; }
  .subscriber-content-prompt .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 200px 0 50px;
    background-image: linear-gradient(to bottom, transparent, white); }

.feature-wide .filter {
  background: rgba(0, 0, 0, 0.25);
  padding-top: 150px; }
.feature-wide h2 {
  font-size: 3rem;
  line-height: 1.1em;
  font-family: "Begum-Regular", serif; }
.feature-wide .excerpt p {
  font-family: "acumin-pro", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2em; }

.home-issue-feature .shift {
  margin: -1px 0 0 -1px; }

.series .series-primary .filter {
  height: 500px;
  background: rgba(0, 0, 0, 0.5); }
.series .series-primary h2 {
  font-size: 2rem; }
.series .series-primary .event-label {
  background: #912525;
  z-index: 1;
  color: #fff;
  padding: 5px 20px 5px 10px;
  display: inline-block;
  font-weight: 700; }

.featured-content .filter {
  background: rgba(255, 255, 255, 0.75); }

.series-secondary .filter {
  background: rgba(0, 0, 0, 0.6);
  min-height: 226px; }
.series-secondary .series-label {
  position: absolute;
  background: #912525;
  z-index: 1;
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  margin: -20px 0 0 10px;
  line-height: 1em; }

.eta {
  display: inline-block;
  float: right;
  color: #76ACCE;
  background: #fff;
  padding: 5px 5px 5px 9px;
  border: 3px solid #76ACCE;
  border-right: none; }

.eta-post {
  display: inline-block;
  float: right;
  color: #76ACCE;
  background: #fff;
  padding: 5px 5px 5px 0px;
  border: 3px solid #76ACCE;
  border-left: none; }

#footer .navbar-nav .nav-link {
  padding: 0; }
  #footer .navbar-nav .nav-link:hover {
    text-decoration: underline; }

body.admin-bar #main-nav {
  top: 32px; }

@media (min-width: 576px) {
  #searchModal .modal-dialog {
    max-width: 1000px; } }
@media (max-width: 580px) {
  #_progress {
    top: 60px; }

  .blue-bar .social-bar .social-icon {
    margin-right: 0; }
    .blue-bar .social-bar .social-icon .svg-inline--fa.fa-fw {
      width: 1em; }
    .blue-bar .social-bar .social-icon.printShareBtn {
      display: none; } }
@media (max-width: 667px) {
  .image-behind .fixed-height {
    height: 500px; } }
@media (max-width: 991px) {
  .bg-fixed {
    background-attachment: scroll; }

  img.alignleft,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block; }

  article h1 {
    font-size: 1.6rem; }

  .navbar-collapse {
    margin-left: -200px;
    margin-top: 45px; }

  .navbar-toggler {
    margin: 10px 20px 0 0;
    float: right; }

  .feature-wide h2 {
    font-size: 2rem; }

  .author-bio-box-pic {
    display: none; } }
@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .post-content-inner img.alignleft {
    margin-left: -100px; }
  .post-content-inner img.alignright {
    margin-right: -100px; } }
@media (min-width: 993px) {
  .wp-block-image {
    max-width: none;
    margin-right: -150px; }

  .series-secondary {
    position: absolute;
    top: -170px; }

  .home-issue-feature {
    margin-top: -200px; } }
@media (min-width: 1024px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ }

  .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%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .caption-btn {
    margin-right: -85px; } }
@media (min-width: 1200px) {
  .caption-btn {
    margin-right: -100px; } }

/*# sourceMappingURL=style.css.map */
@media(min-width: 768px) {
  .category-the-yule-blog .image-behind {
    height: 600px;
  }
}

.category-11129 .author-bio-box-pic {
  width: 60px;
  float: left;
  margin: 15px 0px 0 -55px;
  border: 3px solid #000000;
  border-radius: 50%; }
