/* ==========================================================================
   Custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import 'fix-bootstrap.css';
/* ==========================================================================
   Gird styles
   ========================================================================== */
/* Mixins*/
/* Margins */
.m-auto {
  margin: 0 auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mt-16 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.mb-16 {
  margin-bottom: 3rem;
}

/* Padding */
.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pt-16 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pb-16 {
  padding-bottom: 3rem;
}

/* Display */
.d-none {
  display: none !important;
}

@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-inline {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-inline {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline-block !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

/* Alignments */
.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

.d-flex {
  display: flex;
}

/* ==========================================================================
   Brand styles
   ========================================================================== */
/* Brand Colours */
.c-brand {
  color: #6c7f2a !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-brand {
  background: #6c7f2a !important;
}

.bg-brand-lightest {
  background: #fcfffa !important;
}

.bg-brand-dark {
  background: #080b10 !important;
  color: #fff;
}

.bg-grey-light {
  background: #f6f6f6 !important;
}

.bg-brand-light {
  background: #f4dfca !important;
}

.bg-brown-light {
  background: #b3a598 !important;
  color: #fff !important;
}

.bg-brown-dark {
  background: #43372C !important;
  color: #fff !important;
}

.bg-brown-lightest {
  background: #dbd1c8 !important;
}

.text-small {
  font-size: 1.25rem;
}

.tribe-common, .tribe-common-b1, .tribe-common-b2, .tribe-common-b3, .tribe-common-b4, .tribe-common-b5, .tribe-common-b6, .tribe-common-b7, .tribe-common-b8, .tribe-common-h1, .tribe-common-h2, .tribe-common-h3, .tribe-common-h4, .tribe-common-h5, .tribe-common-h6, .tribe-common-h7, .tribe-common-h8, .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: Raleway, Helvetica, sans-serif !important;
}

#wpadminbar {
  display: none !important;
}

.block-editor-page .wp-block-post-content {
    display: none!important;
}

html {
  margin-top: 0 !important;
}

body {
  background: #fff;
  padding-top: 85px;
}

h1 {
  font-size: 2.675rem;
  padding: 2rem 0;
  margin: 1.25rem 0 0.75rem;
  line-height: 1;
  font-family: Cinzel, Raleway, sans-serif !important;
  color: #000000;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 5.5rem;
  }
}

h2, h3, .h2, .h3 {
  color: #6c7f2a;
  font-size: 1.75rem;
  line-height: 1;
  font-family: Cinzel, Raleway, sans-serif !important;
  margin: 2rem;
  color: #000000;
}
@media screen and (min-width: 1200px) {
  h2, h3, .h2, .h3 {
    font-size: 2.5rem;
  }
}

h4, h4, h6, .h4, .h5, .h6 {
  color: #6c7f2a;
  font-size: 2rem;
  line-height: 1;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #333333;
}

p {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-family: Raleway, Helvetica, sans-serif !important;
  color: #333333;
}

a {
  text-decoration: none;
  font-family: Raleway, Helvetica, sans-serif !important;
  color: #333333;
}
a:hover {
  text-decoration: none;
}

.red {
  color: #ba0000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-0 {
  margin: 0 !important;
}

.container {
  position: relative;
}

img {
  width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.btn {
  padding: 0.5rem 2.5rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}

.btn-large {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .btn-large {
    font-size: 2.5rem;
  }
}

.btn-brand {
  background: #6c7f2a;
  color: #ffffff;
  transition: all 0.5s ease;
}
.btn-brand:hover {
  background: #4b591d;
  color: #ffffff;
}

.btn-contrast {
  background: #c1d468;
  color: #333333;
  transition: all 0.75s ease;
}
.btn-contrast:hover {
  background: #8da537;
}

.banner-overlay {
  opacity: 0.8;
  z-index: 1;
}

.bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  max-width: none;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .bg-banner {
    width: 100%;
    height: auto;
  }
}

.underline {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000000;
}

.divider {
  width: 100%;
  border-bottom: 2px solid #7e6248;
  margin: 3rem 0 3rem;
}
@media screen and (min-width: 992px) {
  .divider {
    margin: 3rem 0 9rem;
  }
}

.section {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}

.img-roundel {
  position: relative;
  display: block;
  background: #6c7f2a;
  width: 250px;
  height: 250px;
  padding: 0;
  z-index: 0;
  overflow: hidden;
  border: 0.5rem solid #6c7f2a;
  border-radius: 50%;
}
.img-roundel img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
}

.sidebar {
  padding: 2rem;
  background: #dbd1c8;
  text-align: center;
  border: 1px solid #b3a598;
}
@media screen and (min-width: 768px) {
  .sidebar {
    max-width: 400px;
  }
}
.sidebar h3, .sidebar .h3 {
  margin: 0 0 2.5rem 0;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}
.sidebar ul li {
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 3rem;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.5rem;
  color: #43372C;
}
.sidebar ul li img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  filter: invert(42%) sepia(82%) saturate(323%) hue-rotate(33deg) brightness(92%) contrast(93%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  z-index: 99;
}
.site-header .logo {
  width: 70px;
  height: auto;
}

.navbar {
  margin: 0;
  padding: 0;
}

.nav-primary ul {
  float: right !important;
  padding: 20px 0;
}
.nav-primary ul li {
  margin: 0 auto;
}
.nav-primary ul li.active a {
  color: #6c7f2a;
}
.nav-primary ul li.active a:hover {
  color: #6c7f2a;
}
.nav-primary ul li a {
  padding: 0.5rem 1rem;
  background: #fff;
  box-shadow: none;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Cinzel, Raleway, sans-serif !important;
  color: #000000;
}
.nav-primary ul li a:hover {
  background-color: transparent !important;
  color: #6c7f2a;
}

.nav-desktop {
  height: 68px;
  background: #fff;
}

.btn-nav {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.btn-nav .icon-bar {
  display: block;
  width: 3rem;
  height: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #6c7f2a;
  border-radius: 0.5rem;
}
.btn-nav.close {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.btn-nav.close .icon-bar.top {
  width: 100%;
  transform: rotate(45deg);
  margin-bottom: -0.5rem;
}
.btn-nav.close .icon-bar.middle {
  display: none;
}
.btn-nav.close .icon-bar.bottom {
  width: 100%;
  transform: rotate(-45deg);
}

.nav-mobile {
  position: fixed;
  top: 80px;
  width: 100vw;
  height: 100vh;
  opacity: 0.95;
  background: #ffffff;
  z-index: 999;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.nav-mobile.hide {
  transform: translateY(-100%);
}
.nav-mobile .nav-primary ul {
  float: none !important;
}
.nav-mobile .nav-primary ul li {
  width: 95%;
  padding: 1rem 0;
  border-bottom: 1px solid #f4dfca;
}

.dropdown-menu .active a {
  color: #080b10 !important;
  background-color: #dbd1c8 !important;
  background-image: none !important;
}

.home-banner {
  position: relative;
  margin: 0;
  padding: 0;
}
.home-banner .slick-slide {
    height: 220px;
}
@media screen and (min-width: 768px) {
  .home-banner .slick-slide { 
      height: 70vh;
  }
}	    
.home-banner .slick-slide img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner .banner-overlay {
  position: relative;
  width: 100%;
  height: auto;
}
.home-banner .banner-overlay h1 {
  padding: 0;
}
.home-banner .banner-overlay .h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: Raleway, Helvetica, sans-serif !important;
}
@media screen and (min-width: 576px) {
  .home-banner .banner-overlay .h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .home-banner .banner-overlay .h2 {
    font-size: 1.675rem;
  }
}
.home-banner .events-container {
  position: absolute;
  bottom: 15%;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-banner .events-container {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
}

.upcoming-events {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .upcoming-events {
    padding-bottom: 8rem;
  }
}
.upcoming-events .row {
  display: block;
}
@media screen and (min-width: 992px) {
  .upcoming-events .row {
    display: flex;
    align-items: stretch;
  }
}
.upcoming-events .event-card {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(150, 150, 150, 0.8);
  -moz-box-shadow: 0px 0px 3px 0px rgba(150, 150, 150, 0.8);
  box-shadow: 0px 0px 3px 0px rgba(150, 150, 150, 0.8);
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .upcoming-events .event-card {
    margin-bottom: 0;
  }
}
.upcoming-events .event-card .img-container {
  height: 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .upcoming-events .event-card .img-container {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .upcoming-events .event-card .img-container {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .upcoming-events .event-card .img-container {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .upcoming-events .event-card .img-container {
    height: 225px;
  }
}
.upcoming-events .event-card .img-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
.upcoming-events .event-card .event-details {
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .upcoming-events .event-card .event-details {
    padding: 2rem 2rem 4.5rem;
  }
}
.upcoming-events .event-card .event-details h2 {
  margin: 0 0 0.5rem;
  line-height: 1.25;
  color: #4b591d;
}
.upcoming-events .event-card .event-details .event-info {
  margin-bottom: 0.5rem;
  color: #6c7f2a;
}
.upcoming-events .event-card .event-details .event-description {
  padding: 1rem 0;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  color: #333333;
}
.upcoming-events .event-card .event-details .event-description p {
  line-height: 1.75;
}
.upcoming-events .event-card .btn {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}
@media screen and (min-width: 992px) {
  .upcoming-events .event-card .btn {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
}

.about {
  overflow: hidden;
}
.about .container {
  z-index: 2;
}
.about .bg-banner {
  z-index: 1;
}
.about .h2 {
  font-size: 2.675rem;
}
@media screen and (min-width: 576px) {
  .about .h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .about .h2 {
    font-size: 3rem;
  }
}
.about p {
  color: #000;
}
.about img {
  height: 100%;
  width: auto;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .about img {
    width: 120%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .about img {
    width: 100%;
    opacity: 0.4;
  }
}
.about .about-us-bg .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(219, 209, 200, 0.75);
}
@media screen and (min-width: 992px) {
  .about .about-us-bg .overlay {
    background: #dbd1c8;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #dbd1c8 30%);
  }
}
.about .about-us-bg img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .about .about-us-bg img {
    display: block;
    width: auto;
    height: 100%;
  }
}

.our-services a {
  background: #ffffff;
  color: #6c7f2a;
  display: block;
  padding: 2rem 0.5rem;
  border-radius: 1rem;
  transition: all 1s ease;
}
@media screen and (min-width: 576px) {
  .our-services a {
    padding: 2rem;
  }
}
.our-services a .h2 {
  font-size: 1rem;
  color: #6c7f2a;
  font-weight: 600;
  margin: 2rem 1rem;
}
@media screen and (min-width: 576px) {
  .our-services a .h2 {
    font-size: 1.75rem;
    margin: 2rem;
  }
}
.our-services a img {
  max-width: 60px;
  filter: invert(45%) sepia(65%) saturate(425%) hue-rotate(33deg) brightness(89%) contrast(88%);
}
@media screen and (min-width: 576px) {
  .our-services a img {
    max-width: 120px;
  }
}
.our-services a:hover {
  background: #6c7f2a;
  color: #fff;
}
.our-services a:hover .h2 {
  color: #ffffff;
}
.our-services a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(105%) contrast(102%);
}

.review-stars {
  max-width: 120px;
  margin: 0 auto 2rem;
  filter: invert(45%) sepia(65%) saturate(425%) hue-rotate(33deg) brightness(89%) contrast(88%);
}

.testimonial-slider {
  text-align: center;
  padding: 3rem 0;
}
.testimonial-slider p {
  max-width: 550px;
  margin: 0 auto;
  font-size: 1.875rem;
}

.tribe-link-view-attendee, .tribe-tickets__rsvp-actions-rsvp-not-going {
  display: none !important;
}

.tribe-events .tribe-events-calendar-list__month-separator-text {
  font-size: 26px !important;
}
.tribe-events .tribe-common-c-svgicon {
  color: #6c7f2a;
}
.tribe-events .tribe-common-l-container {
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(150, 150, 150, 0.8);
  -moz-box-shadow: 1px 2px 3px 0px rgba(150, 150, 150, 0.8);
  box-shadow: 1px 2px 3px 0px rgba(150, 150, 150, 0.8);
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row {
    display: flex;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
    position: relative;
    width: 33%;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime {
  background: #fcfffa;
  width: auto;
  max-width: 80px;
  height: auto;
  padding: 1.5rem;
  opacity: 0.9;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime {
    max-width: 120px;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #43372C;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 2.5rem;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 3rem;
  line-height: 1;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #43372C;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 5rem;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper {
  z-index: 1;
  width: 100%;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event {
  padding: 2rem;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details {
  width: 100%;
  padding: 0 2rem 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details {
    padding: 3.5rem 2rem;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-title-link {
  color: #6c7f2a;
  border: none;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-title-link:hover {
  color: #8da537;
  border: none;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-venue-title {
  display: none !important;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-venue-address {
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-common-b2 {
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-common-b2 {
    font-size: 16px;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-common-h6 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-common-h6 {
    font-size: 28px;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-description {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-description {
    margin-top: 0;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-cost {
  margin-top: 4rem;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-cost {
    text-align: left;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-cost a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1rem;
  padding: 1.5rem;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: #c1d468;
  color: #080b10;
  border-radius: 0.5rem;
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-cost a {
    display: inline-block;
    width: auto;
    margin: 0 1rem 0 0;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-cost a:hover {
  background: #b1c940;
  transition: all 0.5s ease;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-cost .tribe-events-c-small-cta__price {
  margin-right: 1rem;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #6c7f2a;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-cost .tribe-events-c-small-cta__stock {
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #6c7f2a;
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .img-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  padding: 0;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .img-container {
    position: absolute;
    top: 0;
    left: 0;
    max-height: none;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-wrapper {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 33%;
  }
}
.tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-wrapper img {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 100%;
  height: auto;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .tribe-events .tribe-common-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-wrapper img {
    position: absolute;
    width: auto;
    height: 100%;
    transform: translateX(-15%);
  }
}
.tribe-events .tribe-events-c-ical__link {
  color: #6c7f2a;
  border: 1px solid #6c7f2a;
}
.tribe-events .tribe-events-c-ical__link:hover {
  background: #6c7f2a;
}
.tribe-events .tribe-events-c-ical__link:before {
  display: none;
}

.tribe-events-calendar-list .tribe-common-g-row {
  background: #ffffff;
  padding: 2rem;
}

.section {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .section {
    padding-top: 2rem;
  }
}

#tribe-events-pg-template {
  padding: 0 1.25rem 0;
}
@media screen and (min-width: 768px) {
  #tribe-events-pg-template {
    padding: 40px 1.25rem 1.25rem;
  }
}

.single-tribe_events .page-title {
  display: none;
}
.single-tribe_events .tribe-events-back {
  display: none;
}
.single-tribe_events .tribe-events-single-event-title {
  font-size: 2rem;
  line-height: 1.5;
  padding: 0;
  margin: 1.25rem 0 0.75rem;
  color: #6c7f2a;
  font-family: Cinzel, Raleway, sans-serif !important;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 3.5rem;
    padding: 2rem 0;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .single-tribe_events .tribe-events-single-event-title {
    max-width: 60%;
  }
}
.single-tribe_events .tribe-events-schedule h2 {
  margin: 0;
  font-weight: 700;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: none;
}
.single-tribe_events .tribe-events-schedule {
  padding: 0;
  background: transparent;
  border: none;
}
.single-tribe_events .tribe-events-schedule h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single-tribe_events .tribe-events-schedule h2 {
    font-size: 1.75rem;
  }
}
.single-tribe_events .divider {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .single-tribe_events .divider {
    max-width: 60%;
  }
}
.single-tribe_events .tribe-events-single-event-description p {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .single-tribe_events .tribe-events-single-event-description p {
    font-size: 1.675rem;
  }
}
.single-tribe_events .tribe-events-cal-links {
  display: none !important;
}
.single-tribe_events .tribe-events-meta-group-organizer {
  display: none !important;
}
.single-tribe_events .wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}
.single-tribe_events .wrapper .tribe-events-single-section.primary {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.single-tribe_events .wrapper .tribe-events-single-section.primary .tribe-events-meta-group {
  background: #e5e5e5;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 20px 0;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
  width: 100%;
  zoom: 1;
}
@media screen and (min-width: 992px) {
  .single-tribe_events .wrapper .tribe-events-single-section.primary .tribe-events-meta-group {
    width: 45%;
    margin: 30px 2%;
  }
}
.single-tribe_events .wrapper .tribe-events-single-section.primary .tribe-events-single-section-title {
  margin-left: 0;
  margin-right: 0;
}
.single-tribe_events .wrapper .tribe-events-single-section.primary .tribe-venue {
  display: none !important;
}
.single-tribe_events .wrapper .tribe-events-single-section.primary .tribe-events-event-categories-label, .single-tribe_events .wrapper .tribe-events-single-section.primary .tribe-events-event-categories {
  display: none;
}
.single-tribe_events .wrapper .tribe-events-single-section.secondary {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  .single-tribe_events .wrapper .tribe-events-single-section.secondary {
    width: 65%;
    float: right;
    margin: 30px 0;
  }
}
.single-tribe_events .wrapper .tribe-events-single-section.secondary .tribe-events-gmap {
  display: none !important;
}
.single-tribe_events .wrapper .tribe-events-single-section.secondary .tribe-events-address, .single-tribe_events .wrapper .tribe-events-single-section.secondary .tribe-events-venue-details {
  font-style: normal !important;
}
.single-tribe_events .wrapper .tribe-events-single-section dt {
  margin-bottom: 0.25rem !important;
}
.single-tribe_events .wrapper .tribe-events-single-section abbr {
  text-decoration: none !important;
}
.single-tribe_events #tribe-tickets {
  display: block;
  background: #fcfffa;
  float: right;
  margin: 10px auto 2rem;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .single-tribe_events #tribe-tickets {
    max-width: 65%;
  }
}
.single-tribe_events #tribe-tickets .tribe-tickets__item {
  border-top: 1px solid #080b10;
  border-bottom: 1px solid #080b10;
}
.single-tribe_events #tribe-tickets h2 {
  font-family: Cinzel, Raleway, sans-serif !important;
  font-size: 2.5rem;
  font-weight: 900;
}
.single-tribe_events #tribe-tickets .tribe-common-h7, .single-tribe_events #tribe-tickets .tribe-common-b2, .single-tribe_events #tribe-tickets .tribe-common-b3 {
  font-family: Raleway, Helvetica, sans-serif !important;
  font-size: 2rem;
}
.single-tribe_events #tribe-tickets .tribe-common-h7 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .single-tribe_events #tribe-tickets .tribe-common-h7 {
    font-weight: 2rem;
    margin-bottom: 0;
  }
}
.single-tribe_events #tribe-tickets .tribe-common-b3 {
  font-size: 1.5rem;
  color: #080b10;
}
.single-tribe_events #tribe-tickets .tribe-tickets__item__quantity__add {
  font-family: Raleway, Helvetica, sans-serif !important;
  font-size: 2.5rem;
  color: #080b10;
  margin: 0;
}
.single-tribe_events #tribe-tickets .tribe-tickets__item__quantity__remove {
  font-family: Raleway, Helvetica, sans-serif !important;
  font-size: 2.5rem;
  color: #080b10;
}
.single-tribe_events #tribe-tickets #tribe-tickets__buy {
  background: #c1d468;
  color: #333333;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .single-tribe_events #tribe-tickets #tribe-tickets__buy {
    font-size: 2.5rem;
  }
}
.single-tribe_events #tribe-tickets #tribe-tickets__buy:hover {
  background: #b1c940;
  transition: all 0.5s ease;
}
.single-tribe_events #tribe-tickets .tribe-tickets__item__quantity {
  display: block !important;
}
.single-tribe_events #tribe-events-footer {
  display: none;
}
.single-tribe_events .tribe-events-event-image {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .single-tribe_events .tribe-events-event-image {
    max-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .single-tribe_events .tribe-events-event-image {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 50%;
    height: 50%;
    max-width: 750px;
    max-height: 400px;
    border-bottom-left-radius: 60%;
    overflow: hidden;
    z-index: 0;
  }
}
@media screen and (min-width: 992px) {
  .single-tribe_events .tribe-events-event-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -25%);
    width: auto;
    max-width: none;
  }
}

#rsvp-now .tribe-tickets__rsvp-wrapper .tribe-common-c-btn {
  background: #6c7f2a;
}
#rsvp-now .tribe-tickets__rsvp-wrapper .tribe-common-c-btn:hover {
  background: #8da537;
}
#rsvp-now .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-success-going-check-icon {
  background-color: #c1d468;
}

.courses .monthly-schedule {
  margin: 5rem 0;
  border: 5px solid #7e6248;
  border-radius: 5px;
}
.courses .bookWhen iframe {
    margin: 16px 0;
}
.courses a {
  color: #6c7f2a;
  font-size: 2.75rem;
  line-height: 3;
  font-family: Raleway, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}
.courses a:hover {
  color: #4b591d;
}

.our-dogs .h1, .dog-profile .h1, .dogs-for-sale .h1 {
  font-size: 3.5rem;
  color: #6c7f2a;
  font-weight: 700;
}
.our-dogs .h1 p, .dog-profile .h1 p, .dogs-for-sale .h1 p {
  font-size: 3.5rem !important;
  font-weight: 700;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-family: Cinzel, Raleway, sans-serif !important;
  color: #6c7f2a !important;
}
.our-dogs h2, .dog-profile h2, .dogs-for-sale h2 {
  font-size: 3.5rem;
  color: #6c7f2a;
  font-weight: 700;
  text-align: center;
}
.our-dogs .h3, .dog-profile .h3, .dogs-for-sale .h3 {
  font-size: 1.75rem;
  margin: 0;
  font-family: Cinzel, Raleway, sans-serif !important;
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
  margin: 2rem 0 0.5rem;
}
.our-dogs p, .dog-profile p, .dogs-for-sale p {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 0.5rem;
}
.our-dogs p.span, .dog-profile p.span, .dogs-for-sale p.span {
  font-family: Cinzel, Raleway, sans-serif !important;
  font-weight: 700;
}

.our-dogs h2 {
  margin: 1.5rem;
}
@media screen and (min-width: 768px) {
  .our-dogs h2 {
    margin: 2.5rem;
  }
}
.our-dogs .img-container {
  max-width: 120px;
  max-height: 120px;
  border: 0.4rem solid #6c7f2a;
}
@media screen and (min-width: 576px) {
  .our-dogs .img-container {
    max-width: 200px;
    max-height: 200px;
    border: 0.5rem solid #6c7f2a;
  }
}
@media screen and (min-width: 768px) {
  .our-dogs .img-container {
    max-width: none;
    max-height: none;
  }
}

.dog-profile .dog-bio {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dog-profile .dog-bio {
    text-align: left;
  }
}
.dog-profile .img-container {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 992px) {
  .dog-profile .img-container {
    margin: 2.5rem 0 0 auto;
  }
}

.dog-description {
  padding-top: 4rem;
}
.dog-description .h3 {
  margin-left: 0;
  color: #6c7f2a;
  text-decoration: underline;
  font-weight: 700;
}
.dog-description p {
  font-size: 1.5rem;
}

.about-text, .contact-text {
  z-index: 2;
}
.about-text h2, .about-text .h2, .contact-text h2, .contact-text .h2 {
  margin-left: 0;
}
.about-text h6, .about-text .h6, .contact-text h6, .contact-text .h6 {
  margin-top: 3.25rem;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about-text h6, .about-text .h6, .contact-text h6, .contact-text .h6 {
    font-size: 2rem;
  }
}
.about-text a, .contact-text a {
  color: #6c7f2a;
}

.about-us-bg .overlay, .contact-us-bg .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(219, 209, 200, 0.75);
}
@media screen and (min-width: 768px) {
  .about-us-bg .overlay, .contact-us-bg .overlay {
    background: #dbd1c8;
    background: linear-gradient(90deg, #dbd1c8 55%, rgba(255, 255, 255, 0) 100%);
  }
}
.about-us-bg img, .contact-us-bg img {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 0;
}

.feature-images {
  z-index: 10;
}
.feature-images .img-container {
  height: 130px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .feature-images .img-container {
    height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .feature-images .img-container {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .feature-images .img-container {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-images .img-container {
    height: 350px;
  }
}
.feature-images .img-container img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -25%);
  margin: auto auto;
}

.pedigree {
  z-index: 2;
}

.wpcf7-form {
  margin: 2rem 0;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  max-width: 450px;
  border-radius: 0.5rem;
  border: none;
  padding: 0.5rem;
}
.wpcf7-form .btn {
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form .btn {
    max-width: 200px;
  }
}
.wpcf7-form .wpcf7-response-output {
  max-width: 440px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.site-footer .container {
  z-index: 1;
}
.site-footer p, .site-footer a {
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0.3rem 0;
  margin: 0;
}
.site-footer .icon {
  width: 2rem;
  height: auto;
  margin-right: 0.5rem;
  filter: invert(98%) sepia(6%) saturate(214%) hue-rotate(264deg) brightness(115%) contrast(100%);
}
@media screen and (min-width: 992px) {
  .site-footer .socials {
    text-align: right;
  }
}
.site-footer .socials .icon {
  margin-left: 0.5rem;
  transform: translateY(-0.2rem);
}
.site-footer .certificates {
  display: block;
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer .certificates {
    text-align: right;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .certificates {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.site-footer .certificates img {
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .site-footer .certificates img {
    max-width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .certificates img {
    max-width: 150px;
  }
}
.site-footer .nav-footer {
  color: #ffffff;
}
.site-footer .nav-footer li a {
  color: #ffffff;
  padding: 0.3rem 0;
  margin: 0;
}
.site-footer .nav-footer li a:hover {
  color: #6c7f2a;
  background-color: transparent;
}
.site-footer .nav-footer li a:focus {
  color: #6c7f2a;
  background-color: transparent;
}
.site-footer .logo {
  position: absolute;
  bottom: 1rem;
  left: -6.5rem;
  opacity: 0.1;
  width: auto;
  height: 225px;
  filter: invert(95%) sepia(7%) saturate(1282%) hue-rotate(320deg) brightness(98%) contrast(96%);
}