/*!
Theme Name: Beast and Cleaver 2019
Theme URI: http://www.beastandcleaver.com
Author: Joe Tan (A Brave New)

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-7px); } }

@-webkit-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }

@-moz-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }

@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }

@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px; } }

@-moz-keyframes loading {
  100% {
    background-position: 0px -570px; } }

@keyframes loading {
  100% {
    background-position: 0px -570px; } }

@-webkit-keyframes loop {
  from {
    -webkit-transform: translate(0%, 0%); }
  to {
    -webkit-transform: translate(-50%, 0%); } }

@-moz-keyframes loop {
  from {
    -moz-transform: translate(0%, 0%); }
  to {
    -moz-transform: translate(-50%, 0%); } }

@keyframes loop {
  from {
    transform: translate(0%, 0%); }
  to {
    transform: translate(-50%, 0%); } }

/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2017 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/* @group Grid Layout */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1; }
  .row:after {
    content: ' ';
    display: block;
    clear: both; }
  .row:last-child {
    margin-bottom: 0; }
  .row.group {
    margin-bottom: 0; }

/*! 16 grid, 25px margins */
.row > [class*="span"],
.row > [class*="col"],
.wpb_row.vc_row-fluid > [class*="vc_span"] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: -25px;
  margin-left: calc(-25px); }

.row > [class*="span"],
.row > [class*="col"],
.wpb_row.vc_row-fluid > [class*="vc_span"] {
  margin-left: 25px;
  margin-left: calc(25px); }

.row > .col1_10 {
  width: 10%;
  width: -webkit-calc(10% - 25px);
  width: -moz-calc(10% - 25px);
  width: calc(10% - 25px); }

.row > .offset1_10 {
  margin-left: 10%;
  margin-left: -webkit-calc(10% + 25px);
  margin-left: -moz-calc(10% + 25px);
  margin-left: calc(10% + 25px); }

.row > .col1_5, .row > .col2_10, .row > .col3_15 {
  width: 20%;
  width: -webkit-calc(20% - 25px);
  width: -moz-calc(20% - 25px);
  width: calc(20% - 25px); }

.row > .offset1_5, .row > .offset2_10, .row > .offset3_15 {
  margin-left: 20%;
  margin-left: -webkit-calc(20% + 25px);
  margin-left: -moz-calc(20% + 25px);
  margin-left: calc(20% + 25px); }

.row > .col1_4, .row > .col2_8, .row > .col3_12, .row > .col4_16, .row > .span3, .wpb_row.vc_row-fluid > .vc_span3 {
  width: 25%;
  width: -webkit-calc(25% - 25px);
  width: -moz-calc(25% - 25px);
  width: calc(25% - 25px); }

.row > .offset1_4, .row > .offset2_8, .row > .offset3_12, .row > .offset4_16, .row > .offset3 {
  margin-left: 25%;
  margin-left: -webkit-calc(25% + 25px);
  margin-left: -moz-calc(25% + 25px);
  margin-left: calc(25% + 25px); }

.row > .col3_10 {
  width: 30%;
  width: -webkit-calc(30% - 25px);
  width: -moz-calc(30% - 25px);
  width: calc(30% - 25px); }

.row > .offset3_10 {
  margin-left: 30%;
  margin-left: -webkit-calc(30% + 25px);
  margin-left: -moz-calc(30% + 25px);
  margin-left: calc(30% + 25px); }

.row > .col2_5, .row > .col4_10, .row > .col6_15 {
  width: 40%;
  width: -webkit-calc(40% - 25px);
  width: -moz-calc(40% - 25px);
  width: calc(40% - 25px); }

.row > .offset2_5, .row > .offset4_10, .row > .offset6_15 {
  margin-left: 40%;
  margin-left: -webkit-calc(40% + 25px);
  margin-left: -moz-calc(40% + 25px);
  margin-left: calc(40% + 25px); }

.row > .col1_2, .row > .col2_4, .row > .col3_6, .row > .col4_8, .row > .col5_10, .row > .col6_12, .row > .col7_14, .row > .col8_16, .row > .span6, .wpb_row.vc_row-fluid > .vc_span6 {
  width: 50%;
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px); }

.row > .offset1_2, .row > .offset2_4, .row > .offset3_6, .row > .offset4_8, .row > .offset5_10, .row > .offset6_12, .row > .offset7_14, .row > .offset8_16, .row > .offset6 {
  margin-left: 50%;
  margin-left: -webkit-calc(50% + 25px);
  margin-left: -moz-calc(50% + 25px);
  margin-left: calc(50% + 25px); }

.row > .col3_5, .row > .col6_10, .row > .col9_15 {
  width: 60%;
  width: -webkit-calc(60% - 25px);
  width: -moz-calc(60% - 25px);
  width: calc(60% - 25px); }

.row > .offset3_5, .row > .offset6_10, .row > .offset9_15 {
  margin-left: 60%;
  margin-left: -webkit-calc(60% + 25px);
  margin-left: -moz-calc(60% + 25px);
  margin-left: calc(60% + 25px); }

.row > .col7_10 {
  width: 70%;
  width: -webkit-calc(70% - 25px);
  width: -moz-calc(70% - 25px);
  width: calc(70% - 25px); }

.row > .offset7_10 {
  margin-left: 70%;
  margin-left: -webkit-calc(70% + 25px);
  margin-left: -moz-calc(70% + 25px);
  margin-left: calc(70% + 25px); }

.row > .col3_4, .row > .col6_8, .row > .col9_12, .row > .col12_16, .row > .span9, .wpb_row.vc_row-fluid > .vc_span9 {
  width: 75%;
  width: -webkit-calc(75% - 25px);
  width: -moz-calc(75% - 25px);
  width: calc(75% - 25px); }

.row > .offset3_4, .row > .offset6_8, .row > .offset9_12, .row > .offset12_16, .row > .offset9 {
  margin-left: 75%;
  margin-left: -webkit-calc(75% + 25px);
  margin-left: -moz-calc(75% + 25px);
  margin-left: calc(75% + 25px); }

.row > .col4_5, .row > .col8_10, .row > .col12_15 {
  width: 80%;
  width: -webkit-calc(80% - 25px);
  width: -moz-calc(80% - 25px);
  width: calc(80% - 25px); }

.row > .offset4_5, .row > .offset8_10, .row > .offset12_15 {
  margin-left: 80%;
  margin-left: -webkit-calc(80% + 25px);
  margin-left: -moz-calc(80% + 25px);
  margin-left: calc(80% + 25px); }

.row > .col9_10 {
  width: 90%;
  width: -webkit-calc(90% - 25px);
  width: -moz-calc(90% - 25px);
  width: calc(90% - 25px); }

.row > .offset9_10 {
  margin-left: 90%;
  margin-left: -webkit-calc(90% + 25px);
  margin-left: -moz-calc(90% + 25px);
  margin-left: calc(90% + 25px); }

.row > .col1_1, .row > .col2_2, .row > .col3_3, .row > .col4_4, .row > .col5_5, .row > .col6_6, .row > .col7_7, .row > .col8_8, .row > .col9_9, .row > .col10_10, .row > .col11_11, .row > .col12_12, .row > .col13_13, .row > .col14_14, .row > .col15_15, .row > .col16_16, .row > .span12, .wpb_row.vc_row-fluid > .vc_span12 {
  width: 100%;
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px); }

.row > .offset1_1, .row > .offset2_2, .row > .offset3_3, .row > .offset4_4, .row > .offset5_5, .row > .offset6_6, .row > .offset7_7, .row > .offset8_8, .row > .offset9_9, .row > .offset10_10, .row > .offset11_11, .row > .offset12_12, .row > .offset13_13, .row > .offset14_14, .row > .offset15_15, .row > .offset16_16, .row > .offset12 {
  margin-left: 100%;
  margin-left: -webkit-calc(100% + 25px);
  margin-left: -moz-calc(100% + 25px);
  margin-left: calc(100% + 25px); }

.row > .col1_3, .row > .col2_6, .row > .col3_9, .row > .col4_12, .row > .col5_15, .row > .span4, .wpb_row.vc_row-fluid > .vc_span4 {
  width: 33.333%;
  width: -webkit-calc(33.333% - 25px);
  width: -moz-calc(33.333% - 25px);
  width: calc(33.333% - 25px); }

.row > .offset1_3, .row > .offset2_6, .row > .offset3_9, .row > .offset4_12, .row > .offset5_15, .row > .offset4 {
  margin-left: 33.333%;
  margin-left: -webkit-calc(33.333% + 25px);
  margin-left: -moz-calc(33.333% + 25px);
  margin-left: calc(33.333% + 25px); }

.row > .col2_3, .row > .col4_6, .row > .col6_9, .row > .col8_12, .row > .col10_15, .row > .span8, .wpb_row.vc_row-fluid > .vc_span8 {
  width: 66.667%;
  width: -webkit-calc(66.667% - 25px);
  width: -moz-calc(66.667% - 25px);
  width: calc(66.667% - 25px); }

.row > .offset2_3, .row > .offset4_6, .row > .offset6_9, .row > .offset8_12, .row > .offset10_15, .row > .offset8 {
  margin-left: 66.667%;
  margin-left: -webkit-calc(66.667% + 25px);
  margin-left: -moz-calc(66.667% + 25px);
  margin-left: calc(66.667% + 25px); }

.row > .col1_6, .row > .col2_12, .row > .span2, .wpb_row.vc_row-fluid > .vc_span2 {
  width: 16.667%;
  width: -webkit-calc(16.667% - 25px);
  width: -moz-calc(16.667% - 25px);
  width: calc(16.667% - 25px); }

.row > .offset1_6, .row > .offset2_12, .row > .offset2 {
  margin-left: 16.667%;
  margin-left: -webkit-calc(16.667% + 25px);
  margin-left: -moz-calc(16.667% + 25px);
  margin-left: calc(16.667% + 25px); }

.row > .col5_6, .row > .col10_12, .row > .span10, .wpb_row.vc_row-fluid > .vc_span10 {
  width: 83.333%;
  width: -webkit-calc(83.333% - 25px);
  width: -moz-calc(83.333% - 25px);
  width: calc(83.333% - 25px); }

.row > .offset5_6, .row > .offset10_12, .row > .offset10 {
  margin-left: 83.333%;
  margin-left: -webkit-calc(83.333% + 25px);
  margin-left: -moz-calc(83.333% + 25px);
  margin-left: calc(83.333% + 25px); }

.row > .col1_7, .row > .col2_14 {
  width: 14.286%;
  width: -webkit-calc(14.286% - 25px);
  width: -moz-calc(14.286% - 25px);
  width: calc(14.286% - 25px); }

.row > .offset1_7, .row > .offset2_14 {
  margin-left: 14.286%;
  margin-left: -webkit-calc(14.286% + 25px);
  margin-left: -moz-calc(14.286% + 25px);
  margin-left: calc(14.286% + 25px); }

.row > .col2_7, .row > .col4_14 {
  width: 28.571%;
  width: -webkit-calc(28.571% - 25px);
  width: -moz-calc(28.571% - 25px);
  width: calc(28.571% - 25px); }

.row > .offset2_7, .row > .offset4_14 {
  margin-left: 28.571%;
  margin-left: -webkit-calc(28.571% + 25px);
  margin-left: -moz-calc(28.571% + 25px);
  margin-left: calc(28.571% + 25px); }

.row > .col3_7, .row > .col6_14 {
  width: 42.857%;
  width: -webkit-calc(42.857% - 25px);
  width: -moz-calc(42.857% - 25px);
  width: calc(42.857% - 25px); }

.row > .offset3_7, .row > .offset6_14 {
  margin-left: 42.857%;
  margin-left: -webkit-calc(42.857% + 25px);
  margin-left: -moz-calc(42.857% + 25px);
  margin-left: calc(42.857% + 25px); }

.row > .col4_7, .row > .col8_14 {
  width: 57.143%;
  width: -webkit-calc(57.143% - 25px);
  width: -moz-calc(57.143% - 25px);
  width: calc(57.143% - 25px); }

.row > .offset4_7, .row > .offset8_14 {
  margin-left: 57.143%;
  margin-left: -webkit-calc(57.143% + 25px);
  margin-left: -moz-calc(57.143% + 25px);
  margin-left: calc(57.143% + 25px); }

.row > .col5_7, .row > .col10_14 {
  width: 71.429%;
  width: -webkit-calc(71.429% - 25px);
  width: -moz-calc(71.429% - 25px);
  width: calc(71.429% - 25px); }

.row > .offset5_7, .row > .offset10_14 {
  margin-left: 71.429%;
  margin-left: -webkit-calc(71.429% + 25px);
  margin-left: -moz-calc(71.429% + 25px);
  margin-left: calc(71.429% + 25px); }

.row > .col6_7, .row > .col12_14 {
  width: 85.714%;
  width: -webkit-calc(85.714% - 25px);
  width: -moz-calc(85.714% - 25px);
  width: calc(85.714% - 25px); }

.row > .offset6_7, .row > .offset12_14 {
  margin-left: 85.714%;
  margin-left: -webkit-calc(85.714% + 25px);
  margin-left: -moz-calc(85.714% + 25px);
  margin-left: calc(85.714% + 25px); }

.row > .col1_8, .row > .col2_16 {
  width: 12.5%;
  width: -webkit-calc(12.5% - 25px);
  width: -moz-calc(12.5% - 25px);
  width: calc(12.5% - 25px); }

.row > .offset1_8, .row > .offset2_16 {
  margin-left: 12.5%;
  margin-left: -webkit-calc(12.5% + 25px);
  margin-left: -moz-calc(12.5% + 25px);
  margin-left: calc(12.5% + 25px); }

.row > .col3_8, .row > .col6_16 {
  width: 37.5%;
  width: -webkit-calc(37.5% - 25px);
  width: -moz-calc(37.5% - 25px);
  width: calc(37.5% - 25px); }

.row > .offset3_8, .row > .offset6_16 {
  margin-left: 37.5%;
  margin-left: -webkit-calc(37.5% + 25px);
  margin-left: -moz-calc(37.5% + 25px);
  margin-left: calc(37.5% + 25px); }

.row > .col5_8, .row > .col10_16 {
  width: 62.5%;
  width: -webkit-calc(62.5% - 25px);
  width: -moz-calc(62.5% - 25px);
  width: calc(62.5% - 25px); }

.row > .offset5_8, .row > .offset10_16 {
  margin-left: 62.5%;
  margin-left: -webkit-calc(62.5% + 25px);
  margin-left: -moz-calc(62.5% + 25px);
  margin-left: calc(62.5% + 25px); }

.row > .col7_8, .row > .col14_16 {
  width: 87.5%;
  width: -webkit-calc(87.5% - 25px);
  width: -moz-calc(87.5% - 25px);
  width: calc(87.5% - 25px); }

.row > .offset7_8, .row > .offset14_16 {
  margin-left: 87.5%;
  margin-left: -webkit-calc(87.5% + 25px);
  margin-left: -moz-calc(87.5% + 25px);
  margin-left: calc(87.5% + 25px); }

.row > .col1_9 {
  width: 11.111%;
  width: -webkit-calc(11.111% - 25px);
  width: -moz-calc(11.111% - 25px);
  width: calc(11.111% - 25px); }

.row > .offset1_9 {
  margin-left: 11.111%;
  margin-left: -webkit-calc(11.111% + 25px);
  margin-left: -moz-calc(11.111% + 25px);
  margin-left: calc(11.111% + 25px); }

.row > .col2_9 {
  width: 22.222%;
  width: -webkit-calc(22.222% - 25px);
  width: -moz-calc(22.222% - 25px);
  width: calc(22.222% - 25px); }

.row > .offset2_9 {
  margin-left: 22.222%;
  margin-left: -webkit-calc(22.222% + 25px);
  margin-left: -moz-calc(22.222% + 25px);
  margin-left: calc(22.222% + 25px); }

.row > .col4_9 {
  width: 44.444%;
  width: -webkit-calc(44.444% - 25px);
  width: -moz-calc(44.444% - 25px);
  width: calc(44.444% - 25px); }

.row > .offset4_9 {
  margin-left: 44.444%;
  margin-left: -webkit-calc(44.444% + 25px);
  margin-left: -moz-calc(44.444% + 25px);
  margin-left: calc(44.444% + 25px); }

.row > .col5_9 {
  width: 55.556%;
  width: -webkit-calc(55.556% - 25px);
  width: -moz-calc(55.556% - 25px);
  width: calc(55.556% - 25px); }

.row > .offset5_9 {
  margin-left: 55.556%;
  margin-left: -webkit-calc(55.556% + 25px);
  margin-left: -moz-calc(55.556% + 25px);
  margin-left: calc(55.556% + 25px); }

.row > .col7_9 {
  width: 77.778%;
  width: -webkit-calc(77.778% - 25px);
  width: -moz-calc(77.778% - 25px);
  width: calc(77.778% - 25px); }

.row > .offset7_9 {
  margin-left: 77.778%;
  margin-left: -webkit-calc(77.778% + 25px);
  margin-left: -moz-calc(77.778% + 25px);
  margin-left: calc(77.778% + 25px); }

.row > .col8_9 {
  width: 88.889%;
  width: -webkit-calc(88.889% - 25px);
  width: -moz-calc(88.889% - 25px);
  width: calc(88.889% - 25px); }

.row > .offset8_9 {
  margin-left: 88.889%;
  margin-left: -webkit-calc(88.889% + 25px);
  margin-left: -moz-calc(88.889% + 25px);
  margin-left: calc(88.889% + 25px); }

.row > .col1_11 {
  width: 9.091%;
  width: -webkit-calc(9.091% - 25px);
  width: -moz-calc(9.091% - 25px);
  width: calc(9.091% - 25px); }

.row > .offset1_11 {
  margin-left: 9.091%;
  margin-left: -webkit-calc(9.091% + 25px);
  margin-left: -moz-calc(9.091% + 25px);
  margin-left: calc(9.091% + 25px); }

.row > .col2_11 {
  width: 18.182%;
  width: -webkit-calc(18.182% - 25px);
  width: -moz-calc(18.182% - 25px);
  width: calc(18.182% - 25px); }

.row > .offset2_11 {
  margin-left: 18.182%;
  margin-left: -webkit-calc(18.182% + 25px);
  margin-left: -moz-calc(18.182% + 25px);
  margin-left: calc(18.182% + 25px); }

.row > .col3_11 {
  width: 27.273%;
  width: -webkit-calc(27.273% - 25px);
  width: -moz-calc(27.273% - 25px);
  width: calc(27.273% - 25px); }

.row > .offset3_11 {
  margin-left: 27.273%;
  margin-left: -webkit-calc(27.273% + 25px);
  margin-left: -moz-calc(27.273% + 25px);
  margin-left: calc(27.273% + 25px); }

.row > .col4_11 {
  width: 36.364%;
  width: -webkit-calc(36.364% - 25px);
  width: -moz-calc(36.364% - 25px);
  width: calc(36.364% - 25px); }

.row > .offset4_11 {
  margin-left: 36.364%;
  margin-left: -webkit-calc(36.364% + 25px);
  margin-left: -moz-calc(36.364% + 25px);
  margin-left: calc(36.364% + 25px); }

.row > .col5_11 {
  width: 45.455%;
  width: -webkit-calc(45.455% - 25px);
  width: -moz-calc(45.455% - 25px);
  width: calc(45.455% - 25px); }

.row > .offset5_11 {
  margin-left: 45.455%;
  margin-left: -webkit-calc(45.455% + 25px);
  margin-left: -moz-calc(45.455% + 25px);
  margin-left: calc(45.455% + 25px); }

.row > .col6_11 {
  width: 54.545%;
  width: -webkit-calc(54.545% - 25px);
  width: -moz-calc(54.545% - 25px);
  width: calc(54.545% - 25px); }

.row > .offset6_11 {
  margin-left: 54.545%;
  margin-left: -webkit-calc(54.545% + 25px);
  margin-left: -moz-calc(54.545% + 25px);
  margin-left: calc(54.545% + 25px); }

.row > .col7_11 {
  width: 63.636%;
  width: -webkit-calc(63.636% - 25px);
  width: -moz-calc(63.636% - 25px);
  width: calc(63.636% - 25px); }

.row > .offset7_11 {
  margin-left: 63.636%;
  margin-left: -webkit-calc(63.636% + 25px);
  margin-left: -moz-calc(63.636% + 25px);
  margin-left: calc(63.636% + 25px); }

.row > .col8_11 {
  width: 72.727%;
  width: -webkit-calc(72.727% - 25px);
  width: -moz-calc(72.727% - 25px);
  width: calc(72.727% - 25px); }

.row > .offset8_11 {
  margin-left: 72.727%;
  margin-left: -webkit-calc(72.727% + 25px);
  margin-left: -moz-calc(72.727% + 25px);
  margin-left: calc(72.727% + 25px); }

.row > .col9_11 {
  width: 81.818%;
  width: -webkit-calc(81.818% - 25px);
  width: -moz-calc(81.818% - 25px);
  width: calc(81.818% - 25px); }

.row > .offset9_11 {
  margin-left: 81.818%;
  margin-left: -webkit-calc(81.818% + 25px);
  margin-left: -moz-calc(81.818% + 25px);
  margin-left: calc(81.818% + 25px); }

.row > .col10_11 {
  width: 90.909%;
  width: -webkit-calc(90.909% - 25px);
  width: -moz-calc(90.909% - 25px);
  width: calc(90.909% - 25px); }

.row > .offset10_11 {
  margin-left: 90.909%;
  margin-left: -webkit-calc(90.909% + 25px);
  margin-left: -moz-calc(90.909% + 25px);
  margin-left: calc(90.909% + 25px); }

.row > .col1_12, .row > .span1, .wpb_row.vc_row-fluid > .vc_span1 {
  width: 8.333%;
  width: -webkit-calc(8.333% - 25px);
  width: -moz-calc(8.333% - 25px);
  width: calc(8.333% - 25px); }

.row > .offset1_12, .row > .offset1 {
  margin-left: 8.333%;
  margin-left: -webkit-calc(8.333% + 25px);
  margin-left: -moz-calc(8.333% + 25px);
  margin-left: calc(8.333% + 25px); }

.row > .col5_12, .row > .span5, .wpb_row.vc_row-fluid > .vc_span5 {
  width: 41.667%;
  width: -webkit-calc(41.667% - 25px);
  width: -moz-calc(41.667% - 25px);
  width: calc(41.667% - 25px); }

.row > .offset5_12, .row > .offset5 {
  margin-left: 41.667%;
  margin-left: -webkit-calc(41.667% + 25px);
  margin-left: -moz-calc(41.667% + 25px);
  margin-left: calc(41.667% + 25px); }

.row > .col7_12, .row > .span7, .wpb_row.vc_row-fluid > .vc_span7 {
  width: 58.333%;
  width: -webkit-calc(58.333% - 25px);
  width: -moz-calc(58.333% - 25px);
  width: calc(58.333% - 25px); }

.row > .offset7_12, .row > .offset7 {
  margin-left: 58.333%;
  margin-left: -webkit-calc(58.333% + 25px);
  margin-left: -moz-calc(58.333% + 25px);
  margin-left: calc(58.333% + 25px); }

.row > .col11_12, .row > .span11, .wpb_row.vc_row-fluid > .vc_span11 {
  width: 91.667%;
  width: -webkit-calc(91.667% - 25px);
  width: -moz-calc(91.667% - 25px);
  width: calc(91.667% - 25px); }

.row > .offset11_12, .row > .offset11 {
  margin-left: 91.667%;
  margin-left: -webkit-calc(91.667% + 25px);
  margin-left: -moz-calc(91.667% + 25px);
  margin-left: calc(91.667% + 25px); }

.row > .col1_13 {
  width: 7.692%;
  width: -webkit-calc(7.692% - 25px);
  width: -moz-calc(7.692% - 25px);
  width: calc(7.692% - 25px); }

.row > .offset1_13 {
  margin-left: 7.692%;
  margin-left: -webkit-calc(7.692% + 25px);
  margin-left: -moz-calc(7.692% + 25px);
  margin-left: calc(7.692% + 25px); }

.row > .col2_13 {
  width: 15.385%;
  width: -webkit-calc(15.385% - 25px);
  width: -moz-calc(15.385% - 25px);
  width: calc(15.385% - 25px); }

.row > .offset2_13 {
  margin-left: 15.385%;
  margin-left: -webkit-calc(15.385% + 25px);
  margin-left: -moz-calc(15.385% + 25px);
  margin-left: calc(15.385% + 25px); }

.row > .col3_13 {
  width: 23.077%;
  width: -webkit-calc(23.077% - 25px);
  width: -moz-calc(23.077% - 25px);
  width: calc(23.077% - 25px); }

.row > .offset3_13 {
  margin-left: 23.077%;
  margin-left: -webkit-calc(23.077% + 25px);
  margin-left: -moz-calc(23.077% + 25px);
  margin-left: calc(23.077% + 25px); }

.row > .col4_13 {
  width: 30.769%;
  width: -webkit-calc(30.769% - 25px);
  width: -moz-calc(30.769% - 25px);
  width: calc(30.769% - 25px); }

.row > .offset4_13 {
  margin-left: 30.769%;
  margin-left: -webkit-calc(30.769% + 25px);
  margin-left: -moz-calc(30.769% + 25px);
  margin-left: calc(30.769% + 25px); }

.row > .col5_13 {
  width: 38.462%;
  width: -webkit-calc(38.462% - 25px);
  width: -moz-calc(38.462% - 25px);
  width: calc(38.462% - 25px); }

.row > .offset5_13 {
  margin-left: 38.462%;
  margin-left: -webkit-calc(38.462% + 25px);
  margin-left: -moz-calc(38.462% + 25px);
  margin-left: calc(38.462% + 25px); }

.row > .col6_13 {
  width: 46.154%;
  width: -webkit-calc(46.154% - 25px);
  width: -moz-calc(46.154% - 25px);
  width: calc(46.154% - 25px); }

.row > .offset6_13 {
  margin-left: 46.154%;
  margin-left: -webkit-calc(46.154% + 25px);
  margin-left: -moz-calc(46.154% + 25px);
  margin-left: calc(46.154% + 25px); }

.row > .col7_13 {
  width: 53.846%;
  width: -webkit-calc(53.846% - 25px);
  width: -moz-calc(53.846% - 25px);
  width: calc(53.846% - 25px); }

.row > .offset7_13 {
  margin-left: 53.846%;
  margin-left: -webkit-calc(53.846% + 25px);
  margin-left: -moz-calc(53.846% + 25px);
  margin-left: calc(53.846% + 25px); }

.row > .col8_13 {
  width: 61.538%;
  width: -webkit-calc(61.538% - 25px);
  width: -moz-calc(61.538% - 25px);
  width: calc(61.538% - 25px); }

.row > .offset8_13 {
  margin-left: 61.538%;
  margin-left: -webkit-calc(61.538% + 25px);
  margin-left: -moz-calc(61.538% + 25px);
  margin-left: calc(61.538% + 25px); }

.row > .col9_13 {
  width: 69.231%;
  width: -webkit-calc(69.231% - 25px);
  width: -moz-calc(69.231% - 25px);
  width: calc(69.231% - 25px); }

.row > .offset9_13 {
  margin-left: 69.231%;
  margin-left: -webkit-calc(69.231% + 25px);
  margin-left: -moz-calc(69.231% + 25px);
  margin-left: calc(69.231% + 25px); }

.row > .col10_13 {
  width: 76.923%;
  width: -webkit-calc(76.923% - 25px);
  width: -moz-calc(76.923% - 25px);
  width: calc(76.923% - 25px); }

.row > .offset10_13 {
  margin-left: 76.923%;
  margin-left: -webkit-calc(76.923% + 25px);
  margin-left: -moz-calc(76.923% + 25px);
  margin-left: calc(76.923% + 25px); }

.row > .col11_13 {
  width: 84.615%;
  width: -webkit-calc(84.615% - 25px);
  width: -moz-calc(84.615% - 25px);
  width: calc(84.615% - 25px); }

.row > .offset11_13 {
  margin-left: 84.615%;
  margin-left: -webkit-calc(84.615% + 25px);
  margin-left: -moz-calc(84.615% + 25px);
  margin-left: calc(84.615% + 25px); }

.row > .col12_13 {
  width: 92.308%;
  width: -webkit-calc(92.308% - 25px);
  width: -moz-calc(92.308% - 25px);
  width: calc(92.308% - 25px); }

.row > .offset12_13 {
  margin-left: 92.308%;
  margin-left: -webkit-calc(92.308% + 25px);
  margin-left: -moz-calc(92.308% + 25px);
  margin-left: calc(92.308% + 25px); }

.row > .col1_14 {
  width: 7.143%;
  width: -webkit-calc(7.143% - 25px);
  width: -moz-calc(7.143% - 25px);
  width: calc(7.143% - 25px); }

.row > .offset1_14 {
  margin-left: 7.143%;
  margin-left: -webkit-calc(7.143% + 25px);
  margin-left: -moz-calc(7.143% + 25px);
  margin-left: calc(7.143% + 25px); }

.row > .col3_14 {
  width: 21.429%;
  width: -webkit-calc(21.429% - 25px);
  width: -moz-calc(21.429% - 25px);
  width: calc(21.429% - 25px); }

.row > .offset3_14 {
  margin-left: 21.429%;
  margin-left: -webkit-calc(21.429% + 25px);
  margin-left: -moz-calc(21.429% + 25px);
  margin-left: calc(21.429% + 25px); }

.row > .col5_14 {
  width: 35.714%;
  width: -webkit-calc(35.714% - 25px);
  width: -moz-calc(35.714% - 25px);
  width: calc(35.714% - 25px); }

.row > .offset5_14 {
  margin-left: 35.714%;
  margin-left: -webkit-calc(35.714% + 25px);
  margin-left: -moz-calc(35.714% + 25px);
  margin-left: calc(35.714% + 25px); }

.row > .col9_14 {
  width: 64.286%;
  width: -webkit-calc(64.286% - 25px);
  width: -moz-calc(64.286% - 25px);
  width: calc(64.286% - 25px); }

.row > .offset9_14 {
  margin-left: 64.286%;
  margin-left: -webkit-calc(64.286% + 25px);
  margin-left: -moz-calc(64.286% + 25px);
  margin-left: calc(64.286% + 25px); }

.row > .col11_14 {
  width: 78.571%;
  width: -webkit-calc(78.571% - 25px);
  width: -moz-calc(78.571% - 25px);
  width: calc(78.571% - 25px); }

.row > .offset11_14 {
  margin-left: 78.571%;
  margin-left: -webkit-calc(78.571% + 25px);
  margin-left: -moz-calc(78.571% + 25px);
  margin-left: calc(78.571% + 25px); }

.row > .col13_14 {
  width: 92.857%;
  width: -webkit-calc(92.857% - 25px);
  width: -moz-calc(92.857% - 25px);
  width: calc(92.857% - 25px); }

.row > .offset13_14 {
  margin-left: 92.857%;
  margin-left: -webkit-calc(92.857% + 25px);
  margin-left: -moz-calc(92.857% + 25px);
  margin-left: calc(92.857% + 25px); }

.row > .col1_15 {
  width: 6.667%;
  width: -webkit-calc(6.667% - 25px);
  width: -moz-calc(6.667% - 25px);
  width: calc(6.667% - 25px); }

.row > .offset1_15 {
  margin-left: 6.667%;
  margin-left: -webkit-calc(6.667% + 25px);
  margin-left: -moz-calc(6.667% + 25px);
  margin-left: calc(6.667% + 25px); }

.row > .col2_15 {
  width: 13.333%;
  width: -webkit-calc(13.333% - 25px);
  width: -moz-calc(13.333% - 25px);
  width: calc(13.333% - 25px); }

.row > .offset2_15 {
  margin-left: 13.333%;
  margin-left: -webkit-calc(13.333% + 25px);
  margin-left: -moz-calc(13.333% + 25px);
  margin-left: calc(13.333% + 25px); }

.row > .col4_15 {
  width: 26.667%;
  width: -webkit-calc(26.667% - 25px);
  width: -moz-calc(26.667% - 25px);
  width: calc(26.667% - 25px); }

.row > .offset4_15 {
  margin-left: 26.667%;
  margin-left: -webkit-calc(26.667% + 25px);
  margin-left: -moz-calc(26.667% + 25px);
  margin-left: calc(26.667% + 25px); }

.row > .col7_15 {
  width: 46.667%;
  width: -webkit-calc(46.667% - 25px);
  width: -moz-calc(46.667% - 25px);
  width: calc(46.667% - 25px); }

.row > .offset7_15 {
  margin-left: 46.667%;
  margin-left: -webkit-calc(46.667% + 25px);
  margin-left: -moz-calc(46.667% + 25px);
  margin-left: calc(46.667% + 25px); }

.row > .col8_15 {
  width: 53.333%;
  width: -webkit-calc(53.333% - 25px);
  width: -moz-calc(53.333% - 25px);
  width: calc(53.333% - 25px); }

.row > .offset8_15 {
  margin-left: 53.333%;
  margin-left: -webkit-calc(53.333% + 25px);
  margin-left: -moz-calc(53.333% + 25px);
  margin-left: calc(53.333% + 25px); }

.row > .col11_15 {
  width: 73.333%;
  width: -webkit-calc(73.333% - 25px);
  width: -moz-calc(73.333% - 25px);
  width: calc(73.333% - 25px); }

.row > .offset11_15 {
  margin-left: 73.333%;
  margin-left: -webkit-calc(73.333% + 25px);
  margin-left: -moz-calc(73.333% + 25px);
  margin-left: calc(73.333% + 25px); }

.row > .col13_15 {
  width: 86.667%;
  width: -webkit-calc(86.667% - 25px);
  width: -moz-calc(86.667% - 25px);
  width: calc(86.667% - 25px); }

.row > .offset13_15 {
  margin-left: 86.667%;
  margin-left: -webkit-calc(86.667% + 25px);
  margin-left: -moz-calc(86.667% + 25px);
  margin-left: calc(86.667% + 25px); }

.row > .col14_15 {
  width: 93.333%;
  width: -webkit-calc(93.333% - 25px);
  width: -moz-calc(93.333% - 25px);
  width: calc(93.333% - 25px); }

.row > .offset14_15 {
  margin-left: 93.333%;
  margin-left: -webkit-calc(93.333% + 25px);
  margin-left: -moz-calc(93.333% + 25px);
  margin-left: calc(93.333% + 25px); }

.row > .col1_16 {
  width: 6.25%;
  width: -webkit-calc(6.25% - 25px);
  width: -moz-calc(6.25% - 25px);
  width: calc(6.25% - 25px); }

.row > .offset1_16 {
  margin-left: 6.25%;
  margin-left: -webkit-calc(6.25% + 25px);
  margin-left: -moz-calc(6.25% + 25px);
  margin-left: calc(6.25% + 25px); }

.row > .col3_16 {
  width: 18.75%;
  width: -webkit-calc(18.75% - 25px);
  width: -moz-calc(18.75% - 25px);
  width: calc(18.75% - 25px); }

.row > .offset3_16 {
  margin-left: 18.75%;
  margin-left: -webkit-calc(18.75% + 25px);
  margin-left: -moz-calc(18.75% + 25px);
  margin-left: calc(18.75% + 25px); }

.row > .col5_16 {
  width: 31.25%;
  width: -webkit-calc(31.25% - 25px);
  width: -moz-calc(31.25% - 25px);
  width: calc(31.25% - 25px); }

.row > .offset5_16 {
  margin-left: 31.25%;
  margin-left: -webkit-calc(31.25% + 25px);
  margin-left: -moz-calc(31.25% + 25px);
  margin-left: calc(31.25% + 25px); }

.row > .col7_16 {
  width: 43.75%;
  width: -webkit-calc(43.75% - 25px);
  width: -moz-calc(43.75% - 25px);
  width: calc(43.75% - 25px); }

.row > .offset7_16 {
  margin-left: 43.75%;
  margin-left: -webkit-calc(43.75% + 25px);
  margin-left: -moz-calc(43.75% + 25px);
  margin-left: calc(43.75% + 25px); }

.row > .col9_16 {
  width: 56.25%;
  width: -webkit-calc(56.25% - 25px);
  width: -moz-calc(56.25% - 25px);
  width: calc(56.25% - 25px); }

.row > .offset9_16 {
  margin-left: 56.25%;
  margin-left: -webkit-calc(56.25% + 25px);
  margin-left: -moz-calc(56.25% + 25px);
  margin-left: calc(56.25% + 25px); }

.row > .col11_16 {
  width: 68.75%;
  width: -webkit-calc(68.75% - 25px);
  width: -moz-calc(68.75% - 25px);
  width: calc(68.75% - 25px); }

.row > .offset11_16 {
  margin-left: 68.75%;
  margin-left: -webkit-calc(68.75% + 25px);
  margin-left: -moz-calc(68.75% + 25px);
  margin-left: calc(68.75% + 25px); }

.row > .col13_16 {
  width: 81.25%;
  width: -webkit-calc(81.25% - 25px);
  width: -moz-calc(81.25% - 25px);
  width: calc(81.25% - 25px); }

.row > .offset13_16 {
  margin-left: 81.25%;
  margin-left: -webkit-calc(81.25% + 25px);
  margin-left: -moz-calc(81.25% + 25px);
  margin-left: calc(81.25% + 25px); }

.row > .col15_16 {
  width: 93.75%;
  width: -webkit-calc(93.75% - 25px);
  width: -moz-calc(93.75% - 25px);
  width: calc(93.75% - 25px); }

.row > .offset15_16 {
  margin-left: 93.75%;
  margin-left: -webkit-calc(93.75% + 25px);
  margin-left: -moz-calc(93.75% + 25px);
  margin-left: calc(93.75% + 25px); }

.grid {
  position: relative; }

.grid:after {
  content: ' ';
  display: block;
  clear: both; }

.grid > [class*="col"] {
  float: left; }

.grid > .col1_4 {
  width: 25%; }

.grid > .col1_2,
.grid > .col2_4,
.grid > .col3_6 {
  width: 50%; }

.grid > .col3_4 {
  width: 75%; }

.grid > .col1_1,
.grid > .col2_2,
.grid > .col3_3,
.grid > .col4_4,
.grid > .col5_5,
.grid > .col6_6 {
  width: 100%; }

.grid > .col1_3,
.grid > .col2_6 {
  width: 33.333%; }

.grid > .col2_3,
.grid > .col4_6 {
  width: 66.666%; }

.grid > .col1_5 {
  width: 20%; }

.grid > .col2_5 {
  width: 40%; }

.grid > .col3_5 {
  width: 60%; }

.grid > .col4_5 {
  width: 80%; }

.grid > .col1_6 {
  width: 16.666%; }

.grid > .col5_6 {
  width: 83.333%; }

.grid > .col1_7 {
  width: 14.285%; }

.grid > .col1_8 {
  width: 12.5%; }

.grid > .col1_9 {
  width: 11.111%; }

.grid > .col1_10 {
  width: 10%; }

.grid > .offset1_1 {
  margin-left: 100%; }

.grid > .offset1_2 {
  margin-left: 50%; }

.grid > .offset1_3 {
  margin-left: 33.333%; }

.grid > .offset1_4 {
  margin-left: 25%; }

.grid > .offset1_5 {
  margin-left: 20%; }

.grid > .offset1_6 {
  margin-left: 16.666%; }

.grid > .offset1_7 {
  margin-left: 14.285%; }

.grid > .offset1_8 {
  margin-left: 12.5%; }

.grid > .offset1_9 {
  margin-left: 11.111%; }

.grid > .offset1_10 {
  margin-left: 10%; }

.table-grid {
  display: table;
  border-collapse: separate; }
  .table-grid > .row {
    display: table-row;
    margin-left: 0;
    margin-bottom: 5px; }
    .table-grid > .row > [class*="col"] {
      display: table-cell;
      float: none;
      width: auto; }
      .table-grid > .row > [class*="col"].col1_2 {
        width: 50%; }
      .table-grid > .row > [class*="col"].col1_3 {
        width: 33.333%; }
      .table-grid > .row > [class*="col"].col2_3 {
        width: 66.666%; }

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px; }

.show-grid [class*="span"],
.show-grid [class*="col"] {
  background-color: #578ec8;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff; }

@media screen and (max-width: 767px) {
  .row,
  .row > [class*="span"],
  .row > [class*="col"],
  .grid,
  .grid > [class*="col"] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0; }
  .table-grid,
  .table-grid > .grid,
  .table-grid > .grid > [class*="col"] {
    float: none;
    display: block;
    width: auto; } }

/* @end */
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px; }

img.sample {
  background: #00aaee; }

html, body {
  margin: 0;
  padding: 0;
  font-family: Halant, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #505050;
  text-align: left;
  min-width: 320px; }

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #000; }

body {
  padding: 0 0 0px 0;
  background: #fff; }
  body.rtl {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

em strong,
strong em {
  font-weight: bold;
  font-style: italic; }

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden; }

.clear {
  clear: both; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.entity {
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif; }

.text-sans-serif {
  font-family: Montserrat, sans-serif; }

.text-serif {
  font-family: Halant, serif; }

.text-headline {
  font-family: Montserrat, sans-serif; }

.text-cursive {
  font-family: cursive; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-white {
  color: white; }

.text-black {
  color: black; }

.text-red {
  color: red; }

.text-green {
  color: green; }

.text-blue {
  color: blue; }

.text-light-blue {
  color: blue; }

.text-orange {
  color: #E05D49; }

.text-yellow {
  color: yellow; }

.text-navy-blue {
  color: navy; }

.text-teal {
  color: teal; }

.text-purple {
  color: purple; }

.text-gray {
  color: gray; }

.text-silver {
  color: silver; }

.text-dark-gray {
  color: gray; }

.text-nowrap {
  white-space: nowrap; }

img {
  max-width: 100%;
  height: auto; }

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0; }

img[align=right],
img.alignright {
  margin: 0 0 15px 15px; }

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto; }

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

img,
a > img {
  border: 0; }

a {
  font-weight: 500;
  color: #E05D49;
  text-decoration: underline;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  a:hover {
    text-decoration: none; }
  a.more {
    white-space: nowrap; }

p {
  margin: 0 0 1em 0; }
  p:last-child {
    margin-bottom: 0; }

iframe {
  max-width: 100%; }
  .fb_iframe_widget iframe {
    max-width: none; }

.intro {
  margin: 0 0 1em;
  font-size: 1.33em; }

.clickable {
  cursor: pointer; }

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0; }

ul {
  margin: 0 0 1em; }

hr {
  margin: 2.5em auto;
  width: 100%;
  border-bottom: 2px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none; }

th, td {
  border: 0; }

blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1.7em 0;
  padding: 10px 20px;
  font-weight: 400;
  border-left: 5px solid #009caf; }
  blockquote p {
    position: relative;
    z-index: 1; }
  blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    font-style: normal;
    font-size: 85%;
    line-height: normal;
    text-transform: uppercase; }
    blockquote cite:before {
      content: '\2014';
      margin-right: 0.25em; }
  blockquote.alignright {
    width: 50%;
    margin: 0 0 1em 1em; }
  blockquote.alignleft {
    width: 50%;
    margin: 0 1em 1em 0; }

.toggle {
  cursor: pointer; }

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6; }

.expandable {
  cursor: pointer;
  position: relative; }
  .expandable:hover {
    color: blue; }
  .expandable:before {
    display: inline-block;
    margin: 0 0.2em 0 0;
    font-family: "FontAwesome";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    content: "\f0da";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .expandable.opened:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.expand-content {
  display: none;
  margin: 0 0 1.5em 0; }

.expandable-box {
  margin: 0 auto 2em 0;
  padding: 0 0 1.5em 0; }
  .expandable-box > .content {
    position: relative;
    max-height: 6em;
    overflow: hidden;
    -webkit-transition: max-height, 0.2s linear;
    -moz-transition: max-height, 0.2s linear;
    -ms-transition: max-height, 0.2s linear;
    -o-transition: max-height, 0.2s linear;
    transition: max-height, 0.2s linear; }
    .expandable-box > .content:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80%;
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: linear-gradient(top, rgba(255, 255, 255, 0), #fff); }
  .expandable-box > .more {
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
    text-align: right;
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    color: green;
    text-transform: uppercase; }
    .expandable-box > .more:after {
      margin-left: 0.5em;
      font-family: "FontAwesome";
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: none !important;
      content: "\f107"; }
  .expandable-box.on > .content {
    max-height: 1000px; }
    .expandable-box.on > .content:after {
      display: none; }
  .expandable-box.on > .more:after {
    content: "\f106"; }

@media screen and (min-width: 768px) {
  .mobile-only, .desktop-hide {
    display: none !important; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }
  .mobile-hide, .desktop-only {
    display: none !important; } }

.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%; }

@media screen and (max-width: 767px) {
  table,
  tr,
  td {
    display: block; }
  td {
    margin-bottom: 1em; }
  table.table-responsive > thead {
    display: none; }
  table.table-responsive > tbody > tr > td {
    margin-bottom: 0; }
    table.table-responsive > tbody > tr > td:before {
      display: block;
      content: attr(data-label);
      font-size: 80%; }
    table.table-responsive > tbody > tr > td:last-child {
      margin-bottom: 1em; } }

input[type="submit"],
input[type="button"],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 0.75em 1.7em;
  font-family: Halant, serif;
  font-size: initial;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #E05D49;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  letter-spacing: 0.15em; }
  input[type="submit"] > span,
  input[type="button"] > span,
  button > span,
  .button > span,
  .btn > span {
    margin-left: 5px; }
  input[type="submit"].bitten:before,
  input[type="button"].bitten:before,
  button.bitten:before,
  .button.bitten:before,
  .btn.bitten:before {
    content: ' ';
    display: block;
    position: absolute;
    top: -1.2em;
    left: -0.3em;
    width: 50px;
    height: 50px;
    background: url(images/icons/bite.svg) no-repeat 50% 50%;
    background-size: contain; }
  input[type="submit"].aligncenter, input[type="submit"].center,
  input[type="button"].aligncenter,
  input[type="button"].center,
  button.aligncenter,
  button.center,
  .button.aligncenter,
  .button.center,
  .btn.aligncenter,
  .btn.center {
    display: block;
    max-width: 250px;
    margin: 0 auto 1em; }
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover,
  .btn:hover {
    background: #d23b24;
    text-decoration: none; }
  input[type="submit"].green,
  input[type="button"].green,
  button.green,
  .button.green,
  .btn.green {
    background-color: green; }
    input[type="submit"].green:hover,
    input[type="button"].green:hover,
    button.green:hover,
    .button.green:hover,
    .btn.green:hover {
      background-color: #006700; }
  input[type="submit"].blue,
  input[type="button"].blue,
  button.blue,
  .button.blue,
  .btn.blue {
    background-color: blue; }
    input[type="submit"].blue:hover,
    input[type="button"].blue:hover,
    button.blue:hover,
    .button.blue:hover,
    .btn.blue:hover {
      background-color: #0000e6; }
  input[type="submit"].teal,
  input[type="button"].teal,
  button.teal,
  .button.teal,
  .btn.teal {
    background-color: teal; }
    input[type="submit"].teal:hover,
    input[type="button"].teal:hover,
    button.teal:hover,
    .button.teal:hover,
    .btn.teal:hover {
      background-color: #006767; }
  input[type="submit"].orange,
  input[type="button"].orange,
  button.orange,
  .button.orange,
  .btn.orange {
    background-color: #E05D49; }
    input[type="submit"].orange:hover,
    input[type="button"].orange:hover,
    button.orange:hover,
    .button.orange:hover,
    .btn.orange:hover {
      background-color: #dc4a33; }
  input[type="submit"].gray,
  input[type="button"].gray,
  button.gray,
  .button.gray,
  .btn.gray {
    color: gray;
    background-color: gray; }
    input[type="submit"].gray:hover,
    input[type="button"].gray:hover,
    button.gray:hover,
    .button.gray:hover,
    .btn.gray:hover {
      background-color: #737373; }
  input[type="submit"].loading:after,
  input[type="button"].loading:after,
  button.loading:after,
  .button.loading:after,
  .btn.loading:after {
    position: absolute;
    right: -40px;
    top: 50%;
    margin: -15px 0 0 0;
    display: block;
    background: url(images/loading.png) no-repeat center top;
    width: 30px;
    height: 30px;
    content: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite; }
  input[type="submit"].done,
  input[type="button"].done,
  button.done,
  .button.done,
  .btn.done {
    cursor: default;
    color: #555;
    border-color: #555; }
    input[type="submit"].done:hover,
    input[type="button"].done:hover,
    button.done:hover,
    .button.done:hover,
    .btn.done:hover {
      color: #555;
      background: none; }

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial,sans-serif;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

button.unstyled:hover {
  background: #eeeeee; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  line-height: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px; }

textarea {
  width: 100%; }

.input.select {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  text-align: left; }
  .input.select.disabled {
    cursor: default;
    opacity: 0.5; }
  .input.select strong {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 30px 7px 10px;
    min-width: 70px;
    font-size: 16px;
    font-weight: 500;
    background: none;
    border: 1px solid #999;
    color: #777; }
    .input.select strong .text {
      display: inline-block;
      min-width: 100px; }
    .input.select strong .icon {
      position: absolute;
      top: 50%;
      right: 10px;
      height: 20px;
      line-height: 20px;
      margin: -10px 0 0;
      -webkit-transition: transform 0.2s linear;
      -moz-transition: transform 0.2s linear;
      -ms-transition: transform 0.2s linear;
      -o-transition: transform 0.2s linear;
      transition: transform 0.2s linear;
      color: #E05D49; }
  .input.select.on strong {
    border-bottom-width: 0; }
  .input.select.on strong .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .input.select > select {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .input.select .select {
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0px 0px 5px;
    background: #fff;
    color: #505050;
    border: 1px solid #999;
    border-top: 0; }
    .input.select .select .option {
      display: block;
      padding: 7px 10px;
      cursor: pointer;
      white-space: normal;
      line-height: normal;
      background: none; }
      .input.select .select .option.selected, .input.select .select .option:hover {
        text-decoration: underline; }
      .input.select .select .option:last-child {
        border-bottom: 0; }
  .input.select > .select {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
    .input.select > .select::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .input.select.on {
    z-index: 1001; }
    .input.select.on > .select {
      display: block !important; }
  @media screen and (max-width: 767px) {
    .input.select select {
      z-index: 1; }
    .input.select .select {
      display: none !important; } }
  @media screen and (max-height: 600px) {
    .input.select select {
      z-index: 1; }
    .input.select .select {
      display: none !important; } }

.wp-caption-wrap a {
  border: 0; }

.wp-caption {
  position: relative;
  max-width: 100%;
  margin-bottom: 1em;
  text-align: center;
  padding: 8px 0 0;
  color: #999999;
  border-bottom: 2px solid #505050; }
  .wp-caption img {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto; }
  .wp-caption.alignright {
    margin: 0 -50px 1em 1.5em; }
  .wp-caption.alignleft {
    margin: 0 1.5em 1em -50px; }
  .wp-caption.alignnone {
    margin: 1.5em auto; }
  .wp-caption .wp-caption-text {
    position: relative;
    bottom: 0;
    width: auto;
    margin: 0;
    padding: 10px 0px;
    line-height: 1.5;
    text-align: left;
    font-style: italic;
    font-size: 14px;
    font-family: Halant, serif; }
  .wp-caption .credit {
    margin: 5px 0 10px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase; }
  .wp-caption .wp-caption-text + .credit {
    margin-top: -5px; }

.gallery {
  position: relative;
  text-align: center; }
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66667%; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.28571%; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.11111%; }
  .gallery .gallery-item {
    display: inline-block;
    vertical-align: text-top;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .gallery .gallery-item img {
      display: block;
      margin: 0 auto 10px auto;
      border: 0;
      border-radius: 5px; }
    .gallery .gallery-item .gallery-caption {
      line-height: normal;
      font-size: 80%; }
  @media screen and (max-width: 767px) {
    .gallery .gallery-item {
      display: block;
      width: auto !important; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.8em 0;
  padding: 0;
  clear: both;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1; }
  h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
    display: inline;
    margin-right: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
  h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2px;
    margin: 0 0 0 1em;
    background: currentColor;
    opacity: 0.5; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 4em; }

h1 {
  font-family: Halant, serif;
  font-size: 2.7rem;
  font-weight: 400; }

h2 {
  font-size: 1.11rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em; }

h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase; }
  h5:after {
    content: ' ';
    display: inline-block;
    width: 2em;
    height: 2px;
    margin: 0 0 0 1em;
    background: currentColor;
    opacity: 0.5; }

h6 {
  margin-bottom: 10px;
  font-size: 0.707em; }

#header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7em 0 0.2em;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out; }
  body.admin-bar #header {
    margin-top: 32px; }
    @media screen and (max-width: 782px) {
      body.admin-bar #header {
        margin-top: 46px; } }
  body.menu-on #header {
    background: #000; }
  body.scrolled #header {
    background: rgba(0, 0, 0, 0.8); }
  body.transparent-header #header {
    color: #000;
    background: white; }
  #header > .wrap {
    display: grid;
    grid-template-columns: 45px 1fr 0fr; }
    @media screen and (min-width: 941px) {
      #header > .wrap {
        grid-template-areas: "logo nav toggle";
        align-items: center; } }
    @media screen and (max-width: 940px) {
      #header > .wrap {
        grid-template-areas: "logo . toggle" "nav nav nav"; } }
  #header .logo {
    grid-area: logo;
    width: 45px; }
    #header .logo a {
      position: relative;
      top: -10px;
      display: block;
      color: inherit; }
      #header .logo a:hover {
        color: #E05D49; }
    #header .logo svg {
      fill: currentColor;
      width: 45px; }
  #header .nav-wrap {
    position: relative;
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #header .toggle.menu {
    position: relative;
    grid-area: toggle;
    align-self: center;
    justify-self: center;
    display: block;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
    width: 30px;
    height: 20px;
    margin: 0px 0 0 1em;
    color: inherit;
    border: 4px solid currentColor;
    border-width: 4px 0; }
    body.has-js #header .toggle.menu {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #header .toggle.menu:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 4px;
      height: 4px;
      left: 0;
      width: 100%;
      background: currentColor;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #header .toggle.menu .bar {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      body.has-js #header .toggle.menu .bar {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      #header .toggle.menu .bar:after, #header .toggle.menu .bar:before {
        content: ' ';
        display: block;
        position: absolute;
        height: 4px;
        left: 0;
        width: 100%;
        top: 3px;
        background: currentColor;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      #header .toggle.menu .bar:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    body.menu-on #header .toggle.menu {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      border-color: rgba(255, 255, 255, 0); }
      body.menu-on #header .toggle.menu:after {
        opacity: 0; }
      body.menu-on #header .toggle.menu .bar {
        opacity: 1; }
  @media screen and (max-width: 940px) {
    #header .toggle.menu {
      display: block;
      z-index: 1007;
      opacity: 1; } }

#nav-cart {
  grid-area: toggle;
  display: block;
  margin: 0 0 0 1em;
  /*
    width: 35px;
    height: 30px;
    background: url(images/icons/cart.svg) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -10000px;
    overflow: hidden;
    */
  color: inherit; }
  #nav-cart svg {
    display: block;
    width: 35px;
    height: 30px;
    fill: currentColor;
    stroke: currentColor; }
  #nav-cart:hover {
    color: #E05D49; }
  @media screen and (max-width: 940px) {
    #nav-cart {
      display: none; } }

#nav {
  flex-grow: 1;
  text-align: right;
  font-family: Halant, serif;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase; }
  #nav ul, #nav li {
    padding: 0;
    margin: 0;
    list-style: none; }
  #nav a {
    position: relative;
    color: inherit;
    text-decoration: none; }
    #nav a:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #E05D49;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    #nav a:hover:after {
      opacity: 1; }
  #nav > ul {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end; }
    #nav > ul > li {
      display: inline-block;
      margin: 0 1em;
      /*
            &.contact-us {
                > a {
                    background: $color-orange;
                }
                
                
            }
            */ }
      #nav > ul > li > a {
        display: inline-block;
        padding: 0.5em 0em;
        white-space: nowrap; }
      #nav > ul > li.current-menu-item > a:after, #nav > ul > li.current-menu-ancestor > a:after {
        opacity: 1; }
  @media screen and (max-width: 940px) {
    #nav {
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      width: 100vw;
      display: block;
      background: #000;
      max-height: 0;
      padding: 0;
      margin: -1px 0 0 -50vw;
      overflow: hidden;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      body.menu-on #nav {
        max-height: 100vh;
        max-height: -webkit-calc(100vh - 90px);
        max-height: -moz-calc(100vh - 90px);
        max-height: calc(100vh - 90px);
        padding: 10px 0 30px;
        overflow: scroll; }
      body.admin-bar.menu-on #nav {
        max-height: -webkit-calc(100vh - 90px - 32px);
        max-height: -moz-calc(100vh - 90px - 32px);
        max-height: calc(100vh - 90px - 32px); } }
    @media screen and (max-width: 940px) and (max-width: 782px) {
      body.admin-bar.menu-on #nav {
        max-height: -webkit-calc(100vh - 90px - 46px);
        max-height: -moz-calc(100vh - 90px - 46px);
        max-height: calc(100vh - 90px - 46px); } }
  @media screen and (max-width: 940px) {
      #nav > ul {
        display: block;
        margin: 0 4%;
        line-height: 1;
        text-align: left; }
        #nav > ul > li {
          display: block;
          margin: 0.2em auto; }
          #nav > ul > li > a {
            position: relative;
            display: block;
            padding: 0.2em 0.5em; }
            #nav > ul > li > a:after {
              display: none; }
            #nav > ul > li > a .v {
              display: block;
              position: absolute;
              top: 50%;
              right: 4.6875%;
              line-height: 30px;
              margin: -15px 0 0;
              padding: 0;
              width: 30px;
              height: 30px;
              font-size: 30px;
              text-align: center;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              #nav > ul > li > a .v:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                font-family: "FontAwesome";
                font-weight: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-transform: none !important;
                content: "\f105"; }
          #nav > ul > li.has-submenu.hover > ul,
          #nav > ul > li > ul {
            display: block;
            position: relative;
            top: auto;
            left: auto;
            width: auto;
            margin: 0;
            padding: 0px 0;
            max-height: 0vh;
            text-align: left;
            overflow: hidden; }
          #nav > ul > li > ul > li {
            padding: 2px 0; }
            #nav > ul > li > ul > li > a {
              padding: 0 0 0 30px;
              font-size: 0.95rem;
              opacity: .75;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }
          #nav > ul > li.on > ul {
            max-height: 100vh !important; }
          #nav > ul > li.on > a .v {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); } }

#subscribe {
  padding: 3em 0;
  background: #f4f4f4; }
  @media screen and (min-width: 767px) {
    #subscribe .wrap {
      display: grid;
      grid-template-columns: auto 4em 40% 15%;
      grid-template-areas: "title title title ." "content . form ."; } }
  #subscribe h5 {
    grid-area: title; }
  #subscribe .content {
    grid-area: content; }
  #subscribe form {
    grid-area: form; }
    #subscribe form input[type="email"] {
      display: block;
      width: 100%;
      margin: 0 0 0.5em; }
  @media screen and (max-width: 767px) {
    #subscribe form input[type="email"] {
      margin-top: 1em; } }

#footer {
  padding: 3em 0;
  background: #000;
  color: white; }
  @media screen and (min-width: 767px) {
    #footer .wrap {
      display: grid; } }
  @media screen and (min-width: 901px) {
    #footer .wrap {
      grid-template-columns: 1fr auto auto;
      grid-template-areas: "left nav contact";
      grid-column-gap: 4em; } }
  @media screen and (min-width: 767px) and (max-width: 900px) {
    #footer .wrap {
      grid-template-columns: 50% 50%;
      grid-template-areas: "left nav" "contact contact"; } }
  #footer h5 {
    color: #c4c4c4; }
  @media screen and (max-width: 767px) {
    #footer #footer-nav {
      margin: 2em 0; } }

#footer-left {
  grid-area: left; }

#footer-contact {
  grid-area: contact; }

#footer-nav {
  grid-area: nav;
  font-weight: 500; }
  #footer-nav ul, #footer-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #footer-nav a {
    color: inherit;
    text-decoration: none; }
    #footer-nav a:hover {
      color: #E05D49; }
  #footer-nav > ul > li {
    margin: 0 0 1em; }
    #footer-nav > ul > li:last-child {
      margin-bottom: 0; }

.wp-block-group.full-width > .wp-block-group__inner-container,
.wrap {
  max-width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 1213.7931px) {
    .wp-block-group.full-width > .wp-block-group__inner-container,
    .wrap {
      margin: 0 4.6875%; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  body, html {
    font-size: 14.4px; } }

body.transparent-header #wrap {
  padding-top: 100px; }

#hero {
  padding: 80px 0 0;
  box-sizing: border-box;
  height: 600px;
  max-height: 100vh;
  background: url(images/hero.jpg) no-repeat 50% 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  #hero .logo {
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 250px;
    background: url(images/logo.svg) no-repeat 50% 50%;
    background-size: contain; }
    #hero .logo:before, #hero .logo:after {
      display: block;
      content: ' ';
      position: absolute;
      top: 50%;
      width: 90px;
      height: 3px;
      margin: -1.5px 0 0;
      background: #DBDBDB; }
    #hero .logo:before {
      right: 100%;
      margin: 0 1em 0 0; }
    #hero .logo:after {
      left: 100%;
      margin: 0 0 0 1em; }
  @media screen and (max-width: 600px) {
    #hero .logo:before, #hero .logo:after {
      display: none; } }

.main-content {
  padding: 0;
  min-height: 30vh; }
  body.front-page .main-content {
    padding-bottom: 0; }

.archive-content {
  padding: 3em 0;
  background: #F2F2F2; }

#banner .filter {
  font-size: 0.8em; }
  #banner .filter a {
    display: inline-block;
    position: relative; }
    #banner .filter a.remove {
      position: relative;
      display: inline-block;
      margin: 0 0 0 0.25em;
      font-weight: normal;
      font-size: 14px;
      text-decoration: none; }

#banner.no-image #page-title {
  margin-top: 1em; }

#banner.has-image {
  position: relative;
  color: white;
  height: 400px;
  max-height: 100vh;
  padding: 100px 0 0;
  margin: 0 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  #banner.has-image .wrap {
    position: relative;
    z-index: 1;
    width: 100%; }
  #banner.has-image .bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin: 0 0 0 -50vw;
    background: #505050 no-repeat 50% 50%;
    background-size: cover; }
    #banner.has-image .bg:after {
      display: block;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #505050;
      opacity: 0.5; }
  #banner.has-image h1 {
    margin: 0 0 0.3em; }
    #banner.has-image h1:last-child {
      margin-bottom: 0; }
  #banner.has-image .introduction {
    max-width: 900px; }
  body.has-calendar #banner.has-image {
    height: 500px;
    padding-bottom: 100px;
    margin-bottom: 0; }

#banner.featured-post {
  height: auto;
  padding: 200px 0 80px; }

.post-content {
  max-width: 700px;
  margin: 0 auto; }

.query-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .query-posts.archive > .hentry {
    flex-basis: 24%; }
    .query-posts.archive > .hentry img {
      max-height: 80px; }
    @media screen and (max-width: 1024px) {
      .query-posts.archive > .hentry {
        flex-basis: 32%; }
        .query-posts.archive > .hentry img {
          max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .query-posts.archive > .hentry {
        flex-basis: 48%; }
        .query-posts.archive > .hentry img {
          max-height: 100px; } }
    @media screen and (max-width: 600px) {
      .query-posts.archive > .hentry {
        flex-basis: 100%; }
        .query-posts.archive > .hentry img {
          max-height: none; } }
  .query-posts.third > .hentry {
    flex-basis: 32%; }
    .query-posts.third > .hentry img {
      max-height: 105px; }
    @media screen and (max-width: 860px) {
      .query-posts.third > .hentry {
        flex-basis: 100%; }
        .query-posts.third > .hentry img {
          max-height: none; } }

.posts-filter {
  padding: 2em 0;
  background: white; }
  .posts-filter h5 {
    font-weight: 900;
    font-size: 0.7rem; }
    .posts-filter h5:after {
      display: none; }
  .posts-filter > .wrap {
    display: flex;
    justify-content: center; }
  .posts-filter .filters {
    flex-basis: 500px; }
  .posts-filter .subscribe form {
    position: relative;
    display: flex; }
    .posts-filter .subscribe form input[type="email"] {
      flex-grow: 1;
      padding: 7px; }
    .posts-filter .subscribe form button {
      white-space: nowrap; }
    .posts-filter .subscribe form .message {
      position: absolute;
      top: 100%;
      left: 0;
      font-size: 0.7em; }
      .posts-filter .subscribe form .message.error {
        color: red; }
  @media screen and (max-width: 960px) {
    .posts-filter > .wrap {
      display: block; }
    .posts-filter .filters {
      margin: 0 0 1em; } }
  @media screen and (max-width: 500px) {
    .posts-filter .filters h5 {
      width: 100%; }
    .posts-filter .input.select {
      width: 100%;
      margin: 0; }
      .posts-filter .input.select strong .text {
        min-width: 80px; }
    .posts-filter .subscribe form {
      display: block; }
      .posts-filter .subscribe form input[type="email"] {
        width: 100%; }
      .posts-filter .subscribe form button {
        display: block;
        width: 100%; } }

#newest-posts {
  margin: 2em 0 4em; }
  #newest-posts h5 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 400px) {
      #newest-posts h5:before, #newest-posts h5:after {
        content: ' ';
        display: inline-block;
        width: 2em;
        height: 2px;
        margin: 0 1em;
        background: currentColor;
        opacity: 0.3;
        vertical-align: middle; } }

/* Front page styles */
.hentry {
  position: relative; }

.hentry.excerpt {
  display: flex;
  flex-direction: column;
  margin: 0 0 2em; }
  .hentry.excerpt .thumbnail {
    display: block;
    margin: 0 0 0em; }
    .hentry.excerpt .thumbnail img {
      display: block;
      width: 100%;
      object-fit: cover;
      object-position: 50% 25%; }
  .hentry.excerpt .inner {
    flex-grow: 1;
    padding: 1em;
    background: white;
    font-size: 0.9em; }
  .hentry.excerpt .title {
    margin: 0 0 0.1em;
    text-transform: none;
    font-size: 1.3rem;
    font-family: Halant, serif;
    letter-spacing: normal; }
    .hentry.excerpt .title a {
      color: inherit; }
    .hentry.excerpt .title:after {
      display: none; }
  .hentry.excerpt .meta-top {
    margin: 0 0 0.2em;
    font-size: 0.8em; }
    .hentry.excerpt .meta-top a {
      text-decoration: none; }
      .hentry.excerpt .meta-top a:hover {
        text-decoration: underline; }
  .hentry.excerpt .meta {
    margin: 1em 0 0;
    font-size: 0.8em;
    color: #E05D49; }
    .hentry.excerpt .meta a {
      color: inherit;
      text-decoration: none; }

#page-title + .hentry.featured {
  margin-top: 1em; }

.hentry.featured .subtitle {
  font-size: 0.8rem;
  opacity: 0.5;
  letter-spacing: 0.2em;
  font-weight: bold; }
  .hentry.featured .subtitle:after {
    display: none; }

.hentry.featured .title {
  margin: 0 0 0.2em;
  font-size: 3rem;
  font-family: Halant, serif;
  letter-spacing: normal;
  color: white;
  text-transform: none; }
  .hentry.featured .title:after {
    display: none; }
  .hentry.featured .title a {
    color: inherit; }

.hentry.featured .content {
  margin: 0 0 1em;
  max-width: 600px; }

.hentry.featured .button {
  background: none;
  border: 2px solid #E05D49; }
  .hentry.featured .button:hover {
    background-color: #E05D49; }

@media screen and (max-width: 767px) {
  .hentry.featured .title {
    font-size: 2rem; } }

/* General page styles */
/* General single post styles */
/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap; }
  .posts-nav.max-page-1 {
    display: none; }
  .posts-nav.no-ajax {
    visibility: visible; }
  .posts-nav.ajax-pager {
    visibility: visible;
    text-align: center; }
  .posts-nav:after {
    content: ' ';
    display: block;
    clear: both; }
  .posts-nav ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .posts-nav ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 0;
      padding: 0;
      list-style: none;
      color: #aaa; }
      .posts-nav ul li.page_info {
        display: none; }
      .posts-nav ul li a {
        display: block;
        padding: 0.5em 0.7em;
        line-height: normal;
        text-decoration: none;
        border: 0; }
        .posts-nav ul li a:hover {
          color: white;
          background: gray; }
      .posts-nav ul li.active_page {
        color: white;
        background: #E05D49; }
        .posts-nav ul li.active_page a {
          padding: 0.5em 1em;
          color: #fff; }

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px; }
  .posts-nav ul li {
    margin-right: 3px; } }

.posts-nav.ajax-pager {
  text-align: center;
  /*.button {
        font-style: italic;
        background: white;
        border: 1px solid #b7b6bf;
        color: $color-text;
        font-weight: 600;
        border-radius: 10px;
        padding: 20px 30px;
        font-size: 0.77em;
        text-decoration: none;
        &.done {
            color: #b7b6bf;
            cursor: default;
        }
    }
    */ }

/* @end */
.mailchimp-subscribe .message {
  position: absolute;
  font-size: 14px; }
  .mailchimp-subscribe .message.error {
    color: red; }

#calendar-wrap {
  position: relative;
  z-index: 1;
  margin: -100px 0 6em; }
  #calendar-wrap .calendar-content {
    background: white; }
    #calendar-wrap .calendar-content .header-month {
      padding: 1em;
      background: #E05D49;
      color: white;
      text-transform: uppercase; }
      #calendar-wrap .calendar-content .header-month .nav {
        display: inline-block;
        text-align: center;
        width: 1em;
        margin: 0 0.5em;
        color: inherit; }
    #calendar-wrap .calendar-content table {
      width: 100%; }
      #calendar-wrap .calendar-content table tr {
        vertical-align: top; }
      #calendar-wrap .calendar-content table tr:nth-child(even) td:nth-child(even) {
        background: #f4f4f4; }
      #calendar-wrap .calendar-content table tr:nth-child(odd) td:nth-child(odd) {
        background: #f4f4f4; }
    #calendar-wrap .calendar-content td.day {
      width: 14.3%;
      position: relative;
      padding: 1em;
      font-size: 0.7em;
      box-sizing: border-box;
      height: 120px; }
      #calendar-wrap .calendar-content td.day .date {
        text-transform: uppercase;
        color: #000;
        opacity: 0.5; }
      #calendar-wrap .calendar-content td.day ul, #calendar-wrap .calendar-content td.day li {
        margin: 0;
        padding: 0;
        list-style: none; }
      #calendar-wrap .calendar-content td.day li + li {
        margin-top: 1em; }
      #calendar-wrap .calendar-content td.day ul li strong {
        display: block; }

/*
Styles loaded into backend Gutenberg admin and front end
*/
.theme-block {
  position: relative;
  margin: 6em auto; }
  @media screen and (max-width: 767px) {
    .theme-block {
      margin: 3em auto; } }

.theme-block.full-width {
  left: 50%;
  width: 100vw;
  margin-left: -50vw; }
  .theme-block.full-width.no-wrap {
    left: auto;
    width: auto;
    margin-left: 0; }

.text-aligncenter,
.text-center {
  text-align: center; }

.text-alignright,
.text-right {
  text-align: right; }

.text-alignleft,
.text-left {
  text-align: left; }

p.times strong {
  display: inline-block;
  width: 7em; }

.wp-block-theme-blocks-content-image .wrap {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .wp-block-theme-blocks-content-image .wrap {
      display: grid;
      display: -ms-grid;
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      grid-template-areas: "image content"; } }

.wp-block-theme-blocks-content-image .block-image {
  position: relative;
  grid-area: image;
  -ms-grid-column: 1; }
  .wp-block-theme-blocks-content-image .block-image .img {
    position: relative;
    background: no-repeat 50% 50%; }
    .wp-block-theme-blocks-content-image .block-image .img.has-red-background-color {
      background-color: red; }
    .wp-block-theme-blocks-content-image .block-image .img.has-orange-background-color {
      background-color: #E05D49; }
    .wp-block-theme-blocks-content-image .block-image .img.has-blue-background-color {
      background-color: blue; }
    .wp-block-theme-blocks-content-image .block-image .img.has-green-background-color {
      background-color: green; }
    .wp-block-theme-blocks-content-image .block-image .img.has-dark-blue-background-color {
      background-color: blue; }
    .wp-block-theme-blocks-content-image .block-image .img.has-black-background-color {
      background-color: black; }
    .wp-block-theme-blocks-content-image .block-image .img.has-light-gray-background-color {
      background-color: #f4f4f4; }
    .wp-block-theme-blocks-content-image .block-image .img.has-gray-background-color {
      background-color: gray; }
    .wp-block-theme-blocks-content-image .block-image .img.has-white-background-color {
      background-color: white; }
    .wp-block-theme-blocks-content-image .block-image .img.has-yellow-background-color {
      background-color: yellow; }
    .wp-block-theme-blocks-content-image .block-image .img.has-purple-background-color {
      background-color: purple; }
    .wp-block-theme-blocks-content-image .block-image .img.has-teal-background-color {
      background-color: teal; }
    .wp-block-theme-blocks-content-image .block-image .img.has-tan-background-color {
      background-color: #EAE3DF; }
    .wp-block-theme-blocks-content-image .block-image .img.has-dark-tan-background-color {
      background-color: #CEC1BA; }
    .wp-block-theme-blocks-content-image .block-image .img.has-charcoal-background-color {
      background-color: black; }
  .wp-block-theme-blocks-content-image .block-image img {
    position: relative;
    z-index: 5;
    display: block; }

.wp-block-theme-blocks-content-image .block-content {
  position: relative;
  z-index: 1;
  grid-area: content;
  -ms-grid-column: 2;
  align-self: center;
  padding: 6em 0 4.8em 6em; }

.wp-block-theme-blocks-content-image h2:after {
  content: ' ';
  display: inline-block;
  width: 2em;
  height: 2px;
  margin: 0 0 0 1em;
  background: currentColor;
  opacity: 0.3;
  vertical-align: middle; }

.wp-block-theme-blocks-content-image h2.has-icon:before {
  content: ' ';
  display: block;
  width: 80px;
  height: 50px;
  margin: 0 0 1em;
  background: no-repeat 0% 100%;
  background-size: contain; }

.wp-block-theme-blocks-content-image h2.has-icon.icon-cleaver:before {
  background-image: url(images/icons/cleaver.svg); }

.wp-block-theme-blocks-content-image h2.has-icon.icon-cow:before {
  background-image: url(images/icons/cow.svg); }

.wp-block-theme-blocks-content-image.content-left .wrap {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-template-areas: "content image"; }

.wp-block-theme-blocks-content-image.content-left .block-content {
  -ms-grid-column: 1;
  padding: 6em 4.8em 6em 0; }

.wp-block-theme-blocks-content-image.content-left .block-image {
  -ms-grid-column: 2; }

@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-content-image .block-content {
    padding: 3em 0 3em 3em; }
  .wp-block-theme-blocks-content-image.content-left .block-content {
    padding: 3em 3em 3em 0; } }

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-content-image .block-image {
    height: 60vw;
    left: 50%;
    margin-left: -50vw;
    width: 100vw; }
    .wp-block-theme-blocks-content-image .block-image .img {
      width: 100% !important;
      left: 0 !important;
      right: auto !important; }
  .wp-block-theme-blocks-content-image .block-content {
    padding: 2em 0 !important; } }

.theme-block.wp-block-theme-blocks-content-image {
  margin-top: 0;
  margin-bottom: 0; }
  .theme-block.wp-block-theme-blocks-content-image .block-image {
    position: relative; }
    .theme-block.wp-block-theme-blocks-content-image .block-image .img {
      position: absolute;
      top: 0;
      right: 0;
      width: 50vw;
      height: 100%; }
      .theme-block.wp-block-theme-blocks-content-image .block-image .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%; }
  .theme-block.wp-block-theme-blocks-content-image.content-left .block-image .img {
    left: 0;
    right: auto; }

.wp-block-theme-blocks-content-embed.has-red-background-color {
  background-color: red; }

.wp-block-theme-blocks-content-embed.has-orange-background-color {
  background-color: #E05D49; }

.wp-block-theme-blocks-content-embed.has-blue-background-color {
  background-color: blue; }

.wp-block-theme-blocks-content-embed.has-green-background-color {
  background-color: green; }

.wp-block-theme-blocks-content-embed.has-dark-blue-background-color {
  background-color: blue; }

.wp-block-theme-blocks-content-embed.has-black-background-color {
  background-color: black; }

.wp-block-theme-blocks-content-embed.has-light-gray-background-color {
  background-color: #f4f4f4; }

.wp-block-theme-blocks-content-embed.has-gray-background-color {
  background-color: gray; }

.wp-block-theme-blocks-content-embed.has-white-background-color {
  background-color: white; }

.wp-block-theme-blocks-content-embed.has-yellow-background-color {
  background-color: yellow; }

.wp-block-theme-blocks-content-embed.has-purple-background-color {
  background-color: purple; }

.wp-block-theme-blocks-content-embed.has-teal-background-color {
  background-color: teal; }

.wp-block-theme-blocks-content-embed.has-tan-background-color {
  background-color: #EAE3DF; }

.wp-block-theme-blocks-content-embed.has-dark-tan-background-color {
  background-color: #CEC1BA; }

.wp-block-theme-blocks-content-embed.has-charcoal-background-color {
  background-color: black; }

.wp-block-theme-blocks-content-embed .wrap {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .wp-block-theme-blocks-content-embed .wrap {
      display: grid;
      display: -ms-grid;
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      grid-template-areas: "embed content"; } }

.wp-block-theme-blocks-content-embed .block-embed {
  position: relative;
  grid-area: embed;
  -ms-grid-column: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 300px; }
  .wp-block-theme-blocks-content-embed .block-embed .embed {
    position: relative;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%; }
  .wp-block-theme-blocks-content-embed .block-embed iframe {
    width: 100%;
    height: 100%;
    border: 0; }

.wp-block-theme-blocks-content-embed .block-content {
  position: relative;
  z-index: 1;
  grid-area: content;
  -ms-grid-column: 2;
  align-self: center;
  padding: 6em 0 4.8em 6em; }

@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-content-embed .block-content {
    padding: 3em 0 3em 3em; } }

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-content-embed .block-embed {
    height: 60vw;
    left: 50%;
    margin-left: -50vw;
    width: 100vw; }
    .wp-block-theme-blocks-content-embed .block-embed .embed {
      width: 100% !important;
      left: 0 !important;
      right: auto !important; }
  .wp-block-theme-blocks-content-embed .block-content {
    padding: 2em 0 !important; } }

.theme-block.wp-block-theme-blocks-content-embed {
  margin-top: 0;
  margin-bottom: 0; }
  .theme-block.wp-block-theme-blocks-content-embed .block-embed {
    position: relative; }
    .theme-block.wp-block-theme-blocks-content-embed .block-embed .embed {
      position: absolute;
      top: 0;
      right: 0;
      width: 50vw;
      height: 100%; }
      .theme-block.wp-block-theme-blocks-content-embed .block-embed .embed iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.wp-block-theme-blocks-instagram {
  position: relative;
  margin: 6em 0; }
  .wp-block-theme-blocks-instagram > .wrap {
    display: flex;
    justify-content: center; }
  .wp-block-theme-blocks-instagram .block-content {
    flex-basis: 200px;
    margin: 3em 1em 0 0; }
  .wp-block-theme-blocks-instagram .block-feed {
    position: relative;
    max-width: 100%;
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    background: #f4f4f4; }
    .wp-block-theme-blocks-instagram .block-feed .photo {
      flex-basis: 33.333%;
      display: flex;
      align-items: stretch;
      justify-content: center; }
      .wp-block-theme-blocks-instagram .block-feed .photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .wp-block-theme-blocks-instagram .block-feed.loading {
      min-height: 280px; }
      .wp-block-theme-blocks-instagram .block-feed.loading:after {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        display: block;
        background: url(images/loading.png) no-repeat center top;
        width: 30px;
        height: 30px;
        content: ' ';
        -webkit-animation: loading 1s steps(19) infinite;
        -moz-animation: loading 1s steps(19) infinite;
        -ms-animation: loading 1s steps(19) infinite;
        -o-animation: loading 1s steps(19) infinite;
        animation: loading 1s steps(19) infinite; }

.wp-block-button {
  display: inline-block;
  position: relative;
  margin: 1em 0; }
  .wp-block-button:last-child {
    margin-bottom: 0; }
  p + .wp-block-button {
    margin-top: 2em; }
  .wp-block-button .wp-block-button__link {
    padding: 0.8em 1.5em;
    background: #E05D49;
    border: 0px solid #E05D49;
    border-radius: 0;
    color: white;
    font-family: Halant, serif;
    font-size: inherit;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none; }
    .wp-block-button .wp-block-button__link:hover {
      background: #d23b24; }
    .wp-block-button .wp-block-button__link.has-background.has-red-background-color {
      background-color: red; }
    .wp-block-button .wp-block-button__link.has-background.has-orange-background-color {
      background-color: #E05D49; }
    .wp-block-button .wp-block-button__link.has-background.has-blue-background-color {
      background-color: blue; }
    .wp-block-button .wp-block-button__link.has-background.has-green-background-color {
      background-color: green; }
    .wp-block-button .wp-block-button__link.has-background.has-dark-blue-background-color {
      background-color: blue; }
    .wp-block-button .wp-block-button__link.has-background.has-black-background-color {
      background-color: black; }
    .wp-block-button .wp-block-button__link.has-background.has-light-gray-background-color {
      background-color: #f4f4f4; }
    .wp-block-button .wp-block-button__link.has-background.has-gray-background-color {
      background-color: gray; }
    .wp-block-button .wp-block-button__link.has-background.has-white-background-color {
      background-color: white; }
    .wp-block-button .wp-block-button__link.has-background.has-yellow-background-color {
      background-color: yellow; }
    .wp-block-button .wp-block-button__link.has-background.has-purple-background-color {
      background-color: purple; }
    .wp-block-button .wp-block-button__link.has-background.has-teal-background-color {
      background-color: teal; }
    .wp-block-button .wp-block-button__link.has-background.has-tan-background-color {
      background-color: #EAE3DF; }
    .wp-block-button .wp-block-button__link.has-background.has-dark-tan-background-color {
      background-color: #CEC1BA; }
    .wp-block-button .wp-block-button__link.has-background.has-charcoal-background-color {
      background-color: black; }
    .wp-block-button .wp-block-button__link.has-text-color.has-red-color {
      color: red; }
    .wp-block-button .wp-block-button__link.has-text-color.has-orange-color {
      color: #E05D49; }
    .wp-block-button .wp-block-button__link.has-text-color.has-blue-color {
      color: blue; }
    .wp-block-button .wp-block-button__link.has-text-color.has-green-color {
      color: green; }
    .wp-block-button .wp-block-button__link.has-text-color.has-dark-blue-color {
      color: blue; }
    .wp-block-button .wp-block-button__link.has-text-color.has-black-color {
      color: black; }
    .wp-block-button .wp-block-button__link.has-text-color.has-light-gray-color {
      color: #f4f4f4; }
    .wp-block-button .wp-block-button__link.has-text-color.has-gray-color {
      color: gray; }
    .wp-block-button .wp-block-button__link.has-text-color.has-white-color {
      color: white; }
    .wp-block-button .wp-block-button__link.has-text-color.has-yellow-color {
      color: yellow; }
    .wp-block-button .wp-block-button__link.has-text-color.has-purple-color {
      color: purple; }
    .wp-block-button .wp-block-button__link.has-text-color.has-teal-color {
      color: teal; }
    .wp-block-button .wp-block-button__link.has-text-color.has-tan-color {
      color: #EAE3DF; }
    .wp-block-button .wp-block-button__link.has-text-color.has-dark-tan-color {
      color: #CEC1BA; }
    .wp-block-button .wp-block-button__link.has-text-color.has-charcoal-color {
      color: black; }
  .wp-block-button.bitten:before {
    content: ' ';
    display: block;
    position: absolute;
    top: -1.2em;
    left: -0.3em;
    width: 50px;
    height: 50px;
    background: url(images/icons/bite.svg) no-repeat 50% 50%;
    background-size: contain; }
    .has-light-gray-background-color .wp-block-button.bitten:before {
      background-image: url(images/icons/bite-light-gray.svg); }
    @media screen and (max-width: 767px) {
      .wp-block-button.bitten:before {
        left: -1em; } }

.wp-block-image {
  position: relative; }
  .wp-block-image.is-resized.full-width, .wp-block-image.full-width {
    display: block;
    max-width: none;
    left: 50%;
    width: 100vw;
    margin: 0 0 0 -50vw; }
    .wp-block-image.is-resized.full-width img, .wp-block-image.full-width img {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .wp-block-image.is-resized.full-width > figcaption, .wp-block-image.full-width > figcaption {
      display: block;
      max-width: 1100px;
      margin: 0 auto 2em;
      font-size: 0.7em; }

.wp-block-group {
  position: relative; }
  .wp-block-group.full-width {
    left: 50%;
    width: 100vw;
    margin-left: -50vw; }
    body.wp-admin .wp-block-group.full-width {
      left: auto;
      width: auto;
      margin-left: 0; }
  .wp-block-group.has-background {
    padding: 6em 0; }
    .wp-block-group.has-background.has-red-background-color {
      background-color: red; }
    .wp-block-group.has-background.has-orange-background-color {
      background-color: #E05D49; }
    .wp-block-group.has-background.has-blue-background-color {
      background-color: blue; }
    .wp-block-group.has-background.has-green-background-color {
      background-color: green; }
    .wp-block-group.has-background.has-dark-blue-background-color {
      background-color: blue; }
    .wp-block-group.has-background.has-black-background-color {
      background-color: black; }
    .wp-block-group.has-background.has-light-gray-background-color {
      background-color: #f4f4f4; }
    .wp-block-group.has-background.has-gray-background-color {
      background-color: gray; }
    .wp-block-group.has-background.has-white-background-color {
      background-color: white; }
    .wp-block-group.has-background.has-yellow-background-color {
      background-color: yellow; }
    .wp-block-group.has-background.has-purple-background-color {
      background-color: purple; }
    .wp-block-group.has-background.has-teal-background-color {
      background-color: teal; }
    .wp-block-group.has-background.has-tan-background-color {
      background-color: #EAE3DF; }
    .wp-block-group.has-background.has-dark-tan-background-color {
      background-color: #CEC1BA; }
    .wp-block-group.has-background.has-charcoal-background-color {
      background-color: black; }
  .wp-block-group.ethos {
    text-align: center; }
    .wp-block-group.ethos:before {
      content: ' ';
      display: block;
      width: 80px;
      height: 50px;
      margin: 0 auto 1em;
      background: url(images/icons/sunrise.svg) no-repeat 0% 100%;
      background-size: contain; }
    .wp-block-group.ethos h2:before, .wp-block-group.ethos h2:after {
      content: ' ';
      display: inline-block;
      width: 2em;
      height: 2px;
      margin: 0 1em;
      background: currentColor;
      opacity: 0.3;
      vertical-align: middle; }

.wp-block-media-text + .wp-block-media-text {
  margin-top: 3em;
  border-top: 1px solid #DBDBDB;
  padding-top: 3em; }

.wp-block-media-text.farm > figure {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em; }
  .wp-block-media-text.farm > figure img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-height: 150px;
    max-width: 200px;
    object-fit: contain; }

.wp-block-media-text.farm h2:after, .wp-block-media-text.farm h3:after {
  display: none; }

@media screen and (max-width: 767px) {
  .wp-block-media-text.farm {
    display: block; }
    .wp-block-media-text.farm .wp-block-media-text__content {
      padding: 0;
      margin: 1em 0 0; } }

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