/*
Theme Name: Pamela Schmid (2024)
Author: Jesse Ross at Hedgemaze
Author URI: https://hedgemaze.co/
*/


body {
  background-image: url("assets/img/bkgnd-texture.jpg");
  background-attachment: fixed;
  color: #203959;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 32px;
}

figure {
  margin: 0 auto;
}

figcaption {
  color: #818181;
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

footer {
  background-color: #203959;
  color: #fff;
  margin-top: 100px;
  padding-bottom: 20px;
  padding-top: 50px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}

.co-block {
  margin-bottom: 100px;
  margin-top: 100px;
  position: relative;
}

@media (max-width: 991px) {
  .co-block {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.co-block:first-of-type {
  margin-top: 160px;
}

@media (max-width: 991px) {
  .co-block:first-of-type {
    margin-top: 80px;
  }
}

.co-block--gallery {
  margin-bottom: 0;
}

.co-block--gallery + .co-block--gallery {
  margin-top: 0;
}

.co-block--gallery--item {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .co-block--gallery--item {
    margin-bottom: 20px;
  }
}

.co-block--gallery--item a {
  border: 1px solid transparent;
  border-radius: 10px;
  color: #203959;
  display: inline-block;
  padding: 5% 0 0 0;
  padding: 20px 20px 0 20px;
  text-decoration: none;
  transition: all 0.3s;
}

.co-block--gallery--item a:hover {
  border: 1px solid #203959;
}

.co-block--gallery--item a img {
  opacity: 0.9;
  transition: all 0.3s;
}

.co-block--gallery--item a:hover img {
  opacity: 1;
}

.co-block--gallery--item p {
  margin-top: 10px;
}

.co-block--gallery--title {
  margin-bottom: 40px;
}

.co-block--quote {
  background-attachment: fixed;
  background-image: url("assets/img/bkgnd-quote.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .co-block--quote {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.co-block--quote--primary h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 30px;
  font-style: italic;
  line-height: 48px;
}

@media (max-width: 991px) {
  .co-block--quote--primary h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 1199px) {
  .co-block--quote--primary h2 br {
    display: none;
  }
}

.co-block--quote--symbol {
  color: #789bc9;
  font-size: 80px;
  font-weight: 700;
  left: 5%;
  position: absolute;
  top: 14px;
}

@media (max-width: 991px) {
  .co-block--split img {
    margin-bottom: 30px;
  }
}

.co-block--split--body {
}

.co-button {
  background-color: #203959;
  background-clip: content-box;
  border: 1px solid #203959;
  color: #fff;
  display: inline-block;
  min-width: 100px;
  padding: 3px;
  transition: all 0.3s;
}

.co-button:hover {
  background-color: #1d59a6;
  border: 1px solid #1d59a6;
}

.co-button span {
  display: inline-block;
  padding: 5px 30px;
}

.co-copyright {
  font-size: 12px;
  margin-top: 50px;
}

.co-divider {
  height: 5px;
  max-width: 430px;
  margin-bottom: 20px;
  width: 100%;
}

.co-h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
}

.co-nav--footer {
  background-color: #203959 !important;
  color: #fff !important;
  font-size: 16px;
}

@media (max-width: 767px) {
  .co-nav--footer .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .co-nav--footer .navbar-brand {
    text-align: center;
    width: 100%;
  }
}

.co-nav--footer .nav-item {
  display: inline-block;
}

.co-nav--footer .nav-link {
  color: #fff !important;
}

@media (max-width: 767px) {
  .co-nav--footer .nav-link {
    text-align: center;
  }
}

.co-nav--footer--content {
  display: flex;
}
@media (max-width: 767px) {
  .co-nav--footer--content {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .menu-footer-menu-container {
    width: calc(50% - 21px);
  }
}

@media (max-width: 767px) {
  .menu-social-menu-container {
    width: calc(50% - 21px);
  }
}

.co-nav--footer--divider {
  border-left: 1px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.co-nav--main {
  background-clip: content-box;
  background-color: #203959 !important;
  border-bottom: 1px solid #203959;
  color: #fff !important;
  padding: 0 0 3px 0;
}

.co-nav--main .dropdown-menu {
  border-radius: 0;
  margin-top: -10px;
}

.co-nav--main .dropdown-item:focus, 
.co-nav--main .dropdown-item:hover {
  background-color: #789bc9;
  color: #fff;
}

.co-nav--main .navbar-brand {
  font-size: 20px;
}

.co-nav--main .navbar-brand img {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 400px;
}

@media (max-width: 991px) {
  .co-nav--main .navbar-brand img {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 300px;
  }
}

.co-nav--main .navbar-toggler {
  border: none;
}

.co-nav--main .nav-item {
  padding-left: 10px;
  padding-right: 0;
}

@media (max-width: 991px) {
  .co-nav--main .nav-item {
    text-align: right;
  }
}

.co-nav--main .dropdown-menu .nav-item {
  padding-left: 0;
}

.co-nav--main .nav-item::after {
  content: "•";
}

@media (max-width: 991px) {
  .co-nav--main .nav-item::after {
    content: "";
  }
}

.co-nav--main .nav-item:last-of-type::after {
  content: "";
}

.co-nav--main .dropdown-menu .nav-item::after {
  content: "";
}

.co-nav--main .nav-link {
  border-bottom: 1px solid transparent;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  margin: 20px 10px 20px 0 !important;
  padding: 0 !important;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .co-nav--main .nav-link {
    margin: 10px 10px 10px 0 !important;
  }
}

.co-nav--main .nav-link:hover {
  border-bottom: 1px solid #fff;
}

.co-substack {
  background-color: #fff;
  bottom: 50px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  display: none;
  position: fixed;
  right: 0;
  z-index: 99999;
}

@media (max-width: 767px) {
  .co-substack {
    width: 100%;
  }
}

.co-substack iframe {
  border: none !important;
}

@media (max-width: 767px) {
  .co-substack iframe {
    width: 100%;
  }
}

.co-substack-close {
  color: #818181;
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 10px;
}

.icon-instagram a {
  background-image: url('assets/img/icon-instagram.svg');
  background-position: center;
  background-size: 66%;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

.icon-instagram a span {
  left: -1000000px;
  position: absolute;
}

.icon-substack a {
  background-image: url('assets/img/icon-substack.svg');
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

.icon-substack a span {
  left: -1000000px;
  position: absolute;
}

.icon-x a {
  background-image: url('assets/img/icon-x.svg');
  background-position: center;
  background-size: 66%;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

.icon-x a span {
  left: -1000000px;
  position: absolute;
}

.page-template-default {
  margin-top: 160px;
}

@media (max-width: 991px) {
  .page-template-default {
    margin-top: 80px;
  }
}

.page-template-default #content a {
  color: #203959;
}

.page-template-default #content a:hover {
  color: #1d59a6;
}

.page-template-default #content img {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-align--right {
  text-align: right;
}

/*.u-fadeable {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

.u-fadeable.visible {
  opacity: 1;
  transform: translate(0, 0);
}*/

.u-flex--bottom {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.u-flex--center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.u-flex--top {
  align-items: flex-start;
  display: flex;
/*  height: 100%;*/
  justify-content: center;
  width: 100%;
}

.u-img--50 {
  width: 50%;
}

.u-img--60 {
  width: 60%;
}

.u-img--70 {
  width: 70%;
}

.u-img--80 {
  width: 80%;
}

.u-img--90 {
  width: 90%;
}

.u-img--full {
  width: 100%;
}

.u-img--effect--circle {
  border-radius: 50%;
}

.u-img--effect--rounded {
  border-radius: 10px;
}

.u-img--effect--none {
  /* nothing goes here */
}

.youtube-video-container {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.dropdown-menu {
  margin-top: 0;
}