/*
 * SCSS main file - main.scss
 * complied with SASS plugin in coda or https://wordpress.org/plugins/wp-scss/
 */
/*
 * SCSS variables - _variables.scss
 */
/*
 * SCSS typograpy styles and font mixins - base/_typography.scss
 */
/*
 * SCSS global styles - base/_global.scss
 */
html, body {
  margin: 0;
  padding: 0;
  background-color: #6a1324;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

p {
  margin: 1em 0px;
}
p.caption {
  margin-top: 0.3em;
  color: #1c1a1b;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
}

.content h1 {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.content h2 {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  line-height: 36px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.content h4 {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.content h5 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.content h6 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.content .subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.content p a {
  color: #61613d;
}
.content p a:hover {
  color: #dbae94;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  width: 90%;
  padding: 0 0 0 60px;
  margin: 60px 0;
  border-left: 6px solid #dbae94;
  color: #61613d;
}

ul li, ol li {
  margin-bottom: 16px;
}

ul {
  list-style: disc;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
}
.container.full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  margin-top: 0;
}
.columns:last-child {
  margin-bottom: 0;
}

.card {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.has-background-black {
  background-color: #1c1a1b;
}

.has-text-black {
  color: #1c1a1b;
}

.content .has-text-black {
  color: #1c1a1b;
}

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

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

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

.has-background-color1 {
  background-color: #805e53;
}

.has-text-color1 {
  color: #805e53;
}

.content .has-text-color1 {
  color: #805e53;
}

.has-background-color2 {
  background-color: #8c182b;
}

.has-text-color2 {
  color: #8c182b;
}

.content .has-text-color2 {
  color: #8c182b;
}

.has-background-color3 {
  background-color: #6a1324;
}

.has-text-color3 {
  color: #6a1324;
}

.content .has-text-color3 {
  color: #6a1324;
}

.has-background-color4 {
  background-color: #dbae94;
}

.has-text-color4 {
  color: #dbae94;
}

.content .has-text-color4 {
  color: #dbae94;
}

.has-background-color5 {
  background-color: #61613d;
}

.has-text-color5 {
  color: #61613d;
}

.content .has-text-color5 {
  color: #61613d;
}

.has-background-dark_gray .content p, .has-background-dark_gray .content h1, .has-background-dark_gray .content h2, .has-background-dark_gray .content h3, .has-background-dark_gray .content h4, .has-background-dark_gray .content h5, .has-background-dark_gray .content date, .has-background-dark_gray .content .event-title,
.has-background-brown .content p,
.has-background-brown .content h1,
.has-background-brown .content h2,
.has-background-brown .content h3,
.has-background-brown .content h4,
.has-background-brown .content h5,
.has-background-brown .content date,
.has-background-brown .content .event-title,
.has-background-dark_blue .content p,
.has-background-dark_blue .content h1,
.has-background-dark_blue .content h2,
.has-background-dark_blue .content h3,
.has-background-dark_blue .content h4,
.has-background-dark_blue .content h5,
.has-background-dark_blue .content date,
.has-background-dark_blue .content .event-title,
.has-background-dark_pink_1 .content p,
.has-background-dark_pink_1 .content h1,
.has-background-dark_pink_1 .content h2,
.has-background-dark_pink_1 .content h3,
.has-background-dark_pink_1 .content h4,
.has-background-dark_pink_1 .content h5,
.has-background-dark_pink_1 .content date,
.has-background-dark_pink_1 .content .event-title,
.has-background-dark_pink_2 .content p,
.has-background-dark_pink_2 .content h1,
.has-background-dark_pink_2 .content h2,
.has-background-dark_pink_2 .content h3,
.has-background-dark_pink_2 .content h4,
.has-background-dark_pink_2 .content h5,
.has-background-dark_pink_2 .content date,
.has-background-dark_pink_2 .content .event-title,
.has-background-primary_orange .content p,
.has-background-primary_orange .content h1,
.has-background-primary_orange .content h2,
.has-background-primary_orange .content h3,
.has-background-primary_orange .content h4,
.has-background-primary_orange .content h5,
.has-background-primary_orange .content date,
.has-background-primary_orange .content .event-title,
.has-background-primary_rust .content p,
.has-background-primary_rust .content h1,
.has-background-primary_rust .content h2,
.has-background-primary_rust .content h3,
.has-background-primary_rust .content h4,
.has-background-primary_rust .content h5,
.has-background-primary_rust .content date,
.has-background-primary_rust .content .event-title,
.has-background-secondary_orange .content p,
.has-background-secondary_orange .content h1,
.has-background-secondary_orange .content h2,
.has-background-secondary_orange .content h3,
.has-background-secondary_orange .content h4,
.has-background-secondary_orange .content h5,
.has-background-secondary_orange .content date,
.has-background-secondary_orange .content .event-title,
.has-background-secondary_orange_shadow .content p,
.has-background-secondary_orange_shadow .content h1,
.has-background-secondary_orange_shadow .content h2,
.has-background-secondary_orange_shadow .content h3,
.has-background-secondary_orange_shadow .content h4,
.has-background-secondary_orange_shadow .content h5,
.has-background-secondary_orange_shadow .content date,
.has-background-secondary_orange_shadow .content .event-title {
  color: #fff;
}

.has-background-white .content h2 {
  color: #fff;
}
.has-background-white .content .subtitle {
  color: #61613d;
}

/*
 * SCSS header - _header.scss
 * styles for the primary header
 */
/*
 * SCSS footer - _footer.scss
 * syltes for the primary footer
 */
.button {
  margin: 7px 0 0 0;
  padding: 12px 22px;
  background-color: transparent;
  border: 1px solid transparent;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 0 0 rgba(28, 26, 27, 0);
  -moz-box-shadow: 0 0 0 rgba(28, 26, 27, 0);
  box-shadow: 0 0 0 rgba(28, 26, 27, 0);
}
.button .fa, .button .fal, .button .fas, .button .far, .button .fab {
  display: inline-block;
  margin: 0 12px 0 -6px;
}
.button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 3px 0 rgba(28, 26, 27, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(28, 26, 27, 0.15);
  box-shadow: 0 3px 0 rgba(28, 26, 27, 0.15);
}

button.button,
input[type=submit].button {
  min-width: 190px;
}
button.button span,
input[type=submit].button span {
  margin-top: -2.5px;
}

/*
 * SCSS form styles - base/_forms.scss
 */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.frm_fields_container {
  padding: 20px 0px;
  width: 100%;
  max-width: 336px;
}
.frm_fields_container .frm_form_field {
  padding-bottom: 11px;
}
.frm_fields_container .frm_form_field .frm_primary_label {
  display: none;
}
.frm_fields_container .frm_form_field span.frm_required {
  display: none;
}
.frm_fields_container .frm_form_field input[type=text],
.frm_fields_container .frm_form_field input[type=email],
.frm_fields_container .frm_form_field input[type=tel],
.frm_fields_container .frm_form_field select,
.frm_fields_container .frm_form_field textarea {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px;
  width: 100%;
}
.frm_fields_container .frm_form_field textarea {
  min-height: 195px;
}
.frm_fields_container .frm_form_field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: calc(100% + 28px);
  background-image: url(../images/select-triangle.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.frm_fields_container .frm_submit .frm_button_submit {
  display: inline-block;
  position: relative;
  margin: 10px 0px;
  background: none;
  border: none;
}
.frm_fields_container .frm_submit .frm_button_submit:hover {
  cursor: pointer;
}

.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image.top {
  background-position: center top;
}
.image.contain {
  background-size: contain;
}
.image.landscape:after {
  display: block;
  content: "";
  padding-bottom: 72%;
}
.image.square:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.image.circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.image.circle:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.blade {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blade .blade-title a {
  color: #fff;
}
.blade .blade-title a:hover {
  color: #8c182b;
}
.blade.large-content .content p {
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .blade.large-content .content p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
  }
}
.blade .flip-horizontal {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
.blade .flip-horizontal:hover {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  cursor: pointer;
}
.blade.custom-hero {
  background-image: url(../images/SiQuxyN.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 220px;
  padding-bottom: 220px;
}
.blade.custom-hero.with-overlay {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}
.blade.custom-hero.with-overlay .overlay {
  background-size: 120px auto;
  background-position: top left;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.blade.custom-hero.with-overlay .overlay.right {
  background-position: top right;
  left: unset;
  right: 0;
}
.blade.custom-hero.with-overlay .overlay.cm-background-color1 {
  background-image: url(../images/pattern-color1.svg);
}
.blade.custom-hero.with-overlay .overlay.cm-background-color2 {
  background-image: url(../images/pattern-color2.svg);
}
.blade.custom-hero.with-overlay .overlay.cm-background-color3 {
  background-image: url(../images/pattern-color3.svg);
}
.blade.custom-hero.with-overlay .overlay.cm-background-color4 {
  background-image: url(../images/pattern-color4.svg);
}
.blade.custom-hero.with-overlay .overlay.cm-background-color5 {
  background-image: url(../images/pattern-color5.svg);
}
.blade.custom-hero h1 {
  color: #7d4114;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-fill-color: #7d4114;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #1afd00;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  animation: 1s ease-out 0s 1 heroTitle;
}
@media only screen and (max-width: 768px) {
  .blade.custom-hero h1 {
    font-size: 5.5rem;
    line-height: 5rem;
    -webkit-text-stroke-width: 2px;
  }
}
.blade.custom-hero h2 {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.blade img {
  margin: -120px 0;
  position: relative;
  z-index: 3;
}
.blade img.fade {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blade img.img-hidden {
  opacity: 0;
}
.blade img.rotate-right {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}
.blade img.rotate-right.fade {
  animation: 1s ease-out 0s 1 fadeImageRight;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .blade img.rotate-right {
    margin-bottom: 0;
  }
}
.blade img.rotate-left {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.blade img.rotate-left.fade {
  animation: 1s ease-out 0s 1 fadeImageLeft;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .blade img.rotate-left {
    margin-top: 0;
  }
}

@keyframes heroTitle {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeImageLeft {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    opacity: 1;
  }
}
@keyframes fadeImageRight {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    opacity: 1;
  }
}

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