/* 
Theme Name: Fusion : obcatering.com
Theme URI: http://agencydominion.com
Description: A Fusion Child theme for obcatering.com
Author: Agency Dominion
Template: fusion-base
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, editor-style, featured-images, threaded-comments, translation-ready
Text Domain: fusion-obcatering
*/

body {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-style: normal;
}
p {
  letter-spacing: 0.025em;
}
.color-scheme-2 {
  background: #334e3d;
  color: #f9f9eb;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
h3,
.h3 {
  text-transform: uppercase;
}
h4,
.h4 {
  font-family: europa, sans-serif;
  font-weight: 300;
}
h5,
.h5 {
  text-transform: uppercase;
}
h6,
.h6 {
  font-family: europa, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
small,
.small {
  font-size: 12px;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 52px;
  }
  h2,
  .h2 {
    font-size: 44px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

.color-scheme-2 h1,
.color-scheme-2 .h1,
.color-scheme-2 h2,
.color-scheme-2 .h2,
.color-scheme-2 h3,
.color-scheme-2 .h3,
.color-scheme-2 h4,
.color-scheme-2 .h4,
.color-scheme-2 h5,
.color-scheme-2 .h5,
.color-scheme-2 h6,
.color-scheme-2 .h6 {
  color: #f9f9eb;
}
a:not(.btn) {
  text-decoration: underline;
}
.color-scheme-2 a:not(.btn) {
  color: #f9f9eb;
  text-decoration: underline;
}
.color-scheme-2 a:not(.btn):focus,
.color-scheme-2 a:not(.btn):hover {
  color: #ffffff;
}

blockquote {
  margin: 20px 0;
  padding: 0;
  border: 0;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39.81px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  blockquote {
    font-size: 44px;
  }
}

/**
* Buttons
*/

.btn {
  font-family: europa, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.25;
  white-space: normal;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-link {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-sm {
  font-size: 14px;
  line-height: 1.42857143;
}

@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    line-height: 1.11111111;
  }
  .btn.btn-lg {
    font-size: 24px;
    line-height: 0.833333333;
  }
}
.btn-default:focus::before,
.btn-default:hover::before,
.btn-primary:focus::before,
.btn-primary:hover::before {
  transform: translateX(0) skewX(30deg);
}
.btn-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background: #a9502b;
  transform: scaleX(1);
  transform-origin: left;
}
.btn-lg.btn-link::before {
  bottom: 12px;
}
.color-scheme-2 .btn-link::before {
  background: #f9f9eb;
}
.btn-link:focus::before,
.btn-link:hover::before {
  animation-name: buttonDraw;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

@keyframes buttonDraw {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus:active,
.btn-default.active {
  background-color: #a9502b;
  border-color: #a9502b;
  color: #f9f9eb;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary.active {
  background-color: transparent;
  border-color: #a9502b;
  color: #a9502b;
}
.btn-link,
.btn-link:focus,
.btn-link.focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus:active,
.btn-link.active {
  color: #a9502b;
  text-decoration: none;
}
.color-scheme-2 .btn-default {
  color: #f9f9eb;
  border-color: #f9f9eb;
}
.color-scheme-2 .btn-default:focus,
.color-scheme-2 .btn-default.focus,
.color-scheme-2 .btn-default:hover,
.color-scheme-2 .btn-default:active,
.color-scheme-2 .btn-default:focus:active,
.color-scheme-2 .btn-default.active {
  background-color: #f9f9eb;
  border-color: #f9f9eb;
  color: #334e3d;
}
.color-scheme-2 .btn-primary {
  background-color: #334e3d;
  border-color: transparent;
}
.color-scheme-2 .btn-primary:focus,
.color-scheme-2 .btn-primary.focus,
.color-scheme-2 .btn-primary:hover,
.color-scheme-2 .btn-primary:active,
.color-scheme-2 .btn-primary:focus:active,
.color-scheme-2 .btn-primary.active {
  background-color: transparent;
  border-color: #f9f9eb;
  color: #f9f9eb;
}
.color-scheme-2 .btn-link,
.color-scheme-2 .btn-link:focus,
.color-scheme-2 .btn-link.focus,
.color-scheme-2 .btn-link:hover,
.color-scheme-2 .btn-link:active,
.color-scheme-2 .btn-link:focus:active,
.color-scheme-2 .btn-link.active {
  color: #f9f9eb;
  text-decoration: none;
}
.color-scheme-2 .btn-link[disabled]:hover,
.color-scheme-2 fieldset[disabled] .btn-link:hover,
.color-scheme-2 .btn-link[disabled]:focus,
.color-scheme-2 fieldset[disabled] .btn-link:focus {
  color: #f9f9eb;
}
.fsn-button.arrow > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  transition: all 0.3s;
  text-transform: uppercase;
}
.fsn-button.arrow.h1 > a {
  text-transform: none;
}
.fsn-button.arrow.center > a {
  justify-content: center;
}
.fsn-button.arrow > a:after {
  content: "";
  display: inline-block;
  width: 96px;
  height: 36px;
  background: url("images/arrow-right.png") no-repeat center center;
  background-size: contain;
  margin-left: 24px;
}
.fsn-button.arrow > a:hover {
  color: #a9502b;
  opacity: 0.5;
}

/**
* Forms
*/

label {
  font-weight: 400;
}
.wpcf7-acceptance label {
  text-transform: none;
}
.form-control {
  line-height: 1.25;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 12px;
}
.color-scheme-2 .form-control {
  border-color: #f9f9eb;
}
.color-scheme-2 .form-control:focus {
  border-color: #a9502b;
}
.form-control:focus {
  box-shadow: none;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("images/icons/dark/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 14px 14px;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: 20px;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
input::-webkit-datetime-edit-year-field,
input::-webkit-datetime-edit-month-field,
input::-webkit-datetime-edit-day-field,
input::-webkit-datetime-edit-hour-field,
input::-webkit-datetime-edit-minute-field,
input::-webkit-datetime-edit-second-field,
input::-webkit-datetime-edit-millisecond-field,
input::-webkit-datetime-edit-meridiem-field {
  color: inherit;
}
.input-group-addon {
  background: transparent;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 0;
}
.input-group .input-group-addon + .form-control {
  border-left: 0;
}
select.form-control::-ms-expand,
.form-control::-ms-clear {
  display: none;
}
.form-control-feedback {
  height: 80px;
  line-height: 80px;
}
span.wpcf7-not-valid-tip {
  color: #b30000;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox > span {
  display: block;
}
#mc-embedded-subscribe {
  display: block;
  width: 100%;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .wpcf7-form-control.wpcf7-checkbox {
    column-count: 2;
    column-gap: 12px;
  }
}

#mce-EMAIL {
  height: 46px;
  font-size: 14px;
  line-height: 1.42857143;
  padding-top: 13px;
  padding-bottom: 13px;
}

@media (min-width: 1200px) {
  #mc_embed_signup_scroll {
    display: flex;
    align-items: center;
  }
  #mc_embed_signup_scroll > .mc-field-group:first-child {
    flex: 1;
  }
  #mc-embedded-subscribe {
    margin-top: 0;
  }
}

#tripleseat_embed_form table {
  width: 100%;
}
#tripleseat_embed_form input[type="text"],
#tripleseat_embed_form textarea,
#tripleseat_embed_form
  select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 28px;
  font-size: 16px;
  line-height: 1.25;
  color: #334e3d;
  background-color: #f9f9eb;
  border: 1px solid #334e3d;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#tripleseat_embed_form input[type="text"]:focus,
#tripleseat_embed_form textarea:focus,
#tripleseat_embed_form
  select:not(.ui-datepicker-month):not(.ui-datepicker-year):focus {
  border-color: #a9502b;
}
#tripleseat_embed_form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("images/icons/dark/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 14px 14px;
}
#tripleseat_embed_form .checkbox {
  margin: 6px 8px 0 0;
}
#tripleseat_embed_form .button {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #a9502b;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: europa, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 14px 28px;
  white-space: normal;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #a9502b;
  background-color: transparent;
}
#tripleseat_embed_form .button:focus,
#tripleseat_embed_form .button:hover {
  color: #fff;
  background-color: #a9502b;
  border-color: #a9502b;
}
#ui-datepicker-div {
  top: auto !important;
  left: auto !important;
}

/**
* Dividers
*/

.fsn-divider hr {
  border-top-color: #a9502b;
}
.fsn-divider-vertical {
  background: #a9502b;
}
.color-scheme-2 .fsn-divider hr {
  border-top-color: #f9f9eb;
}
.color-scheme-2 .fsn-divider-vertical {
  background: #f9f9eb;
}

/**
* Borders
*/

.border-left {
  border-left: 1px solid #a9502b;
  padding-left: 24px;
}
.color-scheme-2 .border-left {
  border-color: #f9f9eb;
}

/**
* List Markers
*/

.fsn-text ul li,
.fsn-site-map ul li {
  list-style-type: none;
  position: relative;
  padding: 6px 0;
}
.fsn-text ul li:before,
.fsn-site-map ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #a9502b;
  border-width: 0 2px 2px 0;
  margin-top: 12px;
  position: absolute;
  left: -24px;
  -ms-transform: rotate(-45deg) translateZ(0);
  -moz-transform: rotate(-45deg) translateZ(0);
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}

/**
* Images
*/

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

/**
* Utilities
*/

@media (min-width: 768px) {
  .vertical-center > .row,
  .vertical-center > .container > .row {
    display: flex;
    align-items: center;
  }
  .vertical-center.stretch > .row,
  .vertical-center.stretch > .container > .row {
    align-items: stretch;
  }
  .vertical-center.stretch > .row > .col-sm-6 .fsn-column-inner {
    display: flex;
    height: 100%;
  }
  .vertical-center.stretch > .row > .col-sm-6 .fsn-column-inner .fsn-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .vertical-center.stretch > .row > .col-sm-4 {
    display: flex;
    align-items: center;
  }
}

/**
* Tabs
*/

.fsn-tabs-container .nav.nav-tabs > li > a:focus,
.fsn-tabs-container .nav.nav-tabs > li.active > a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media (max-width: 767px) {
  .nav.nav-tabs {
    background: #f9f9eb;
  }
  .nav.nav-tabs > li.expanded {
    border-top-color: rgba(0, 0, 0, 0.05);
  }
  .nav.nav-tabs > li > a {
    background: transparent;
    color: #a9502b;
    font-weight: 300;
  }
  .nav.nav-tabs > li > a:focus,
  .nav.nav-tabs > li > a:hover {
    color: #6c331b;
  }
  .nav.nav-tabs > li.active {
    background: #a9502b;
  }
  .nav.nav-tabs > li.active a,
  .nav.nav-tabs > li.active a:focus,
  .nav.nav-tabs > li.active a:hover {
    color: #f9f9eb;
  }
  .nav.nav-tabs > li.active > a:after {
    border: 0;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    background: url("images/icons/light/chevron-down.svg") no-repeat center
      center;
    background-size: 14px 14px;
  }
  .nav.nav-tabs > li.active.open-tab > a:after {
    top: 50%;
    background-image: url("images/icons/light/chevron-up.svg");
  }
}

@media (min-width: 768px) {
  .nav.nav-tabs {
    margin: 0 auto 20px;
    border: none;
    text-align: center;
    border-bottom: 0;
  }
  .nav.nav-tabs > li {
    display: inline-block;
    float: none;
    line-height: 0;
    margin: 0;
  }
  .nav.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    margin: 0 24px;
    padding: 24px 0;
    color: #a9502b;
  }
  .nav.nav-tabs > li > a:focus,
  .nav.nav-tabs > li > a:hover {
    background: transparent;
    color: #6c331b;
  }
  .nav.nav-tabs > li.active > a,
  .nav.nav-tabs > li.active > a:hover,
  .nav.nav-tabs > li.active > a:focus {
    background: transparent;
    border: none;
    color: #6c331b;
  }
  .nav.nav-tabs > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #6c331b;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .nav.nav-tabs > li > a:focus:after,
  .nav.nav-tabs > li > a:hover:after {
    opacity: 0.7;
  }
  .nav.nav-tabs > li.active > a:after,
  .nav.nav-tabs > li.active > a:focus:after,
  .nav.nav-tabs > li.active > a:hover:after {
    opacity: 1;
  }
}

/**
* Header
*/

body > header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #f9f9eb;
  border-bottom: 1px solid #a9502b;
}

/**
* Menu : Simple
*/

.navbar-nav > li > a {
  font-size: 18px;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s;
}
.navbar-nav > li > a:hover {
  opacity: 0.5;
}
.navbar-nav li a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.navbar-nav li a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .fsn-menu.simple .navbar-btn {
    display: none !important;
  }
  .fsn-menu.simple .navbar-toggle {
    border-color: transparent;
  }
  .fsn-menu .navbar-toggle .material-icons {
    color: #a9502b;
  }
}

@media (min-width: 768px) {
  .fsn-menu.simple .menu-container {
    padding-left: 48px;
    padding-right: 48px;
  }
  .fsn-menu.simple .menu-container > .container-fluid > .row {
    display: flex;
    align-items: center;
  }
  .fsn-menu.simple .menu-container > .container-fluid > .row > .col-sm-9 {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .fsn-menu.simple .menu-container > .container-fluid > .row > .col-sm-9,
  .fsn-menu.simple .menu-container > .container-fluid > .row > .col-sm-3 {
    width: auto;
  }
  .fsn-menu.simple .fsn-column-inner.button {
    height: auto;
    line-height: 0;
  }
  .fsn-menu.simple .menu-container .brand {
    border-right: 0;
    padding-right: 0;
    margin-right: 48px;
  }
  .fsn-menu.simple .menu-container .menu {
    float: right;
    flex: 1;
  }
  .fsn-menu.simple .menu-container .navbar-nav {
    float: right;
  }
  .navbar-nav > li > a {
    font-size: 18px;
  }
  .fsn-menu.simple .navbar .dropdown-menu {
    border: 0;
    box-shadow: none;
  }
  .fsn-menu.simple .navbar .caret {
    margin-top: -4px;
  }
}

@media (min-width: 1200px) {
  .fsn-menu.simple .menu-container {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
  }
}

/**
* Masthead
*/

.fsn-masthead .flex-control-nav {
  display: none;
}
.fsn-masthead .flex-direction-nav {
  position: absolute;
  bottom: 48px;
  width: 100px;
  height: 38px;
  margin-left: -50px;
}
.fsn-masthead .flex-direction-nav a {
  width: 50px;
  height: 38px;
  border: 0;
  background: transparent;
  border-radius: 0;
  margin-top: 0;
  top: 0;
  opacity: 0.9;
}
.fsn-masthead .flex-direction-nav .flex-prev,
.fsn-masthead .masthead-slider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.fsn-masthead .flex-direction-nav .flex-next,
.fsn-masthead .masthead-slider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.fsn-masthead .flex-direction-nav a.flex-prev:before {
  width: 50px;
  height: 38px;
  background-image: url("images/icons/light/chevron-left.svg");
  background-position: left center;
  background-size: 32px 32px;
}
.fsn-masthead .flex-direction-nav a.flex-next:before {
  width: 50px;
  height: 38px;
  background-image: url("images/icons/light/chevron-right.svg");
  background-position: right center;
  background-size: 32px 32px;
}
.fsn-masthead .flex-direction-nav a.flex-prev:after,
.fsn-masthead .flex-direction-nav a.flex-next:after {
  display: none;
}
.fsn-masthead .masthead-item-video-pause {
  width: 36px;
  height: 36px;
  bottom: 25px;
  left: auto;
  right: 15px;
  background: url("images/icons/light/pause-circle.svg") no-repeat center center;
  background-size: 36px 36px;
}
.fsn-masthead .masthead-item-video-pause.paused {
  background: url("images/icons/light/play-circle.svg") no-repeat center center;
  background-size: 36px 36px;
}
.fsn-masthead .masthead-item-headline {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 47.78px;
}

@media (max-width: 767px) {
  .fsn-masthead .masthead-container.masthead-full {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .fsn-masthead .masthead-item-headline {
    font-size: 52px;
  }
  .fsn-masthead .masthead-item-content {
    width: 50%;
    padding-right: 0;
  }
}

/**
* Card
*/

.fsn-card .card-content .btn {
  margin-top: 30px;
}

/**
* Card : Basic
*/

@media (min-width: 768px) {
  .fsn-card.basic .card-content {
    padding: 40px 0 0;
  }
}

/**
* Card : Horizontal
*/

.fsn-card.horizontal .card-horizontal-video-pause {
  width: 36px;
  height: 36px;
  background: url("images/icons/light/pause-circle.svg") no-repeat center center;
  background-size: 36px 36px;
  left: auto;
  right: 15px;
}
.fsn-card.horizontal .card-horizontal-video-pause.paused {
  background-image: url("images/icons/light/play-circle.svg");
}
.fsn-card.horizontal .card-content span:nth-child(2) {
  display: block;
  font-style: italic;
  margin-top: -15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .fsn-card.horizontal .card-horizontal-video-pause {
    width: 60px;
    height: 60px;
    bottom: 24px;
    right: 24px;
  }
  .fsn-card.horizontal .card-content {
    padding-bottom: 20px;
  }
}

/**
* Blog
*/

.post-header {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
.post-header .wp-post-image {
  margin-top: 60px;
  width: 100%;
  height: auto;
}
.post-body {
  padding-bottom: 60px;
}
.post-body img {
  max-width: 100%;
  height: auto;
}
.post-metadata {
  font-size: 16px;
}
.post-metadata a {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.post-metadata a:focus,
.post-metadata a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.post-footer .post-back a,
.post-footer .social-sharing-title {
  font-weight: 600;
}
.post-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.fsn-social-sharing .social-sharing-item {
  text-decoration: none;
}
.post-back a {
  text-decoration: none;
  position: relative;
  padding-left: 30px;
}
.post-back a::before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 4px;
  z-index: 1;
  background: url("images/icons/light/arrow-left.svg") no-repeat center center;
  background-size: 19px 19px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}
.post-back a:focus::before,
.post-back a:hover::before {
  transform: translate3d(-4px, 0, 0);
}
.wp-block-image {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .post-footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .post-share {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .post-header {
    padding-top: 240px;
    padding-bottom: 100px;
  }
  .post-header .wp-post-image {
    margin-top: 120px;
    width: 100%;
    height: auto;
  }
  .post-body {
    padding-bottom: 100px;
  }
  .post-back,
  .post-share {
    width: 50%;
    float: left;
    padding: 42px 0;
  }
  .post-share {
    text-align: right;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
  .wp-block-image {
    margin: 50px 0;
  }
  .entry-title:before {
    margin-bottom: 50px;
  }
}

/**
* Photoswipe
*/

.pswp__bg {
  background-color: rgba(51, 78, 61, 0.98);
}
.pswp__top-bar,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: #a9502b;
}
.pswp__caption__center {
  color: #f9f9eb;
  text-align: center;
  font-size: 16px;
}
.pswp__counter {
  opacity: 1;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-shadow: none;
  border-radius: 50%;
  opacity: 0.9;
  background: #f9f9eb !important;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pswp__button--arrow--left {
  left: 15px;
}
.pswp__button--arrow--right {
  right: 15px;
}
.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  opacity: 1;
  background: #f9f9eb !important;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  content: "";
  display: block;
  text-shadow: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.pswp--svg .pswp__button--arrow--left:before {
  content: "";
  background: url("images/icons/dark/chevron-left.svg") no-repeat center center;
  background-size: 32px 32px;
}
.pswp--svg .pswp__button--arrow--right:before {
  content: "";
  background: url("images/icons/dark/chevron-right.svg") no-repeat center center;
  background-size: 32px 32px;
}

/**
* Flexslider
*/

.flex-direction-nav a {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-shadow: none;
  opacity: 1;
  border: 0;
  background: transparent;
}
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
}
.flex-direction-nav a:after {
  text-shadow: none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.flex-direction-nav a:hover:after {
  filter: brightness(0.7);
}
.flex-direction-nav a.flex-prev:after {
  content: "";
  background: url("images/icons/dark/chevron-left.svg") no-repeat center center;
  background-size: 25px 48px;
}
.flex-direction-nav a.flex-next:after {
  content: "";
  background: url("images/icons/dark/chevron-right.svg") no-repeat center center;
  background-size: 25px 48px;
}
.color-scheme-2 .flex-direction-nav a.flex-prev:after {
  background-image: url("images/icons/light/chevron-left.svg");
}
.color-scheme-2 .flex-direction-nav a.flex-next:after {
  background-image: url("images/icons/light/chevron-right.svg");
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0px;
}
.flex-control-paging li a {
  width: 16px;
  height: 16px;
}
.flex-control-paging li a.flex-active {
  background: #a9502b;
  box-shadow: none;
}
.color-scheme-2 .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.3);
}
.color-scheme-2 .flex-control-paging li a.flex-active {
  background: #f9f9eb;
}

@media (max-width: 767px) {
  .flex-direction-nav {
    width: 124px;
    height: 48px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -62px;
  }
  .flex-direction-nav a {
    top: 0;
    margin-top: 0;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .flex-direction-nav a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .flex-direction-nav a.flex-prev:before,
  .flex-direction-nav a.flex-next:before {
    width: 60px;
    height: 60px;
  }
  .flex-direction-nav a:after {
    width: 60px;
    height: 60px;
  }
}

/**
* Gallery : Carousel
*/

.fsn-gallery .carousel .carousel-item-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.fsn-gallery .carousel-item .carousel-item-button-full {
  text-decoration: none;
}
.carousel-item-categories {
  line-height: 0;
}
.carousel-item-category {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fsn-gallery .carousel-mobile[data-controls="direction"] {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  .fsn-gallery .carousel-mobile[data-controls="direction"] .flex-direction-nav {
    text-align: center;
    width: auto;
    height: auto;
    bottom: 0;
    left: 15px;
    right: 15px;
    line-height: 0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .color-scheme-2
    .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    li.flex-nav-prev {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .color-scheme-2
    .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    li.flex-nav-prev {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    a {
    background-color: transparent;
    width: 100%;
    line-height: 1;
  }
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    a.flex-prev:before,
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    a.flex-next:before,
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    a.flex-prev:after,
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    a.flex-next:after {
    width: 100%;
  }
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    .flex-prev {
    position: relative;
    left: 0;
    margin-top: 0;
    opacity: 1 !important;
  }
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    .flex-next {
    position: relative;
    right: 0;
    margin-top: 0;
    opacity: 1 !important;
  }
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .flex-direction-nav
    .flex-disabled {
    opacity: 1 !important;
    z-index: 10;
  }
  .fsn-gallery .carousel-mobile .carousel-item-detail:not(:empty) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fsn-gallery
    .carousel-mobile[data-controls="direction"]
    .carousel-item-button-full {
    position: relative;
  }
  .fsn-gallery
    .carousel[data-controls="direction"]
    + .carousel-mobile[data-controls="direction"]
    .carousel-item-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #f9f9eb;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 24px;
  }
}

@media (min-width: 768px) {
  .carousel.flexslider {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .carousel.flexslider[data-controls="both"] {
    padding-bottom: 60px;
  }
  .carousel.flexslider[data-controls="both"]::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f9eb;
    z-index: 2;
    pointer-events: none;
  }
  .color-scheme-2 .carousel.flexslider[data-controls="both"]:after {
    background-color: #334e3d;
  }
  .carousel .carousel-controls {
    position: static;
    bottom: auto;
    left: auto;
    padding: 0;
    transform: none;
  }
  .carousel .carousel-controls .flex-direction-nav li {
    margin: 0;
  }
  .carousel .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
  }
  .carousel .flex-direction-nav a.flex-prev,
  .carousel.flexslider:hover .flex-direction-nav .flex-prev {
    left: -60px;
  }
  .carousel .flex-direction-nav a.flex-next,
  .carousel.flexslider:hover .flex-direction-nav .flex-next {
    right: -60px;
  }
  .carousel .carousel-controls .flex-control-nav {
    position: absolute;
    bottom: 0;
  }
  .carousel.flexslider[data-controls="both"] .slides {
    display: flex;
  }
  .carousel.flexslider[data-controls="both"] .slides .slide {
    display: flex !important;
  }
  .carousel.flexslider[data-controls="both"] .carousel-item {
    display: flex;
    padding: 0 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .color-scheme-2 .carousel.flexslider[data-controls="both"] .carousel-item {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .carousel.flexslider[data-controls="both"] li:first-child .carousel-item {
    border-left: none;
  }
  .fsn-gallery .carousel .carousel-item-button-full {
    display: flex;
    flex-direction: column;
  }
  .fsn-gallery .carousel .carousel-item-image {
    order: 2;
  }
  .fsn-gallery .carousel .carousel-item-detail {
    order: 1;
    flex: 1;
  }
  .fsn-gallery .carousel .carousel-item-detail:not(:empty) {
    padding-bottom: 30px;
  }
  .fsn-gallery .carousel[data-controls="direction"] .carousel-item-button-full {
    position: relative;
  }
  .fsn-gallery .carousel[data-controls="direction"] .carousel-item-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #f9f9eb;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .fsn-gallery
    .carousel[data-controls="direction"]
    .carousel-item-button-full:hover
    .carousel-item-detail {
    opacity: 1;
  }
}

/**
* Gallery : Text
*/

.fsn-gallery .text-container .flex-direction-nav {
  display: none;
}

.fsn-gallery .text-container .text-item-content {
  padding-bottom: 40px;
}

/**
* Gallery : Slideshow
*/

.fsn-gallery .slideshow .slideshow-item-content {
  background: #f9f9eb;
  color: #334e3d;
}
.color-scheme-2 .fsn-gallery .slideshow .slideshow-item-content {
  background: #293d31;
  color: #f9f9eb;
}
.fsn-gallery .slideshow .flex-direction-nav .flex-prev,
.fsn-gallery .slideshow .slideshow-slider:hover .flex-direction-nav .flex-prev,
.fsn-gallery .slideshow .flex-direction-nav .flex-next,
.fsn-gallery .slideshow .slideshow-slider:hover .flex-direction-nav .flex-next {
  opacity: 0.8;
}
.fsn-gallery .slideshow .flex-direction-nav .flex-prev:hover,
.fsn-gallery
  .slideshow
  .slideshow-slider:hover
  .flex-direction-nav
  .flex-prev:hover,
.fsn-gallery .slideshow .flex-direction-nav .flex-next:hover,
.fsn-gallery
  .slideshow
  .slideshow-slider:hover
  .flex-direction-nav
  .flex-next:hover {
  opacity: 1;
}
.fsn-gallery .slideshow .flex-direction-nav a.flex-prev:before,
.fsn-gallery .slideshow .flex-direction-nav a.flex-next:before {
  background: none;
}
.fsn-gallery .slideshow .flex-direction-nav a {
  background: transparent;
}
.fsn-gallery .slideshow .flex-direction-nav a:focus,
.fsn-gallery .slideshow .flex-direction-nav a:hover {
  background: transparent;
}
.color-scheme-2 .fsn-gallery .slideshow .flex-direction-nav a.flex-prev:after {
  background-image: url("images/icons/light/chevron-left.svg");
}
.color-scheme-2 .fsn-gallery .slideshow .flex-direction-nav a.flex-next:after {
  background-image: url("images/icons/light/chevron-right.svg");
}
.fsn-gallery .slideshow .slideshow-item {
  cursor: pointer;
}

@media (max-width: 767px) {
  .fsn-gallery .slideshow .slideshow-container {
    height: calc(100vw + 50px);
  }
  .fsn-gallery .slideshow .slideshow-item-media {
    height: calc(100% - 79px);
  }
  .fsn-gallery .slideshow .slideshow-item-content {
    padding-bottom: 96px;
  }
  .fsn-gallery .slideshow .flex-direction-nav {
    margin: 0 15px;
    padding: 15px 0;
    z-index: 10;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .fsn-gallery .slideshow .flex-direction-nav li {
    display: block;
    width: 50%;
    float: left;
  }
  .fsn-gallery .slideshow .flex-direction-nav a {
    width: 100%;
    height: 48px;
  }
  .fsn-gallery .slideshow .flex-direction-nav a:before {
    width: 100%;
    height: 48px;
  }
  .fsn-gallery .slideshow .flex-direction-nav a:after {
    width: 100%;
    height: 100%;
  }
  .fsn-gallery .slideshow .flex-direction-nav li.flex-nav-prev {
    padding-right: 12px;
  }
  .fsn-gallery .slideshow .flex-direction-nav li.flex-nav-next {
    padding-left: 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .fsn-gallery .slideshow {
    max-width: 1200px;
    margin: 0 auto;
  }
  .fsn-gallery .slideshow .slideshow-container {
    height: 39.86111111vw;
    max-height: 574px;
  }
  .fsn-gallery .slideshow .slideshow-item {
    width: auto;
    margin-left: 8.33333333vw;
    margin-right: 8.33333333vw;
  }
  .fsn-gallery .slideshow .slideshow-item-media {
    height: 100%;
  }
  .fsn-gallery .slideshow .slideshow-item-content {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .slideshow-item-description {
    position: relative;
    padding-left: 25px;
  }
  .slideshow-item-description:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #a9502b;
    border-radius: 50%;
    pointer-events: none;
  }
  .fsn-gallery .slideshow .flex-direction-nav {
    width: auto;
    height: auto;
    bottom: auto;
    right: auto;
    position: static;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev {
    top: 66px;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-next {
    top: 66px;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev,
  .fsn-gallery .slideshow .flex-direction-nav .flex-next {
    width: 8.33333333vw;
    height: 8.33333333vw;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev:before,
  .fsn-gallery .slideshow .flex-direction-nav .flex-next:before {
    width: 8.33333333vw;
    height: 8.33333333vw;
  }
  .fsn-gallery .slideshow .flex-direction-nav .flex-prev:after,
  .fsn-gallery .slideshow .flex-direction-nav .flex-next:after {
    width: 100%;
    height: 100%;
  }
  .single-post .fsn-gallery .slideshow .flex-direction-nav a.flex-prev:after {
    background-image: url("images/icons/light/chevron-left.svg");
  }
  .single-post .fsn-gallery .slideshow .flex-direction-nav a.flex-next:after {
    background-image: url("images/icons/light/chevron-right.svg");
  }
}

/**
* Gallery : Grid
*/

@media (min-width: 768px) {
  .fsn-gallery .grid-item {
    width: 33.33%;
  }
  .fsn-gallery .grid-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }
}

/**
 * Content Roll
 */

.content-roll-item.list {
  margin-bottom: 60px;
}
.content-roll-item.grid .content-roll-item-content {
  padding: 5px 15px 30px;
}
.content-roll-item .content-roll-content-button {
  margin-top: 20px;
}
.content-roll-item-wrap > a,
.content-roll-item-wrap > a:hover,
.color-scheme-2 .content-roll-item-wrap > a,
.color-scheme-2 .content-roll-item-wrap > a:hover {
  text-decoration: none;
}
.content-roll-item-wrap > a:hover h3 {
  text-decoration: underline;
}
.content-roll-item-image-wrap {
  position: relative;
  overflow: hidden;
}
.content-roll-item-image-wrap img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .simple-filter-group {
    background: #f4f4d7;
  }
  .simple-filter-group .simple-filter-term > span {
    background: #f4f4d7;
    color: #a9502b;
  }
  .simple-filter-group .simple-filter-term.active {
    background: #a9502b;
  }
  .simple-filter-group .simple-filter-term.active > span {
    color: #fff;
  }
  .simple-filter-group .simple-filter-term.expanded > span {
    border-top: 1px solid rgba(169, 80, 43, 0.5);
  }
  .simple-filter-group .simple-filter-term.active > span:after {
    border-top-color: #fff;
  }
  .simple-filter-group .simple-filter-term.active.open > span:after {
    border-top-color: transparent;
    border-bottom-color: #fff;
  }
  .fsn-content-roll .ajax-content-roll-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .ajax-content-roll-container .content-roll-header {
    border-bottom-color: #a9502b;
  }
  .color-scheme-2 .ajax-content-roll-container .content-roll-header {
    border-bottom-color: #f9f9eb;
  }
  .content-roll-filters > .form-group {
    display: block;
  }
  .simple-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-evenly;
  }
  .simple-filter-group:before,
  .simple-filter-group:after {
    display: none;
  }
  .simple-filter-group .simple-filter-term {
    position: relative;
    float: none;
    margin: 0;
    padding: 14px 0;
    background: transparent;
    color: #a9502b;
    text-transform: uppercase;
  }
  .simple-filter-group .simple-filter-term:hover,
  .simple-filter-group .simple-filter-term.active {
    background: transparent;
    color: #6c331b;
  }
  .simple-filter-group .simple-filter-term.active {
    background: transparent;
    color: #a9502b;
  }
  .simple-filter-group .simple-filter-term.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #a9502b;
    position: absolute;
    bottom: 12px;
    left: 0;
  }
  .color-scheme-2 .simple-filter-group .simple-filter-term {
    color: rgba(249, 249, 235, 0.8);
  }
  .color-scheme-2 .simple-filter-group .simple-filter-term:hover {
    color: #fff;
  }
  .color-scheme-2 .simple-filter-group .simple-filter-term.active {
    color: #f9f9eb;
  }
  .color-scheme-2 .simple-filter-group .simple-filter-term.active:before {
    background: #f9f9eb;
  }
  .fsn-content-roll
    .ajax-content-roll-container[data-item-layout="grid"]
    .container {
    width: auto;
  }
  .content-roll-item.list .content-roll-item-content {
    padding: 0 0 20px;
  }
  .content-roll-item.list .content-roll-item-wrap > a > .row {
    display: flex;
    align-items: center;
  }
  .content-roll-item.list .content-roll-item-wrap > a > .row:before,
  .content-roll-item.list .content-roll-item-wrap > a > .row:after {
    display: none;
  }
}

/**
 * Footer
 */

.fsn-footer .fsn-column-inner.button {
  height: auto;
  line-height: 0;
}
body > footer {
  font-size: 14px;
}

@media (min-width: 768px) {
  body > footer {
    font-size: 16px;
  }
}

/**
 * Menu : WP Custom
 */

footer .fsn-menu.wp_custom {
  font-size: 14px;
}
.fsn-menu.wp_custom a {
  display: block;
  text-decoration: none;
}
.fsn-menu.wp_custom a:hover {
  text-decoration: underline;
}
.fsn-menu.wp_custom > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .fsn-menu.wp_custom > ul > li {
  padding-top: 8px;
  padding-bottom: 8px;
}
footer .fsn-menu.wp_custom > ul ul {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}
footer .fsn-menu.wp_custom > ul ul > li {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .fsn-menu.wp_custom li {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  footer .fsn-menu.wp_custom > ul {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
  }
  footer .fsn-menu.wp_custom > ul > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

@media (min-width: 1200px) {
  footer .fsn-menu.wp_custom > ul {
    -moz-column-count: 3;
    -moz-column-gap: 12px;
    -webkit-column-count: 3;
    -webkit-column-gap: 12px;
    column-count: 3;
    column-gap: 12px;
  }
}

/**
* Menu : Inline
*/

@media (max-width: 767px) {
  .fsn-menu.inline .list-inline {
    margin-left: 0;
  }
}

/**
* Menu : Inline : Social
*/

.fsn-menu.inline.social .list-inline > li > a {
  display: block;
  width: 20px;
  height: 48px;
  padding: 0;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.fsn-menu.inline.social .list-inline {
  margin-left: -6px;
  margin-right: -6px;
}
.fsn-menu.inline.social .list-inline > li {
  padding-left: 6px;
  padding-right: 6px;
}
.fsn-menu.inline.social .list-inline > li > a:before {
  content: "";
  display: block;
  width: 20px;
  height: 48px;
}
.fsn-menu.inline.social .list-inline > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fsn-menu.inline.social .list-inline > li.facebook > a:after {
  background: url("images/icons/dark/social-facebook.svg") no-repeat center
    center;
  background-size: 10px 20px;
}
.fsn-menu.inline.social .list-inline > li.instagram > a:after {
  background: url("images/icons/dark/social-instagram.svg") no-repeat center
    center;
  background-size: 20px 20px;
}
.fsn-menu.inline.social .list-inline > li.twitter > a:after {
  background: url("images/icons/dark/social-twitter.svg") no-repeat center
    center;
  background-size: 20px 20px;
}
.fsn-menu.inline.social .list-inline > li.linkedin > a:after {
  background: url("images/icons/dark/social-linkedin.svg") no-repeat center
    center;
  background-size: 20px 20px;
}
.color-scheme-2 .fsn-menu.inline.social .list-inline > li.facebook > a:after {
  background: url("images/icons/light/social-facebook.svg") no-repeat center
    center;
  background-size: 10px 20px;
}
.color-scheme-2 .fsn-menu.inline.social .list-inline > li.instagram > a:after {
  background: url("images/icons/light/social-instagram.svg") no-repeat center
    center;
  background-size: 20px 20px;
}
.color-scheme-2 .fsn-menu.inline.social .list-inline > li.twitter > a:after {
  background: url("images/icons/light/social-twitter.svg") no-repeat center
    center;
  background-size: 20px 20px;
}
.color-scheme-2 .fsn-menu.inline.social .list-inline > li.linkedin > a:after {
  background: url("images/icons/light/social-linkedin.svg") no-repeat center
    center;
  background-size: 20px 20px;
}
@media (max-width: 767px) {
  .fsn-menu.inline.social .list-inline > li {
    display: inline-block;
  }
}

/**
* Menu : Mobile Footer
*/

@media (max-width: 767px) {
  .fsn-menu.mobile_footer {
    background: #a9502b;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    width: auto;
    bottom: 25px;
    left: 15px;
    right: 15px;
    opacity: 0;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 0.3s;
  }
  .fsn-menu.mobile_footer.in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s;
  }
  .fsn-menu.mobile_footer ul {
    margin-left: 0;
  }
  .fsn-menu.mobile_footer ul li {
    display: block;
  }
  .mobile-footer a,
  .mobile-footer button {
    display: block;
    width: 100%;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #f9f9eb;
    border: 0;
    text-transform: none;
    text-align: left;
    margin: 0;
    padding: 15px 80px 15px 30px;
  }
  .mobile-footer a:focus,
  .mobile-footer a:hover,
  .mobile-footer button:focus,
  .mobile-footer button:hover {
    color: #f9f9eb;
  }
  .mobile-footer a::before,
  .mobile-footer button::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("images/icons/light/arrow-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
  }
  #mobile-back-to-top {
    display: none !important;
  }
}

/**
* Notifications : Modal
*/

.fsn-notifications.modal_window .notifications-modal-controls {
  background: #a9502b;
}
.fsn-notifications.modal_window .notification-modal-title {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fsn-notifications.modal_window
  .notifications-modal-controls
  .flex-direction-nav
  .flex-nav-prev {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.modal_window
  .notifications-modal-controls
  .flex-direction-nav
  .flex-nav-next {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.modal_window .flex-direction-nav .flex-prev,
.fsn-notifications.modal_window .flex-direction-nav .flex-next {
  background-image: none !important;
  border-radius: 0;
}
.fsn-notifications.modal_window .flex-direction-nav a.flex-prev:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/chevron-left.svg");
  background-size: 24px 24px;
}
.fsn-notifications.modal_window .flex-direction-nav a.flex-next:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/chevron-right.svg");
  background-size: 24px 24px;
}
.fsn-notifications.modal_window .notifications-modal-items .close {
  background-image: url("images/icons/light/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fsn-notifications.modal_window
  .notifications-modal-items
  .close
  .material-icons {
  display: none;
}

@media (max-width: 767px) {
  .fsn-notifications.modal_window
    .notifications-modal-controls
    .flex-direction-nav {
    width: auto;
    height: 70px;
    position: relative;
    margin: 0;
    bottom: auto;
    left: auto;
  }
}

/**
* Notification : Popover/Cookie
*/

.fsn-notifications.notifications-popover {
  border-radius: 0;
}
.notifications-popover .notification-content {
  text-align: center;
  padding: 15px;
}
.fsn-notifications.notifications-popover .cookie-notice-accept {
  margin-top: 15px;
}
.fsn-notifications.notifications-popover .popover-close {
  width: 48px;
  height: 48px;
  background: url("images/icons/dark/x.svg") no-repeat center center;
  background-size: 24px 24px;
  opacity: 0.7;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fsn-notifications.notifications-popover .popover-close .material-icons {
  display: none;
}
.fsn-notifications.notifications-popover .popover-close:focus,
.fsn-notifications.notifications-popover .popover-close:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .fsn-notifications.notifications-popover .fsn-notification > .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .fsn-notifications.notifications-popover
    .fsn-notification
    > .row
    > div:nth-child(2) {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .fsn-notifications.notifications-popover {
    width: 480px;
  }
  .notifications-popover .notification-content {
    padding: 10px 15px;
  }
  .notifications-popover [data-cookie-notice="true"] .notification-content {
    font-size: 18px;
  }
  .fsn-notifications.notifications-popover .cookie-notice-accept {
    margin-top: 0px;
  }
}

/**
* Notifications : Bar Inline
*/

.fsn-notifications.bar_inline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fsn-notifications.bar_inline {
  height: auto;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  background: #a9502b;
  min-height: 40px;
}
.fsn-notifications.bar_inline.dismissed {
  height: auto;
}
.fsn-notifications.bar_inline.putaway {
  min-height: 0;
  border: 0;
}
.fsn-notifications.bar_inline .notifications-bar-inline-items.flexslider {
  transition: opacity 0.3s;
}
.fsn-notifications.bar_inline .slides {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.fsn-notifications.bar_inline .notifications-bar-inline-controls {
  width: 80px;
  right: 40px;
}
.fsn-notifications.bar_inline .notifications-bar-inline-controls.disabled {
  display: none;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav {
  padding: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 100%;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-nav-prev,
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-nav-next {
  border-left-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 100%;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-nav-next {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-prev:after,
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-next:after {
  width: 40px;
  height: 100%;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  a {
  border-radius: 0;
  border: 0;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-prev,
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-next {
  background: none;
  width: 40px;
  height: 100%;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-prev {
  left: 0;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-controls
  .flex-direction-nav
  .flex-next {
  right: 0;
}
.fsn-notifications.bar_inline .flex-direction-nav a.flex-prev:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/chevron-left.svg");
  background-size: 24px 24px;
}
.fsn-notifications.bar_inline .flex-direction-nav a.flex-next:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/chevron-right.svg");
  background-size: 24px 24px;
}
.fsn-notifications.bar_inline .notifications-bar-inline-close {
  width: 40px;
  height: 100%;
  background-image: url("images/icons/light/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-close
  .close
  .material-icons {
  display: none;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-items.flexslider
  .slides
  .slide {
  padding-left: 15px;
  padding-right: 135px;
}
.fsn-notifications.bar_inline .fsn-notification {
  height: auto;
  line-height: 1.1;
  padding: 15px 0;
  font-size: 14px;
  color: #f9f9eb;
}
.fsn-notifications.bar_inline a {
  width: 100%;
  font-size: 14px;
  color: #f9f9eb;
}
.fsn-notifications.bar_inline a:hover {
  text-decoration: underline;
}
.fsn-notifications.bar_inline
  .notifications-bar-inline-items.flexslider
  .slides
  .slide {
  white-space: normal;
}

@media (max-width: 767px) {
  header .fsn-notification-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fsn-notifications.bar_inline {
    display: block;
  }
  .fsn-notifications.bar_inline .h5 {
    display: block;
    line-height: 0;
    font-size: 14px;
    color: #f9f9eb;
  }
}

@media (min-width: 768px) {
  .fsn-notifications.bar_inline {
    min-height: 50px;
  }
  .fsn-notifications.bar_inline.putaway {
    min-height: 0;
  }
  .fsn-notifications.bar_inline .notifications-bar-inline-controls {
    width: 100px;
    right: 50px;
  }
  .fsn-notifications.bar_inline
    .notifications-bar-inline-controls
    .flex-direction-nav {
    width: 100px;
  }
  .fsn-notifications.bar_inline
    .notifications-bar-inline-controls
    .flex-direction-nav
    .flex-nav-prev,
  .fsn-notifications.bar_inline
    .notifications-bar-inline-controls
    .flex-direction-nav
    .flex-nav-next {
    width: 50px;
  }
  .fsn-notifications.bar_inline
    .notifications-bar-inline-controls
    .flex-direction-nav
    .flex-prev {
    width: 50px;
    left: 0;
  }
  .fsn-notifications.bar_inline
    .notifications-bar-inline-controls
    .flex-direction-nav
    .flex-next {
    width: 50px;
  }
  .fsn-notifications.bar_inline
    .notifications-bar-inline-controls
    .flex-direction-nav
    .flex-prev:after,
  .fsn-notifications.bar_inline
    .notifications-bar-inline-controls
    .flex-direction-nav
    .flex-next:after {
    width: 50px;
    background-size: 24px 24px;
  }
  .fsn-notifications.bar_inline .notifications-bar-inline-close {
    width: 50px;
  }
  .fsn-notifications.bar_inline
    .notifications-bar-inline-items.flexslider
    .slides
    .slide {
    padding-left: 40px;
    padding-right: 186px;
  }
  .fsn-notifications.bar_inline .fsn-notification {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.42857143;
  }
  .fsn-notifications.bar_inline a {
    display: flex;
    font-size: 16px;
  }
  .fsn-notifications.bar_inline .h5 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #f9f9eb;
    display: inline-block;
    margin: 0 12px 0 45px;
    padding: 2px 12px 2px 0;
    vertical-align: bottom;
  }
}

/**
* Notifications : Bar
*/

.fsn-notifications.bar {
  background: #a9502b;
}
.fsn-notifications.bar .h5 {
  color: #f9f9eb;
  display: inline-block;
  margin: 0 12px 0 45px;
  padding: 2px 12px 2px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar .fsn-notification a {
  text-decoration: none;
}
.fsn-notifications.bar
  .notifications-bar-controls
  .flex-direction-nav
  .flex-nav-prev {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar
  .notifications-bar-controls
  .flex-direction-nav
  .flex-nav-next {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.bar .flex-direction-nav .flex-prev,
.fsn-notifications.bar .flex-direction-nav .flex-next {
  background-image: none !important;
  border-radius: 0;
}
.fsn-notifications.bar .flex-direction-nav a.flex-prev:before,
.fsn-notifications.bar .flex-direction-nav a.flex-next:before {
  width: 70px;
  height: 70px;
}
.fsn-notifications.bar .flex-direction-nav a.flex-prev:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/chevron-left.svg");
  background-size: 24px 24px;
}
.fsn-notifications.bar .flex-direction-nav a.flex-next:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/chevron-right.svg");
  background-size: 24px 24px;
}
.fsn-notifications.bar .notifications-bar-close {
  background-image: url("images/icons/light/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fsn-notifications.bar.putaway .notifications-bar-close {
  background-image: url("images/icons/light/plus.svg");
  background-size: 24px 24px;
}
.fsn-notifications.bar .notifications-bar-close .close .material-icons {
  display: none;
}

/**
* Notifications : Floating Footer
*/

.fsn-notifications.floating_footer {
  background: #a9502b;
}
.fsn-notifications.floating_footer h5 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.floating_footer
  .notifications-floating-footer-controls
  .flex-direction-nav
  .flex-nav-prev {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.floating_footer
  .notifications-floating-footer-controls
  .flex-direction-nav
  .flex-nav-next {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.fsn-notifications.floating_footer .flex-direction-nav .flex-prev,
.fsn-notifications.floating_footer .flex-direction-nav .flex-next {
  background-image: none !important;
  border-radius: 0;
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-prev:before,
.fsn-notifications.floating_footer .flex-direction-nav a.flex-next:before {
  width: 70px;
  height: 70px;
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-prev:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/chevron-left.svg");
  background-size: 24px 24px;
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-next:after {
  width: 100%;
  height: 100%;
  background-image: url("images/icons/light/chevron-right.svg");
  background-size: 24px 24px;
}
.fsn-notifications.floating_footer .notifications-floating-footer-close {
  background-image: url("images/icons/light/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fsn-notifications.floating_footer.putaway
  .notifications-floating-footer-close {
  background-image: url("images/icons/light/plus.svg");
  background-size: 24px 24px;
}
.fsn-notifications.floating_footer
  .notifications-floating-footer-close
  .close
  .material-icons {
  display: none;
}

/**
* Modals
*/

.component.modal > .modal-component-inner {
  margin: 60px 15px 0;
  box-shadow: none;
  background: #f9f9eb;
}
.component.modal .close {
  text-shadow: none;
  position: absolute;
  top: 15px;
  left: 0;
  width: 48px;
  height: 48px;
  color: #a9502b;
  opacity: 1;
  background: #f9f9eb url("images/icons/dark/x.svg") no-repeat center center;
  background-size: 32px 32px;
  box-shadow: none;
  overflow: hidden;
  font-weight: 300;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.component.modal .close .material-icons {
  display: none;
}
.component.modal .close:hover {
  box-shadow: none;
}

@media (min-width: 768px) {
  .component.modal .close {
    top: 12px;
    left: 12px;
    opacity: 1;
    width: 60px;
    height: 60px;
  }
  .component.modal > .modal-component-inner {
    margin: 100px auto 0;
    width: auto;
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  .component.modal > .modal-component-inner {
    max-width: 890px;
  }
}

@media (min-width: 1200px) {
  .component.modal > .modal-component-inner {
    max-width: 960px;
  }
}

/**
 * Advanced Animation : Modals
 */

.modal-backdrop {
  display: none !important;
}
.component.modal:before,
.fsn-notifications.modal_window .modal:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #334e3d;
  opacity: 0.95;
}
.component.modal:before,
.fsn-notifications.modal_window .modal:before {
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}
.component.modal.in:before,
.fsn-notifications.modal_window .modal.in:before {
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.component.modal > .modal-component-inner,
.fsn-notifications.modal_window .modal-dialog {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36),
    transform 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}
.component.modal.in > .modal-component-inner,
.fsn-notifications.modal_window .modal.in .modal-dialog {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s,
    transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
}
.component.modal .close,
.fsn-notifications.modal_window .notifications-modal-items .close {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.component.modal.in .close,
.fsn-notifications.modal_window .modal.in .notifications-modal-items .close {
  opacity: 0.8;
  transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.8s;
}
.component.modal .close:focus,
.component.modal .close:hover,
.fsn-notifications.modal_window .notifications-modal-items .close:focus,
.fsn-notifications.modal_window .notifications-modal-items .close:hover {
  opacity: 1;
}
