@import url(https://fonts.googleapis.com/css?family=Londrina+Solid);
/* Main Less File: Part 2
/*------------------------------------------------------------*/
/*@import "reset.less";*/
/*@import "normalize.less";*/
/* Responsive Utilities
/*------------------------------------------------------------*/
/* Hide from screenreaders and browsers */
.hidden {
  display: none;
  visibility: hidden;
}
/* Media Breakpoints
/*------------------------------------------------------------*/
/* Visibility Utilities: Desktop
/*------------------------------------------------------------*/
.visible-mobile {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.visible-touchscreen {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
/* Visibility Utilities: Mobile
/*------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .visible-mobile {
    display: inherit !important;
  }
  .visible-touchscreen {
    display: inherit !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
/* Visibility Utilities: Tablet
/*------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .visible-tablet {
    display: inherit !important;
  }
  .visible-touchscreen {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
/*------------------------------------------------------------*/
/* Common
/*------------------------------------------------------------*/
.cl {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.align-left,
.tal {
  text-align: left;
}
.align-center,
.tac {
  text-align: center;
}
.align-right,
.tar {
  text-align: right;
}
.clear:before,
.clear:after {
  display: table;
  content: " ";
}
.clear:after {
  clear: both;
  *zoom: 1;
}
/* Colors */
/*------------------------------------------------------------*/
/*grey is added to customizer*/
/*@grey: 			#666;*/
/*@import "general.less";*/
/* Mixins
/*------------------------------------------------------------*/
.font_p {
  font-family: PT Sans, sans-serif;
}
.font_h1 {
  font-family: Amatic SC, sans-serif;
}
.font_h2 {
  font-family: Amatic SC, sans-serif;
}
.font_h3 {
  font-family: Amatic SC, sans-serif;
}
.font_h4 {
  font-family: Amatic SC, sans-serif;
}
.font_h5 {
  font-family: Amatic SC, sans-serif;
}
.font_h6 {
  font-family: Roboto, sans-serif;
}
.font_subtitle {
  font-family: Roboto, sans-serif;
}
.font_button {
  font-family: Londrina Solid, sans-serif;
}
.font_nav_top {
  font-family: Amatic SC, sans-serif;
}
.font_nav_sub {
  font-family: Roboto, sans-serif;
}
.font_nav_subhead {
  font-family: Homenaje, sans-serif;
}
.abs-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.a-style a {
  font-weight: bold;
}
.p-style p {
  line-height: 25.888px;
}
.p-style blockquote p {
  line-height: inherit;
}
/*@import "typography.less";*/
/*------------------------------------------------------------*/
/* Buttons
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* MMC Button wrapper
/*------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mmc-button-wrapper.align-left,
  .mmc-button-wrapper.align-right {
    text-align: center;
  }
}
/*------------------------------------------------------------*/
/* MMC Main Button
/*------------------------------------------------------------*/
.mmc-button {
  font-family: Londrina Solid, sans-serif;
  font-size: 18.4px;
  font-weight: normal !important;
  font-style: normal;
  text-transform: uppercase;
  color: #2a2a2a;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  /*default button*/
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  color: #ffffff;
  background-color: #f4b924;
  /**/
}
.mmc-dark-bg.mmc-button,
.mmc-dark-bg .mmc-button,
.mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button,
.mmc-light-bg .mmc-button,
.mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-dark-bg.mmc-button,
.mmc-dark-bg .mmc-button,
.mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button,
.mmc-light-bg .mmc-button,
.mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-button.color_one {
  background-color: #f4b924;
}
.mmc-button.color_two {
  background-color: #f25c4b;
}
.mmc-button.color_three {
  background-color: #2e2e2c;
}
.mmc-button.white {
  background-color: #ffffff;
  color: #2e2e2c;
}
.mmc-button:hover {
  background-color: #2e2e2c;
  color: #ffffff;
}
.mmc-dark-bg.mmc-button:hover,
.mmc-dark-bg .mmc-button:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button:hover {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.mmc-button:hover,
.mmc-light-bg .mmc-button:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.color_three.mmc-button:hover {
  background-color: #f25c4b;
}
@media only screen and (max-width: 767px) {
  .mmc-button:active {
    background-color: #2e2e2c;
    color: #ffffff;
  }
  .color_three.mmc-button:active {
    background-color: #f25c4b;
  }
}
.mmc-button > i {
  margin-right: 10px;
}
.mmc-button.small {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}
.mmc-button.small.outline,
.mmc-button.small.trans {
  line-height: 36px;
}
.mmc-button.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-button.outline {
  background-color: transparent;
  border: 2px solid #f4b924;
  color: #2e2e2c;
  line-height: 46px;
}
.mmc-dark-bg.mmc-button.outline,
.mmc-dark-bg .mmc-button.outline,
.mmc-light-bg .mmc-dark-bg.mmc-button.outline,
.mmc-light-bg .mmc-dark-bg .mmc-button.outline,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.outline,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.outline,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.outline,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.outline {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button.outline,
.mmc-light-bg .mmc-button.outline,
.mmc-dark-bg .mmc-light-bg.mmc-button.outline,
.mmc-dark-bg .mmc-light-bg .mmc-button.outline,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.outline,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.outline,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.outline,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.outline {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-button.outline.color_one {
  border-color: #f4b924;
}
.mmc-button.outline.color_two {
  border-color: #f25c4b;
}
.mmc-button.outline.color_three {
  border-color: #2e2e2c;
}
.mmc-button.outline.white {
  border-color: #ffffff;
}
.mmc-button.outline:hover {
  background-color: transparent;
  border-color: #2e2e2c;
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-button.outline:hover,
.mmc-dark-bg .mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button.outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.outline:hover {
  color: #ffffff;
  background-color: "";
  border-color: #ffffff;
}
.mmc-light-bg.mmc-button.outline:hover,
.mmc-light-bg .mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button.outline:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.outline:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.outline:hover {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.color_three.mmc-button.outline:hover {
  border-color: #f25c4b;
}
.mmc-dark-bg.white.mmc-button.outline:hover,
.mmc-dark-bg .white.mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg.white.mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg .white.mmc-button.outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.white.mmc-button.outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .white.mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.white.mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .white.mmc-button.outline:hover {
  color: "";
  background-color: "";
  border-color: #2e2e2c;
}
@media only screen and (max-width: 767px) {
  .mmc-button.outline:active {
    background-color: transparent;
    border-color: #2e2e2c;
    color: #2e2e2c;
  }
  .color_three.mmc-button.outline:active {
    border-color: #f25c4b;
  }
}
.mmc-button.trans {
  background-color: rgba(255, 255, 255, 0.23);
  border: 2px solid #f4b924;
  color: #2e2e2c;
  line-height: 46px;
}
.mmc-dark-bg.mmc-button.trans,
.mmc-dark-bg .mmc-button.trans,
.mmc-light-bg .mmc-dark-bg.mmc-button.trans,
.mmc-light-bg .mmc-dark-bg .mmc-button.trans,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-light-bg.mmc-button.trans,
.mmc-light-bg .mmc-button.trans,
.mmc-dark-bg .mmc-light-bg.mmc-button.trans,
.mmc-dark-bg .mmc-light-bg .mmc-button.trans,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans {
  color: #2e2e2c;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-button.trans.color_one {
  border-color: #f4b924;
}
.mmc-button.trans.color_two {
  border-color: #f25c4b;
}
.mmc-button.trans.color_three {
  border-color: #2e2e2c;
}
.mmc-button.trans.white {
  border-color: #ffffff;
}
.mmc-button.trans:hover {
  color: #2e2e2c;
  background-color: #ffffff;
}
.mmc-dark-bg.mmc-button.trans:hover,
.mmc-dark-bg .mmc-button.trans:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button.trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button.trans:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans:hover {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: #ffffff;
}
.mmc-light-bg.mmc-button.trans:hover,
.mmc-light-bg .mmc-button.trans:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button.trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button.trans:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans:hover {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
@media only screen and (max-width: 767px) {
  .mmc-button.trans:active {
    color: #2e2e2c;
    background-color: #ffffff;
  }
  .mmc-dark-bg.mmc-button.trans:active,
  .mmc-dark-bg .mmc-button.trans:active,
  .mmc-light-bg .mmc-dark-bg.mmc-button.trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-button.trans:active,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans:active,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans:active {
    color: #ffffff;
    background-color: #2e2e2c;
    border-color: "";
  }
  .mmc-light-bg.mmc-button.trans:active,
  .mmc-light-bg .mmc-button.trans:active,
  .mmc-dark-bg .mmc-light-bg.mmc-button.trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-button.trans:active,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans:active,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans:active {
    color: #2e2e2c;
    background-color: #ffffff;
    border-color: "";
  }
}
.mmc-button.border-thin {
  border-width: 1px !important;
}
.mmc-button + .mmc-button {
  margin-left: 20px;
}
.mmc-button-small {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}
.mmc-button-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-button-outline {
  font-size: 18.4px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #2a2a2a;
  background-color: transparent;
  border: 2px solid #f4b924;
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-button-outline,
.mmc-dark-bg .mmc-button-outline,
.mmc-light-bg .mmc-dark-bg.mmc-button-outline,
.mmc-light-bg .mmc-dark-bg .mmc-button-outline,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-outline,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-outline,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-outline,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-outline {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button-outline,
.mmc-light-bg .mmc-button-outline,
.mmc-dark-bg .mmc-light-bg.mmc-button-outline,
.mmc-dark-bg .mmc-light-bg .mmc-button-outline,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-outline,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-outline,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-outline,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-outline {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-button-outline:hover {
  background-color: transparent;
  border-color: #2e2e2c;
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-button-outline:hover,
.mmc-dark-bg .mmc-button-outline:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button-outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button-outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-outline:hover {
  color: #ffffff;
  background-color: "";
  border-color: #ffffff;
}
.mmc-light-bg.mmc-button-outline:hover,
.mmc-light-bg .mmc-button-outline:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button-outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button-outline:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-outline:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-outline:hover {
  color: #2e2e2c;
  background-color: "";
  border-color: #2e2e2c;
}
@media only screen and (max-width: 767px) {
  .mmc-button-outline:active {
    background-color: transparent;
    border-color: #2e2e2c;
    color: #2e2e2c;
  }
}
.mmc-button-trans {
  font-size: 18.4px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #2a2a2a;
  background-color: rgba(255, 255, 255, 0.23);
  border: 2px solid #f4b924;
  color: #2e2e2c;
  line-height: 46px;
}
.mmc-dark-bg.mmc-button-trans,
.mmc-dark-bg .mmc-button-trans,
.mmc-light-bg .mmc-dark-bg.mmc-button-trans,
.mmc-light-bg .mmc-dark-bg .mmc-button-trans,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-light-bg.mmc-button-trans,
.mmc-light-bg .mmc-button-trans,
.mmc-dark-bg .mmc-light-bg.mmc-button-trans,
.mmc-dark-bg .mmc-light-bg .mmc-button-trans,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans {
  color: #2e2e2c;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-button-trans.color_one {
  border-color: #f4b924;
}
.mmc-button-trans.color_two {
  border-color: #f25c4b;
}
.mmc-button-trans.color_three {
  border-color: #2e2e2c;
}
.mmc-button-trans.white {
  border-color: #ffffff;
}
.mmc-button-trans:hover {
  color: #2e2e2c;
  background-color: #ffffff;
}
.mmc-dark-bg.mmc-button-trans:hover,
.mmc-dark-bg .mmc-button-trans:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button-trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button-trans:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans:hover {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: #ffffff;
}
.mmc-light-bg.mmc-button-trans:hover,
.mmc-light-bg .mmc-button-trans:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button-trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button-trans:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans:hover {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
@media only screen and (max-width: 767px) {
  .mmc-button-trans:active {
    color: #2e2e2c;
    background-color: #ffffff;
  }
  .mmc-dark-bg.mmc-button-trans:active,
  .mmc-dark-bg .mmc-button-trans:active,
  .mmc-light-bg .mmc-dark-bg.mmc-button-trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-button-trans:active,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans:active,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans:active {
    color: #ffffff;
    background-color: #2e2e2c;
    border-color: "";
  }
  .mmc-light-bg.mmc-button-trans:active,
  .mmc-light-bg .mmc-button-trans:active,
  .mmc-dark-bg .mmc-light-bg.mmc-button-trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-button-trans:active,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans:active,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans:active {
    color: #2e2e2c;
    background-color: #ffffff;
    border-color: "";
  }
}
/*------------------------------------------------------------*/
/* Arrow Buttons
/*------------------------------------------------------------*/
.mmc-button-arrow,
.mmc-button-arrow-left,
.mmc-button-arrow-right {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.mmc-button-arrow:before,
.mmc-button-arrow-left:before,
.mmc-button-arrow-right:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.mmc-button-arrow:hover:before,
.mmc-button-arrow-left:hover:before,
.mmc-button-arrow-right:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.mmc-button-arrow-left:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.mmc-button-arrow-right:before {
  content: '\f105';
}
.mmc-button-arrow-small {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mmc-button-arrow-small:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2e2e2c;
  -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;
}
.mmc-dark-bg.mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-button-arrow-small:before,
.mmc-light-bg .mmc-dark-bg.mmc-button-arrow-small:before,
.mmc-light-bg .mmc-dark-bg .mmc-button-arrow-small:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-arrow-small:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-arrow-small:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button-arrow-small:before,
.mmc-light-bg .mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-light-bg.mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-light-bg .mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-arrow-small:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-arrow-small:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-arrow-small:before {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-button-arrow-small:hover:before {
  background: #f4b924;
  color: #ffffff;
}
.mmc-button-arrow-color:hover {
  background: #f4b924;
}
/*------------------------------------------------------------*/
/* MMC Main Button v2
/*------------------------------------------------------------*/
.mmc-button-v2 {
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.mmc-button-v2 > summary {
  line-height: 1;
}
.mmc-button-v2 > i {
  margin-right: 10px;
}
/* Winona */
.button--winona {
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.button--winona > summary {
  display: block;
}
.button--winona::after,
.button--winona > summary {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
  color: transparent !important;
}
.button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--winona:hover > summary {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
/* Ujarak */
.button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  background: transparent !important;
}
.button--ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak,
.button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Wayra */
.button--wayra {
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
  background: transparent !important;
}
.button--wayra:hover::before {
  opacity: 1;
  background-color: #3f51b5;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* Tamaya */
.button--tamaya {
  overflow: hidden;
  background: none !important;
}
.button--tamaya::before,
.button--tamaya::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya::before {
  top: 0;
  line-height: 1;
}
.button--tamaya::after {
  bottom: 0;
  line-height: 0;
}
.button--tamaya summary {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  vertical-align: middle;
}
.button--tamaya:hover::before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.button--tamaya:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--tamaya:hover summary {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* Rayen */
.button--rayen {
  background: transparent !important;
}
.button--rayen::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.button--rayen > summary {
  display: block;
}
.button--rayen::before,
.button--rayen > summary {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--rayen:hover > summary {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
/* Pipaluk */
.button--pipaluk {
  border: 0 !important;
}
.button--pipaluk::before,
.button--pipaluk::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button--pipaluk:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
/* Moema */
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
.button--moema {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  overflow: visible !important;
}
.button--moema:hover {
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
/* Isi */
.button--isi {
  overflow: hidden;
}
.button--isi::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.button--isi:hover {
  background: inherit !important;
}
.button--isi:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
/* Aylen */
.button--aylen {
  background: none !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.button--aylen::before,
.button--aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen:hover::before,
.button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
/* Saqui */
.button--saqui {
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--saqui::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: -25% 50%;
  transform-origin: -25% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.button--saqui summary {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.button--saqui:hover summary {
  opacity: 0;
}
.button--saqui:hover::after,
.button--saqui:hover {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button--saqui:hover::after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}
/* Wapasha */
.button--wapasha {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border: 0 !important;
}
.button--wapasha::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* Nina */
.button--nina {
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 1;
}
.button--nina > summary {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--nina:hover > summary {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--nina:hover > summary:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.button--nina:hover > summary:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.button--nina:hover > summary:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.button--nina:hover > summary:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button--nina:hover > summary:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.button--nina:hover > summary:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.button--nina:hover > summary:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.button--nina:hover > summary:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.button--nina:hover > summary:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.button--nina:hover > summary:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.button--nina:hover > summary:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.button--nina:hover > summary:nth-child(12) {
  -webkit-transition-delay: 0.60s;
  transition-delay: 0.60s;
}
.button--nina:hover > summary:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.button--nina:hover > summary:nth-child(14) {
  -webkit-transition-delay: 0.70s;
  transition-delay: 0.70s;
}
.button--nina:hover > summary:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.button--nina:hover > summary:nth-child(16) {
  -webkit-transition-delay: 0.80s;
  transition-delay: 0.80s;
}
.button--nina:hover > summary:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.button--nina:hover > summary:nth-child(18) {
  -webkit-transition-delay: 0.90s;
  transition-delay: 0.90s;
}
.button--nina:hover > summary:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.button--nina:hover > summary:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
/* Nanuk */
@-webkit-keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
.button--nanuk {
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1;
}
.button--nanuk > summary {
  display: inline-block;
}
.button--nanuk:hover > summary:nth-child(odd) {
  -webkit-animation: anim-nanuk-1 0.5s forwards;
  animation: anim-nanuk-1 0.5s forwards;
}
.button--nanuk:hover > summary:nth-child(even) {
  -webkit-animation: anim-nanuk-2 0.5s forwards;
  animation: anim-nanuk-2 0.5s forwards;
}
.button--nanuk:hover > summary:nth-child(odd),
.button--nanuk:hover > summary:nth-child(even) {
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nanuk:hover > summary:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.button--nanuk:hover > summary:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.button--nanuk:hover > summary:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.button--nanuk:hover > summary:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.button--nanuk:hover > summary:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.button--nanuk:hover > summary:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.button--nanuk:hover > summary:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.button--nanuk:hover > summary:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.button--nanuk:hover > summary:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.button--nanuk:hover > summary:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.button--nanuk:hover > summary:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.button--nanuk:hover > summary:nth-child(12) {
  -webkit-animation-delay: 0.60s;
  animation-delay: 0.60s;
}
.button--nanuk:hover > summary:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.button--nanuk:hover > summary:nth-child(14) {
  -webkit-animation-delay: 0.70s;
  animation-delay: 0.70s;
}
.button--nanuk:hover > summary:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.button--nanuk:hover > summary:nth-child(16) {
  -webkit-animation-delay: 0.80s;
  animation-delay: 0.80s;
}
.button--nanuk:hover > summary:nth-child(17) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.button--nanuk:hover > summary:nth-child(18) {
  -webkit-animation-delay: 0.90s;
  animation-delay: 0.90s;
}
.button--nanuk:hover > summary:nth-child(19) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.button--nanuk:hover > summary:nth-child(20) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* Nuka */
.button--nuka {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  overflow: visible !important;
}
.button--nuka::before,
.button--nuka::after {
  content: '';
  position: absolute;
  border-radius: inherit;
  z-index: -1;
}
.button--nuka::before {
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.button--nuka::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1.1, 1, 1);
  transform: scale3d(1.1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
.button--nuka::before,
.button--nuka::after {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka:hover::before {
  opacity: 1;
}
.button--nuka:hover::after,
.button--nuka:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* Antiman */
.button--antiman {
  background: none !important;
  border: none !important;
  overflow: visible !important;
}
.button--antiman::before,
.button--antiman::after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman::before {
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.button--antiman:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
/* Itzel */
.button--itzel {
  border: none !important;
  padding: 0px;
  overflow: hidden;
}
.button--itzel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
  clip-path: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../index.html#clipBox);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.button--itzel::before {
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel::before,
.button--itzel i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel i {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.button--itzel > summary {
  display: block;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.button--itzel:hover::before {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.button--itzel:hover i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}
.button--itzel:hover > summary {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* Naira */
.button--naira {
  padding: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button--naira::before {
  content: '';
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  top: -50%;
  z-index: -1;
  -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
  transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.button--naira-up::before {
  -webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
  transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.button--naira > summary {
  display: block;
}
.button--naira i {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.button--naira-up i {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--naira > summary,
.button--naira i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--naira:hover::before {
  -webkit-animation: anim-naira-1 0.3s forwards ease-in;
  animation: anim-naira-1 0.3s forwards ease-in;
}
.button--naira-up:hover::before {
  -webkit-animation: anim-naira-2 0.3s forwards ease-in;
  animation: anim-naira-2 0.3s forwards ease-in;
}
@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
.button--naira:hover {
  -webkit-transition: background-color 0s 0.3s;
  transition: background-color 0s 0.3s;
}
.button--naira:hover i {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: none !important;
}
.button--naira:hover > summary {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 170%, 0);
}
.button--naira-up:hover > summary {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -170%, 0);
}
/* Quidel */
.button--quidel {
  background: #fff !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--quidel::before,
.button--quidel::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: inherit;
}
.button--quidel::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.button--quidel::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--quidel:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Shikoba */
.button.button--shikoba {
  overflow: hidden;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button--shikoba > summary {
  display: inline-block;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba i {
  position: absolute;
  left: 20px;
  -webkit-transform: translate3d(-40px, 2.5em, 0);
  transform: translate3d(-40px, 2.5em, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba:hover i {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--shikoba:hover > summary {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
/*@import "forms.less";*/
/* Misc
/*------------------------------------------------------------*/
.mmc-video-container,
.wpb_video_wrapper,
.mmc-map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.mmc-video-container iframe,
.wpb_video_wrapper iframe,
.mmc-map-container iframe,
.mmc-video-container object,
.wpb_video_wrapper object,
.mmc-map-container object,
.mmc-video-container embed,
.wpb_video_wrapper embed,
.mmc-map-container embed,
.mmc-video-container .mmc-map,
.wpb_video_wrapper .mmc-map,
.mmc-map-container .mmc-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mmc-has-video-bg {
  position: relative;
}
.mmc-has-video-bg .mmc-video-overlay {
  position: relative;
  z-index: 1;
}
.mmc-has-video-bg .mmc-video-overlay:before,
.mmc-has-video-bg .mmc-video-overlay:after {
  display: table;
  content: " ";
}
.mmc-has-video-bg .mmc-video-overlay:after {
  clear: both;
  *zoom: 1;
}
.mmc-video-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mmc-video-bg-container .mejs-container {
  min-height: 100%;
}
.mmc-video-bg-container .mejs-overlay-loading {
  display: none !important;
}
/* CSS Animations */
@media only screen and (min-width: 1025px) {
  .wpb_animate_when_almost_visible,
  .mmc-has-appearance {
    opacity: 0;
  }
  .wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_ttb 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_ttb 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_ttb 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
  }
  .wpb_start_animation.wpb_bottom-to-top {
    -webkit-animation: wpb_btt 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_btt 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_btt 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_btt 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
  }
  .wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_ltr 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_ltr 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_ltr 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
  }
  .wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_rtl 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_rtl 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_rtl 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
  }
  .wpb_start_animation.wpb_appear {
    -webkit-animation: wpb_appear 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_appear 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_appear 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_appear 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_ttb 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_ttb 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_ttb 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_bottom-to-top {
    -webkit-animation: wpb_btt 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_btt 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_btt 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_btt 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_ltr 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_ltr 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_ltr 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_rtl 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_rtl 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_rtl 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_appear {
    -webkit-animation: wpb_appear 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_appear 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_appear 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_appear 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  /* Top to bottom keyframes */
  @-webkit-keyframes wpb_ttb {
    0% {
      -webkit-transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_ttb {
    0% {
      -moz-transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_ttb {
    0% {
      -o-transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes wpb_ttb {
    0% {
      transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  /* Bottom to top keyframes */
  @-webkit-keyframes wpb_btt {
    0% {
      -webkit-transform: translate(0, 10%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_btt {
    0% {
      -moz-transform: translate(0, 10%);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_btt {
    0% {
      -o-transform: translate(0, 10%);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes wpb_btt {
    0% {
      transform: translate(0, 10%);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  /* Left to right keyframes */
  @-webkit-keyframes wpb_ltr {
    0% {
      -webkit-transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_ltr {
    0% {
      -moz-transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_ltr {
    0% {
      -o-transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes wpb_ltr {
    0% {
      transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  /* Right to left keyframes */
  @-webkit-keyframes wpb_rtl {
    0% {
      -webkit-transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_rtl {
    0% {
      -moz-transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_rtl {
    0% {
      -o-transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes wpb_rtl {
    0% {
      transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  /* Appear from center keyframes */
  @-webkit-keyframes wpb_appear {
    0% {
      -webkit-transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_appear {
    0% {
      -moz-transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -moz-transform: scale(1);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_appear {
    0% {
      -o-transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -o-transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes wpb_appear {
    0% {
      transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  /* Flip Horizontal*/
  @-webkit-keyframes flip_horizontal {
    0% {
      -webkit-transform: rotateY(0deg);
    }
    50% {
      -webkit-transform: rotateY(90deg);
    }
    100% {
      -webkit-transform: rotateY(180deg);
    }
  }
  @-moz-keyframes flip_horizontal {
    0% {
      -moz-transform: rotateY(0deg);
    }
    50% {
      -moz-transform: rotateY(90deg);
    }
    100% {
      -moz-transform: rotateY(180deg);
    }
  }
  @-o-keyframes flip_horizontal {
    0% {
      -o-transform: rotateY(0deg);
    }
    50% {
      -o-transform: rotateY(90deg);
    }
    100% {
      -o-transform: rotateY(180deg);
    }
  }
  @keyframes flip_horizontal {
    0% {
      transform: rotateY(0deg);
    }
    50% {
      transform: rotateY(90deg);
    }
    100% {
      transform: rotateY(180deg);
    }
  }
}
/*layout*/
/*------------------------------------------------------------*/
/* Layout
/*------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.center-max-width {
  max-width: 1100px;
  margin: 0 auto;
}
html,
body {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.mmc-main-wrapper-boxed {
  max-width: 1100px;
  margin: 0 auto;
}
.mmc-main-wrapper-boxed section,
.mmc-main-wrapper-boxed .subfooter {
  background: #ffffff;
}
.mmc-main-wrapper-boxed section.mmc-dark-bg,
.mmc-dark-bg .mmc-main-wrapper-boxed section,
.mmc-main-wrapper-boxed .subfooter.mmc-dark-bg,
.mmc-dark-bg .mmc-main-wrapper-boxed .subfooter {
  background: #2e2e2c;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  section.mmc-page-sidebar-left_sidebar .mmc-main-wrapper,
  section.mmc-page-sidebar-right_sidebar .mmc-main-wrapper,
  section.mmc-page-sidebar-left .mmc-main-wrapper,
  section.mmc-page-sidebar-right .mmc-main-wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-main-wrapper .mmc-sidebar .mmc-sidebar-button,
  section.mmc-page-sidebar-right_sidebar .mmc-main-wrapper .mmc-sidebar .mmc-sidebar-button,
  section.mmc-page-sidebar-left .mmc-main-wrapper .mmc-sidebar .mmc-sidebar-button,
  section.mmc-page-sidebar-right .mmc-main-wrapper .mmc-sidebar .mmc-sidebar-button {
    display: none;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-left .mmc-sidebar,
  section.mmc-page-sidebar-right .mmc-sidebar {
    padding: 50px 0;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-content,
  section.mmc-page-sidebar-left .mmc-content {
    float: right;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-left .mmc-sidebar {
    float: left;
    padding-right: 30px;
  }
  section.mmc-page-sidebar-right_sidebar .mmc-content,
  section.mmc-page-sidebar-right .mmc-content {
    float: left;
  }
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-right .mmc-sidebar {
    float: right;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  section.mmc-page-sidebar-left_sidebar .mmc-content,
  section.mmc-page-sidebar-right_sidebar .mmc-content,
  section.mmc-page-sidebar-left .mmc-content,
  section.mmc-page-sidebar-right .mmc-content {
    width: 100% !important;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-left .mmc-sidebar,
  section.mmc-page-sidebar-right .mmc-sidebar {
    position: fixed;
    left: -290px;
    top: 0px;
    background: #fff;
    width: 290px;
    padding: 20px;
    height: 100%;
    -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;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar.touchscreen-sidebar-open,
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar.touchscreen-sidebar-open,
  section.mmc-page-sidebar-left .mmc-sidebar.touchscreen-sidebar-open,
  section.mmc-page-sidebar-right .mmc-sidebar.touchscreen-sidebar-open {
    left: 0;
    -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;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar > .sidebar > .sidebar-widget > .mmc-widget,
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar > .sidebar > .sidebar-widget > .mmc-widget,
  section.mmc-page-sidebar-left .mmc-sidebar > .sidebar > .sidebar-widget > .mmc-widget,
  section.mmc-page-sidebar-right .mmc-sidebar > .sidebar > .sidebar-widget > .mmc-widget {
    margin-top: 0px;
  }
}
/*------------------------------------------------------------*/
/* Mobile Sidebar
/*------------------------------------------------------------*/
.mmc-sidebar-button {
  display: none;
}
.mmc-sidebar-overlay {
  left: 0;
}
.mmc-nav-overlay {
  right: 0;
}
.mmc-sidebar-overlay,
.mmc-nav-overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.66);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  cursor: pointer;
}
.mmc-sidebar-overlay.active,
.mmc-nav-overlay.active {
  display: block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-sidebar-button {
    display: block;
    position: fixed;
    top: 173px;
    left: 0px;
    background: #f25c4b;
    background: rgba(242, 92, 75, 0.6);
    color: #fefefe;
    width: 30px;
    height: 40px;
    line-height: 36px;
  }
  .mmc-sidebar-button a.mmc-sidebar-trigger {
    padding-left: 6px;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    display: block;
  }
  .mmc-sidebar-button.active a.mmc-sidebar-trigger i:before {
    content: "\f00d";
  }
  body {
    left: 0;
  }
  body.mmc-sidebar-push-left {
    left: 290px !important;
    -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;
  }
  body.mmc-sidebar-push-left-closed {
    left: 0;
    -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;
  }
  .mmc_extra_menu ul li .mmc-search-form {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .mmc-toolbar {
    display: none;
  }
  header.mmc-header {
    height: 73px;
  }
  .mmc_header_popout_left {
    width: 40px !important;
  }
}
.mmc-mobile-search-form,
.mmc-mobile-toolbar {
  display: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-search-form {
  display: block;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar {
  display: block;
  position: fixed;
  top: 0;
  right: -290px;
  width: 290px;
  overflow: hidden;
  height: 100%;
  -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;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open {
  top: 0;
  right: 0;
  -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;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -50px;
  padding-right: 50px;
  height: 100%;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
  color: #ffffff;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
  color: #ffffff;
  background: #212120;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
  border-color: #ffffff;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
  color: #2e2e2c;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
  color: #2e2e2c;
  background: #f9f9f9;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
  border-color: #2e2e2c;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar {
  display: block;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area {
  padding: 0 15px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar a#mmc_toolbar_subscribe_link {
  display: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area {
  margin-top: 15px;
  overflow: hidden;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget {
  margin-top: 0;
  margin: 15px 0;
  overflow: hidden;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget-title {
  text-transform: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-widget-title {
  display: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-social-links {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu {
  border-bottom: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu > li.menu-item-language {
  padding-top: 20px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li {
  border-bottom: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a {
  position: relative;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a:before,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover:before,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #f25c4b;
  position: absolute;
  top: 5px;
  left: 0px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a + ul.submenu-languages li a:before,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover + ul.submenu-languages li a:before,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a + ul.submenu-languages li a:before {
  content: '';
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.submenu-languages {
  background: transparent;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a {
  font-size: 14px;
  text-transform: none;
  padding: 4px 10px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a i {
  padding-right: 5px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu {
  background-color: transparent;
  margin-left: 20px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a {
  padding: 4px 10px;
  border: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a:hover,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a:hover {
  background: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul {
  padding-top: 20px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > label {
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > input[type='email'] {
  font-size: 14px;
  padding: 0 10px;
  height: 35px;
  margin: 10px 0;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel {
  width: 100%;
  height: auto;
  font-family: inherit;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul {
  width: 100%;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li {
  width: 100%;
  float: left;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li a {
  border: 1px solid rgba(46, 46, 44, 0.1);
  line-height: 32px;
  font-size: 12px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li > a {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(46, 46, 44, 0.1);
  margin-bottom: 15px;
  cursor: default;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul {
  visibility: visible;
  position: static;
  height: auto;
  width: 100%;
  border: none;
  margin-top: 20px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li {
  width: 100%;
  margin-top: 10px !important;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li a {
  background: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel {
  border-color: #2e2e2c;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a {
  border-color: #f4b924;
  background: #f4b924;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #2e2e2c;
  color: #2e2e2c;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg a {
  color: #ffffff !important;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel {
  border-color: #ffffff;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li > a {
  border-color: #f25c4b;
  background: #f25c4b;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #ffffff;
  color: #ffffff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mmc-nav-push-right {
    left: -290px !important;
    -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;
  }
  body.mmc-nav-push-right-closed {
    left: 0;
    -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;
  }
  header .mmc-header-inner .mmc-mobile-search-form {
    display: block;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: -290px;
    width: 290px;
    overflow: hidden;
    height: 100%;
    -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;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open {
    top: 0;
    right: 0;
    -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;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -50px;
    padding-right: 50px;
    height: 100%;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
    color: #ffffff;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
    color: #ffffff;
    background: #212120;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
    border-color: #ffffff;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
    color: #2e2e2c;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
    color: #2e2e2c;
    background: #f9f9f9;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
    border-color: #2e2e2c;
  }
  header .mmc-header-inner .mmc-mobile-toolbar {
    display: block;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area {
    padding: 0 15px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar a#mmc_toolbar_subscribe_link {
    display: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area {
    margin-top: 15px;
    overflow: hidden;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget {
    margin-top: 0;
    margin: 15px 0;
    overflow: hidden;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget-title {
    text-transform: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-widget-title {
    display: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-social-links {
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu {
    border-bottom: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu > li.menu-item-language {
    padding-top: 20px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li {
    border-bottom: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a {
    position: relative;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a:before,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover:before,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #f25c4b;
    position: absolute;
    top: 5px;
    left: 0px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a + ul.submenu-languages li a:before,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover + ul.submenu-languages li a:before,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a + ul.submenu-languages li a:before {
    content: '';
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.submenu-languages {
    background: transparent;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a {
    font-size: 14px;
    text-transform: none;
    padding: 4px 10px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a i {
    padding-right: 5px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu {
    background-color: transparent;
    margin-left: 20px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a {
    padding: 4px 10px;
    border: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a:hover,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a:hover {
    background: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul {
    padding-top: 20px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > label {
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > input[type='email'] {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    margin: 10px 0;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel {
    width: 100%;
    height: auto;
    font-family: inherit;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul {
    width: 100%;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li {
    width: 100%;
    float: left;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li a {
    border: 1px solid rgba(46, 46, 44, 0.1);
    line-height: 32px;
    font-size: 12px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li > a {
    background: none;
    color: #ffffff;
    border: 1px solid rgba(46, 46, 44, 0.1);
    margin-bottom: 15px;
    cursor: default;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul {
    visibility: visible;
    position: static;
    height: auto;
    width: 100%;
    border: none;
    margin-top: 20px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li {
    width: 100%;
    margin-top: 10px !important;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li a {
    background: none;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel {
    border-color: #2e2e2c;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a {
    border-color: #f4b924;
    background: #f4b924;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a {
    border-color: #2e2e2c;
    color: #2e2e2c;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg a {
    color: #ffffff !important;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel {
    border-color: #ffffff;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li > a {
    border-color: #f25c4b;
    background: #f25c4b;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li ul li a {
    border-color: #ffffff;
    color: #ffffff;
  }
}
/*------------------------------------------------------------*/
/* Row & Grid
/*------------------------------------------------------------*/
.mmc-row {
  max-width: 1100px;
  margin: 0 auto;
}
.mmc-row:before,
.mmc-row:after {
  display: table;
  content: " ";
}
.mmc-row:after {
  clear: both;
  *zoom: 1;
}
.mmc-row .mmc-row {
  margin-top: 0;
}
.mmc-row .mmc-column-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.mmc-row .mmc-column-wrapper.full-width {
  max-width: 100%;
}
.mmc-row.no-margin {
  margin-top: 0;
}
.mmc-row.full-width,
.mmc-row.header,
.mmc-row.footer {
  max-width: 100%;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column {
    border-left: 1px solid rgba(46, 46, 44, 0.1);
  }
  .mmc-dark-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-dark-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-dark-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column {
    color: "";
    background-color: "";
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mmc-light-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-light-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-light-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column {
    color: "";
    background-color: "";
    border-color: rgba(46, 46, 44, 0.1);
  }
}
[class*=mmc-column-size-] {
  float: left;
  min-height: 1px;
  padding: 0 15px;
}
.mmc-column-padding-0 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 0;
}
.mmc-column-padding-5 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 5px;
}
.mmc-column-padding-10 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 10px;
}
.mmc-column-padding-15 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 15px;
}
.mmc-column-padding-20 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 20px;
}
.mmc-column-padding-25 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 25px;
}
.mmc-column-padding-30 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 30px;
}
.mmc-column-padding-35 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 35px;
}
.mmc-column-padding-40 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 40px;
}
.mmc-column-padding-45 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 45px;
}
.mmc-column-padding-50 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  [class*=mmc-column-size-] {
    width: 100% !important;
    padding: 0 15px 15px !important;
  }
}
@media only screen and (min-width: 1025px) {
  body > .default [class*=mmc-column-size-]:first-of-type,
  body > .mmc-main-wrapper-wide [class*=mmc-column-size-]:first-of-type {
    padding-left: 0;
  }
  body > .default [class*=mmc-column-size-]:last-of-type,
  body > .mmc-main-wrapper-wide [class*=mmc-column-size-]:last-of-type {
    padding-right: 0;
  }
  body > .mmc-main-wrapper-boxed [class*=mmc-column-size-]:first-of-type {
    padding-left: 15px;
  }
  body > .mmc-main-wrapper-boxed [class*=mmc-column-size-]:last-of-type {
    padding-right: 15px;
  }
  .mmc-column-size-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .mmc-column-size-12 {
    width: 100%;
  }
  .mmc-column-size-11 {
    width: 91.66666666666666%;
  }
  .mmc-column-size-10 {
    width: 83.33333333333334%;
  }
  .mmc-column-size-9 {
    width: 75%;
  }
  .mmc-column-size-8 {
    width: 66.66666666666666%;
  }
  .mmc-column-size-7 {
    width: 58.333333333333336%;
  }
  .mmc-column-size-6 {
    width: 50%;
  }
  .mmc-column-size-5 {
    width: 41.66666666666667%;
  }
  .mmc-column-size-4 {
    width: 33.33333333333333%;
  }
  .mmc-column-size-3 {
    width: 25%;
  }
  .mmc-column-size-2 {
    width: 16.666666666666664%;
  }
  .mmc-column-size-1 {
    width: 8.333333333333332%;
  }
}
/*------------------------------------------------------------*/
/* Minimal content heights
/*------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .mmc-no-shortcode {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-no-shortcode {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .mmc-no-shortcode {
    min-height: 150px;
  }
}
/*@import "feed_layouts.less";*/
/*@import "feed_styles.less";*/
/*@import "comment_count.less";*/
/*@import "category_menu.less";*/
/*@import "post_share.less";*/
/*@import "custom_box.less";*/
/*page sections*/
/*@import "header.less";*/
/*@import "footer.less";*/
/*@import "page.less";*/
/*@import "comments.less";*/
/* Toolbar
/*------------------------------------------------------------*/
.mmc-toolbar {
  position: relative;
  z-index: 25;
  height: 0;
  -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;
  /* Links Area
	/*------------------------------------------------------------*/
  /* Widget Area
	/*------------------------------------------------------------*/
  /* Toolbar Subscribe
	/*------------------------------------------------------------*/
  /* Language Switcher
	/*------------------------------------------------------------*/
  /* Toolbar Menu
	/*------------------------------------------------------------*/
}
.sticked .mmc-toolbar {
  height: 0;
}
.sticked .mmc-toolbar .links-area,
.sticked .mmc-toolbar .widget-area {
  display: none;
}
.mmc-toolbar [class*=mmc-toolbar-wrapper] {
  padding: 0 15px;
}
.mmc-toolbar.mmc-toolbar-style-widget_left .widget-area {
  float: left;
}
.mmc-toolbar.mmc-toolbar-style-widget_left .links-area {
  float: right;
}
.mmc-toolbar.mmc-toolbar-style-widget_right .widget-area {
  float: right;
}
.mmc-toolbar.mmc-toolbar-style-widget_right .links-area {
  float: left;
}
.mmc-toolbar a {
  color: #999999;
}
.mmc-dark-bg.mmc-toolbar a,
.mmc-dark-bg .mmc-toolbar a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar a,
.mmc-light-bg .mmc-toolbar a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar a {
  color: rgba(46, 46, 44, 0.6);
  background-color: "";
  border-color: "";
}
.mmc-toolbar a:hover {
  color: #f4b924;
}
.mmc-toolbar .links-area {
  padding: 4px 0;
}
.mmc-toolbar .links-area li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.mmc-toolbar .links-area li:first-child {
  padding-left: 0;
}
.mmc-toolbar .links-area li:last-child {
  padding-right: 0;
}
.mmc-toolbar .links-area li + li:before {
  content: '•';
  position: absolute;
  left: -4px;
  top: 3px;
}
.mmc-toolbar .links-area li a {
  font-size: 12px;
}
.mmc-toolbar .widget-area {
  height: 0;
}
.mmc-toolbar .widget-area div {
  float: left;
}
.mmc-toolbar .mmc-widget {
  margin-top: 0;
  height: -8;
  margin: 4px 0px;
  padding: 0 12px;
}
.mmc-toolbar .mmc-widget:before {
  content: '•';
  position: absolute;
  left: -4px;
  top: 3px;
}
.mmc-toolbar .mmc-widget:first-child:before {
  content: '';
}
.mmc-toolbar .mmc-widget .mmc-widget-title {
  padding: 0px 15px 0px 0;
  display: inline-block;
  font-size: 12px;
  border-bottom: none;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 0;
}
.mmc-toolbar .mmc-widget .mmc-widget-title + * {
  display: inline-block;
}
.mmc-toolbar .mmc-widget ul.mmc-widget {
  padding: 0;
  border-left: none;
}
.mmc-toolbar .mmc-widget ul.mmc-widget:before {
  content: '';
}
.mmc-toolbar .mmc-widget.widget_text {
  font-size: 12px;
  line-height: 24px;
}
.mmc-toolbar .mmc-widget.widget_mmc_social_links .mmc-social-links.circle a i {
  line-height: normal;
}
.mmc-toolbar .mmc-widget.widget_mmc_social_links .mmc-social-links a {
  width: 20px;
  height: 20px;
  line-height: 18px;
  margin: 0px 5px;
}
.mmc-toolbar .mmc-widget.widget_mmc_social_links .mmc-social-links a i {
  font-size: 12px;
}
.mmc-toolbar .mmc-widget.widget_mmc_social_links .mmc-social-links li {
  height: 0;
  vertical-align: top;
}
.mmc-toolbar .mmc-widget ul {
  white-space: nowrap;
  margin: 0;
}
.mmc-dark-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover {
  color: #f25c4b;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover {
  color: #f4b924;
  background-color: "";
  border-color: "";
}
.mmc-toolbar #mmc_toolbar_subscribe_link + div {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -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;
  position: absolute;
  margin: 20px 0 0;
  padding: 15px;
  background: #2e2e2c;
  color: #999999;
  width: 230px;
}
.mmc-toolbar #mmc_toolbar_subscribe_link + div:after {
  -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;
  top: -7px;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #2e2e2c;
  border-width: 7px;
  z-index: -1;
}
.mmc-toolbar #mmc_toolbar_subscribe_link + div input.email {
  margin: 10px 0 20px;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.mmc-toolbar-style-widget_left.mmc-toolbar #mmc_toolbar_subscribe_link + div {
  right: 0;
}
.mmc-toolbar-style-widget_left.mmc-toolbar #mmc_toolbar_subscribe_link + div:after {
  left: auto;
  right: 10px;
}
.mmc-toolbar #mmc_toolbar_subscribe_link.active + div {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 100;
}
.mmc-toolbar #lang_sel_list,
.mmc-toolbar #lang_sel {
  height: auto;
  font-family: inherit;
  margin-bottom: -8px;
}
.mmc-toolbar #lang_sel_list.lang_sel_list_horizontal li + li,
.mmc-toolbar #lang_sel.lang_sel_list_horizontal li + li {
  padding-left: 10px !important;
}
.mmc-toolbar #lang_sel_list a,
.mmc-toolbar #lang_sel a {
  color: #2e2e2c;
  background: none;
  padding-left: 5px;
  border: none;
}
.mmc-dark-bg.mmc-toolbar #lang_sel_list a,
.mmc-dark-bg.mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar #lang_sel_list a,
.mmc-light-bg.mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel a {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-toolbar #lang_sel_list ul li,
.mmc-toolbar #lang_sel ul li {
  background: transparent;
}
.mmc-dark-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel ul li a:hover {
  color: #f25c4b;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel ul li a:hover {
  color: #f4b924;
  background-color: "";
  border-color: "";
}
.mmc-toolbar #lang_sel_list ul li ul,
.mmc-toolbar #lang_sel ul li ul {
  border: none;
  top: 24px;
  height: auto;
}
.mmc-toolbar #lang_sel_list ul li ul a,
.mmc-toolbar #lang_sel ul li ul a {
  line-height: 20px;
}
.mmc-toolbar #lang_sel_list ul li ul li:hover a,
.mmc-toolbar #lang_sel ul li ul li:hover a {
  background: transparent;
}
.mmc-toolbar #icl_lang_sel_widget {
  padding: 11px 0;
}
.mmc-toolbar #lang_sel img.iclflag {
  vertical-align: baseline;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu > li {
  border: none;
  float: left;
  position: relative;
  display: inline-block;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu > li:first-child > a {
  padding-left: 0;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu > li:last-child > a {
  padding-right: 0;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu > li > a {
  text-transform: none;
  padding: 0 10px;
  line-height: 24px;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a {
  font-size: 20px !important;
  font-family: Amatic SC !important;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a i {
  padding-right: 5px;
}
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover {
  color: #f25c4b;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover {
  color: #f4b924;
  background-color: "";
  border-color: "";
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu {
  position: absolute;
  opacity: 0;
  top: 24px;
  right: 0;
  left: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: right top;
  -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;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header li,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu li {
  position: relative;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a {
  padding: 10px 12px;
  font-size: 11px !important;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a:hover,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a:hover {
  background: transparent;
}
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header .sub-menu-header,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu .sub-menu-header {
  z-index: 3;
  right: 100%;
  top: 0;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header .sub-menu-header a,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu .sub-menu-header a {
  padding: 5px 5px;
  font-size: 11px !important;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu {
  color: #f25c4b;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu {
  color: #f4b924;
  background-color: "";
  border-color: "";
}
.mmc-toolbar.mmc-toolbar-style-widget_left .sub-menu-header .sub-menu-header {
  left: 100%;
  right: 0;
}
/* Slider
/*------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .mmc-header + .mmc-main-slider {
    top: 0 !important;
    min-height: 80px;
    position: relative;
    z-index: 1;
  }
  .mmc-header + .mmc-main-slider .mmc-flexslider li.slide > div:first-child {
    padding-top: 80px;
  }
  .mmc-header.header-sticky + .mmc-main-slider {
    top: -73px;
  }
}
.mmc-flexslider.mmc-shortcode,
.mmc-flexslider.mmc-flex-main-slider {
  position: relative;
  /* FlexSlider Arrow Control
		/*------------------------------------------------------------*/
  /* kill flexsliders native arros control*/
  /* FlexSlider Bullet Navigation
		/*------------------------------------------------------------*/
}
.mmc-flexslider.mmc-shortcode ul,
.mmc-flexslider.mmc-flex-main-slider ul,
.mmc-flexslider.mmc-shortcode ol,
.mmc-flexslider.mmc-flex-main-slider ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mmc-flexslider.mmc-shortcode ul li,
.mmc-flexslider.mmc-flex-main-slider ul li,
.mmc-flexslider.mmc-shortcode ol li,
.mmc-flexslider.mmc-flex-main-slider ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mmc-flexslider.mmc-shortcode ul li:before,
.mmc-flexslider.mmc-flex-main-slider ul li:before,
.mmc-flexslider.mmc-shortcode ol li:before,
.mmc-flexslider.mmc-flex-main-slider ol li:before {
  content: none;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  position: relative;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .mmc-video-container-wrap,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .mmc-video-container-wrap {
  width: 33%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content {
  background: #2e2e2c;
  background: rgba(46, 46, 44, 0.85);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button {
  margin-left: 20px;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button:hover,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button:hover {
  background: #ffffff;
  color: #2e2e2c;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .caption,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .caption {
  display: none;
  font-family: Amatic SC, sans-serif;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .description,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .description {
  display: none;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content {
    padding: 0;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button {
    margin: 10px 0;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content {
    padding: 20px 0;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap {
    padding: 0 20px;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button {
    float: right;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .caption,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .caption {
    font-size: 24px;
    line-height: 50px;
    display: block;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .description,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .description {
    font-size: 20px;
    line-height: 1;
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content {
    padding: 20px 0;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap {
    padding: 0 20px;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button {
    float: right;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .caption,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .caption {
    font-size: 38px;
    line-height: 50px;
    display: block;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .description,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .description {
    font-size: 24px;
    line-height: 1;
    display: block;
  }
}
.mmc-flexslider.mmc-shortcode .flex-direction-nav,
.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: 10px;
  width: 100%;
  left: 0;
}
.mmc-flexslider.mmc-shortcode .flex-direction-nav li,
.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li {
  position: relative;
  float: right;
}
.mmc-flexslider.mmc-shortcode .flex-direction-nav li:first-child,
.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li:first-child {
  float: left;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a:before,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a:before {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a .title,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a .title {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  color: #2e2e2c;
  font-size: 18px;
  padding: 0 20px;
  display: inline-block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  position: absolute;
  top: 0;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-next,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-next {
  opacity: 0;
  margin-right: -100px;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-next:before,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-next:before {
  float: right;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-next .title,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-next .title {
  right: 100%;
  margin: 0 -100% 0 0;
  border-radius: 4px 0 0 4px;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-prev,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-prev {
  opacity: 0;
  margin-left: -100px;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-prev:before,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-prev:before {
  float: left;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-prev .title,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-prev .title {
  left: 100%;
  margin: 0 0 0 -100%;
  border-radius: 0 4px 4px 0;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a:hover:before,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a:hover:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a:hover .title,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a:hover .title {
  opacity: 1;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.mmc-flexslider.mmc-shortcode .flex-viewport + .flex-direction-nav,
.mmc-flexslider.mmc-flex-main-slider .flex-viewport + .flex-direction-nav,
.mmc-flexslider.mmc-shortcode .flex-direction-nav + .flex-direction-nav,
.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav + .flex-direction-nav {
  display: none !important;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav {
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav li,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav li {
  display: inline-block;
  margin: 0 3px;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav li a,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav li a {
  font-size: 0;
  color: transparent;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid transparent;
  cursor: pointer;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav li a.flex-active,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav li a.flex-active,
.mmc-flexslider.mmc-shortcode .flex-control-nav li a:hover,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav li a:hover {
  background: transparent;
  border-color: #ffffff;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav.flex-control-thumbs li,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav.flex-control-thumbs li {
  width: 40px;
  height: 25px;
  overflow: hidden;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav.flex-control-thumbs li img,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav.flex-control-thumbs li img {
  min-height: 40px;
  max-height: 150%;
  min-width: 25px;
  max-width: 250%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .mmc-flexslider.mmc-shortcode .flex-control-nav,
  .mmc-flexslider.mmc-flex-main-slider .flex-control-nav {
    bottom: 100px;
  }
}
.mmc-flexslider.mmc-shortcode:hover .flex-direction-nav li a.flex-next,
.mmc-flexslider.mmc-flex-main-slider:hover .flex-direction-nav li a.flex-next {
  opacity: 1;
  margin-right: 0;
  right: 0;
}
.mmc-flexslider.mmc-shortcode:hover .flex-direction-nav li a.flex-prev,
.mmc-flexslider.mmc-flex-main-slider:hover .flex-direction-nav li a.flex-prev {
  opacity: 1;
  margin-left: 0;
  left: 0;
}
/* Revolution Slider Arrow Updates
/*------------------------------------------------------------*/
.tparrows {
  position: absolute !important;
  top: 50%;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
}
.tparrows:before {
  position: relative;
  z-index: 2;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.tparrows.tp-leftarrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  left: 0 !important;
}
.tparrows.tp-leftarrow:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.tparrows.tp-leftarrow:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.tparrows.tp-leftarrow:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.tparrows.tp-leftarrow:before {
  border-radius: 0 4px 4px 0;
}
.tparrows.tp-rightarrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  right: 0 !important;
}
.tparrows.tp-rightarrow:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.tparrows.tp-rightarrow:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.tparrows.tp-rightarrow:before {
  content: '\f105';
}
.tparrows.tp-rightarrow:before {
  border-radius: 4px 0 0 4px;
}
/* Revolution Slider Bullet Updates
/*------------------------------------------------------------*/
.tp-bullets .bullet {
  width: 10px !important;
  height: 10px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff !important;
  border: 5px solid transparent;
  cursor: pointer;
}
.tp-bullets .bullet.selected,
.tp-bullets .bullet:hover {
  background: transparent !important;
  border-width: 2px;
  border-color: #ffffff;
}
/* Shortcode global
/*------------------------------------------------------------*/
.mmc-shortcode-title {
  margin: 10px 0 20px;
}
.mmc-shortcode-title.border {
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mmc-dark-bg.mmc-shortcode-title.border,
.mmc-dark-bg .mmc-shortcode-title.border,
.mmc-light-bg .mmc-dark-bg.mmc-shortcode-title.border,
.mmc-light-bg .mmc-dark-bg .mmc-shortcode-title.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode-title.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode-title.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode-title.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode-title.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-shortcode-title.border,
.mmc-light-bg .mmc-shortcode-title.border,
.mmc-dark-bg .mmc-light-bg.mmc-shortcode-title.border,
.mmc-dark-bg .mmc-light-bg .mmc-shortcode-title.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode-title.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode-title.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode-title.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode-title.border {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-shortcode-title i {
  font-size: 16px;
  margin-right: 10px;
  margin-top: -2px;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-shortcode-title i,
.mmc-dark-bg .mmc-shortcode-title i,
.mmc-light-bg .mmc-dark-bg.mmc-shortcode-title i,
.mmc-light-bg .mmc-dark-bg .mmc-shortcode-title i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode-title i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode-title i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode-title i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode-title i {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-light-bg.mmc-shortcode-title i,
.mmc-light-bg .mmc-shortcode-title i,
.mmc-dark-bg .mmc-light-bg.mmc-shortcode-title i,
.mmc-dark-bg .mmc-light-bg .mmc-shortcode-title i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode-title i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode-title i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode-title i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode-title i {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.mmc-shortcode-content:before,
.wpb_wrapper:before,
.mmc-shortcode-content:after,
.wpb_wrapper:after {
  display: table;
  content: " ";
}
.mmc-shortcode-content:after,
.wpb_wrapper:after {
  clear: both;
  *zoom: 1;
}
.wpb_text_column a,
.mmc-text-block a,
.mmc-trimmed-text-block .mmc-full-text a,
.wpb_accordion_content a,
.mmc-blockquote-inwrap a,
.mmc-custom-box a,
.mmc-message-box a,
.mmc-no-shortcode a {
  font-weight: bold;
}
.wpb_text_column p,
.mmc-text-block p,
.mmc-trimmed-text-block .mmc-full-text p,
.wpb_accordion_content p,
.mmc-blockquote-inwrap p,
.mmc-custom-box p,
.mmc-message-box p,
.mmc-no-shortcode p {
  line-height: 25.888px;
}
.wpb_text_column blockquote p,
.mmc-text-block blockquote p,
.mmc-trimmed-text-block .mmc-full-text blockquote p,
.wpb_accordion_content blockquote p,
.mmc-blockquote-inwrap blockquote p,
.mmc-custom-box blockquote p,
.mmc-message-box blockquote p,
.mmc-no-shortcode blockquote p {
  line-height: inherit;
}
.wpb_accordion_content,
.cta-content div,
.mmc-blockquote-inwrap {
  line-height: 25.888px;
}
/*------------------------------------------------------------*/
/* Custom Title
/*------------------------------------------------------------*/
.mmc-custom-title {
  margin-top: 20px;
  /* text-align: center; */
  /*smaller columns override*/
}
.mmc-custom-title h1,
.mmc-custom-title h2 {
  margin-top: 0;
  padding: 20px 0 0;
}
.mmc-custom-title.border h1,
.mmc-custom-title.border h2 {
  padding: 20px 0;
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-custom-title.border h1,
.mmc-dark-bg.mmc-custom-title.border h2,
.mmc-dark-bg .mmc-custom-title.border h1,
.mmc-dark-bg .mmc-custom-title.border h2,
.mmc-light-bg .mmc-dark-bg.mmc-custom-title.border h1,
.mmc-light-bg .mmc-dark-bg.mmc-custom-title.border h2,
.mmc-light-bg .mmc-dark-bg .mmc-custom-title.border h1,
.mmc-light-bg .mmc-dark-bg .mmc-custom-title.border h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-custom-title.border h1,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-custom-title.border h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-custom-title.border h1,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-custom-title.border h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-custom-title.border h1,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-custom-title.border h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-custom-title.border h1,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-custom-title.border h2 {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-custom-title.border h1,
.mmc-light-bg.mmc-custom-title.border h2,
.mmc-light-bg .mmc-custom-title.border h1,
.mmc-light-bg .mmc-custom-title.border h2,
.mmc-dark-bg .mmc-light-bg.mmc-custom-title.border h1,
.mmc-dark-bg .mmc-light-bg.mmc-custom-title.border h2,
.mmc-dark-bg .mmc-light-bg .mmc-custom-title.border h1,
.mmc-dark-bg .mmc-light-bg .mmc-custom-title.border h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-custom-title.border h1,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-custom-title.border h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-custom-title.border h1,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-custom-title.border h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-custom-title.border h1,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-custom-title.border h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-custom-title.border h1,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-custom-title.border h2 {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-custom-title .mmc-subtitle {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 29.124px;
  color: #2a2a2a;
  letter-spacing: 5px;
  padding: 0 0 20px;
}
.mmc-dark-bg.mmc-custom-title .mmc-subtitle,
.mmc-dark-bg .mmc-custom-title .mmc-subtitle,
.mmc-light-bg .mmc-dark-bg.mmc-custom-title .mmc-subtitle,
.mmc-light-bg .mmc-dark-bg .mmc-custom-title .mmc-subtitle,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-custom-title .mmc-subtitle,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-custom-title .mmc-subtitle,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-custom-title .mmc-subtitle,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-custom-title .mmc-subtitle {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-custom-title .mmc-subtitle,
.mmc-light-bg .mmc-custom-title .mmc-subtitle,
.mmc-dark-bg .mmc-light-bg.mmc-custom-title .mmc-subtitle,
.mmc-dark-bg .mmc-light-bg .mmc-custom-title .mmc-subtitle,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-custom-title .mmc-subtitle,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-custom-title .mmc-subtitle,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-custom-title .mmc-subtitle,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-custom-title .mmc-subtitle {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-column-size-1 .mmc-custom-title h1,
.mmc-column-size-2 .mmc-custom-title h1,
.mmc-column-size-3 .mmc-custom-title h1,
.mmc-column-size-4 .mmc-custom-title h1,
.mmc-column-size-5 .mmc-custom-title h1,
.mmc-column-size-1 .mmc-custom-title h2,
.mmc-column-size-2 .mmc-custom-title h2,
.mmc-column-size-3 .mmc-custom-title h2,
.mmc-column-size-4 .mmc-custom-title h2,
.mmc-column-size-5 .mmc-custom-title h2 {
  font-size: 22px;
  padding: 31px 0;
}
.mmc-column-size-1 .mmc-custom-title .mmc-subtitle,
.mmc-column-size-2 .mmc-custom-title .mmc-subtitle,
.mmc-column-size-3 .mmc-custom-title .mmc-subtitle,
.mmc-column-size-4 .mmc-custom-title .mmc-subtitle,
.mmc-column-size-5 .mmc-custom-title .mmc-subtitle {
  font-size: 16px;
  padding: 25px 0;
}
/*------------------------------------------------------------*/
/* Blockquote
/*------------------------------------------------------------*/
.mmc-blockquote .mmc-blockquote-inwrap {
  position: relative;
}
.mmc-blockquote .mmc-blockquote-inwrap .mmc-shortcode-title {
  margin: 0 20px 10px;
}
.mmc-blockquote .mmc-blockquote-inwrap blockquote {
  margin: 0 20px 0;
}
.mmc-blockquote.style-bubble a {
  color: #ffffff;
}
.mmc-blockquote.style-bubble .mmc-blockquote-inwrap {
  padding: 20px 0;
  background: #2e2e2c;
  background: rgba(46, 46, 44, 0.9);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-blockquote.style-bubble .mmc-blockquote-inwrap blockquote {
  border-left: none;
}
.mmc-blockquote.style-bubble .mmc-blockquote-inwrap:after {
  content: " ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bubble-loc-left.mmc-blockquote.style-bubble .mmc-blockquote-inwrap {
  margin-left: 20px;
}
.bubble-loc-left.mmc-blockquote.style-bubble .mmc-blockquote-inwrap:after {
  border-right-color: #2e2e2c;
  border-right-color: rgba(46, 46, 44, 0.9);
  left: -10px;
  top: 50%;
}
.bubble-loc-right.mmc-blockquote.style-bubble .mmc-blockquote-inwrap {
  margin-right: 20px;
}
.bubble-loc-right.mmc-blockquote.style-bubble .mmc-blockquote-inwrap:after {
  border-left-color: #2e2e2c;
  border-left-color: rgba(46, 46, 44, 0.9);
  right: -30px;
  top: 50%;
}
.bubble-loc-top.mmc-blockquote.style-bubble .mmc-blockquote-inwrap {
  margin-top: 20px;
}
.bubble-loc-top.mmc-blockquote.style-bubble .mmc-blockquote-inwrap:after {
  border-bottom-color: #2e2e2c;
  border-bottom-color: rgba(46, 46, 44, 0.9);
  left: 50%;
  top: -10px;
}
.bubble-loc-bottom.mmc-blockquote.style-bubble .mmc-blockquote-inwrap {
  margin-bottom: 20px;
}
.bubble-loc-bottom.mmc-blockquote.style-bubble .mmc-blockquote-inwrap:after {
  border-top-color: #2e2e2c;
  border-top-color: rgba(46, 46, 44, 0.9);
  left: 50%;
  bottom: -30px;
}
.mmc-blockquote.style-section .mmc-blockquote-inwrap {
  text-align: center;
}
.mmc-blockquote.style-section .mmc-blockquote-inwrap blockquote {
  display: inline-block;
  text-align: left;
  font-size: 1.8em;
  border: none;
  padding-left: 80px;
  position: relative;
}
.mmc-blockquote.style-section .mmc-blockquote-inwrap blockquote .quote-icon {
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 2px solid #f4b924;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
/*------------------------------------------------------------*/
/* Custom List & Custom List Numbered
/*------------------------------------------------------------*/
.mmc-custom-list.border li {
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-custom-list.border li,
.mmc-dark-bg .mmc-custom-list.border li,
.mmc-light-bg .mmc-dark-bg.mmc-custom-list.border li,
.mmc-light-bg .mmc-dark-bg .mmc-custom-list.border li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-custom-list.border li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-custom-list.border li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-custom-list.border li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-custom-list.border li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-custom-list.border li,
.mmc-light-bg .mmc-custom-list.border li,
.mmc-dark-bg .mmc-light-bg.mmc-custom-list.border li,
.mmc-dark-bg .mmc-light-bg .mmc-custom-list.border li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-custom-list.border li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-custom-list.border li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-custom-list.border li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-custom-list.border li {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-custom-list li {
  overflow: hidden;
  padding-left: 2px !important;
}
.mmc-custom-list li > span {
  overflow: hidden;
}
.mmc-custom-list li > i + span {
  display: block;
}
.mmc-custom-list ol li {
  margin-left: 0;
}
.style-light.mmc-custom-list ol li > span,
.style-dark.mmc-custom-list ol li > span {
  padding-top: 3px;
  display: block;
}
.mmc-custom-list ol li:before {
  margin-left: 0;
  float: left;
}
.style-light.mmc-custom-list ol li:before,
.style-dark.mmc-custom-list ol li:before {
  font-size: 14px;
  width: 24px;
  height: 24px;
  box-shadow: none;
}
.style-light.mmc-custom-list ol li:before {
  border: 1px solid #2e2e2c;
  /*color: @color_two;*/
  background: none;
  line-height: 23px;
}
.mmc-dark-bg.style-light.mmc-custom-list ol li:before,
.mmc-dark-bg .style-light.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-dark-bg.style-light.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-dark-bg .style-light.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-light.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-light.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-light.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-light.mmc-custom-list ol li:before {
  color: #ffffff;
  background-color: "";
  border-color: #ffffff;
}
.mmc-light-bg.style-light.mmc-custom-list ol li:before,
.mmc-light-bg .style-light.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-light-bg.style-light.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-light-bg .style-light.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-light.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-light.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-light.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-light.mmc-custom-list ol li:before {
  color: "";
  background-color: "";
  border-color: #2e2e2c;
}
.style-dark.mmc-custom-list ol li:before {
  border: none;
  color: #ffffff;
  background: #2e2e2c;
  line-height: 24px;
}
.mmc-dark-bg.style-dark.mmc-custom-list ol li:before,
.mmc-dark-bg .style-dark.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-dark-bg.style-dark.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-dark-bg .style-dark.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-dark.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-dark.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-dark.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-dark.mmc-custom-list ol li:before {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.style-dark.mmc-custom-list ol li:before,
.mmc-light-bg .style-dark.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-light-bg.style-dark.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-light-bg .style-dark.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-dark.mmc-custom-list ol li:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-dark.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-dark.mmc-custom-list ol li:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-dark.mmc-custom-list ol li:before {
  color: "";
  background-color: #2e2e2c;
  border-color: "";
}
.has-icon.mmc-custom-list ul {
  list-style-type: none;
}
.has-icon.mmc-custom-list ul li i {
  /*color: @color_two;*/
  margin-right: 10px;
  font-size: 19px;
  display: block;
  float: left;
}
/*------------------------------------------------------------*/
/* Separator
/*------------------------------------------------------------*/
.mmc-separator {
  margin: 10px 0;
}
.mmc-separator:before,
.mmc-separator:after {
  display: table;
  content: " ";
}
.mmc-separator:after {
  clear: both;
  *zoom: 1;
}
.mmc-separator.style-solid {
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-separator.style-solid,
.mmc-dark-bg .mmc-separator.style-solid,
.mmc-light-bg .mmc-dark-bg.mmc-separator.style-solid,
.mmc-light-bg .mmc-dark-bg .mmc-separator.style-solid,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-separator.style-solid,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-separator.style-solid,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-separator.style-solid,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-separator.style-solid {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-separator.style-solid,
.mmc-light-bg .mmc-separator.style-solid,
.mmc-dark-bg .mmc-light-bg.mmc-separator.style-solid,
.mmc-dark-bg .mmc-light-bg .mmc-separator.style-solid,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-separator.style-solid,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-separator.style-solid,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-separator.style-solid,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-separator.style-solid {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-separator .separator-inner-border {
  border-color: #2e2e2c;
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-separator .separator-inner-elipsis {
  background: #f4b924;
}
/*------------------------------------------------------------*/
/* Trimmed Text Box
/*------------------------------------------------------------*/
.mmc-trimmed-text-block .mmc-full-text {
  display: none;
}
.mmc-trimmed-text-block .mmc-full-text .mmc-trim-trigger {
  color: #2e2e2c;
}
.mmc-trimmed-text-block .mmc-full-text .mmc-trim-trigger:hover {
  color: #2e2e2c;
}
/*------------------------------------------------------------*/
/* Message Box
/*------------------------------------------------------------*/
.mmc-message-box {
  margin-bottom: 20px;
}
.mmc-message-box .mmc-message-box-inwrap {
  overflow: hidden;
  padding: 20px 0;
}
.mmc-message-box .mmc-message-box-inwrap > i {
  float: left;
  display: block;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-message-box .mmc-message-box-inwrap .message-text {
  margin-top: 7px;
}
.mmc-message-box .mmc-message-box-inwrap .mmc-shortcode-title {
  margin: 3px 0 0;
}
.mmc-message-box .mmc-message-box-inwrap .message-content {
  overflow: hidden;
}
.style-small.mmc-message-box .mmc-message-box-inwrap > i,
.style-small_fill.mmc-message-box .mmc-message-box-inwrap > i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}
.style-small.mmc-message-box .mmc-message-box-inwrap > i {
  background: #e6e6e6;
  color: #f25c4b;
}
.style-small_fill.mmc-message-box .mmc-message-box-inwrap {
  padding: 20px;
  background: #e6e6e6;
}
.style-small_fill.mmc-message-box .mmc-message-box-inwrap > i {
  background: #ffffff;
  color: #f25c4b;
}
.style-big.mmc-message-box .mmc-message-box-inwrap > i,
.style-big_fill.mmc-message-box .mmc-message-box-inwrap > i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  background: #f4b924;
  color: #ffffff;
}
.style-big.mmc-message-box .mmc-message-box-inwrap .message-text,
.style-big_fill.mmc-message-box .mmc-message-box-inwrap .message-text {
  margin-top: 20px;
}
.style-big.mmc-message-box .mmc-message-box-inwrap .mmc-shortcode-title,
.style-big_fill.mmc-message-box .mmc-message-box-inwrap .mmc-shortcode-title {
  margin-top: 5px;
}
.style-big.mmc-message-box .mmc-message-box-inwrap .mmc-shortcode-title + .message-text,
.style-big_fill.mmc-message-box .mmc-message-box-inwrap .mmc-shortcode-title + .message-text {
  margin-top: 5px;
}
.style-big_fill.mmc-message-box .mmc-message-box-inwrap {
  padding: 20px;
  background: #2e2e2c;
  background: rgba(46, 46, 44, 0.85);
  color: #ffffff;
}
.style-big_fill.mmc-message-box .mmc-message-box-inwrap .mmc-shortcode-title {
  color: inherit;
}
.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i {
  float: none;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 106px;
  font-size: 42px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid #f4b924;
  background: #ffffff;
  color: #2e2e2c;
}
.mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap > i {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap > i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap > i {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content {
  background: #2e2e2c;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 70px 30px 50px;
  margin-top: -50px;
  line-height: 26px;
}
.mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: "";
}
.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title {
  margin: 0px 0 10px;
  color: #ffffff;
}
.mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content .mmc-shortcode-title {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content a {
  color: #ffffff;
  font-weight: bold;
}
.style-icon_box.mmc-message-box .mmc-message-box-inwrap .message-content p {
  line-height: 26px;
}
/*------------------------------------------------------------*/
/* Image Block
/*------------------------------------------------------------*/
.mmc-image-block {
  position: relative;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .mmc-image-block.mmc-image-align-left,
  .mmc-image-block.mmc-image-align-right {
    text-align: center !important;
  }
}
.mmc-image-block.hover-flip {
  overflow: visible;
}
.mmc-image-block.mmc-image-align-left {
  text-align: left;
}
.mmc-image-block.mmc-image-align-right {
  text-align: right;
}
.mmc-image-block > img,
.mmc-image-block .mmc-flip-wrapper .flip-item > img,
.mmc-image-block > a > img,
.mmc-image-block .mmc-flip-wrapper .flip-item > a > img,
.mmc-image-block > i,
.mmc-image-block .mmc-flip-wrapper .flip-item > i {
  margin: auto;
  max-width: 100%;
  /*max-height: 100%;*/
  -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;
}
.border.mmc-image-block > img,
.border.mmc-image-block .mmc-flip-wrapper .flip-item > img,
.border.mmc-image-block > a > img,
.border.mmc-image-block .mmc-flip-wrapper .flip-item > a > img,
.border.mmc-image-block > i,
.border.mmc-image-block .mmc-flip-wrapper .flip-item > i {
  border: 8px solid #ffffff;
}
.shadow.mmc-image-block > img,
.shadow.mmc-image-block .mmc-flip-wrapper .flip-item > img,
.shadow.mmc-image-block > a > img,
.shadow.mmc-image-block .mmc-flip-wrapper .flip-item > a > img,
.shadow.mmc-image-block > i,
.shadow.mmc-image-block .mmc-flip-wrapper .flip-item > i {
  box-shadow: 2px 2px 2px rgba(46, 46, 44, 0.15);
  margin-bottom: 3px;
}
.shape-circle.mmc-image-block > img,
.shape-circle.mmc-image-block .mmc-flip-wrapper .flip-item > img,
.shape-circle.mmc-image-block > a > img,
.shape-circle.mmc-image-block .mmc-flip-wrapper .flip-item > a > img,
.shape-circle.mmc-image-block > i,
.shape-circle.mmc-image-block .mmc-flip-wrapper .flip-item > i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-image-block .flip-item > i,
.mmc-image-block > i {
  display: block;
  color: #f4b924;
  background-color: #f4b924;
  height: 0;
}
.mmc-image-block.shape-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* bug fix: scale breaks through mask*/
  -webkit-transform: rotate(1.0E-6deg);
}
.effect-zoom.mmc-image-block:hover > img,
.effect-zoom.mmc-image-block:hover > a > img,
.effect-zoom.mmc-image-block:hover > i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.mmc-image-block .mmc-image-actions {
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shape-circle.mmc-image-block .mmc-image-actions {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-image-block .mmc-image-actions .caption {
  position: absolute;
  font-size: 18px;
  line-height: 1.1;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -20px;
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-dark-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-dark-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-image-block .mmc-image-actions .caption {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-light-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-light-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-image-block .mmc-image-actions .caption {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.shape-circle.mmc-image-block .mmc-image-actions .caption {
  margin-top: 10px;
}
.mmc-image-block .mmc-image-actions .mmc-prettyphoto-trigger img {
  margin-left: -36px;
}
.shape-circle.mmc-image-block .mmc-image-actions .mmc-prettyphoto-trigger img {
  margin-left: 0;
}
.mmc-image-block > i + .mmc-image-actions {
  border: 8px solid #ffffff;
}
/*------------------------------------------------------------*/
/* Custom Box
/*------------------------------------------------------------*/
.mmc-custom-box .mmc-shortcode-title {
  margin-top: 0;
}
.mmc-custom-box.border {
  border: 1px solid #2e2e2c;
  border: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-custom-box.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-custom-box.mmc-box-shadow-outset {
  box-shadow: 2px 2px 2px rgba(46, 46, 44, 0.15);
}
.mmc-custom-box.mmc-box-shadow-inset {
  box-shadow: inset 2px 2px 2px rgba(46, 46, 44, 0.15);
}
/*------------------------------------------------------------*/
/* Custom Button
/*------------------------------------------------------------*/
/* Moved to buttons.less */
/*------------------------------------------------------------*/
/* CTA
/*------------------------------------------------------------*/
.mmc-cta {
  padding: 20px 0px;
  overflow: hidden;
  /*smaller columns override*/
}
.mmc-cta .cta-content {
  overflow: hidden;
}
.mmc-cta .cta-content > span {
  display: block;
  text-align: left;
  padding: 0;
}
.mmc-cta.impact a {
  float: right;
}
.mmc-cta.impact .cta-content > span {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-cta.impact .cta-content > span {
    font-size: 1.6em;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .mmc-cta.impact .cta-content > span {
    font-size: 2.2em;
    margin-top: 0px;
  }
}
.mmc-cta.descriptive a {
  float: right;
  margin-left: 20px;
  margin-top: 25px;
}
.mmc-cta.descriptive .cta-content > span {
  font-size: 1.3em;
  padding-bottom: 5px;
}
.mmc-cta.simple a {
  color: #f4b924;
  display: block;
  font-size: 1.4em;
}
.mmc-cta.simple a:hover {
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-cta.simple a:hover,
.mmc-dark-bg .mmc-cta.simple a:hover,
.mmc-light-bg .mmc-dark-bg.mmc-cta.simple a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-cta.simple a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-cta.simple a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-cta.simple a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-cta.simple a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-cta.simple a:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-cta.simple a:hover,
.mmc-light-bg .mmc-cta.simple a:hover,
.mmc-dark-bg .mmc-light-bg.mmc-cta.simple a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-cta.simple a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-cta.simple a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-cta.simple a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-cta.simple a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-cta.simple a:hover {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-cta.simple .cta-content > span {
  font-size: 1.5em;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-cta.simple .cta-content > span {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1025px) {
  .mmc-cta.simple .cta-content > span {
    font-size: 2.2em;
  }
}
.mmc-column-size-1 .mmc-cta,
.mmc-column-size-2 .mmc-cta,
.mmc-column-size-3 .mmc-cta,
.mmc-column-size-4 .mmc-cta,
.mmc-column-size-5 .mmc-cta {
  padding: 20px 0;
}
/*------------------------------------------------------------*/
/* Progress meter */
/*------------------------------------------------------------*/
.mmc-progress-meter {
  margin: 15px auto;
}
.mmc-progress-meter .mmc-progress-title {
  position: relative;
  z-index: 1;
}
.mmc-progress-bar .legend {
  position: relative;
  z-index: 1;
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-progress-bar .legend,
.mmc-dark-bg .mmc-progress-bar .legend,
.mmc-light-bg .mmc-dark-bg.mmc-progress-bar .legend,
.mmc-light-bg .mmc-dark-bg .mmc-progress-bar .legend,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-progress-bar .legend,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-progress-bar .legend,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-progress-bar .legend,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-progress-bar .legend {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-progress-bar .legend,
.mmc-light-bg .mmc-progress-bar .legend,
.mmc-dark-bg .mmc-light-bg.mmc-progress-bar .legend,
.mmc-dark-bg .mmc-light-bg .mmc-progress-bar .legend,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-progress-bar .legend,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-progress-bar .legend,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-progress-bar .legend,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-progress-bar .legend {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-progress-bar.style-circular {
  position: relative;
  text-align: center;
  margin: auto;
}
.mmc-progress-bar.style-circular canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.mmc-progress-bar.style-circular .legend {
  line-height: 1;
  width: 100%;
  height: 100%;
  display: table;
}
.mmc-progress-bar.style-circular .legend > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mmc-progress-bar.style-circular .legend .percentage {
  font-size: 34px;
  font-weight: 300;
}
.mmc-progress-bar.style-circular .legend .title {
  display: block;
  font-style: italic;
}
.color_one.thick.mmc-progress-bar.style-circular .legend {
  color: #f4b924;
}
.color_two.thick.mmc-progress-bar.style-circular .legend {
  color: #f25c4b;
}
.color_three.thick.mmc-progress-bar.style-circular .legend {
  color: #2e2e2c;
}
.thick.mmc-progress-bar.style-circular .legend .percentage {
  font-size: 24px;
}
.thick.mmc-progress-bar.style-circular .legend .title {
  font-style: normal;
}
.mmc-progress-bar.style-bar {
  color: #2e2e2c;
  font-weight: 300;
}
.mmc-progress-bar.style-bar .wrap {
  position: relative;
  margin: 0;
  height: 10px;
  background: #dddddd;
}
.mmc-progress-bar.style-bar .fill-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -ms-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  background: #2e2e2c;
}
.color_one.mmc-progress-bar.style-bar .fill-bar {
  background: #f4b924;
}
.color_two.mmc-progress-bar.style-bar .fill-bar {
  background: #f25c4b;
}
.color_three.mmc-progress-bar.style-bar .fill-bar {
  background: #2e2e2c;
}
.mmc-progress-bar.style-bar .percentage {
  display: inline-block;
  font-size: 28px;
}
.mmc-progress-bar.style-bar .title {
  display: block;
  font-style: italic;
  font-size: 14px;
  margin: -5px 0 5px;
}
.up.mmc-progress-bar.style-bar .percentage {
  margin-right: 5px;
  font-size: 20px;
}
.up.mmc-progress-bar.style-bar .title {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
}
.left.mmc-progress-bar.style-bar .wrap {
  overflow: hidden;
}
.left.mmc-progress-bar.style-bar .legend {
  float: left;
  font-style: italic;
  margin-right: 10px;
  margin-top: -4px;
}
.left.mmc-progress-bar.style-bar .legend .percentage {
  margin-right: 5px;
  font-size: 14px;
  font-style: italic;
}
.left.mmc-progress-bar.style-bar .legend .title {
  display: inline-block;
}
.in.mmc-progress-bar.style-bar {
  position: relative;
}
.in.mmc-progress-bar.style-bar .wrap {
  height: 20px;
}
.in.mmc-progress-bar.style-bar .legend {
  color: #dddddd;
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 20px;
}
.in.mmc-progress-bar.style-bar .legend .percentage {
  font-size: 14px;
  margin-right: 5px;
}
.in.mmc-progress-bar.style-bar .legend .title {
  font-size: 14px;
  display: inline-block;
  font-style: normal;
}
/*------------------------------------------------------------*/
/* Tabs & Vertical Tabs
/*------------------------------------------------------------*/
.mmc-tabs {
  overflow: hidden;
}
.style-flat.mmc-tabs,
.style-shade.mmc-tabs {
  background: #ffffff;
}
.mmc-dark-bg.style-flat.mmc-tabs,
.mmc-dark-bg.style-shade.mmc-tabs,
.mmc-dark-bg .style-flat.mmc-tabs,
.mmc-dark-bg .style-shade.mmc-tabs,
.mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs,
.mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs,
.mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs,
.mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs {
  color: "";
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-light-bg.style-flat.mmc-tabs,
.mmc-light-bg.style-shade.mmc-tabs,
.mmc-light-bg .style-flat.mmc-tabs,
.mmc-light-bg .style-shade.mmc-tabs,
.mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs,
.mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs,
.mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs,
.mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs {
  color: "";
  background-color: #ffffff;
  border-color: "";
}
.mmc-tabs .mmc-tabs-nav {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.style-flat.mmc-tabs .mmc-tabs-nav {
  background: #ffffff;
  border-color: #f2f2f2;
}
.mmc-dark-bg.style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs .mmc-tabs-nav {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: #3b3b38;
}
.mmc-light-bg.style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs .mmc-tabs-nav {
  color: "";
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.style-shade.mmc-tabs .mmc-tabs-nav {
  background: rgba(46, 46, 44, 0.7);
  border-bottom: none;
}
.mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav {
  color: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-color: "";
}
.mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav {
  color: "";
  background-color: rgba(46, 46, 44, 0.7);
  border-color: "";
}
.mmc-tabs .mmc-tabs-nav li {
  padding: 0;
  display: inline-block;
}
.mmc-tabs .mmc-tabs-nav li:first-child a {
  border-left: none !important;
}
.mmc-tabs .mmc-tabs-nav li a {
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  outline: none;
  border-bottom: 3px solid transparent;
  color: #2e2e2c;
}
.mmc-tabs .mmc-tabs-nav li a i {
  font-size: 22px;
  margin-right: 5px;
}
.style-flat.mmc-tabs .mmc-tabs-nav li a,
.style-shade.mmc-tabs .mmc-tabs-nav li a {
  height: 50px;
  line-height: 50px;
  border-bottom: none;
}
.style-flat.mmc-tabs .mmc-tabs-nav li a {
  border-left: 1px solid #f2f2f2;
}
.mmc-dark-bg.style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-tabs .mmc-tabs-nav li a {
  color: "";
  background-color: "";
  border-color: #3b3b38;
}
.mmc-light-bg.style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-tabs .mmc-tabs-nav li a {
  color: "";
  background-color: "";
  border-color: #f2f2f2;
}
.style-shade.mmc-tabs .mmc-tabs-nav li a {
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid #ededed;
  border-top: 3px solid transparent !important;
}
.mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li a {
  color: rgba(255, 255, 255, 0.8);
  background-color: "";
  border-color: #1c1c1b;
}
.mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li a {
  color: rgba(255, 255, 255, 0.7);
  background-color: "";
  border-color: #ededed;
}
.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-tabs .mmc-tabs-nav li:hover a {
  color: #2e2e2c;
  border-color: #f4b924;
}
.mmc-dark-bg.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-tabs .mmc-tabs-nav li:hover a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-tabs .mmc-tabs-nav li:hover a {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.style-flat.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.style-flat.mmc-tabs .mmc-tabs-nav li:hover a {
  border-left-color: transparent;
  background: #f4b924;
  color: #ffffff;
}
.style-flat.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a i,
.style-flat.mmc-tabs .mmc-tabs-nav li:hover a i {
  color: inherit;
}
.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.style-shade.mmc-tabs .mmc-tabs-nav li:hover a {
  border-color: #2e2e2c;
  background: #ffffff;
  color: #2e2e2c;
  border-left-color: transparent !important;
}
.mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-shade.mmc-tabs .mmc-tabs-nav li:hover a {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: #ffffff;
}
.mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-shade.mmc-tabs .mmc-tabs-nav li:hover a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li.ui-tabs-active a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-shade.mmc-tabs .mmc-tabs-nav li:hover a {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: #2e2e2c;
}
.mmc-tabs .ui-tabs-panel {
  /*padding: 25px 15px;*/
}
.mmc-tabs .ui-tabs-panel > .mmc-custom-title:first-child,
.mmc-tabs .ui-tabs-panel > .mmc-custom-title:first-child h1,
.mmc-tabs .ui-tabs-panel > .mmc-custom-title:first-child h2 {
  margin-top: 0;
}
.mmc-tabs.vertical .mmc-tabs-nav {
  float: left;
  border-bottom: none;
}
.mmc-tabs.vertical .mmc-tabs-nav li {
  display: block;
}
.mmc-tabs.vertical .mmc-tabs-nav li a {
  border-bottom: none;
  border-right: 5px solid transparent;
}
.style-flat.mmc-tabs.vertical .mmc-tabs-nav li a {
  border-right: none;
  border-left: none;
  border-top: 1px solid #f2f2f2;
}
.style-shade.mmc-tabs.vertical .mmc-tabs-nav li a {
  border-right: none;
  border-top: 1px solid #ededed;
  border-left: 5px solid transparent !important;
}
.mmc-tabs.vertical .mmc-tabs-nav li:first-child a {
  border-top: none;
}
.mmc-tabs.vertical .mmc-tabs-nav li.ui-tabs-active a,
.mmc-tabs.vertical .mmc-tabs-nav li:hover a {
  border-color: #f4b924;
}
.style-flat.mmc-tabs.vertical .mmc-tabs-nav li.ui-tabs-active a,
.style-flat.mmc-tabs.vertical .mmc-tabs-nav li:hover a {
  border-left-color: transparent;
}
.style-shade.mmc-tabs.vertical .mmc-tabs-nav li.ui-tabs-active a,
.style-shade.mmc-tabs.vertical .mmc-tabs-nav li:hover a {
  border-top-color: transparent;
  border-left: 5px solid #f4b924 !important;
}
.mmc-tabs.vertical .ui-tabs-panel {
  overflow: hidden;
  padding: 15px;
}
/*------------------------------------------------------------*/
/* Accordion
/*------------------------------------------------------------*/
.mmc-accordion .group .ui-accordion-header {
  outline: none;
  margin-bottom: 0;
}
.mmc-accordion .group .ui-accordion-header a {
  display: block;
  padding: 20px 10px;
  font-size: 16px !important;
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-header a {
  color: #ffffff;
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-header a {
  color: #2e2e2c;
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a {
  font-size: 18px;
}
.mmc-accordion .group .ui-accordion-header a i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #cccccc;
  float: left;
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  width: 24px;
  height: 24px;
}
.color_one.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  background: #f4b924;
}
.color_two.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  background: #f25c4b;
}
.color_three.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  background: #f4b924;
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i .black-plus {
  display: none;
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i .white-plus {
  display: inline-block;
}
.mmc-dark-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-dark-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-dark-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  color: "";
  background-color: rgba(46, 46, 44, 0.85);
  border-color: "";
}
.mmc-light-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-light-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-light-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  color: "";
  background-color: #cccccc;
  border-color: "";
}
.mmc-accordion .group .ui-accordion-header a i + span {
  overflow: hidden;
  display: block;
}
.mmc-accordion .group .ui-accordion-header a i img {
  display: none;
  width: 20px;
  margin-top: 6px;
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i img {
  margin-top: 7px;
  width: 10px;
}
.mmc-accordion .group .ui-accordion-header a i .black-plus {
  display: inline-block;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.color_three.mmc-accordion .group .ui-accordion-header a i .black-plus {
  display: none;
}
.color_three.mmc-accordion .group .ui-accordion-header a i .white-plus {
  display: inline-block;
}
.default.mmc-accordion .group .ui-accordion-header a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 1.5em;
  line-height: 1em;
  float: right;
  padding-left: 10px;
  color: #999999;
}
.color_one.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background-color: #f25c4b;
  color: #ffffff;
}
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background-color: #f4b924;
  color: #ffffff;
}
.color_three.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background-color: #2e2e2c;
  color: #ffffff;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i {
  background-color: #f4b924 !important;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .black-plus {
  display: none;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .white-plus {
  display: none;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .white-minus {
  display: inline-block;
}
.color_one.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i,
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i {
  background-color: #ffffff !important;
}
.color_one.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .white-minus,
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .white-minus {
  display: none;
}
.color_one.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .black-minus,
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .black-minus {
  display: inline-block;
}
.color_three.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i {
  background-color: #f4b924 !important;
}
.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background: #f2f2f2;
  border-color: transparent;
}
.mmc-dark-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-dark-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-dark-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  color: #ffffff;
  background-color: rgba(46, 46, 44, 0.85);
  border-color: "";
}
.mmc-light-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-light-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-light-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  color: #2e2e2c;
  background-color: #f2f2f2;
  border-color: "";
}
.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a:before {
  content: '\f107';
  color: #f4b924;
}
.mmc-accordion .group .ui-accordion-content {
  overflow: hidden;
  padding: 15px 15px 15px 52px;
  background: #bfbfbf;
}
.color_three.mmc-accordion .group .ui-accordion-content {
  border: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-content {
  color: #ffffff;
  background-color: rgba(46, 46, 44, 0.85);
  border-color: "";
}
.mmc-light-bg.mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-content {
  color: #2e2e2c;
  background-color: #f2f2f2;
  border-color: "";
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-content {
  padding-left: 47px;
}
/*------------------------------------------------------------*/
/* Gallery
/*------------------------------------------------------------*/
.mmc-gallery ul,
.mmc-gallery ol,
.mmc-gallery ul li,
.mmc-gallery ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mmc-gallery ul:before,
.mmc-gallery ol:before,
.mmc-gallery ul li:before,
.mmc-gallery ol li:before {
  display: none;
}
.mmc-gallery .flexslider {
  overflow: hidden;
  border: none;
  box-shadow: none;
}
.mmc-gallery .flexslider .flex-control-nav {
  bottom: 10px;
}
.mmc-gallery .flexslider .flex-control-nav li {
  margin: 0 3px;
}
.mmc-gallery .flexslider .flex-control-nav li a {
  font-size: 0;
  color: transparent;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid transparent;
  box-shadow: none;
  cursor: pointer;
}
.mmc-gallery .flexslider .flex-control-nav li a.flex-active,
.mmc-gallery .flexslider .flex-control-nav li a:hover {
  background: transparent;
  border-color: #ffffff;
}
.mmc-gallery .flexslider .slides img {
  height: auto;
}
.mmc-gallery .nivoSlider {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.mmc-gallery .nivoSlider + .nivo-controlNav {
  margin-top: -30px !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
}
.mmc-gallery .nivoSlider + .nivo-controlNav a {
  font-size: 0;
  color: transparent;
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid transparent;
  box-shadow: none;
  cursor: pointer;
}
.mmc-gallery .nivoSlider + .nivo-controlNav a.active,
.mmc-gallery .nivoSlider + .nivo-controlNav a:hover {
  background: transparent;
  border-color: #ffffff;
}
.mmc-gallery .nivoSlider a.nivo-prevNav {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  left: 0px;
}
.mmc-gallery .nivoSlider a.nivo-prevNav:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.mmc-gallery .nivoSlider a.nivo-prevNav:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.mmc-gallery .nivoSlider a.nivo-prevNav:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.mmc-gallery .nivoSlider a.nivo-nextNav {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  right: 0px;
}
.mmc-gallery .nivoSlider a.nivo-nextNav:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.mmc-gallery .nivoSlider a.nivo-nextNav:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.mmc-gallery .nivoSlider a.nivo-nextNav:before {
  content: '\f105';
}
.mmc-gallery .nivoSlider img {
  height: auto !important;
}
/*------------------------------------------------------------*/
/* Flickr
/*------------------------------------------------------------*/
.mmc-flickr .item-wrap > div {
  display: inline-block;
  background: #ffffff;
}
.mmc-flickr .item-wrap > div img {
  -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;
}
.mmc-flickr .item-wrap > div img:hover {
  opacity: 0.4;
}
/*------------------------------------------------------------*/
/* Dropcap
/*------------------------------------------------------------*/
.mmc-dropcap {
  float: left;
  width: 54px;
  height: 54px;
  margin: 0 10px 0px 0;
  line-height: 54px;
  text-align: center;
  font-size: 40px;
}
.mmc-dropcap.style-square,
.mmc-dropcap.style-circle {
  background: #2e2e2c;
  color: #ffffff;
}
.mmc-dropcap.style-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-dropcap i {
  font-size: 35px;
}
/*------------------------------------------------------------*/
/* Highlight Text
/*------------------------------------------------------------*/
.mmc-highlight-text {
  display: inline;
  background: #f4b924;
  color: #ffffff;
  padding: 0;
  line-height: 1.428;
}
.mmc-dark-bg.mmc-highlight-text,
.mmc-dark-bg .mmc-highlight-text,
.mmc-light-bg .mmc-dark-bg.mmc-highlight-text,
.mmc-light-bg .mmc-dark-bg .mmc-highlight-text,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-highlight-text,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-highlight-text,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-highlight-text,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-highlight-text {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.mmc-highlight-text,
.mmc-light-bg .mmc-highlight-text,
.mmc-dark-bg .mmc-light-bg.mmc-highlight-text,
.mmc-dark-bg .mmc-light-bg .mmc-highlight-text,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-highlight-text,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-highlight-text,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-highlight-text,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-highlight-text {
  color: #ffffff;
  background-color: #f4b924;
  border-color: "";
}
/*------------------------------------------------------------*/
/* Tooltip
/*------------------------------------------------------------*/
.mmc-tooltip {
  display: inline;
  cursor: pointer;
  position: relative;
}
.mmc-tooltip .tooltip {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  position: absolute;
  bottom: -35px;
  left: 0;
  background: #2e2e2c;
  color: #ffffff;
  padding: 5px 10px;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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;
}
.mmc-dark-bg.mmc-tooltip .tooltip,
.mmc-dark-bg .mmc-tooltip .tooltip,
.mmc-light-bg .mmc-dark-bg.mmc-tooltip .tooltip,
.mmc-light-bg .mmc-dark-bg .mmc-tooltip .tooltip,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-tooltip .tooltip,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-tooltip .tooltip,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-tooltip .tooltip,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-tooltip .tooltip {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.mmc-tooltip .tooltip,
.mmc-light-bg .mmc-tooltip .tooltip,
.mmc-dark-bg .mmc-light-bg.mmc-tooltip .tooltip,
.mmc-dark-bg .mmc-light-bg .mmc-tooltip .tooltip,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-tooltip .tooltip,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-tooltip .tooltip,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-tooltip .tooltip,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-tooltip .tooltip {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-tooltip:hover .tooltip {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
/*------------------------------------------------------------*/
/* Map
/*------------------------------------------------------------*/
.mmc-map .mmc_gmaps_map_info {
  color: #2e2e2c !important;
}
.mmc-widget-title.mmc__gmaps_title {
  padding-bottom: 10px;
}
/*------------------------------------------------------------*/
/* Widgetised sidebar
/*------------------------------------------------------------*/
.wpb_widgetised_column_heading {
  text-align: left;
  margin: 0;
  border: none;
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
  padding-bottom: 20px;
}
.mmc-dark-bg.wpb_widgetised_column_heading,
.mmc-dark-bg .wpb_widgetised_column_heading,
.mmc-light-bg .mmc-dark-bg.wpb_widgetised_column_heading,
.mmc-light-bg .mmc-dark-bg .wpb_widgetised_column_heading,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.wpb_widgetised_column_heading,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .wpb_widgetised_column_heading {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.wpb_widgetised_column_heading,
.mmc-light-bg .wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-light-bg.wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-light-bg .wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .wpb_widgetised_column_heading,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.wpb_widgetised_column_heading,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .wpb_widgetised_column_heading {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
/*------------------------------------------------------------*/
/* MMC Counter
/*------------------------------------------------------------*/
.mmc-counter {
  white-space: nowrap;
}
/*------------------------------------------------------------*/
/* Social Share
/*------------------------------------------------------------*/
.fb_type_standard.fb_like iframe,
.fb_type_button_count.fb_like iframe {
  height: 20px;
}
.fb_type_box_count.fb_like iframe {
  height: 70px;
}
/*------------------------------------------------------------*/
/* used mixins
/*------------------------------------------------------------*/
.mmc-border {
  margin: 0;
  border: none;
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
  padding-bottom: 20px;
}
.mmc-dark-bg.mmc-border,
.mmc-dark-bg .mmc-border,
.mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-light-bg .mmc-dark-bg .mmc-border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-border,
.mmc-light-bg .mmc-border,
.mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-dark-bg .mmc-light-bg .mmc-border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-border {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
/*------------------------------------------------------------*/
/* Image Hover Actions
/*------------------------------------------------------------*/
.mmc-image-actions {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -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;
  /* triangle lines top-left */
}
.mmc-image-actions .mmc-image-link {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mmc-image-actions .mmc-prettyphoto-trigger {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent transparent #f4b924 transparent;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.shape-circle .mmc-image-actions .mmc-prettyphoto-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  bottom: 30%;
  background: #f4b924;
}
.mmc-image-actions .mmc-prettyphoto-trigger img {
  width: 24px;
  height: auto;
  max-width: none;
  margin-left: -31px;
  margin-top: 33px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.shape-circle .mmc-image-actions .mmc-prettyphoto-trigger img,
.circle .mmc-image-actions .mmc-prettyphoto-trigger img {
  margin: auto;
  margin-top: 15px;
}
.mmc-image-actions .mmc-prettyphoto-trigger:hover {
  border-color: transparent transparent #2e2e2c transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.shape-circle .mmc-image-actions .mmc-prettyphoto-trigger:hover,
.circle .mmc-image-actions .mmc-prettyphoto-trigger:hover {
  background: #2e2e2c;
}
.mmc-image-actions .mmc-prettyphoto-trigger:hover img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.mmc-image-actions:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #f4b924;
  border-left: 2px solid #f4b924;
  -webkit-transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
  -moz-transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
  -ms-transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
  transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
}
.shape-circle .mmc-image-actions:before,
.circle .mmc-image-actions:before {
  display: none;
}
.mmc-image-actions:hover,
.mmc-flip-wrapper:hover .mmc-image-actions {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mmc-image-actions:hover .mmc-prettyphoto-trigger,
.mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger {
  border-width: 0 0 65px 65px;
}
.shape-circle .mmc-image-actions:hover .mmc-prettyphoto-trigger,
.shape-circle .mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger,
.circle .mmc-image-actions:hover .mmc-prettyphoto-trigger,
.circle .mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger {
  border-width: 0;
}
.mmc-image-actions:hover .mmc-prettyphoto-trigger,
.mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger,
.mmc-image-actions:hover .mmc-prettyphoto-trigger img,
.mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mmc-image-actions:hover:before,
.mmc-flip-wrapper:hover .mmc-image-actions:before {
  opacity: 1;
  width: 42px;
  height: 42px;
}
/* Advanced Hover Effects */
.effect-zoom .mmc-iva-item.image {
  overflow: hidden;
}
.effect-zoom .mmc-iva-item.image > div:first-child {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.effect-zoom .mmc-iva-item.image:hover > div:first-child {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.effect-zoom .mmc-iva-item.image .mmc-image-actions {
  background-color: rgba(255, 255, 255, 0);
}
.layout-gallery_grid.effect-zoom .mmc-iva-item.image .mmc-image-actions,
.circle.effect-zoom .mmc-iva-item.image .mmc-image-actions {
  background-color: rgba(255, 255, 255, 0.8);
}
.effect-zoom .content-hover-mode .mmc-iva-item.image .mmc-image-actions {
  background-color: rgba(255, 255, 255, 0.8);
}
.mmc-flip-wrapper {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mmc-flip-wrapper .mmc-flip-inwrap {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  -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;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -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;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item .mmc-image-actions {
  -webkit-transition: 0s all ease-in-out 0.2s;
  -moz-transition: 0s all ease-in-out 0.2s;
  -ms-transition: 0s all ease-in-out 0.2s;
  -o-transition: 0s all ease-in-out 0.2s;
  transition: 0s all ease-in-out 0.2s;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item .mmc-image-actions .mmc-prettyphoto-trigger {
  -webkit-transition: 0s all ease-in-out 0.2s;
  -moz-transition: 0s all ease-in-out 0.2s;
  -ms-transition: 0s all ease-in-out 0.2s;
  -o-transition: 0s all ease-in-out 0.2s;
  transition: 0s all ease-in-out 0.2s;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item .mmc-image-actions:before {
  -webkit-transition: 0s all ease-in-out 0.2s;
  -moz-transition: 0s all ease-in-out 0.2s;
  -ms-transition: 0s all ease-in-out 0.2s;
  -o-transition: 0s all ease-in-out 0.2s;
  transition: 0s all ease-in-out 0.2s;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item.front {
  z-index: 2;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.effect-flip_h .flip-item.front {
  transform: rotateY(0deg);
}
.effect-flip_h .flip-item.back {
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -ms-transform: rotateY(-180deg);
}
.effect-flip_h .mmc-flip-wrapper:hover .mmc-flip-inwrap {
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -ms-transform: rotateY(0deg);
}
.effect-flip_h .mmc-flip-wrapper:hover .mmc-flip-inwrap .flip-item.front {
  -ms-transform: rotateY(180deg);
}
.effect-flip_h .mmc-flip-wrapper:hover .mmc-flip-inwrap .flip-item.back {
  -ms-transform: rotateY(0deg);
}
.effect-flip_v .flip-item.front {
  transform: rotateX(0deg);
}
.effect-flip_v .flip-item.back {
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotateX(-180deg);
}
.effect-flip_v .mmc-flip-wrapper:hover .mmc-flip-inwrap {
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotatex(0deg);
}
.effect-flip_v .mmc-flip-wrapper:hover .mmc-flip-inwrap .flip-item.front {
  -ms-transform: rotateX(180deg);
}
.effect-flip_v .mmc-flip-wrapper:hover .mmc-flip-inwrap .flip-item.back {
  -ms-transform: rotateX(0deg);
}
/* Pricing Tables
/*------------------------------------------------------------*/
.mmc-pricing-table {
  /*------------------------------------------------------------*/
  /* Layout
	/*------------------------------------------------------------*/
  /*------------------------------------------------------------*/
  /* Legend
	/*------------------------------------------------------------*/
  /*------------------------------------------------------------*/
  /* Column Items
	/*------------------------------------------------------------*/
  /*------------------------------------------------------------*/
  /* Style Flat & Outline
	/*------------------------------------------------------------*/
  /*------------------------------------------------------------*/
  /* Style Flat
	/*------------------------------------------------------------*/
  /*------------------------------------------------------------*/
  /* Style Outline
	/*------------------------------------------------------------*/
  /*------------------------------------------------------------*/
  /* Style Data
	/*------------------------------------------------------------*/
  /*------------------------------------------------------------*/
  /* Style Circled
	/*------------------------------------------------------------*/
}
.mmc-pricing-table:before,
.mmc-pricing-table:after {
  display: table;
  content: " ";
}
.mmc-pricing-table:after {
  clear: both;
  *zoom: 1;
}
.mmc-pricing-table ul {
  margin: 0;
  list-style: none;
}
.mmc-pricing-table ul li {
  padding: 0;
}
.mmc-pricing-table .mmc-pricing-table-legend {
  float: left;
}
.mmc-pricing-table .columns-wrap {
  overflow: hidden;
}
.mmc-pricing-table .columns-wrap .column {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .mmc-pricing-table .columns-wrap .column {
    float: left;
  }
  .columns-1.mmc-pricing-table .columns-wrap .column {
    width: 100%;
  }
  .columns-2.mmc-pricing-table .columns-wrap .column {
    width: 50%;
  }
  .columns-3.mmc-pricing-table .columns-wrap .column {
    width: 33.3333333%;
  }
  .columns-4.mmc-pricing-table .columns-wrap .column {
    width: 25%;
  }
  .columns-5.mmc-pricing-table .columns-wrap .column {
    width: 20%;
  }
  .columns-6.mmc-pricing-table .columns-wrap .column {
    width: 16.6666666%;
  }
}
.mmc-pricing-table .mmc-pricing-table-legend li {
  text-align: left;
  display: table;
  width: 100%;
}
.mmc-pricing-table .mmc-pricing-table-legend li > span {
  display: table-cell;
  vertical-align: middle;
}
.mmc-pricing-table .columns-wrap .column .item {
  text-align: center;
  display: table;
  width: 100%;
}
.mmc-pricing-table .columns-wrap .column .item > span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .mmc-pricing-table .columns-wrap .column .item .legend {
    display: block !important;
  }
}
.mmc-pricing-table .columns-wrap .column .item .mmc-button {
  width: 100%;
}
.style-flat.mmc-pricing-table .mmc-pricing-table-legend,
.style-outline.mmc-pricing-table .mmc-pricing-table-legend {
  padding: 30px 0;
}
.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.style-outline.mmc-pricing-table .mmc-pricing-table-legend li {
  padding: 20px !important;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg.style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg.style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-outline.mmc-pricing-table .mmc-pricing-table-legend li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg.style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg.style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-outline.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-outline.mmc-pricing-table .mmc-pricing-table-legend li {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .style-flat.mmc-pricing-table .mmc-pricing-table-legend,
  .style-outline.mmc-pricing-table .mmc-pricing-table-legend {
    width: 200px;
  }
}
.style-flat.mmc-pricing-table .columns-wrap,
.style-outline.mmc-pricing-table .columns-wrap {
  padding: 40px 0 30px;
}
.style-flat.mmc-pricing-table .columns-wrap .column,
.style-outline.mmc-pricing-table .columns-wrap .column {
  position: relative;
  margin-bottom: 40px;
  /* featured */
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .style-flat.mmc-pricing-table .columns-wrap .column,
  .style-outline.mmc-pricing-table .columns-wrap .column {
    padding-left: 20px;
    margin-bottom: 0;
  }
}
.style-flat.mmc-pricing-table .columns-wrap .column > ul,
.style-outline.mmc-pricing-table .columns-wrap .column > ul {
  padding: 0 40px;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item,
.style-outline.mmc-pricing-table .columns-wrap .column .item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg.style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-dark-bg.style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-dark-bg.style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-dark-bg .style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-dark-bg .style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-outline.mmc-pricing-table .columns-wrap .column .item {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg.style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-light-bg.style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-light-bg.style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-light-bg .style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-light-bg .style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-outline.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-flat.mmc-pricing-table .columns-wrap .column .item,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-outline.mmc-pricing-table .columns-wrap .column .item {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.style-flat.mmc-pricing-table .columns-wrap .column .item:last-child,
.style-outline.mmc-pricing-table .columns-wrap .column .item:last-child {
  border-bottom: none;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item-1,
.style-outline.mmc-pricing-table .columns-wrap .column .item-1 {
  background: none !important;
  padding-top: 50px !important;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item--feature-list,
.style-outline.mmc-pricing-table .columns-wrap .column .item--feature-list {
  font-size: 20px;
  font-weight: 300;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item .name,
.style-outline.mmc-pricing-table .columns-wrap .column .item .name {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item .price,
.style-outline.mmc-pricing-table .columns-wrap .column .item .price {
  font-weight: 700;
  color: #2e2e2c;
  font-size: 18px;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item .price-currency,
.style-outline.mmc-pricing-table .columns-wrap .column .item .price-currency {
  vertical-align: top;
  line-height: 40px;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item .price-price,
.style-outline.mmc-pricing-table .columns-wrap .column .item .price-price {
  font-size: 70px;
  line-height: 1;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item .price-period,
.style-outline.mmc-pricing-table .columns-wrap .column .item .price-period {
  vertical-align: sub;
  margin-left: -1px;
}
.style-flat.mmc-pricing-table .columns-wrap .column .item .header-extra,
.style-outline.mmc-pricing-table .columns-wrap .column .item .header-extra {
  margin-top: 30px;
}
.style-flat.mmc-pricing-table .columns-wrap .column.featured > ul .featured-tag,
.style-outline.mmc-pricing-table .columns-wrap .column.featured > ul .featured-tag {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -25px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f4b924;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: table;
}
.style-flat.mmc-pricing-table .columns-wrap .column.featured > ul .featured-tag span,
.style-outline.mmc-pricing-table .columns-wrap .column.featured > ul .featured-tag span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.style-flat.mmc-pricing-table .columns-wrap .column > ul {
  background: rgba(46, 46, 44, 0.1);
}
.style-flat.mmc-pricing-table .columns-wrap .column.featured > ul {
  background: #2e2e2c;
}
.style-flat.mmc-pricing-table .columns-wrap .column.featured > ul .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.style-flat.mmc-pricing-table .columns-wrap .column.featured > ul .price {
  color: #ffffff;
}
.style-outline.mmc-pricing-table .columns-wrap .column.featured > ul {
  border: 1px solid rgba(46, 46, 44, 0.1);
}
.style-data.mmc-pricing-table .mmc-pricing-table-legend {
  padding: 20px 0 40px;
}
.style-data.mmc-pricing-table .mmc-pricing-table-legend li {
  padding: 20px !important;
  font-size: 14px;
  color: #2e2e2c;
  box-shadow: inset -7px 0 7px rgba(0, 0, 0, 0.02);
  background: #E8E8E8 !important;
}
.style-data.mmc-pricing-table .mmc-pricing-table-legend li:first-child {
  margin-top: 50px;
}
.style-data.mmc-pricing-table .mmc-pricing-table-legend li:nth-child(2n) {
  background: #F5F5F5 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .style-data.mmc-pricing-table .mmc-pricing-table-legend {
    width: 220px;
  }
}
.style-data.mmc-pricing-table .columns-wrap {
  padding: 20px 0 40px;
}
.style-data.mmc-pricing-table .columns-wrap .column {
  position: relative;
  margin-bottom: 40px;
  /* zebra */
  /* featured */
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .style-data.mmc-pricing-table .columns-wrap .column {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.style-data.mmc-pricing-table .columns-wrap .column .item {
  background: #f5f5f5 !important;
}
.style-data.mmc-pricing-table .columns-wrap .column .item:nth-child(2n) {
  background: #ffffff !important;
}
.style-data.mmc-pricing-table .columns-wrap .column:nth-child(2n) .item {
  background: #E8E8E8 !important;
}
.style-data.mmc-pricing-table .columns-wrap .column:nth-child(2n) .item:nth-child(2n) {
  background: #F5F5F5 !important;
}
.style-data.mmc-pricing-table .columns-wrap .column .item {
  padding: 20px;
}
.style-data.mmc-pricing-table .columns-wrap .column .item-1 {
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}
.style-data.mmc-pricing-table .columns-wrap .column .item-1 .inner {
  vertical-align: top;
}
.style-data.mmc-pricing-table .columns-wrap .column .item--feature-list {
  margin-top: 0;
  font-size: 18px;
}
.style-data.mmc-pricing-table .columns-wrap .column .item .name {
  margin-bottom: 20px;
  background: #2e2e2c;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
}
.style-data.mmc-pricing-table .columns-wrap .column .item .price {
  font-weight: 300;
  color: #2e2e2c;
  font-size: 18px;
}
.style-data.mmc-pricing-table .columns-wrap .column .item .price-currency {
  vertical-align: top;
  line-height: 25px;
}
.style-data.mmc-pricing-table .columns-wrap .column .item .price-price {
  font-size: 50px;
  line-height: 1;
}
.style-data.mmc-pricing-table .columns-wrap .column .item .price-period {
  vertical-align: sub;
}
.style-data.mmc-pricing-table .columns-wrap .column .item .header-extra {
  margin-top: 30px;
}
.style-data.mmc-pricing-table .columns-wrap .column.featured {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15);
}
.style-data.mmc-pricing-table .columns-wrap .column.featured .featured-tag {
  display: none;
}
.style-data.mmc-pricing-table .columns-wrap .column.featured .name {
  background: #f4b924;
  margin-top: -50px;
  margin-bottom: 70px;
}
.style-circled.mmc-pricing-table .mmc-pricing-table-legend {
  padding: 70px 0 40px;
}
.style-circled.mmc-pricing-table .mmc-pricing-table-legend li {
  padding: 20px !important;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg.style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .style-circled.mmc-pricing-table .mmc-pricing-table-legend li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg.style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-light-bg .style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.style-circled.mmc-pricing-table .mmc-pricing-table-legend li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .style-circled.mmc-pricing-table .mmc-pricing-table-legend li {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .style-circled.mmc-pricing-table .mmc-pricing-table-legend {
    width: 220px;
  }
}
.style-circled.mmc-pricing-table .columns-wrap {
  padding: 70px 0 40px;
}
.style-circled.mmc-pricing-table .columns-wrap .column {
  position: relative;
  margin-bottom: 40px;
  /* featured */
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .style-circled.mmc-pricing-table .columns-wrap .column {
    margin-bottom: 0;
  }
}
.style-circled.mmc-pricing-table .columns-wrap .column .item {
  background: #F5F5F5;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.style-circled.mmc-pricing-table .columns-wrap .column .item:last-child {
  border-bottom: none;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item-1 {
  background: #f4b924;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  padding: 20px 0 0 !important;
  border-bottom: 1px solid #E2E2E2;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item--feature-list {
  font-size: 20px;
  font-weight: 300;
  padding: 20px 40px;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .name {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .name.price-false {
  padding-bottom: 152px;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .price-wrap {
  background: #ffffff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  width: 152px;
  height: 152px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 2;
  display: table;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .price-wrap .price-wrap-inner {
  display: table-cell;
  vertical-align: middle;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .price {
  font-weight: 300;
  color: #2e2e2c;
  font-size: 16px;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .price-currency {
  vertical-align: top;
  line-height: 40px;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .price-price {
  font-size: 50px;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .price-period {
  vertical-align: sub;
  margin-left: -1px;
}
.style-circled.mmc-pricing-table .columns-wrap .column .item .header-extra-wrap {
  background: #f5f5f5;
  padding-bottom: 20px;
  padding-top: 99px;
  margin-top: -79px;
  min-height: 140px;
}
.style-circled.mmc-pricing-table .columns-wrap .column.featured {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.15);
}
.style-circled.mmc-pricing-table .columns-wrap .column.featured .item-1 {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background: #f2b10c;
}
.style-circled.mmc-pricing-table .columns-wrap .column.featured .featured-tag {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  background: #2e2e2c;
  color: #ffffff;
}
/*------------------------------------------------------------*/
/* Widgets
/*------------------------------------------------------------*/
.mmc-widget-title,
.mmc-widget > h3 {
  padding: 10px 0 0;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-widget-title,
.mmc-dark-bg.mmc-widget > h3,
.mmc-dark-bg .mmc-widget-title,
.mmc-dark-bg .mmc-widget > h3,
.mmc-light-bg .mmc-dark-bg.mmc-widget-title,
.mmc-light-bg .mmc-dark-bg.mmc-widget > h3,
.mmc-light-bg .mmc-dark-bg .mmc-widget-title,
.mmc-light-bg .mmc-dark-bg .mmc-widget > h3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget-title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget > h3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget-title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget > h3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget-title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget > h3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget-title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget > h3 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget-title,
.mmc-light-bg.mmc-widget > h3,
.mmc-light-bg .mmc-widget-title,
.mmc-light-bg .mmc-widget > h3,
.mmc-dark-bg .mmc-light-bg.mmc-widget-title,
.mmc-dark-bg .mmc-light-bg.mmc-widget > h3,
.mmc-dark-bg .mmc-light-bg .mmc-widget-title,
.mmc-dark-bg .mmc-light-bg .mmc-widget > h3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget-title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget > h3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget-title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget > h3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget-title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget > h3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget-title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget > h3 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-widget-title.mmc__video_title {
  padding-bottom: 10px;
}
.mmc-widget,
.widget {
  margin-top: 30px;
  position: relative;
  /* Menus & Links
	/*------------------------------------------------------------*/
}
.mmc-widget ul,
.widget ul,
.mmc-widget li,
.widget li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mmc-widget ul.menu > li,
.widget ul.menu > li,
.mmc-widget.widget_categories ul > li,
.widget.widget_categories ul > li,
.mmc-widget.widget_meta ul > li,
.widget.widget_meta ul > li,
.mmc-widget.widget_recent_entries ul > li,
.widget.widget_recent_entries ul > li,
.mmc-widget.widget_pages ul > li,
.widget.widget_pages ul > li,
.mmc-widget.widget_archive ul > li,
.widget.widget_archive ul > li {
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-widget ul.menu > li,
.mmc-dark-bg.widget ul.menu > li,
.mmc-dark-bg.mmc-widget.widget_categories ul > li,
.mmc-dark-bg.widget.widget_categories ul > li,
.mmc-dark-bg.mmc-widget.widget_meta ul > li,
.mmc-dark-bg.widget.widget_meta ul > li,
.mmc-dark-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg.widget.widget_recent_entries ul > li,
.mmc-dark-bg.mmc-widget.widget_pages ul > li,
.mmc-dark-bg.widget.widget_pages ul > li,
.mmc-dark-bg.mmc-widget.widget_archive ul > li,
.mmc-dark-bg.widget.widget_archive ul > li,
.mmc-dark-bg .mmc-widget ul.menu > li,
.mmc-dark-bg .widget ul.menu > li,
.mmc-dark-bg .mmc-widget.widget_categories ul > li,
.mmc-dark-bg .widget.widget_categories ul > li,
.mmc-dark-bg .mmc-widget.widget_meta ul > li,
.mmc-dark-bg .widget.widget_meta ul > li,
.mmc-dark-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-widget.widget_pages ul > li,
.mmc-dark-bg .widget.widget_pages ul > li,
.mmc-dark-bg .mmc-widget.widget_archive ul > li,
.mmc-dark-bg .widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg.widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li {
  color: #ffffff;
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-widget ul.menu > li,
.mmc-light-bg.widget ul.menu > li,
.mmc-light-bg.mmc-widget.widget_categories ul > li,
.mmc-light-bg.widget.widget_categories ul > li,
.mmc-light-bg.mmc-widget.widget_meta ul > li,
.mmc-light-bg.widget.widget_meta ul > li,
.mmc-light-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg.widget.widget_recent_entries ul > li,
.mmc-light-bg.mmc-widget.widget_pages ul > li,
.mmc-light-bg.widget.widget_pages ul > li,
.mmc-light-bg.mmc-widget.widget_archive ul > li,
.mmc-light-bg.widget.widget_archive ul > li,
.mmc-light-bg .mmc-widget ul.menu > li,
.mmc-light-bg .widget ul.menu > li,
.mmc-light-bg .mmc-widget.widget_categories ul > li,
.mmc-light-bg .widget.widget_categories ul > li,
.mmc-light-bg .mmc-widget.widget_meta ul > li,
.mmc-light-bg .widget.widget_meta ul > li,
.mmc-light-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-widget.widget_pages ul > li,
.mmc-light-bg .widget.widget_pages ul > li,
.mmc-light-bg .mmc-widget.widget_archive ul > li,
.mmc-light-bg .widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg.widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li {
  color: #2e2e2c;
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-widget ul.menu > li:first-child,
.widget ul.menu > li:first-child,
.mmc-widget.widget_categories ul > li:first-child,
.widget.widget_categories ul > li:first-child,
.mmc-widget.widget_meta ul > li:first-child,
.widget.widget_meta ul > li:first-child,
.mmc-widget.widget_recent_entries ul > li:first-child,
.widget.widget_recent_entries ul > li:first-child,
.mmc-widget.widget_pages ul > li:first-child,
.widget.widget_pages ul > li:first-child,
.mmc-widget.widget_archive ul > li:first-child,
.widget.widget_archive ul > li:first-child {
  border-top-weight: 1px;
}
.mmc-widget ul.menu > li > a,
.widget ul.menu > li > a,
.mmc-widget.widget_categories ul > li > a,
.widget.widget_categories ul > li > a,
.mmc-widget.widget_meta ul > li > a,
.widget.widget_meta ul > li > a,
.mmc-widget.widget_recent_entries ul > li > a,
.widget.widget_recent_entries ul > li > a,
.mmc-widget.widget_pages ul > li > a,
.widget.widget_pages ul > li > a,
.mmc-widget.widget_archive ul > li > a,
.widget.widget_archive ul > li > a {
  display: block;
  padding: 12px 10px;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-widget ul.menu > li > a,
.mmc-dark-bg.widget ul.menu > li > a,
.mmc-dark-bg.mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg.widget.widget_categories ul > li > a,
.mmc-dark-bg.mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg.widget.widget_meta ul > li > a,
.mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg.widget.widget_recent_entries ul > li > a,
.mmc-dark-bg.mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg.widget.widget_pages ul > li > a,
.mmc-dark-bg.mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg.widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-widget ul.menu > li > a,
.mmc-dark-bg .widget ul.menu > li > a,
.mmc-dark-bg .mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget ul.menu > li > a,
.mmc-light-bg.widget ul.menu > li > a,
.mmc-light-bg.mmc-widget.widget_categories ul > li > a,
.mmc-light-bg.widget.widget_categories ul > li > a,
.mmc-light-bg.mmc-widget.widget_meta ul > li > a,
.mmc-light-bg.widget.widget_meta ul > li > a,
.mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg.widget.widget_recent_entries ul > li > a,
.mmc-light-bg.mmc-widget.widget_pages ul > li > a,
.mmc-light-bg.widget.widget_pages ul > li > a,
.mmc-light-bg.mmc-widget.widget_archive ul > li > a,
.mmc-light-bg.widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-widget ul.menu > li > a,
.mmc-light-bg .widget ul.menu > li > a,
.mmc-light-bg .mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-widget ul.menu > li > a[href]:hover,
.widget ul.menu > li > a[href]:hover,
.mmc-widget.widget_categories ul > li > a[href]:hover,
.widget.widget_categories ul > li > a[href]:hover,
.mmc-widget.widget_meta ul > li > a[href]:hover,
.widget.widget_meta ul > li > a[href]:hover,
.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-widget.widget_pages ul > li > a[href]:hover,
.widget.widget_pages ul > li > a[href]:hover,
.mmc-widget.widget_archive ul > li > a[href]:hover,
.widget.widget_archive ul > li > a[href]:hover {
  color: #f4b924;
}
.mmc-dark-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg.widget ul.menu > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a[href]:hover {
  color: #f25c4b;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg.widget ul.menu > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a[href]:hover {
  color: #f4b924;
  background-color: "";
  border-color: "";
}
.mmc-widget ul.menu > li.current:last-child,
.widget ul.menu > li.current:last-child,
.mmc-widget.widget_categories ul > li.current:last-child,
.widget.widget_categories ul > li.current:last-child,
.mmc-widget.widget_meta ul > li.current:last-child,
.widget.widget_meta ul > li.current:last-child,
.mmc-widget.widget_recent_entries ul > li.current:last-child,
.widget.widget_recent_entries ul > li.current:last-child,
.mmc-widget.widget_pages ul > li.current:last-child,
.widget.widget_pages ul > li.current:last-child,
.mmc-widget.widget_archive ul > li.current:last-child,
.widget.widget_archive ul > li.current:last-child,
.mmc-widget ul.menu > li.current-menu-item:last-child,
.widget ul.menu > li.current-menu-item:last-child,
.mmc-widget.widget_categories ul > li.current-menu-item:last-child,
.widget.widget_categories ul > li.current-menu-item:last-child,
.mmc-widget.widget_meta ul > li.current-menu-item:last-child,
.widget.widget_meta ul > li.current-menu-item:last-child,
.mmc-widget.widget_recent_entries ul > li.current-menu-item:last-child,
.widget.widget_recent_entries ul > li.current-menu-item:last-child,
.mmc-widget.widget_pages ul > li.current-menu-item:last-child,
.widget.widget_pages ul > li.current-menu-item:last-child,
.mmc-widget.widget_archive ul > li.current-menu-item:last-child,
.widget.widget_archive ul > li.current-menu-item:last-child,
.mmc-widget ul.menu > li.current-menu-ancestor:last-child,
.widget ul.menu > li.current-menu-ancestor:last-child,
.mmc-widget.widget_categories ul > li.current-menu-ancestor:last-child,
.widget.widget_categories ul > li.current-menu-ancestor:last-child,
.mmc-widget.widget_meta ul > li.current-menu-ancestor:last-child,
.widget.widget_meta ul > li.current-menu-ancestor:last-child,
.mmc-widget.widget_recent_entries ul > li.current-menu-ancestor:last-child,
.widget.widget_recent_entries ul > li.current-menu-ancestor:last-child,
.mmc-widget.widget_pages ul > li.current-menu-ancestor:last-child,
.widget.widget_pages ul > li.current-menu-ancestor:last-child,
.mmc-widget.widget_archive ul > li.current-menu-ancestor:last-child,
.widget.widget_archive ul > li.current-menu-ancestor:last-child,
.mmc-widget ul.menu > li.active-trail:last-child,
.widget ul.menu > li.active-trail:last-child,
.mmc-widget.widget_categories ul > li.active-trail:last-child,
.widget.widget_categories ul > li.active-trail:last-child,
.mmc-widget.widget_meta ul > li.active-trail:last-child,
.widget.widget_meta ul > li.active-trail:last-child,
.mmc-widget.widget_recent_entries ul > li.active-trail:last-child,
.widget.widget_recent_entries ul > li.active-trail:last-child,
.mmc-widget.widget_pages ul > li.active-trail:last-child,
.widget.widget_pages ul > li.active-trail:last-child,
.mmc-widget.widget_archive ul > li.active-trail:last-child,
.widget.widget_archive ul > li.active-trail:last-child {
  border-bottom: 1px solid transparent;
}
.mmc-widget ul.menu > li.current > a,
.widget ul.menu > li.current > a,
.mmc-widget.widget_categories ul > li.current > a,
.widget.widget_categories ul > li.current > a,
.mmc-widget.widget_meta ul > li.current > a,
.widget.widget_meta ul > li.current > a,
.mmc-widget.widget_recent_entries ul > li.current > a,
.widget.widget_recent_entries ul > li.current > a,
.mmc-widget.widget_pages ul > li.current > a,
.widget.widget_pages ul > li.current > a,
.mmc-widget.widget_archive ul > li.current > a,
.widget.widget_archive ul > li.current > a,
.mmc-widget ul.menu > li.current-menu-item > a,
.widget ul.menu > li.current-menu-item > a,
.mmc-widget.widget_categories ul > li.current-menu-item > a,
.widget.widget_categories ul > li.current-menu-item > a,
.mmc-widget.widget_meta ul > li.current-menu-item > a,
.widget.widget_meta ul > li.current-menu-item > a,
.mmc-widget.widget_recent_entries ul > li.current-menu-item > a,
.widget.widget_recent_entries ul > li.current-menu-item > a,
.mmc-widget.widget_pages ul > li.current-menu-item > a,
.widget.widget_pages ul > li.current-menu-item > a,
.mmc-widget.widget_archive ul > li.current-menu-item > a,
.widget.widget_archive ul > li.current-menu-item > a,
.mmc-widget ul.menu > li.current-menu-ancestor > a,
.widget ul.menu > li.current-menu-ancestor > a,
.mmc-widget.widget_categories ul > li.current-menu-ancestor > a,
.widget.widget_categories ul > li.current-menu-ancestor > a,
.mmc-widget.widget_meta ul > li.current-menu-ancestor > a,
.widget.widget_meta ul > li.current-menu-ancestor > a,
.mmc-widget.widget_recent_entries ul > li.current-menu-ancestor > a,
.widget.widget_recent_entries ul > li.current-menu-ancestor > a,
.mmc-widget.widget_pages ul > li.current-menu-ancestor > a,
.widget.widget_pages ul > li.current-menu-ancestor > a,
.mmc-widget.widget_archive ul > li.current-menu-ancestor > a,
.widget.widget_archive ul > li.current-menu-ancestor > a,
.mmc-widget ul.menu > li.active-trail > a,
.widget ul.menu > li.active-trail > a,
.mmc-widget.widget_categories ul > li.active-trail > a,
.widget.widget_categories ul > li.active-trail > a,
.mmc-widget.widget_meta ul > li.active-trail > a,
.widget.widget_meta ul > li.active-trail > a,
.mmc-widget.widget_recent_entries ul > li.active-trail > a,
.widget.widget_recent_entries ul > li.active-trail > a,
.mmc-widget.widget_pages ul > li.active-trail > a,
.widget.widget_pages ul > li.active-trail > a,
.mmc-widget.widget_archive ul > li.active-trail > a,
.widget.widget_archive ul > li.active-trail > a {
  color: #f4b924;
}
.mmc-widget ul.menu > li > ul,
.widget ul.menu > li > ul,
.mmc-widget.widget_categories ul > li > ul,
.widget.widget_categories ul > li > ul,
.mmc-widget.widget_meta ul > li > ul,
.widget.widget_meta ul > li > ul,
.mmc-widget.widget_recent_entries ul > li > ul,
.widget.widget_recent_entries ul > li > ul,
.mmc-widget.widget_pages ul > li > ul,
.widget.widget_pages ul > li > ul,
.mmc-widget.widget_archive ul > li > ul,
.widget.widget_archive ul > li > ul {
  background: rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-widget ul.menu > li > ul,
.mmc-dark-bg.widget ul.menu > li > ul,
.mmc-dark-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg.widget.widget_categories ul > li > ul,
.mmc-dark-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg.widget.widget_meta ul > li > ul,
.mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg.widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg.widget.widget_pages ul > li > ul,
.mmc-dark-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg.widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-widget ul.menu > li > ul,
.mmc-dark-bg .widget ul.menu > li > ul,
.mmc-dark-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg.widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > ul {
  color: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-color: "";
}
.mmc-light-bg.mmc-widget ul.menu > li > ul,
.mmc-light-bg.widget ul.menu > li > ul,
.mmc-light-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg.widget.widget_categories ul > li > ul,
.mmc-light-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg.widget.widget_meta ul > li > ul,
.mmc-light-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg.widget.widget_recent_entries ul > li > ul,
.mmc-light-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg.widget.widget_pages ul > li > ul,
.mmc-light-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg.widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-widget ul.menu > li > ul,
.mmc-light-bg .widget ul.menu > li > ul,
.mmc-light-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg.widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > ul {
  color: "";
  background-color: rgba(46, 46, 44, 0.1);
  border-color: "";
}
.mmc-widget ul.menu > li > ul a,
.widget ul.menu > li > ul a,
.mmc-widget.widget_categories ul > li > ul a,
.widget.widget_categories ul > li > ul a,
.mmc-widget.widget_meta ul > li > ul a,
.widget.widget_meta ul > li > ul a,
.mmc-widget.widget_recent_entries ul > li > ul a,
.widget.widget_recent_entries ul > li > ul a,
.mmc-widget.widget_pages ul > li > ul a,
.widget.widget_pages ul > li > ul a,
.mmc-widget.widget_archive ul > li > ul a,
.widget.widget_archive ul > li > ul a {
  display: block;
  border-left: 3px solid transparent;
  padding: 13px 10px;
  color: #2e2e2c;
}
.mmc-widget ul.menu > li > ul a:hover,
.widget ul.menu > li > ul a:hover,
.mmc-widget.widget_categories ul > li > ul a:hover,
.widget.widget_categories ul > li > ul a:hover,
.mmc-widget.widget_meta ul > li > ul a:hover,
.widget.widget_meta ul > li > ul a:hover,
.mmc-widget.widget_recent_entries ul > li > ul a:hover,
.widget.widget_recent_entries ul > li > ul a:hover,
.mmc-widget.widget_pages ul > li > ul a:hover,
.widget.widget_pages ul > li > ul a:hover,
.mmc-widget.widget_archive ul > li > ul a:hover,
.widget.widget_archive ul > li > ul a:hover,
.mmc-widget ul.menu > li > ul li.current-menu-item a,
.widget ul.menu > li > ul li.current-menu-item a,
.mmc-widget.widget_categories ul > li > ul li.current-menu-item a,
.widget.widget_categories ul > li > ul li.current-menu-item a,
.mmc-widget.widget_meta ul > li > ul li.current-menu-item a,
.widget.widget_meta ul > li > ul li.current-menu-item a,
.mmc-widget.widget_recent_entries ul > li > ul li.current-menu-item a,
.widget.widget_recent_entries ul > li > ul li.current-menu-item a,
.mmc-widget.widget_pages ul > li > ul li.current-menu-item a,
.widget.widget_pages ul > li > ul li.current-menu-item a,
.mmc-widget.widget_archive ul > li > ul li.current-menu-item a,
.widget.widget_archive ul > li > ul li.current-menu-item a,
.mmc-widget ul.menu > li > ul li.active-trail a,
.widget ul.menu > li > ul li.active-trail a,
.mmc-widget.widget_categories ul > li > ul li.active-trail a,
.widget.widget_categories ul > li > ul li.active-trail a,
.mmc-widget.widget_meta ul > li > ul li.active-trail a,
.widget.widget_meta ul > li > ul li.active-trail a,
.mmc-widget.widget_recent_entries ul > li > ul li.active-trail a,
.widget.widget_recent_entries ul > li > ul li.active-trail a,
.mmc-widget.widget_pages ul > li > ul li.active-trail a,
.widget.widget_pages ul > li > ul li.active-trail a,
.mmc-widget.widget_archive ul > li > ul li.active-trail a,
.widget.widget_archive ul > li > ul li.active-trail a {
  border-left: 3px solid #f4b924;
  background: #ffffff;
  color: #2e2e2c;
  padding-left: 20px;
}
.mmc-widget > .mmc-widget-title + ul.menu > li:first-child > a,
.widget > .mmc-widget-title + ul.menu > li:first-child > a,
.mmc-widget > h3 + ul.menu > li:first-child > a,
.widget > h3 + ul.menu > li:first-child > a {
  border-top: none;
}
.mmc-widget.widget_categories > .mmc-widget-title + ul > li:first-child > a,
.widget.widget_categories > .mmc-widget-title + ul > li:first-child > a,
.mmc-widget.widget_pages > .mmc-widget-title + ul > li:first-child > a,
.widget.widget_pages > .mmc-widget-title + ul > li:first-child > a,
.mmc-widget.widget_archive > .mmc-widget-title + ul > li:first-child > a,
.widget.widget_archive > .mmc-widget-title + ul > li:first-child > a,
.mmc-widget.widget_categories > h3 + ul > li:first-child > a,
.widget.widget_categories > h3 + ul > li:first-child > a,
.mmc-widget.widget_pages > h3 + ul > li:first-child > a,
.widget.widget_pages > h3 + ul > li:first-child > a,
.mmc-widget.widget_archive > h3 + ul > li:first-child > a,
.widget.widget_archive > h3 + ul > li:first-child > a {
  border-top: none;
}
.mmc-widget.widget_recent_comments ul,
.widget.widget_recent_comments ul {
  padding-top: 20px;
}
/* Calendar
/*------------------------------------------------------------*/
.widget_calendar {
  /* if no title */
}
.widget_calendar > div:first-child {
  padding-top: 40px;
}
.widget_calendar table {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #2e2e2c;
}
.mmc-dark-bg.widget_calendar table,
.mmc-dark-bg .widget_calendar table,
.mmc-light-bg .mmc-dark-bg.widget_calendar table,
.mmc-light-bg .mmc-dark-bg .widget_calendar table,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.widget_calendar table,
.mmc-light-bg .widget_calendar table,
.mmc-dark-bg .mmc-light-bg.widget_calendar table,
.mmc-dark-bg .mmc-light-bg .widget_calendar table,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.widget_calendar table > caption {
  background: rgba(46, 46, 44, 0.1);
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
  margin-bottom: 5px;
}
.mmc-dark-bg.widget_calendar table > caption,
.mmc-dark-bg .widget_calendar table > caption,
.mmc-light-bg .mmc-dark-bg.widget_calendar table > caption,
.mmc-light-bg .mmc-dark-bg .widget_calendar table > caption,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table > caption,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table > caption,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table > caption,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table > caption {
  color: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-color: "";
}
.mmc-light-bg.widget_calendar table > caption,
.mmc-light-bg .widget_calendar table > caption,
.mmc-dark-bg .mmc-light-bg.widget_calendar table > caption,
.mmc-dark-bg .mmc-light-bg .widget_calendar table > caption,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table > caption,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table > caption,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table > caption,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table > caption {
  color: "";
  background-color: rgba(46, 46, 44, 0.1);
  border-color: "";
}
.widget_calendar table th,
.widget_calendar table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.widget_calendar table th a,
.widget_calendar table td a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  line-height: 30px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget_calendar table th a:hover,
.widget_calendar table td a:hover {
  background: #f4b924;
  color: #ffffff;
}
.widget_calendar table tfoot #prev a,
.widget_calendar table tfoot #next a {
  position: absolute;
  right: 0;
  top: -38px;
}
.widget_calendar table tfoot #prev a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 40px;
}
.widget_calendar table tfoot #prev a:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.widget_calendar table tfoot #prev a:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.widget_calendar table tfoot #prev a:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.widget_calendar table tfoot #prev a:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2e2e2c;
  -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;
}
.mmc-dark-bg.widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #prev a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.widget_calendar table tfoot #prev a:before,
.mmc-light-bg .widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #prev a:before {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.widget_calendar table tfoot #prev a:hover:before {
  background: #f4b924;
  color: #ffffff;
}
.widget_calendar table tfoot #next a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.widget_calendar table tfoot #next a:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.widget_calendar table tfoot #next a:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.widget_calendar table tfoot #next a:before {
  content: '\f105';
}
.widget_calendar table tfoot #next a:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2e2e2c;
  -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;
}
.mmc-dark-bg.widget_calendar table tfoot #next a:before,
.mmc-dark-bg .widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #next a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.widget_calendar table tfoot #next a:before,
.mmc-light-bg .widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #next a:before {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.widget_calendar table tfoot #next a:hover:before {
  background: #f4b924;
  color: #ffffff;
}
/* Widget Feeds
/*------------------------------------------------------------*/
.mmc-widget.mmc-feed p {
  margin: 0;
}
.mmc-widget.mmc-feed .mmc-meta {
  padding-bottom: 10px;
  font-size: 12px;
}
.mmc-widget.mmc-feed .mmc-meta:before,
.mmc-widget.mmc-feed .mmc-meta:after {
  display: table;
  content: " ";
}
.mmc-widget.mmc-feed .mmc-meta:after {
  clear: both;
  *zoom: 1;
}
.mmc-widget.mmc-feed .mmc-meta .meta-item {
  float: left;
  margin-right: 10px;
}
.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-widget.mmc-feed.layout-list_plain li {
  padding: 15px 0;
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
  -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;
}
.mmc-dark-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_plain li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_plain li {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-widget.mmc-feed.layout-list_with_image .img,
.mmc-widget.mmc-feed.layout-list_plain .img {
  float: left;
  margin-right: 13px;
  width: 90px;
}
.mmc-widget.mmc-feed.layout-list_with_image .item-content,
.mmc-widget.mmc-feed.layout-list_plain .item-content {
  overflow: hidden;
  padding: 0;
}
.mmc-widget.mmc-feed.layout-list_with_image .item-content .title,
.mmc-widget.mmc-feed.layout-list_plain .item-content .title {
  border-bottom: none;
  margin-bottom: 2px;
}
.mmc-widget.mmc-feed.layout-list_with_image li {
  padding: 16px 0;
}
.mmc-widget.mmc-feed.layout-list_plain li {
  padding-top: 13px;
}
.mmc-widget.mmc-feed.layout-carousel .title {
  border: none;
  padding-bottom: 0;
  margin-bottom: 2px;
}
.mmc-widget.mmc-feed.layout-carousel .oh {
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2e2e2c;
  border-bottom: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .oh {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .oh {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-widget.mmc-feed.layout-carousel.has-no-title .mmc-flexslider {
  padding-top: 40px;
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav {
  position: absolute;
  right: 0;
  top: 5px;
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav li {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2e2e2c;
  -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;
}
.mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:hover:before {
  background: #f4b924;
  color: #ffffff;
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date {
  float: left;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 9px;
  -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;
  background: #2e2e2c;
  color: #ffffff;
}
.mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date span {
  display: block;
  font-size: 20px;
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title {
  font-size: 16px;
  font-weight: 300;
  color: #2e2e2c;
  margin: 5px 0 0!important;
}
.mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain .venue {
  font-size: 16px;
  font-weight: 300;
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain li:hover .date {
  background: #f4b924 !important;
}
.mmc-widget.mmc-feed.mmc-news .date,
.mmc-widget.mmc-feed.mmc-post .date {
  font-size: 12px;
}
/* Contact Widget
/*------------------------------------------------------------*/
.mmc-contact-block {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mmc-contact-block li {
  margin: 0;
  list-style: none;
  padding: 13px 0px;
}
.mmc-contact-block li + li {
  border-top: 1px solid #2e2e2c;
  border-top: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-contact-block li + li,
.mmc-dark-bg .mmc-contact-block li + li,
.mmc-light-bg .mmc-dark-bg.mmc-contact-block li + li,
.mmc-light-bg .mmc-dark-bg .mmc-contact-block li + li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block li + li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block li + li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block li + li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block li + li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-contact-block li + li,
.mmc-light-bg .mmc-contact-block li + li,
.mmc-dark-bg .mmc-light-bg.mmc-contact-block li + li,
.mmc-dark-bg .mmc-light-bg .mmc-contact-block li + li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block li + li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block li + li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block li + li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block li + li {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-contact-block li i {
  font-size: 16px;
  margin-right: 10px;
  margin-top: -5px;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-contact-block li i,
.mmc-dark-bg .mmc-contact-block li i,
.mmc-light-bg .mmc-dark-bg.mmc-contact-block li i,
.mmc-light-bg .mmc-dark-bg .mmc-contact-block li i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block li i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block li i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block li i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block li i {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-light-bg.mmc-contact-block li i,
.mmc-light-bg .mmc-contact-block li i,
.mmc-dark-bg .mmc-light-bg.mmc-contact-block li i,
.mmc-dark-bg .mmc-light-bg .mmc-contact-block li i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block li i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block li i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block li i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block li i {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.mmc-contact-block li label {
  display: none;
}
.mmc-contact-block.text_label i {
  display: none;
}
.mmc-contact-block.text_label label {
  display: block;
  float: left;
  margin-right: 10px;
  min-width: 70px;
  color: #2e2e2c;
}
.mmc-dark-bg.mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-contact-block.text_label label,
.mmc-light-bg .mmc-dark-bg.mmc-contact-block.text_label label,
.mmc-light-bg .mmc-dark-bg .mmc-contact-block.text_label label,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block.text_label label,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block.text_label label {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-contact-block.text_label label,
.mmc-light-bg .mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-light-bg.mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-light-bg .mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block.text_label label,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block.text_label label,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block.text_label label {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
/* Search
/*------------------------------------------------------------*/
.widget_search form {
  position: relative;
  width: 100%;
  border-color: #2e2e2c;
  border: 1px solid rgba(46, 46, 44, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-dark-bg.widget_search form,
.mmc-dark-bg .widget_search form,
.mmc-light-bg .mmc-dark-bg.widget_search form,
.mmc-light-bg .mmc-dark-bg .widget_search form,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_search form,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_search form,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_search form,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_search form {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.widget_search form,
.mmc-light-bg .widget_search form,
.mmc-dark-bg .mmc-light-bg.widget_search form,
.mmc-dark-bg .mmc-light-bg .widget_search form,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_search form,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_search form,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_search form,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_search form {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.widget_search form input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  outline: none;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-dark-bg.widget_search form input,
.mmc-dark-bg .widget_search form input,
.mmc-light-bg .mmc-dark-bg.widget_search form input,
.mmc-light-bg .mmc-dark-bg .widget_search form input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_search form input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_search form input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_search form input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_search form input {
  color: "";
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-light-bg.widget_search form input,
.mmc-light-bg .widget_search form input,
.mmc-dark-bg .mmc-light-bg.widget_search form input,
.mmc-dark-bg .mmc-light-bg .widget_search form input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_search form input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_search form input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_search form input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_search form input {
  color: "";
  background-color: #ffffff;
  border-color: "";
}
.widget_search form button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border: none;
  color: #2e2e2c;
  font-size: 18px;
  border: 1px solid transparent;
  border-left: none;
  -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;
  background: #ffffff;
  border-radius: 0 4px 4px 0;
}
.mmc-dark-bg.widget_search form button,
.mmc-dark-bg .widget_search form button,
.mmc-light-bg .mmc-dark-bg.widget_search form button,
.mmc-light-bg .mmc-dark-bg .widget_search form button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_search form button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_search form button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_search form button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_search form button {
  color: #ffffff;
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-light-bg.widget_search form button,
.mmc-light-bg .widget_search form button,
.mmc-dark-bg .mmc-light-bg.widget_search form button,
.mmc-dark-bg .mmc-light-bg .widget_search form button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_search form button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_search form button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_search form button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_search form button {
  color: #2e2e2c;
  background-color: #ffffff;
  border-color: "";
}
.widget_search form button:hover {
  color: #f4b924;
}
.widget_search form input:focus + button {
  border-color: #f4b924;
}
/* Social Links
/*------------------------------------------------------------*/
.mmc-social-links:before,
.mmc-social-links:after {
  display: table;
  content: " ";
}
.mmc-social-links:after {
  clear: both;
  *zoom: 1;
}
.mmc-social-links li {
  float: left;
}
.mmc-social-links a {
  width: 32px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  display: block;
  position: relative;
  margin: 5px;
  background: #ffffff;
}
.mmc-dark-bg.mmc-social-links a,
.mmc-dark-bg .mmc-social-links a,
.mmc-light-bg .mmc-dark-bg.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-social-links a {
  color: "";
  background-color: #2e2e2c;
  border-color: "";
}
.mmc-light-bg.mmc-social-links a,
.mmc-light-bg .mmc-social-links a,
.mmc-dark-bg .mmc-light-bg.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-social-links a {
  color: "";
  background-color: #ffffff;
  border-color: "";
}
.outlined.mmc-social-links a {
  line-height: 33px;
}
.rounded.mmc-social-links a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.circle.mmc-social-links a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle.mmc-social-links a i {
  line-height: 33px;
}
.mmc-dark-bg.filled.mmc-social-links a,
.mmc-dark-bg .filled.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a {
  color: #ffffff;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.filled.mmc-social-links a,
.mmc-light-bg .filled.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a {
  color: rgba(46, 46, 44, 0.6);
  background-color: rgba(46, 46, 44, 0.6);
  border-color: "";
}
.mmc-dark-bg.filled.mmc-social-links a i,
.mmc-dark-bg .filled.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a i {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.filled.mmc-social-links a i,
.mmc-light-bg .filled.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a i {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.outlined.mmc-social-links a {
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #2e2e2c;
  border-color: rgba(46, 46, 44, 0.6);
  color: rgba(46, 46, 44, 0.6);
}
.mmc-dark-bg.outlined.mmc-social-links a,
.mmc-dark-bg .outlined.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg.outlined.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .outlined.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.outlined.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .outlined.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.outlined.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .outlined.mmc-social-links a {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.mmc-light-bg.outlined.mmc-social-links a,
.mmc-light-bg .outlined.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg.outlined.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .outlined.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.outlined.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .outlined.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.outlined.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .outlined.mmc-social-links a {
  color: rgba(46, 46, 44, 0.6);
  background-color: "";
  border-color: rgba(46, 46, 44, 0.6);
}
.mmc-social-links a i {
  color: #2e2e2c;
  color: rgba(46, 46, 44, 0.6);
  font-size: 20px;
}
.mmc-dark-bg.mmc-social-links a i,
.mmc-dark-bg .mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-social-links a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-social-links a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-social-links a i {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-social-links a i,
.mmc-light-bg .mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-social-links a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-social-links a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-social-links a i {
  color: rgba(46, 46, 44, 0.6);
  background-color: "";
  border-color: "";
}
.mmc-social-links a span {
  position: absolute;
  top: 32px;
  display: block;
  min-width: 120px;
  padding: 0 10px;
  left: 50%;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
  background: #2e2e2c;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mmc-social-links a span:after {
  -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;
  top: -7px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #2e2e2c;
  border-width: 7px;
  z-index: -1;
}
.mmc-social-links a span.left-edge {
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mmc-social-links a span.left-edge:after {
  left: 10px;
}
.mmc-social-links a span.right-edge {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mmc-social-links a span.right-edge:after {
  left: auto;
  right: 8px;
}
.mmc-social-links a:hover {
  background: #f4b924 !important;
  z-index: 1;
}
.outlined.mmc-social-links a:hover {
  border-color: #f4b924 !important;
}
.mmc-social-links a:hover i {
  color: #ffffff !important;
}
.mmc-social-links a:hover span {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mmc-social-links.horizontal {
  margin: 10px auto;
  text-align: left;
}
.mmc-social-links.horizontal li {
  float: none;
  display: inline-block;
}
.mmc-social-links.vertical li {
  float: none;
}
.mmc-social-links.vertical a span {
  left: 100%;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
  margin-left: 10px;
}
.mmc-social-links.vertical a span:after {
  top: 50%;
  left: -10px;
  border-left-color: transparent;
  border-right-color: #2e2e2c;
  left: -12px;
  margin-top: -6px;
}
.mmc-social-links.grid li {
  width: 20%;
}
.mmc-social-links.grid li:nth-child(5n+1) {
  clear: left;
}
/* Testimonials
/*------------------------------------------------------------*/
.widget_mmc_testimonial > h3 {
  border-bottom: none;
  padding: 20px 0;
}
.mmc-testimonials {
  margin-top: 20px;
}
.mmc-testimonials li {
  margin-bottom: 40px;
  overflow: hidden;
}
.mmc-testimonials li .content {
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(46, 46, 44, 0.1);
}
.mmc-dark-bg.mmc-testimonials li .content,
.mmc-dark-bg .mmc-testimonials li .content,
.mmc-light-bg .mmc-dark-bg.mmc-testimonials li .content,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials li .content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials li .content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content {
  color: "";
  background-color: rgba(46, 46, 44, 0.85);
  border-color: "";
}
.mmc-light-bg.mmc-testimonials li .content,
.mmc-light-bg .mmc-testimonials li .content,
.mmc-dark-bg .mmc-light-bg.mmc-testimonials li .content,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials li .content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials li .content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content {
  color: "";
  background-color: #ffffff;
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc-testimonials li .content:before,
.mmc-testimonials li .content:after {
  content: " ";
  height: 0;
  width: 0;
  border: 10px solid transparent;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mmc-testimonials li .content:before {
  border-width: 11px;
  border-top-color: rgba(46, 46, 44, 0.1);
  left: 22px;
  bottom: -34px;
}
.mmc-dark-bg .mmc-testimonials li .content:before,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content:before {
  border-top-color: rgba(46, 46, 44, 0.85);
}
.mmc-light-bg .mmc-testimonials li .content:before,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content:before {
  border-top-color: rgba(46, 46, 44, 0.1);
}
.mmc-testimonials li .content:after {
  border-top-color: #ffffff;
  left: 22px;
  bottom: -30px;
}
.mmc-dark-bg .mmc-testimonials li .content:after,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content:after,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content:after {
  border-top-color: rgba(46, 46, 44, 0.85);
}
.mmc-light-bg .mmc-testimonials li .content:after,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content:after,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content:after {
  border-top-color: #ffffff;
}
.mmc-testimonials li .content p {
  margin-bottom: 5px;
}
.mmc-testimonials li img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.mmc-testimonials li .author {
  overflow: hidden;
  padding-top: 3px;
  font-size: 18px;
  color: #f4b924;
}
.mmc-dark-bg.mmc-testimonials li .author,
.mmc-dark-bg .mmc-testimonials li .author,
.mmc-light-bg .mmc-dark-bg.mmc-testimonials li .author,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials li .author,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials li .author,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .author,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials li .author,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .author {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-testimonials li .author,
.mmc-light-bg .mmc-testimonials li .author,
.mmc-dark-bg .mmc-light-bg.mmc-testimonials li .author,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials li .author,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials li .author,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .author,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials li .author,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .author {
  color: #f4b924;
  background-color: "";
  border-color: "";
}
.mmc-testimonials li .author span,
.mmc-testimonials li .author a {
  display: block;
  font-size: 12px;
  color: #999999;
}
.mmc-testimonials + .flex-control-nav {
  display: none;
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav {
  position: absolute;
  right: 0;
  top: 16px;
}
.has-no-title.mmc-testimonials + .flex-control-nav + .flex-direction-nav {
  top: 20px;
  right: 5px;
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav li {
  display: inline-block;
  margin-left: 6px;
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2e2e2c;
  -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;
}
.mmc-dark-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before {
  color: #2e2e2c;
  background-color: "";
  border-color: "";
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:hover:before {
  background: #f4b924;
  color: #ffffff;
}
/* Breadcrumbs
/*------------------------------------------------------------*/
.mmc-breadcrumbs {
  padding: 10px 0 20px;
  color: #2e2e2c;
}
.mmc-breadcrumbs a,
.mmc-breadcrumbs span {
  color: #cccccc;
}
.mmc-breadcrumbs a:hover {
  color: #2e2e2c;
}
/* Page Scroller
/*------------------------------------------------------------*/
.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row {
  position: relative;
  opacity: 0;
  /* EFFECT: Fade */
  /* EFFECT: Scale Fade*/
}
.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-processed {
  opacity: 1;
}
.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-processed.ps-fullscreen > .mmc-outer-row-column-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* ie8 fix*/
  width: 100%;
}
.mmc-page-scroller-effect-fade.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-animation-out {
  -webkit-animation: fade-out 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  -moz-animation: fade-out 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  -o-animation: fade-out 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  animation: fade-out 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
}
.mmc-page-scroller-effect-fade.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-animation-in {
  -webkit-animation: fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  -moz-animation: fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  -o-animation: fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  animation: fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
}
.mmc-page-scroller-effect-zoom_fade.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-animation-down.ps-animation-out {
  -webkit-animation: scale-out-fade-out 1.2s 0.1s 1 cubic-bezier(.49,.21,.5,.94);;
  -moz-animation: scale-out-fade-out 1.2s 0.1s 1 cubic-bezier(.49,.21,.5,.94);;
  -o-animation: scale-out-fade-out 1.2s 0.1s 1 cubic-bezier(.49,.21,.5,.94);;
  animation: scale-out-fade-out 1.2s 0.1s 1 cubic-bezier(.49,.21,.5,.94);;
}
.mmc-page-scroller-effect-zoom_fade.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-animation-down.ps-animation-in {
  -webkit-animation: scale-in-fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  -moz-animation: scale-in-fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  -o-animation: scale-in-fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  animation: scale-in-fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
}
.mmc-page-scroller-effect-zoom_fade.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-animation-up {
  z-index: 2;
}
.mmc-page-scroller-effect-zoom_fade.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-animation-up.ps-animation-out {
  -webkit-animation: scale-out-fade-out 1.2s 0.1s 1 cubic-bezier(.49,.21,.5,.94);;
  -moz-animation: scale-out-fade-out 1.2s 0.1s 1 cubic-bezier(.49,.21,.5,.94);;
  -o-animation: scale-out-fade-out 1.2s 0.1s 1 cubic-bezier(.49,.21,.5,.94);;
  animation: scale-out-fade-out 1.2s 0.1s 1 cubic-bezier(.49,.21,.5,.94);;
}
.mmc-page-scroller-effect-zoom_fade.mmc-page-scroller-on .mmc-main-wrapper .mmc-outer-row.ps-animation-up.ps-animation-in {
  -webkit-animation: scale-in-fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  -moz-animation: scale-in-fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  -o-animation: scale-in-fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
  animation: scale-in-fade-in 0.8s 1 cubic-bezier(.49,.21,.5,.94);;
}
/* Navigation */
.mmc-page-scroller-nav {
  position: fixed;
  z-index: 99999999;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mmc-page-scroller-nav.style-dots {
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  right: 5px;
}
.mmc-page-scroller-nav li {
  margin: 5px 0;
}
.mmc-page-scroller-nav li a {
  display: block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid transparent;
  cursor: pointer;
}
.mmc-page-scroller-nav li a.active,
.mmc-page-scroller-nav li a:hover {
  background: transparent;
  border-width: 2px;
  border-color: #ffffff;
}
/* Fade In */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Fade Out */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Scale In Fade In */
@-webkit-keyframes scale-in-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scale-in-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scale-in-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-in-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Scale In Fade Out */
@-webkit-keyframes scale-in-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scale-in-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scale-in-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-in-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Scale Out Fade In */
@-webkit-keyframes scale-out-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-moz-keyframes scale-out-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-o-keyframes scale-out-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-out-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/* Scale Out Fade Out */
@-webkit-keyframes scale-out-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-moz-keyframes scale-out-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-o-keyframes scale-out-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-out-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/*------------------------------------------------------------*/
/*Back To Top Button Styles
/*------------------------------------------------------------*/
.back-to-top {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border: 2px solid #ffffff;
  color: #787878;
  font-size: 18px;
  background: #2f2f2f;
  background: rgba(0, 0, 0, 0.05);
}
.back-to-top:hover {
  border-color: #f4b924;
  background: #f4b924;
  color: #ffffff;
}
/*add-ons & plugins*/
/* Odometer
/*------------------------------------------------------------*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: inherit;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/* Isotope
/*------------------------------------------------------------*/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* FlexSlider
/*------------------------------------------------------------*/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* MMC THEME */
.flexslider {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-bottom: 0 !important;
}
.flex-direction-nav a.flex-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  left: 0 !important;
}
.flex-direction-nav a.flex-prev:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.flex-direction-nav a.flex-prev:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.flex-direction-nav a.flex-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  right: 0 !important;
}
.flex-direction-nav a.flex-next:before {
  color: #f4b924;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.flex-direction-nav a.flex-next:hover:before {
  background: #f4b924 !important;
  color: #ffffff !important;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flexslider .slides img {
  width: auto !important;
}
/* PrettyPhoto
/*------------------------------------------------------------*/
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/* MMC */
.ppt,
.pp_bottom,
.pp_top,
.pp_close,
.pp_play,
.pp_arrow_previous,
.pp_arrow_next {
  display: none !important;
}
.pp_social {
  float: right !important;
}
.pp_left,
.pp_right {
  background: none !important;
  padding: 0 !important;
}
.pp_pic_holder {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
}
.pp_gallery ul li a {
  background: none !important;
  border: none !important;
}
.pp_overlay {
  background: rgba(46, 46, 44, 0.7) !important;
}
.pp_details {
  font-size: 18px !important;
  font-weight: 300 !important;
}
.pp_nav {
  width: auto !important;
}
/* special menu items
/*------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item.mmmc-nav-type-mmc_page {
    position: static;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item.mmmc-nav-type-mmc_page ul.sub-menu-header {
    display: none;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item .sub-menu-page {
    width: 100%;
    left: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -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;
    box-shadow: 0 8px 10px rgba(46, 46, 44, 0.1);
    border-top: 1px solid rgba(46, 46, 44, 0.1);
    text-align: left;
    white-space: normal;
    overflow: hidden;
    max-height: 0;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item:hover > .sub-menu-page {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    max-height: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .mmc-header .mmc-nav ul li .sub-menu-page {
    display: none;
  }
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-right: 15px;
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li {
  padding-left: 15px;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li {
  color: "";
  background-color: "";
  border-color: rgba(46, 46, 44, 0.1);
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a {
  font-family: Homenaje, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #2a2a2a;
  letter-spacing: 1px;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover {
  color: #f4b924;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover {
  color: #f4b924;
  background-color: "";
  border-color: "";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item ul,
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item ul.sub-menu-header {
  position: static;
  opacity: 1;
  display: block !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li {
  display: block;
  visibility: visible;
  padding-left: 10px;
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 1px;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a {
  display: block;
  padding: 5px 0px 5px 15px;
  white-space: normal;
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover {
  background: #f7f7f7;
  color: #f4b924;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover {
  color: #ffffff;
  background-color: #363633;
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover {
  color: #f4b924;
  background-color: #f7f7f7;
  border-color: "";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a {
  color: #f4b924;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a {
  color: #f4b924;
  background-color: "";
  border-color: "";
}
body {
  overflow: hidden;
}
body p {
  line-height: 1.5;
}
html,
body {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
h2 > a {
  font-weight: bold !important;
}
.tar {
  text-align: right;
}
.custom_1,
.custom_2,
.custom_3 {
  line-height: 1 !important;
}
.mb0 {
  margin-bottom: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mmc-oh {
  position: relative;
  overflow: hidden;
}
.mmc-button {
  border-radius: 0px;
  text-transform: uppercase;
}
.mmc-button.small {
  font-size: 11px;
  font-weight: 700 !important;
  line-height: 34px !important;
  width: 140px;
  height: 38px;
}
.mmc-button.big {
  line-height: 47px;
  padding: 0;
  width: 200px;
  height: 50px;
}
.mmc-button.dark {
  border-color: #afaeae !important;
  color: #afaeae !important;
}
.mmc-button.price {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 40px !important;
  width: 105px;
  height: 45px;
}
.mmc-button.price-large {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 40px !important;
  width: 160px;
  height: 45px;
}
.mmc-button.outline {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Londrina Solid', cursive;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 15px;
  margin-left: 30px;
  line-height: normal;
  height: auto;
}
.mmc-button.special {
  border: 0 !important;
  background-color: #f25c4b;
  color: #fff;
  font-size: 28px;
  font-family: 'Londrina Solid', cursive;
  display: inline-block;
  line-height: 45px;
  margin: 35px 0 0;
  overflow: visible;
  position: relative;
  padding: 0;
  text-align: center;
  text-transform: lowercase;
  width: 235px;
  height: 45px;
}
.mmc-button.special:after {
  content: '';
  background: transparent;
  border: 2px solid #000;
  height: 59px;
  position: absolute;
  top: -7px;
  left: -8px;
  width: 252px;
}
.board {
  background-color: #f4b924;
  font-size: 36px;
  font-family: 'Londrina Solid', cursive;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  width: 300px;
  text-align: center;
  text-transform: lowercase;
  color: #2e2e2c;
  z-index: 9;
}
.board.bottom-left {
  position: absolute;
  bottom: -35px;
}
a {
  font-weight: 400 !important;
}
.pos-rel {
  position: relative;
}
.mmc-button.big.trans {
  border: 1px solid #91939D;
  font-size: 11px;
  color: #91939D;
  display: block;
  height: 42px;
  line-height: 42px;
  letter-spacing: 2px;
}
body > .default .no-padding [class*=vc_col-] {
  padding: 0 !important;
}
li#menu-item-1660 {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#header .mmc-header-inner {
  padding: 0;
}
#header .mmc-header-inner .mmc-logo {
  margin-left: 0 !important;
  margin-right: 60px;
}
#header .mmc-header-inner .mmc-logo img {
  margin: 14px 0 !important;
  max-height: 71px !important;
}
#header .mmc-header-inner .mmc-nav-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#header .mmc-header-inner .mmc-nav-list {
  text-align: right;
}
#header .mmc-header-inner .mmc-nav-list > li {
  padding: 0 12px;
}
#header .mmc-header-inner .mmc-nav-list > li > a {
  cursor: pointer;
  font-family: 'Londrina Solid', cursive;
  font-weight: 400 !important;
  line-height: 99px !important;
  padding: 0;
}
#header .mmc-header-inner .mmc-nav-list > li > a:before,
#header .mmc-header-inner .mmc-nav-list > li > a:after {
  background-color: #fff !important;
  bottom: 28px !important;
  height: 2px !important;
}
#header .mmc-header-inner .mmc-nav-list > li .sub-menu-header li {
  background: rgba(255, 255, 255, 0.95);
}
#header .mmc-header-inner .mmc-nav-list > li .sub-menu-header li a {
  color: #454344 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .mmc-header-inner .mmc-nav-list > li .sub-menu-header li:hover {
  background: rgba(236, 236, 236, 0.95);
}
#header .mmc-header-inner .mmc-nav-list > li:hover > a:after {
  background-color: transparent !important;
}
#header .mmc-header-inner .mmc_extra_menu {
  margin: 25px 0;
}
#header + section.main {
  margin-top: 90px;
}
#header.sticked .mmc-header-inner .mmc-logo img {
  margin: 14px 0 !important;
}
#header.sticked .mmc-nav-list > li > a {
  line-height: 99px !important;
}
#header.sticked .mmc-nav-list > li > a:before,
#header.sticked .mmc-nav-list > li > a:after {
  bottom: 26px !important;
  height: 2px !important;
}
#header.sticked .mmc-toolbar {
  height: auto;
  margin-top: -60px;
}
#header.sticked .mmc-toolbar .widget-area {
  display: block;
}
#header.mmc-header nav.mmc-nav ul.mmc-nav-list li:hover ul.sub-menu-header {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  padding-top: 6px;
}
#header.mmc-header nav.mmc-nav ul.mmc-nav-list li:hover ul.sub-menu-header li {
  padding: 8px 15px;
}
#header.mmc-header nav.mmc-nav ul.mmc-nav-list li:hover ul.sub-menu-header li:before {
  display: none !important;
  visibility: hidden !important;
}
#header.mmc-header nav.mmc-nav ul.mmc-nav-list li:hover ul.sub-menu-header li:hover {
  background: #f3b800;
}
#header.mmc-header nav.mmc-nav ul.mmc-nav-list li:hover ul.sub-menu-header li:hover:before {
  display: none !important;
  visibility: hidden !important;
}
#header.mmc-header nav.mmc-nav ul.mmc-nav-list li:hover ul.sub-menu-header li:hover > a {
  color: #fff !important;
}
.mmc-header .mmc-nav > ul.mmc-nav-list > li.current-menu-item > a,
.mmc-header .mmc-nav > ul.mmc-nav-list > li.current-menu-ancestor > a,
.mmc-header .mmc-nav > ul.mmc-nav-list > li.current-page-item > a,
.mmc-header .mmc-nav > ul.mmc-nav-list > li.current_page_item > a {
  color: #ccc !important;
}
.mmc-toolbar {
  height: auto;
}
.mmc-toolbar .mmc-toolbar-wrapper- {
  max-width: 1150px;
  margin: 0 auto;
  padding: 15px 0 0;
}
.mmc-toolbar .mmc-toolbar-wrapper-:before,
.mmc-toolbar .mmc-toolbar-wrapper-:after {
  display: table;
  content: " ";
}
.mmc-toolbar .mmc-toolbar-wrapper-:after {
  clear: both;
  *zoom: 1;
}
.mmc-toolbar .widget-area {
  height: auto;
}
.mmc-toolbar .links-area {
  display: none;
  visibility: hidden;
}
.mmc-toolbar .mmc-widget {
  height: auto;
}
.mmc-toolbar .mmc-widget:before {
  content: "";
}
.mmc-toolbar .donate {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  color: #d2d2d2;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  letter-spacing: 1px;
  width: 130px;
  height: 35px;
}
.mmc-toolbar .mmc-search {
  border: 0;
  width: 265px;
}
.mmc-toolbar .search-input {
  background: #eaeaea !important;
  font-size: 12px;
  height: 35px;
}
.mmc-toolbar .mmc-icon-search {
  color: #474747;
  font-size: 15px;
}
.mmc-toolbar button {
  background: #eaeaea !important;
}
.js-expand {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.4s max-height ease-in-out;
  -moz-transition: 0.4s max-height ease-in-out;
  -ms-transition: 0.4s max-height ease-in-out;
  -o-transition: 0.4s max-height ease-in-out;
  transition: 0.4s max-height ease-in-out;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
}
.open .js-expand {
  max-height: 500px;
  -webkit-line-clamp: initial;
  -moz-line-clamp: initial;
  -ms-line-clamp: initial;
  -o-line-clamp: initial;
}
.js-expand-trigger i {
  cursor: pointer;
}
.open .js-expand-trigger i:before {
  content: '\f056';
}
.mc4wp-form-fields {
  border-radius: 5px;
  max-width: 400px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}
.mc4wp-form-fields input[type=email] {
  background: #fff;
  color: #999;
}
.mc4wp-form-fields input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background: #ccc;
  text-indent: -9999px;
  width: 60px;
  height: 100%;
  border: 0;
  border-radius: 0 5px 5px 0;
}
.mc4wp-form-fields i {
  position: absolute;
  z-index: 1;
  right: 13px;
  top: 7px;
  font-size: 32px;
  pointer-events: none;
}
select {
  background: #f0f0f0 url('https://bareburger.com/wp-content/themes/magic2/img/select-arrow.png') no-repeat right center;
}
.wpcf7-form div,
.give-form div {
  padding: 0 10px;
}
.wpcf7-form .left,
.give-form .left,
.wpcf7-form .right,
.give-form .right {
  width: 50%;
  display: inline-block;
  float: left;
}
.wpcf7-form .right,
.give-form .right {
  float: right;
}
.wpcf7-form input[type=text],
.give-form input[type=text],
.wpcf7-form input[type=email],
.give-form input[type=email],
.wpcf7-form input[type=submit],
.give-form input[type=submit],
.wpcf7-form select,
.give-form select {
  border: 0;
  border-radius: 0;
  height: 50px;
}
.wpcf7-form select,
.give-form select {
  width: 100%;
}
.wpcf7-form input[type=submit],
.give-form input[type=submit] {
  background-color: #b37c7f;
  border: 0;
  color: white;
  display: block;
  margin: 30px auto;
  width: 200px;
}
.wpcf7-form p,
.give-form p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
}
.give-form div {
  padding: 0;
}
body.contact-us form.wpcf7-form {
  padding: 50px 35px 0;
  position: relative;
  background: #fff;
}
body.contact-us form.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
body.contact-us form.wpcf7-form:before {
  content: "talk to us";
  background: #ffba3a;
  font-weight: 700;
  font-size: 24px;
  display: block;
  line-height: 50px;
  margin-left: -100px;
  position: absolute;
  top: -25px;
  left: 50%;
  text-align: center;
  width: 200px;
  height: 50px;
}
body.contact-us form.wpcf7-form input[type=submit] {
  background: #f25c4b !important;
  color: #fff !important;
  font-weight: 700;
}
.subsribe {
  padding: 0 !important;
  position: relative;
}
.subsribe input {
  font-size: 14px;
  font-weight: 400 !important;
  height: 45px !important;
}
#custom-subscribe .subsribe input {
  border-radius: 5px !important;
}
.subsribe input[type=email] {
  background: #212224;
  color: #A9A9A9;
  padding-right: 80px;
}
#custom-subscribe .subsribe input[type=email] {
  background: #fff;
}
.subsribe input[type=submit] {
  background: #30a546 !important;
  border-radius: 0 25px 25px 0;
  color: #fff;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
#custom-subscribe .subsribe input[type=submit] {
  background: #333333 !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  width: 180px;
  height: 48px;
}
#custom-subscribe .subsribe .wpcf7-form-control-wrap.email {
  display: inline-block;
  max-width: 370px;
}
.separator-half {
  overflow: hidden;
  position: relative;
}
.separator-half:before {
  content: "";
  background: white;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 320px;
}
.mmc-social-links {
  margin: 0 !important;
  position: relative;
  text-align: right !important;
}
#header .mmc-social-links {
  margin-left: 30px !important;
}
.mmc-social-links li {
  list-style: none;
}
.mmc-social-links li a {
  background: none !important;
  margin: 0;
  width: 28px;
}
.mmc-social-links li a:hover {
  background: none !important;
}
.mmc-social-links li a:hover i {
  color: #8dced4 !important;
}
.mmc-social-links li a i {
  color: #f25c4b !important;
  font-size: 21px;
  -webkit-transition: 0.3s color ease-in-out;
  -moz-transition: 0.3s color ease-in-out;
  -ms-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
footer .mmc-social-links li a i {
  font-size: 18px;
  color: #9c9c9c !important;
}
.mmc-social-links li a .mmc_social_links_name {
  display: none !important;
  visibility: hidden;
}
footer .mmc-social-links li a {
  width: 24px;
}
.lb-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.lb-wrapper .js-close {
  color: #9A9A9A;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: center;
  width: 50px;
  height: 50px;
}
.lb-wrapper .lb-box {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  position: absolute;
  max-width: 1000px;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
}
.lb-wrapper .lb-box .mmc-image-actions {
  display: none;
  visibility: hidden;
}
.lb-wrapper .lb-box .image {
  border: 1px solid #999;
  display: inline-block;
  float: left;
  padding: 20px;
}
.lb-wrapper .lb-box .image > div {
  background-size: cover;
  width: 320px;
  height: 480px;
}
.lb-wrapper .lb-box .content {
  overflow: hidden;
  padding: 20px 0px 20px 50px;
}
.lb-wrapper .lb-box .content span {
  color: #8d8d8d;
  display: block;
}
.lb-wrapper .lb-box .content .js-name {
  font-size: 32px;
  color: #fdb435;
  display: block;
  margin-bottom: 8px;
}
.lb-wrapper .lb-box .content .js-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.lb-wrapper .lb-box .content .js-subtitle {
  font-size: 16px;
}
.lb-wrapper .lb-box .content ul {
  background: #F1F1F1;
  border-radius: 5px;
  margin: 25px 0px;
  padding: 20px;
}
.lb-wrapper .lb-box .content ul li {
  font-size: 17px;
  margin-bottom: 15px;
}
.lb-wrapper .lb-box .content ul li i {
  display: inline-block;
  min-width: 45px;
  position: relative;
  top: 5px;
}
.lb-wrapper .lb-box .content .js-about {
  font-size: 16px;
}
/*.three-links,
.four-links {
	ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row;
		list-style: none;
		margin: 0;
		li {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			color: #fff;
			 -webkit-box-flex: 0 0 33.3%;
			-moz-box-flex: 0 0 33.3%;
			-webkit-flex: 0 0 33.3%;
			-ms-flex: 0 0 33.3%;
			 flex: 0 0 33.3%;
    		height: 365px;
			padding: 65px 45px 0;
			position: relative;
			&:first-child {
				background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/h1-1.jpg')
			}
			&:nth-child(2) {
				background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/h2-3.jpg');
			}
			&:last-child {
				background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/h3-1.jpg')
			}
			.title {
				font-family: Open Sans, sans-serif;
				font-size: 32px;
				font-weight: 300;
				display: block;
				letter-spacing: 1px;
				text-align: center;
				margin-bottom: 15px;
				display: -webkit-box;
				max-height: 90px;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}
			.content {
				font-size: 14px;
				font-weight: 300;
				display: block;
				line-height: 1.6;
				text-align: center;
				margin-bottom: 15px;
				display: -webkit-box;
				max-height: 68px;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
			}
			a {
				color: #fff !important;
				display: block;
				margin: auto;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 65px;
				text-transform: uppercase;
			}
		}
	}
	&.living {
		li {
			&:first-child {
				background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/l1.jpg')
			}
			&:nth-child(2) {
				background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/l2.jpg')
			}
			&:last-child {
				background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/l3.jpg')
			}
		}
	}
}
.four-links {
	ul {
		li {
			 -webkit-box-flex: 0 0 25%;
			-moz-box-flex: 0 0 25%;
			-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
			 flex: 0 0 25%;
		}
	}
	&.find-a-doc {
		&:first-child {
			background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/l1.jpg')
		}
		&:nth-child(2) {
			background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/l2.jpg')
		}
		&:nth-child(3) {
			background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/l2.jpg')
		}
		&:last-child {
			background-image: url('http://client.buzzworthystudio.com/amf/wp-content/uploads/2016/05/l3.jpg')
		}
	}
}*/
.heart-arrow.press {
  top: 500px;
}
.heart-arrow.contact {
  top: 500px;
}
.heart-arrow.cater {
  top: 500px;
}
.heart-arrow.story {
  top: 305px;
}
.heart-arrow.people {
  top: 305px;
}
.heart-arrow.eats {
  top: 440px;
}
.heart-arrow.franchise {
  top: 305px;
}
.heart-arrow.home {
  top: 575px;
}
.mmc-post .item .item-inwrap {
  box-shadow: 0 0 5px rgba(20, 20, 20, 0.2);
  min-height: 250px;
}
.mmc-post .item .item-inwrap .mmc-iva-item.image {
  padding-bottom: 25%;
}
.mmc-post .item .item-inwrap .item-content {
  text-align: center;
}
.mmc-post .item .item-inwrap .item-content ul {
  text-align: center;
}
.mmc-post .item .item-inwrap .item-content ul li {
  text-align: center;
}
.mmc-post .item .item-inwrap .item-content .meta.meta-above {
  padding: 0;
  margin: 0 0 5px 0;
}
.mmc-post .item .item-inwrap .item-content .author {
  display: none;
}
.mmc-post .item .item-inwrap .item-content .date {
  font-size: 9px;
  font-weight: 700;
  color: #b2afaf;
  text-transform: uppercase;
}
.mmc-post .item .item-inwrap .item-content .date i {
  display: none;
}
.mmc-post .item .item-inwrap .item-content h4.title {
  margin-bottom: 10px;
  overflow: visible;
  white-space: normal;
  width: 100%;
}
.mmc-post .item .item-inwrap .item-content h4.title a {
  color: #454344;
  display: block;
  font-size: 21px;
  font-weight: 300 !important;
  line-height: 1.4;
  text-align: center;
  text-transform: none;
}
.mmc-post .item .item-inwrap .item-content .meta.meta-below {
  display: none;
}
.mmc-post .item .item-inwrap .item-content .read-more {
  font-size: 11px;
  color: #88272b;
  display: inline-block;
  font-weight: 700;
  text-align: center;
}
ul.parent {
  list-style: none;
  margin: 0;
  padding: 10px;
}
ul.parent li {
  padding: 5px;
}
ul.parent ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 20px;
}
.mmc-widget.mmc-faq {
  margin: 0;
}
.mmc-widget.mmc-faq h3 a {
  background: #fff;
}
.mmc-widget.mmc-faq h3 a span {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  overflow: visible !important;
  padding: 13px 0;
}
.small .mmc-widget.mmc-faq h3 a span {
  font-size: 16px;
}
.small .mmc-widget.mmc-faq h3 a {
  padding: 10px;
}
.mmc-widget.mmc-faq h3.ui-state-active a:before {
  content: "\f106" !important;
}
.mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background: none;
}
.mmc-widget.mmc-faq .mmc-accordion .group .ui-accordion-content {
  background: none;
  color: #231f20;
}
.mmc-widget.mmc-faq .mmc-accordion-icon {
  display: none !important;
}
.mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header a:before {
  color: #7d43a1;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 32px;
  line-height: 64px;
}
.link16 p {
  margin-bottom: 0;
}
.link16 a {
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px !important;
  display: inline-block;
  padding: 8px 15px;
  position: relative;
}
.link16 a.active {
  background: white;
  box-shadow: inset 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
body .js-open-row {
  position: relative;
  max-height: 0;
  overflow: hidden;
  padding: 0 !important;
  -webkit-transition: 0.45s all ease-in-out;
  -moz-transition: 0.45s all ease-in-out;
  -ms-transition: 0.45s all ease-in-out;
  -o-transition: 0.45s all ease-in-out;
  transition: 0.45s all ease-in-out;
}
body .js-open-row.active {
  padding: 40px 0 !important;
  max-height: 500px;
}
.inner-shadow {
  box-shadow: inset 0 5px 5px -4px rgba(0, 0, 0, 0.3);
}
.purple-dot {
  list-style: none !important;
}
.purple-dot li {
  font-size: 12px;
  color: #231f20;
  line-height: 1;
}
.purple-dot li:before {
  content: "•";
  font-size: 26px;
  color: #b7a8c0;
  padding-right: 10px;
  position: relative;
  top: 5px;
}
body section.main .column-border-white > .mmc-column-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}
body section.main .column-border-white > .mmc-column-wrapper .wpb_column {
  background: #fff;
  padding: 35px 10px !important;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-box-flex: 0 0 30%;
  -moz-box-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.mmc-row.hero-row {
  margin-top: -90px;
}
.mmc-row.special .mmc-outer-row-column-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar {
  border-right: 2px solid #f6f6f6;
  max-width: 285px;
  padding: 20px 25px 50px !important;
}
.sidebar .mmc_custom_menu {
  margin-top: 50px;
}
.sidebar .mmc_custom_menu ul li {
  border-bottom: 0;
  margin-bottom: 20px;
  text-align: right;
}
.sidebar .mmc_custom_menu ul li a {
  color: #474750;
  display: inline;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  padding: 0;
  text-transform: uppercase;
  text-align: right;
}
.sidebar .mmc_custom_menu ul li a.active {
  border-bottom: 1px solid #8452BB !important;
  color: #8452BB !important;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
.sidebar .mmc_custom_menu ul li a:hover {
  color: #8452BB !important;
}
.js-menu-check {
  display: none;
}
.s-content {
  padding-top: 70px !important;
  padding-left: 50px !important;
  max-width: 815px;
  width: 100% !important;
}
table {
  border: 1px solid #828181;
  margin-bottom: 15px;
  width: 100%;
}
table td {
  padding: 2px 5px;
  border: 1px solid #828181;
}
ul.mmc-l {
  list-style: none;
  margin-bottom: 20px;
}
ul.mmc-l:before,
ul.mmc-l:after {
  display: table;
  content: " ";
}
ul.mmc-l:after {
  clear: both;
  *zoom: 1;
}
ul.mmc-l li {
  border-bottom: 1px solid #494949;
  border-bottom: 1px solid rgba(73, 73, 73, 0.1);
  padding: 7px 0;
}
ul.mmc-l li:before {
  content: "\f064";
  font-size: 19px;
  margin-right: 10px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: block;
  float: left;
  position: relative;
  top: -5px;
}
ul.mmc-l.icon-mark li:before,
ul.mmc-l.icon-check li:before {
  content: "\f046";
}
ul.mmc-l.icon-book li:before {
  content: "\f02d";
}
ul.mmc-l.icon-share li:before {
  content: "\f02d";
}
ul.mmc-l.icon-link li:before {
  content: "\f0c1";
}
ul.mmc-l.icon-note li:before {
  content: "\f044";
}
ul.mmc-l.icon-doctor li:before {
  content: "\f0f0";
}
ul.mmc-l.icon-q li:before {
  content: "\f059";
}
div.space40 {
  padding: 0 !important;
  height: 0 !important;
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: -9999px;
}
.prettyMapList {
  display: table;
  width: 100%;
}
.prettyMapList .mapHolder {
  height: 550px !important;
  margin-bottom: 0 !important;
}
.prettyMapList .infoWindowContainer .infoWindow p {
  line-height: 16px;
  margin-bottom: 10px;
}
.prettyMapList .prettyFileBar {
  text-align: center;
  display: table-header-group;
}
.prettyMapList .prettyFileBar form {
  padding-bottom: 30px !important;
}
.prettyMapList .prettyFileBar form input {
  width: 400px !important;
}
.mmc-row.video-bg {
  max-height: 650px;
}
.mmc-row.video-bg video {
  width: 200% !important;
  left: -50%;
  position: absolute;
  overflow: hidden;
  top: 0px;
}
.mmc-row.video-bg .mejs-controls {
  display: none !important;
}
body .prettyListItems {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
body .prettyMapList .mapLocationDetail {
  display: block !important;
  padding: 0 20px;
}
body .prettyMapList .mapHolder {
  height: 780px !important;
}
.showFilterBtn {
  display: none !important;
}
body .prettyMapList .corePrettyStyle {
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #efefef !important;
  float: left;
  margin: 0;
  padding: 15px 0;
  width: 50%;
}
body .prettyMapList .corePrettyStyle:hover,
body .prettyMapList .corePrettyStyle.active {
  background: #f2f2f2;
}
body.order .prettyMapList ul.prettyListItems {
  justify-content: space-around;
}
body.order .prettyMapList .corePrettyStyle {
  background: #f2f2f2;
  margin-bottom: 3%;
  width: 30%;
}
body .prettyMapList .map:after {
  display: none;
}
body .prettyMapList .prettylink > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .prettyMapList .prettylink > a span {
  display: none;
}
body .storelocatorlink {
  position: relative;
  z-index: 2;
  color: #f25c4b !important;
}
body .order-only {
  display: none;
}
body.order .order-only {
  color: #fff !important;
  background: #f4b924;
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
  text-shadow: none;
  font-weight: 700 !important;
}
body.order .order-only:hover {
  background: #fff;
  color: #f4b924 !important;
}
body.home .showSortingBtn {
  padding: 2px 12px 0 24px;
  font-size: 17px;
}
body.home .showSortingBtn:hover {
  background: none;
}
body.home .prettyMapList .corePrettyStyle .viewLocationDetail span {
  display: none;
}
body.home .prettyMapList .corePrettyStyle .viewLocationDetail span:last-of-type {
  display: block;
  font-weight: 700;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
}
body .prettyMessage {
  display: inline;
}
.f-img img {
  width: 16.6%;
  height: 100%;
  float: left;
}
.min-height-500 .mmc-column-inner {
  min-height: 500px;
}
#MapListPro0 {
  display: block;
}
.prettyMapList .prettyFileBar .prettyMapListSearch .clearSearch {
  background: none !important;
  border: 0 !important;
  color: #f25c4b !important;
}
body .prettyMapList .prettyMessage {
  background: #f25c4b;
  color: #fff;
}
body .prettyMapList .prettyMessage a {
  color: #fff;
}
img[src="https://www.google.com/intl/en_us/mapfiles/close.gif"] {
  content: url("https://bareburger.com/wp-content/uploads/2016/09/X_4.png");
  right: 7px !important;
  width: 15px;
  height: 15px;
}
body input.prettySearchValue {
  background: #2a2a2a url('https://bareburger.com/wp-content/uploads/2016/07/icon-search.png') 13px center no-repeat;
  padding-left: 50px !important;
  color: #f4bb23 !important;
  font-weight: 700;
}
.ninja-forms-success-msg > p:first-of-type {
  display: none;
}
body .prettyMapList .directionsPostcode:focus,
body .prettyMapList .prettyFileBar .prettyMapListSearch input:focus,
body .prettyMapList .prettyFileBar .prettySearchValue:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #e2cb86;
  border-color: #FFC107;
}
.page-id-282 .prettyFileBar.clearfix {
  max-width: 440px;
  width: 440px;
  margin: auto;
  display: block;
}
.page-id-282 form#Map-List-Search {
  width: 100%;
  margin: auto;
  max-width: 440px;
}
.page-id-282 form#Map-List-Search input {
  width: 100% !important;
}
.page-id-282 .prettyMapList .prettyFileBar {
  border: none;
}
.page-id-282 ul.unstyled.prettyListItems li.bb-location {
  width: 22%;
}
.page-id-282 ul.unstyled li.corePrettyStyle.prettylink.map.location.bb-location .mapLocationDetail {
  padding-top: 0;
}
/*.page-id-282 ul.unstyled.prettyListItems li:hover,
.page-id-282 ul.unstyled.prettyListItems li a:hover {
	cursor: default !important;
}
.page-id-282 ul.unstyled.prettyListItems li a.storelocatorlink:hover {
	cusrsor: pointer !important;
}*/
body footer .mmc_custom_menu.mmc_row_major.wpb_content_element ul.menu li.menu-item > ul.sub-menu-header {
  display: none !important;
  visibility: hidden;
}
.team-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  height: 400px;
}
.team-wrapper:before,
.team-wrapper:after {
  display: table;
  content: " ";
}
.team-wrapper:after {
  clear: both;
  *zoom: 1;
}
.team-wrapper .image,
.team-wrapper .content {
  width: 50%;
  height: 100%;
  float: left;
}
.team-wrapper .image {
  background-size: cover !important;
}
.team-wrapper .content {
  padding-top: 50px;
}
.team-wrapper .content .name {
  font-family: Amatic SC, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  letter-spacing: normal;
  color: #2a2a2a;
}
.team-wrapper .content .title {
  font-family: 'Londrina Solid', cursive;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px 0;
  letter-spacing: normal;
  color: #f4ad00;
}
.team-wrapper .content.hidden {
  display: block !important;
  visibility: visible !important;
}
.member-list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  left: 0;
  width: 3000px;
  overflow: hidden;
}
.member-list li {
  width: 200px;
  height: 200px;
  display: block;
  list-style: none;
  float: left;
  opacity: 0.45;
}
.member-list li.active {
  opacity: 1;
}
.member-list li .image {
  background-size: cover !important;
  cursor: pointer;
  height: 100%;
}
div.all-wrap {
  position: relative;
}
.control-team {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43px;
}
.control-team span.prev,
.control-team span.next {
  background-image: url('https://bareburger.com/wp-content/uploads/2016/09/arrow_right.png');
  background-size: cover;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 75px;
  height: 30px;
  margin-top: -15px;
}
.control-team span.prev.disabled,
.control-team span.next.disabled {
  opacity: 0;
  pointer-events: none;
}
.control-team span.prev {
  background-image: url('https://bareburger.com/wp-content/uploads/2016/09/arrow_left.png');
  left: 10px;
}
.owl-theme .owl-controls .owl-buttons div {
  display: block;
  position: absolute;
  padding: 3px 10px;
  text-indent: -9999px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  width: 90px;
  height: 50px;
  margin-top: -60px;
}
#team-list .owl-controls .owl-buttons div,
#friend-gallery .owl-controls .owl-buttons div {
  opacity: 1;
  width: 100px;
  height: 100%;
  bottom: 0;
  box-shadow: 0px 0px 23px rgba(23, 23, 23, 0.23);
}
.owl-theme .owl-controls .owl-buttons div.disabled {
  display: none;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  background: #f25c4b url('https://bareburger.com/wp-content/uploads/2016/09/Yellow_Arrow_next.png') no-repeat center center;
  -webkit-background-size: 60% auto;
  -moz-background-size: 60% auto;
  -o-background-size: 60% auto;
  background-size: 60% auto;
  top: 50%;
  right: 0px;
  border-top: 1px solid #e6e3e4;
  border-bottom: none;
  box-shadow: -2px 2px 5px rgba(230, 227, 228, 0.5);
}
#team-list .owl-controls .owl-buttons div.owl-next,
#friend-gallery .owl-controls .owl-buttons div.owl-next {
  background-color: rgba(255, 255, 255, 0.6);
  top: auto;
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: #f25c4b url('https://bareburger.com/wp-content/uploads/2016/09/Yellow_Arrow_Prev.png') no-repeat center center;
  -webkit-background-size: 60% auto;
  -moz-background-size: 60% auto;
  -o-background-size: 60% auto;
  background-size: 60% auto;
  top: 50%;
  left: 0px;
  border-top: 1px solid #e6e3e4;
  border-bottom: none;
  box-shadow: 2px 2px 5px rgba(230, 227, 228, 0.5);
}
#team-list .owl-controls .owl-buttons div.owl-prev,
#friend-gallery .owl-controls .owl-buttons div.owl-prev {
  background-color: rgba(255, 255, 255, 0.6);
  top: auto;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  text-align: center;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  width: 30px;
  height: 24px;
  display: inline-block;
  margin: 0 3%;
  text-align: center;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-pagination {
  position: relative;
  top: 38px;
}
.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f4b924;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 24px;
  height: 24px;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* ==========================================================================
   People
   ========================================================================== */
#people {
  background-color: #e8e5dc;
}
.people-headline h4 {
  font-size: 5.375rem;
  text-align: center;
  margin: 90px auto 65px;
  position: relative;
  display: inline-block;
}
.people-headline h4:before {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/img/home_crewpighead.png) no-repeat center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  position: absolute;
  left: -120px;
  width: 100px;
  height: 70px;
  top: 0;
  display: block;
}
.people-headline h4:after {
  background: url(https://bareburger.com/wp-content/themes/magic2/stylesheet/less/img/home_crewpigbutt.png) no-repeat center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  position: absolute;
  right: -120px;
  width: 100px;
  height: 70px;
  top: 0;
  display: block;
}
#featured-person {
  background-color: #f0f0f0;
}
#featured-person h4 {
  margin: 0 0 14px;
  line-height: 36px;
  text-transform: capitalize;
}
#featured-person h4 .title {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  color: #f4b924;
  letter-spacing: 0px;
  font-weight: bold;
}
#featured-person h4 .name {
  font-size: 40px;
  line-height: 36px;
  font-weight: bold;
  font-family: PT Sans, sans-serif;
  letter-spacing: 0px;
}
#featured-person h4 .nickname {
  font-family: 'Amatic SC', cursive;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 52px;
  text-transform: capitalize;
}
#featured-person .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  flex-wrap: inherit;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
  -o-flex-wrap: inherit;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#featured-person .inner > .img {
  -webkit-transition: 0.35s all ease-in-out;
  -moz-transition: 0.35s all ease-in-out;
  -ms-transition: 0.35s all ease-in-out;
  -o-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
  display: inline-block;
  width: 50%;
  padding-top: 12px;
}
#featured-person .inner .person-details {
  align-self: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  padding: 0 30px;
  width: 50%;
  margin-bottom: 50px;
}
#featured-person .bio {
  line-height: 24px;
}
#team-list {
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0 !important;
}
#team-list li {
  display: inline-block;
  padding: 0px;
  border-right: 1px solid #e6e3e4;
  border-bottom: none;
}
#team-list li:first-child {
  border-left: 1px solid #e6e3e4;
}
#team-list li.active span:after,
#team-list li span:hover:after {
  opacity: 0;
}
#team-list li.active span:before {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  background: #f4b924;
  top: 97%;
  transition: 0.2s linear;
}
#team-list li span:after {
  background-color: rgba(255, 255, 255, 0.68);
  transition: 0.2s linear;
}
#team-list li span {
  position: relative;
  cursor: pointer;
  display: block;
}
#team-list li span:after {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#careers {
  text-align: center;
  background-color: #f4b924;
  padding: 30px 0;
  font-family: 'Londrina Solid', cursive;
  font-size: 1.375rem;
}
#careers a {
  color: #fff;
}
#friend-gallery li {
  list-style: none;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mmc-feed .item .item-content .title {
  letter-spacing: 0.5px;
}
footer p {
  margin-bottom: 8px;
}
footer a {
  color: #959595;
}
footer ul li {
  margin-bottom: 2px;
}
footer .footer-search .mmc-search {
  border: 0;
  border-radius: 7px;
  overflow: hidden;
  width: 330px;
  height: 24px;
}
footer .footer-search .search-input {
  background: #eaeaea !important;
  border: 0;
  border-radius: 7px;
  display: block;
  font-size: 12px;
  height: 100%;
}
footer .footer-search .mmc-icon-search {
  color: #474747;
  font-size: 14px;
}
footer .footer-search .search-submit {
  background: #fff !important;
  border: 0;
  height: 100%;
  line-height: 10px;
  padding: 0 !important;
}
footer .widget {
  margin-top: 0;
}
footer .mmc_custom_menu.mmc_row_major > ul.menu {
  text-align: right;
}
footer .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item {
  width: auto !important;
  height: auto !important;
  padding: 8px 0;
}
footer .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a {
  text-transform: lowercase;
  font-size: 20px;
  font-family: 'Londrina Solid', cursive;
  color: #fff;
  text-decoration: none;
}
.ri-grid {
  margin: 30px auto 30px;
  position: relative;
  height: auto;
}
.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.ri-grid ul:before,
.ri-grid ul:after {
  content: '';
  display: table;
}
.ri-grid ul:after {
  clear: both;
}
.ri-grid ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.ri-grid ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 20px;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: none;
}
/* Grid wrapper sizes */
.ri-grid-size-1 {
  width: 55%;
}
.ri-grid-size-2 {
  width: 100%;
}
.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}
/* Shadow style */
.ri-shadow:after,
.ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ri-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.ri-grid-loading:after,
.ri-grid-loading:before {
  display: none;
}
.ri-loading-image {
  display: none;
}
.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}
.pagingInfo {
  display: none !important;
}
/* Eats Accordion Re-created 
.eats-box ul {
	margin: auto;
    max-width: 1068px;
}
.eats-box ul li {
	width: 336px;
    height: 300px;
    list-style: none;
    float: left;
    margin: 10px;
    background-size: cover !important;
    position: relative;
}
.eats-box ul li h2 {
	font-family: Amatic SC, sans-serif !important;
    font-size: 75px;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(42, 42, 42, 0.65);
    text-align: center;
    padding: 100px 0;
    z-index: 0;
    position: relative;
}
.eats-box ul li:before {
	content: "";
	background: rgba(0,0,0,0.45);
	position: absolute;
	width: 336px;
	height: 300px;
	z-index: 0;
	left: 0px;
}
.eats-box ul li a {
	text-indent: -9999px;
}
.eats-box ul li a {
	content: "";
    background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Down_Arrow_White_Large.png') no-repeat center center;
    background-size: cover;
    height: 20px;
    width: 42px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -22px;
    top: 217px;
}
.eats-box ul li a:hover {
    animation: faqArrowHover 1s 1 alternate-reverse paused;
    -webkit-animation: faqArrowHover 1s 1 alternate-reverse paused;
    -moz-animation: faqArrowHover 1s 1 alternate-reverse paused;
    -o-animation: faqArrowHover 1s 1 alternate-reverse paused;
}
.produce {
	display: none;
}
.active-a {
	display: block;
}
.eats-box ul li[data-food="produce"] {
	background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Produce_Click.jpg') no-repeat center center;
}
.eats-box ul li[data-food="protein"] {
	background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Protein_Click.jpg') no-repeat center center;
}
.eats-box ul li[data-food="sauces"] {
	background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Sauces_Click.jpg') no-repeat center center;
}
.eats-box ul li[data-food="crops"] {
	background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Crops_Click.jpg') no-repeat center center;
}
.eats-box ul li[data-food="cheese"] {
	background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Cheese_Slide.jpg') no-repeat center center;
}
.eats-box ul li[data-food="sides-and-breads"] {
	background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Breads_Sides_click.jpg') no-repeat center center;
}
.eats-box ul li[data-food="desserts"] {
	background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Desserts_Slide.jpg') no-repeat center center;
}
.eats-box ul li[data-food="beverages"] {
	background: url('http://client.buzzworthystudio.com/bareburger/wp-content/uploads/2016/08/Drinks_Slide.jpg') no-repeat center center;
}
.eats-box ul li[data-food="benson"] {
	background: #ffc010;
}*/
#ListContainer li.loc-1500 .mapLocationDetail ul.location-links,
#ListContainer li.loc-1478 .mapLocationDetail ul.location-links,
#ListContainer li.loc-1279 .mapLocationDetail ul.location-links,
#ListContainer li.loc-873 .mapLocationDetail ul.location-links,
#ListContainer li.loc-1497 .mapLocationDetail ul.location-links,
#ListContainer li.loc-2030 .mapLocationDetail ul.location-links {
  display: none;
  visibility: hidden;
}
.hh-text p,
.remove-mobile-down.hh-text p {
  position: relative;
  max-width: 570px;
  margin: auto;
}
.hh-text a.organic-pin {
  color: rgba(0, 0, 0, 0);
  content: "";
  width: 82px;
  height: 37px;
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Yellow_Organic_pin_2.png') no-repeat center center;
  position: absolute;
  text-indent: -9999px;
  left: 430px;
  top: 122px;
}
.hh-text a.organic-pin:hover {
  cursor: pointer;
  transform: rotate(5deg);
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Yellow_Organic_pin_2.png') no-repeat center center;
  color: rgba(0, 0, 0, 0);
}
.buzz-accordion {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  list-style: none;
}
.buzz-accordion.remove-tablet-down {
  max-width: 950px;
  margin: auto;
}
.buzz-accordion > div {
  width: 30.5%;
  float: left;
  margin: 10px;
}
.buzz-accordion > div:nth-of-type(3) li:last-child .front h2 {
  padding: 50px 0 140px;
}
.buzz-accordion li {
  display: block;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -ms-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.buzz-accordion li .front {
  background-size: cover !important;
  height: 300px;
  position: relative;
}
.buzz-accordion li .front h2 {
  font-family: Amatic SC, sans-serif !important;
  font-size: 75px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding: 100px 0 140px;
  text-shadow: 1px 2px 3px rgba(42, 42, 42, 0.65);
  text-align: center;
  position: relative;
  z-index: 0;
  line-height: 72px;
}
.buzz-accordion li .front h2:after {
  content: "";
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Down_Arrow_White_Large.png') no-repeat center center;
  background-size: cover;
  margin-left: -22px;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 217px;
  height: 20px;
  width: 42px;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -ms-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.buzz-accordion li .front h2:hover:after {
  top: 230px;
}
.buzz-accordion li .front:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -ms-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.buzz-accordion li .front.type-produce {
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Produce_Click.jpg') no-repeat center center;
}
.buzz-accordion li .front.type-protien {
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Protein_Click.jpg') no-repeat center center;
}
.buzz-accordion li .front.type-sauces {
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Sauces_Click.jpg') no-repeat center center;
}
.buzz-accordion li .front.type-crops {
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Crops_Click.jpg') no-repeat center center;
}
.buzz-accordion li .front.type-cheese {
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Cheese_Slide.jpg') no-repeat center center;
}
.buzz-accordion li .front.type-sides-and-breads {
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Breads_Sides_click.jpg') no-repeat center center;
}
.buzz-accordion li .front.type-desserts {
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Desserts_Slide.jpg') no-repeat center center;
}
.buzz-accordion li .front.type-beverages {
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Drinks_Slide.jpg') no-repeat center center;
}
.buzz-accordion li .back {
  display: none;
  background: #fff;
  padding: 30px 35px 35px;
}
.buzz-accordion li .type-benson .cta-card {
  margin: 0 !important;
}
.buzz-accordion li .type-benson .cta-card a {
  cursor: pointer;
  top: 20px;
}
.buzz-accordion li .type-benson .cta-card:hover {
  box-shadow: none;
}
.buzz-accordion li.active .front:before {
  opacity: 0;
}
.buzz-accordion li.active h2:after {
  animation: faqArrow 2s 1 alternate-reverse paused;
  -webkit-animation: faqArrow 2s 1 alternate-reverse paused;
  -moz-animation: faqArrow 2s 1 alternate-reverse paused;
  -o-animation: faqArrow 2s 1 alternate-reverse paused;
}
.buzz-accordion li:hover {
  box-shadow: 3px 6px 11px 1px rgba(42, 42, 44, 0.4);
}
.buzz-accordion li:nth-child(3n) {
  margin-right: 0;
}
.buzz-accordion.vanilla > div {
  width: 48%;
}
.buzz-accordion.vanilla > div li {
  background: #fff;
}
.buzz-accordion.vanilla > div li .front {
  height: auto;
}
.buzz-accordion.vanilla > div li .front:before {
  display: none;
}
.buzz-accordion.vanilla > div li .front h2 {
  background: #fff;
  color: #2e2e2c;
  font-family: PT Sans, sans-serif !important;
  font-size: 20px !important;
  line-height: 24px;
  text-transform: none;
  font-weight: 300;
  padding: 25px 90px 25px 30px;
  text-align: left;
  text-shadow: none;
}
.buzz-accordion.vanilla > div li .front h2:after {
  content: " " !important;
  background: url('https://bareburger.com/wp-content/uploads/2016/07/Down_Arrow-1.png') no-repeat center center;
  background-size: cover;
  height: 15px;
  width: 30px;
  padding: 0px !important;
  left: inherit;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}
.buzz-accordion.vanilla > div li.active h2 {
  background: #f4b924;
}
.fran-accordion {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  list-style: none;
  max-width: 950px;
  margin: auto;
}
.fran-accordion > div {
  width: 30.5%;
  float: left;
  margin: 10px;
}
.fran-accordion > div:nth-of-type(2) li:first-child h2 {
  color: #171717;
}
.fran-accordion > div:nth-of-type(2) li:hover {
  box-shadow: none;
  cursor: inherit;
}
.fran-accordion li {
  display: block;
  margin: 20px auto;
  padding: 0;
  width: 100%;
  max-width: 300px;
  min-height: 300px;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -ms-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.fran-accordion li ul.fran-inner-ul li.inner-li {
  height: auto;
  margin: 10px auto;
  min-height: auto;
  padding-left: 45px;
  position: relative;
}
.fran-accordion li ul.fran-inner-ul li.inner-li:hover {
  box-shadow: none;
}
.fran-accordion li ul.fran-inner-ul li.inner-li:before {
  content: "";
  background: url('https://bareburger.com/wp-content/uploads/2016/09/bareburger_icons_Bullet_Point-2.png') no-repeat center center;
  width: 34px;
  height: 13px;
  position: absolute;
  left: -1px;
  top: 7px;
}
.fran-accordion li .front {
  background-size: cover !important;
  height: 300px;
  position: relative;
}
.fran-accordion li .front.type-white h2 {
  padding: 60px 20px;
  line-height: 60px;
}
.fran-accordion li .front.type-white h2:after {
  display: none;
}
.fran-accordion li .front.type-location:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Location_Icon-2.png') no-repeat center center !important;
}
.fran-accordion li .front.type-management:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Management_icon-1.png') no-repeat center center;
}
.fran-accordion li .front.type-competition:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Competition_icon.png') no-repeat center center;
}
.fran-accordion li .front.type-luck:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Luck_Icon.png') no-repeat center center;
}
.fran-accordion li .front.type-marketing:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Marketing_Icon.png') no-repeat center center;
}
.fran-accordion li .front.type-luck h2:after {
  display: none;
}
.fran-accordion li .front h2 {
  font-family: Amatic SC, sans-serif !important;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding: 185px 0 140px;
  text-align: center;
  position: relative;
  z-index: 0;
  line-height: 72px;
}
.fran-accordion li .front h2:after {
  content: "";
  background: url('https://bareburger.com/wp-content/uploads/2016/08/Down_Arrow_White_Large.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 258px;
  margin-left: -22px;
  height: 20px;
  width: 42px;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -ms-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.fran-accordion li .front h2:hover:after {
  top: 265px;
}
.fran-accordion li .front:before {
  content: " ";
  position: absolute;
  width: 141px;
  height: 141px;
  top: 40px;
  margin: 0 auto;
  left: 20%;
  max-width: 100%;
  right: 20%;
  max-height: 100%;
}
.fran-accordion li .front.type-location,
.fran-accordion li .front.type-luck,
.fran-accordion li .front.type-management {
  background: #f3b800;
}
.fran-accordion li .front.type-competition,
.fran-accordion li .front.type-marketing {
  background: #87c5ca;
}
.fran-accordion li .front.type-white {
  background: #fff;
}
.fran-accordion li .back {
  display: none;
  background: #fff;
  padding: 30px 35px 35px;
}
.fran-accordion li.active {
  /*	.front:before {
				opacity: 1;
			}*/
}
.fran-accordion li.active h2:after {
  animation: faqArrow 2s 1 alternate-reverse paused;
  -webkit-animation: faqArrow 2s 1 alternate-reverse paused;
  -moz-animation: faqArrow 2s 1 alternate-reverse paused;
  -o-animation: faqArrow 2s 1 alternate-reverse paused;
}
.fran-accordion li:hover {
  box-shadow: 3px 6px 11px 1px rgba(42, 42, 44, 0.4);
}
.fran-accordion li:nth-child(3n) {
  margin-right: 0;
}
.fran-accordion.vanilla > div {
  width: 48%;
}
.fran-accordion.vanilla > div li {
  background: #fff;
}
.fran-accordion.vanilla > div li .front {
  height: auto;
}
.fran-accordion.vanilla > div li .front:before {
  display: none;
}
.fran-accordion.vanilla > div li .front h2 {
  background: #fff;
  color: #2e2e2c;
  font-family: PT Sans, sans-serif !important;
  font-size: 20px !important;
  line-height: 24px;
  text-transform: none;
  font-weight: 600;
  padding: 25px 90px 25px 30px;
  text-align: left;
  text-shadow: none;
}
.fran-accordion.vanilla > div li .front h2:after {
  content: " " !important;
  background: url('https://bareburger.com/wp-content/uploads/2016/07/Down_Arrow-1.png') no-repeat center center;
  background-size: cover;
  height: 15px;
  width: 30px;
  padding: 0px !important;
  left: inherit;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}
.fran-accordion.vanilla > div li.active h2 {
  background: #f4b924;
}
.prettyPagination a.pfl_next.btn.corePrettyStyle:hover,
.prettyPagination a.pfl_prev.btn.corePrettyStyle:hover {
  background-color: rgba(0, 0, 0, 0);
}
.page-id-1107 .card-style-2 .mmc-faq .wpb_accordion_section.group:nth-of-type(1) {
  margin: 0 0 20px;
}
.tab-only {
  display: none;
}
.mq768 {
  display: none;
}
.mobile-only,
.mobile-only.find-bare,
.mobile-down,
.mobile-down.find-bare,
#map-canvas1 {
  display: none;
  visibility: hidden;
}
.tablet-down,
.top-footer-2 {
  display: none;
}
.sm-desktop-down {
  display: none;
}
body .find-bare.vc_custom_1477996470903 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.error404 {
  background: #f0f0f0;
}
.error404 section {
  margin-top: 0;
}
.error404 .four-o-four {
  margin: 0 auto;
  max-width: 600px;
}
.error404 .four-o-four img {
  display: block;
  text-align: center;
  margin: 0 auto 25px;
}
.error404 .four-o-four img.four-o-four-pin {
  margin: auto;
  width: 70%;
  height: auto;
  max-height: 100%;
}
.error404 .four-o-four h2 {
  padding-top: 10px;
  text-align: center;
}
.error404 .bottom a img {
  margin: 30px auto 50px;
}
.error404 header.mmc-header,
.error404 footer {
  display: none;
  visibility: hidden;
}
.ff-monthly {
  text-align: center;
  color: #fff;
  position: relative;
  max-width: 500px;
  margin: auto;
}
.ff-monthly a {
  position: relative;
}
.ff-monthly a > img {
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.ff-monthly a img.aligncenter {
  position: relative;
  margin: 0 auto;
}
.ff-monthly a img:hover {
  opacity: 0.6;
  transform: rotate(15deg);
  transition: linear 0.5s;
  animation: playOut 2s infinite normal;
  -webkit-animation: playOut 2s infinite normal;
  -moz-animation: playOut 2s infinite normal;
  -o-animation: playOut 2s infinite normal;
}
.ff-monthly .custom_5 {
  line-height: 52px !important;
  position: relative;
}
.ff-monthly .custom_5:before,
.ff-monthly .custom_5:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 90px;
  height: 95px;
  background-size: cover;
  top: -42px;
}
.ff-monthly .custom_5:after {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Right_Branch.png') no-repeat center center;
  right: 2%;
  background-size: 90%;
}
.ff-monthly .custom_5:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Left_Branch.png') no-repeat center center;
  left: 2%;
  background-size: 90%;
}
.n-store {
  text-align: center;
  color: #fff;
  position: relative;
  max-width: 500px;
  margin: auto;
}
.n-store a {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  position: relative;
}
.n-store a img.aligncenter {
  position: relative;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.n-store a img:hover {
  opacity: 0.6;
  transform: rotate(15deg);
  transition: linear 0.5s;
  animation: playOut 2s infinite normal;
  -webkit-animation: playOut 2s infinite normal;
  -moz-animation: playOut 2s infinite normal;
  -o-animation: playOut 2s infinite normal;
}
.n-store .custom_5 {
  line-height: 52px !important;
  margin: 0 auto 20px;
  position: relative;
}
.n-store .custom_5:before,
.n-store .custom_5:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 90px;
  height: 95px;
  background-size: cover;
  top: -42px;
}
.n-store .custom_5:after {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Flag_Right.png') no-repeat center center;
  right: 14%;
}
.n-store .custom_5:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Flag_Left.png') no-repeat center center;
  left: 14%;
}
.gallery-row {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
}
.gallery-row:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://bareburger.com/wp-content/uploads/2016/09/Location_Pattern_Bg.png') repeat top left;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -ms-filter: blur(2px);
  -e-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  z-index: -1;
}
.gallery-row p {
  margin: 0 auto;
}
.gallery-row a {
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.gallery-row a.close-gallery {
  position: fixed;
  top: 20px;
  right: -20px;
  content: "";
  color: #fff;
  width: 30px;
  height: 30px;
  right: 45px;
  top: 50px;
  background: url('https://bareburger.com/wp-content/uploads/2016/12/X_3.png') no-repeat center center;
  text-indent: -9999px;
}
.gallery-row .btn-row {
  width: 100%;
  margin: auto;
  position: relative;
  max-width: 300px;
}
.gallery-row #container {
  min-height: 390px;
  margin: 75px auto;
  padding: 10px;
  max-width: 65%;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.gallery-row #slider {
  display: block;
  padding: 0;
  overflow: hidden;
  max-width: 85%;
  width: 85%;
  margin: auto;
  height: auto;
  max-height: 85%;
}
.gallery-row #prev,
.gallery-row #next {
  bottom: 0;
  display: block;
  width: 120px;
  background: rgba(0, 0, 0, 0);
  padding: 5px;
  border: none;
  font-size: 17px;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  width: 51px;
  height: 51px;
}
.gallery-row #prev:before,
.gallery-row #next:before,
.gallery-row #prev:after,
.gallery-row #next:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 51px;
  height: 50px;
  position: absolute;
}
.gallery-row #prev:hover,
.gallery-row #next:hover {
  opacity: 0.8;
}
.gallery-row #prev {
  left: 50px;
}
.gallery-row #prev:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Left_Arrow.png') no-repeat center center;
}
.gallery-row #next {
  right: 50px;
}
.gallery-row #next:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Right_Arrow.png') no-repeat center center;
}
.gallery-row li.slide {
  display: none;
}
.gallery-row li.selected {
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  display: block;
}
.js-video:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Monocramatic_Fruit_Pattern_2.png') repeat top left;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -ms-filter: blur(2px);
  -e-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  z-index: -1;
}
.page-id-97 .js-video:before {
  background: url('https://bareburger.com/wp-content/uploads/2016/12/Monocramatic_Fruit_Pattern_Yellow.png') repeat top left;
}
@keyframes playOut {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(116deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes playOut {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(116deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes playOut {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(116deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes playOut {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(116deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Our Story */
ul.mission-list {
  list-style: none;
  text-align: left;
  background: #fff;
  box-shadow: 0px 4px 15px 2px rgba(42, 42, 44, 0.16);
  margin: 30px auto;
  padding: 50px 80px 50px 100px;
}
ul.mission-list li {
  padding: 5px 15px 5px 15px;
  position: relative;
}
ul.mission-list li:before {
  content: "";
  background: url('https://bareburger.com/wp-content/uploads/2016/09/bareburger_icons_Bullet_Point-2.png') no-repeat center center;
  width: 48px;
  height: 20px;
  position: absolute;
  left: -40px;
  top: 7px;
}
.our-story-quote img.coming-soon-bb {
  margin: 50px auto;
  width: 100%;
  height: 100%;
  max-width: 80%;
}
/* Menu Page */
body p.cal {
  padding-top: 25px;
  font-size: 14px !important;
}
body .menu-bullets li {
  padding-left: 60px !important;
}
body ul.menu-bullets {
  margin: 35px auto 0 !important;
}
/* Catering Page */
body .big-catering-menu table.catering-table thead td h3 {
  font-size: 40px !important;
}
body .big-catering-menu {
  text-align: left;
  background: #fff;
  box-shadow: 0px 4px 15px 2px rgba(42, 42, 44, 0.16);
  margin: 30px auto;
  padding: 80px 80px 50px 100px;
}
body .mobile-catering-menu {
  text-align: left;
  background: #fff;
  box-shadow: 0px 4px 15px 2px rgba(42, 42, 44, 0.16);
  margin: 10px auto;
  padding: 20px 20px 20px 20px;
}
body .mobile-catering-menu tr:nth-child(odd) {
  background: rgba(242, 242, 242, 0.25);
}
body .mobile-catering-menu .catering-table {
  border: none;
}
body .mobile-catering-menu .catering-table tbody td {
  border-left: none;
  border-right: none;
}
body .catering-table thead {
  border-bottom: 2px solid #000;
}
body ul.catering-bullets {
  position: relative;
  margin: 40px auto 0;
}
body ul.catering-bullets li.plus {
  list-style: none;
  height: auto;
  min-height: 40px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  margin-left: 15px;
  padding-left: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: url('https://bareburger.com/wp-content/uploads/2017/02/Yellow_Plus_2.png') no-repeat top left;
  background-position: 5% 41%;
  padding: 15px 0 15px 40px;
}
body ul.per-person li {
  list-style: none;
  display: inline-block;
  float: left;
}
body ul.per-person li:first-child {
  width: 87%;
}
body ul.per-person li:last-child {
  width: 13%;
}
body ul.per-person li .price h4 {
  background: #3CB44A;
  padding: 0px 9px;
  color: #fff;
  line-height: 50px;
  width: 50px;
  height: 50px;
}
body .big-catering-menu table td {
  border-color: #E1E1E1;
}
body .big-catering-menu table tr {
  border-bottom: 1px solid #ddd;
}
body .big-catering-menu table.catering-table {
  border: none;
}
body .big-catering-menu table.catering-table thead td {
  border-left: none;
  border-right: none;
  border-top: none;
}
body .big-catering-menu table.catering-table thead h3 {
  margin-bottom: 5px;
}
body .big-catering-menu table.catering-table thead td.menuToggle {
  position: relative;
}
body .big-catering-menu table.catering-table thead td.menuToggle:before {
  display: none;
  visibility: hidden;
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: cover;
  background: url('https://bareburger.com/wp-content/uploads/2017/01/Down_Arrow.png') no-repeat center center;
  content: "";
  top: 24px;
  background-size: 100% 50%;
  right: 40px;
}
body .big-catering-menu table.catering-table tbody tr:nth-child(even) {
  background: rgba(242, 242, 242, 0.25);
}
body .big-catering-menu table.catering-table tbody td:nth-child(odd) {
  border-right: 1px solid #ddd;
  border-left: none;
}
body .big-catering-menu table.catering-table tbody td:nth-child(even) {
  border-left: 1px solid #ddd;
  border-right: none;
}
body .big-catering-menu table.catering-table tbody td {
  width: 50%;
  padding: 20px 28px 25px;
  vertical-align: top;
}
body .big-catering-menu table.catering-table tbody td p {
  margin-bottom: 0;
  padding-right: 10px;
}
body .big-catering-menu table.catering-table tbody td span.gf {
  font-family: 'PT-Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
}
body .big-catering-menu table.catering-table tbody ul.catering-bullets.no-title {
  margin-top: 80px;
}
body .big-catering-menu table.catering-table.packages td {
  width: 33.3333%;
}
body .big-catering-menu table.catering-table.packages td:nth-of-type(2) {
  background: rgba(242, 242, 242, 0.25);
  border-right: 1px solid #ddd;
}
body .big-catering-menu table.catering-table.packages td:nth-of-type(3) {
  border-right: none;
}
body .big-catering-menu table.catering-table.food-truck ul.catering-bullets.full-row {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns: 2;
  -ms-columns: 2;
  margin: 30px auto 10px;
}
body .big-catering-menu table.catering-table.food-truck ul.catering-bullets.full-row li {
  padding-left: 60px;
}
body .big-catering-menu table.catering-table.food-truck ul.catering-bullets.full-row li:nth-child(4) {
  height: 55px;
  line-height: 24px;
  background-position: 5% 51%;
  border-top: none;
  margin-top: -15px;
}
body .big-catering-menu table.catering-table.food-truck ul.catering-bullets.full-row li:nth-child(3) {
  border-bottom-color: white;
}
body .big-catering-menu table.catering-table.food-truck ul.catering-bullets.half-row li {
  background-position: 3.5% 40%;
  padding-left: 62px;
}
body .big-catering-menu table.catering-table.food-truck tbody td {
  border-right-color: #fff;
}
body .big-catering-menu table.catering-table.food-truck tbody td:nth-of-type(2) {
  border-right-color: #c1c1c1;
}
body .big-catering-menu table.catering-table.new-menu ul.menu-bullets.full-row {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns: 2;
  -ms-columns: 2;
  margin: 30px auto 10px;
}
body .big-catering-menu table.catering-table.new-menu ul.menu-bullets.full-row li {
  padding-left: 60px;
}
body .big-catering-menu table.catering-table.new-menu ul.menu-bullets.full-row li:nth-child(7) {
  height: 55px;
  line-height: 15px;
  background-position: 5% 51%;
}
.clearfix-2 {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
body .menu-wrapper {
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background: #fff;
  box-shadow: 0px 4px 15px 2px rgba(42, 42, 44, 0.16);
  margin: 30px auto;
  padding: 80px 80px 50px 100px;
}
body .menu-wrapper .menu-header {
  border-bottom: 1px solid #000;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
body .menu-wrapper .menu-header h3 {
  margin-bottom: 5px;
}
body .menu-wrapper .menu-header:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
body .menu-wrapper .menu-header .menu-item {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  -moz-flex: 0 0 80%;
  -o-flex: 0 0 80%;
  flex: 0 0 80%;
}
body .menu-wrapper .menu-header .menu-toggle {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -o-flex: 0 0 20%;
  flex: 0 0 20%;
  position: relative;
  display: none;
  visibility: hidden;
}
body .menu-wrapper .menu-header .menu-toggle:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
body .menu-wrapper .menu-header .menu-toggle img {
  position: absolute;
  top: 0px;
  left: 30%;
  right: 50%;
  margin-left: -16.5px;
  max-width: 40px;
  height: auto;
  margin: 40px;
}
body .menu-wrapper .menu-header .menu-toggle img:hover {
  animation: menuToggleHover 0.7s linear  alternate infinite;
  -webkit-animation: menuToggleHover 0.7s linear  alternate infinite;
  -moz-animation: menuToggleHover 0.7s linear  alternate infinite;
  -o-animation: menuToggleHover 0.7s linear  alternate infinite;
}
body .menu-wrapper .menu-header .menu-toggle.no-subtitle {
  height: 80px;
}
body .menu-wrapper .menu-header .menu-toggle.no-subtitle img {
  margin: 20px 40px;
}
body .menu-wrapper .menu-body p {
  margin-bottom: 0;
}
body .menu-wrapper .menu-body:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
body .menu-wrapper .menu-body .left-item {
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  -moz-flex: 0 0 70%;
  -o-flex: 0 0 70%;
  flex: 0 0 70%;
}
body .menu-wrapper .menu-body .right-item {
  flex: 0 0 30%;
}
body .menu-wrapper .menu-body .right-item h4.with-price {
  background: #3CB44A;
  color: #fff;
  width: 55px;
  padding: 9px 11.5px;
  height: 55px;
  margin-left: auto;
}
body .menu-wrapper .menu-body .menu-row-one-col,
body .menu-wrapper .menu-body .menu-row-two-col,
body .menu-wrapper .menu-body .menu-row-three-col {
  height: auto;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
body .menu-wrapper .menu-body .menu-row-one-col .menu-item,
body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price {
  vertical-align: top;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 28px 25px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: rgba(242, 242, 242, 0.25);
}
body .menu-wrapper .menu-body .menu-row-one-col:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
body .menu-wrapper .menu-body .menu-row-one-col.full-row .menu-item {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  flex: 0 0 100%;
  border-right-color: #fff;
}
body .menu-wrapper .menu-body .menu-row-one-col.full-row .menu-item li {
  margin: 0;
  padding: 15px 0 15px 65px;
  background-position: 4% 49%;
}
body .menu-wrapper .menu-body .menu-row-one-col.lists.bg-white > .menu-item {
  background: rgba(255, 255, 255, 0);
}
body .menu-wrapper .menu-body .menu-row-one-col.lists > .menu-item {
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  -moz-flex: 0 0 100% !important;
  -o-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -o-flex-direction: row !important;
  flex-direction: row !important;
  position: relative;
  flex-flow: row wrap;
  justify-content: space-around;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border-right-color: #fff;
}
body .menu-wrapper .menu-body .menu-row-one-col.lists > .menu-item h4,
body .menu-wrapper .menu-body .menu-row-one-col.lists > .menu-item p.calories {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  flex: 0 0 100%;
}
body .menu-wrapper .menu-body .menu-row-one-col.lists > .menu-item ul.menu-list {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 30px 30px;
}
body .menu-wrapper .menu-body .menu-row-one-col.lists > .menu-item ul.menu-list li.list-item {
  margin-left: 0;
  text-align: left;
  background-position: 5% 44%;
}
body .menu-wrapper .menu-body .menu-row-two-col {
  border-bottom: 1px solid #ddd;
}
body .menu-wrapper .menu-body .menu-row-two-col .menu-item,
body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price {
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 28px 25px;
  vertical-align: top;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
body .menu-wrapper .menu-body .menu-row-two-col .menu-item:nth-child(odd),
body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price:nth-child(odd) {
  border-right: 1px solid #ddd;
}
body .menu-wrapper .menu-body .menu-row-two-col:nth-of-type(even) {
  background: rgba(242, 242, 242, 0.25);
}
body .menu-wrapper .menu-body .menu-row-two-col:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price,
body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
body .menu-wrapper .menu-body .menu-row-three-col .menu-item {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  -moz-flex: 0 0 33.33333%;
  -o-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  vertical-align: top;
  float: left;
  padding: 20px 28px 25px;
  border-right: 1px solid #ddd;
}
body .menu-wrapper .menu-body .menu-row-three-col .menu-item:nth-of-type(even) {
  background: rgba(242, 242, 242, 0.25);
}
body .menu-wrapper .menu-body .menu-row-one-col .menu-item.bg-white,
body .menu-wrapper .menu-body .menu-row-two-col .menu-item.bg-white,
body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price.bg-white,
body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price.bg-white {
  background: rgba(255, 255, 255, 0);
}
body .menu-wrapper .menu-body ul.menu-list,
body .menu-wrapper .menu-body ul.menu-list-inline {
  list-style: none;
  margin: 20px auto;
  display: block;
  width: 100%;
}
body .menu-wrapper .menu-body ul.menu-list li.list-item,
body .menu-wrapper .menu-body ul.menu-list-inline li.list-item {
  list-style: none;
  height: auto;
  min-height: 40px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  margin-left: 15px;
  padding-left: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: url('https://bareburger.com/wp-content/uploads/2017/02/Yellow_Plus_2.png') no-repeat top left;
  background-position: 5% 41%;
  padding: 15px 0 15px 50px;
}
body .menu-wrapper .menu-body ul.menu-list-inline {
  margin: 20px 25px 20px 0px;
  max-width: 360px;
}
body .menu-wrapper .menu-body ul.menu-list-inline li.list-item {
  line-height: 15px;
}
.menu-wrapper .disclaimer {
  text-align: center;
}
.menu-wrapper .disclaimer ul.disclaimer-list {
  list-style: none;
  text-align: left;
  max-width: 700px;
  margin: auto;
}
.menu-wrapper .disclaimer ul.disclaimer-list li {
  padding: 1px 0;
  font-size: 12px;
}
.menu-wrapper .disclaimer a img.aligncenter {
  margin: 0 auto;
}
body .menu-wrapper#per-person-catering .menu-section.pricing-table .menu-body {
  border-bottom: 1px solid #ddd;
}
body .menu-wrapper#per-person-catering .menu-section.pricing-table .menu-body .menu-row-three-col .menu-item:nth-of-type(3) {
  border-right-color: #fff;
}
body .menu-wrapper#per-person-catering .menu-section.beverages .menu-row-one-col .menu-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .menu-wrapper#per-person-catering .menu-section.food-truck .menu-row-two-col .menu-item:first-of-type {
  border-right-color: #fff;
}
body .menu-wrapper#per-person-catering .menu-section.food-truck .menu-row-two-col .menu-item:nth-of-type(2) ul.menu-list {
  margin-top: 58px;
}
body .menu-wrapper#group-catering .menu-section.sides .menu-body .menu-row-one-col .menu-item-price {
  background: rgba(255, 255, 255, 0);
}
body .menu-wrapper#general-menu .menu-body .menu-item {
  display: flex;
  display: -webkit-flex;
  display: -mox-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
}
body .menu-wrapper#general-menu .menu-body .menu-item p.calories {
  margin-top: auto;
  padding-top: 15px;
}
body .desk-wedding-menu .wpb_raw_code,
body .desk-pp-menu .wpb_raw_code {
  padding: 0 15px;
}
@keyframes menuHover {
  from {
    top: 24px;
  }
  to {
    top: 50px;
  }
}
@-webkit-keyframes menuHover {
  from {
    top: 24px;
  }
  to {
    top: 50px;
  }
}
@-moz-keyframes menuHover {
  from {
    top: 24px;
  }
  to {
    top: 50px;
  }
}
@-o-keyframes menuHover {
  from {
    top: 24px;
  }
  to {
    top: 50px;
  }
}
.menuToggle:hover:before {
  animation: menuHover 0.7s linear  alternate infinite;
  -webkit-animation: menuHover 0.7s linear  alternate infinite;
  -moz-animation: menuHover 0.7s linear  alternate infinite;
  -o-animation: menuHover 0.7s linear  alternate infinite;
}
@keyframes menuToggleHover {
  from {
    top: 0px;
  }
  to {
    top: 20px;
  }
}
@-webkit-keyframes menuToggleHover {
  from {
    top: 0px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes menuToggleHover {
  from {
    top: 0px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes menuToggleHover {
  from {
    top: 0px;
  }
  to {
    top: 20px;
  }
}
.catblock-img img {
  height: 100%;
  float: left;
}
.mmc-accordion .group .ui-accordion-header span {
  font-size: 32px !important;
  font-weight: bold !important;
}
.mmc-accordion .group .ui-accordion-header a i {
  /*margin-top: 6px;
		background-color: #f4b924 !important;*/
  visibility: hidden;
  display: none;
}
.mmc-accordion .group .ui-accordion-header a:before {
  margin-top: 12px;
}
.default.mmc-accordion .group .ui-accordion-header a:before {
  color: #f4b924;
}
.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background: #fff;
}
.mmc-accordion .group .ui-accordion-content {
  background: #fff;
}
body .catering-menu-row h2 {
  text-align: center;
}
body .catering-menu-row ul.catering-menus {
  flex-flow: row wrap;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  margin: auto;
  position: relative;
}
body .catering-menu-row ul.catering-menus li {
  max-width: 383px;
  width: 100%;
  height: 383px;
  background: #fff;
  box-shadow: 0 0 5px rgba(20, 20, 20, 0.2);
  margin: 0 20px 20px;
  list-style: none;
  flex: 0 50%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
}
body .catering-menu-row ul.catering-menus li div {
  width: 100%;
  padding: 40px;
}
body .catering-menu-row ul.catering-menus li div h2 {
  margin-bottom: 25px;
}
body .catering-menu-row ul.catering-menus li div img {
  margin: 0 auto;
  text-align: center;
}
body .catering-menu-row ul.catering-menus li div p {
  text-align: center;
  position: relative;
}
body .catering-menu-row ul.catering-menus li div p > a {
  content: "";
  position: absolute;
  width: 61px;
  height: 61px;
  background: url('https://bareburger.com/wp-content/uploads/2017/02/Yellow_Anchor_Arrow.png') no-repeat center center;
  background-size: cover;
  left: 50%;
  text-indent: -9999px;
  top: 0;
  border-radius: 60px;
  margin-left: -30px;
  right: 50%;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}
body .catering-menu-row ul.catering-menus li div p > a:hover {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  top: 10px;
}
body input[type="text"],
body input[type="email"],
body input[type="number"],
body input[type="submit"],
body select,
body select.ninja-forms-field {
  padding: 0px 20px;
  height: 50px;
  width: 100%;
  margin: 0px;
  color: #2e2e2c;
  border-radius: 0;
}
body textarea {
  height: 110px;
  color: #2e2e2c;
}
body label {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #656565;
  margin-bottom: 0px;
  font-family: PT Sans, sans-serif;
  font-weight: bold;
}
body input[type="submit"] {
  width: 100%;
  padding: 5px;
  border-radius: 0px;
  background-color: #ff0f10;
  border-color: #ff0f10;
  color: #fff;
  font-weight: 700;
  font-family: Amatic SC, sans-serif !important;
  font-size: 26px;
}
body input[type="submit"]:hover {
  background: #f3b800;
  border-color: #f3b800;
  color: #fff;
}
body #nf_submit_11 {
  max-width: 271px;
  margin: auto;
}
body #ninja_forms_form_11_all_fields_wrap .ninja-forms-field h2 {
  margin-top: -118px;
}
body #ninja_forms_form_11_all_fields_wrap {
  max-width: 630px;
}
body #ninja_forms_form_11_response_msg {
  position: absolute;
  top: 98%;
  z-index: 2;
  left: 30%;
  right: 30%;
  text-align: center;
}
body #ninja_forms_form_1_cont .ninja-forms-response-msg p:nth-of-type(2),
body #ninja_forms_form_1_cont .ninja-forms-error-msg p:nth-of-type(2) {
  top: 96%;
}
body .ui-datepicker {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
}
body .ui-datepicker .ui-datepicker-header {
  background: #2e2e2c;
}
body .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev > span,
body .ui-datepicker .ui-datepicker-header a.ui-datepicker-next > span {
  color: #fff;
  font-size: 12px;
  padding-top: 3px;
}
body .ui-datepicker .ui-datepicker-title {
  color: #f3b800;
}
body .ui-datepicker table.ui-datepicker-calendar {
  margin-bottom: 0;
}
@media all and (min-width: 1900px) {
  .three-links ul li {
    height: 300px;
  }
}
@media all and (max-width: 1131px) {
  .f-boxes {
    padding: 0 5%;
  }
  .f-boxes h3 {
    font-size: 28px;
  }
  .f-boxes .fi-outter-1 img {
    margin: 35px auto 25px;
  }
  .f-boxes .fi-outter-2 .fi-inner h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 1025px) {
  h3 {
    font-size: 38px !important;
  }
  ul.per-person li {
    list-style: none;
    display: inline-block;
    float: left;
  }
  ul.per-person li:first-child {
    width: 83% !important;
  }
  ul.per-person li:last-child {
    width: 17% !important;
  }
  .catering-space {
    height: 30px !important;
  }
  #header.mmc-header ul.mmc-nav-list li:last-child > a,
  #header.mmc-header ul.mmc-nav-list li:nth-child(2) > a {
    margin-right: 0;
  }
  #header.mmc-header ul.mmc-nav-list li a.mmc-nav-more-btn {
    content: "";
    position: absolute;
    width: 100px;
    height: 80px;
    border-bottom: none;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 290px;
    background: url('https://bareburger.com/wp-content/uploads/2016/07/Down_Arrow_Yellow.png') no-repeat center center;
  }
  #header.mmc-header ul.mmc-nav-list li:hover ul.sub-menu-header {
    padding-top: 0px;
  }
  #header.mmc-header ul.mmc-nav-list li ul.sub-menu-header {
    box-shadow: none;
    padding-top: 0px;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 0.05);
  }
  #header.mmc-header ul.mmc-nav-list li ul.sub-menu-header li,
  #header.mmc-header ul.mmc-nav-list li ul.sub-menu-header li:hover {
    background: rgba(0, 0, 0, 0);
  }
  #header.mmc-header ul.mmc-nav-list li ul.sub-menu-header li a,
  #header.mmc-header ul.mmc-nav-list li ul.sub-menu-header li:hover a {
    color: #fff !important;
    text-align: center;
  }
  #header.mmc-header ul.mmc-nav-list li ul.sub-menu-header li:hover li:hover,
  #header.mmc-header ul.mmc-nav-list li ul.sub-menu-header li:hover:hover li:hover {
    background: rgba(0, 0, 0, 0);
  }
}
@media all and (min-width: 1025px) {
  .wrapper-bottom {
    float: left;
    width: 360px;
  }
  .wrapper-bottom > ul {
    float: left;
  }
  .wrapper-bottom #order-online {
    float: right;
    margin-top: 8px !important;
  }
}
@media all and (max-width: 1025px) {
  .catering-menu-row.vc_custom_1484770337841 {
    padding-bottom: 0px !important;
  }
  li#menu-item-1660 {
    display: inline-block;
    visibility: visible;
    opacity: 1;
  }
  a:hover {
    background: none;
  }
  .heart-arrow.press {
    top: 500px;
  }
  .heart-arrow.contact {
    top: 500px;
  }
  .heart-arrow.cater {
    top: 500px;
  }
  .heart-arrow.story {
    top: 500px;
  }
  .heart-arrow.people {
    top: 500px;
  }
  .heart-arrow.eats {
    top: 440px;
  }
  .heart-arrow.franchise {
    top: 440px;
  }
  .heart-arrow.home {
    top: 550px;
  }
  body header#header a#order-online.tab-only,
  body header#header a#order-online {
    display: inline-block;
    padding: 2px 15px !important;
    font-size: 28px !important;
    width: 136px !important;
    height: 40px;
  }
  body header#header a#order-online.tab-only {
    position: absolute;
    right: 93px;
    top: 10px;
  }
  body header#header .touchscreen-nav-open a#order-online {
    line-height: 33px;
    float: left;
    display: inline-block;
    margin: 5px 0;
  }
  .remove-tablet-down {
    display: none;
  }
  .tablet-down {
    display: block;
  }
  body #header.mmc-header .mmc-social-links {
    font-size: 35px !important;
    margin-top: -5px;
  }
  body #header.mmc-header .mmc-social-links li > a i:before {
    width: 25px;
    height: 25px;
  }
  body h2 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
  .mmc-sidebar-button {
    display: none !important;
  }
  .mmc-nav-overlay.active {
    display: none !important;
  }
  .prettyFileBar form#Map-List-Search {
    margin: 50px 0 !important;
  }
  .prettyFileBar form#Map-List-Search input.prettySearchValue {
    margin: 5px;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar {
    right: -100%;
    width: 100%;
    padding: 80px 0px 0;
    z-index: 999;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open {
    right: 0;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar .mmc-mobile-search-form {
    display: none;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav {
    border-bottom: 0;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
    margin: 0;
    padding: 0 !important;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar ul.mmc-nav-list {
    max-width: 400px;
    margin: auto;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar ul.mmc-nav-list a {
    font-size: 40px !important;
    line-height: 79px !important;
    border-color: #7d7d7d;
  }
  #header .mmc-header-inner .mmc-nav-list > li {
    margin: 0 !important;
  }
  html body header#header .mmc-header-inner .mmc-nav-list > li > a {
    color: #fff;
    border-bottom: 1px solid #f4b924;
    line-height: 70px !important;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
  }
  html body header#header .mmc-header-inner .mmc-nav-list > li > a:before,
  html body header#header .mmc-header-inner .mmc-nav-list > li > a:after {
    display: none !important;
  }
  html body header#header .mmc-header-inner .mmc-nav-list > li > a.mmc-nav-more-btn {
    line-height: 50px !important;
    padding: 0 10px;
    margin-right: -15px;
  }
  #header.mmc-header ul.mmc-nav-list li.current_page_item:before,
  #header.mmc-header ul.mmc-nav-list li.menu-item:hover:before {
    display: none !important;
  }
  header#header .mmc-nav > ul.mmc-nav-list > li.current_page_item > a {
    color: #f4b924 !important;
  }
  #header.mmc-header ul.mmc-nav-list li.current_page_item:before {
    display: none !important;
  }
  #header.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list {
    position: relative;
    top: -6px;
  }
  html body header#header .mmc-header-inner .mmc-logo,
  html body header#header.header-sticky .mmc-header-inner .mmc-logo {
    margin: 0 0 0 20px !important;
  }
  html body header#header .mmc-header-inner .mmc-logo img,
  html body header#header.header-sticky .mmc-header-inner .mmc-logo img {
    max-width: 160px !important;
    margin: 4px 0 0 !important;
    max-height: 58px !important;
  }
  #header .mmc-header-inner .mmc_extra_menu {
    margin: 0;
    position: absolute;
    top: 27px;
    right: 25px;
    z-index: 9999;
  }
  #header .mmc-header-inner .mmc_extra_menu .mmc-icon-align-justify {
    font-size: 28px;
  }
  .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button {
    color: #fff;
  }
  .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button i:before {
    content: "" !important;
    background: url('https://bareburger.com/wp-content/uploads/2016/11/BB_hamburger.png') no-repeat center;
    width: 27px;
    height: 20px;
    position: relative;
    top: -4px;
  }
  .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button.active i:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/12/MM_X.png') no-repeat center;
  }
  .mmc-nav-push-right .mmc-icon-align-justify:before {
    content: "\f00d";
    color: #fff;
  }
  #header .mmc-header-inner .mmc_extra_menu a.mmc-nav-trigger:before {
    display: none;
  }
  #header .mmc-header-inner .mmc-nav-list > li > a:before,
  #header .mmc-header-inner .mmc-nav-list > li > a:after {
    background-color: transparent !important;
  }
  body #header.mmc-header nav.mmc-nav {
    margin-left: 0 !important;
  }
  #header .mmc-header-inner .mmc-nav-wrap {
    display: block;
    padding-top: 50px !important;
  }
  body #header.mmc-header .wrapper-bottom {
    max-width: 400px;
    margin: 0 auto;
  }
  body #header.mmc-header ul.mmc-social-links {
    display: inline-block;
    float: right;
    max-width: 188px;
    margin: 0 !important;
  }
  body #header.mmc-header ul.mmc-social-links li:nth-child(1) {
    width: 22px;
  }
  body #header.mmc-header ul.mmc-social-links li:nth-child(2) {
    width: 25px;
  }
  body #header.mmc-header ul.mmc-social-links li:nth-child(3) {
    width: 29px;
  }
  body #header.mmc-header ul.mmc-social-links li:nth-child(4) {
    width: 25px;
  }
  body #header.mmc-header ul.mmc-social-links li:nth-child(5) {
    width: 22px;
  }
  body .mmc-row.mmc-outer-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .mmc-row.mmc-outer-row.mobile-padding-off {
    padding-left: 0;
    padding-right: 0;
  }
  body .mmc-row.mmc-outer-row .mmc-column,
  body .mmc-row.mmc-outer-row .vc_inner,
  body .mmc-row.mmc-outer-row .mmc-column-inner {
    padding: 0 !important;
    margin: 0 !important;
  }
  body .mmc-row.mmc-outer-row .mmc-column p,
  body .mmc-row.mmc-outer-row .vc_inner p,
  body .mmc-row.mmc-outer-row .mmc-column-inner p {
    padding-left: 0 !important;
  }
  body .prettyMapList #map-canvas0.mapHolder,
  body .rightmap .prettyFileBar {
    width: 100%;
    float: none;
    display: block;
  }
  body .prettyMapList #map-canvas0.mapHolder {
    top: 100px !important;
  }
  body .rightmap #ListContainer {
    width: 100%;
  }
  body.eats .center-correction > .mmc-column-wrapper.clear > .vc_col-sm-4 {
    width: 50% !important;
  }
  body.eats .center-correction > .mmc-column-wrapper.clear > .vc_col-sm-4.faq-mix {
    width: 100% !important;
    padding: 0 !important;
  }
  .vc_custom_1474646593620.find-bare,
  .vc_custom_1477989361540.find-bare,
  .vc_custom_1477996470903.find-bare {
    padding-top: 0;
    padding: 60px 10% !important;
  }
  .vc_custom_1474646593620.find-bare h2,
  .vc_custom_1477989361540.find-bare h2,
  .vc_custom_1477996470903.find-bare h2 {
    font-size: 50px !important;
    margin-bottom: 20px;
    text-align: center;
  }
  body form#Map-List-Search {
    margin: 60px 0 !important;
  }
  body form#Map-List-Search input.prettySearchValue {
    width: 100% !important;
    position: absolute;
    top: -398px;
  }
  .faq-mix .wpb_wrapper .mmc-faq,
  .faq-mix .wpb_wrapper .wpb_text_column {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  h2.people-h2:before {
    left: 135px;
  }
  h2.people-h2:after {
    left: 512px;
  }
  #featured-person .inner > img {
    min-height: 0;
    vertical-align: bottom;
  }
  #featured-person .inner .person-details {
    padding-bottom: 10px;
  }
  .mmc-news .mmc-flexslider h2 {
    width: 100%;
    left: 20px !important;
  }
  .mmc-news .mmc-flexslider ul.mmc-item-list li .item-inwrap div.title {
    padding-left: 15px;
  }
  .mmc-news .mmc-flexslider ul.mmc-item-list li .item-inwrap div.content {
    line-height: 27px;
    display: -webkit-box;
    max-height: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .mmc-feed.layout-carousel.layout-carousel_single .item .item-inwrap {
    max-width: 100% !important;
  }
  .mmc-row.special {
    max-width: 100%;
    left: 0;
  }
  .mmc-row.special .sidebar {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .mmc-row.special .sidebar .mmc_custom_menu ul li {
    text-align: left;
  }
  .mmc-row.special .sidebar .mmc_custom_menu ul li a {
    text-transform: uppercase;
  }
  .mmc-row.special .s-content {
    border: 0;
    float: none;
    max-width: none;
    width: 100% !important;
  }
  body.single-events .mmc-row .js-tab-row {
    padding-left: 50px !important;
  }
  .mmc-row.m-ba-scroll {
    background-attachment: scroll !important;
  }
  body .mmc-button.big {
    width: 200px !important;
  }
  .three-links ul li,
  .four-links ul li {
    padding: 35px 15px;
  }
  body .mmc-row.js-open-row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .mmc-row.js-open-row .mmc-column {
    padding: 10px !important;
  }
  .mmc-row.special.mmc-outer-row .mmc-column-wrapper {
    display: block;
  }
  .mmc-row.special.mmc-outer-row .sidebar {
    border: 0;
    margin-bottom: 30px !important;
  }
  .four-links ul {
    flex-wrap: wrap;
  }
  .four-links ul li {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  body .prettyMapList #map-canvas0.mapHolder {
    height: 400px !important;
  }
  body .prettyMapList #map-canvas0.mapHolder .infoWindowContainer.infobox {
    max-width: 400px;
    margin-left: 10%;
  }
  body .prettyMapList #map-canvas0.mapHolder .infoWindowContainer.infobox .infoWindow {
    max-width: 400px;
  }
  body .prettyMapList .infowindowContent {
    max-height: 390px !important;
  }
  body .prettyMapList .infowindowContent table.location-hours th.custom_4:first-of-type {
    left: 126px;
  }
  body .prettyMapList .prettyMessage {
    position: absolute;
    top: 888px;
  }
  .ff-monthly .custom_5 {
    max-width: 305px;
    margin: 0 auto 20px;
  }
  .ff-monthly .custom_5:before,
  .ff-monthly .custom_5:after {
    background-size: 70%;
    top: -15px;
    width: 50px;
    height: 60px;
  }
  .ff-monthly .custom_5:after,
  .ff-monthly .custom_5:before {
    display: none;
    visibility: hidden;
  }
  .n-store .custom_5 {
    max-width: 100px;
  }
  .n-store .custom_5:before,
  .n-store .custom_5:after {
    background-size: 85%;
    top: -15px;
    width: 60px;
    height: 65px;
  }
  .n-store .custom_5:after,
  .n-store .custom_5:before {
    display: none;
    visibility: hidden;
  }
  body form#Map-List-Search {
    width: 100%;
    margin: 40px 0 !important;
  }
  body .prettyPagination {
    width: 100%;
  }
  body.search-results {
    padding: 15px;
  }
  ul.unstyled.prettyListItems li.corePrettyStyle:nth-child(odd) {
    border-left: 1px solid #efefef;
  }
  ul.unstyled.prettyListItems li.corePrettyStyle:nth-child(even) {
    border-right: 1px solid #efefef;
  }
  .prettyMapList a.pfl_prev.btn.corePrettyStyle,
  .prettyMapList a.pfl_prev.btn.corePrettyStyle.disabled {
    background-position: 62% 58%;
    max-width: 50%;
    padding-top: 20px;
  }
  .prettyMapList a.pfl_next.btn.corePrettyStyle,
  .prettyMapList a.pfl_next.btn.corePrettyStyle.disabled {
    background-position: 38% 58%;
    max-width: 50%;
    padding-top: 20px;
  }
  footer .social-col {
    display: none;
  }
  footer .top-footer-2 .mmc-image-block.mmc-image-align-left {
    text-align: center;
  }
  footer .top-footer-1.remove-tablet-down {
    display: block !important;
  }
  footer .mmc_custom_menu {
    display: none;
  }
  body footer .wpb_column.vc_column_container.vc_col-sm-3 {
    padding-right: 0 !important;
    text-align: center !important;
    width: 100%;
  }
  body footer .wpb_column.vc_column_container.vc_col-sm-3 .mmc-image-block {
    text-align: center;
  }
  body footer p {
    margin-left: 30px;
    line-height: 26px !important;
  }
  body footer img {
    max-width: 170px;
  }
  body footer .wpb_column .vc_column_container .vc_col-sm-9 {
    display: none;
  }
  body footer ul.mmc-social-links,
  body footer .sub-footer-2 {
    display: none;
  }
  body footer .sub-footer-1 ul.mmc-social-links {
    display: block;
  }
  body footer .wpb_raw_code {
    margin-right: 30px;
  }
  body footer ul li {
    width: 30px;
  }
  body footer ul li:nth-child(4) {
    width: 28px;
  }
  body footer ul li:nth-child(5) {
    margin-top: -7px;
  }
  body footer ul li a > i:before {
    width: 22px !important;
    height: 22px !important;
  }
  .insta-row {
    max-width: 234px;
  }
  .insta-row img {
    top: 6px;
    left: 179px;
  }
  /* Press */
  body .news-articles .mmc-news .item-content {
    top: 9.7%;
    left: 11.7%;
    min-height: 80%;
  }
  body .news-articles .mmc-news .item-content > h4.title > a {
    /*font-size: 44px;*/
    font-size: 130%;
    line-height: 130%;
  }
  .sm-desktop-down {
    display: block;
  }
  .remove-sm-desktop-down {
    display: none;
  }
  /* Franchise */
  .f-boxes .fi-outter-1,
  .f-boxes .fi-outter-2,
  .f-boxes .fi-outter-3,
  .f-boxes .fi-outter-4,
  .f-boxes .fi-outter-5,
  .f-boxes .fi-outter-6 {
    max-width: 265px;
    height: auto !important;
    margin: 30px auto;
  }
  .f-boxes .fi-outter-1,
  .f-boxes .fi-outter-4 {
    margin: 0 auto 30px;
  }
  .f-boxes .fi-row > .mmc-column-wrapper.clear > .vc_col-sm-4:nth-of-type(1) {
    padding-left: 15px !important;
  }
  .f-boxes .fi-row:nth-of-type(1) > .mmc-column-wrapper.clear > .vc_col-sm-4 {
    padding: 0 15px 15px !important;
  }
  .f-boxes .fi-outter-3 {
    background: #87c5ca;
  }
  .f-boxes .fi-outter-3 .fi-inner h3 {
    color: #fff;
  }
  .f-boxes .mmc-row.fi-row .vc_col-sm-6:nth-of-type(1) > .vc_column-inner {
    max-width: 265px;
    margin-left: auto;
  }
  .f-boxes .mmc-row.fi-row .vc_col-sm-6:nth-of-type(2) > .vc_column-inner {
    max-width: 265px;
    margin-right: auto;
  }
  .f-boxes .fi-row > .mmc-column-wrapper.clear > .vc_col-sm-4:nth-of-type(3) {
    padding-right: 15px !important;
  }
  .f-boxes .fi-row:nth-of-type(2) > .mmc-column-wrapper.clear > .vc_col-sm-4 {
    padding: 15px 15px 15px !important;
  }
  .f-boxes .fi-inner img,
  .f-boxes .fi-outter-1 img {
    margin: 45px auto 25px;
    max-width: 160px;
  }
  .f-boxes .fi-outter-1 img {
    max-height: 90px;
    margin-bottom: 30px;
  }
  .f-boxes .fi-outter-2 .fi-inner h2 {
    padding: 55px 2px;
    font-size: 28px !important;
    line-height: 44px !important;
  }
  .f-boxes h3 {
    font-size: 26px !important;
    margin-bottom: 20px;
  }
  body .mmc-row.mmc-outer-row .card-style-2.vc_inner {
    margin: 0 auto !important;
  }
  body .mmc-row.card-style-2.franchise-text .mmc-widget.mmc-faq h3 > a > span {
    font-size: 32px !important;
  }
  body #ninja_forms_form_11_wrap #ninja_forms_form_11_all_fields_wrap {
    position: relative;
  }
  body #ninja_forms_form_11_wrap.ninja-forms-required-items {
    position: absolute;
    text-transform: translatex(50%);
    left: 10%;
    top: 98px;
  }
  body #ninja_forms_form_11_wrap h2 {
    margin: 0px auto 45px;
  }
  /* Eats Page */
  body .mmc-row.no-padding {
    padding: 0 0 0 0 !important;
  }
  body ul.buzz-accordion.tablet-down {
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    -o-justify-content: space-between !important;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    list-style: none;
    max-width: 950px;
    margin: auto;
  }
  body ul.buzz-accordion.tablet-down li {
    margin: 10px 0;
    width: 49%;
  }
  body ul.buzz-accordion.tablet-down li:nth-child(7) {
    width: 100%;
  }
  body ul.buzz-accordion.tablet-down .cta-card {
    width: 100%;
    max-width: 100%;
  }
  body ul.buzz-accordion.vanilla > div {
    margin: 10px 0;
    width: 100%;
  }
  body ul.buzz-accordion.vanilla h2 {
    line-height: 30px !important;
  }
  body ul.buzz-accordion.vanilla > div:nth-of-type(1) {
    margin: 10px 0 0;
  }
  body ul.buzz-accordion.vanilla > div:nth-of-type(2) {
    margin: 0 0 0;
  }
  body ul.buzz-accordion.vanilla > div:nth-of-type(2) li:first-child {
    margin-top: 0px;
  }
  body #featured-person .bio {
    -webkit-transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
    -ms-transition: 0.35s all ease-in-out;
    -o-transition: 0.35s all ease-in-out;
    transition: 0.35s all ease-in-out;
    max-height: 120px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
  }
  body #featured-person .bio:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0.8) 0%, #f0f0f0 100%);
    opacity: 1;
    -webkit-transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
    -ms-transition: 0.35s all ease-in-out;
    -o-transition: 0.35s all ease-in-out;
    transition: 0.35s all ease-in-out;
  }
  body #featured-person .bio.active {
    max-height: 400px;
  }
  body #featured-person .bio.active:after {
    opacity: 0;
  }
  body #featured-person .bio.active .more-tablet {
    transform: rotate(180deg);
  }
  body .more-tablet {
    background: url('https://bareburger.com/wp-content/uploads/2016/12/more-info.png') center no-repeat;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 25px;
    z-index: 2;
    -webkit-transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
    -ms-transition: 0.35s all ease-in-out;
    -o-transition: 0.35s all ease-in-out;
    transition: 0.35s all ease-in-out;
  }
  body .fran-accordion {
    max-width: 650px;
    margin: auto;
  }
  body .fran-accordion > div {
    width: 46%;
    float: none;
    margin: 10px;
  }
  body .fran-accordion > div:nth-of-type(1) li:nth-child(2) h2 {
    color: #171717;
    padding: 12% 8%;
  }
  body .fran-accordion > div:nth-of-type(2) li:nth-child(1) h2 {
    color: #fff;
  }
  body .fran-accordion li h2 {
    font-size: 38px !important;
  }
  .desk-wedding-menu .wpb_raw_code.wpb_content_element,
  .desk-pp-menu .wpb_raw_code.wpb_content_element {
    padding: 0 0px;
  }
}
@media all and (max-width: 900px) and (min-width: 769px) {
  body .catering-menu-row .catering-menus > li {
    flex: 0 40% !important;
  }
}
@media all and (max-width: 896px) and (min-width: 769px) {
  /* Press */
  body .news-articles .mmc-news .item-content {
    left: 12%;
    min-height: 79%;
  }
  body .news-articles .mmc-news .item-content p a.press-arrow-link img {
    top: 15px;
  }
  body .news-articles .mmc-news .item-content > h4.title {
    padding: 5% 5px 15px;
  }
  body .news-articles .mmc-news .item-content > h4.title > a {
    font-size: 175%;
    line-height: 125%;
  }
}
@media all and (max-width: 900px) {
  .catering-table.food-truck ul.catering-bullets.full-row {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
    -ms-columns: 2;
    margin: 30px auto 10px;
  }
  .catering-table.food-truck ul.catering-bullets.full-row li {
    padding-left: 60px;
  }
  .catering-table.food-truck ul.catering-bullets.full-row li:nth-child(4) {
    height: 55px !important;
    line-height: 24px !important;
    background-position: 5% 51% !important;
    border-top: none;
    margin-top: 0px !important;
  }
  .catering-table.food-truck ul.catering-bullets.full-row li:nth-child(3) {
    border-bottom-color: #ddd !important;
  }
  .catering-table.food-truck ul.catering-bullets.half-row li {
    background-position: 3.5% 40%;
    padding-left: 62px;
  }
  .catering-table.food-truck tbody td {
    border-right-color: #fff;
  }
  .catering-table.food-truck tbody td:nth-of-type(2) {
    border-right-color: #c1c1c1;
  }
  ul.per-person li {
    list-style: none;
    display: inline-block;
    float: left;
  }
  ul.per-person li:first-child {
    width: 85% !important;
  }
  ul.per-person li:last-child {
    width: 15% !important;
  }
  .heart-arrow.press {
    top: 500px;
  }
  .heart-arrow.contact {
    top: 500px;
  }
  .heart-arrow.cater {
    top: 370px;
  }
  .heart-arrow.story {
    top: 500px;
  }
  .heart-arrow.people {
    top: 500px;
  }
  .heart-arrow.eats {
    top: 440px;
  }
  .heart-arrow.franchise {
    top: 440px;
  }
  .heart-arrow.home {
    top: 550px;
  }
  .catering-hero {
    min-height: 450px !important;
  }
  .cater-hero-space {
    height: 0px !important;
  }
  .catering-table h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .catering-table p {
    margin-bottom: 5px;
  }
  .mobile-catering-menu p {
    margin-bottom: 0px;
  }
  .mobile-pp-menu h3,
  .mobile-wedding-menu h3 {
    font-size: 40px !important;
    font-weight: bold !important;
  }
  table {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    width: 100%;
  }
  table td {
    padding: 15px 5px;
    border: 1px solid #e5e5e5;
  }
  body .mmc-style-large_font.mmc-accordion .group .ui-accordion-content {
    padding: 5px 20px 20px 20px;
  }
  body ul.per-person li:last-child {
    width: 7%;
  }
  body .desk-wedding-menu table.catering-table.catering-table.packages tbody td,
  body .desk-pp-menu table.catering-table.catering-table.packages tbody td {
    width: 100%;
    display: block;
    border-left-color: #fff;
    border-right-color: #fff;
  }
  body .desk-wedding-menu table.catering-table.catering-table.packages tbody td ul.catering-bullets,
  body .desk-pp-menu table.catering-table.catering-table.packages tbody td ul.catering-bullets {
    margin: 20px auto;
  }
  body .desk-wedding-menu table.catering-table.catering-table.packages tbody td ul.catering-bullets li.plus,
  body .desk-pp-menu table.catering-table.catering-table.packages tbody td ul.catering-bullets li.plus {
    padding-left: 55px;
  }
  body .desk-wedding-menu table.catering-table.catering-table.packages tbody td:nth-of-type(odd),
  body .desk-pp-menu table.catering-table.catering-table.packages tbody td:nth-of-type(odd) {
    background: rgba(242, 242, 242, 0.25);
  }
  body .desk-wedding-menu table.catering-table.catering-table.packages tbody td:nth-of-type(even),
  body .desk-pp-menu table.catering-table.catering-table.packages tbody td:nth-of-type(even) {
    background: #fff;
  }
  body .desk-wedding-menu table.catering-table.catering-table.packages tr,
  body .desk-pp-menu table.catering-table.catering-table.packages tr {
    border: none;
  }
  body .desk-wedding-menu table.catering-table.catering-table tbody,
  body .desk-pp-menu table.catering-table.catering-table tbody {
    display: none;
  }
  body .desk-wedding-menu table.catering-table.catering-table tbody tr,
  body .desk-pp-menu table.catering-table.catering-table tbody tr {
    border-bottom: none;
  }
  body .desk-wedding-menu table.catering-table.catering-table tbody tr > td,
  body .desk-pp-menu table.catering-table.catering-table tbody tr > td {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top: none;
    display: inline-block;
  }
  body .desk-wedding-menu table.catering-table.catering-table tbody tr > td:nth-of-type(odd),
  body .desk-pp-menu table.catering-table.catering-table tbody tr > td:nth-of-type(odd) {
    border-right-color: #fff !important;
    background: rgba(242, 242, 242, 0.25);
  }
  body .desk-wedding-menu table.catering-table.catering-table tbody tr > td:nth-of-type(even),
  body .desk-pp-menu table.catering-table.catering-table tbody tr > td:nth-of-type(even) {
    border-left-color: #fff !important;
    background: #fff;
  }
  body .desk-wedding-menu table.catering-table.catering-table thead h3,
  body .desk-pp-menu table.catering-table.catering-table thead h3 {
    max-width: 80%;
  }
  body .desk-wedding-menu table.catering-table.catering-table.food-truck tbody ul.catering-bullets.full-row,
  body .desk-pp-menu table.catering-table.catering-table.food-truck tbody ul.catering-bullets.full-row {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    -ms-columns: 1;
  }
  body .desk-wedding-menu table.catering-table.catering-table.food-truck tbody ul.catering-bullets.full-row li:nth-of-type(4),
  body .desk-pp-menu table.catering-table.catering-table.food-truck tbody ul.catering-bullets.full-row li:nth-of-type(4) {
    height: 40px;
    line-height: 25px;
    background-position: 5% -2%;
  }
  body .desk-wedding-menu table.catering-table.catering-table.food-truck tbody tr:nth-of-type(2) td,
  body .desk-pp-menu table.catering-table.catering-table.food-truck tbody tr:nth-of-type(2) td {
    background: #fff;
  }
  body .desk-wedding-menu table.catering-table.catering-table td.menuToggle,
  body .desk-pp-menu table.catering-table.catering-table td.menuToggle {
    position: relative;
  }
  body .desk-wedding-menu table.catering-table.catering-table td.menuToggle:before,
  body .desk-pp-menu table.catering-table.catering-table td.menuToggle:before {
    display: block;
    visibility: visible;
  }
  body .desk-wedding-menu .vc_empty_space,
  body .desk-pp-menu .vc_empty_space {
    height: 40px !important;
  }
  body .desk-pp-menu .big-catering-menu table.catering-table tbody tr td ul.per-person li:first-of-type {
    padding-right: 20px;
  }
  body .desk-pp-menu .big-catering-menu table.catering-table tbody tr td ul.per-person li:nth-of-type(2) .price h4 {
    padding: 0px 12px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  body .menu-wrapper .menu-body {
    display: none;
  }
  body .menu-wrapper .menu-body h4 {
    font-size: 30px;
    line-height: 38px;
  }
  body .menu-wrapper .menu-body .disclaimer p {
    margin-bottom: 30px;
  }
  body .menu-wrapper .menu-body .menu-row-three-col,
  body .menu-wrapper .menu-body .menu-row-one-col {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex: flex 0 100%;
    -ms-flex: flex 0 100%;
    -moz-flex: flex 0 100%;
    -o-flex: flex 0 100%;
    flex: flex 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .menu-wrapper .menu-body .menu-row-three-col .menu-item,
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body .menu-wrapper .menu-body .menu-row-two-col {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -o-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: flex 0 100%;
    -ms-flex: flex 0 100%;
    -moz-flex: flex 0 100%;
    -o-flex: flex 0 100%;
    flex: flex 0 100%;
  }
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex: flex 0 100%;
    -ms-flex: flex 0 100%;
    -moz-flex: flex 0 100%;
    -o-flex: flex 0 100%;
    flex: flex 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .menu-wrapper .menu-body .menu-row-one-col {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: flex 0 100%;
    -ms-flex: flex 0 100%;
    -moz-flex: flex 0 100%;
    -o-flex: flex 0 100%;
    flex: flex 0 100%;
  }
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item:last-of-type,
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price:last-of-type {
    border-right-color: #fff;
  }
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price,
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price.bg-white,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price.bg-white {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price .left-item,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price .left-item,
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price.bg-white .left-item,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price.bg-white .left-item {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -o-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price .right-item,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price .right-item,
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price.bg-white .right-item,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price.bg-white .right-item {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price .right-item h4,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price .right-item h4,
  body .menu-wrapper .menu-body .menu-row-one-col .menu-item-price.bg-white .right-item h4,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price.bg-white .right-item h4 {
    margin: auto;
  }
  body .menu-wrapper .menu-body .menu-row-two-col {
    border-bottom-color: #fff;
  }
  body .menu-wrapper .menu-body .menu-row-two-col:nth-of-type(even) {
    background: rgba(242, 242, 242, 0);
  }
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item,
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price {
    border-top-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item:nth-of-type(even),
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price:nth-of-type(even) {
    background: rgba(242, 242, 242, 0.25);
    border-right-color: #fff;
  }
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item:nth-of-type(odd),
  body .menu-wrapper .menu-body .menu-row-two-col .menu-item-price:nth-of-type(odd) {
    border-right-color: #fff;
  }
  body .menu-wrapper .menu-header .menu-toggle {
    display: block;
    visibility: visible;
  }
  body .menu-wrapper .menu-header .menu-toggle img {
    left: 0%;
  }
  body .menu-wrapper#per-person-catering .burgers-and-witches .menu-body .menu-row-one-col .menu-item,
  body .menu-wrapper#per-person-catering .sides .menu-body .menu-row-one-col .menu-item,
  body .menu-wrapper#per-person-catering .beverages .menu-body .menu-row-one-col .menu-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background: rgba(255, 255, 255, 0);
  }
  body .menu-wrapper#per-person-catering .food-truck .menu-body .menu-row-two-col .menu-item:first-of-type {
    padding-bottom: 0px;
    border-bottom-color: #fff;
  }
  body .menu-wrapper#per-person-catering .food-truck .menu-body .menu-row-two-col .menu-item:first-of-type ul.menu-list {
    margin-bottom: 0px;
  }
  body .menu-wrapper#per-person-catering .food-truck .menu-body .menu-row-two-col .menu-item:last-of-type {
    padding-top: 0px;
    background: rgba(255, 255, 255, 0);
  }
  body .menu-wrapper#per-person-catering .food-truck .menu-body .menu-row-two-col .menu-item:last-of-type ul.menu-list {
    margin-top: 0px !important;
  }
  body .menu-wrapper#per-person-catering .pricing-table .menu-body .menu-item {
    border-right-color: #fff;
  }
  body .menu-wrapper#per-person-catering .pricing-table .menu-body .menu-item:nth-of-type(2) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  body .menu-wrapper#general-menu .mini-witches .menu-body .menu-row-one-col .menu-item,
  body .menu-wrapper#general-menu .mini-burgers .menu-body .menu-row-one-col .menu-item,
  body .menu-wrapper#general-menu .sides .menu-body .menu-row-one-col .menu-item,
  body .menu-wrapper#general-menu .shares .menu-body .menu-row-one-col .menu-item,
  body .menu-wrapper#general-menu .sandwitches .menu-body .menu-row-one-col .menu-item,
  body .menu-wrapper#general-menu .shakes .menu-body .menu-row-one-col .menu-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    background: rgba(255, 255, 255, 0);
  }
  body .menu-wrapper#group-catering .mini-witches .menu-body .menu-row-one-col .menu-item-price,
  body .menu-wrapper#group-catering .sides .menu-body .menu-row-one-col .menu-item-price {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    background: rgba(255, 255, 255, 0);
  }
}
.mobile-wedding-menu,
.mobile-pp-menu {
  visibility: hidden;
  display: none;
}
@media all and (max-width: 730px) {
  body .catering-menu-row .catering-menus > li {
    flex: 0 100% !important;
  }
}
@media all and (max-width: 769px) {
  h3 {
    font-size: 37px !important;
  }
  ul.per-person li {
    list-style: none;
    display: inline-block;
    float: left;
  }
  body .big-catering-menu {
    padding: 40px 40px 50px 40px;
  }
  html {
    margin-top: 42px !important;
  }
  html body .custom_3 {
    font-size: 122px;
  }
  html body h2,
  html body h2 > a {
    font-size: 48px;
    line-height: 60px !important;
  }
  html body p.custom_7 {
    font-size: 23px;
  }
  html body #header.mmc-header + section.main {
    margin-top: 28px;
  }
  html body header#header a#order-online.tab-only,
  html body header#header header#header a#order-online {
    max-width: 122px;
    font-size: 24px !important;
    height: 39px;
  }
  html body header#header a#order-online.tab-only {
    top: 11px;
  }
  html body header#header a#order-online.tab-o {
    top: 11px;
  }
  html body header#header .mmc-header-inner .mmc-logo img,
  html body header#header header#header.header-sticky .mmc-header-inner .mmc-logo img {
    max-width: 160px !important;
    margin: 6px 0 0 !important;
    max-height: 55px !important;
  }
  html body header#header .mmc_extra_menu a.mmc-nav-trigger {
    margin-top: 2px;
  }
  html body .heart-arrow.press {
    top: 460px;
  }
  html body .heart-arrow.contact {
    top: 460px;
  }
  html body .heart-arrow.cater {
    top: 370px;
  }
  html body .heart-arrow.story {
    top: 460px;
  }
  html body .heart-arrow.people {
    top: 460px;
  }
  html body .heart-arrow.eats {
    top: 430px;
  }
  html body .heart-arrow.franchise {
    top: 430px;
  }
  html body .heart-arrow.home {
    top: 485px;
  }
  .gallery-row {
    overflow-y: auto;
    overflow-x: hidden;
    width: 105%;
  }
  .gallery-row #container {
    max-width: 90%;
  }
  .gallery-row .btn-row {
    padding-bottom: 75px;
  }
  .gallery-row .close-gallery {
    top: 5px;
    right: 5px;
  }
  .gallery-row #slider {
    max-width: 95%;
    width: 95%;
    max-height: 95%;
  }
  .hh-text p {
    max-width: 440px;
  }
  .hh-text a.organic-pin {
    left: 78%;
    top: 118px;
  }
  .card-style-2 .mmc-widget.mmc-faq h3 a span {
    padding: 6px 65px 6px 22px;
  }
  .find-bare h2 {
    text-align: center;
  }
  .find-bare.vc_custom_1480618589148 {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .find-bare .prettyMapList #map-canvas1.mapHolder {
    height: 400px !important;
    top: 100px;
  }
  .find-bare .prettyMapList a.pfl_next.btn.corePrettyStyle,
  .find-bare .prettyMapList .prettyMapList a.pfl_next.btn.corePrettyStyle.disabled {
    background-position: 74% 57%;
    padding-top: 20px;
  }
  .find-bare .prettyMapList a.pfl_prev.btn.corePrettyStyle,
  .find-bare .prettyMapList .prettyMapList a.pfl_prev.btn.corePrettyStyle.disabled {
    background-position: 26% 57%;
    padding-top: 20px;
  }
  .find-bare .prettyMapList .prettyMessage {
    top: 875px;
  }
  .find-bare form#Map-List-Search {
    margin: 45px 0 !important;
  }
  .find-bare form#Map-List-Search input.prettySearchValue {
    top: -390px;
    margin: 0px;
  }
  .find-bare #map-canvas0.mapHolder {
    height: 400px !important;
  }
  .find-bare #map-canvas0.mapHolder .infoWindowContainer.infobox {
    max-width: 400px;
    margin-left: 10%;
  }
  .find-bare #map-canvas0.mapHolder .infoWindowContainer.infobox .infoWindow {
    max-width: 400px;
  }
  .find-bare .infowindowContent {
    max-height: 390px !important;
  }
  .find-bare .infowindowContent table.location-hours th.custom_4:first-of-type {
    left: 85px;
  }
  .mq768 {
    display: inline-block;
  }
  .vc_custom_1474646950045 .insta-row {
    max-width: none;
    text-align: center;
  }
  .vc_custom_1474646950045 .insta-row img {
    margin-left: 10px;
    position: static;
    vertical-align: middle;
  }
  .home.heart-arrow {
    top: 525px;
  }
  footer .vc_custom_1465569570264 .mmc-column-size-6 {
    width: 100% !important;
  }
  footer .vc_custom_1465569570264 .mmc-column-size-6 p {
    text-align: center !important;
  }
  footer .vc_custom_1465569570264 .mmc-column-size-6:last-child {
    display: none;
    visibility: hidden;
  }
  .tablet-down {
    display: block;
    visibility: visible;
  }
  .remove-tablet-down {
    display: none;
    visibility: hidden;
  }
  body footer p,
  body footer p > a {
    text-align: center !important;
    margin-top: 4px;
  }
  body footer .top-footer-1,
  body footer .sub-footer-1 {
    display: none;
  }
  body footer .top-footer-2,
  body footer .top-footer-2 ul.mmc_social_links-2,
  body footer .sub-footer-2 {
    display: block;
  }
  body footer ul.mmc-social-links.horizontal {
    max-width: 206px;
    margin: 0 auto !important;
  }
  .mobile-only {
    display: block;
    visibility: visible;
  }
  .insta-row img {
    max-width: 43px;
    margin-top: -3px;
  }
  .vc_custom_1474646950045 .mmc-shortcode {
    margin: -5px 0 !important;
  }
  /* Our story */
  body .our-mission-text,
  body .our-story-text,
  body .eats-intro-para {
    padding: 0 8%;
  }
  body .card-style-3 {
    max-width: 440px;
  }
  body .card-style-3 img {
    max-width: 150px;
  }
  /* Press */
  .news-articles .mmc-feed .item {
    width: 50%;
  }
  .news-articles .mmc-feed .item:nth-child(even) {
    float: left;
  }
  .news-articles .mmc-feed .item:nth-child(odd) {
    float: right;
  }
  /* Contact */
  .vc_custom_1474653078419 {
    padding: 60px 8% 0 !important;
  }
  /* Franchise */
  body .mmc-row .franchise-text {
    margin: 0 30px;
  }
  body .card-style-2 .mmc-widget.mmc-faq .wpb_accordion.wpb_content_element {
    margin: 0 auto !important;
  }
  body .card-style-2 .mmc-widget.mmc-faq > h3:first-of-type {
    display: none;
    visibility: hidden;
  }
  body .mmc-row.mmc-outer-row.f-boxes {
    padding: 0 30px !important;
  }
  body .mmc-row.fi-row.vc_inner {
    max-width: 600px;
    margin: auto !important;
  }
  body .mmc-row .fi-row .wpb_column.vc_column_container.vc_col-sm-6:first-of-type {
    float: left;
    width: 50%;
    padding-left: 15px !important;
  }
  body .mmc-row .fi-row .wpb_column.vc_column_container.vc_col-sm-6:nth-of-type(2) {
    float: right;
    width: 50%;
    padding-right: 15px !important;
  }
  body .mmc-row .fi-row .fi-outter-1,
  body .mmc-row .fi-row .fi-outter-4 {
    margin: 0 auto 30px;
  }
  body .mmc-row .fi-row .fi-outter-2,
  body .mmc-row .fi-row .fi-outter-3,
  body .mmc-row .fi-row .fi-outter-5,
  body .mmc-row .fi-row .fi-outter-6 {
    margin: 0 auto 30px;
  }
  body .mmc-row .fi-row .fi-outter-3 {
    background: #87c5ca;
  }
  body .mmc-row .fi-row .fi-outter-3 h3 {
    color: #fff;
  }
  body .mmc-row .fi-row .fi-outter-2 .fi-inner h2 {
    padding: 26% 2px;
    margin-bottom: 4%;
  }
  body .mmc-row .fi-row .fi-inner {
    padding: 10px 5px;
  }
  body .mmc-row .fi-row .fi-inner img {
    max-width: 100%;
  }
  body .mmc-row .fi-row .fi-outter-1 img {
    max-width: 50%;
    margin-bottom: 23px;
    max-height: 100%;
  }
  body .franchise-text-table table td {
    padding: 10px 0 10px 8%;
  }
  body .franchise-text-table {
    padding: 0 30px;
  }
  body #ninja_forms_form_11_response_msg {
    top: 97.5%;
    left: 20%;
    right: 20%;
  }
  /* Eats */
  #featured-person .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    max-width: 70%;
  }
  #featured-person .inner .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    margin: 0 auto;
    order: 2;
    width: 80%;
  }
  #featured-person .inner .person-details {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 0px;
  }
  #people #team-list .owl-controls .owl-buttons div,
  #friend-gallery .owl-controls .owl-buttons div {
    width: 45px;
  }
  .page-id-1107 .card-style-2 .mmc-faq .wpb_accordion_section.group:nth-of-type(1) {
    margin: 20px 0;
  }
  ul.mission-list {
    padding: 50px 40px 50px 80px;
  }
  body .menu-wrapper {
    padding: 80px 40px 50px 40px;
  }
  body .menu-wrapper .menu-header .menu-toggle img {
    left: -30px;
    margin: 40px;
  }
  body .menu-wrapper .menu-header .menu-toggle.no-subtitle img {
    left: -30px;
    margin: 20px 40px 40px;
  }
  body .menu-wrapper#general-menu .menu-row-one-col.lists ul.menu-list {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body .menu-wrapper#general-menu .menu-row-one-col.lists ul.menu-list:first-of-type {
    margin: 0 auto;
    padding: 20px 30px 0px;
  }
  body .menu-wrapper#general-menu .menu-row-one-col.lists ul.menu-list:last-of-type {
    margin-top: 0px;
    padding: 0px 30px 30px;
  }
}
@media all and (max-width: 584px) {
  ul.per-person li {
    list-style: none;
    display: inline-block;
    float: left;
  }
  body .fran-accordion {
    width: 100%;
  }
  body .fran-accordion > div {
    width: 100%;
    float: none;
  }
  body .fran-accordion > div:nth-of-type(1) {
    margin: 10px auto 0;
  }
  body .fran-accordion > div:nth-of-type(1) li:first-child {
    margin: 0 auto 10px;
  }
  body .fran-accordion > div:nth-of-type(1) li:nth-child(2) h2 {
    padding: 22% 8%;
  }
  body .fran-accordion > div:nth-of-type(2) {
    margin: 0px auto 10px;
  }
  body .fran-accordion > div:nth-of-type(2) li:first-child {
    margin: 0px auto 10px;
  }
  body .fran-accordion > div:nth-of-type(2) li:nth-child(2) h2 {
    padding: 200px 0 100px;
  }
  body .fran-accordion > div:nth-of-type(2) li:nth-child(2) .front:before {
    top: 45px;
  }
  body .fran-accordion li {
    max-width: 100%;
  }
  body .fran-accordion li .type-white h2 {
    padding: 60px 8%;
  }
  body .fran-accordion li .front:before {
    top: 30px;
  }
  body .fran-accordion li .front h2 {
    padding: 175px 0 140px;
  }
  body .fran-accordion li .front h2:after {
    top: 250px;
  }
  body .fran-accordion li .fran-inner-ul {
    margin-top: 20px;
  }
}
@media all and (max-width: 548px) and (min-width: 481px) {
  body .mmc-row .fi-row .fi-outter-2 .fi-inner h2 {
    padding: 15% 2px;
    margin-bottom: 4%;
  }
  body .mmc-row .fi-row .fi-outter-1 img {
    max-height: 120px;
  }
}
/*@media all and (max-width: 640px) {
	.mobile-only {
		display: block;
	}
	h1,h2 {
		font-size: 28px !important;
	}
	h3 {
		font-size: 22px !important;
	}
	h4 {
		font-size: 16px !important;
	}
	.custom_3 {
		font-size: 80px;
	}
	.custom_5,
	.custom_7 {
		font-size: 25px;
		line-height: 32px;
	}
	body #header.mmc-header {
		height: 60px !important;
	}
	html body header#header .mmc-header-inner .mmc-logo,
	html body header#header.header-sticky .mmc-header-inner .mmc-logo{
		margin-top: 0px;
		margin-left: 0px !important;
		img {
			max-width: 100px !important;
		}
	}
	#header .mmc-header-inner .mmc_extra_menu {
		top: 16px;
    	right: 10px;
	}
	body #header.mmc-header .mmc-social-links + a#order-online {
		font-size: 35px !important;
		margin-top: 5px;
		width: 160px !important;
	}
	body header#header a#order-online.tab-only {
		display: inline-block;
		position: absolute;
		right: 65px;
		top: -3px;
		padding: 4px 8px !important;
		font-size: 20px !important;
		width: 100px !important;
	}
	.mobile-hide {
		display: none !important;
	}
	#header .mmc-header-inner .mmc-nav-wrap {
		padding-top: 5px !important;
	}
	body #header.mmc-header ul.mmc-social-links {
		float: none;
		margin: 10px 0 !important;
		text-align: center !important;
	}
	body #header.mmc-header a#order-online {
		margin: 15px auto 20px;
		display: block;
		width: 120px !important;
		float: none;
	}
	#header .mmc-header-inner .mmc-nav-and-sidebar {
		padding-top: 75px !important;
	}
	.wpcf7-form .left, 
	.wpcf7-form .right {
		width: 100%;
		float: none;
	}
	.separator-half:before {
		display: none;
	}
	.separator-half {
		.mmc-column-size-6:first-of-type {
			border-bottom: 1px solid #ffffff;
		}
	}
	.vc_custom_1463581528711 {
		h2 {
			margin-bottom: 20px;
		}
	}
	body .vc_custom_1470938911425 {
		min-height: 550px !important;
	}
	body .vc_custom_1474486627226 {
		padding-top: 15px !important;
	}
	body .prettyMapList #map-canvas0.mapHolder {
		height: 400px !important;
	}
	body form#Map-List-Search input.prettySearchValue {
		width: 100% !important;
	}
	body .rightmap .prettyFileBar {
		padding-bottom: 20px;
	}
	body .description.float_left .location-top p.custom_4 {
		font-size: 28px;
	}
	body .prettyMapList .corePrettyStyle {
		//width: 100%;
	}
	body .mmc-row.find-bare {
		padding-top: 30px !important;
		h2 {
			text-align: center;
		}
	}
	body .prettyMapList #map-canvas0.mapHolder {
		top: 0;
	}
	body form#Map-List-Search {
		margin-top: 20px !important;
	}
	body .infoWindowContainer {
		width: 300px !important;

	}
	.infoWindow .infowindowContent table.location-hours th.custom_4 {
		display: none;
	}
	.vc_custom_1470939378551,
	.vc_custom_1470862844433,
	.vc_custom_1470947518801,
	.vc_custom_1474509181663,
	.vc_custom_1470957172962 {
		min-height: 550px !important;
	}

	.wpb_text_column.text-padding  {
		padding: 0 20px !important;
	}
	
	.vc_custom_1474646593620.find-bare,
	.vc_custom_1477989361540.find-bare,
	.vc_custom_1477989313803.find-bare,
	.vc_custom_1477996503404.find-bare{
		padding: 50px 20px !important;
	}
	
	.prettyMapList a.pfl_next.btn.corePrettyStyle, .prettyMapList a.pfl_next.btn.corePrettyStyle.disabled,
	.prettyMapList a.pfl_prev.btn.corePrettyStyle, .prettyMapList a.pfl_prev.btn.corePrettyStyle.disabled {
		max-width: 50%
	}
	
	body.eats .center-correction>.mmc-column-wrapper.clear>.vc_col-sm-4 {
		width: 100% !important;
		&.faq-mix {
			width: 100% !important;
			padding: 0 !important;
		}
	}
	
	.faq-mix .wpb_wrapper {
		.mmc-faq,
		.wpb_text_column {
			width: 100%;
			float: left;
			padding: 0 15px;
		}
	}
	
	h2.people-h2:before,
	h2.people-h2:after {
		display: none;
	}
	
	body .vc_custom_1474572037868 {
		padding-top: 0 !important;
		padding: 0 !important;
	}
	
	#featured-person .inner > img {
		width: 100%;
	}
	
	#featured-person .inner .person-details {
		margin-top: 20px !important;
		width: 100% !important;
	}
	
	#ninja_forms_form_1_all_fields_wrap {
		padding: 10px;
	}
	.mmc-event.layout-list li.item .date, 
	.job-list li.item .date {
		float: none;
		margin: 0 auto 10px;
		display: block;
	}
	.mmc-event.layout-list li.item .content, 
	.job-list li.item .content {
		float: none;
		margin-bottom: 10px;
		padding: 0;
	}
	.mmc-event.layout-list li.item .read-more, 
	.job-list li.item .read-more {
		margin: 0 auto;
		float: none;
	}
	
	.three-links ul {
		display: block;
		li {
			display: block;
			width: 100%;
		}
	}
	.mmc-event.layout-list li.item h4.title, 
	.job-list li.item h4.title, 
	.mmc-event.layout-list li.item h4.title, 
	.job-list li.item h4.title, 
	.mmc-event.layout-list li.item .address, 
	.job-list li.item .address {
		text-align: center;
	}
	.three-links ul li:before {
		display: none;
	}
	.tree-history ul li span.title {
		max-width: 200px;
	}
	.vc_custom_1464080035402 {
		img {
			display: block;
			float: none !important;
		}
	}
	footer p {
		margin-top: 10px;
	}
	.mmc-button.big-big {
		position: static;
		margin-bottom: 10px;
	}
	.single-events .event-sub ul li {
		float: left;
	}
	body.single-events .mmc-row .js-tab-row {
		padding-left: 0 !important;
	}
	footer {
		background: #8758BC;
		.widget.widget_search {
			display: none;
		}
	}
	.bg-footer-1,
	.bg-footer-2 {
		&:before {
			display: none;
		}
	}
	body .mmc-row.mmc-outer-row .mmc-column.bg-footer-1 {
		margin-bottom: 20px !important;
	}
	body .mmc-row.vc_custom_1464950036536 {
		padding: 10px 20px !important;
	}
	body section.main .column-border-white > .mmc-column-wrapper {
		display: block;
	}
	.prettyMapList .prettyFileBar .prettyMapListSearch {
		padding: 10px 20px !important;
		display: block !important;
	}
	.prettyMapList .prettyFileBar form input {
		width: 100% !important;
	}
	.prettyMapList .prettyFileBar .prettyMapListSearch label {
		margin-bottom: 10px !important;
		display: block !important;
	}
	.mmc-column-padding-15 > .mmc-column-wrapper [class*=vc_col-] {
		padding: 0 !important;
	}
	.four-links ul {
		display: block;
	}
	#header .donate {
		color: #fff;
	}
	.js-open-row,
	.mobile-none {
		display: none !important;
	}
	
	.buzz-accordion > div {
		width: 95%;
	}
	.buzz-accordion.vanilla > div {
		width: 95%;
	}
	
	body form#Map-List-Search {
		padding: 0 !important;
	}
	.home.heart-arrow {
		top: 450px;
	}
}*/
@media all and (max-width: 610px) and (min-width: 481px) {
  /* Press */
  body .news-articles .mmc-news .item-content {
    left: 12%;
    min-height: 79%;
  }
  body .news-articles .mmc-news .item-content p a.press-arrow-link img {
    top: 15px;
  }
  body .news-articles .mmc-news .item-content > h4.title {
    padding: 5% 5px 15px;
  }
  body .news-articles .mmc-news .item-content > h4.title > a {
    font-size: 145%;
  }
}
@media all and (max-width: 480px) {
  h3 {
    font-size: 36px !important;
  }
  .mobile-wedding-menu .mmc-style-large_font.mmc-accordion .wpb_accordion_header,
  .mobile-pp-menu .mmc-style-large_font.mmc-accordion .wpb_accordion_header {
    padding: 0 10px;
  }
  .mobile-wedding-menu .mmc-style-large_font.mmc-accordion .group .ui-accordion-content,
  .mobile-pp-menu .mmc-style-large_font.mmc-accordion .group .ui-accordion-content {
    padding: 0px 20px;
  }
  .mobile-wedding-menu .mmc-style-large_font.mmc-accordion .group .ui-accordion-content table p:nth-child(1),
  .mobile-pp-menu .mmc-style-large_font.mmc-accordion .group .ui-accordion-content table p:nth-child(1) {
    margin: 20px;
  }
  body .big-catering-menu table.catering-table thead td.menuToggle:before {
    right: 10px;
  }
  body ul.per-person li .price h4 {
    font-size: 30px;
  }
  table {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    width: 100%;
  }
  table td {
    padding: 15px 5px;
    border: 1px solid #e5e5e5;
  }
  body .mobile-catering-menu {
    padding: 0px;
  }
  body .catering-menu-row.vc_custom_1484770337841 {
    padding-bottom: 0px !important;
  }
  .mobile-down,
  .mobile-only.find-bare,
  #map-canvas1 {
    display: block !important;
    visibility: visible;
  }
  .remove-mobile-down,
  .mmc-separatorremove-mobile-down {
    display: none;
    visibility: hidden;
  }
  .ff-monthly .custom_5:before,
  .n-store .custom_5:before,
  .ff-monthly .custom_5:after,
  .n-store .custom_5:after {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .find-bare.mq460plus {
    display: none;
    visibility: hidden;
  }
  .gallery-row {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .gallery-row #container {
    max-width: 90%;
  }
  .gallery-row .close-gallery {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  span.section-close {
    right: 15px;
    top: 10px;
  }
  #header.mmc-header ul.mmc-nav-list li a.mmc-nav-more-btn {
    top: 0px;
    left: 220px;
    width: 80px;
    height: 60px;
  }
  html {
    margin-top: 42px !important;
  }
  html body .custom_3 {
    font-size: 112px;
  }
  html body h2,
  html body h2 > a {
    font-size: 44px;
  }
  html body header#header .mmc-header-inner .mmc-logo,
  html body header#header.header-sticky .mmc-header-inner .mmc-logo {
    margin: 0 0 0 10px !important;
  }
  html body header#header .mmc-header-inner .mmc-logo img,
  html body header#header.header-sticky .mmc-header-inner .mmc-logo img {
    max-width: 110px !important;
    height: 50px;
    margin: 7px 0 !important;
  }
  html body header#header a#order-online.tab-only {
    top: 11px;
    right: 63px;
    line-height: 32px;
  }
  html body header#header .mmc-header-inner .mmc_extra_menu {
    right: 10px;
  }
  html body header#header .mmc-header-inner .mmc_extra_menu a.mmc-nav-trigger {
    margin-top: 2px;
  }
  html body header#header .mmc-header-inner nav.mmc-nav ul.mmc-nav-list {
    max-width: 300px;
  }
  html body header#header .mmc-header-inner nav.mmc-nav ul.mmc-nav-list li a {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  html body header#header .mmc-header-inner .wrapper-bottom {
    max-width: 300px;
  }
  html body header#header .mmc-header-inner .wrapper-bottom #order-online {
    float: none;
    display: block;
    visibility: visible;
    margin: 0 auto 10px !important;
  }
  html body header#header .mmc-header-inner .wrapper-bottom ul.mmc-social-links {
    max-width: 100%;
    float: none;
    display: block;
    visibility: visible;
    margin-bottom: 10px;
    text-align: center !important;
  }
  html body .vc_custom_1477908804876 {
    padding-top: 50px !important;
  }
  html body .vc_custom_1477908804876 p.custom_3 {
    line-height: 112px !important;
    margin-bottom: 10px;
  }
  html body .vc_custom_1477908804876 p.custom_3 > span.one-line {
    display: block;
    visibility: visible;
  }
  html body .find-bare.vc_custom_1480618589148 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  html body .find-bare .infowindowContent table.location-hours tr:nth-child(n + 2) {
    display: none;
    visibility: hidden;
  }
  html body .find-bare .infowindowContent table.location-hours th.custom_4:first-of-type {
    left: 17%;
    right: 17%;
  }
  html body .find-bare .prettyMapList a.pfl_next.btn.corePrettyStyle,
  html body .find-bare .prettyMapList .prettyMapList a.pfl_next.btn.corePrettyStyle.disabled {
    background-position: 88% 59%;
  }
  html body .find-bare .prettyMapList a.pfl_prev.btn.corePrettyStyle,
  html body .find-bare .prettyMapList .prettyMapList a.pfl_prev.btn.corePrettyStyle.disabled {
    background-position: 8% 59%;
  }
  html body .find-bare .description.float_left .location-top p.custom_4 {
    font-size: 25px;
    line-height: 25px;
  }
  html body .find-bare .description.float_left .location-top p.location-top-para {
    font-size: 13px;
    line-height: 22px;
  }
  html body .find-bare .description.float_left .location-top p.location-top-para:nth-of-type(2) {
    padding: 1px 0;
  }
  html body .vc_custom_1474646950045 .mmc-separator {
    margin: -8px 0 !important;
  }
  html body .vc_custom_1474646950045 h2 img {
    max-width: 38px;
    margin-top: -4.5px;
  }
  html body .heart-arrow.press {
    top: 390px;
  }
  html body .heart-arrow.contact {
    top: 275px;
  }
  html body .heart-arrow.cater {
    top: 370px;
  }
  html body .heart-arrow.story {
    top: 280px;
  }
  html body .heart-arrow.people {
    top: 410px;
  }
  html body .heart-arrow.eats {
    top: 245px;
  }
  html body .heart-arrow.franchise {
    top: 360px;
  }
  html body .heart-arrow.home {
    top: 550px;
  }
  .mmc-row.vc_custom_1481772109147,
  .mmc-row.vc_custom_1481912407051,
  .mmc-row.vc_custom_1481580331349,
  .mmc-row.vc_custom_1481595374400,
  .mmc-row.vc_custom_1481598775096,
  .mmc-row.vc_custom_1481597165938,
  .mmc-row.vc_custom_1481125595596,
  .mmc-row.vc_custom_1484763241100 {
    padding-top: 60px !important;
  }
  .mmc-row.vc_custom_1481912407051 .vc_empty_space:nth-of-type(1),
  .mmc-row.vc_custom_1481580331349 .vc_empty_space:nth-of-type(1),
  .mmc-row.vc_custom_1481597165938 .vc_empty_space:nth-of-type(1),
  .mmc-row.vc_custom_1481125595596 .vc_empty_space:nth-of-type(1),
  .mmc-row.vc_custom_1481772109147 .vc_empty_space:nth-of-type(1),
  .mmc-row.vc_custom_1481595374400 .vc_empty_space:nth-of-type(1),
  .mmc-row.vc_custom_1481597165938 .vc_empty_space:nth-of-type(1),
  .mmc-row.vc_custom_1481598775096 .vc_empty_space:nth-of-type(1),
  .mmc-row.vc_custom_1484763241100 .vc_empty_space:nth-of-type(1) {
    height: 40px !important;
  }
  a.organic-pin {
    display: none !important;
    visibility: hidden !important;
  }
  /* Contact */
  body #ninja_forms_form_1_response_msg p {
    top: 95%;
  }
  /* Our Story */
  body .our-mission-text,
  body .our-story-text,
  body .eats-intro-para {
    padding: 0 30px;
  }
  body .card-style-3 {
    max-width: 320px;
  }
  body .card-style-3 .our-story-quote-inner-2 {
    padding: 10px 30px 35px;
    text-align: center;
  }
  ul.mission-list {
    padding: 50px 30px 50px 70px;
  }
  #featured-person .img {
    margin-top: 30px;
  }
  /* Contact */
  .vc_custom_1474653078419 {
    padding: 60px 8% 0 !important;
  }
  /* Press */
  .news-articles .mmc-feed .item {
    width: 100%;
  }
  .news-articles .mmc-feed .item:nth-child(even),
  .news-articles .mmc-feed .item:nth-child(odd) {
    float: none;
  }
  .news-articles .mmc-feed .item .mmc-news .item-content > h4.title > a {
    font-size: 250%;
  }
  /* Press */
  body .news-articles .mmc-news .item-content > h4.title {
    padding: 5% 5px 15px;
  }
  body .news-articles .mmc-news .item-content > h4.title > a {
    font-size: 250%;
  }
  /* Franchise */
  body .fi-row .fi-outter-1,
  body .fi-row .fi-outter-2,
  body .fi-row .fi-outter-3,
  body .fi-row .fi-outter-4,
  body .fi-row .fi-outter-5,
  body .fi-row .fi-outter-6 {
    max-width: 380px;
  }
  body .fi-row .fi-outter-2 .fi-inner h2 {
    margin-bottom: 0px;
    font-size: 36px !important;
    line-height: 56px !important;
  }
  body .fi-row .wpb_text_column.fi-outter-6 {
    margin: 0 auto 0;
  }
  body .fi-row .fi-inner h3 {
    font-size: 30px !important;
  }
  body .fi-row .fi-inner img {
    margin: 25px auto 25px;
  }
  body .franchise-bullet-points {
    padding: 25px 60px 5px;
    margin-top: 15px;
  }
  body .franchise-bullet-points ul {
    padding: 40px 0px 40px 0px;
    margin-left: 30px;
  }
  body .franchise-bullet-points ul li:before {
    left: -40px;
  }
  body .mmc-style-large_font.mmc-accordion .group .ui-accordion-content {
    padding: 40px 42px 40px 42px;
  }
  body .vc_custom_1474986665347 {
    padding-top: 45px !important;
  }
  body footer p {
    margin-left: 0;
  }
  body footer .top-footer-2 ul.mmc-social-links {
    display: block;
    visibility: visible;
  }
  body ul.buzz-accordion > div:nth-of-type(1) {
    margin: 10px 0 0;
  }
  body ul.buzz-accordion > div:nth-of-type(2) {
    margin: 0 0 0;
  }
  body ul.buzz-accordion > div:nth-of-type(2) li:first-child {
    margin-top: 0px;
  }
  body ul.buzz-accordion li {
    width: 100% !important;
  }
  body .fran-accordion > div:nth-of-type(1) li:nth-child(2) h2 {
    padding: 18% 8%;
  }
  #featured-person .inner {
    max-width: 100%;
  }
  #featured-person .inner .img {
    width: 100%;
  }
  #featured-person .inner .person-details {
    margin-bottom: 0px;
  }
  body .catering-menu-row .catering-menus > li {
    margin: 0 0 20px !important;
  }
  body #ninja_forms_form_11_wrap .ninja-forms-required-items {
    position: absolute;
    text-transform: translatex(50%);
    left: 13%;
    top: 78px;
  }
  body #ninja_forms_form_11_wrap h2 {
    margin: 0 auto 55px !important;
  }
  body #ninja_forms_form_11_response_msg {
    top: 97.8%;
    left: 4%;
    right: 4%;
  }
  body .big-catering-menu table.catering-table tbody tr td ul.per-person li:first-child {
    width: 75% !important;
    padding-right: 5px !important;
  }
  body .menu-wrapper .menu-section .menu-header .menu-item {
    padding-right: 20px;
  }
  body .menu-wrapper .menu-section .menu-header .menu-toggle img,
  body .menu-wrapper .menu-section .menu-header .menu-toggle.no-subtitle img {
    left: -40px;
  }
}
@media all and (max-width: 400px) {
  body .menu-wrapper .menu-section .menu-header {
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  body .menu-wrapper .menu-section .menu-body .menu-row-two-col .menu-item-price .left-item {
    padding-right: 20px;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -o-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  body .menu-wrapper .menu-section .menu-body .menu-row-two-col .menu-item-price .right-item {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  body .menu-wrapper .menu-section .menu-body .menu-row-two-col,
  body .menu-wrapper .menu-section .menu-body .menu-row-one-col,
  body .menu-wrapper .menu-section .menu-body .menu-row-three-col {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  body .menu-wrapper .menu-section .menu-body .menu-row-two-col .menu-item-price,
  body .menu-wrapper .menu-section .menu-body .menu-row-one-col .menu-item-price,
  body .menu-wrapper .menu-section .menu-body .menu-row-three-col .menu-item-price {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  body .menu-wrapper .menu-section .menu-body .menu-row-two-col .menu-item-price .right-item,
  body .menu-wrapper .menu-section .menu-body .menu-row-one-col .menu-item-price .right-item,
  body .menu-wrapper .menu-section .menu-body .menu-row-three-col .menu-item-price .right-item {
    margin-bottom: 20px;
  }
  body .menu-wrapper .menu-section .menu-body .menu-row-two-col .menu-item-price .right-item h4,
  body .menu-wrapper .menu-section .menu-body .menu-row-one-col .menu-item-price .right-item h4,
  body .menu-wrapper .menu-section .menu-body .menu-row-three-col .menu-item-price .right-item h4 {
    margin-right: auto;
    margin-left: 0;
  }
}
@media all and (max-width: 320px) {
  body .prettyMapList .corePrettyStyle {
    width: 100%;
  }
  ul.unstyled.prettyListItems li.corePrettyStyle:nth-child(even) {
    border-left: 1px solid #efefef;
  }
  .prettyMapList a.pfl_prev.btn.corePrettyStyle,
  .prettyMapList a.pfl_prev.btn.corePrettyStyle.disabled {
    background-position: 8% 48%;
  }
  .prettyMapList a.pfl_next.btn.corePrettyStyle,
  .prettyMapList a.pfl_next.btn.corePrettyStyle.disabled {
    background-position: 92% 48%;
  }
}
@media all and (min-width: 768px) {
  .mmc-row.find-bare.mq460plus {
    display: block;
    visibility: visible;
  }
}
