.font-base {
  font-family: "Merriweather", serif !important;
}

.font-secondary {
  font-family: "Montserrat", sans-serif !important;
}

html {
  font-size: 14px;
  color: #2b2f38;
}

body {
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  transition: 1.2s opacity;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
body.logged-in .nav-container {
  top: 32px;
}

h1, h2, h3, h4, h5 {
  font-family: "Merriweather", serif;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 1.875em;
}

div.main-container {
  position: relative;
  margin-top: 75px;
  padding-bottom: 100px;
}

div.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1400px) {
  div.container-fluid {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.color-gold {
  color: #ceb179 !important;
}

.color-bronze {
  color: #a67d49 !important;
}

.color-red {
  color: #ab2024 !important;
}

.color-red-2 {
  color: #8c1216 !important;
}

.btn-kings {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  background-color: #ab2024;
  border-color: #8c1216;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
}
.btn-kings.btn-lg {
  padding: 5px 10px;
  font-size: 0.8571rem;
}
@media (min-width: 768px) {
  .btn-kings.btn-lg {
    padding: 10px 25px;
    font-size: 1rem;
  }
}
.btn-kings:hover, .btn-kings:focus, .btn-kings:active, .btn-kings.active {
  background-color: #8c1216;
}

.animated {
  animation-duration: 1s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.zoomIn:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sibling-fade:hover img {
  opacity: 0.5;
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}

.sibling-fade a:hover img {
  opacity: 1;
  transition-delay: 0ms, 0ms;
}

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.shadow-soft {
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 17px;
  border: 1px solid #dadada;
}

html.ie body.frontpage div.hero-section-wrapper div.hero-section .hero-text {
  padding-bottom: 300px;
}

.accordion .accordion-toggle:before, .accordion .accordion-toggle:after {
  content: "";
  display: table;
}
.accordion .accordion-toggle:after {
  clear: both;
}

body.home .fancybox-bg {
  background: #fff !important;
}

.popover-header {
  color: #ab2024;
  font-family: "Montserrat", sans-serif;
}

.popover-body {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .navbar-brand {
    margin-left: 40%;
  }
}
@media (min-width: 992px) {
  #main_menu .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 1400px) {
  #main_menu li.dropdown:hover ul.dropdown-menu {
    display: block;
  }

  #main_menu .dropdown-toggle .caret {
    display: none;
  }
}
.tribe-events-pg-template {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}

.list-info {
  margin: 0;
}
.list-info a {
  color: #ab2024;
  text-decoration: none;
}

/* TRIBE CALENDAR */
#tribe_events_filters_toggle,
#tribe-events-content a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a, .tribe-events-back a:hover,
.tribe-events-event-meta a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover,
#tribe_events_filters_reset {
  color: #ab2024;
}

.tribe-mini-calendar-event {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background: #ecebe7;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 17px;
  border: 1px solid #d1b684;
}
.tribe-mini-calendar-event .list-date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ecebe7;
  margin: 0;
  padding: 0;
  width: 20%;
}
@media (min-width: 768px) {
  .tribe-mini-calendar-event .list-date {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .tribe-mini-calendar-event .list-date {
    width: 15%;
  }
}
.tribe-mini-calendar-event .list-date .list-dayname {
  font-family: "Montserrat", sans-serif;
  font-size: 1.286rem;
  line-height: 1.286rem;
  font-weight: 900;
  color: #ab2024;
  background: transparent;
  margin: 0;
  padding: 0;
}
.tribe-mini-calendar-event .list-date .list-daynumber {
  font-family: "Montserrat", sans-serif;
  font-size: 1.286rem;
  line-height: 1.286rem;
  font-weight: 900;
  color: #ab2024;
  padding: 0;
}
.tribe-mini-calendar-event .list-info {
  background: #fff;
  margin: 0 0 0 20%;
  padding: 10px;
  border-left: 1px solid #ceb179;
}
@media (min-width: 768px) {
  .tribe-mini-calendar-event .list-info {
    width: 90%;
    margin: 0 0 0 10%;
  }
}
@media (min-width: 1200px) {
  .tribe-mini-calendar-event .list-info {
    width: 85%;
    margin: 0 0 0 15%;
  }
}
.tribe-mini-calendar-event .list-info .tribe-events-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #a67d49;
  margin: 0;
}
.tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #a67d49;
}
.tribe-mini-calendar-event .list-info .tribe-events-location {
  font-family: "Montserrat", sans-serif;
  color: #ab2024;
  display: none;
}

p.tribe-events-widget-link a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  background-color: #ab2024;
  border-color: #8c1216;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 0.8571rem;
}
@media (min-width: 768px) {
  p.tribe-events-widget-link a {
    padding: 10px 25px;
    font-size: 1rem;
  }
}
p.tribe-events-widget-link a:hover, p.tribe-events-widget-link a:focus, p.tribe-events-widget-link a:active, p.tribe-events-widget-link a.active {
  background-color: #8c1216;
}

#tribe-events-content {
  margin-top: 100px !important;
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
  color: #ab2024;
}

.tribe-events-sub-nav li a,
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #ab2024;
  color: #fff;
}

.tribe-events-sub-nav li a, .tribe-events-sub-nav li a {
  color: #fff !important;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
  padding: 1rem;
}

.nav-container {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #ecebe7;
}
.nav-container.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1550px) {
  .nav-container.container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.nav-container.fixed-top {
  position: fixed;
}
.nav-container ul.navbar-nav {
  display: block;
}
@media (min-width: 1200px) {
  .nav-container ul.navbar-nav {
    display: flex;
  }
}
.nav-container .navbar-brand {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -100px;
  width: 200px;
  height: 70px;
}
@media (min-width: 1200px) {
  .nav-container .navbar-brand {
    width: 250px;
    height: 70px;
    position: static;
    margin-left: 0;
  }
}
.nav-container button.navbar-toggler {
  margin: 20px 0;
  color: #000;
  border-color: transparent;
}
@media (min-width: 1200px) {
  .nav-container button.navbar-toggler {
    margin: 0;
  }
}

@media (min-width: 768px) {
  #main_nav li.menu-item {
    padding-left: 0;
    padding-right: 0;
  }
}
#main_nav li.menu-item.current-menu-ancestor > a {
  color: #ab2024;
}
#main_nav a {
  color: #2b2f38;
  font-size: 0.8571rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: .5rem 1rem;
  letter-spacing: 2px;
}
@media (min-width: 1600px) {
  #main_nav a {
    padding: .5rem 20px;
  }
}
#main_nav a:hover {
  color: #ab2024;
}
#main_nav a.dropdown-item:active {
  background-color: #ab2024;
  color: #fff;
}
#main_nav ul.dropdown-menu {
  margin-top: 0;
}
#main_nav ul.dropdown-menu li a {
  text-transform: capitalize;
  font-weight: 400;
}
#main_nav ul.dropdown-menu li.current-menu-item a {
  background-color: #ab2024;
  color: #fff;
}

#main_nav .search-form {
  position: relative;
}
#main_nav .search-form .form-group {
  width: 100%;
  position: relative;
}
#main_nav .search-form .search-box {
  width: 100%;
  border-radius: 20px;
  border: 3px solid #ceb179;
  padding: 4px 7px;
}
@media (min-width: 1200px) {
  #main_nav .search-form .search-box {
    width: 90px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  #main_nav .search-form .search-box:focus, #main_nav .search-form .search-box:active {
    width: 200px;
  }
}
#main_nav .search-form .btn {
  border: none;
  cursor: pointer;
  color: #ceb179;
  position: absolute;
  right: 20px;
  top: 1px;
  padding: 0;
}
@media (min-width: 576px) {
  #main_nav .search-form .btn {
    top: 8px;
  }
}
#main_nav .search-form .btn:hover {
  background: none;
  color: #ceb179;
}

ul.social-media {
  padding: 0;
  margin: 5rem 0 0 0;
}
ul.social-media li {
  background: transparent;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 1rem 0 0;
}
@media (min-width: 1200px) {
  ul.social-media li {
    margin: 0 2rem 0 0;
  }
}
ul.social-media li a {
  display: block;
  color: #ceb179;
}
ul.social-media li a:hover {
  color: #ab2024;
  border-color: #ab2024;
}
ul.social-media.plain-icons li {
  background: none;
  margin: 0 1rem 0 0;
}
ul.social-media.plain-icons li a {
  background: none;
  padding: 10px 20px 10px 0;
  border: none;
}

footer ul.social-media.plain-icons li {
  background: transparent;
  margin: 0 1rem 0 0;
}
footer ul.social-media.plain-icons li a {
  background: none;
  border: none;
}

footer ul.social-media {
  text-align: center;
}
footer ul.social-media li {
  float: none;
  display: inline-block;
  margin: 0 1rem 0;
}
footer .nav-links {
  padding: 20px 0;
}
footer .nav-links ul {
  margin: 0 auto;
}
footer .nav-links a {
  padding: 0 20px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #2b2f38;
}
footer #footer_menu {
  margin: 0 auto;
}
footer #footer_menu li.menu-item {
  display: inline-block;
}
footer .address {
  font-family: "Merriweather", serif;
  font-style: italic;
}

#sidebar {
  padding-top: 70px;
}
#sidebar img.crown {
  max-width: 60px;
  padding-bottom: 20px;
}
#sidebar .ancestor a {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}
#sidebar ul {
  margin-top: 1rem;
}
#sidebar ul li {
  padding-bottom: 5px;
}
#sidebar ul li.current_page_item a {
  font-weight: bold;
}
#sidebar ul a {
  color: #ab2024;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
#sidebar ul a:hover {
  font-weight: bold;
}

#main_content_sidebar {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #main_content_sidebar {
    padding-top: 0;
  }
}
#main_content_sidebar h2.sidebar-title {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}
#main_content_sidebar h2.sidebar-title i {
  display: none;
}
#main_content_sidebar ul.sidebar-list {
  padding-left: 0;
  margin-left: 0;
}
#main_content_sidebar ul.sidebar-list li {
  list-style: none;
  padding-left: 0;
  padding-bottom: 5px;
  margin-left: 0;
}
#main_content_sidebar ul.sidebar-list li a {
  color: #ab2024;
  display: inline-block;
  text-decoration: none;
}
#main_content_sidebar ul.sidebar-list li a:hover {
  font-weight: bold;
}
#main_content_sidebar img {
  padding-bottom: 1rem;
}

.accordion {
  margin: 0;
}
.accordion .accordion-toggle {
  position: relative;
  background-color: #8c1216;
  cursor: pointer;
  padding: 15px 45px 15px 10px;
  margin: 0 0 1px;
  color: #fff;
  font-size: 1.143rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  transition: all 0.15s ease-in-out;
}
.accordion .accordion-toggle span {
  float: left;
}
.accordion .accordion-toggle span.right {
  float: right;
}
.accordion .accordion-toggle:hover, .accordion .accordion-toggle.open {
  background-color: #ab2024;
}
.accordion .accordion-content {
  display: none;
  background-color: #fff;
  padding: 20px 10px;
}
.accordion .accordion-content li {
  margin-left: 40px;
}
.accordion .accordion-content table.full {
  width: 100%;
  margin: 20px 0 0;
}
.accordion .accordion-content table.full a.register {
  background-color: #ab2024;
  color: #fff;
  border-bottom: 2px solid #6D0F0F;
  padding: 5px 15px;
  text-align: center;
  margin: 5px;
  border-radius: 2px;
  display: block;
  text-transform: uppercase;
}
.accordion .fa {
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1.714rem;
  margin-top: -12px;
}
.accordion .fa:before {
  content: "\f067";
}
.accordion .fa.active:before {
  content: "\f00d";
}
.accordion .accordion-content, .accordion p {
  color: #2b2f38;
  margin: 0;
}

#main_content_container .pagination .page-link {
  color: #ab2024;
}
#main_content_container .pagination .page-link.current, #main_content_container .pagination .page-link.page-current {
  color: #fff;
  background-color: #ab2024;
}

body.frontpage {
  background: url("../images/bg-gradient.png") repeat-x bottom;
}
body.frontpage h2 {
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 576px) {
  body.frontpage h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  body.frontpage h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 1200px) {
  body.frontpage h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (min-width: 1600px) {
  body.frontpage h2 {
    font-size: 6rem;
    line-height: 7rem;
  }
}
body.frontpage p.lead {
  color: #a67d49;
}
@media (min-width: 768px) {
  body.frontpage p.lead {
    font-size: 1.571rem;
  }
}
body.frontpage #watch_video {
  max-width: 270px;
}
body.frontpage span.label {
  font-size: 1rem;
  text-transform: uppercase;
  color: #dddedf;
}
body.frontpage div.hero-bg {
  background: #fff url(../images/hero-bg.jpg) no-repeat top right;
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 92vh;
  min-height: 740px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  body.frontpage div.hero-bg {
    height: 92vh;
    min-height: 740px;
  }
}
body.frontpage div.hero-bg img {
  position: absolute;
  top: -100px;
  right: 0;
}
body.frontpage div.hero-bg img.main-img {
  z-index: 10;
  width: 80%;
  float: right;
  margin-right: -200px;
  -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
}
body.frontpage div.hero-bg img.tree {
  z-index: 5;
  right: 5%;
  top: -250px;
}
body.frontpage div.hero-bg.vid {
  right: 0;
}
body.frontpage div.hero-bg.square-vid {
  width: 50%;
}
body.frontpage div.hero-bg .triangle {
  position: absolute;
  top: 0;
  left: -1px;
  background: white;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 1500px 0, 200px 100%, 0% 100%);
  clip-path: polygon(0 0, 1500px 0, 200px 100%, 0% 100%);
}
body.frontpage div.hero-bg #herovid {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
body.frontpage div.hero-bg #herovid.fixed-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #fff url(../images/hero-bg.jpg) no-repeat top right;
  background-size: cover;
}
body.frontpage div.hero-bg #wrapper_herovid_play {
  min-width: 80% !important;
  left: auto !important;
  right: 0 !important;
}
body.frontpage div.gray-bg {
  background: url(../images/bg-gray-2.jpg) repeat-x top center;
}
body.frontpage div.hero-section-wrapper {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.frontpage div.hero-section-wrapper {
    height: 92vh;
    overflow: hidden;
  }
}
body.frontpage div.hero-section-wrapper div.hero-section {
  background: #fff;
  display: block;
  position: relative;
}
body.frontpage div.hero-section-wrapper div.hero-section.bg-gray {
  height: auto;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  body.frontpage div.hero-section-wrapper div.hero-section {
    background: url(../images/angle-fixed-2.png) no-repeat right top;
    height: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1200px) {
  body.frontpage div.hero-section-wrapper div.hero-section {
    height: 92vh;
    min-height: 740px;
  }
}
body.frontpage div.hero-section-wrapper div.hero-section .hero-text {
  padding-top: 30px;
}
@media (min-width: 992px) {
  body.frontpage div.hero-section-wrapper div.hero-section .hero-text {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  body.frontpage div.hero-section-wrapper div.hero-section h2 {
    padding: 1rem 0 0 0;
  }
}
body.frontpage div.hero-section-wrapper div.hero-section hr {
  max-width: 100px;
  border-top: 2px solid #ceb179;
}
@media (min-width: 992px) {
  body.frontpage div.hero-section-wrapper div.hero-section hr {
    margin: 30px 0;
    max-width: 200px;
  }
}
body.frontpage div.hero-section-wrapper div.hero-section p {
  color: #a67d49;
  max-width: 650px;
}
body.frontpage div.hero-section-wrapper div.hero-section .mobile-hero-banner {
  padding-right: 0;
}
body.frontpage div.hero-section-wrapper .scroll-down {
  position: absolute;
  left: 6rem;
  bottom: 100px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #ceb179;
  border-right: 2px solid #ceb179;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}
body.frontpage div.hero-section-wrapper .scroll-down.bot {
  bottom: 115px;
  -webkit-animation: fade_move_down_bot 2s ease-in-out infinite;
  -moz-animation: fade_move_down_bot 2s ease-in-out infinite;
  animation: fade_move_down_bot 2s ease-in-out infinite;
}
body.frontpage div.hero-section-wrapper .arrow-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
  width: 100%;
  color: #ceb179;
}
body.frontpage div.hero-section-wrapper .arrow-down .circle {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: fade_move_circle 2s ease-in-out infinite;
  -moz-animation: fade_move_circle 2s ease-in-out infinite;
  animation: fade_move_circle 2s ease-in-out infinite;
}
body.frontpage div.hero-section-wrapper .arrow-down .circle .fa {
  line-height: 50px;
  color: #ceb179;
}
@-webkit-keyframes fade_move_circle {
  0% {
    -webkit-transform: translate(0, -90px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_circle {
  0% {
    -moz-transform: translate(0, -90px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes fade_move_circle {
  0% {
    transform: translate(0, -90px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes fade_move_down_bot {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
  }
}
@-moz-keyframes fade_move_down_bot {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down_bot {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
body.frontpage div.front-message-mobile {
  background-color: #ecebe7;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.frontpage div.front-message-mobile div.mobile-faces {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.frontpage div.front-message-mobile div.mobile-faces .img-wrapper {
  background: #fff;
  border-radius: 100%;
  padding: 2px;
}
@media (min-width: 768px) {
  body.frontpage div.front-message-mobile div.mobile-faces .img-wrapper {
    padding: 5px;
  }
}
body.frontpage div.front-message {
  background: #fff url(../images/gradient-gray-white.png) repeat-x top;
  padding: 100px 15px;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  body.frontpage div.front-message h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) {
  body.frontpage div.front-message h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (min-width: 1600px) {
  body.frontpage div.front-message h2 {
    font-size: 6rem;
    line-height: 7rem;
  }
}
@media (min-width: 1200px) {
  body.frontpage div.front-message {
    padding: 150px 6rem 100px;
  }
}
body.frontpage div.front-message.bg-gray {
  margin-top: -18px;
  padding-top: 300px;
}
body.frontpage div.front-message p {
  padding: 5rem 0;
}
body.frontpage div.front-message .floating-images {
  position: relative;
  overflow: hidden;
}
body.frontpage div.front-message .floating-images .portrait {
  position: absolute;
  z-index: 10;
}
body.frontpage div.front-message .floating-images .portrait img {
  width: 80px;
  border-radius: 100%;
}
@media (min-width: 1600px) {
  body.frontpage div.front-message .floating-images .portrait img {
    width: 100px;
  }
}
body.frontpage div.front-message .floating-images .portrait img.size-lg {
  width: 120px;
}
@media (min-width: 1600px) {
  body.frontpage div.front-message .floating-images .portrait img.size-lg {
    width: 150px;
  }
}
body.frontpage div.front-message .floating-images .portrait a {
  cursor: pointer;
}
body.frontpage div.front-message .floating-images .portrait__1 {
  top: 0;
  right: 10px;
}
body.frontpage div.front-message .floating-images .portrait__2 {
  top: 55px;
  left: 15px;
}
body.frontpage div.front-message .floating-images .portrait__3 {
  top: 170px;
  right: 110px;
}
body.frontpage div.front-message .floating-images .portrait__4 {
  left: 5px;
  bottom: 215px;
}
body.frontpage div.front-message .floating-images .portrait__5 {
  right: 100px;
  bottom: 90px;
}
body.frontpage div.front-message .floating-images .portrait__6 {
  right: 0;
  bottom: 5px;
}
body.frontpage div.front-message .floating-images .portrait__7 {
  top: 0;
  left: 10px;
}
body.frontpage div.front-message .floating-images .portrait__8 {
  top: 80px;
  left: 125px;
}
body.frontpage div.front-message .floating-images .portrait__9 {
  top: 220px;
  right: 0px;
}
body.frontpage div.front-message .floating-images .portrait__10 {
  left: 55px;
  bottom: 220px;
}
body.frontpage div.front-message .floating-images .portrait__11 {
  right: 30px;
  bottom: 90px;
}
body.frontpage div.front-message .floating-images .portrait__12 {
  left: 0;
  bottom: 5px;
}
body.frontpage div.front-message .floating-images .portrait__bar1 {
  top: 145px;
  right: 0;
  z-index: 5;
}
body.frontpage div.front-message .floating-images .portrait__bar1 img {
  width: auto;
}
body.frontpage div.front-message .floating-images .portrait__bar2 {
  top: 0;
  right: 45px;
  z-index: 5;
}
body.frontpage div.front-message .floating-images .portrait__bar2 img {
  width: auto;
}
@media (min-width: 768px) {
  body.frontpage div.front-message .comm-text {
    padding-top: 100px;
  }
}
body.frontpage div.front-message .comm-badge {
  padding: 2rem 0;
}
body.frontpage .class-events-wrapper {
  background: #fff;
}
@media (min-width: 992px) {
  body.frontpage .class-events-wrapper {
    background: url(../images/bg-bldg.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
body.frontpage .our-classes {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body.frontpage .our-classes {
    padding: 25px 6rem 25px;
  }
}
@media (min-width: 1500px) {
  body.frontpage .our-classes {
    padding: 100px 6rem 100px;
  }
}
body.frontpage .our-classes span.label {
  text-align: center;
  width: 100%;
  display: inline-block;
}
body.frontpage .our-classes .word-break {
  text-align: center;
}
@media (min-width: 992px) {
  body.frontpage .our-classes .word-break {
    text-align: left;
    max-width: 285px;
    padding-bottom: 30px;
  }
}
body.frontpage .our-classes .classes-text {
  text-align: center;
}
@media (min-width: 992px) {
  body.frontpage .our-classes .classes-text {
    text-align: left;
  }
}
body.frontpage .our-classes .text-wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  body.frontpage .our-classes .text-wrapper {
    text-align: left;
    max-width: 400px;
    border-left: 3px solid #ceb179;
    padding-left: 20px;
    margin-left: 40px;
  }
}
body.frontpage .our-classes a.btn-kings {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  body.frontpage .our-classes a.btn-kings {
    margin: 30px auto;
  }
}
body.frontpage .our-classes .classes-photos a img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.frontpage .our-classes .classes-photos a img {
    margin-bottom: 0;
    transition: all 0.15s ease-in-out;
  }
}
body.frontpage .our-classes .classes-photos a:hover img {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  body.frontpage .our-classes .classes-photos a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
body.frontpage .news-events {
  background: url(../images/diagonal.png) no-repeat top right;
  padding: 20px 3rem;
}
@media (min-width: 768px) {
  body.frontpage .news-events {
    padding: 50px 6rem 100px;
  }
}
@media (min-width: 1500px) {
  body.frontpage .news-events {
    padding: 100px 6rem 100px;
  }
}
@media (min-width: 1500px) {
  body.frontpage .news-events .news {
    padding-top: 50px;
  }
}
body.frontpage .news-events .news .news-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  body.frontpage .news-events .news .news-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  body.frontpage .news-events .news .news-item {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  body.frontpage .news-events .news .news-item {
    padding-left: 0;
    padding-right: 0;
  }
}
body.frontpage .news-events .news .news-item .card {
  border-color: #ceb179;
}
body.frontpage .news-events .news .news-item .card .card-body {
  padding: 0;
  position: relative;
  height: auto;
}
body.frontpage .news-events .news .news-item .card .card-body .card-body-container {
  padding: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.frontpage .news-events .news .news-item .card .card-body .card-body-container {
    margin-bottom: 4rem;
  }
}
body.frontpage .news-events .news .news-item .card .card-body h6 {
  font-family: "Montserrat", sans-serif;
  color: #ababab;
  text-transform: uppercase;
}
body.frontpage .news-events .news .news-item .card .card-body h4 {
  font-family: "Montserrat", sans-serif;
  color: #a67d49;
}
body.frontpage .news-events .news .news-item .card .card-body p.date {
  color: #ab2024;
}
body.frontpage .news-events .news .news-item .card .card-body .link-wrapper {
  width: 100%;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  body.frontpage .news-events .news .news-item .card .card-body .link-wrapper {
    position: absolute;
    bottom: 0;
  }
}
body.frontpage .news-events .events .sibling-fade:hover .tribe-mini-calendar-event {
  opacity: 0.5;
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}
body.frontpage .news-events .events .sibling-fade .type-tribe_events:hover .tribe-mini-calendar-event {
  opacity: 1;
  transition-delay: 0ms, 0ms;
}

@keyframes p1_bounce {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@keyframes p2_bounce {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@keyframes p3_bounce {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
.secondary .main-container {
  background: #fff url("../images/bg-bldg.jpg") no-repeat top right;
}
@media (min-width: 1200px) {
  .secondary .main-container {
    background: #fff url("../images/bg-bldg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

#main_content_container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#main_content_container h1 {
  font-size: 2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #main_content_container h1 {
    font-size: 3rem;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  #main_content_container h1 {
    font-size: 4rem;
  }
}
#main_content_container h2, #main_content_container h3, #main_content_container h4, #main_content_container h5 {
  font-family: "Montserrat", sans-serif;
  color: #ceb179;
  text-transform: capitalize;
}
#main_content_container h2.sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.143rem;
  color: #a67d49;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #main_content_container h2.sub-title {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 768px) {
  #main_content_container h2.sub-title {
    font-size: 1.571rem;
  }
}
#main_content_container p {
  font-size: 1rem;
  line-height: 2rem;
}
#main_content_container a {
  color: #ab2024;
  font-weight: bold;
  text-decoration: none;
}
#main_content_container a.btn-kings {
  color: #fff;
}
#main_content_container li {
  font-size: 1rem;
  line-height: 2rem;
}
#main_content_container .accordion h3 {
  color: #fff;
}
@media (min-width: 768px) {
  #main_content_container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#main_content_container #main_content_wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  #main_content_container #main_content_wrapper {
    text-align: left;
  }
}
#main_content_container #main_content_wrapper #main_content h1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  #main_content_container #main_content_wrapper #main_content h1 {
    font-size: 4rem;
    line-height: 5rem;
    text-align: left;
    margin-bottom: 50px;
  }
}
#main_content_container #main_content_wrapper img.crown {
  max-width: 50px;
  display: none !important;
}
#main_content_container #main_content_wrapper hr.small {
  max-width: 50px;
  border-top: 2px solid #ceb179;
  padding-bottom: 20px;
}
#main_content_container #main_content_wrapper .border-wrap {
  text-align: left;
}
@media (min-width: 768px) {
  #main_content_container #main_content_wrapper .border-wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 2px solid #ceb179;
  }
}
#main_content_container.card-layout .card-body {
  padding: 0;
}
#main_content_container.card-layout .card-body.search-body {
  padding: 1.25rem;
}
#main_content_container.card-layout .card-body-container {
  position: relative;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  #main_content_container.card-layout .card-body-container {
    min-height: 350px;
  }
}
#main_content_container.card-layout .card-body-container .card-text {
  margin-bottom: 4rem;
}
#main_content_container.card-layout .read-more-wrapper {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
}
#main_content_container.single-post .card-title {
  line-height: 2.571rem;
}
@media (min-width: 992px) {
  #main_content_container #staff_card .card-body-container {
    min-height: 180px;
  }
}

.single-post .card-text img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.single-post .card-text img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.single-post .card-text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post .card-text a img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.single-post .card-text a img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.single-post .card-text a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-profile-view {
  width: 100%;
  max-width: 1024px;
}
.modal-profile-view h3 {
  margin-bottom: 5px;
}
.modal-profile-view .message {
  text-align: center;
  padding: 20px 0;
}
.modal-profile-view .message i.fa {
  font-size: 2rem;
  color: #ceb179;
  padding-bottom: 20px;
}
.modal-profile-view .message p {
  font-family: "Merriweather", serif;
  font-size: 1.429rem;
}

.video-page .video-card {
  margin-bottom: 4rem;
}
.video-page .video-title {
  padding: 20px;
  margin: 0;
}
.video-page .video-title h4 {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
