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

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

.has-blue-background-color {
  background-color: #266a9d;
}

.has-red-background-color {
  background-color: #8b0000;
}

.has-gray-background-color {
  background-color: #ddd;
}

.has-gold-background-color {
  background-color: #988b51;
}

.has-purple-background-color {
  background-color: #664a5c;
}

.has-gray-light-background-color {
  background-color: #f1f1f1;
}

.has-black-color {
  color: #000;
}

.has-white-color {
  color: #fff;
}

.has-purple-color {
  color: #664a5c;
}

.has-blue-color {
  color: #266a9d;
}

.has-red-color {
  color: #8b0000;
}

.has-gray-color {
  color: #ddd;
}

.has-gray-light-color {
  color: #f1f1f1;
}

.has-gold-color {
  color: #988b51;
}

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

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

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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
}

.btn {
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
}
.btn.btn-up {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px;
}
.btn.btn-social {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.btn.btn-gray {
  color: #000;
  background: #ddd;
  border: none;
}
.btn.btn-gray:hover {
  background: #266a9d;
  color: #fff;
}
.btn.btn-blue {
  background: #266a9d;
  border: none;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #1c4e74;
}
.btn.btn-orange {
  background: #d29f44;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  color: #fff;
  padding: 10px 35px;
}
.btn.btn-orange:hover {
  background: #664a5c;
}
.btn.btn-white-outline {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-white-outline:hover {
  background: #fff;
  color: #000;
}
.btn.btn-red {
  background: #8b0000;
  border: none;
  color: #fff;
}
.btn.btn-red:hover {
  background: #580000;
}
.btn.btn-gold {
  background: #988b51;
  border: none;
  color: #fff;
}
.btn.btn-gold:hover {
  background: #664a5c;
  color: #fff;
}
.btn.btn-facebook {
  background: #3b5998;
  border: none;
  color: #fff;
}
.btn.btn-facebook:hover {
  background: #264077;
}
.btn.btn-twitter {
  background: #00aced;
  border: none;
  color: #fff;
}
.btn.btn-twitter:hover {
  background: #1dcaff;
}
.btn.btn-linkedin {
  background: #0173b1;
  border: none;
  color: #fff;
}
.btn.btn-linkedin:hover {
  background: #0194e4;
}

#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.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;
  font-size: 12px !important;
  background-color: #266a9d;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
}
.gform_button.button:hover {
  background-color: #ddd;
  cursor: pointer;
}

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

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
  font-family: "Source Sans 3", sans-serif;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-family: "Source Sans 3", sans-serif;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
  font-family: "Source Sans 3", sans-serif;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-family: "Source Sans 3", sans-serif;
}

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

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4em;
  margin: 0 0 0.25em;
  padding: 1em 0 0;
  font-family: "Lustria", 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: 43px;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
}

h2 {
  font-family: lustria, serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 0 40px 0;
  text-align: center;
  color: #444;
}

h3 {
  font-size: 19px;
  line-height: 25px;
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em;
  font-family: lustria, serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

h5 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1em;
}

h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 1px;
}

p {
  margin-bottom: 15px;
  padding: 0;
}

ul,
ol {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  padding-left: 15px;
}

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

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

a,
a:visited {
  font-family: "Montserrat", sans-serif;
  color: #b57f52;
  text-decoration: none;
  border: none;
  font-weight: 400;
}
a:hover,
a:visited:hover {
  color: #664a5c;
}

.font-serif {
  font-family: "Lustria", serif;
  font-weight: 400;
}

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

.line-height-regular {
  line-height: 1.4em;
  line-height: 30px;
}

.font-thin {
  font-weight: 300;
}

.font-regular {
  font-weight: 500;
}

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

.letter-spacing {
  letter-spacing: 1px;
}

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

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-45 {
  font-size: 45px;
}

article a {
  text-decoration: underline;
}
article a:hover {
  text-decoration: underline;
}
article a.btn {
  text-decoration: none;
}

.wp-block-group .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
}

blockquote.wp-block-quote {
  border-left: none;
  overflow: inherit;
  padding-left: 30px;
}
blockquote.wp-block-quote p {
  font-size: 18px;
  font-weight: 500;
}
blockquote.wp-block-quote::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #03acdc;
  margin-left: -52px;
  float: left;
  font-size: 40px;
  margin-top: -21px;
  opacity: 0.3;
}

.accordion > .card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd !important;
}
.accordion > .card .card-header {
  background: transparent;
  padding-left: 0;
}
.accordion > .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.accordion h2 {
  border-bottom: 0;
}
.accordion h2 button {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.wp-block-group .wp-block-group__inner-container {
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group.has-background {
  padding-top: 35px;
  padding-bottom: 5px;
}

.wp-block-column p:last-of-type {
  margin-bottom: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url("../Generations/assets/images/background-texture.png") top center repeat, #fff0d6;
  font-weight: 400;
  color: #555;
}

.bg-behind {
  background: url("/wp-content/themes/seton-shrine/images/background-texture.png") top center repeat, #f9e3bd;
}

footer {
  margin-top: auto;
}

.dropdown-toggle::after {
  display: none;
}

#main-nav .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#main-nav li {
  display: inline;
  padding: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
}
#main-nav li:last-of-type {
  border-right: none;
  background: #a49659;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: none;
  margin: 0 0 0 10px;
}
#main-nav li:last-of-type:hover {
  background: #664a5c;
}
#main-nav li a {
  padding: 0 20px;
  border-right: 1px solid #664a5c42;
  color: #664a5c;
}
#main-nav li a:hover {
  color: #a49659;
}
#main-nav li:nth-last-of-type(2) a {
  border-right: none;
}
#main-nav li:last-of-type a {
  border-right: none;
  color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
  color: #664a5c !important;
}

#menu-primary-navigation a {
  font-size: 15px;
  text-transform: uppercase;
  color: #e7e8d6;
  font-family: "Montserrat", sans-serif;
  padding: 11px 25px;
}
#menu-primary-navigation a:hover {
  color: #ffffff;
  background: #664a5c;
}

#menu-primary-navigation .dropdown-menu {
  background-color: #fff0d6;
  border-radius: 0;
  margin-top: 0 !important;
}
#menu-primary-navigation .dropdown-menu a {
  color: #b57f52;
}
#menu-primary-navigation .dropdown-menu a:hover {
  color: #664a5c;
  background: transparent;
}

.content-box {
  background: rgba(255, 255, 255, 0.4);
  display: block;
  padding: 4% 4% 70px 4%;
  margin-bottom: 5px;
}

h1.entry-title {
  margin: 29px 0 18px 0;
  color: #664a5c;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
}

.entry-intro p {
  font-family: "Lustria", serif;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.content-box p.breadcrumb a,
.content-box p.breadcrumb a:visited {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 15px;
  color: #c8a065;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.single-post-sidebar {
  box-sizing: border-box;
  width: 100%;
  background: #F9E6C5;
  padding: 1px 8% 8%;
  margin-bottom: 40px;
}

body.woocommerce h2,
.content-box h2 {
  margin: 29px 0 18px 0;
  font-size: 27px;
  line-height: 1.2;
  text-align: left;
}

.content-box a,
.content-box a:visited {
  font-family: "Source Sans 3", sans-serif;
  color: #b57f52;
  text-decoration: none;
  border: none;
  font-weight: 400;
}

.home-feat-author {
  padding: 5px 0 0;
  background: transparent;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home-feat-author,
.home-feat-author a,
.home-feat-author a:link,
.home-feat-author a:visited {
  line-height: 24px;
  letter-spacing: 1px !important;
  font-weight: 600;
  color: #664a5c !important;
  font-size: 13px !important;
}

.home-feat-author img.avatar {
  float: left;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  border-radius: 100em;
  border: 0px !important;
  height: 24px !important;
  width: 24px !important;
}

#footer-texture {
  background: url(/wp-content/themes/seton-shrine/images/norwegian_rose.png) top left repeat;
}

#mail-social-row {
  background: #7c4a30;
}

.site-info {
  background: #7c4a30;
}

#footer-sidebar h3.widget-title {
  font-size: 19px;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 14px;
  margin: 0 0 10px 0;
  color: #f2e2c7;
}

#footer-sidebar p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #fff;
}

#social-icons .fa-stack-1x {
  width: 75px;
  color: #fff;
  font-size: 26px;
  padding: 0 0 0 15px;
}

#social-icons .fa-stack-2x {
  color: #75452b;
}

#social-icons a {
  display: inline-block;
  position: relative;
}

#social-icons a:hover .fa-stack-2x {
  color: #a49659;
}

p.copyright {
  font-size: 14px;
  line-height: 1.1;
  color: #f8e3c4;
  font-family: "Lustria", serif;
}

#mailing-list label {
  font-family: "Lustria", serif;
  font-size: 18px;
  line-height: 19px;
  color: #f2e2c7;
  padding-bottom: 0;
  text-align: center;
}

#mailing-list input {
  font-family: Source Sans Pro, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #555;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0 5px 0;
}

#mailing-list input[type=submit] {
  text-transform: uppercase;
  padding: 11px 25px;
  margin-top: 5px;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border: none;
  background: #a49659;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  background-color: #a49659;
  color: #fff;
  display: inline-block;
  width: auto;
}

#menu-footer-menu a {
  color: #f8e3c4;
  font-family: "Lustria", serif;
  font-size: 14px;
}
#menu-footer-menu a:hover {
  text-decoration: underline;
}

.page-title-archive {
  font-size: 43px;
  line-height: 50px;
  font-weight: 400;
  color: #444;
}

.archive-entry img {
  height: 290px;
  object-fit: cover;
}

p.breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #c8a065;
  line-height: 1.3;
  text-transform: uppercase;
  margin: -5px 0 0 0;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}

p.subhead {
  font-family: "Lustria", serif;
  font-size: 21px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 40px;
}

.hero-home-vid {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.hero-home-vid video {
  width: 100%;
}

.hero-home {
  overflow: hidden;
}

.home-overlay-slider {
  background: rgba(0, 0, 0, 0.2);
}
.home-overlay-slider h2 {
  font-size: 38px;
  line-height: 1.2em;
}

.wbox-wrap {
  background: rgba(255, 255, 255, 0.4);
}

.wbox-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.wbox-text h2 {
  font-size: 36px;
  line-height: 1.2;
}

.wbox-text h3 {
  padding: 7px 0 13px 0;
  color: #000;
  font-family: Lustria, serif;
  font-size: 28px;
  line-height: 1.2;
}

a.readmore {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0 15px 0;
  font-weight: 700;
}

#gift-nav a {
  font-size: 12px;
  text-transform: uppercase;
  color: #faecd6;
  padding: 15px 20px;
}
#gift-nav .dropdown-menu {
  background-color: #f6dfb7;
  border-radius: 0;
  margin-top: 0;
  border: none;
}
#gift-nav .dropdown-menu a {
  color: #b57f52;
  background: transparent;
  padding: 7px 20px;
}
#gift-nav .dropdown-menu a:hover {
  color: #664a5c;
}

.taxonomy-description {
  width: 600px;
  margin: -15px auto 30px;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.taxonomy-description p {
  font-family: lustria, serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  color: #444;
  text-align: center;
}

body.woocommerce #primary {
  width: 1230px;
  margin: 0 auto;
  background: #fff;
  padding: 2% 4% 4% 4%;
  margin-top: 20px;
}

body.woocommerce #sidebar {
  display: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #d29f44;
  color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background-color: #664a5c;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  padding: 12px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #664a5c;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  background-color: #664a5c;
  font-family: "Montserrat", sans-serif;
}

.woocommerce div.product form.cart .button {
  background: #664a5c;
  height: 44px;
  font-size: 15px;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #96588a;
}

.woocommerce .quantity .qty {
  height: 44px;
}

#sp-donation {
  width: 80%;
  height: 44px;
  border-radius: 0;
  border: 1px solid #ddd;
}

#donation_form {
  margin-bottom: 20px;
}

#donation_form input[type=submit] {
  width: 15%;
  height: 44px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  min-height: 40px;
}

.woocommerce-checkout h3 {
  font-size: 19px;
  line-height: 25px;
  margin: 20px 0 10px 0;
  font-weight: 600;
}

#add_payment_method #payment, .woocommerce-checkout #payment {
  background: #E0CEE0;
  border-radius: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #C5B0BE;
  color: #fff;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #C5B0BE;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce .woocommerce-info {
  border-top-color: #664a5c;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #E0CEE0;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-products-header__title.page-title {
  text-align: left;
  color: #664a5c;
  font-size: 36px;
  line-height: 43px;
}

.woocommerce-result-count {
  margin: 0 0 1em;
  font-size: 14px;
  font-weight: bold;
  color: #664a5c;
}

.wpcf7-textarea,
.wpcf7-text,
.mc4wp-form input {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #555;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 0 5px 0;
}

.wpcf7-submit,
.mc4wp-form input[type=submit] {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border: none;
  background: #a49659;
  border-radius: 4px;
  color: #fff;
  width: auto;
  margin: 0 auto;
  padding: 13px 35px;
  text-transform: uppercase;
}
.wpcf7-submit:hover,
.mc4wp-form input[type=submit]:hover {
  background-color: #664a5c;
}

/* STYLE OVERRIDES FOR SETON CALENDAR */
/*--------------------------------------------------------------
# Calendar Grid View
--------------------------------------------------------------*/
/* Days of the Week */
.tribe-events-calendar th {
  background-color: #664a5c;
  color: #faecd6;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* Calendar Cells */
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  color: #664a5c;
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: none !important;
}

#tribe-events-content .tribe-events-calendar td {
  background: rgba(255, 255, 255, 0.4);
}

.tribe-bar-filters {
  display: none;
}

#tribe-events-content h2 {
  margin: 30px 0 20px 0;
  color: #664a5c;
  font-family: lustria, serif;
  font-size: 36px;
  line-height: 1.2;
}

.tribe-events-single #tribe-events-header {
  display: none;
}

h1.tribe-events-single-event-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
}

.tribe-events-schedule {
  margin-top: 10px;
}

.tribe-events-schedule h2 {
  margin: 0 0 30px 0 !important;
  color: #664a5c;
  font-family: lustria, serif;
  font-size: 25px !important;
  line-height: 1.2;
}

.tribe-events-schedule .tribe-events-divider, .tribe-events-schedule .tribe-events-cost {
  display: none;
}

/*h2 .tribe-event-date-start, h2 .tribe-event-time { margin: 0 0 30px 0; color: #664a5c; font-family: lustria, serif; font-size: 25px; line-height: 1.2; }*/
.tribe-events-notices {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #666;
  margin: 20px 0 25px 0;
  padding: 10px 30px;
  text-shadow: none;
  text-align: left;
}

.single-tribe_events .tribe-events-event-meta {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  margin: 30px 0;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tribe-events-meta-group-details {
  padding-top: 20px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-family: lustria, serif;
  font-size: 27px;
  line-height: 1.2;
}

#tribe-events .tribe-events-button, .tribe-events-button {
  margin: 25px 30px 0 0 0;
  padding: 8px 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #d29f44;
  color: #fff;
  text-transform: uppercase;
}

.post-type-archive-tribe_events .tribe-events-button {
  display: none !important;
}

.tribe-events-calendar div[id*=tribe-events-daynum-] {
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #f2d7a7;
}

.tribe-bar-views-inner, #tribe-bar-form, #tribe-bar-collapse-toggle, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: transparent;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background: #fff;
}

#tribe-events-content {
  padding: 0 20px 20px 20px !important;
}

#tribe-events-content h2 {
  margin: 10px 0 20px 0;
}

@media only screen and (max-width: 768px) {
  #tribe-bar-views {
    display: none;
  }

  .single-tribe_events .tribe-events-schedule {
    background: transparent;
    border: none;
    padding: 0;
  }

  h1.tribe-events-single-event-title {
    font-size: 33px;
  }
}
/*--------------------------------------------------------------
# Info boxes - (appear on event hover)
--------------------------------------------------------------*/
#tribe-events-content {
  padding: 20px;
}

/* Event Title */
#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #664a5c;
  color: #faecd6;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  min-height: 40px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal !important;
}

/* Date & Time */
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 15px;
  font-weight: bold;
  padding: 20px !important;
}

/* Event Information */
.tribe-events-tooltip p.entry-summary {
  padding: 0px;
  font-size: 15px;
  line-height: 1.3;
}

#tribe-mobile-container, .tribe-mobile-container {
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
# Mobile Single Event View
--------------------------------------------------------------*/
.tribe-events-sub-nav li a {
  display: block;
  padding: 10px 20px;
  color: #664a5c;
  white-space: normal;
  position: relative;
  padding-bottom: 1000px;
  margin-bottom: -990px;
  background: none;
}

.tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:visited {
  color: #664a5c;
}

.tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-list-separator-month {
  background: #664a5c;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 2.5em 0 0;
  padding: 6px 10px;
  text-transform: uppercase;
}

.tribe-events-loop .tribe-events-event-meta {
  padding: 12px 0 15px;
  margin-top: 12px;
  background: none !important;
  border-bottom: 1px solid #664a5c;
}

.tribe-event-date-start {
  color: #664a5c;
}

.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  float: left;
  font-size: 16px;
  left: 0;
  padding: 0;
  right: auto;
  width: 100%;
}

.tribe-bar-view-list a.tribe-icon-month, .tribe-bar-views-list span.tribe-icon-month, .tribe-select2-results-views .tribe-icon-month {
  text-indent: 0px;
}

.tribe-bar-view-list span[class^=tribe-icon-], .tribe-bar-views-list span.tribe-icon-list, .tribe-select2-results-views span.tribe-icon-list {
  text-indent: 0px;
}

.tribe-bar-views-list span.tribe-icon-day, .tribe-select2-results-views span.tribe-icon-day {
  text-indent: 0px;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
  flex-basis: unset;
  width: 100% !important;
  display: block !important;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta,
.tribe-events-venue-map {
  width: 100%;
}

.tribe-events-venue-map > div, .tribe-events-venue-map > iframe {
  max-height: 350px;
}

.tribe-events .tribe-events-calendar-month__header-column {
  background: #664a5c;
  padding: 6px 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
  color: #fff;
  text-align: center;
}

h1.tribe-events-single-event-title {
  text-align: left;
  color: #444;
  margin-bottom: 10px;
}

.elementor-134370 .elementor-element.elementor-element-2b2025a .elementor-heading-title {
  text-align: center;
}

/* ALERT BOX */
#alert-box {
  width: 100%;
  background: url("/wp-content/themes/Generations/assets/images/alert-bkgnd.jpg") top center repeat;
  display: block;
  clear: both;
  margin: 47px 0 40px 0;
  float: left;
  padding: 0 2%;
}

#alert-box h3 {
  color: #fff;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 16px 0 0 0;
}

#alert-box p {
  color: #fff;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  line-height: 1.3;
  font-weight: 200;
  margin-bottom: 20px;
}

h3.home-feat-title a {
  margin: 0 0 5px;
  color: #664a5c;
  font-family: Lustria, serif;
  font-size: 24px;
  line-height: 30px;
  text-indent: 0;
  font-weight: 400;
  padding: 0;
}

.home-feat-more a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
}

.home-feat-excerpt {
  font-size: 18px;
  color: #555;
}

.slide-event-date {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: auto;
  background: #988b51;
  color: #fff;
  text-transform: uppercase;
  font-family: Lustria, serif;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  text-indent: 0;
  padding: 10px 10px 6px;
}

.slide-event-date span {
  text-indent: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.5px;
}

@media (min-width: 1281px) {
  .carousel-width {
    margin-right: calc(-100vw / 2 + 1296px / 2) !important;
    overflow: hidden;
  }
}
.owl-next {
  position: absolute;
  top: 20%;
  right: 0;
}

.owl-prev {
  position: absolute;
  top: 20%;
  left: 0px;
}

.owl-nav i {
  background: #0000005e;
  padding: 20px;
}
.owl-nav i:hover {
  background: #000;
}

.home-feat-author {
  padding: 5px 0 0;
  background: transparent;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home-feat-author, .home-feat-author a,
.home-feat-author a:link,
.home-feat-author a:visited {
  line-height: 24px;
  letter-spacing: 1px !important;
  font-weight: 600;
  color: #26476A !important;
  font-family: "source sans pro", sans-serif;
  font-size: 13px !important;
}

.sm-tease {
  font-size: 17px;
  line-height: 1.5;
}

#sm-tease .readmore {
  font-size: 13px;
}

#intro-wrapper h2 {
  margin: 0;
  padding: 0;
  color: #664a5c;
  font-family: Lustria, serif;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
}
#intro-wrapper h3 {
  margin: 0;
  padding: 7px 0 13px 0;
  color: #b57f52;
  font-family: Lustria, serif;
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
}

#legacy h2 {
  margin: 24px 0 0 0;
  padding-bottom: 22px;
  background: url(/wp-content/themes/Generations/assets/images/dots.webp) center bottom no-repeat;
  color: #664a5c;
  font-family: "Lustria", serif;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
}

#legacy p.sub {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 10px auto 40px auto;
  font-family: lustria, sans-serif;
  width: 90%;
  max-width: 600px;
}

#legacy h3 {
  padding: 22px 0 12px 0;
  color: #664a5c;
  font-family: Lustria, serif;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  font-weight: 100;
}

#legacy p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#legacy a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  display: block;
}
#legacy a:hover {
  color: #664a5c;
}

.home-overlay-slider .owl-nav {
  display: none !important;
}

.home-nav-next {
  position: absolute;
  top: 40%;
  right: 0;
}
.home-nav-next i {
  background: #0000005e;
  padding: 20px;
}
.home-nav-next i:hover {
  background: #000;
}

.home-nav-prev {
  position: absolute;
  top: 40%;
  left: 0;
}
.home-nav-prev i {
  background: #0000005e;
  padding: 20px;
}
.home-nav-prev i:hover {
  background: #000;
}

body.post-type-archive-tribe_events .content-box {
  background: transparent;
  padding: 0;
}

body.post-type-archive-tribe_events .tribe-events-calendar-month {
  background: rgba(255, 255, 255, 0.4);
}

body.post-type-archive-tribe_events .tribe-events-l-container {
  padding-top: 30px !important;
}

@media (min-width: 992px) {
  body.post-type-archive-tribe_events .col-lg-10 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0;
  }

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

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

  .font-size-mobile-14 {
    font-size: 14px;
  }

  #menu-top-nav {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #menu-top-nav a {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px !important;
  }
  #menu-top-nav li {
    background: transparent !important;
  }

  #main-nav li:last-of-type a {
    color: #664a5c !important;
  }

  #intro-wrapper h2, #intro-wrapper h3, #intro-wrapper p {
    text-align: center !important;
  }

  .owl-next {
    right: 0;
  }

  .hero-home-vid video {
    display: none;
  }

  .home-overlay-slider h2 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .home-overlay-slider p {
    font-size: 16px !important;
    line-height: 1.2em;
  }

  .home-overlay-slider .btn-white-outline {
    font-size: 16px !important;
  }

  .home-nav-prev,
.home-nav-next {
    top: 10px;
  }

  .wbox-wrap {
    text-align: center !important;
  }

  .wbox-wrap h2 {
    text-align: center !important;
    font-size: 30px;
  }

  .wbox-wrap h3 {
    font-size: 22px;
    margin-top: 0;
  }

  .wrapper.slider.events h2 {
    font-size: 24px !important;
  }

  .home-calendar-link {
    font-size: 18px;
  }

  #sm-tease img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #footer-sidebar2 {
    border-right: 1px solid #937e5e;
    border-left: 1px solid #937e5e;
  }
}
@media (min-width: 1300px) {
  .banner-overlay .banner-title {
    font-size: 4rem;
  }

  .container-wide {
    max-width: 1754px;
  }
}
@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%;
  }
}
body.woocommerce #primary {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */

/* ==========================================================================
   Accordion Styles
   ========================================================================== */

.accordion-section {
    margin-bottom: 2rem;
}

.section-title {
    margin-bottom: 0.5em;
}

.section-intro {
    margin-bottom: 1.5em;
    color: #555;
}

.accordion-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-item:last-child {
    border-bottom: none;
}

.accordion-heading {
    margin: 0;
    font-size: 1.1em;
}

.accordion-trigger {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1em 1.5em;
    text-align: left;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: background-color 0.2s ease;
}

.accordion-trigger:hover,
.accordion-trigger:focus {
    background-color: #eee;
}

.accordion-trigger:focus-visible {
    outline: 2px solid dodgerblue;
    outline-offset: 2px;
    z-index: 1;
    position: relative;
}

.accordion-title {
    flex-grow: 1;
    margin-right: 1em;
}

.accordion-icon {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    position: relative;
    display: inline-block;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.accordion-icon::before,
.accordion-icon::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    transition: transform 0.3s ease;
}

.accordion-icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.accordion-icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}


.accordion-trigger[aria-expanded="true"] .accordion-icon::after {
    transform: rotate(90deg);
}



.accordion-content {
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.65, 0, 0.35, 1),
                opacity 0.3s ease-out,                      
                visibility 0s linear 0.4s;

    max-height: 0;
    opacity: 0;
    visibility: hidden;
}

.accordion-content:not([hidden]) {

    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.5s cubic-bezier(0, 0.65, 1, 0.35),
                opacity 0.4s ease-in 0.1s,                 
                visibility 0s linear;                     
}

.accordion-inner-content {
    padding: 1.5em;
    border-top: 1px dashed #eee;
}

.accordion-inner-content::after {
    content: "";
    display: table;
    clear: both;
}
