/*!
Theme Name: Dig This
Author: MSI Communications
Author URI: https://www.msialaska.com/
Description: Custom Theme for Fort Knox Dig It Newsletter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: c49 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
@import url("/wp-content/themes/c49/fonts/Avenir/Avenir-Roman.css");
@import url("/wp-content/themes/c49/fonts/Avenir/Avenir-Oblique.css");
@import url("/wp-content/themes/c49/fonts/Avenir-Black/Avenir-Black.css");
@import url("/wp-content/themes/c49/fonts/Avenir-Black-Oblique/Avenir-BlackOblique.css");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* medium blue */
/* breakpoints using boot default values, we don't have the mixins in use so have to type 'em in */
html {
  font-size: 1rem;
  line-height: 1.72857;
}
body {
  font-family: "Avenir", Helvetica, Arial, sans-serif !important;
  font-size: 1rem;
  /*color: #3c3b3f;*/
  color: #333;
}
.page {
  margin: 0;
}
a, a:link, a:visited {
  color: #2774ae;
  text-decoration: none;
}
a:focus, a:hover {
  color: #001c23;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h1 {
  font-family: "PT Serif", serif;
  font-size: 2.15rem;
}
h2 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 3em;
  height: 1px;
  left: 0;
  bottom: -0.5em;
  border-bottom: 3px solid #c59b5f;
}
h3 {
  font-size: 2rem;
  font-family: "PT Serif", serif;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
.recipe li:not(:last-child) {
  margin-bottom: 10px;
}
.caption {
  font-size: 80%;
  margin: -40px auto 0 auto;
  text-shadow: 1px 1px 10px #000000;
  color: #FFFFFF;
  text-align: left;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .caption {
    font-size: 70%;
  }
}
@media (max-width: 425px) {
  .caption {
    font-size: 60%;
    margin: -50px auto 0 auto;
  }
}
.in-this-issue-links a {
  color: #fff !important;
}
.white-background {
  background-color: #fff;
}
.tan-background {
  background-color: #c59b5f;
}
.tan-and-blue-background {
  background: linear-gradient(180deg, #c59b5f 50%, #0d6574 50%);
}
.dark-gray-background {
  background-color: #333333;
}
.dark-gray-with-geo-background {
  background-color: #333333;
  background-image: url("/wp-content/themes/c49/img/geo-lines.png");
  background-position: left center;
  background-size: contain;
  background-repeat: repeat-y;
}
.light-gray-background {
  background-color: #f2f2f2;
}
.medium-blue-background {
  background-color: #0d6574;
  color: #fff;
}
.medium-blue-background h1, .medium-blue-background h2, .medium-blue-background h3 {
  color: #fff;
}
.medium-blue-background a, .medium-blue-background a:link, .medium-blue-background a:visited {
  color: #fff;
  text-decoration: none;
}
.medium-blue-background a:focus, .medium-blue-background a:hover {
  color: #fff;
  text-decoration: underline;
}
.dark-blue-background {
  background-color: #001c23;
  color: #fff;
}
.dark-blue-background h1, .dark-blue-background h2, .dark-blue-background h3 {
  color: #fff;
}
.dark-blue-background a, .dark-blue-background a:link, .dark-blue-background a:visited {
  color: #fff;
  text-decoration: none;
}
.dark-blue-background a:focus, .dark-blue-background a:hover {
  color: #fff;
  text-decoration: underline;
}
#colophon {
  background-color: #001c23;
  color: #999;
}
#colophon h1, #colophon h2, #colophon h3 {
  color: #999;
}
#colophon a, #colophon a:link, #colophon a:visited {
  color: #999;
  text-decoration: none;
}
#colophon a:focus, #colophon a:hover {
  color: #999;
  text-decoration: underline;
}
#colophon .fa, #colophon .fab, #colophon .fas {
  color: #c59b5f;
}
/*.site-branding {
	display: flex;
	justify-content: center;
	align-content:center;
}*/
.footer-boxes {
  text-align: center;
}
.footer-boxes .widget {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer-boxes h2 {
  font-size: 100%;
  margin-bottom: 1rem;
}
.footer-boxes .benefits-text {
  display: none;
}
.footer-boxes .benefits-icon {
  height: 50px;
}
@media (min-width: 576px) {
  .footer-boxes {
    margin-bottom: 0;
  }
  .footer-boxes h2 {
    font-size: 1.85rem;
  }
  .footer-boxes .benefits-text {
    display: block;
  }
  .footer-boxes .benefits-icon {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .footer-boxes .widget {
    max-width: 18rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-boxes .benefits-icon {
    height: 100px;
  }
}
.clubhub-logo {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.square {
  position: relative;
  width: 100%;
  border: 2px solid #2774ae;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square img {
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
h1, h2 {
  margin: 2em 0;
}
#text-2, .issue-title {
  text-transform: uppercase;
}
.main-banner {
  position: relative;
}
.main-banner img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 600px;
}
.main-banner .caption {
  color: #fff;
  font-style: italic;
  position: absolute;
  bottom: 2em;
  left: 2em;
}
.dark-top-box p {
  text-transform: uppercase;
}
.tan-top-box div {
  margin-left: auto;
  margin-right: auto;
}
.first-top {
  margin-top: 30px;
  margin-bottom: 60px;
}
.first-top img {
  border: 2px solid #2774ae;
}
@media (min-width: 768px) {
  .first-top h2 {
    margin-top: 0;
  }
}
.btn {
  text-transform: uppercase;
  border-radius: 0;
}
.btn-join {
  color: #fff !important;
  background-color: #01426a;
  border-color: #01426a;
  font-weight: bold;
}
.wp-block-image img {
  height: auto;
}
.wp-block-image figcaption {
  font-size: 0.8rem;
}
.left-column-border {
  border-bottom: 2px solid #c59b5f;
}
@media (min-width: 768px) {
  .left-column-border {
    border-bottom: none;
    border-right: 2px solid #c59b5f;
  }
}
.center-this {
  width: 18em;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.in-this-issue {
  text-align: center;
}
@media (min-width: 768px) {
  .in-this-issue {
    text-align: right;
  }
}
/* v - added 10-11-2022 to fix the captions */
.wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
  display: block !important;
}
