@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/* 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: Roboto Slab, sans-serif;
}
.font_h1 {
  font-family: Lato, sans-serif;
}
.font_h2 {
  font-family: Lato, sans-serif;
}
.font_h3 {
  font-family: Lato, sans-serif;
}
.font_h4 {
  font-family: Lato, sans-serif;
}
.font_h5 {
  font-family: Homenaje, sans-serif;
}
.font_h6 {
  font-family: Roboto, sans-serif;
}
.font_subtitle {
  font-family: Roboto, sans-serif;
}
.font_button {
  font-family: Lato, sans-serif;
}
.font_nav_top {
  font-family: Lato, sans-serif;
}
.font_nav_sub {
  font-family: Lato, 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: 28px;
}
.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: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900 !important;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  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: #83ca3f;
  /**/
}
.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-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: #83ca3f;
}
.mmc-button.color_two {
  background-color: #a59d96;
}
.mmc-button.color_three {
  background-color: #201f1e;
}
.mmc-button.white {
  background-color: #ffffff;
  color: #201f1e;
}
.mmc-button:hover {
  background-color: #201f1e;
  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: #201f1e;
  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: #a59d96;
}
@media only screen and (max-width: 767px) {
  .mmc-button:active {
    background-color: #201f1e;
    color: #ffffff;
  }
  .color_three.mmc-button:active {
    background-color: #a59d96;
  }
}
.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 #83ca3f;
  color: #201f1e;
  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: #201f1e;
  background-color: "";
  border-color: "";
}
.mmc-button.outline.color_one {
  border-color: #83ca3f;
}
.mmc-button.outline.color_two {
  border-color: #a59d96;
}
.mmc-button.outline.color_three {
  border-color: #201f1e;
}
.mmc-button.outline.white {
  border-color: #ffffff;
}
.mmc-button.outline:hover {
  background-color: transparent;
  border-color: #201f1e;
  color: #201f1e;
}
.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: #201f1e;
  background-color: "";
  border-color: "";
}
.color_three.mmc-button.outline:hover {
  border-color: #a59d96;
}
.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: #201f1e;
}
@media only screen and (max-width: 767px) {
  .mmc-button.outline:active {
    background-color: transparent;
    border-color: #201f1e;
    color: #201f1e;
  }
  .color_three.mmc-button.outline:active {
    border-color: #a59d96;
  }
}
.mmc-button.trans {
  background-color: rgba(255, 255, 255, 0.23);
  border: 2px solid #83ca3f;
  color: #201f1e;
  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: #201f1e;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-button.trans.color_one {
  border-color: #83ca3f;
}
.mmc-button.trans.color_two {
  border-color: #a59d96;
}
.mmc-button.trans.color_three {
  border-color: #201f1e;
}
.mmc-button.trans.white {
  border-color: #ffffff;
}
.mmc-button.trans:hover {
  color: #201f1e;
  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: #201f1e;
  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: #201f1e;
  background-color: #ffffff;
  border-color: "";
}
@media only screen and (max-width: 767px) {
  .mmc-button.trans:active {
    color: #201f1e;
    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: #201f1e;
    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: #201f1e;
    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: 12px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #83ca3f;
  color: #201f1e;
}
.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: #201f1e;
  background-color: "";
  border-color: "";
}
.mmc-button-outline:hover {
  background-color: transparent;
  border-color: #201f1e;
  color: #201f1e;
}
.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: #201f1e;
  background-color: "";
  border-color: #201f1e;
}
@media only screen and (max-width: 767px) {
  .mmc-button-outline:active {
    background-color: transparent;
    border-color: #201f1e;
    color: #201f1e;
  }
}
.mmc-button-trans {
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
  border: 2px solid #83ca3f;
  color: #201f1e;
  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: #201f1e;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-button-trans.color_one {
  border-color: #83ca3f;
}
.mmc-button-trans.color_two {
  border-color: #a59d96;
}
.mmc-button-trans.color_three {
  border-color: #201f1e;
}
.mmc-button-trans.white {
  border-color: #ffffff;
}
.mmc-button-trans:hover {
  color: #201f1e;
  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: #201f1e;
  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: #201f1e;
  background-color: #ffffff;
  border-color: "";
}
@media only screen and (max-width: 767px) {
  .mmc-button-trans:active {
    color: #201f1e;
    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: #201f1e;
    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: #201f1e;
    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: #83ca3f;
  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: #83ca3f !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: #201f1e;
  -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: #201f1e;
  background-color: "";
  border-color: "";
}
.mmc-button-arrow-small:hover:before {
  background: #83ca3f;
  color: #ffffff;
}
.mmc-button-arrow-color:hover {
  background: #83ca3f;
}
/*------------------------------------------------------------*/
/* 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://thenetcommunity.org/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: 1140px;
  margin: 0 auto;
}
html,
body {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.mmc-main-wrapper-boxed {
  max-width: 1140px;
  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: #201f1e;
}
@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: 1140px;
    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: 166px;
    left: 0px;
    background: #a59d96;
    background: rgba(165, 157, 150, 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: 66px;
  }
  .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: #191919;
}
.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: #262626;
}
.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: #262626;
  background: #f2f2f2;
}
.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: #262626;
}
.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: #a59d96;
  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(32, 31, 30, 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(32, 31, 30, 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: #262626;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a {
  border-color: #83ca3f;
  background: #83ca3f;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #262626;
  color: #262626;
}
.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: #a59d96;
  background: #a59d96;
}
.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: #191919;
  }
  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: #262626;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
    color: #262626;
    background: #f2f2f2;
  }
  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: #262626;
  }
  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: #a59d96;
    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(32, 31, 30, 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(32, 31, 30, 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: #262626;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a {
    border-color: #83ca3f;
    background: #83ca3f;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a {
    border-color: #262626;
    color: #262626;
  }
  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: #a59d96;
    background: #a59d96;
  }
  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: 1140px;
  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: 1140px;
  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(32, 31, 30, 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(32, 31, 30, 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(32, 31, 30, 0.6);
  background-color: "";
  border-color: "";
}
.mmc-toolbar a:hover {
  color: #83ca3f;
}
.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: #a59d96;
  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: #83ca3f;
  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: #201f1e;
  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: #201f1e;
  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: #201f1e;
  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: #201f1e;
  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: #a59d96;
  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: #83ca3f;
  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: 13px !important;
  font-family: Lato !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: #a59d96;
  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: #83ca3f;
  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: #262626;
  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: #a59d96;
  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: #83ca3f;
  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: -66px;
  }
}
.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: #201f1e;
  background: rgba(32, 31, 30, 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: 1140px;
  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: #201f1e;
}
.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: Lato, 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: #201f1e;
  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: #83ca3f;
  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: #83ca3f !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: #83ca3f;
  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: #83ca3f !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
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Custom List & Custom List Numbered
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Separator
/*------------------------------------------------------------*/
.mmc-separator {
  margin: 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 #201f1e;
  border-bottom: 1px solid rgba(32, 31, 30, 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(32, 31, 30, 0.1);
}
.mmc-separator .separator-inner-border {
  border-color: #201f1e;
  border-color: rgba(32, 31, 30, 0.1);
}
.mmc-separator .separator-inner-elipsis {
  background: #83ca3f;
}
/*------------------------------------------------------------*/
/* 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(32, 31, 30, 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: #83ca3f;
  background-color: #83ca3f;
  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: #201f1e;
}
.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: #201f1e;
  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;
}
/*------------------------------------------------------------*/
/* 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 #201f1e;
  border-bottom: 1px solid rgba(32, 31, 30, 0.1);
  color: #201f1e;
}
.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: #201f1e;
  background-color: "";
  border-color: rgba(32, 31, 30, 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: #83ca3f;
}
.color_two.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  background: #a59d96;
}
.color_three.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  background: #83ca3f;
}
.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(32, 31, 30, 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: #a59d96;
  color: #ffffff;
}
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background-color: #83ca3f;
  color: #ffffff;
}
.color_three.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background-color: #201f1e;
  color: #ffffff;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i {
  background-color: #83ca3f !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: #83ca3f !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(32, 31, 30, 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: #201f1e;
  background-color: #f2f2f2;
  border-color: "";
}
.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a:before {
  content: '\f107';
  color: #83ca3f;
}
.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(32, 31, 30, 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(32, 31, 30, 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: #201f1e;
  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: #83ca3f;
  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: #83ca3f !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: #83ca3f;
  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: #83ca3f !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;
}
/*------------------------------------------------------------*/
/* Map
/*------------------------------------------------------------*/
.mmc-map .mmc_gmaps_map_info {
  color: #201f1e !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 #201f1e;
  border-bottom: 1px solid rgba(32, 31, 30, 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(32, 31, 30, 0.1);
}
/*------------------------------------------------------------*/
/* 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 #201f1e;
  border-bottom: 1px solid rgba(32, 31, 30, 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(32, 31, 30, 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 #83ca3f 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: #83ca3f;
}
.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 #201f1e 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: #201f1e;
}
.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 #83ca3f;
  border-left: 2px solid #83ca3f;
  -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);
}
/*------------------------------------------------------------*/
/* Widgets
/*------------------------------------------------------------*/
.mmc-widget-title,
.mmc-widget > h3 {
  padding: 10px 0 0;
  font-size: 23px;
  font-weight: 900;
  font-style: normal;
  text-transform: capitalize;
  color: #f47521;
}
.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: #f47521;
  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(32, 31, 30, 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: #262626;
  background-color: "";
  border-color: rgba(32, 31, 30, 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: 13px;
  font-weight: 900;
  font-style: normal;
  text-transform: capitalize;
  color: #f47521;
}
.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: #f47521;
  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: #83ca3f;
}
.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: #a59d96;
  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: #83ca3f;
  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: #83ca3f;
}
.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(32, 31, 30, 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(32, 31, 30, 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: #201f1e;
}
.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 #83ca3f;
  background: #ffffff;
  color: #201f1e;
  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: #201f1e;
}
.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: #201f1e;
  background-color: "";
  border-color: "";
}
.widget_calendar table > caption {
  background: rgba(32, 31, 30, 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(32, 31, 30, 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: #83ca3f;
  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: #83ca3f;
  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: #83ca3f !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: #201f1e;
  -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: #201f1e;
  background-color: "";
  border-color: "";
}
.widget_calendar table tfoot #prev a:hover:before {
  background: #83ca3f;
  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: #83ca3f;
  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: #83ca3f !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: #201f1e;
  -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: #201f1e;
  background-color: "";
  border-color: "";
}
.widget_calendar table tfoot #next a:hover:before {
  background: #83ca3f;
  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 #201f1e;
  border-bottom: 1px solid rgba(32, 31, 30, 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(32, 31, 30, 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 #201f1e;
  border-bottom: 1px solid rgba(32, 31, 30, 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(32, 31, 30, 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: #201f1e;
  -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: #201f1e;
  background-color: "";
  border-color: "";
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:hover:before {
  background: #83ca3f;
  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: #201f1e;
  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: #201f1e;
  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: #201f1e;
  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: #201f1e;
  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: #201f1e;
  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: #83ca3f !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 #201f1e;
  border-top: 1px solid rgba(32, 31, 30, 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(32, 31, 30, 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: #262626;
}
.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: #201f1e;
  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: #262626;
  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: #201f1e;
}
.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: #201f1e;
  background-color: "";
  border-color: "";
}
/* Search
/*------------------------------------------------------------*/
.widget_search form {
  position: relative;
  width: 100%;
  border-color: #201f1e;
  border: 1px solid rgba(32, 31, 30, 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(32, 31, 30, 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: #201f1e;
  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: #201f1e;
  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: #201f1e;
  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: #201f1e;
  background-color: #ffffff;
  border-color: "";
}
.widget_search form button:hover {
  color: #83ca3f;
}
.widget_search form input:focus + button {
  border-color: #83ca3f;
}
/* 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: #201f1e;
  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(32, 31, 30, 0.6);
  background-color: rgba(32, 31, 30, 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: #201f1e;
  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: #201f1e;
  border-color: rgba(32, 31, 30, 0.6);
  color: rgba(32, 31, 30, 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(32, 31, 30, 0.6);
  background-color: "";
  border-color: rgba(32, 31, 30, 0.6);
}
.mmc-social-links a i {
  color: #201f1e;
  color: rgba(32, 31, 30, 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(32, 31, 30, 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: #201f1e;
  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: #201f1e;
  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: #83ca3f !important;
  z-index: 1;
}
.outlined.mmc-social-links a:hover {
  border-color: #83ca3f !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: #201f1e;
  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(32, 31, 30, 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(32, 31, 30, 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(32, 31, 30, 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(32, 31, 30, 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(32, 31, 30, 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(32, 31, 30, 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(32, 31, 30, 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: #83ca3f;
}
.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: #83ca3f;
  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: #201f1e;
  -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: #201f1e;
  background-color: "";
  border-color: "";
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:hover:before {
  background: #83ca3f;
  color: #ffffff;
}
/* Breadcrumbs
/*------------------------------------------------------------*/
.mmc-breadcrumbs {
  padding: 10px 0 20px;
  color: #201f1e;
}
.mmc-breadcrumbs a,
.mmc-breadcrumbs span {
  color: #cccccc;
}
.mmc-breadcrumbs a:hover {
  color: #201f1e;
}
/*------------------------------------------------------------*/
/*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: #83ca3f;
  background: #83ca3f;
  color: #ffffff;
}
/*add-ons & plugins*/
/* 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: #83ca3f;
  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: #83ca3f !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: #83ca3f;
  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: #83ca3f !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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(https://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(https://thenetcommunity.org/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://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(https://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(https://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(https://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(https://thenetcommunity.org/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://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(https://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(https://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(https://thenetcommunity.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(https://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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://thenetcommunity.org/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(32, 31, 30, 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(32, 31, 30, 0.1);
    border-top: 1px solid rgba(32, 31, 30, 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(32, 31, 30, 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: #83ca3f;
}
.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: #83ca3f;
  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: Lato, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #201f1e;
}
.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: #201f1e;
  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: #83ca3f;
}
.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: #282725;
  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: #83ca3f;
  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: #83ca3f;
}
.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: #83ca3f;
  background-color: "";
  border-color: "";
}
body .mmc-row.mmc-outer-row.hero-work {
  margin-top: 67px !important;
}
body .Lbox-min-height h3 {
  margin-bottom: 42px !important;
}
body .Rbox-min-height h3 {
  margin-bottom: 42px !important;
}
/*************************/
/* TYPOGRAPHY
/*************************/
body {
  font-family: 'Roboto Slab', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
a {
  font-weight: 700;
  color: #83ca3f;
}
h1,
h2 {
  margin: 0 0 20px 0;
}
h3,
h4,
h5,
h6 {
  margin: 0 0 12px 0;
}
em {
  font-style: italic;
}
.custom_1,
.custom_2,
.custom_3,
.custom_4,
.custom_5 {
  display: inline-block;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.l-dib {
  display: inline-block;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ttu {
  text-transform: uppercase;
}
.l-position-rel {
  position: relative;
}
.l-height-600px {
  height: 600px;
}
.l-height-600px .mmc-column-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.l-height-600px .mmc-column-wrapper > div.wpb_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-full-height {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.l-min-width-150 {
  min-width: 150px;
}
.l-max-height {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-flex-eq-height .mmc-column-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-oh {
  overflow: hidden;
}
body .l-max-width-960 {
  max-width: 960px;
  margin: 0 auto !important;
}
body .l-featured-list {
  border-radius: 6px;
  box-shadow: 0 15pxx 50px rgba(0, 0, 0, 0.2);
  max-width: 670px;
  margin: -110px auto 0 !important;
  position: relative;
  z-index: 1;
}
.l-eq > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-eq > div .vc-column-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.b-size-50 {
  background-size: 50% !important;
}
.z-index-1 {
  z-index: 1;
}
.mmc-button {
  border-radius: 4px !important;
  box-shadow: 0 15px 51px rgba(0, 0, 0, 0.2);
  line-height: 1 !important;
  padding: 19px 30px !important;
  height: auto !important;
  text-decoration: none;
}
.mmc-button:hover {
  background: #67a42d !important;
}
.mmc-button.small {
  box-shadow: none;
  font-size: 14px;
  padding: 13px 15px !important;
  letter-spacing: 1px !important;
}
.mmc-button.large {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  padding: 32px 56px !important;
  letter-spacing: 2px !important;
}
.mmc-button.gray {
  background: #a59d96;
}
.mmc-button.gray:hover {
  background: #8b8178 !important;
}
.mmc-button.orange {
  background: #f47521;
}
.mmc-button.orange:hover {
  background: #d25a0a !important;
}
.mmc-button.white {
  background: #fff;
  color: #f47521;
}
.mmc-button.white:hover {
  background: #f47521 !important;
  color: #fff;
}
.mmc-button.download {
  border-radius: 50% !important;
  color: transparent;
  font-size: 0;
  padding: 0 !important;
  position: relative;
  width: 60px !important;
  height: 60px !important;
}
.mmc-button.download i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
}
.mmc-button.arrow-r {
  border-radius: 50% !important;
  color: transparent;
  font-size: 0;
  padding: 0 !important;
  position: relative;
  width: 60px !important;
  height: 60px !important;
}
.mmc-button.arrow-r:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/arrow-r.png');
  display: inline-block;
  margin: auto !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 15px;
}
.mmc-button.ml-130 {
  margin-left: 130px;
}
ul.list-icon {
  list-style: none;
}
ul.list-icon li {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
ul.list-icon li:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/02/icon-check.png') no-repeat;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 22px;
  height: 18px;
}
ul.list-icon.big li {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
ul.list-icon.big li a {
  color: #201f1e;
  font-size: 20px;
  font-weight: 300;
}
ul.list-icon.big li a:hover {
  color: #f47521;
}
ul.list-icon.small li {
  font-size: 14px;
  font-weight: 400;
  padding-left: 22px;
}
ul.list-icon.small li:before {
  background-size: 60%;
  top: 7px;
}
ul.list-icon.white li {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
ul.list-icon.circle li {
  margin-bottom: 30px;
  padding-left: 90px;
}
ul.list-icon.circle li:before {
  background-position: center;
  border: 1px solid #e5e6e3;
  border-radius: 50%;
  top: 0;
  width: 60px;
  height: 60px;
}
ul.list-icon.circle li .custom_8 {
  display: inline-block;
  margin-bottom: 15px;
}
ul.list-icon ul {
  list-style: none;
  margin-top: 20px;
}
.framework-download h3 {
  margin: 40px 0 30px;
  border-top: 1px solid #a59d95;
  padding-top: 30px;
  color: #201f1e;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists span.framework-button {
  position: relative;
  z-index: 0;
  display: block;
  height: 30px;
  width: 30px;
  margin: auto;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists span.framework-button:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/05/grey-arrow.png') no-repeat center center;
  display: inline-block;
  margin: auto !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists span.framework-button:hover {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background: #83ca3f;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists span.framework-button:hover:before:hover {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/05/white-arrow.png) no-repeat center;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists span.framework-button:hover:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/05/white-arrow.png) no-repeat center;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists a.framework-second-button {
  display: none;
  width: 100%;
  padding: 20px 40px 0 0px;
  max-width: 180px;
  margin: auto;
  position: relative;
  font-family: Lato, sans-serif;
  text-align: center;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists a.framework-second-button:hover {
  color: #f47521;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists a.framework-second-button:before {
  content: "";
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/03/icon-r-green.png);
  position: absolute;
  top: 26px;
  right: 0px;
  background-size: 14px 15px;
  bottom: 0;
  left: 126px;
  width: 14px;
  height: 15px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists.active-list.wpb_column a.framework-second-button {
  color: #83ca3f;
  display: block;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists.active-list.wpb_column:hover {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists.active-list.wpb_column:hover a.framework-second-button {
  color: #fff;
  display: block;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists.active-list.wpb_column:hover a.framework-second-button:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/03/arrow-r.png);
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists.active-list.wpb_column:hover a.framework-second-button:hover:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/04/Orange_Arrow.png);
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists.active-list.wpb_column:hover a.framework-second-button:hover {
  color: #f47521;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists.active-list.wpb_column ul li:last-child {
  position: relative;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .framework-lists.active-list.wpb_column ul li:last-child:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.framework-lists {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.framework-lists ul.remaining-items {
  display: none;
}
.framework-lists ul {
  margin-bottom: 0;
}
.framework-lists span.mmc-button-wrapper {
  margin-top: 20px;
}
.framework-lists a.framework-button {
  transform: rotate(90deg);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.framework-lists.active-list a.framework-button {
  transform: rotate(0deg);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
ol.list-number {
  counter-reset: my-badass-counter attr(start, number, 0);
  list-style: none;
}
ol.list-number li {
  counter-increment: my-badass-counter;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-left: 0;
  min-height: 60px;
  padding-left: 40px;
}
ol.list-number li:before,
ol.list-number li:after {
  display: table;
  content: " ";
}
ol.list-number li:after {
  clear: both;
  *zoom: 1;
}
ol.list-number li:before {
  content: '0' counter(my-badass-counter) '.';
  box-shadow: none;
  color: #83ca3f;
  display: block;
  font-size: inherit;
  float: left;
  font-weight: 700;
  line-height: inherit;
  margin: 0 0 0 0;
  width: auto;
  height: auto;
  padding-bottom: 0px;
  left: 16px;
  position: absolute;
}
ol.list-number li.four-a:before {
  content: '4a.';
}
ol.list-number li.four-b:before {
  content: '4b.';
}
ol.list-number.continue3 {
  counter-increment: my-badass-counter 3;
}
ol.list-number.continue1 {
  counter-increment: my-badass-counter 1;
}
.box-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
body.support-us .box-shadow {
  min-height: 230px;
}
.lh1 {
  line-height: 1 !important;
}
.scroll-down {
  background: rgba(255, 255, 255, 0.15) url('https://thenetcommunity.org/wp-content/uploads/2017/03/arrow-bottom.png') center no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 85px;
  left: 0;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
}
.scroll-down:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.scroll-down:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
a[rel="wp-video-lightbox"] {
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 140px;
  height: 140px;
}
a[rel="wp-video-lightbox"] img {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 140px;
  height: 140px;
}
a[rel="wp-video-lightbox"]:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*************************/
/* HEADER
/*************************/
#header.mmc-header {
  border-bottom: 1px solid #e5e6e3;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav:before,
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav:after {
  display: table;
  content: " ";
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav:after {
  clear: both;
  *zoom: 1;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list {
  text-align: right;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li {
  padding: 0 15px;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li > a {
  line-height: 66px !important;
  letter-spacing: 0.5px !important;
  padding: 0;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li > a:before,
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li > a:after {
  background: #f47521 !important;
  display: none !important;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li > a:hover {
  color: #f47521 !important;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li .sub-menu-header li a:hover {
  color: #f47521 !important;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .second {
  margin: 11px 0 11px 20px;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-button {
  display: block;
}
#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-button + .mmc-button {
  margin-left: 10px;
}
#header.mmc-header.sticked .mmc-logo img {
  margin: 18px 0 !important;
}
#header.mmc-header.sticked .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li > a {
  line-height: 66px !important;
}
#header.mmc-header + section.main {
  margin-top: 0;
}
#header.mmc-header.slideup {
  top: -100% !important;
}
body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-menu-item > a,
body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-menu-ancestor > a,
body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-page-item > a,
body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current_page_item > a {
  color: #f47521 !important;
}
body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-menu-item > a:after,
body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-menu-ancestor > a:after,
body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-page-item > a:after,
body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current_page_item > a:after {
  content: "";
  display: inline-block !important;
  position: absolute;
  bottom: 14px;
  height: 3px;
  width: 100%;
}
.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: #f47521;
}
/*************************/
/* MENU TABS
/*************************/
.menu-tab {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1055px;
  -webkit-transition: 0.25s top ease-in-out;
  -moz-transition: 0.25s top ease-in-out;
  -ms-transition: 0.25s top ease-in-out;
  -o-transition: 0.25s top ease-in-out;
  transition: 0.25s top ease-in-out;
}
.menu-tab ul {
  list-style: none;
  margin: 0;
}
.menu-tab ul:before,
.menu-tab ul:after {
  display: table;
  content: " ";
}
.menu-tab ul:after {
  clear: both;
  *zoom: 1;
}
.menu-tab ul li {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 0;
}
.menu-tab ul li a {
  background: #f4f4f4;
  border-bottom: 2px solid #f47521;
  border-radius: 10px 10px 0 0;
  color: #262626;
  cursor: pointer;
  display: block;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 900;
  overflow: hidden;
  padding: 28px 0;
  position: relative;
  text-align: center;
  width: 260px;
  z-index: 1;
}
.menu-tab ul li a:before {
  content: "";
  background: #f47521;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.menu-tab ul li a:hover {
  color: #fff;
}
.menu-tab ul li a:hover:before {
  bottom: 0;
}
.menu-tab ul li:last-child {
  margin-right: 0;
}
.menu-tab.triple {
  width: 790px;
}
.menu-tab.triple ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  padding: 0;
  height: 100px;
}
.menu-tab.triple.fixed {
  width: 100%;
  height: 85px;
}
.menu-tab.triple.fixed ul {
  max-width: 790px;
}
.menu-tab.triple.fixed ul li a {
  height: 85px;
}
.menu-tab.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 56px;
  z-index: 10;
}
.menu-tab.fixed ul {
  max-width: 1055px;
  margin: 0 auto;
}
.menu-tab.fixed ul li {
  border-right: 1px solid #e5e6e3;
  margin: 0;
}
.menu-tab.fixed ul li a {
  background: #fff;
  border-radius: 0;
  padding: 15px 0;
}
.menu-tab.fixed ul li a:hover {
  background: #201f1e;
}
.menu-tab.fixed ul li:first-child {
  border-left: 1px solid #e5e6e3;
}
/*************************/
/* CONTENT
/*************************/
.bg-text-mission:before {
  content: "Mission" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 277px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.bg-text-approach:before {
  content: "Approach" !important;
  color: #dbdcd9;
  font-family: 'Lato';
  font-size: 231px;
  font-weight: 900;
  position: absolute;
  top: 114px;
  left: 0;
  line-height: 1;
}
/*.bg-patern-brown {
	position: relative;
	&:after {
		content: "";
		background-image: -webkit-repeating-radial-gradient(center center, rgba(136,96,68,.2), rgba(136,96,68,.2) 1px, transparent 1px, transparent 100%);
		background-image: -moz-repeating-radial-gradient(center center, rgba(136,96,68,.2), rgba(136,96,68,.2) 1px, transparent 1px, transparent 100%);
		background-image: -ms-repeating-radial-gradient(center center, rgba(136,96,68,.2), rgba(136,96,68,.2) 1px, transparent 1px, transparent 100%);
		background-image: repeating-radial-gradient(center center, rgba(136,96,68,.2), rgba(136,96,68,.2) 1px, transparent 1px, transparent 100%);
		-webkit-background-size: 3px 3px;
		-moz-background-size: 3px 3px;
		background-size: 20px 20px;
		display: block;
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
	}
	.with-dots.mmc-column,
	&.with-dots {
		position: relative;
		z-index: 1;
	}
	&.with-dots {
		&:after {
			z-index: -1;
		}
	}
}*/
.bg-patern-gray {
  position: relative;
}
.bg-patern-gray:before {
  content: "";
  background-image: -webkit-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 20px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-text-our-tools:before {
  content: "Our Tools" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 257px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.bg-text-our-story:before {
  content: "Our Story" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 253px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.b-box {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 50px 40px 30px;
  padding: 50px 40px 110px;
  position: relative;
  width: 320px;
  z-index: 2;
}
.b-box h3 {
  margin-bottom: 35px;
}
.b-box p {
  font-size: 14px;
  color: #747474;
  line-height: 22px;
}
.b-box.global-impact-box {
  width: 100%;
  max-width: 438px;
}
.b-box.global-impact-box h3 {
  margin: 0 0 12px 0;
}
.b-box.global-impact-box p {
  font-size: 16px !important;
  color: #262626;
  line-height: 22px !important;
}
.b-box.global-impact-box p.js-box-btn {
  position: relative;
  margin-bottom: 100px;
}
.b-box.global-impact-box p.js-box-btn span {
  top: 110px;
}
.b-box.big {
  border-radius: 0 0 5px 5px;
  margin: 0;
  padding-top: 370px;
  width: 435px;
}
.b-box.big:before {
  content: "";
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 330px;
}
.b-box.big.bg-research:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/03/bg-research.jpg);
}
.b-box.big.bg-capacity-development:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/03/bg-capacity-development.jpg);
}
.b-box.big.bg-advocacy:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/03/bg-advocacy.jpg);
}
.b-box.big.bg-our-services:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/03/bg-our-services.jpg);
}
.b-box.big h3 {
  font-size: 37px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.b-box.big p {
  font-size: 16px;
  color: #262626;
}
.b-expand {
  background: #83ca3f;
  border: 10px solid #f2f7e9;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 47px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 70px;
  height: 70px;
  z-index: 1;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.b-expand:before {
  content: "";
  background: #83ca3f;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  height: 70px;
  z-index: -1;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.b-expand:after {
  content: "+";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.b-expand:hover:after {
  font-size: 34px;
}
.b-expand:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#scketch,
#scketch2 {
  position: absolute;
  left: 40px;
  top: 17px;
  width: 100%;
  height: 100%;
}
#scketch.l-top-45,
#scketch2.l-top-45 {
  top: 45px;
}
.bg-community {
  position: relative;
}
.bg-community:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/04/bg-community1.jpg') no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.l-ellipse-shadow {
  position: relative;
  min-height: 280px;
}
.l-ellipse-shadow:before {
  content: "";
  background: #dfe0dd;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 240px;
  height: 240px;
  z-index: -1;
}
.l-ellipse-shadow img {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.bg-text-health:before {
  content: "Health" !important;
  color: #dadbd8;
  font-family: 'Lato';
  font-size: 277px;
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: -56px;
  left: 0;
  z-index: 0;
}
.bg-plant {
  position: relative;
}
.bg-plant:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/04/bg-plant1.jpg') center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.bg-text-global:before {
  content: "Global" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 277px;
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: -75px;
  left: 0;
  z-index: -1;
}
.bg-text-global.solution:before {
  color: #f4f4f4;
  z-index: 0;
}
.bg-path-orange {
  position: relative;
}
.bg-path-orange:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/02/path-orange.png');
  display: block !important;
  margin-left: -172px;
  position: absolute;
  top: 130px;
  left: 50%;
  width: 344px;
  height: 1312px;
  z-index: 3;
}
.bg-text-impact:before {
  content: "Impact" !important;
  color: #dadbd8;
  font-family: 'Lato';
  font-size: 277px;
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: -56px;
  left: -56px;
  z-index: 0;
}
.bg-white-bottom {
  position: relative;
}
.bg-white-bottom:after {
  background: #fff;
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.bg-text-smarter:before {
  content: "Smarter" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 277px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 80px;
  line-height: 1;
}
.bg-text-resources:before {
  content: "Resources" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 257px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.bg-text-why:before {
  content: "Why?" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 277px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  z-index: -1;
}
.bg-text-intro:before {
  content: "Intro" !important;
  color: #dbdcd9;
  font-family: 'Lato';
  font-size: 240px;
  font-weight: 900;
  margin-left: -275px;
  position: absolute;
  top: -78px;
  left: 50%;
  line-height: 1;
  z-index: 0;
}
.bg-text-how:before {
  content: "How?" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 240px;
  font-weight: 900;
  margin-left: -310px;
  position: absolute;
  top: -78px;
  left: 50%;
  line-height: 1;
  z-index: 0;
}
.bg-text-toolkit:before {
  content: "Toolkit" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 265px;
  font-weight: 900;
  margin-left: -475px;
  position: absolute;
  top: -58px;
  left: 50%;
  line-height: 1;
  z-index: 0;
}
.bg-text-assess:before {
  content: "Assess" !important;
  color: #dbdcd9;
  font-family: 'Lato';
  font-size: 280px;
  font-weight: 900;
  margin-left: -426px;
  position: absolute;
  top: 37px;
  left: 50%;
  line-height: 1;
  z-index: 0;
}
.bg-text-groups:before {
  content: "Groups" !important;
  color: #f4f4f4;
  font-family: 'Lato';
  font-size: 265px;
  font-weight: 900;
  margin-left: -438px;
  position: absolute;
  top: -58px;
  left: 50%;
  line-height: 1;
  z-index: 0;
}
body .mmc-row.b-box-circle {
  margin: 0 auto !important;
  max-width: 1435px !important;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column {
  background: #fff;
  margin-right: 2.66%;
  min-height: 520px;
  padding: 45px 35px !important;
  width: 23%;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column:last-child {
  margin-right: 0;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column ul {
  list-style: none;
  max-height: 72px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column ul li {
  font-size: 14px;
  border-bottom: 1px solid #e5e6e3;
  padding: 8px 0;
  position: relative;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column ul:after {
  content: "";
  display: block;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), #ffffff);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column .mmc-button {
  color: #fff;
  display: block;
  margin: 0 auto;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column .mmc-button:before {
  content: "+";
  background: none !important;
  font-weight: 400;
  font-size: 30px;
  line-height: 28px;
  width: 30px;
  height: 30px;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column .mmc-button.fwork-btn {
  max-width: 140px;
  padding: 5px 15px !important;
  height: 50px !important;
  position: relative;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column .mmc-button.fwork-btn:before {
  content: "";
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column .js-read-more {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column:hover {
  background: #83ca3f;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column:hover h3 {
  color: #fff !important;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column:hover ul li {
  color: #fff;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column:hover ul:after {
  display: none;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column:hover .mmc-button {
  background: #fff !important;
  color: #83ca3f;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column:hover .js-read-more {
  color: #fff;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column:hover span.framework-button:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/05/white-arrow.png) no-repeat center center;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column.active ul {
  max-height: 500px;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column.active ul:after {
  display: none;
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column.active .mmc-button:before {
  content: "-";
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column.active .mmc-button.fwork-btn:before {
  content: "";
}
body .mmc-row.b-box-circle .mmc-column-wrapper .wpb_column.active span.framework-button {
  position: relative;
  transform: rotate(180deg);
}
.b-box-circle.js-fw-expand p {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
.f-sidebar-links {
  border-top: 1px solid #a59d96;
}
.f-sidebar-links h3 {
  color: #201f1e;
  margin: 40px 0 30px;
}
#scketch3 {
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/bg-arrow-circle.png') center no-repeat;
  margin: 0 auto !important;
  max-width: 940px !important;
  min-height: 870px !important;
  position: relative;
}
#scketch3 .mmc-column-wrapper > .wpb_column {
  padding: 0 !important;
  position: absolute;
  width: 300px !important;
  height: 300px !important;
}
#scketch3 .mmc-column-wrapper > .wpb_column:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 257px;
  height: 257px;
}
#scketch3 .mmc-column-wrapper > .wpb_column > .vc_column-inner {
  padding-top: 60px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#scketch3 .mmc-column-wrapper > .wpb_column > .vc_column-inner .number {
  font-size: 20px;
  font-weight: 700;
}
#scketch3 .mmc-column-wrapper > .wpb_column > .vc_column-inner .title {
  color: #f47521;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 40px;
}
#scketch3 .mmc-column-wrapper > .wpb_column canvas {
  position: relative;
  z-index: 1;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-1 {
  margin: auto;
  left: 0;
  right: 0;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-2 {
  top: 170px;
  right: 0;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-3 {
  bottom: 40px;
  right: 110px;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-4 {
  bottom: 40px;
  left: 110px;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-5 {
  top: 170px;
  left: 0;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-6 {
  margin: auto;
  top: 305px;
  right: 0;
  left: 0;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-6:before {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-6 .title {
  color: #201f1e;
  font-size: 24px;
  line-height: 1.4;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-6 .b-expand {
  bottom: 47px;
}
#scketch3 .mmc-column-wrapper > .wpb_column#sk-c-6 canvas {
  display: none;
}
body .f-intro-articles ul.list-resources:after {
  display: none;
  visibility: hidden;
}
body .bg-white-box.wpb_column.vc_column_container {
  background: #fff;
  border-radius: 0 0 2px 2px;
  padding: 50px 40px !important;
}
ul.list-fw-q {
  list-style: none;
  max-width: 906px;
  margin: 0 auto;
}
ul.list-fw-q:before,
ul.list-fw-q:after {
  display: table;
  content: " ";
}
ul.list-fw-q:after {
  clear: both;
  *zoom: 1;
}
ul.list-fw-q li {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 204px;
  height: 207px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
ul.list-fw-q li a {
  display: block;
  padding-top: 33px;
}
ul.list-fw-q li span.title {
  color: #f47521;
  display: block;
  font-size: 19px;
  font-family: 'Lato';
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 25px;
}
ul.list-fw-q li .mmc-button {
  box-shadow: none !important;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
ul.list-fw-q li .mmc-button:hover {
  background: #83ca3f !important;
}
ul.list-fw-q li:last-child {
  margin-right: 0;
}
ul.list-fw-q li.current,
ul.list-fw-q li:hover {
  background: #83ca3f;
}
ul.list-fw-q li.current span.title,
ul.list-fw-q li:hover span.title {
  color: #fff;
}
ul.list-fw-q li.current .mmc-button,
ul.list-fw-q li:hover .mmc-button {
  background: #fff !important;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul.list-fw-q li.current .mmc-button:before,
ul.list-fw-q li:hover .mmc-button:before {
  background: url(https://thenetcommunity.org/wp-content/uploads/2017/03/icon-r-green.png);
}
/*************************/
/* SOCIAL LINKS
/*************************/
ul.mmc-social-links {
  margin-top: 41px !important;
}
ul.mmc-social-links li a {
  background: #83ca3f;
  border-radius: 3px;
  color: #fff;
  line-height: 44px;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}
ul.mmc-social-links li a i {
  color: #fff;
}
ul.mmc-social-links li a:hover {
  background: #67a42d !important;
}
ul.mmc-social-links li a .mmc_social_links_name {
  display: none !important;
}
/*************************/
/* GMAP
/*************************/
#gmap,
#map-canvas {
  margin: 0 auto;
  width: 1020px;
  height: 700px;
}
#gmap a,
#map-canvas a {
  cursor: pointer;
}
#gmap .gm-style-iw,
#map-canvas .gm-style-iw {
  line-height: 1.4;
}
/*************************/
/* GIVE - DONATION FORM
/*************************/
div[id*=give-form-] {
  color: #201f1e;
  max-width: 760px;
  margin: 0 auto;
}
div[id*=give-form-] .give-form-title {
  display: none;
}
div[id*=give-form-] .give_pre_form-content {
  font-size: 20px;
  font-weight: 300;
  margin: 0 auto 40px;
}
div[id*=give-form-] #give-payment-mode-wrap #give-gateway-radio-list li {
  position: relative;
}
div[id*=give-form-] #give-payment-mode-wrap #give-gateway-radio-list li input[type=radio] {
  display: none;
}
div[id*=give-form-] #give-payment-mode-wrap #give-gateway-radio-list li:before {
  content: "";
  background: #f2f2f2;
  border-radius: 50%;
  border: 1px solid #cbccca;
  display: block;
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
div[id*=give-form-] #give-payment-mode-wrap #give-gateway-radio-list li.give-gateway-option-selected:before {
  background: #f47521;
  border: 1px solid #f47521;
}
div[id*=give-form-] #give-payment-mode-wrap #give-gateway-radio-list li.give-gateway-option-selected:after {
  content: "";
  border-radius: 50%;
  background: #fff;
  display: block;
  float: left;
  margin-right: 10px;
  position: absolute;
  top: 8.75px;
  left: 8.75px;
  width: 8px;
  height: 8px;
}
div[id*=give-form-] #give-donation-level-button-wrap li {
  display: block;
  float: left;
  margin: 0 0 20px;
  width: 33.3%;
}
div[id*=give-form-] #give-donation-level-button-wrap li .give-btn {
  background: #464646;
  border: 2px solid #fff;
  color: #fff;
  font-size: 35px;
  font-family: Lato;
  font-weight: 900;
  outline: none;
  width: 100%;
  height: 90px;
  -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;
}
div[id*=give-form-] #give-donation-level-button-wrap li .give-btn.give-default-level {
  background: #f47521;
  color: #fff;
}
div[id*=give-form-] #give-donation-level-radio-list {
  margin-bottom: 45px;
}
div[id*=give-form-] #give-donation-level-radio-list:before,
div[id*=give-form-] #give-donation-level-radio-list:after {
  display: table;
  content: " ";
}
div[id*=give-form-] #give-donation-level-radio-list:after {
  clear: both;
  *zoom: 1;
}
div[id*=give-form-] #give-donation-level-radio-list li {
  display: block;
  float: left;
  text-align: center;
  width: 16.6%;
}
div[id*=give-form-] #give-donation-level-radio-list li input[type=radio] {
  display: none;
}
div[id*=give-form-] #give-donation-level-radio-list li input[type=radio] + label {
  color: #262626 !important;
  cursor: pointer;
  display: block;
  line-height: 26px;
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}
div[id*=give-form-] #give-donation-level-radio-list li input[type=radio] + label:before {
  content: "";
  background: #f2f2f2;
  border: 1px solid #cbccca;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  width: 36px;
  height: 36px;
}
div[id*=give-form-] #give-donation-level-radio-list li input[type=radio]:checked + label {
  color: #f47521 !important;
  font-size: 24px;
  font-weight: 900 !important;
}
div[id*=give-form-] #give-donation-level-radio-list li input[type=radio]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 1px solid #f47521;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  width: 42px;
  height: 42px;
}
div[id*=give-form-] form[id*=give-form-] {
  position: relative;
}
div[id*=give-form-] .give-total-wrap {
  position: absolute;
  top: 215px;
  right: 3px;
  top: 46px;
  right: -150px;
  top: 90px;
  right: -16px;
  display: none;
}
div[id*=give-form-] button.give-btn-reveal,
div[id*=give-form-] input[type=submit].give-submit {
  background: #f47521;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  font-size: 20px;
  font-family: Lato;
  color: #fff;
  display: block;
  letter-spacing: 1px;
  margin: 0 auto !important;
  text-transform: uppercase;
  width: 250px;
  height: 90px;
}
div[id*=give-form-] #give-recurring-form h3.give-section-break,
div[id*=give-form-] #give-recurring-form h4.give-section-break,
div[id*=give-form-] #give-recurring-form legend,
div[id*=give-form-] form.give-form h3.give-section-break,
div[id*=give-form-] form.give-form h4.give-section-break,
div[id*=give-form-] form.give-form legend,
div[id*=give-form-] form[id*=give-form] h3.give-section-break,
div[id*=give-form-] form[id*=give-form] h4.give-section-break,
div[id*=give-form-] form[id*=give-form] legend {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
div[id*=give-form-] #give-email-wrap {
  width: 48.5%;
}
div[id*=give-form-] .give-donation-total-label {
  background: none !important;
  border: 0 !important;
  color: #201f1e !important;
  font-weight: 900 !important;
  margin-right: 10px !important;
  padding: 0 !important;
}
div[id*=give-form-] .give-final-total-amount {
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.65) !important;
  color: #201f1e !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}
#give_error_test_mode {
  display: none;
}
/*************************/
/* LIGHTBOX
/*************************/
.lb-wrapper {
  background: rgba(0, 0, 0, 0.7) !important;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  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 .lb-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.lb-wrapper .lb-box .wpb_wrapper {
  background: #fff;
  border-radius: 4px;
  max-width: 1140px;
  overflow: auto;
  padding: 80px 60px;
  position: relative;
  width: 100%;
  height: 700px;
  height: 80%;
}
.lb-wrapper .lb-box .wpb_wrapper p,
.lb-wrapper .lb-box .wpb_wrapper ul.list-icon li {
  font-size: 16px;
}
.lb-wrapper .lb-box img {
  margin-top: 30px;
}
.lb-wrapper .lb-box table td {
  padding: 30px;
}
.lb-wrapper .js-close {
  background: #e5e6e3;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 2;
}
.lb-wrapper .js-close:after {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-close.png');
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.lb-wrapper.medium .lb-box .wpb_wrapper {
  max-width: 480px;
}
.lb-wrapper.active {
  top: 0;
}
.lb-wrapper.active .js-close {
  display: block;
}
/*************************/
/* MMC FAQ
/*************************/
body .mmc-widget.mmc-faq {
  margin-top: 35px;
}
body .mmc-widget.mmc-faq > h3 {
  display: none;
  margin: 0;
}
body .mmc-widget.mmc-faq .wpb_accordion_section.group {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e5e6e3;
  margin-bottom: 6px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: border 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: border 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: border 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: border 350ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
body .mmc-widget.mmc-faq .wpb_accordion_section.group ul.list-icon {
  margin-top: 20px;
  margin-bottom: 10px;
}
body .mmc-widget.mmc-faq .wpb_accordion_section.group ul.list-icon li {
  font-size: 14px;
  padding-left: 30px;
}
body .mmc-widget.mmc-faq .wpb_accordion_section.group ul.list-icon li:before {
  width: 15px;
  height: 18px;
  background-size: contain;
}
body .mmc-widget.mmc-faq h3 {
  border: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 20px;
}
body .mmc-widget.mmc-faq h3 a {
  padding: 0 !important;
  border: 0 !important;
}
body .mmc-widget.mmc-faq h3 a span {
  color: #201f1e;
  font-size: 18px !important;
  font-family: 'Lato';
  font-weight: 900;
  line-height: 1.2 !important;
  overflow: visible !important;
}
body .mmc-widget.mmc-faq h3.ui-state-active {
  border: 0;
}
body .mmc-widget.mmc-faq h3.ui-state-active a:before {
  content: "\f106" !important;
  display: none;
}
body .mmc-widget.mmc-faq .mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i {
  background: none !important;
}
body .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header a:before {
  display: none !important;
}
body .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active {
  background: #f9faf7;
}
body .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background: none;
}
body .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a .mmc-accordion-icon:before {
  content: "-";
}
body .mmc-widget.mmc-faq .mmc-accordion .group .ui-accordion-content {
  background: #f9faf7;
  border: 0;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 50px 10px 20px;
}
body .mmc-widget.mmc-faq .mmc-accordion .group .ui-accordion-content.ui-accordion-content-active {
  border: 0;
}
body .mmc-widget.mmc-faq .mmc-accordion-icon {
  background: none !important;
  float: right !important;
  margin: 0 !important;
  width: 18.5px !important;
}
body .mmc-widget.mmc-faq .mmc-accordion-icon img {
  display: none !important;
}
body .mmc-widget.mmc-faq .mmc-accordion-icon:before {
  content: "+";
  color: #f47521;
  font-size: 30px;
  font-weight: 400;
  margin-right: 0px;
  display: block !important;
  position: relative;
  top: -6px;
  line-height: 1;
}
body .mmc-widget.mmc-faq .ui-accordion-header-icon {
  display: none !important;
}
body .mmc-widget.mmc-faq .ui-state-default,
body .mmc-widget.mmc-faq .ui-widget-content .ui-state-default,
body .mmc-widget.mmc-faq .ui-widget-header .ui-state-default {
  background: #fff;
}
/*************************/
/* SLICK SLIDE
/*************************/
.mmc-slick {
  position: relative;
  z-index: 10;
}
.mmc-slick .slick-track {
  cursor: -webkit-grab;
  cursor: grab;
  padding-bottom: 150px;
}
.mmc-slick .slick-slide {
  margin: 0 15px;
  outline: none;
  width: 380px;
}
.mmc-slick .slick-slide .box-shadow {
  background: #fff;
  border-radius: 0 0 2px 2px;
  padding: 30px;
  min-height: 200px;
}
.mmc-slick.fw .slick-slide {
  border-radius: 4px;
  margin: 0 15px;
  opacity: 0.33;
  outline: none;
  overflow: hidden;
  width: 430px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.mmc-slick.fw .slick-slide .box-shadow h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.mmc-slick.fw .slick-slide .box-shadow p {
  font-size: 14px;
}
.mmc-slick.fw .slick-slide.slick-center {
  opacity: 1;
}
.mmc-slick.fw .slick-slide .slide-content > .box-shadow {
  background: #fff !important;
  border-radius: 2px;
  padding: 30px;
  min-height: 200px !important;
}
.slider-nav {
  margin: 0 auto 40px;
  max-width: 1020px;
  z-index: 11;
}
.slider-nav .slick-slide {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 15px;
  outline: none;
  padding: 20px 0;
  text-align: center;
}
.slider-nav .slick-slide.slick-current {
  background: #83ca3f;
}
.img-drag {
  margin-top: -110px;
  pointer-events: none;
}
/*************************/
/* F0RUM - bbpress
/*************************/
body.bbpress #wpadminbar #wp-admin-bar-root-default {
  display: none;
}
body.bbpress #header {
  border-bottom: 1px solid #e5e6e3;
}
body.bbpress section.main {
  padding-top: 150px;
}
body.bbpress section.main a {
  color: #f47521;
}
body.bbpress section.main a.bbp-forum-title,
body.bbpress section.main a.bbp-topic-permalink {
  font-size: 15px;
  font-weight: 900;
}
body.bbpress section.main .mmc-row {
  max-width: 906px;
}
body.bbpress section.main .mmc-content li {
  padding: 0;
}
body.bbpress #bbpress-forums {
  margin-bottom: 100px;
}
body.bbpress div.bbp-breadcrumb {
  float: none;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
body.bbpress div.bbp-breadcrumb a {
  color: #83ca3f;
}
body.bbpress div.bbp-breadcrumb .bbp-breadcrumb-current,
body.bbpress div.bbp-breadcrumb .bbp-breadcrumb-sep {
  color: #999796;
}
body.bbpress div.bbp-breadcrumb .bbp-breadcrumb-sep {
  padding: 0 10px;
}
body.bbpress h1 {
  color: #f47521;
  font-size: 90px !important;
  line-height: 1.2 !important;
  margin-bottom: 30px;
  text-align: center;
}
body.bbpress h1.medium {
  font-size: 55px !important;
}
body.bbpress .bbp-search-form {
  float: none !important;
  max-width: 560px;
  margin: 0 auto 50px;
}
body.bbpress .bbp-search-form form > div {
  position: relative;
}
body.bbpress .bbp-search-form form > div:after {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-search.png');
  display: inline-block;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
  right: 27px;
  top: 16px;
  width: 18px;
  height: 18px;
}
body.bbpress .bbp-search-form #bbp_search {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  max-width: 404px;
  width: 100% !important;
  height: 50px;
}
body.bbpress .bbp-search-form #bbp_search_submit {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 2px;
  padding: 0 17px 0 0;
  width: 142px;
  height: 50px;
}
body.bbpress .bbp-search-form #bbp_search_submit:hover {
  background: #67a42d;
}
body.bbpress ul.bbp-forums,
body.bbpress ul.bbp-topics,
body.bbpress ul.forums {
  border-radius: 3px 3px 0 0;
}
body.bbpress ul.bbp-forums .bbp-footer,
body.bbpress ul.bbp-topics .bbp-footer,
body.bbpress ul.forums .bbp-footer {
  display: none;
}
body.bbpress #bbpress-forums ul.bbp-lead-topic,
body.bbpress #bbpress-forums ul.bbp-topics,
body.bbpress #bbpress-forums ul.bbp-forums,
body.bbpress #bbpress-forums ul.bbp-replies,
body.bbpress #bbpress-forums ul.bbp-search-results {
  border: 1px solid #e5e6e3;
}
body.bbpress li.bbp-header {
  background: #e3e6e1 !important;
  color: #201f1e;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: 900 !important;
  letter-spacing: 0.2px;
  padding: 15px !important;
}
body.bbpress li.bbp-forum-topic-count,
body.bbpress li.bbp-topic-voice-count,
body.bbpress li.bbp-forum-reply-count,
body.bbpress li.bbp-topic-reply-count {
  width: 11%;
}
body.bbpress #bbpress-forums li.bbp-body ul.forum,
body.bbpress #bbpress-forums li.bbp-body ul.topic {
  padding: 15px 20px;
}
body.bbpress li.bbp-body .bbp-forum-topic-count,
body.bbpress li.bbp-body .bbp-forum-reply-count,
body.bbpress li.bbp-body .bbp-forum-freshness,
body.bbpress li.bbp-body .bbp-topic-voice-count,
body.bbpress li.bbp-body .bbp-topic-reply-count,
body.bbpress li.bbp-body .bbp-topic-freshness {
  font-size: 15px;
}
body.bbpress li.bbp-body .bbp-forum-topic-count > a,
body.bbpress li.bbp-body .bbp-forum-reply-count > a,
body.bbpress li.bbp-body .bbp-forum-freshness > a,
body.bbpress li.bbp-body .bbp-topic-voice-count > a,
body.bbpress li.bbp-body .bbp-topic-reply-count > a,
body.bbpress li.bbp-body .bbp-topic-freshness > a {
  color: #262626;
  font-weight: 400;
}
body.bbpress li.bbp-body .bbp-forum-topic-count .bbp-topic-meta .bbp-author-avatar,
body.bbpress li.bbp-body .bbp-forum-reply-count .bbp-topic-meta .bbp-author-avatar,
body.bbpress li.bbp-body .bbp-forum-freshness .bbp-topic-meta .bbp-author-avatar,
body.bbpress li.bbp-body .bbp-topic-voice-count .bbp-topic-meta .bbp-author-avatar,
body.bbpress li.bbp-body .bbp-topic-reply-count .bbp-topic-meta .bbp-author-avatar,
body.bbpress li.bbp-body .bbp-topic-freshness .bbp-topic-meta .bbp-author-avatar {
  display: none;
}
body.bbpress li.bbp-body .bbp-forum-topic-count .bbp-topic-meta .bbp-author-name,
body.bbpress li.bbp-body .bbp-forum-reply-count .bbp-topic-meta .bbp-author-name,
body.bbpress li.bbp-body .bbp-forum-freshness .bbp-topic-meta .bbp-author-name,
body.bbpress li.bbp-body .bbp-topic-voice-count .bbp-topic-meta .bbp-author-name,
body.bbpress li.bbp-body .bbp-topic-reply-count .bbp-topic-meta .bbp-author-name,
body.bbpress li.bbp-body .bbp-topic-freshness .bbp-topic-meta .bbp-author-name {
  font-size: 14px;
  font-weight: 400;
}
body.bbpress li.bbp-body .bbp-topic-started-by {
  font-size: 14px;
}
body.bbpress li.bbp-body .bbp-topic-started-by .bbp-author-avatar {
  display: none;
}
body.bbpress li.bbp-body .bbp-topic-started-by .bbp-author-name {
  font-weight: 400;
}
body.bbpress #bbpress-forums div.odd,
body.bbpress #bbpress-forums ul.odd {
  background: #fff;
}
body.bbpress #bbpress-forums div.even,
body.bbpress #bbpress-forums ul.even {
  background: #f6f7f5;
}
body.bbpress .bbp-forum-content {
  font-size: 13px !important;
  color: #262626;
}
body.bbpress a.subscription-toggle {
  font-size: 14px;
}
body.bbpress div.bbp-template-notice {
  background-color: #f6f7f5;
  border: 1px solid #e5e6e3;
  margin-bottom: 35px;
  padding: 8px 17px;
}
body.bbpress div.bbp-template-notice p {
  font-size: 14px;
  padding: 0;
}
body.bbpress div.bbp-template-notice .bbp-author-avatar {
  display: none;
}
body.bbpress div.bbp-template-notice .bbp-author-name {
  font-weight: 400;
}
body.bbpress div.bbp-template-notice .bbp-author-name + a {
  color: #262626;
  font-weight: 400;
}
body.bbpress .bbp-pagination {
  font-size: 17px;
  font-family: 'Lato';
  font-weight: 400;
  margin-bottom: 35px;
  width: auto;
}
body.bbpress button.topic-create {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: right;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 2px;
  margin-top: -10px;
  outline: none;
  padding: 0 17px 0 0;
  position: relative;
  width: 185px;
  height: 50px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body.bbpress button.topic-create:after {
  content: "+";
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  top: 5px;
  right: 23px;
}
body.bbpress button.topic-create:hover {
  background: #67a42d;
}
body.bbpress #new-post legend {
  font-size: 19px;
  font-family: 'Lato';
  font-weight: 900;
  margin-bottom: 10px;
}
body.bbpress #bbpress-forums fieldset.bbp-form label {
  font-family: 'Lato';
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
body.bbpress #bbpress-forums fieldset.bbp-form label span {
  font-weight: 400;
}
body.bbpress #bbpress-forums fieldset.bbp-form input[type=text],
body.bbpress #bbpress-forums fieldset.bbp-form textarea {
  background: #f6f7f5;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  height: 60px;
}
body.bbpress input#bbp_topic_tags {
  font-size: 14px !important;
}
body.bbpress #bbpress-forums fieldset.bbp-form textarea {
  height: 160px;
}
body.bbpress #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  border: 0;
  margin-bottom: 10px;
}
body.bbpress select {
  background: #f1f2f0 url('https://thenetcommunity.org/wp-content/uploads/2017/03/arrow-down.png') no-repeat 92% center;
  font-size: 13.5px;
  font-family: 'Lato';
  font-weight: 400;
}
body.bbpress input[type=checkbox] {
  display: none;
}
body.bbpress input[type=checkbox] + label {
  cursor: pointer;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
body.bbpress input[type=checkbox] + label:before {
  content: "";
  border: 2px solid #cbccca;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
body.bbpress input[type=checkbox]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 2px solid #f47521;
}
body.bbpress div.bbp-submit-wrapper {
  float: none;
  margin-top: 35px;
  margin-bottom: 35px;
}
body.bbpress div.bbp-submit-wrapper button {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 2px;
  margin-top: -10px;
  outline: none;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 131px;
  height: 50px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body.bbpress div.bbp-submit-wrapper button:hover {
  background: #67a42d;
}
body.bbpress .bbp-topic-tags p {
  font-size: 14px;
}
body.bbpress .bbp-header .bbp-reply-author {
  text-align: left !important;
}
body.bbpress .bbp-header #favorite-toggle a {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  color: #f47521;
}
body.bbpress .bbp-header #subscription-toggle {
  color: #cccccc;
}
body.bbpress .bbp-header #subscription-toggle a {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  color: #f47521;
}
body.bbpress .bbp-body .bbp-reply-header {
  background: #f6f7f5;
  padding: 8px 15px;
}
body.bbpress .bbp-body .bbp-reply-header .bbp-meta {
  color: #9f9f9e;
}
body.bbpress .bbp-body .bbp-reply-header .bbp-meta .bbp-admin-links a {
  color: #949494;
  font-weight: 700;
}
body.bbpress .bbp-body .bbp-reply-header .bbp-meta .bbp-reply-permalink {
  color: #949494;
}
body.bbpress .bbp-body div.topic,
body.bbpress .bbp-body div.reply {
  background: #fff !important;
  padding: 15px;
}
body.bbpress .bbp-body div.topic .bbp-reply-author,
body.bbpress .bbp-body div.reply .bbp-reply-author {
  text-align: left !important;
}
body.bbpress .bbp-body div.topic .bbp-reply-author img,
body.bbpress .bbp-body div.reply .bbp-reply-author img {
  margin: 0 auto 8px !important;
}
body.bbpress .bbp-body div.topic .bbp-reply-author .bbp-author-name,
body.bbpress .bbp-body div.reply .bbp-reply-author .bbp-author-name {
  font-size: 14px !important;
  text-transform: capitalize;
}
body.bbpress .bbp-body div.topic .bbp-reply-author .bbp-author-role,
body.bbpress .bbp-body div.reply .bbp-reply-author .bbp-author-role {
  color: #848383;
  font-style: normal !important;
  font-size: 12px !important;
  margin-top: -10px;
  margin-left: 12px;
}
body.bbpress .bbp-body div.topic .bbp-reply-author .bbp-reply-ip,
body.bbpress .bbp-body div.reply .bbp-reply-author .bbp-reply-ip {
  margin-left: 12px;
}
body.bbpress .bbp-body div.topic .bbp-reply-content,
body.bbpress .bbp-body div.reply .bbp-reply-content {
  margin-left: 140px !important;
}
body.bbpress .bbp-body div.topic .bbp-reply-content p,
body.bbpress .bbp-body div.reply .bbp-reply-content p {
  font-size: 16px !important;
}
body.bbpress .bbp-body div.topic .bbp-reply-content .bbp-reply-revision-log-item,
body.bbpress .bbp-body div.reply .bbp-reply-content .bbp-reply-revision-log-item {
  font-size: 12px;
  color: #848383;
}
body.bbpress .bbp-body div.topic .bbp-reply-content .bbp-reply-revision-log-item .avatar,
body.bbpress .bbp-body div.reply .bbp-reply-content .bbp-reply-revision-log-item .avatar {
  display: none;
}
/*************************/
/* GROUP - buddypress
/*************************/
body.buddypress #wpadminbar #wp-admin-bar-root-default {
  display: none;
}
body.buddypress #wp-link-wrap #link-modal-title {
  font-size: 18px !important;
}
body.buddypress #wp-link-close {
  width: 80px;
  line-height: 35px;
}
body.buddypress #wp-link-update input[type=submit] {
  display: inline-block;
  text-decoration: none;
  font-size: 13px !important;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px !important;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
  vertical-align: top;
}
body.buddypress #header {
  border-bottom: 1px solid #e5e6e3;
}
body.buddypress section.main {
  padding-top: 150px;
  padding-bottom: 80px;
}
body.buddypress section.main .mmc-main-wrapper {
  padding-top: 0;
}
body.buddypress section.main a {
  color: #f47521;
}
body.buddypress section.main a.bbp-forum-title,
body.buddypress section.main a.bbp-topic-permalink {
  font-size: 15px;
  font-weight: 900;
}
body.buddypress section.main .mmc-row {
  max-width: 906px;
}
body.buddypress section.main .mmc-content li {
  padding: 0;
}
body.buddypress div.bbp-breadcrumb {
  float: none;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
body.buddypress div.bbp-breadcrumb a {
  color: #83ca3f;
}
body.buddypress div.bbp-breadcrumb .bbp-breadcrumb-current,
body.buddypress div.bbp-breadcrumb .bbp-breadcrumb-sep {
  color: #999796;
}
body.buddypress div.bbp-breadcrumb .bbp-breadcrumb-sep {
  padding: 0 10px;
}
body.buddypress h1 {
  color: #f47521;
  font-size: 90px !important;
  line-height: 1.2 !important;
  margin-bottom: 30px;
  text-align: center;
}
body.buddypress h1.medium {
  font-size: 55px !important;
}
body.buddypress #buddypress .activity-list li.load-more,
body.buddypress #buddypress .activity-list li.load-newest {
  width: 200px;
  margin: 30px auto 0;
  padding: 0;
}
body.buddypress #buddypress .activity-list li.load-more a,
body.buddypress #buddypress .activity-list li.load-newest a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 13.5px;
  letter-spacing: 0.5px;
  color: #fff;
  background: #83ca3f;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 3px;
}
body.buddypress select {
  font-size: 16px !important;
  background: #f1f2f0 url('https://thenetcommunity.org/wp-content/uploads/2017/03/arrow-down.png') no-repeat 92% center !important;
  border-radius: 3px !important;
  color: #262626 !important;
  font-weight: 400 !important;
  padding: 0 30px 0 10px !important;
  min-width: 120px;
  height: 50px !important;
}
body.buddypress form h3 {
  margin-bottom: 20px;
}
body.buddypress form select {
  font-size: 16px !important;
  background: #f1f2f0 url('https://thenetcommunity.org/wp-content/uploads/2017/03/arrow-down.png') no-repeat 92% center !important;
  border-radius: 3px !important;
  color: #262626 !important;
  font-weight: 400 !important;
  padding: 0 30px 0 10px !important;
  min-width: 120px;
  height: 50px !important;
}
body.buddypress form label {
  display: block !important;
  font-family: 'Lato';
  font-size: 13.5px;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
  margin-bottom: 4px !important;
}
body.buddypress form input[type="text"],
body.buddypress form input[type="email"],
body.buddypress form input[type="password"],
body.buddypress form input[type="number"],
body.buddypress form input[type="date"],
body.buddypress form input[type="tel"],
body.buddypress form input[type="url"],
body.buddypress form textarea {
  background: #f1f2f0 !important;
  border: 1px solid #e5e6e3 !important;
  border-radius: 3px !important;
  color: #201f1e !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 20px !important;
}
body.buddypress form select {
  margin-right: 10px;
}
body.buddypress form textarea {
  padding: 10px 20px !important;
}
body.buddypress form input[type=submit] {
  background: #83ca3f !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15px !important;
  line-height: 50px;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 0 20px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body.buddypress form input[type=submit]:hover {
  background: #67a42d !important;
}
body.buddypress form #group-creation-previous {
  background: #f47521 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15px !important;
  line-height: 50px;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 0 20px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: auto;
  height: 50px;
}
body.buddypress form input[type=checkbox] {
  display: none;
}
body.buddypress form input[type=checkbox] + label {
  cursor: pointer;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
body.buddypress form input[type=checkbox] + label:before {
  content: "";
  border: 2px solid #cbccca;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
body.buddypress form input[type=checkbox]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 2px solid #f47521;
}
body.buddypress form #wp-post_content-editor-tools {
  margin-top: 0px;
}
body.buddypress form input.date {
  background: #f1f2f0 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-date.png') 95% center no-repeat !important;
}
body.buddypress form .col-sm-4 {
  float: left;
  display: block;
  width: 32%;
  margin-bottom: 0;
  margin-right: 2%;
}
body.buddypress form .col-sm-4 select {
  width: 100%;
}
body.buddypress form .col-sm-4:last-child {
  margin-right: 0;
}
body.buddypress form input[type=radio] {
  display: none;
}
body.buddypress form input[type=radio] + label {
  color: #949494 !important;
  cursor: pointer;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
body.buddypress form input[type=radio] + label:before {
  content: "";
  border: 1px solid #cbccca;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
body.buddypress form input[type=radio]:checked + label {
  color: #262626 !important;
  font-weight: 700 !important;
}
body.buddypress form input[type=radio]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 1px solid #f47521;
}
body.buddypress form #public-group-description,
body.buddypress form #private-group-description,
body.buddypress form #hidden-group-description {
  list-style: none !important;
}
body.buddypress form #public-group-description li,
body.buddypress form #private-group-description li,
body.buddypress form #hidden-group-description li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
body.buddypress form #public-group-description li:before,
body.buddypress form #private-group-description li:before,
body.buddypress form #hidden-group-description li:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-check-green.png') no-repeat center;
  background-size: 90%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 12px;
}
body.buddypress form #public-group-description li:last-child,
body.buddypress form #private-group-description li:last-child,
body.buddypress form #hidden-group-description li:last-child {
  margin-bottom: 0;
}
body.buddypress form .group-create-invitations .radio label {
  margin-bottom: 10px !important;
}
body.buddypress #groups-dir-search {
  float: none !important;
  max-width: 560px;
  margin: 0 auto 50px;
}
body.buddypress #groups-dir-search form {
  position: relative;
}
body.buddypress #groups-dir-search form:after {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-search.png');
  display: inline-block;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
  right: 27px;
  top: 16px;
  width: 18px;
  height: 18px;
}
body.buddypress #groups-dir-search #groups_search {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  max-width: 404px;
  padding: 0 20px;
  width: 100% !important;
  height: 50px;
}
body.buddypress #groups-dir-search #groups_search_submit {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 2px;
  padding: 0 17px 0 0 !important;
  width: 142px;
  height: 50px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body.buddypress #groups-dir-search #groups_search_submit:hover {
  background: #67a42d !important;
}
body.buddypress #buddypress div.item-list-tabs {
  border-bottom: 1px solid #e5e6e3;
  overflow: visible;
  clear: both;
}
body.buddypress #buddypress div.item-list-tabs:before,
body.buddypress #buddypress div.item-list-tabs:after {
  display: table;
  content: " ";
}
body.buddypress #buddypress div.item-list-tabs:after {
  clear: both;
  *zoom: 1;
}
body.buddypress #buddypress div.item-list-tabs ul:before,
body.buddypress #buddypress div.item-list-tabs ul:after {
  display: table;
  content: " ";
}
body.buddypress #buddypress div.item-list-tabs ul:after {
  clear: both;
  *zoom: 1;
}
body.buddypress #buddypress div.item-list-tabs ul li {
  margin-bottom: -1px;
  min-height: 54px;
}
body.buddypress #buddypress div.item-list-tabs ul li a {
  background: none;
  font-family: 'Lato';
  font-weight: 900;
  color: #83ca3f;
  padding: 13px 16px;
}
body.buddypress #buddypress div.item-list-tabs ul li a span {
  color: #201f1e;
  display: inline-block;
  line-height: 24px;
  padding: 0;
  text-align: center;
  width: 25px;
  height: 25px;
}
body.buddypress #buddypress div.item-list-tabs ul li a:hover {
  color: #f47521;
}
body.buddypress #buddypress div.item-list-tabs ul li.selected {
  box-shadow: 0 0 0px 1000px white inset;
}
body.buddypress #buddypress div.item-list-tabs ul li.selected a {
  border: 1px solid #e5e6e3;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
  color: #201f1e;
}
body.buddypress #buddypress div.item-list-tabs ul li#group-create-nav a {
  padding-right: 37px;
  position: relative;
}
body.buddypress #buddypress div.item-list-tabs ul li#group-create-nav a:after {
  content: "+";
  color: #fff;
  background: #83ca3f;
  border-radius: 50%;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  right: 0px;
  width: 26px;
  height: 26px;
}
body.buddypress #buddypress div.item-list-tabs#subnav {
  border-bottom: 0;
  margin: 17px 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}
body.buddypress #buddypress div.item-list-tabs#subnav li {
  margin-bottom: 0;
  min-height: 0;
}
body.buddypress #buddypress div.item-list-tabs#subnav li label {
  font-size: 14px;
  display: inline-block !important;
  font-weight: 400 !important;
  margin-right: 6px;
}
body.buddypress #buddypress div.item-list-tabs#subnav li select {
  font-size: 16px;
  background: #f1f2f0 url('https://thenetcommunity.org/wp-content/uploads/2017/03/arrow-down.png') no-repeat 92% center;
}
body.buddypress #buddypress div.item-list-tabs#subnav li.feed a {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15.2px;
  line-height: 50px;
  letter-spacing: 2px;
  margin-top: 5px;
  padding: 0 0 0 0px;
  text-align: center;
  width: 111px;
  height: 50px;
}
body.buddypress #buddypress div.item-list-tabs#subnav li.feed a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-rss.png');
  margin-right: 8px;
  width: 15px;
  height: 15px;
}
body.buddypress #buddypress div.item-list-tabs#subnav li#calendar-groups-li {
  display: none;
}
body.buddypress #buddypress #pag-top {
  padding: 10px 0 30px;
  margin-top: -60px;
}
body.buddypress .pag-count {
  font-family: 'Lato';
  font-size: 17px;
  font-weight: 400;
  color: #201f1e;
  margin-left: 0 !important;
}
body.buddypress #buddypress ul.item-list li {
  border-bottom: 1px solid #e5e6e3;
  padding: 20px 0 20px 100px;
}
body.buddypress #buddypress ul.item-list li .item-avatar {
  position: absolute;
  top: 20px;
  left: 0;
  width: 80px;
  height: 80px;
}
body.buddypress #buddypress ul.item-list li .item-avatar:before,
body.buddypress #buddypress ul.item-list li .item-avatar:after {
  display: table;
  content: " ";
}
body.buddypress #buddypress ul.item-list li .item-avatar:after {
  clear: both;
  *zoom: 1;
}
body.buddypress #buddypress ul.item-list li .item-avatar img {
  margin: 0;
  width: 100%;
  height: 100%;
}
body.buddypress #buddypress ul.item-list li .item-title a {
  font-family: 'Lato';
  font-size: 19px;
  font-weight: 900;
  color: #f47521;
  letter-spacing: 0.5px;
}
body.buddypress #buddypress ul.item-list li .item-title a:hover {
  color: #d25a0a;
}
body.buddypress #buddypress ul.item-list li .item-meta {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
}
body.buddypress #buddypress ul.item-list li .item-meta span {
  color: #262626;
  font-weight: 700;
}
body.buddypress #buddypress ul.item-list li .item-desc {
  font-size: 16px;
  color: #262626;
  margin: 0;
}
body.buddypress #buddypress ul.item-list li .item-desc p {
  margin-bottom: 0;
}
body.buddypress #buddypress ul.item-list li div.action {
  top: 30px;
}
body.buddypress #buddypress ul.item-list li div.action .meta {
  color: #949494;
  font-size: 14px;
  margin-top: 20px;
}
body.buddypress #buddypress .generic-button.group-button a,
body.buddypress #buddypress a.button {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.buddypress #buddypress .generic-button.group-button a.acomment-reply:before,
body.buddypress #buddypress a.button.acomment-reply:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-comment.png');
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
}
body.buddypress #buddypress .generic-button.group-button a.fav:before,
body.buddypress #buddypress a.button.fav:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-favorite.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 13px;
  height: 13px;
}
body.buddypress #buddypress .generic-button.group-button a.delete-activity:before,
body.buddypress #buddypress a.button.delete-activity:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.groups.create #buddypress div.item-list-tabs {
  border-bottom: 1px solid #e5e6e3;
  overflow: visible;
  clear: both;
}
body.groups.create #buddypress div.item-list-tabs:before,
body.groups.create #buddypress div.item-list-tabs:after {
  display: table;
  content: " ";
}
body.groups.create #buddypress div.item-list-tabs:after {
  clear: both;
  *zoom: 1;
}
body.groups.create #buddypress div.item-list-tabs ul:before,
body.groups.create #buddypress div.item-list-tabs ul:after {
  display: table;
  content: " ";
}
body.groups.create #buddypress div.item-list-tabs ul:after {
  clear: both;
  *zoom: 1;
}
body.groups.create #buddypress div.item-list-tabs ul li {
  margin-bottom: -1px;
}
body.groups.create #buddypress div.item-list-tabs ul li a {
  background: none;
  font-family: 'Lato';
  font-weight: 900;
  color: #83ca3f;
  padding: 13px 16px;
}
body.groups.create #buddypress div.item-list-tabs ul li > span {
  background: none;
  font-family: 'Lato';
  font-weight: 900;
  color: #83ca3f;
  padding: 13px 16px;
}
body.groups.create #buddypress div.item-list-tabs ul li > span span {
  display: inline-block;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #201f1e;
  display: inline;
  font-size: 70%;
  margin-left: 2px;
  padding: 3px 6px;
  text-align: center;
  vertical-align: middle;
}
body.groups.create #buddypress div.item-list-tabs ul li.selected,
body.groups.create #buddypress div.item-list-tabs ul li.current {
  box-shadow: 0 0 0px 1000px white inset;
}
body.groups.create #buddypress div.item-list-tabs ul li.selected a,
body.groups.create #buddypress div.item-list-tabs ul li.current a,
body.groups.create #buddypress div.item-list-tabs ul li.selected > span,
body.groups.create #buddypress div.item-list-tabs ul li.current > span {
  border: 1px solid #e5e6e3;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
  color: #201f1e;
}
body.groups.create #buddypress div.item-list-tabs ul li#group-create-nav a {
  padding-right: 37px;
  position: relative;
}
body.groups.create #buddypress div.item-list-tabs ul li#group-create-nav a:after {
  content: "+";
  color: #fff;
  background: #83ca3f;
  border-radius: 50%;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  right: 0px;
  width: 26px;
  height: 26px;
}
body.groups.create #buddypress .group-create-privacy h2 {
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 30px;
}
body.groups.create.documents input[type=radio] {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
body.groups.create.calendar input[type=text] {
  margin-top: 15px;
}
body.groups.create.group-avatar .left-menu {
  margin-bottom: 20px;
}
body.groups.create.group-avatar .bp-avatar-nav {
  margin-top: 20px;
}
body.groups.create.group-avatar .bp-avatar-nav a {
  color: #83ca3f;
}
body.groups.single-item section.main .mmc-row {
  max-width: 1140px;
}
body.groups.single-item #buddypress #item-header {
  margin-bottom: 45px;
}
body.groups.single-item #buddypress #item-header img.avatar {
  margin: 0 30px 20px 0;
}
body.groups.single-item #buddypress #item-header #item-header-content {
  margin-top: 245px !important;
}
body.groups.single-item #buddypress #item-header #item-header-content #item-meta {
  color: #949494;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0px;
}
body.groups.single-item #buddypress #item-header #item-header-content #item-meta .highlight {
  font-size: 100%;
}
body.groups.single-item #buddypress #item-header #item-header-content #item-meta .activity {
  color: #262626;
  font-size: 100%;
  font-weight: 700;
  margin-left: 5px;
}
body.groups.single-item #buddypress #item-header #item-header-content #item-meta p {
  font-size: 16px;
  color: #262626;
  margin-top: 10px;
  margin-bottom: 5px;
}
body.groups.single-item #buddypress #item-header #item-actions {
  margin-top: 235px;
}
body.groups.single-item #buddypress #item-header #item-actions h2 {
  color: #262626;
  font-family: 'Lato';
  font-size: 16px !important;
  font-weight: 900;
  margin-bottom: 15px;
}
body.groups.single-item #buddypress #item-header #item-actions #group-admins li {
  margin-left: 11px;
}
body.groups.single-item #buddypress #item-header #item-actions #group-admins img {
  margin: 0;
}
body.groups.single-item #buddypress #item-nav,
body.groups.single-item #buddypress #item-body {
  max-width: 906px;
  margin: 0 auto;
}
body.groups.single-item #buddypress #item-body form#whats-new-form {
  background: #f2faeb;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 20px;
}
body.groups.single-item #buddypress #item-body form#whats-new-form:before,
body.groups.single-item #buddypress #item-body form#whats-new-form:after {
  display: table;
  content: " ";
}
body.groups.single-item #buddypress #item-body form#whats-new-form:after {
  clear: both;
  *zoom: 1;
}
body.groups.single-item #buddypress #item-body form#whats-new-form #whats-new-avatar {
  margin-right: 20px;
}
body.groups.single-item #buddypress #item-body form#whats-new-form .activity-greeting {
  font-size: 20px;
  margin-bottom: 23px;
}
body.groups.single-item #buddypress #item-body form#whats-new-form #whats-new-content {
  margin-left: 100px;
  padding: 0 !important;
}
body.groups.single-item #buddypress #item-body form#whats-new-form #whats-new-textarea textarea {
  border: 1px solid #e5e6e3;
  border-radius: 3px;
}
body.groups.single-item #buddypress #item-body form#whats-new-form #whats-new-textarea textarea:focus {
  border-color: #e5e6e3 !important;
}
body.groups.single-item #buddypress #item-body form#whats-new-form #whats-new-submit {
  float: left !important;
}
body.groups.single-item #buddypress #item-body form#whats-new-form #aw-whats-new-submit {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-top: 5px;
  padding: 0 0 0 0px;
  text-align: center;
  width: 147px;
  height: 40px;
}
body.groups.single-item #buddypress ul.item-list {
  border-top: 0;
}
body.groups.single-item #buddypress #activity-stream .activity-avatar {
  position: absolute;
  top: 20px;
  left: 0;
}
body.groups.single-item #buddypress #activity-stream .activity-avatar img {
  margin: 0;
  width: 80px;
  height: 80px;
}
body.groups.single-item #buddypress #activity-stream .activity-content {
  margin: 0 0 0 0px;
}
body.groups.single-item #buddypress #activity-stream .activity-content .activity-header {
  color: #262626;
  font-size: 18px;
}
body.groups.single-item #buddypress #activity-stream .activity-content .activity-header p {
  margin-top: 0;
}
body.groups.single-item #buddypress #activity-stream .activity-content .activity-header img.avatar {
  margin: 0 5px !important;
  vertical-align: middle;
}
body.groups.single-item #buddypress #activity-stream .activity-content .activity-header .time-since {
  font-size: 14px;
  font-weight: 400;
  color: #949494;
}
body.groups.single-item #buddypress #activity-stream .activity-content .activity-meta {
  margin: 18px 0 10px;
}
body.groups.single-item #buddypress #activity-stream .activity-content .activity-meta:before,
body.groups.single-item #buddypress #activity-stream .activity-content .activity-meta:after {
  display: table;
  content: " ";
}
body.groups.single-item #buddypress #activity-stream .activity-content .activity-meta:after {
  clear: both;
  *zoom: 1;
}
body.groups.single-item #buddypress #activity-stream .activity-comments {
  margin: 0 0 0 0px;
}
body.groups.single-item #buddypress #activity-stream .activity-comments ul {
  padding-left: 0;
}
body.groups.single-item #buddypress #activity-stream .activity-comments ul li {
  border-bottom: 0 !important;
  border-color: #e5e6e3;
  padding: 15px 0;
}
body.groups.single-item #buddypress #activity-stream .activity-comments ul li:last-child {
  padding-bottom: 0;
}
body.groups.single-item #buddypress #activity-stream .activity-comments ul li ul {
  padding-top: 15px;
}
body.groups.single-item #buddypress #activity-stream .activity-comments .acomment-content {
  font-size: 14px;
}
body.groups.single-item #buddypress #activity-stream .activity-comments .acomment-options a {
  font-weight: 700;
  font-size: 12px;
  color: #949494;
}
body.groups.single-item #buddypress #activity-stream .activity-comments .ac-form {
  background: #f2faeb;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 20px;
}
body.groups.single-item #buddypress #activity-stream .activity-comments .ac-reply-avatar img {
  margin: 0;
}
body.groups.single-item #buddypress #activity-stream .activity-comments .ac-reply-content {
  margin-left: 100px;
  padding-left: 0;
}
body.groups.single-item #buddypress #activity-stream .activity-comments .ac-reply-content .ac-textarea {
  background: none;
  border: 0;
  padding: 0;
}
body.groups.single-item #buddypress #activity-stream .activity-comments .ac-reply-content textarea {
  background: #fff;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  padding: 20px;
}
body.groups.single-item #buddypress #activity-stream .activity-comments .ac-reply-content input[type=submit] {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-top: 5px;
  padding: 0 0 0 0px;
  text-align: center;
  width: 97px;
  height: 40px;
}
body.groups.single-item #buddypress #activity-stream .has-comments {
  padding-bottom: 15px !important;
}
body.single-item.buddypress.documents #bp-group-documents > h3 {
  display: none;
}
body.single-item.buddypress.documents #subnav {
  margin-bottom: 0 !important;
}
body.single-item.buddypress.documents #subnav form {
  font-size: 14px;
}
body.single-item.buddypress.documents #subnav #order,
body.single-item.buddypress.documents #subnav select[name=category] {
  font-weight: 300;
  margin-left: 6px;
}
body.single-item.buddypress.documents #subnav #bp-group-documents-categories {
  position: relative;
  z-index: 1;
}
body.single-item.buddypress.documents #subnav #bp-group-documents-sorting {
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
body.single-item.buddypress.documents #subnav #pag-top {
  border-bottom: 1px solid #e5e6e3;
  margin-top: -44px !important;
}
body.single-item.buddypress.documents #subnav .pagination {
  border-bottom: 1px solid #e5e6e3;
  margin-top: -50px;
  padding-bottom: 40px;
}
body.single-item.buddypress.documents #bp-group-documents-list li {
  padding-left: 35px !important;
}
body.single-item.buddypress.documents #bp-group-documents-list li a.bp-group-documents-icon {
  margin-left: 0 !important;
  margin-top: 0;
  top: 26px;
  left: 0;
}
body.single-item.buddypress.documents #bp-group-documents-list li .bp-group-documents-title {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 220px;
  width: 100%;
}
body.single-item.buddypress.documents #bp-group-documents-list li .group-documents-description {
  display: block;
  margin-top: 15px;
}
body.single-item.buddypress.documents #bp-group-documents-list li .admin-links {
  font-size: 0;
  top: 25px;
  right: 0;
}
body.single-item.buddypress.documents #bp-group-documents-list li .admin-links a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.single-item.buddypress.documents #bp-group-documents-list li .admin-links a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-edit.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 13px;
  height: 12px;
}
body.single-item.buddypress.documents #bp-group-documents-list li .admin-links a.bp-group-documents-delete {
  margin-left: 10px;
}
body.single-item.buddypress.documents #bp-group-documents-list li .admin-links a.bp-group-documents-delete:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.single-item.buddypress.documents #bp-group-documents-upload-new label {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 14px;
}
body.single-item.buddypress.documents #bp-group-documents-upload-new .bp-group-documents-category-list {
  background: none;
  border: 0;
  height: 75px;
  margin: 0;
  padding: 0;
}
body.single-item.buddypress.documents #bp-group-documents-upload-new .bp-group-documents-category-list ul {
  list-style: none;
}
body.single-item.buddypress.documents #bp-group-documents-upload-new .bp-group-documents-category-list ul input[type=checkbox] {
  display: inline-block !important;
  margin-right: 10px;
}
body.single-item.buddypress.documents #bp-group-documents-upload-new input[type=submit] {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-top: 5px;
  padding: 0 0 0 0px;
  text-align: center;
  width: 97px;
  height: 40px;
}
body.single-item.buddypress.documents input[type=file] {
  color: #949494;
}
body.single-item.buddypress.documents .bp-group-documents-valid-file-formats {
  font-size: 14px;
  margin-top: 10px;
}
body.single-item.buddypress.documents .bp-group-documents-valid-file-formats br {
  display: none;
}
body.single-item.buddypress.documents #buddypress .dir-search input[type=search],
body.single-item.buddypress.documents #buddypress .dir-search input[type=text],
body.single-item.buddypress.documents #buddypress .groups-members-search input[type=search],
body.single-item.buddypress.documents #buddypress .groups-members-search input[type=text],
body.single-item.buddypress.documents #buddypress .standard-form input[type=color],
body.single-item.buddypress.documents #buddypress .standard-form input[type=date],
body.single-item.buddypress.documents #buddypress .standard-form input[type=datetime-local],
body.single-item.buddypress.documents #buddypress .standard-form input[type=datetime],
body.single-item.buddypress.documents #buddypress .standard-form input[type=email],
body.single-item.buddypress.documents #buddypress .standard-form input[type=month],
body.single-item.buddypress.documents #buddypress .standard-form input[type=number],
body.single-item.buddypress.documents #buddypress .standard-form input[type=password],
body.single-item.buddypress.documents #buddypress .standard-form input[type=range],
body.single-item.buddypress.documents #buddypress .standard-form input[type=search],
body.single-item.buddypress.documents #buddypress .standard-form input[type=tel],
body.single-item.buddypress.documents #buddypress .standard-form input[type=text],
body.single-item.buddypress.documents #buddypress .standard-form input[type=time],
body.single-item.buddypress.documents #buddypress .standard-form input[type=url],
body.single-item.buddypress.documents #buddypress .standard-form input[type=week],
body.single-item.buddypress.documents #buddypress .standard-form select,
body.single-item.buddypress.documents #buddypress .standard-form textarea {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
}
body.single-item.buddypress.members #item-body #subnav li {
  display: block;
  float: none;
}
body.single-item.buddypress.members #item-body #subnav li.groups-members-search {
  border-bottom: 1px solid #e5e6e3;
}
body.single-item.buddypress.members #item-body #subnav li.groups-members-search #search-members-form {
  float: none !important;
  max-width: 560px;
  margin: 15px auto 25px;
  position: relative;
}
body.single-item.buddypress.members #item-body #subnav li.groups-members-search #search-members-form:after {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-search.png');
  display: inline-block;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
  right: 27px;
  top: 16px;
  width: 18px;
  height: 18px;
}
body.single-item.buddypress.members #item-body #subnav li.groups-members-search #search-members-form label {
  float: left;
  max-width: 404px;
  width: 100%;
}
body.single-item.buddypress.members #item-body #subnav li.groups-members-search #search-members-form #members_search {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 10px;
  max-width: 404px;
  padding: 0 20px;
  width: 100% !important;
  height: 50px;
}
body.single-item.buddypress.members #item-body #subnav li.groups-members-search #search-members-form #members_search_submit {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 2px;
  padding: 0 17px 0 0 !important;
  width: 142px;
  height: 50px;
}
body.single-item.buddypress.members #item-body #subnav li#group_members-order-select {
  float: right;
  margin-top: 16px;
}
body.single-item.buddypress.members #item-body #members-group-list {
  border-top: 1px solid #e5e6e3;
}
body.single-item.buddypress.members #item-body #members-group-list #pag-top {
  margin-top: -65px;
}
body.single-item.buddypress.members #item-body #members-group-list #member-list li {
  padding: 20px 0 20px 65px;
}
body.single-item.buddypress.members #item-body #members-group-list #member-list li > a {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
}
body.single-item.buddypress.members #item-body #members-group-list #member-list li > a img {
  margin: 0;
}
body.single-item.buddypress.members #item-body #members-group-list #member-list li h5 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
body.single-item.buddypress.members #item-body #members-group-list #member-list li .activity {
  font-size: 14px;
}
body.single-item.buddypress.calendar #bbgc-calendar .fc-state-default {
  background: #fff;
  border: 1px solid #e5e6e3;
  box-shadow: none;
  color: #262626;
  font-size: 12px;
  font-family: Lato;
  font-weight: 700;
  opacity: 1;
  outline: none;
  padding: 0 15px;
  text-transform: uppercase;
  height: 50px;
}
body.single-item.buddypress.calendar #bbgc-calendar .fc-state-default.fc-state-active,
body.single-item.buddypress.calendar #bbgc-calendar .fc-state-default.fc-state-down {
  background: #e5e6e3;
  box-shadow: none;
}
body.single-item.buddypress.calendar #bbgc-calendar .fc-icon:after {
  font-size: 180%;
}
body.single-item.buddypress.calendar #bbgc-calendar .fc-header-toolbar {
  margin-bottom: 35px;
}
body.single-item.buddypress.calendar #bbgc-calendar .fc-header-toolbar h2 {
  font-size: 37px;
  line-height: 44px;
}
body.single-item.buddypress.calendar #bbgc-calendar table .fc-head {
  font-family: "Lato";
  font-size: 15.2px;
  font-weight: 700;
  text-transform: uppercase;
}
body.single-item.buddypress.calendar #bbgc-calendar table .fc-head th {
  vertical-align: middle;
  padding: 7px 0;
}
body.single-item.buddypress.calendar #bbgc-calendar table .fc-head th a {
  color: #201f1e;
}
body.single-item.buddypress.calendar #bbgc-calendar table .fc-body .fc-day-number {
  color: #83ca3f;
  margin-right: 5px;
}
body.single-item.buddypress.calendar #bbgc-calendar table .fc-body .fc-bg .fc-today {
  background: rgba(131, 202, 63, 0.1);
}
body.single-item.buddypress.calendar #bbgc-calendar table .fc-body .fc-event-container > a {
  background: #f47521;
  border: 0;
  color: #fff;
  padding: 7px;
}
body.single-item.buddypress.calendar #bbgc-calendar table .fc-body .fc-event-container > a .fc-time {
  margin-right: 5px;
}
body.single-item.buddypress.calendar #bbgc-calendar + a {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15.2px;
  line-height: 50px;
  letter-spacing: 1px;
  margin-top: 35px;
  padding: 0 0 0 0px;
  text-align: center;
  text-transform: uppercase;
  width: 232px;
  height: 50px;
}
body.single-item.buddypress.calendar #bbgc-event {
  position: relative;
}
body.single-item.buddypress.calendar #bbgc-event form h3 {
  margin-bottom: 20px;
}
body.single-item.buddypress.calendar #bbgc-event form label {
  display: block;
  font-family: 'Lato';
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 20px !important;
}
body.single-item.buddypress.calendar #bbgc-event form label > span {
  display: block;
  margin-bottom: 8px;
}
body.single-item.buddypress.calendar #bbgc-event form label input[type="text"],
body.single-item.buddypress.calendar #bbgc-event form label input[type="email"],
body.single-item.buddypress.calendar #bbgc-event form label input[type="password"],
body.single-item.buddypress.calendar #bbgc-event form label input[type="number"],
body.single-item.buddypress.calendar #bbgc-event form label input[type="date"],
body.single-item.buddypress.calendar #bbgc-event form label input[type="tel"],
body.single-item.buddypress.calendar #bbgc-event form label input[type="url"],
body.single-item.buddypress.calendar #bbgc-event form label textarea {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}
body.single-item.buddypress.calendar #bbgc-event form label select {
  margin-right: 10px;
}
body.single-item.buddypress.calendar #bbgc-event form input[type=submit] {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top: 35px;
  padding: 0 0 0 0px;
  text-align: center;
  text-transform: uppercase;
  width: 112px;
  height: 40px;
}
body.single-item.buddypress.calendar #bbgc-event form input[name=start-date],
body.single-item.buddypress.calendar #bbgc-event form input[name=end-date] {
  max-width: 140px;
  margin-left: 0px;
}
body.single-item.buddypress.calendar #bbgc-event > h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
body.single-item.buddypress.calendar #bbgc-event div {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 14px;
}
body.single-item.buddypress.calendar #bbgc-event div span {
  color: #949494;
}
body.single-item.buddypress.calendar #bbgc-event div.description {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}
body.single-item.buddypress.calendar #bbgc-event .admin-links {
  font-size: 0;
  top: 0;
  right: 0;
}
body.single-item.buddypress.calendar #bbgc-event .admin-links a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.single-item.buddypress.calendar #bbgc-event .admin-links a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-edit.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 13px;
  height: 12px;
}
body.single-item.buddypress.calendar #bbgc-event .admin-links a.event-delete {
  margin-left: 10px;
}
body.single-item.buddypress.calendar #bbgc-event .admin-links a.event-delete:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.single-item.buddypress.todo-list #item-body h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 15px;
}
body.single-item.buddypress.todo-list #item-body .form-create-list {
  background: #f2faeb;
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 25px 30px 35px;
}
body.single-item.buddypress.todo-list #item-body .form-create-list span {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
body.single-item.buddypress.todo-list #item-body #bbgt_create_list {
  float: none !important;
  margin: 0;
  position: relative;
}
body.single-item.buddypress.todo-list #item-body #bbgt_create_list input[type=text] {
  background: #fff;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  font-size: 16px;
  float: left;
  margin-right: 1%;
  max-width: 82%;
  padding: 0 20px;
  width: 100% !important;
  height: 50px;
}
body.single-item.buddypress.todo-list #item-body #bbgt_create_list input[type=submit] {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 2px;
  width: 17%;
  height: 50px;
}
body.single-item.buddypress.todo-list #item-body h2 {
  border-bottom: 1px solid #201f1e;
  color: #201f1e;
  font-size: 20px !important;
  line-height: 1.5 !important;
  margin-bottom: 0;
  padding-bottom: 15px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list {
  list-style: none;
  margin-top: 30px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li {
  margin-bottom: 30px;
  position: relative;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li .admin-links {
  font-size: 0;
  top: -5px;
  right: 0;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li .admin-links a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li .admin-links a.list-delete {
  margin-left: 10px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li .admin-links a.list-delete:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul {
  list-style: none;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li {
  border-bottom: 1px solid #e5e6e3;
  padding: 20px 90px 20px 65px;
  position: relative;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .status {
  position: absolute;
  top: 25px;
  left: 7px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .status input[type=submit] {
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-check-gray.png') center no-repeat !important;
  border: 1px solid #e5e6e3 !important;
  border-radius: 50%;
  box-shadow: none;
  font-size: 0 !important;
  color: transparent !important;
  width: 40px;
  height: 40px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .status input[type=submit][name=uncomplete] {
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-check-green.png') center no-repeat !important;
  border: 1px solid #83ca3f !important;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .status-info {
  color: #949494;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 0;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .title {
  display: block;
  margin-bottom: 5px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .description,
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .date,
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .assign {
  font-weight: 400;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .description {
  margin-bottom: 5px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .description img {
  margin: 10px 0;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .date,
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .assign {
  font-weight: 700;
  font-size: 14px;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .date span,
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .assign span {
  color: #949494;
  font-weight: 400;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .assign {
  color: #f47521;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .assign a {
  color: #f47521;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li .assign span {
  color: #949494;
  font-weight: 400;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li.task-completed {
  color: #949494 !important;
}
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li.task-completed a,
body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li.task-completed div.assign {
  color: #949494 !important;
}
body.single-item.buddypress.todo-list #bbgt-todo {
  padding: 30px 0;
  position: relative;
}
body.single-item.buddypress.todo-list #bbgt-todo .description,
body.single-item.buddypress.todo-list #bbgt-todo .date,
body.single-item.buddypress.todo-list #bbgt-todo .assign {
  font-weight: 400;
}
body.single-item.buddypress.todo-list #bbgt-todo .description {
  margin-top: 15px;
  margin-bottom: 20px;
}
body.single-item.buddypress.todo-list #bbgt-todo .description img {
  margin: 10px 0;
}
body.single-item.buddypress.todo-list #bbgt-todo .date,
body.single-item.buddypress.todo-list #bbgt-todo .assign {
  font-weight: 700;
  font-size: 14px;
}
body.single-item.buddypress.todo-list #bbgt-todo .date span,
body.single-item.buddypress.todo-list #bbgt-todo .assign span {
  color: #949494;
  font-weight: 400;
}
body.single-item.buddypress.todo-list #bbgt-todo .assign {
  color: #f47521;
}
body.single-item.buddypress.todo-list #bbgt-todo .assign a {
  color: #f47521;
}
body.single-item.buddypress.todo-list #bbgt-todo .assign span {
  color: #949494;
  font-weight: 400;
}
body.single-item.buddypress.todo-list #bbgt-todo input[type=submit] {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 2px;
  width: 200px;
  height: 50px;
}
body.single-item.buddypress.todo-list #bbgt-todo .admin-links {
  top: 35px;
  right: 0;
}
body.single-item.buddypress.todo-list #bbgt-todo .admin-links a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.single-item.buddypress.todo-list #bbgt-todo .admin-links a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-edit.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 13px;
  height: 12px;
}
body.single-item.buddypress.todo-list #bbgt-todo .admin-links a.task-delete {
  margin-left: 10px;
}
body.single-item.buddypress.todo-list #bbgt-todo .admin-links a.task-delete:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.single-item.buddypress.todo-list #bbgt-todo form h3 {
  margin-bottom: 20px;
}
body.single-item.buddypress.todo-list #bbgt-todo form label {
  display: block;
  font-family: 'Lato';
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
body.single-item.buddypress.todo-list #bbgt-todo form label > span {
  margin-bottom: 8px;
  display: block;
}
body.single-item.buddypress.todo-list #bbgt-todo form label input[type="text"],
body.single-item.buddypress.todo-list #bbgt-todo form label input[type="email"],
body.single-item.buddypress.todo-list #bbgt-todo form label input[type="password"],
body.single-item.buddypress.todo-list #bbgt-todo form label input[type="number"],
body.single-item.buddypress.todo-list #bbgt-todo form label input[type="date"],
body.single-item.buddypress.todo-list #bbgt-todo form label input[type="tel"],
body.single-item.buddypress.todo-list #bbgt-todo form label input[type="url"],
body.single-item.buddypress.todo-list #bbgt-todo form label textarea {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}
body.single-item.buddypress.todo-list #bbgt-todo form label select {
  margin-right: 10px;
}
body.single-item.buddypress.todo-list #bbgt-todo form input[type=submit] {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top: 35px;
  padding: 0 0 0 0px;
  text-align: center;
  text-transform: uppercase;
  width: 112px;
  height: 40px;
}
body.single-item.buddypress.todo-list #bbgt-todo form #wp-post_content-editor-tools {
  margin-top: 0px;
}
body.single-item.buddypress.todo-list #bbgt-todo form input.date {
  background: #f1f2f0 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-date.png') 95% center no-repeat !important;
}
body.single-item.buddypress.todo-list #bbgt-todo form .col-sm-4 {
  float: left;
  display: block;
  width: 32%;
  margin-bottom: 0;
  margin-right: 2%;
}
body.single-item.buddypress.todo-list #bbgt-todo form .col-sm-4 select {
  width: 100%;
}
body.single-item.buddypress.todo-list #bbgt-todo form .col-sm-4:last-child {
  margin-right: 0;
}
body.single-item.buddypress.group-admin h2 {
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 30px;
}
body.single-item.buddypress.group-admin hr {
  margin-bottom: 25px;
}
body.single-item.buddypress.group-admin #subnav {
  margin-bottom: 50px !important;
}
body.single-item.buddypress.group-admin #subnav ul li {
  border: 0;
  border-right: 1px solid #e5e6e3;
}
body.single-item.buddypress.group-admin #subnav ul li a {
  color: #949494;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0 8px;
}
body.single-item.buddypress.group-admin #subnav ul li.selected a {
  border: 0;
  font-weight: 900;
}
body.single-item.buddypress.group-admin #subnav ul li:last-child {
  border: 0;
}
body.single-item.buddypress.group-admin form h3 {
  margin-bottom: 20px;
}
body.single-item.buddypress.group-admin form label {
  display: block !important;
  font-family: 'Lato';
  font-size: 13.5px;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
  margin-bottom: 4px !important;
}
body.single-item.buddypress.group-admin form input[type="text"],
body.single-item.buddypress.group-admin form input[type="email"],
body.single-item.buddypress.group-admin form input[type="password"],
body.single-item.buddypress.group-admin form input[type="number"],
body.single-item.buddypress.group-admin form input[type="date"],
body.single-item.buddypress.group-admin form input[type="tel"],
body.single-item.buddypress.group-admin form input[type="url"],
body.single-item.buddypress.group-admin form textarea {
  background: #f1f2f0 !important;
  border: 1px solid #e5e6e3 !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
body.single-item.buddypress.group-admin form select {
  margin-right: 10px;
}
body.single-item.buddypress.group-admin form input[type=submit] {
  background: #83ca3f !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15px !important;
  line-height: 50px;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 0 0 0 0px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: 202px;
  height: 50px;
}
body.single-item.buddypress.group-admin form input[type=checkbox] {
  display: none;
}
body.single-item.buddypress.group-admin form input[type=checkbox] + label {
  cursor: pointer;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
body.single-item.buddypress.group-admin form input[type=checkbox] + label:before {
  content: "";
  border: 2px solid #cbccca;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
body.single-item.buddypress.group-admin form input[type=checkbox]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 2px solid #f47521;
}
body.single-item.buddypress.group-admin form #wp-post_content-editor-tools {
  margin-top: 0px;
}
body.single-item.buddypress.group-admin form input.date {
  background: #f1f2f0 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-date.png') 95% center no-repeat !important;
}
body.single-item.buddypress.group-admin form .col-sm-4 {
  float: left;
  display: block;
  width: 32%;
  margin-bottom: 0;
  margin-right: 2%;
}
body.single-item.buddypress.group-admin form .col-sm-4 select {
  width: 100%;
}
body.single-item.buddypress.group-admin form .col-sm-4:last-child {
  margin-right: 0;
}
body.single-item.buddypress.group-admin form input[type=radio] {
  display: none;
}
body.single-item.buddypress.group-admin form input[type=radio] + label {
  color: #949494 !important;
  cursor: pointer;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
body.single-item.buddypress.group-admin form input[type=radio] + label:before {
  content: "";
  border: 1px solid #cbccca;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
body.single-item.buddypress.group-admin form input[type=radio]:checked + label {
  color: #262626 !important;
  font-weight: 700 !important;
}
body.single-item.buddypress.group-admin form input[type=radio]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 1px solid #f47521;
}
body.single-item.buddypress.group-admin form #public-group-description,
body.single-item.buddypress.group-admin form #private-group-description,
body.single-item.buddypress.group-admin form #hidden-group-description {
  list-style: none;
}
body.single-item.buddypress.group-admin form #public-group-description li,
body.single-item.buddypress.group-admin form #private-group-description li,
body.single-item.buddypress.group-admin form #hidden-group-description li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
body.single-item.buddypress.group-admin form #public-group-description li:before,
body.single-item.buddypress.group-admin form #private-group-description li:before,
body.single-item.buddypress.group-admin form #hidden-group-description li:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-check-green.png') no-repeat center;
  background-size: 90%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 12px;
}
body.single-item.buddypress.group-admin form #public-group-description li:last-child,
body.single-item.buddypress.group-admin form #private-group-description li:last-child,
body.single-item.buddypress.group-admin form #hidden-group-description li:last-child {
  margin-bottom: 0;
}
body.single-item.buddypress.group-admin form .group-create-invitations .radio label {
  margin-bottom: 10px !important;
}
body.single-item.buddypress.group-admin .avatar-nav-items li a {
  color: #83ca3f;
  font-size: 15px;
  font-family: "Lato";
  font-weight: 900;
}
body.single-item.buddypress.group-admin .avatar-nav-items li.current a {
  color: #201f1e;
}
body.single-item.buddypress.group-admin #members-dir-search {
  float: none !important;
  max-width: 560px;
  margin: 15px auto 45px;
  position: relative;
}
body.single-item.buddypress.group-admin #members-dir-search form > label {
  float: left;
  max-width: 404px;
  width: 100%;
  font-size: 14px;
  margin-right: 6px;
}
body.single-item.buddypress.group-admin #members-dir-search form > label input {
  padding: 0 20px;
}
body.single-item.buddypress.group-admin #members-dir-search input[type=submit] {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 2px;
  padding: 0 17px 0 0;
  width: 142px;
  height: 50px;
}
body.single-item.buddypress.group-admin .group-members-list ul.item-list li .item-avatar {
  width: 50px !important;
  height: 50px !important;
}
body.single-item.buddypress.group-admin .group-members-list ul.item-list li p.item-meta {
  color: #201f1e !important;
  margin-bottom: 0 !important;
}
body.single-item.buddypress.group-admin.documents #group-settings-form label {
  color: #f47521;
  font-family: 'Lato';
  font-size: 19px;
  font-weight: 900;
}
body.single-item.buddypress.group-admin.documents #group-settings-form input[type=text] {
  margin-top: 15px;
}
body.single-item.buddypress.group-admin.documents #group-settings-form input[type=radio] {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories {
  margin-top: 40px;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul {
  list-style: none;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e6e3;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li:before,
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li:after {
  display: table;
  content: " ";
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li:after {
  clear: both;
  *zoom: 1;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li strong {
  float: left;
  line-height: 40px;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li .generic-button {
  float: right;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li .generic-button a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li .generic-button a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-edit.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 13px;
  height: 12px;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li .generic-button a.group-documents-category-delete {
  margin-left: 10px;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li .generic-button a.group-documents-category-delete:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li input.bp-group-documents-new-category {
  float: left;
  margin-right: 1%;
  padding: 0 20px;
  width: 89%;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li input#addCat {
  width: 10%;
}
body.single-item.buddypress.group-admin #group-documents-group-admin-categories ul li:last-child {
  border-bottom: 0;
}
body.single-item.buddypress.group-admin.manage-members #buddypress ul.item-list li {
  padding: 20px 0 20px 65px;
}
#buddypress p.warning,
body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,
body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,
#buddypress div#message p,
#sitewide-notice p {
  background: #f6f7f5;
  border: 1px solid #e5e6e3;
  color: #201f1e;
}
body.buddypress.bbp-user-page {
  /* #item-body */
}
body.buddypress.bbp-user-page section.main .mmc-row {
  max-width: 1140px;
}
body.buddypress.bbp-user-page #item-header {
  margin-bottom: 45px;
}
body.buddypress.bbp-user-page #item-header-content h2 {
  margin-bottom: 25px !important;
}
body.buddypress.bbp-user-page #item-header-content .last-activity {
  color: #949494;
  font-size: 14px;
}
body.buddypress.bbp-user-page #item-header-content .activity {
  color: #201f1e;
  font-size: 14px;
  font-weight: 700;
}
body.buddypress.bbp-user-page #item-buttons a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.buddypress.bbp-user-page #item-nav,
body.buddypress.bbp-user-page #item-body {
  max-width: 906px;
  margin: 0 auto;
}
body.buddypress.bbp-user-page #item-body h2 {
  color: #f47521;
  font-family: 'Lato';
  font-size: 27px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 35px;
}
body.buddypress.bbp-user-page #item-body #subnav {
  margin-bottom: 50px !important;
}
body.buddypress.bbp-user-page #item-body #subnav ul li {
  border: 0;
  border-right: 1px solid #bfbfbf;
}
body.buddypress.bbp-user-page #item-body #subnav ul li a {
  color: #949494;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0 8px;
}
body.buddypress.bbp-user-page #item-body #subnav ul li.selected a {
  border: 0;
  color: #201f1e;
  font-weight: 900;
}
body.buddypress.bbp-user-page #item-body #subnav ul li:last-child {
  border: 0 !important;
}
body.buddypress.bbp-user-page #item-body #subnav ul li.last {
  margin-top: 35px;
}
body.buddypress.bbp-user-page #item-body #subnav ul li.last label {
  font-family: 'Roboto Slab' !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-right: 6px !important;
  display: inline-block !important;
}
body.buddypress.bbp-user-page #item-body #activity-stream {
  border-top: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-avatar {
  position: absolute;
  top: 20px;
  left: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-avatar img {
  margin: 0;
  width: 80px;
  height: 80px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content {
  margin: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content .activity-header {
  color: #262626;
  font-size: 18px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content .activity-header p {
  margin-top: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content .activity-header img.avatar {
  margin: 0 5px !important;
  vertical-align: middle;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content .activity-header .time-since {
  font-size: 14px;
  font-weight: 400;
  color: #949494;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content .activity-meta {
  margin: 18px 0 10px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content .activity-meta:before,
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content .activity-meta:after {
  display: table;
  content: " ";
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-content .activity-meta:after {
  clear: both;
  *zoom: 1;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments {
  margin: 0 0 0 0px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments ul {
  padding-left: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments ul li {
  border-bottom: 0 !important;
  border-color: #e5e6e3;
  padding: 15px 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments ul li:last-child {
  padding-bottom: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments ul li ul {
  padding-top: 15px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments .acomment-content {
  font-size: 14px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments .acomment-options a {
  font-weight: 700;
  font-size: 12px;
  color: #949494;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments .ac-form {
  background: #f2faeb;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 20px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments .ac-reply-avatar img {
  margin: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments .ac-reply-content {
  margin-left: 100px;
  padding-left: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments .ac-reply-content .ac-textarea {
  background: none;
  border: 0;
  padding: 0;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments .ac-reply-content textarea {
  background: #fff;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  padding: 20px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .activity-comments .ac-reply-content input[type=submit] {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-top: 5px;
  padding: 0 0 0 0px;
  text-align: center;
  width: 97px;
  height: 40px;
}
body.buddypress.bbp-user-page #item-body #activity-stream .has-comments {
  padding-bottom: 15px !important;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form {
  background: #f2faeb;
  margin-top: 25px !important;
  margin-bottom: 20px !important;
  padding: 20px !important;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form:before,
body.buddypress.bbp-user-page #item-body form#whats-new-form:after {
  display: table;
  content: " ";
}
body.buddypress.bbp-user-page #item-body form#whats-new-form:after {
  clear: both;
  *zoom: 1;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form #whats-new-avatar {
  margin-right: 20px;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form .activity-greeting {
  font-size: 20px;
  margin-bottom: 23px;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form #whats-new-content {
  margin-left: 100px;
  padding: 0 !important;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form #whats-new-textarea textarea {
  border: 1px solid #e5e6e3;
  border-radius: 3px;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form #whats-new-textarea textarea:focus {
  border-color: #e5e6e3 !important;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form #whats-new-submit {
  float: left !important;
}
body.buddypress.bbp-user-page #item-body form#whats-new-form #aw-whats-new-submit {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-top: 5px;
  padding: 0 0 0 0px;
  text-align: center;
  width: 117px;
  height: 40px;
}
body.buddypress.bbp-user-page #item-body .profile-fields {
  display: block;
}
body.buddypress.bbp-user-page #item-body .profile-fields tbody,
body.buddypress.bbp-user-page #item-body .profile-fields tr {
  display: block;
}
body.buddypress.bbp-user-page #item-body .profile-fields td {
  display: inline-block;
  padding: 0;
  width: auto;
}
body.buddypress.bbp-user-page #item-body .profile-fields td.label {
  border: 0;
  padding-right: 5px;
}
body.buddypress.bbp-user-page #item-body form h3 {
  margin-bottom: 20px;
}
body.buddypress.bbp-user-page #item-body form label {
  display: block !important;
  font-family: 'Lato';
  font-size: 15.2px;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
  margin-bottom: 4px !important;
}
body.buddypress.bbp-user-page #item-body form input[type="text"],
body.buddypress.bbp-user-page #item-body form input[type="email"],
body.buddypress.bbp-user-page #item-body form input[type="password"],
body.buddypress.bbp-user-page #item-body form input[type="number"],
body.buddypress.bbp-user-page #item-body form input[type="date"],
body.buddypress.bbp-user-page #item-body form input[type="tel"],
body.buddypress.bbp-user-page #item-body form input[type="url"],
body.buddypress.bbp-user-page #item-body form textarea {
  background: #f1f2f0 !important;
  border: 1px solid #e5e6e3 !important;
  border-radius: 3px !important;
  color: #201f1e;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 20px;
}
body.buddypress.bbp-user-page #item-body form select {
  margin-right: 10px;
}
body.buddypress.bbp-user-page #item-body form input[type=submit] {
  background: #83ca3f !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15px !important;
  line-height: 50px;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 0 0 0 0px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: 202px;
  height: 50px;
}
body.buddypress.bbp-user-page #item-body form input[type=checkbox] {
  display: none;
}
body.buddypress.bbp-user-page #item-body form input[type=checkbox] + label {
  cursor: pointer;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
body.buddypress.bbp-user-page #item-body form input[type=checkbox] + label:before {
  content: "";
  background: #fff;
  border: 1px solid #cbccca;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
body.buddypress.bbp-user-page #item-body form input[type=checkbox]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 1px solid #f47521;
}
body.buddypress.bbp-user-page #item-body form #wp-post_content-editor-tools {
  margin-top: 0px;
}
body.buddypress.bbp-user-page #item-body form input.date {
  background: #f1f2f0 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-date.png') 95% center no-repeat !important;
}
body.buddypress.bbp-user-page #item-body form .col-sm-4 {
  float: left;
  display: block;
  width: 32%;
  margin-bottom: 0;
  margin-right: 2%;
}
body.buddypress.bbp-user-page #item-body form .col-sm-4 select {
  width: 100%;
}
body.buddypress.bbp-user-page #item-body form .col-sm-4:last-child {
  margin-right: 0;
}
body.buddypress.bbp-user-page #item-body form input[type=radio] {
  display: none;
}
body.buddypress.bbp-user-page #item-body form input[type=radio] + label {
  color: #949494 !important;
  cursor: pointer;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
body.buddypress.bbp-user-page #item-body form input[type=radio] + label:before {
  content: "";
  border: 1px solid #cbccca;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
body.buddypress.bbp-user-page #item-body form input[type=radio]:checked + label {
  color: #262626 !important;
  font-weight: 700 !important;
}
body.buddypress.bbp-user-page #item-body form input[type=radio]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 1px solid #f47521;
}
body.buddypress.bbp-user-page #item-body form table#groups-notification-settings tbody tr:last-child td:nth-child(2) {
  font-size: 0;
  color: transparent;
}
body.buddypress.bbp-user-page #item-body form table#groups-notification-settings tbody tr:last-child td:nth-child(2):before {
  content: "A member uploads a document to a group for which you are a moderator/admin";
  display: block;
  color: #201f1e;
  font-size: 16px;
}
body.buddypress.bbp-user-page #item-body form #public-group-description,
body.buddypress.bbp-user-page #item-body form #private-group-description,
body.buddypress.bbp-user-page #item-body form #hidden-group-description {
  list-style: none;
}
body.buddypress.bbp-user-page #item-body form #public-group-description li,
body.buddypress.bbp-user-page #item-body form #private-group-description li,
body.buddypress.bbp-user-page #item-body form #hidden-group-description li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
body.buddypress.bbp-user-page #item-body form #public-group-description li:before,
body.buddypress.bbp-user-page #item-body form #private-group-description li:before,
body.buddypress.bbp-user-page #item-body form #hidden-group-description li:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-check-green.png') no-repeat center;
  background-size: 90%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 12px;
}
body.buddypress.bbp-user-page #item-body form #public-group-description li:last-child,
body.buddypress.bbp-user-page #item-body form #private-group-description li:last-child,
body.buddypress.bbp-user-page #item-body form #hidden-group-description li:last-child {
  margin-bottom: 0;
}
body.buddypress.bbp-user-page #item-body form .group-create-invitations .radio label {
  margin-bottom: 10px !important;
}
body.buddypress.bbp-user-page #item-body form .field-visibility-settings-notoggle {
  color: #949494;
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}
body.buddypress.bbp-user-page #item-body #pag-top {
  margin-top: -84px;
}
body.buddypress.bbp-user-page #item-body #pag-bottom {
  margin-top: 30px;
}
body.buddypress.bbp-user-page #item-body table.notifications thead th,
body.buddypress.bbp-user-page #item-body table.messages-notices thead th,
body.buddypress.bbp-user-page #item-body table.profile-setting thead th {
  background: #e3e6e1;
  font-size: 15.2px;
  font-weight: 900;
  font-family: 'Lato';
  padding: 15px;
  text-align: left;
}
body.buddypress.bbp-user-page #item-body table.notifications tbody tr,
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr,
body.buddypress.bbp-user-page #item-body table.profile-setting tbody tr {
  border-bottom: 1px solid #e5e6e3;
}
body.buddypress.bbp-user-page #item-body table.notifications tbody td,
body.buddypress.bbp-user-page #item-body table.messages-notices tbody td,
body.buddypress.bbp-user-page #item-body table.profile-setting tbody td {
  color: #949494;
  font-size: 14px;
  padding: 15px;
}
body.buddypress.bbp-user-page #item-body table.notifications tbody td.notification-actions,
body.buddypress.bbp-user-page #item-body table.messages-notices tbody td.notification-actions,
body.buddypress.bbp-user-page #item-body table.profile-setting tbody td.notification-actions {
  font-size: 0;
  color: transparent;
  width: 225px;
}
body.buddypress.bbp-user-page #item-body table.notifications tbody td.notification-actions a,
body.buddypress.bbp-user-page #item-body table.messages-notices tbody td.notification-actions a,
body.buddypress.bbp-user-page #item-body table.profile-setting tbody td.notification-actions a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.buddypress.bbp-user-page #item-body table.notifications tbody td.notification-actions a:before,
body.buddypress.bbp-user-page #item-body table.messages-notices tbody td.notification-actions a:before,
body.buddypress.bbp-user-page #item-body table.profile-setting tbody td.notification-actions a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-eye.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 15px;
  height: 10px;
}
body.buddypress.bbp-user-page #item-body table.notifications tbody td.notification-actions a.delete,
body.buddypress.bbp-user-page #item-body table.messages-notices tbody td.notification-actions a.delete,
body.buddypress.bbp-user-page #item-body table.profile-setting tbody td.notification-actions a.delete {
  margin-left: 10px;
}
body.buddypress.bbp-user-page #item-body table.notifications tbody td.notification-actions a.delete:before,
body.buddypress.bbp-user-page #item-body table.messages-notices tbody td.notification-actions a.delete:before,
body.buddypress.bbp-user-page #item-body table.profile-setting tbody td.notification-actions a.delete:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.buddypress.bbp-user-page #item-body .message-search {
  float: none !important;
  max-width: 560px;
  margin: 50px auto 0px;
}
body.buddypress.bbp-user-page #item-body .message-search form {
  position: relative;
}
body.buddypress.bbp-user-page #item-body .message-search form label.bp-screen-reader-text {
  display: none !important;
}
body.buddypress.bbp-user-page #item-body .message-search form:after {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-search.png');
  display: inline-block;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
  right: 27px;
  top: 16px;
  width: 18px;
  height: 18px;
}
body.buddypress.bbp-user-page #item-body .message-search #messages_search {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  max-width: 404px;
  padding: 0 20px;
  width: 100% !important;
  height: 50px;
}
body.buddypress.bbp-user-page #item-body .message-search #messages_search_submit {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px !important;
  letter-spacing: 2px;
  padding: 0 17px 0 0 !important;
  width: 142px;
  height: 50px;
}
body.buddypress.bbp-user-page #item-body table.messages-notices th .message-action-star .icon {
  display: none;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td {
  border: 0 !important;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td .thread-excerpt {
  font-size: 100%;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td .message-action-star span.icon:before {
  color: #f47521;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td .message-action-unstar span.icon:before {
  color: #f47521;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td img.avatar {
  display: none;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td.thread-options {
  font-size: 0;
  color: transparent;
  text-align: right;
  width: 250px;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td.thread-options a {
  background: #fff;
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td.thread-options a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-eye.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 15px;
  height: 10px;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td.thread-options a.delete {
  margin-left: 10px;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td.thread-options a.delete:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr td.thread-options a.unread:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-unread.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 15px;
  height: 13px;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr.unread td {
  background: #f2faeb !important;
}
body.buddypress.bbp-user-page #item-body table.messages-notices tbody tr.read td {
  background: #f6f7f5 !important;
}
body.buddypress.bbp-user-page #item-body #send_message_form ul.acfb-holder li {
  float: none;
}
body.buddypress.bbp-user-page .notification-settings .title {
  font-size: 18px;
  font-weight: 900;
  font-family: 'Lato';
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base thead th {
  background: #e3e6e1;
  font-size: 15.2px;
  font-weight: 900;
  font-family: 'Lato';
  padding: 15px;
  text-align: left;
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base tbody tr {
  border-bottom: 1px solid #e5e6e3;
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base tbody td {
  color: #949494;
  font-size: 14px;
  padding: 15px !important;
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base tbody td label.bp-screen-reader-text {
  display: none !important;
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base tbody td.notification-actions {
  font-size: 0;
  color: transparent;
  width: 225px;
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base tbody td.notification-actions a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base tbody td.notification-actions a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-eye.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 15px;
  height: 10px;
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base tbody td.notification-actions a.delete {
  margin-left: 10px;
}
body.buddypress.bbp-user-page table.profile-settings#xprofile-settings-base tbody td.notification-actions a.delete:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-delete.png');
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 12px;
}
body.buddypress.bbp-user-page #item-body form label.bp-screen-reader-text {
  clip: inherit !important;
  display: inline-block !important;
  font-size: 0 !important;
  height: auto !important;
  overflow: inherit !important;
  margin-right: 0 !important;
  position: static !important;
  width: auto !important;
  word-wrap: normal !important;
}
body.buddypress.bbp-user-page #item-body form label.bp-screen-reader-text:before {
  margin-right: 0 !important;
}
body.buddypress.bbp-user-page table.notification-settings {
  table-layout: fixed;
  width: 80%;
}
body.members.buddypress #members-dir-search {
  float: none !important;
  max-width: 560px;
  margin: 0 auto 50px;
}
body.members.buddypress #members-dir-search form {
  position: relative;
}
body.members.buddypress #members-dir-search form:after {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-search.png');
  display: inline-block;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
  right: 27px;
  top: 16px;
  width: 18px;
  height: 18px;
}
body.members.buddypress #members-dir-search #members_search {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 3px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  max-width: 404px;
  padding: 0 20px !important;
  width: 100% !important;
  height: 50px;
}
body.members.buddypress #members-dir-search #members_search_submit {
  background: #83ca3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 2px;
  padding: 0 17px 0 0 !important;
  width: 142px;
  height: 50px;
}
body.members.buddypress #members-list li .item-avatar {
  width: 50px !important;
  height: 50px !important;
}
body.members.buddypress #members-list li .item-meta {
  margin-bottom: 0 !important;
}
body.members.buddypress #members-list li .item-meta span.activity {
  font-weight: 400 !important;
  font-size: 14px;
}
body.members.buddypress #members-list li .item-title {
  width: 100%;
}
body.members.buddypress #members-list li .item-title .update {
  font-size: 100%;
}
body.members.buddypress #members-list li .item-title .update .activity-read-more {
  float: right;
}
body.members.buddypress #members-list li .item-title .update .activity-read-more a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  padding: 9px 14px;
  position: relative;
  text-transform: uppercase;
}
body.members.buddypress #members-list li .item-title .update .activity-read-more a:before {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-eye.png');
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 15px;
  height: 10px;
}
body.directory.members #members-list > li {
  padding: 20px 0 20px 70px !important;
}
body.registration {
  background: #e5e6e3 url('https://thenetcommunity.org/wp-content/uploads/2017/03/bg-login2.png') 5% center no-repeat;
}
body.registration header#header {
  display: none;
}
body.registration section.main {
  padding: 120px 0;
}
body.registration #register-page #signup_form {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 30px 50px;
}
body.registration #register-page #signup_form:before,
body.registration #register-page #signup_form:after {
  display: table;
  content: " ";
}
body.registration #register-page #signup_form:after {
  clear: both;
  *zoom: 1;
}
body.registration #register-page #signup_form > p {
  display: none;
}
body.registration #register-page #signup_form .register-section {
  display: inline-block;
  margin: 0;
  text-align: left;
}
body.registration #register-page #signup_form .register-section h2 {
  color: #f47521;
  display: block;
  font-family: 'Lato';
  font-size: 27px;
  font-weight: 900;
  text-align: left;
  margin: 0 0 10px;
}
body.registration #register-page #signup_form .register-section input[type=password],
body.registration #register-page #signup_form .register-section input[type=text],
body.registration #register-page #signup_form .register-section input[type=email] {
  background: #fff !important;
  border: 1px solid #dadada !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  color: #313b4b;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 5px 0 0 0;
  padding: 0 20px;
  width: 100%;
  height: 40px !important;
}
body.registration #register-page #signup_form .register-section label {
  margin: 15px 0 0 !important;
}
body.registration #register-page #signup_form .register-section p.field-visibility-settings-toggle {
  display: none;
}
body.registration #register-page #signup_form div.submit {
  float: left;
}
body.registration #register-page #signup_form div.submit input[type=submit] {
  background: #f47521 !important;
  line-height: 60px;
  letter-spacing: 0.5px;
  font-size: 14px !important;
  margin: 15px 0 !important;
  height: 60px;
}
body.registration footer {
  display: none;
}
.mmc-row.wrapper-resource {
  max-width: 1415px;
  margin: 0 auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mmc-row.wrapper-resource .mmc-column-wrapper {
  max-width: none;
}
.item-width {
  width: 31% !important;
}
.gutter-size {
  width: 3.5% !important;
}
#resources .content {
  overflow: hidden;
}
#resources:before,
#resources:after {
  display: table;
  content: " ";
}
#resources:after {
  clear: both;
  *zoom: 1;
}
#resources > form {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 30px;
  padding: 30px;
  width: 320px;
}
#resources > form fieldset {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
}
#resources > form fieldset a {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
#resources > form legend {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  position: relative;
}
#resources > form label {
  cursor: pointer;
  display: block;
  font-family: 'Lato';
  font-size: 16px;
  margin-bottom: 13px;
}
#resources > form label.tag {
  display: block;
  float: left;
  margin: 0 5px 6px 0;
}
#resources > form input[type=checkbox],
#resources > form input[type=radio] {
  display: none;
}
#resources > form input[type=checkbox] + label,
#resources > form input[type=radio] + label {
  cursor: pointer;
  display: block;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
#resources > form input[type=checkbox] + label:before,
#resources > form input[type=radio] + label:before {
  content: "";
  border: 1px solid #cbccca;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
#resources > form input[type=checkbox] + span,
#resources > form input[type=radio] + span {
  background: #a59d96;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
#resources > form input[type=checkbox]:checked + label,
#resources > form input[type=radio]:checked + label {
  color: #f47521;
}
#resources > form input[type=checkbox]:checked + label:before,
#resources > form input[type=radio]:checked + label:before {
  background: #f47521 url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-checkbox.png') center no-repeat;
  border: 1px solid #f47521;
}
#resources > form input[type=checkbox]:checked + span,
#resources > form input[type=radio]:checked + span {
  background: #f47521;
}
#resources > form .js-shrink {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 5px;
}
#resources > form .js-shrink:before {
  content: "Show More +";
  color: #f47521;
  display: inline-block;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 700;
}
#resources > form .js-shrink.clicked:before {
  content: "Show less -";
}
#resources > form input[type=radio] + label:before {
  content: "";
  border: 1px solid #cbccca;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
#resources > form input[name=search] {
  background: #f1f2f0;
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  font-family: 'Lato';
}
#resources > form .icon-search {
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/04/icon-search-rs.png');
  position: absolute;
  top: 13.5px;
  right: 14px;
  pointer-events: none;
  width: 22px;
  height: 23px;
}
#resources > form hr {
  border: 0;
  border-top: 1px solid #e5e6e3;
  padding: 0;
  margin: 20px 0;
}
#resources > form span.filter-clear {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 9px 14px;
  text-transform: uppercase;
  margin-top: 20px;
  -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;
}
#resources > form span.filter-clear:hover {
  background: #000;
  color: #f47521;
}
#resources > form input[type=submit] {
  border: 0;
  border-radius: 4px;
  background: #83ca3f;
  color: #fff;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
}
#resources > form .shrink {
  max-height: 295px;
  overflow: hidden;
  position: relative;
  -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;
}
#resources > form .shrink:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
}
#resources > form .shrink.open {
  max-height: 1500px;
}
#resources > form .shrink.open:after {
  display: none;
}
#resources .list-resource {
  overflow: hidden;
  min-height: 120px;
}
#resources .list-resource:before,
#resources .list-resource:after {
  display: table;
  content: " ";
}
#resources .list-resource:after {
  clear: both;
  *zoom: 1;
}
#resources .list-resource:before,
#resources .list-resource:after {
  display: table;
  content: " ";
}
#resources .list-resource:after {
  clear: both;
  *zoom: 1;
}
#resources .list-resource div.isotope {
  display: block;
  list-style: none;
}
#resources .list-resource div.isotope:after {
  content: '';
  display: block;
  clear: both;
}
#resources .list-resource .item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  float: left;
  margin-bottom: 30px;
  min-height: 100px;
  padding: 25px 30px;
}
#resources .list-resource .item h3 {
  color: #201f1e;
  font-family: 'Lato';
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#resources .list-resource .item h3:hover {
  color: #f47521;
}
#resources .list-resource .item .meta {
  font-size: 14px;
  color: #808080;
}
#resources .list-resource .item .meta .type {
  color: #f47521;
  font-weight: 700;
}
#resources div.pagination {
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 900;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 30px;
}
#resources div.pagination:before,
#resources div.pagination:after {
  display: table;
  content: " ";
}
#resources div.pagination:after {
  clear: both;
  *zoom: 1;
}
#resources div.pagination span,
#resources div.pagination a {
  margin-right: 10px;
}
#resources div.pagination a {
  color: #201f1e;
}
#resources div.pagination a:hover {
  color: #f47521;
}
#resources div.pagination span.current {
  color: #f47521;
}
#resources .open-form {
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#resources .mmc-button.orange {
  box-shadow: none;
}
#resources > form label.hl input[type=checkbox] + span {
  font-size: 14px;
  font-weight: 900;
}
#resources div.fr {
  margin-bottom: 20px;
}
ul.list-resources {
  list-style: none;
  margin: 0;
  position: relative;
}
ul.list-resources li {
  background: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #e5e6e3;
  display: block;
  margin-bottom: 0px;
  padding: 33px 30px 33px 130px;
  position: relative;
}
ul.list-resources li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
}
ul.list-resources li .img:before {
  content: "";
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/04/sprite-resource-type.png');
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 41px;
  height: 46px;
}
ul.list-resources li .img.Event:before {
  background-position: -1px 93px;
  width: 38px;
  height: 47px;
}
ul.list-resources li .img.Tool:before {
  background-position: -1px 46px;
  width: 46px;
  height: 46px;
}
ul.list-resources li h3 {
  color: #201f1e;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
ul.list-resources li h3:hover {
  color: #f47521;
}
ul.list-resources li .meta {
  font-size: 14px;
  color: #808080;
}
ul.list-resources li .meta .type {
  color: #f47521;
  font-weight: 700;
}
ul.list-resources li:first-child {
  border-top: 1px solid #e5e6e3;
}
ul.list-resources:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
}
.l-height-600px ul.list-resources {
  height: 600px;
  overflow: hidden;
}
.border-off ul.list-resources:after {
  display: none;
}
.border-off ul.list-resources li {
  border: 0;
}
.shadow-off ul.list-resources:after {
  display: none;
}
.resource-map-wrapper {
  background: #fff;
  list-style: none !important;
  display: block;
  margin-bottom: 0 !important;
  width: 100%;
}
.resource-map-wrapper > li {
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 0;
}
.mmc-row.mmc-outer-row.navigation {
  border-bottom: 1px solid #e5e6e3;
  max-width: 100% !important;
  padding: 10px 0 14px 0;
  padding: 0 !important;
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  z-index: 20;
  -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;
}
.admin-bar .mmc-row.mmc-outer-row.navigation {
  top: 99px;
}
.mmc-row.mmc-outer-row.navigation.slideup {
  top: -100% !important;
}
#menu-cop {
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}
#menu-cop:before,
#menu-cop:after {
  display: table;
  content: " ";
}
#menu-cop:after {
  clear: both;
  *zoom: 1;
}
#menu-cop li {
  vertical-align: middle;
  padding: 0 18px;
  position: relative;
  width: auto !important;
  height: auto !important;
}
#menu-cop li a {
  background: none;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
}
#menu-cop li a:hover {
  background: none;
  color: #f47521;
}
#menu-cop li.current_page_item > a,
#menu-cop li.current_page_parent > a,
#menu-cop li.current-menu-parent > a {
  color: #f47521 !important;
}
#menu-cop li .sub-menu-header {
  position: absolute;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  display: none !important;
}
#menu-cop li .sub-menu-header li {
  border-top: 1px solid #e5e6e3;
  padding: 0;
}
#menu-cop li .sub-menu-header li a {
  background: #f1f2f0;
  display: block;
  font-size: 12px;
  padding: 10px 14px;
  text-align: left;
  width: 165px;
}
#menu-cop li.item-icon > a:after {
  content: "\f078";
  color: inherit;
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#menu-cop li.item-icon > a:hover:after {
  color: #f47521;
}
#menu-cop li:hover > .sub-menu-header {
  z-index: 2;
  display: block !important;
}
.mmc-news ul.mmc-item-list li.item,
.mmc-feed ul.mmc-item-list li.item {
  border-bottom: 1px solid #e5e6e3;
  padding: 30px 0;
}
.mmc-news ul.mmc-item-list li.item .item-content,
.mmc-feed ul.mmc-item-list li.item .item-content {
  padding: 0;
}
.mmc-news ul.mmc-item-list li.item .item-content h4 a,
.mmc-feed ul.mmc-item-list li.item .item-content h4 a {
  color: #201f1e;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-overflow: inherit;
  white-space: normal;
  width: 100%;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.mmc-news ul.mmc-item-list li.item .item-content h4 a:after,
.mmc-feed ul.mmc-item-list li.item .item-content h4 a:after {
  content: "";
  display: inline-block;
  background: url('https://thenetcommunity.org/wp-content/uploads/2017/04/icon-more.png');
  margin-left: 10px;
  width: 16px;
  height: 11px;
}
.mmc-news ul.mmc-item-list li.item .item-content h4 a:hover,
.mmc-feed ul.mmc-item-list li.item .item-content h4 a:hover {
  color: #f47521;
}
.mmc-news ul.mmc-item-list li.item:last-child,
.mmc-feed ul.mmc-item-list li.item:last-child {
  border: 0;
}
.mmc-news ul.mmc-item-list li.item .readMore,
.mmc-feed ul.mmc-item-list li.item .readMore {
  display: none;
}
body.single-news section.main {
  margin-top: 150px !important;
}
body.single-news div.mmc-breadcrumbs {
  display: none;
}
body.single-news h1 {
  font-family: Lato, sans-serif;
  color: #201f1e;
  font-size: 23px;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  letter-spacing: px;
  line-height: 26px;
}
.single .mmc-main-wrapper {
  padding-top: 0;
}
.wpcf7-form input[type=password],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  background: #fff !important;
  border: 1px solid #dadada !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  color: #313b4b;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 5px 0 0 0;
  padding: 0 20px;
  width: 100%;
  height: 50px !important;
}
.wpcf7-form textarea {
  padding: 20px !important;
  height: 180px;
}
.wpcf7-form label {
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 900;
  margin: 15px 0 0 !important;
}
.wpcf7-form input[type=submit] {
  background: #83ca3f !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15px !important;
  line-height: 50px;
  letter-spacing: 1px;
  margin-top: 30px;
  padding: 0 50px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.wpcf7-form input[type=submit]:hover {
  background: #67a42d !important;
}
.wpcf7-form .wpcf7-response-output {
  margin: 10px 0;
}
body.single-resource section.main,
body.single-post section.main,
body.tag.archive section.main {
  padding: 120px 0;
}
body.single-resource .mmc-no-shortcode,
body.single-post .mmc-no-shortcode,
body.tag.archive .mmc-no-shortcode {
  min-height: 0;
}
body.single-resource .mmc-breadcrumbs,
body.single-post .mmc-breadcrumbs,
body.tag.archive .mmc-breadcrumbs {
  float: none;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  opacity: 0;
}
body.single-resource .mmc-breadcrumbs a,
body.single-post .mmc-breadcrumbs a,
body.tag.archive .mmc-breadcrumbs a {
  color: #83ca3f;
}
body.single-resource .mmc-breadcrumbs .separator,
body.single-post .mmc-breadcrumbs .separator,
body.tag.archive .mmc-breadcrumbs .separator {
  padding: 0 10px;
}
body.single-resource .mmc-meta .meta-item,
body.single-post .mmc-meta .meta-item,
body.tag.archive .mmc-meta .meta-item {
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
body.single-resource h1.title,
body.single-post h1.title,
body.tag.archive h1.title {
  font-family: Lato, sans-serif;
  color: #201f1e;
  font-size: 23px;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  line-height: 1.3;
}
body.single-resource .mmc-meta,
body.single-post .mmc-meta,
body.tag.archive .mmc-meta,
body.single-resource .meta-item.date,
body.single-post .meta-item.date,
body.tag.archive .meta-item.date {
  color: #808080 !important;
}
body.single-resource .share-block,
body.single-post .share-block,
body.tag.archive .share-block {
  display: none;
}
body.single-resource .source,
body.single-post .source,
body.tag.archive .source,
body.single-resource .link,
body.single-post .link,
body.tag.archive .link {
  font-family: 'Lato';
  font-size: 15px;
}
body.single-resource .source span,
body.single-post .source span,
body.tag.archive .source span,
body.single-resource .link span,
body.single-post .link span,
body.tag.archive .link span {
  float: left;
  font-weight: 900;
  margin-right: 8px;
}
body.single-resource .source a,
body.single-post .source a,
body.tag.archive .source a,
body.single-resource .link a,
body.single-post .link a,
body.tag.archive .link a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
body.single-resource .mmc-sidebar,
body.single-post .mmc-sidebar,
body.tag.archive .mmc-sidebar {
  margin-top: 80px;
  padding-top: 0;
}
body.single-resource .mmc-sidebar .mmc-widget,
body.single-post .mmc-sidebar .mmc-widget,
body.tag.archive .mmc-sidebar .mmc-widget {
  margin-top: 0;
  margin-bottom: 30px;
}
body.single-resource .mmc-sidebar .mmc-widget h3,
body.single-post .mmc-sidebar .mmc-widget h3,
body.tag.archive .mmc-sidebar .mmc-widget h3 {
  color: #201f1e;
  padding-top: 0;
}
body.single-resource .mmc-sidebar .mmc-widget ul li a,
body.single-post .mmc-sidebar .mmc-widget ul li a,
body.tag.archive .mmc-sidebar .mmc-widget ul li a {
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 400;
  padding-left: 0;
  color: #201f1e;
}
body.single-resource .mmc-sidebar .mmc-widget ul li a:hover,
body.single-post .mmc-sidebar .mmc-widget ul li a:hover,
body.tag.archive .mmc-sidebar .mmc-widget ul li a:hover {
  color: #f47521;
}
body.single-resource .categories:before,
body.single-post .categories:before,
body.tag.archive .categories:before,
body.single-resource .tagcloud:before,
body.single-post .tagcloud:before,
body.tag.archive .tagcloud:before,
body.single-resource .categories:after,
body.single-post .categories:after,
body.tag.archive .categories:after,
body.single-resource .tagcloud:after,
body.single-post .tagcloud:after,
body.tag.archive .tagcloud:after {
  display: table;
  content: " ";
}
body.single-resource .categories:after,
body.single-post .categories:after,
body.tag.archive .categories:after,
body.single-resource .tagcloud:after,
body.single-post .tagcloud:after,
body.tag.archive .tagcloud:after {
  clear: both;
  *zoom: 1;
}
body.single-resource .categories h3,
body.single-post .categories h3,
body.tag.archive .categories h3,
body.single-resource .tagcloud h3,
body.single-post .tagcloud h3,
body.tag.archive .tagcloud h3 {
  color: #201f1e;
}
body.single-resource .categories .item,
body.single-post .categories .item,
body.tag.archive .categories .item,
body.single-resource .tagcloud .item,
body.single-post .tagcloud .item,
body.tag.archive .tagcloud .item,
body.single-resource .categories a,
body.single-post .categories a,
body.tag.archive .categories a,
body.single-resource .tagcloud a,
body.single-post .tagcloud a,
body.tag.archive .tagcloud a {
  background: #a59d96;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 5px 6px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
body.single-post .mmc-meta.mmc-meta-before {
  margin: 0;
  padding: 0;
}
body.single-post #comments h3#reply-title,
body.single-post #comments h2.tal {
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.3;
}
body.single-post ul.comments {
  border: 0;
}
body.single-post ul.comments > li {
  border-bottom: 1px solid #e5e6e3;
  padding: 20px 0;
  margin: 0;
}
body.single-post ul.comments > li ul.children {
  margin-top: 20px;
}
body.single-post ul.comments > li ul.children li {
  border-top: 1px solid #e5e6e3;
  padding: 20px 0;
  margin: 0;
}
body.single-post ul.comments .comment-body .vcard {
  padding-top: 0;
  width: auto;
}
body.single-post ul.comments .comment-body .vcard img {
  border-radius: 0;
  float: none;
}
body.single-post ul.comments .comment-body .vcard .author {
  font-size: 16px;
  margin-bottom: 7px;
}
body.single-post ul.comments .comment-body .vcard .date a {
  font-weight: 400;
}
body.single-post ul.comments .comment-body .comment-content {
  background: none;
  min-height: 100px;
  padding: 0;
}
body.single-post ul.comments .comment-body .comment-content:after {
  display: none;
}
body.single-post ul.comments .comment-body .comment-content p {
  margin-bottom: 20px;
}
body.single-post ul.comments .comment-body .comment-content .links a {
  border: 1px solid #e5e6e3;
  border-radius: 2px;
  color: #262626;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 9px 14px;
  text-transform: uppercase;
}
body.single-post #commentform {
  font-size: 14px;
}
body.single-post .logged-in-as a {
  font-size: 14px;
}
body.single-post textarea {
  background: #f1f2f0 !important;
}
body.single-post input[type=submit] {
  background: #83ca3f !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 15px !important;
  line-height: 50px;
  letter-spacing: 1px;
  padding: 0 20px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
body.single-post input[type=submit]:hover {
  background: #67a42d !important;
}
body.tag.archive h1.title {
  color: #201f1e;
  font-size: 30px;
}
body.tag.archive article {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
body.tag.archive article h2.title a {
  color: #201f1e;
  font-size: 23px;
}
body.tag.archive article h2.title a:hover {
  color: #f47521;
}
body.tag.archive article .item-content {
  padding: 20px 0;
}
@media only screen and (min-width: 1025px) {
  section.mmc-page-sidebar-right_sidebar .mmc-content,
  section.mmc-page-sidebar-right .mmc-content {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1314px) {
  body .Lbox-min-height h3 {
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 1225px) {
  body .Rbox-min-height h3 {
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 1209px) {
  body .Rbox-min-height h3 {
    margin-bottom: 42px !important;
  }
}
@media only screen and (max-width: 1209px) {
  body .Lbox-min-height h3 {
    margin-bottom: 42px !important;
  }
}
body.buddypress.group-avatar #group-settings-form > p:after {
  content: "For best results, make sure your image is 150 pixels wide and 150 high.";
  display: block;
}
body.buddypress.group-avatar.group-create #group-create-body .main-column:after {
  content: "For best results, make sure your image is 150 pixels wide and 150 high.";
  display: block;
}
body.buddypress.change-avatar div.profile > p:after {
  content: "For best results, make sure your image is 150 pixels wide and 150 high.";
  display: block;
}
body.buddypress.group-cover-image .bp-cover-image-status p.warning,
body.buddypress.change-cover-image .bp-cover-image-status p.warning {
  color: transparent !important;
  font-size: 0 !important;
}
body.buddypress.group-cover-image .bp-cover-image-status p.warning:after,
body.buddypress.change-cover-image .bp-cover-image-status p.warning:after {
  content: "For best results, make sure your image is 1140 pixels wide and 225 high.";
  display: block;
  color: #201f1e !important;
  font-size: 14px !important;
}
body.error404 section.main {
  margin-top: 200px;
}
body.error404 section.main h1 {
  color: #201f1e;
  font-size: 50px;
  padding: 120px 60px;
  text-align: center;
}
/*************************/
/* F00TER
/*************************/
footer .widget.mmc_custom_menu {
  margin-top: 37px;
}
footer .widget.mmc_custom_menu ul li {
  border: 0;
}
footer .widget.mmc_custom_menu ul li a {
  color: #201f1e;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 1px 0;
}
footer .widget.mmc_custom_menu ul li a:hover {
  color: #f47521 !important;
}
footer .widget.mmc_custom_menu ul li .sub-menu-header {
  display: none;
}
#glt-translate-trigger {
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 15px !important;
  letter-spacing: 1px !important;
  font-family: Lato, sans-serif;
  font-weight: 900;
  background: #f47521;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.tool-container {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background: #fff;
  padding: 15px;
  border-bottom: none;
}
.tool-container.tool-top .arrow {
  border-color: #ffffff transparent transparent;
}
a.back-to-top {
  display: none;
  visibility: hidden;
}
.small-screen {
  display: none;
}
/*************************/
/* MEDIA QUERIES
/*************************/
@media all and (max-width: 1145px) {
  .f-sidebar-links a:first-of-type {
    margin-bottom: 10px;
  }
  .f-sidebar-links a:nth-of-type(2) {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) {
  .oi-box p.js-box-btn {
    margin-top: 40px !important;
  }
}
@media all and (max-width: 1140px) {
  .tk-space {
    height: 60px !important;
  }
  #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li {
    padding: 0 8px;
  }
  #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .mmc-nav-list > li a {
    font-size: 12px;
  }
  .mmc-row .mmc-column-wrapper {
    max-width: 980px;
  }
  .b-box.big {
    width: 360px;
  }
  .lb-wrapper .lb-box .wpb_wrapper {
    max-width: 90%;
  }
  .item-width {
    width: 48% !important;
  }
  .gutter-size {
    width: 4% !important;
  }
}
@media all and (max-width: 1024px) {
  body .mmc-row.mmc-outer-row.hero-work {
    margin-top: 0 !important;
  }
  .tk-space {
    height: 85px !important;
  }
  .small-screen {
    display: block;
  }
  body .l-mobile-mh0 {
    min-height: 0 !important;
  }
  h1,
  .h1 {
    font-size: 50px !important;
  }
  h2,
  .h2 {
    font-size: 40px !important;
  }
  h3,
  .h3 {
    font-size: 22px !important;
  }
  a:hover {
    background: none !important;
  }
  a.scroll-down:hover {
    background: rgba(255, 255, 255, 0.15) url('https://thenetcommunity.org/wp-content/uploads/2017/03/arrow-bottom.png') center no-repeat !important;
  }
  a.scroll-down:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  #menu-cop li a:hover {
    background: #f1f2f0 !important;
  }
  #header.mmc-header {
    height: auto;
  }
  .mmc-nav-overlay.active,
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a:before,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li.current_page_item > a:before,
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li > a:hover:before,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li > a:hover:before {
    display: none !important;
  }
  #header.mmc-header {
    height: 60px;
  }
  #header .mmc-header-inner {
    background: #f5f5f5;
    padding: 0 20px;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar {
    background: #fff;
    right: -100%;
    margin-top: 60px;
    padding: 0px 20px 0;
    width: 100%;
    z-index: 999;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
    margin-right: 0;
    padding-right: 0;
  }
  #header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #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;
  }
  body #header.mmc-header.header-sticky.sticked a.mmc-logo img {
    margin: 14px 0 !important;
  }
  body.mmc-nav-push-right {
    left: 0 !important;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li {
    border-bottom: 1px solid #e6e6e6;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li > a {
    color: #f47521;
    font-family: Lato !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px !important;
    margin: 0;
    padding: 23px 0 23px 30px !important;
    text-align: left;
    text-transform: uppercase;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li > a:hover {
    color: #bf5209 !important;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li > a.mmc-nav-more-btn {
    padding: 0px 20px;
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: 0;
    width: 30px;
    height: 66px;
    display: block;
    padding: 0 !important;
    text-align: center;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li > a.mmc-nav-more-btn:before {
    content: "+";
    color: #f47521;
    background: none !important;
    font-size: 20px;
    display: block !important;
    z-index: 2;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 13px;
    height: 20px;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li > .sub-menu-header {
    position: relative;
    top: -10px;
  }
  #header .mmc-header-inner .mmc-nav-list > li.menu-home {
    margin: 0;
    position: relative;
  }
  #header .mmc-header-inner .mmc-nav-list > li.menu-home:before,
  #header .mmc-header-inner .mmc-nav-list > li.menu-home:after {
    display: none;
  }
  #header .mmc-header-inner .mmc-nav-list > li.menu-home a {
    text-indent: 0;
  }
  #header .mmc-header-inner .mmc-nav-list > li.mmc-nav-open a.mmc-nav-more-btn:before {
    background: url('https://thenetcommunity.org/wp-content/uploads/2017/02/lb-anchor-less.png');
    width: 13px;
    height: 3px;
    top: 36px;
  }
  body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-menu-item > a,
  body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-menu-ancestor > a,
  body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-page-item > a,
  body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current_page_item > a {
    color: #bf5209 !important;
  }
  body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-menu-item > a:after,
  body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-menu-ancestor > a:after,
  body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current-page-item > a:after,
  body #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav > ul.mmc-nav-list > li.current_page_item > a:after {
    content: "";
    display: none !important;
    position: absolute;
    bottom: 14px;
    height: 3px;
    width: 100%;
  }
  header#header .mmc-nav > ul.mmc-nav-list > li.current_page_item > a {
    color: #83ca3f !important;
  }
  #header .mmc-header-inner .mmc-nav-list > li .sub-menu-header li {
    background: none;
  }
  #header .mmc-header-inner .mmc-nav-list > li .sub-menu-header li a {
    text-align: left;
    color: #f47521;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 30px !important;
    text-transform: uppercase;
    width: 100% !important;
  }
  #header .mmc-header-inner .mmc-logo {
    margin: 0px 0 !important;
    max-width: 200px !important;
    width: 100% !important;
  }
  #header .mmc-header-inner .mmc-logo img {
    margin: 14px 0 14px 0;
  }
  #header .mmc-header-inner .top-menu {
    display: none;
  }
  #header .mmc-header-inner .mmc_extra_menu {
    margin: -13px 0 0 0;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 9999;
  }
  #header .mmc-header-inner .mmc_extra_menu a.header-extra-button {
    padding: 0;
  }
  #header .mmc-header-inner .mmc_extra_menu a.header-extra-button i:before {
    content: "";
    background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-menu.png');
    display: block;
    width: 40px;
    height: 26px;
  }
  body.mmc-nav-push-right #header .mmc-header-inner .mmc_extra_menu a.header-extra-button i:before {
    background: url('https://thenetcommunity.org/wp-content/uploads/2017/03/icon-menu-close.png');
    width: 29px;
    height: 29px;
  }
  #header.mmc-header + section.main {
    margin-top: 60px;
  }
  #header .mmc-header-inner .mmc-nav-list > li > a:before,
  #header .mmc-header-inner .mmc-nav-list > li > a:after {
    background-color: transparent !important;
  }
  #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .second {
    display: none;
  }
  #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .small-screen {
    margin: 30px 0 100px;
  }
  #header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap .mmc-nav .small-screen a {
    width: 200px !important;
  }
  body .mmc-row.mmc-outer-row {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  body .mmc-row.mmc-outer-row.mobile-padding-0 {
    padding: 0 20px !important;
  }
  body .mmc-row.mmc-outer-row.mobile-padding-off {
    padding-left: 0;
    padding-right: 0;
  }
  body .mmc-row.mmc-outer-row.l-full-height {
    display: block;
    height: 600px;
    text-align: center;
    padding-top: 150px !important;
  }
  body .mmc-row.mmc-outer-row.l-height-600px {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .mmc-row.mmc-outer-row.cop-title {
    padding-top: 85px !important;
  }
  body .mmc-row.mmc-outer-row.hero-about,
  body .mmc-row.mmc-outer-row.hero-impact,
  body .mmc-row.mmc-outer-row.hero-work,
  body .mmc-row.mmc-outer-row.hero-tools,
  body .mmc-row.mmc-outer-row.hero-fw-how-to-use,
  body .mmc-row.mmc-outer-row.fw-what-needs {
    padding-top: 225px !important;
  }
  body .mmc-row.mmc-outer-row.hero-the-framework {
    padding-top: 170px !important;
  }
  body .mmc-row.mmc-outer-row.hero-resources {
    padding-top: 115px !important;
  }
  body .mmc-row.mmc-outer-row.m-separator {
    padding: 0 !important;
  }
  body .mmc-row.mmc-outer-row.bg-plant .mmc-column-size-6 .mmc-column-inner {
    padding-right: 20px !important;
  }
  body .mmc-row.mmc-outer-row.testimonial .vc_col-sm-6 > div {
    padding-left: 0 !important;
  }
  body .mmc-row.mmc-outer-row .slick-slide .mmc-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  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 .mmc-row.mmc-outer-row .mmc-column.l-featured-list,
  body .mmc-row.mmc-outer-row .vc_inner.l-featured-list,
  body .mmc-row.mmc-outer-row .mmc-column-inner.l-featured-list {
    margin: -160px auto 0 !important;
    padding: 70px 50px 50px 50px !important;
  }
  body .mmc-row.mmc-outer-row .logo-publication .vc_col-sm-1 {
    display: none !important;
  }
  body .mmc-row.mmc-outer-row .logo-publication .vc_col-sm-2 {
    width: 20% !important;
  }
  body .mmc-row.mmc-outer-row.navigation {
    padding-top: 12px !important;
    padding-bottom: 14px !important;
    padding: 0 !important;
    top: 60px !important;
  }
  #scketch,
  #scketch2 {
    top: 18px;
    left: 13px;
  }
  #gmap {
    width: 100%;
  }
  body .menu-tab {
    width: 960px;
  }
  body .menu-tab ul li a {
    width: 235px;
  }
  body .menu-tab.fixed ul {
    max-width: 960px;
  }
  body .menu-tab.fixed ul li a {
    width: 238px;
  }
  body .menu-tab.triple ul li a {
    width: 260px;
  }
  body .menu-tab.triple.fixed ul {
    max-width: 790px;
  }
  .l-ellipse-shadow:before {
    left: 0;
  }
  ul.list-resources li {
    padding-left: 85px;
  }
  ul.list-resources li .img {
    width: 85px;
  }
  .border-off .wpb_wrapper > h3 {
    padding-left: 85px !important;
  }
  .border-off .vc_empty_space {
    height: 0 !important;
  }
  .mmc-button.ml-130 {
    margin-left: 85px;
  }
  .b-tree .box-shadow {
    padding: 20px !important;
  }
  .mmc-row#donation .box-shadow {
    padding: 20px !important;
  }
  .b-box-circle .vc_col-sm-3 {
    width: 47.34% !important;
    margin-bottom: 2.66%;
    min-height: 540px !important;
  }
  .b-box-circle .vc_col-sm-3:nth-child(2n) {
    margin-right: 0;
  }
  body.what-needs-are-we-addressing .mmc-column-padding-40 .mmc-column-wrapper .vc_col-sm-6:last-child .wpb_wrapper > p,
  body.how-do-we-work .mmc-column-padding-40 .mmc-column-wrapper .vc_col-sm-6:last-child .wpb_wrapper > p,
  body.what-do-we-do .mmc-column-padding-40 .mmc-column-wrapper .vc_col-sm-6:last-child .wpb_wrapper > p,
  body.what-difference-do-we-make .mmc-column-padding-40 .mmc-column-wrapper .vc_col-sm-6:last-child .wpb_wrapper > p {
    margin-left: 85px !important;
  }
  #resources .list-resource div.isotope div.item {
    width: 100%;
  }
  body.cop .border-off .wpb_wrapper > p {
    margin-left: 85px !important;
  }
  .item-width {
    width: 100% !important;
  }
  .gutter-size {
    width: 0% !important;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .vc_custom_1488875299551 .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 60%;
  }
  .vc_custom_1488875299551 .wpb_column.vc_column_container.vc_col-sm-8 .vc_custom_1487929470682 {
    padding-left: 70px !important;
  }
  .vc_custom_1488875299551 .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 40%;
  }
}
@media all and (max-width: 800px) {
  .bg-text-mission h2 {
    margin-top: 30px;
  }
  .bg-text-mission:before {
    font-size: 205px;
  }
  .bg-text-approach:before {
    font-size: 163px;
  }
  #scketch,
  #scketch2 {
    top: 22px;
    left: -25px;
  }
  .bg-text-our-tools:before,
  .bg-text-our-story:before {
    font-size: 200px;
  }
  .bg-text-our-tools .vc_col-sm-8 .vc_column-inner,
  .bg-text-our-story .vc_col-sm-8 .vc_column-inner {
    padding-left: 40px !important;
  }
  .l-ellipse-shadow:before {
    width: 200px;
    height: 200px;
    left: 0;
  }
  .l-ellipse-shadow img {
    box-shadow: none;
  }
  .bg-text-health:before {
    font-size: 235px;
  }
  body .menu-tab {
    width: 760px;
  }
  body .menu-tab ul li a {
    width: 185px;
    height: 106px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .menu-tab.fixed ul {
    max-width: 746px;
  }
  body .menu-tab.fixed ul li a {
    width: 185px;
  }
  body .menu-tab.triple {
    width: 755px;
  }
  body .menu-tab.triple ul li a {
    width: 248px;
  }
  body .menu-tab.triple.fixed ul {
    max-width: 750px;
  }
  .bg-text-global:before {
    font-size: 200px;
    left: -55px;
  }
  .bg-path-orange:before {
    display: none !important;
  }
  .bg-path-orange .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 10px !important;
  }
  .b-box.big {
    width: 100%;
  }
  .bg-text-impact:before {
    font-size: 200px;
  }
  body.our-impact .box-shadow,
  body.support-us .box-shadow {
    padding: 10px !important;
  }
  body .m-2442 .vc_col-sm-2 {
    width: 0 !important;
  }
  body .m-2442 .vc_col-sm-4 {
    width: 48% !important;
  }
  .mmc-column-padding-50.hero-support > .mmc-column-wrapper [class*=vc_col-] {
    padding: 0 10px !important;
  }
  .mmc-column-padding-50.hero-support > .mmc-column-wrapper [class*=vc_col-] .vc_column-inner {
    padding: 0 10px !important;
  }
  .bg-text-why:before {
    font-size: 202px;
  }
  #scketch3 .mmc-column-wrapper > .wpb_column#sk-c-4 {
    bottom: 90px;
    left: 30px;
  }
  #scketch3 .mmc-column-wrapper > .wpb_column#sk-c-3 {
    bottom: 90px;
    right: 30px;
  }
  .list-fw-q li {
    width: 48% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .list-fw-q li:nth-child(2n) {
    margin-right: 0 !important;
  }
  #resources div.pagination {
    float: none;
  }
  #resources div.pagination + div.fr {
    float: left;
    margin-bottom: 20px;
  }
  #buddypress #item-header-cover-image #item-header-avatar,
  .bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar,
  #buddypress div#item-header #item-header-cover-image #item-header-content {
    width: auto !important;
    text-align: left !important;
  }
  body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content,
  body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
    margin-top: 225px !important;
  }
  body.buddypress #buddypress div.item-list-tabs ul li a {
    padding: 13px;
  }
}
@media all and (max-width: 768px) {
  .tk-space {
    height: 10px !important;
  }
  .tk-space2 {
    height: 60px !important;
  }
  ol.list-number li:before {
    left: 5px;
  }
  .vc_custom_1488875292050 .wpb_column.vc_column_container.vc_col-sm-4 {
    padding: 20px !important;
  }
  .vc_custom_1488875230650 .vc_empty_space {
    height: 0 !important;
  }
  .vc_custom_1488875230650 .b-box {
    margin: 50px auto;
    max-width: 320px;
  }
  .vc_custom_1111 ol li {
    min-height: 0;
  }
}
@media all and (max-width: 480px) {
  .resource-map-h2 h2 {
    margin: 40px 0px 20px 0 !important;
  }
  .home-h1 {
    margin: 30px 0 20px 0 !important;
  }
  .new-bg {
    background: url(https://thenetcommunity.org/wp-content/uploads/2017/05/thenet_home_mobile_bg4.jpg) no-repeat center center !important;
    background-size: cover !important;
  }
  .approach-h1 h1 {
    margin: 0px 0 20px 0 !important;
  }
  h1,
  .h1 {
    margin: 60px 0 20px 0;
    font-size: 35px !important;
  }
  h1 .custom_5,
  .h1 .custom_5 {
    font-size: 35px !important;
    line-height: 1.3 !important;
  }
}
@media all and (max-width: 640px) {
  .scroll-down {
    margin-bottom: 50px !important;
  }
  .framework-h1 h1 {
    margin: 85px 0 20px 0 !important;
  }
  h1,
  .h1 {
    font-size: 35px !important;
  }
  h1 .custom_5,
  .h1 .custom_5 {
    font-size: 35px !important;
    line-height: 1.3 !important;
  }
  h2,
  .h2 {
    font-size: 30px !important;
  }
  .custom_3 {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li > a {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li .sub-menu-header li a {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .default header#header.mmc-header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li.mmc-nav-open .sub-menu-header {
    padding-bottom: 30px;
  }
  .default header#header.mmc-header.sticked .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li > a {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .default header#header.mmc-header.sticked .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap ul.mmc-nav-list > li .sub-menu-header li a {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  body .mmc-row.mmc-outer-row.mobile-padding-off {
    padding-left: 0;
    padding-right: 0;
  }
  body .mmc-row.mmc-outer-row.l-full-height {
    display: block;
    height: 600px;
    text-align: center;
    padding-top: 80px !important;
  }
  body .mmc-row.mmc-outer-row.hero-about,
  body .mmc-row.mmc-outer-row.hero-impact,
  body .mmc-row.mmc-outer-row.hero-work,
  body .mmc-row.mmc-outer-row.hero-tools {
    padding-top: 225px !important;
  }
  body .mmc-row.mmc-outer-row.m-separator {
    padding: 0 !important;
  }
  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 .mmc-row.mmc-outer-row .mmc-column.l-featured-list,
  body .mmc-row.mmc-outer-row .vc_inner.l-featured-list,
  body .mmc-row.mmc-outer-row .mmc-column-inner.l-featured-list {
    margin: -160px auto 0 !important;
    padding: 70px 50px 50px 50px !important;
  }
  body .mmc-row.mmc-outer-row .wpb_column,
  body .mmc-row.mmc-outer-row .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .mmc-row.mmc-outer-row.bg-plant .mmc-column-size-6 .mmc-column-inner {
    padding-right: 20px !important;
  }
  #scketch,
  #scketch2 {
    top: 18px;
    left: 13px;
  }
  .bg-text-mission h2 {
    margin-top: 0;
  }
  .bg-text-mission:before {
    font-size: 80px;
    top: 24px;
  }
  .mmc-column-padding-40 > .mmc-column-wrapper [class*=vc_col-] {
    margin-bottom: 40px;
    padding: 0 !important;
  }
  .bg-text-approach:before {
    font-size: 70px;
    top: -30px;
  }
  .b-box {
    margin-bottom: 40px;
    width: 100%;
  }
  .bg-patern-brown .vc_empty_space {
    height: 0 !important;
  }
  .bg-text-our-tools:before,
  .bg-text-our-story:before {
    font-size: 123px;
  }
  .bg-text-our-tools .vc_col-sm-8 .vc_column-inner,
  .bg-text-our-story .vc_col-sm-8 .vc_column-inner {
    margin-top: 80px;
    padding-left: 0px !important;
  }
  .bg-community:before {
    width: 100%;
  }
  .lb-wrapper .lb-box .wpb_wrapper {
    padding: 80px 20px;
  }
  div.pp_pic_holder {
    width: 100% !important;
    height: 180px !important;
  }
  div.pp_default .pp_content,
  div.light_rounded .pp_content {
    width: 100% !important;
    height: 100% !important;
  }
  #pp_full_res iframe {
    width: 100%;
    height: 100%;
  }
  .bg-text-health:before {
    font-size: 90px;
  }
  .bg-path {
    background: none !important;
  }
  .bg-path .vc_empty_space {
    height: 40px !important;
  }
  body .mmc-row.mmc-outer-row .vc_inner.l-featured-list {
    margin: -100px auto 0 !important;
    padding: 50px 10px 20px 10px !important;
  }
  .mmc-row.principles {
    padding-left: 20px !important;
  }
  .mmc-row.principles .slick-slide {
    margin: 0;
    width: 300px;
  }
  .mmc-row.principles .slide-content > .mmc-row.mmc-outer-row {
    padding: 0 !important;
  }
  .bg-plant:before {
    display: none;
  }
  .bg-plant .mmc-column-size-6 {
    width: 100% !important;
  }
  .l-eq > div {
    display: block;
  }
  div.menu-tab {
    display: none !important;
  }
  .bg-text-global:before {
    font-size: 96px;
    left: -10px;
    top: -55px;
  }
  .our-work .b-box {
    margin-bottom: 40px;
  }
  .our-work .b-box.big {
    padding-top: 245px;
  }
  .our-work .b-box.big:before {
    height: 220px;
  }
  .mmc-row.net-impact .vc_col-sm-6 {
    padding: 0 !important;
  }
  .mmc-row.net-impact .vc_col-sm-6 .vc_column-inner {
    padding: 0 !important;
  }
  .mmc-row.net-impact .vc_col-sm-6 .vc_column-inner .vc_empty_space {
    height: 0 !important;
  }
  body .m-2442 .vc_col-sm-4 {
    width: 100% !important;
  }
  .bg-white-bottom + .mmc-row.mmc-outer-row {
    padding-top: 0 !important;
  }
  body.our-impact .l-flex-eq-height .mmc-column-wrapper {
    display: block;
  }
  body.our-impact .l-flex-eq-height .vc_col-sm-1 {
    display: none !important;
  }
  body.our-impact .l-flex-eq-height .vc_col-sm-2 {
    width: 100% !important;
  }
  body.our-impact .l-flex-eq-height .vc_col-sm-2 img {
    margin-bottom: 40px;
  }
  body.our-impact .bg-patern-brown .vc_col-sm-3 {
    padding: 0 !important;
    margin-bottom: 40px;
  }
  .mmc-row.b-tree .vc_col-sm-4 {
    padding: 0 !important;
    margin-bottom: 40px;
  }
  .bg-text-smarter:before {
    left: 0;
    top: 0;
    font-size: 79px;
  }
  .bg-text-resources:before {
    left: 0;
    top: 0;
    font-size: 70px;
  }
  .bg-text-smarter .vc_col-sm-8 .vc_column-inner,
  .bg-text-resources .vc_col-sm-8 .vc_column-inner {
    padding-left: 0 !important;
    padding-top: 100px !important;
  }
  .mmc-column-padding-50.hero-support > .mmc-column-wrapper [class*=vc_col-] {
    margin-bottom: 40px;
    padding: 0 !important;
  }
  .mmc-column-padding-50.hero-support > .mmc-column-wrapper [class*=vc_col-] .vc_column-inner {
    padding: 0 !important;
  }
  body .mmc-row.mmc-outer-row.hero-support {
    height: 700px;
  }
  .bg-text-why:before {
    font-size: 110px;
  }
  body.support-us .bg-patern-brown .vc_col-sm-4 {
    padding: 0 !important;
    margin-bottom: 40px;
  }
  body .mmc-row.mmc-outer-row.bg-plant .mmc-column-size-6 .mmc-column-inner {
    padding-right: 0 !important;
  }
  body.support-us .l-height-600px {
    height: 650px;
  }
  footer .mmc-row.mmc-outer-row .mmc-column {
    margin-bottom: 20px !important;
  }
  footer .mmc-row.mmc-outer-row .mmc-column .mmc-image-block.mmc-image-align-left {
    text-align: center !important;
  }
  footer .mmc-row.mmc-outer-row .mmc-column .wpb_text_column > .wpb_wrapper > p {
    text-align: center !important;
  }
  footer .mmc-row.mmc-outer-row .mmc-column .mmc_custom_menu,
  footer .mmc-row.mmc-outer-row .mmc-column ul.mmc-social-links {
    margin-top: 15px !important;
  }
  .l-height-600px {
    height: auto;
  }
  .l-height-600px .mmc-column-wrapper {
    display: block;
  }
  body .mmc-row.mmc-outer-row.l-height-600px .mmc-column-wrapper > div.wpb_column {
    display: block;
  }
  body .mmc-row.mmc-outer-row.l-height-600px .mmc-column-wrapper > div.wpb_column:first-child {
    padding: 80px 0 !important;
    text-align: center;
  }
  .bg-community:before {
    background: #e5e6e3;
  }
  .l-ellipse-shadow:before {
    left: 25px;
  }
  .lb-wrapper .lb-box img {
    height: auto;
  }
  .lb-wrapper .lb-box table {
    display: block;
  }
  .lb-wrapper .lb-box table tbody,
  .lb-wrapper .lb-box table tr,
  .lb-wrapper .lb-box table td {
    display: block;
  }
  .lb-wrapper .lb-box table td {
    padding: 10px 0;
  }
  .mmc-button.ml-130 {
    margin: 0 auto;
  }
  #resources > form {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  #resources div.pagination {
    padding: 30px 0;
  }
  .lb-wrapper.medium .lb-box .wpb_wrapper {
    max-width: 90%;
  }
  .b-box-circle .vc_col-sm-3 {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .b-box-circle .vc_col-sm-3 .mmc-image-block + .vc_empty_space {
    height: 30px !important;
  }
  .bg-text-intro:before {
    font-size: 100px;
    margin-left: -115px;
    top: -50px;
  }
  .bg-text-how:before {
    font-size: 100px;
    margin-left: -130px;
    top: -50px;
  }
  .bg-text-toolkit:before {
    font-size: 100px;
    margin-left: -160px;
    top: -50px;
  }
  ul.list-fw-q li {
    position: relative;
  }
  ul.list-fw-q li span.title br {
    display: none;
  }
  ul.list-fw-q li .mmc-button {
    margin: auto;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
  }
  body.framework-how-to-use .bg-white-box.wpb_column.vc_column_container {
    background: none;
    box-shadow: none;
  }
  .bg-text-assess:before {
    font-size: 100px;
    margin-left: -152px;
  }
  div[id*=give-form-] #give-donation-level-radio-list li {
    min-height: 80px;
    margin-bottom: 10px;
    width: 33.2%;
  }
  div[id*=give-form-] #give-donation-level-radio-list li label {
    font-size: 18px !important;
  }
  div[id*=give-form-] #give-donation-level-radio-list li input[type=radio]:checked + label {
    font-size: 22px;
  }
  div[id*=give-form-] #give-donation-level-radio-list li input[type=radio] + label:before {
    width: 36px !important;
    height: 36px !important;
  }
  div[id*=give-form-] .give-total-wrap {
    top: 173px;
  }
  #scketch3 {
    background: none;
  }
  #scketch3 .mmc-column-wrapper > .wpb_column {
    margin: auto !important;
    position: relative;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  .slider-nav .slick-slide {
    font-size: 12px;
    margin: 0 5px;
    padding: 5px;
    min-height: 66px;
  }
  .mmc-slick.fw .slick-slide {
    opacity: 1;
    width: 320px;
  }
  .mmc-slick.fw .slick-slide .mmc-row {
    padding: 0 !important;
  }
  body.buddypress section.main,
  body.bbpress section.main {
    padding-top: 40px;
  }
  body.buddypress #buddypress #pag-top {
    margin-top: 0 !important;
  }
  #buddypress div.item-list-tabs ul li.last {
    float: left;
  }
  body.buddypress #buddypress ul.item-list li .item {
    margin-bottom: 15px;
  }
  body.buddypress #buddypress ul.item-list li .item:before,
  body.buddypress #buddypress ul.item-list li .item:after {
    display: table;
    content: " ";
  }
  body.buddypress #buddypress ul.item-list li .item:after {
    clear: both;
    *zoom: 1;
  }
  body.buddypress #buddypress ul.item-list li .item .item-title a {
    line-height: 1.3 !important;
    margin-bottom: 10px;
    display: block;
  }
  body.buddypress #buddypress ul.item-list li .item .item-meta {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  #buddypress ul.item-list li div.item-title,
  #buddypress ul.item-list li h3,
  #buddypress ul.item-list li h4 {
    width: 100%;
  }
  #buddypress ul.item-list li div.item-desc {
    font-size: 14px !important;
    width: 100%;
  }
  #buddypress ul.item-list li div.action {
    position: static;
    text-align: left;
  }
  #buddypress ul.item-list li div.action .meta {
    font-size: 12px !important;
  }
  body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content,
  body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
    margin-top: 0 !important;
  }
  #buddypress div#item-header div#item-actions {
    width: 100%;
  }
  body.buddypress #buddypress div.item-list-tabs#subnav li.feed {
    margin-bottom: 15px;
  }
  body.groups.single-item #buddypress #item-body form#whats-new-form .activity-greeting {
    line-height: 1.3;
  }
  body.groups.single-item #buddypress #item-body form#whats-new-form #whats-new-content {
    margin-left: 0;
  }
  body.groups.single-item #buddypress #activity-stream .activity-content .activity-meta {
    text-align: right;
  }
  body.groups.single-item #buddypress #activity-stream .activity-content .activity-meta a {
    margin-bottom: 8px;
  }
  body.single-item.buddypress.documents #subnav .pagination {
    margin-top: 0;
  }
  body.single-item.buddypress.documents #subnav #bp-group-documents-categories,
  body.single-item.buddypress.documents #subnav #bp-group-documents-sorting {
    margin-right: 0;
    margin-bottom: 8px;
  }
  body.single-item.buddypress.documents #subnav #bp-group-documents-categories select,
  body.single-item.buddypress.documents #subnav #bp-group-documents-sorting select {
    margin-right: 0;
  }
  #buddypress div.admin-links {
    margin-top: 8px;
    position: static;
  }
  #buddypress .standard-form input[type=text],
  #buddypress .standard-form textarea {
    width: 100%;
  }
  body.buddypress h1.medium,
  body.buddypress h1,
  body.bbpress h1,
  #bbpress-forums h1 {
    font-size: 30px !important;
  }
  .fc-toolbar .fc-left {
    margin-bottom: 8px;
  }
  body.single-item.buddypress.todo-list #item-body #bbgt_create_list input[type=text] {
    width: 100% !important;
    float: none;
    max-width: 100%;
  }
  body.single-item.buddypress.todo-list #item-body #bbgt_create_list input[type=submit] {
    width: 144px;
  }
  body.single-item.buddypress.todo-list #item-body ul.task-list > li ul li {
    padding: 20px 0px 20px 65px;
  }
  body.buddypress #buddypress div.item-list-tabs#subnav li {
    min-height: 30px;
  }
  #buddypress div.dir-search input[type=text] {
    width: 100%;
    margin-bottom: 8px;
  }
  #buddypress li div.item {
    margin-left: 0;
  }
  #buddypress ul.item-list li div.action {
    margin-left: 0;
    text-align: right;
  }
  #buddypress ul.item-list li div.action a {
    margin-bottom: 8px;
  }
  body.bbpress .bbp-search-form #bbp_search {
    margin-right: 0;
    margin-bottom: 8px;
    padding: 0 20px;
  }
  #bbpress-forums {
    overflow: auto;
  }
  #bbpress-forums ul.bbp-forums,
  #bbpress-forums ul.bbp-topics,
  #bbpress-forums ul.forums {
    min-width: 620px;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title {
    text-align: left;
  }
  body.bbpress button.topic-create {
    margin-bottom: 20px;
  }
  body.bbpress .bbp-body div.topic .bbp-reply-author .bbp-author-role,
  body.bbpress .bbp-body div.reply .bbp-reply-author .bbp-author-role {
    margin-top: 0;
    margin-left: 0;
  }
  body.bbpress .bbp-body div.topic .bbp-reply-content,
  body.bbpress .bbp-body div.reply .bbp-reply-content {
    margin-left: 10px !important;
  }
  div[id*=give-form-] #give-email-wrap {
    width: 100%;
  }
  body.cop article > .mmc-row:nth-child(2) h1 {
    margin-top: 25px !important;
  }
  #menu-cop li a {
    padding: 3px 0;
    line-height: 2;
  }
  .mmc-row.hero-resources {
    background-position: 44% center !important;
  }
  body .mmc-row.mmc-outer-row.hero-the-framework {
    background-position: 80% 65% !important;
    padding-top: 115px !important;
  }
  body .mmc-row.mmc-outer-row.hero-fw-how-to-use,
  body .mmc-row.mmc-outer-row.fw-what-needs {
    background-position: 60% top !important;
    min-height: 0 !important;
    padding: 80px 0 100px !important;
    margin-top: 70px;
  }
  body .mmc-row.mmc-outer-row.fw-what-needs {
    background-position: 64% top !important;
  }
  #resources .open-form {
    margin-left: 0;
  }
}
@media all and (max-width: 320px) {
  #scketch,
  #scketch2 {
    top: 18px;
    left: -7px;
  }
}
