/* Gobal */
.wolf-core-row {
  width: 100%;
  max-width: 100vw;
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}

.wolf-core-row-is-fullwidth {
  padding: 0;
}

.wolf-core-row-is-large {
  padding: 50px 0;
}

.wolf-core-row-bg-video-parallax,
.wolf-core-row-bg-effect-parallax,
.wolf-core-row-bg-transparent,
.wolf-core-row-bg-slideshow {
  background-color: transparent !important;
  background: none !important;
}

.wolf-core-row-bg-effect-blur {
  overflow: hidden;
}
.wolf-core-row-bg-effect-blur > .wolf-core-img-bg {
  filter: blur(6px);
  transform: scale(1.05);
}
.wolf-core-row-bg-effect-blur.fp-section > .fp-tableCell > .wolf-core-img-bg {
  filter: blur(6px);
  transform: scale(1.05);
}

.wolf-core-column-bg-effect-blur {
  overflow: hidden;
}
.wolf-core-column-bg-effect-blur > .wolf-core-img-bg {
  filter: blur(6px);
  transform: scale(1.05);
}

.wolf-core-row-bg-effect-marquee .wolf-core-img-bg,
.wolf-core-column-bg-effect-marquee .wolf-core-img-bg {
  overflow: visible;
  animation-name: marquee-background;
  animation-duration: 44s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  display: flex;
  align-items: center;
}
.wolf-core-row-bg-effect-marquee .wolf-core-img-bg img,
.wolf-core-column-bg-effect-marquee .wolf-core-img-bg img {
  max-width: none;
  width: auto;
  vertical-align: middle;
}
.wolf-core-row-bg-effect-marquee.wolf-core-row-bg-marquee-stretch .wolf-core-img-bg img,
.wolf-core-column-bg-effect-marquee.wolf-core-row-bg-marquee-stretch .wolf-core-img-bg img {
  min-height: 100%;
}
.wolf-core-row-bg-effect-marquee.wolf-core-row-bg-marquee-top .wolf-core-img-bg,
.wolf-core-column-bg-effect-marquee.wolf-core-row-bg-marquee-top .wolf-core-img-bg {
  align-items: flex-start;
}
.wolf-core-row-bg-effect-marquee.wolf-core-row-bg-marquee-middle .wolf-core-img-bg,
.wolf-core-column-bg-effect-marquee.wolf-core-row-bg-marquee-middle .wolf-core-img-bg {
  align-items: center;
}
.wolf-core-row-bg-effect-marquee.wolf-core-row-bg-marquee-bottom .wolf-core-img-bg,
.wolf-core-column-bg-effect-marquee.wolf-core-row-bg-marquee-bottom .wolf-core-img-bg {
  align-items: flex-end;
}

.wolf-core-row-bigtext-marquee .wolf-core-row-bigtext-content {
  overflow: visible;
}
.wolf-core-row-bigtext-marquee .wolf-core-element {
  width: 100vh;
  animation-name: marquee1;
  animation-duration: 33s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
}
.wolf-core-row-bigtext-marquee .wolf-core-element:last-child {
  animation-name: marquee2;
  padding-left: 50px;
}

@keyframes marquee-background {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(-200%, -100%, 0);
  }
}
.wolf-core-row-bg-transparent > .wolf-core-img-bg,
.wolf-core-row-bg-slideshow > .wolf-core-img-bg {
  opacity: 0;
}

.wolf-core-background-color-transparent {
  background-color: transparent !important;
}
.wolf-core-background-color-transparent > .wolf-core-img-bg {
  background-color: transparent !important;
}
.wolf-core-background-color-transparent.wolf-core-row-bg-effect-marquee > .wolf-core-img-bg {
  background-color: transparent !important;
}

.wolf-core-row-full-height {
  min-height: 100vh;
}

.wolf-core-row-wrapper {
  position: relative;
}

.wolf-core-is-apple .wolf-core-row-full-height.wolf-core-row-layout-block .wolf-core-img-bg-overlay {
  height: 100vh;
}
.wolf-core-is-apple .wolf-core-row-full-height.wolf-core-row-layout-block .wolf-core-row-wrapper {
  overflow: hidden;
}

/* Box shadow */
.wolf-core-row-box-shadow {
  padding-bottom: 80px !important;
}
.wolf-core-row-box-shadow .wolf-core-row-wrapper {
  box-shadow: 0px 15px 44px 0 rgba(0, 0, 0, 0.14);
}

/* Boxed row width */
.wolf-core-row-width-boxed,
.wolf-core-row-width-boxed-large,
.wolf-core-row-width-boxed-small {
  padding: 0;
}
.wolf-core-row-width-boxed .wolf-core-row-wrapper,
.wolf-core-row-width-boxed-large .wolf-core-row-wrapper,
.wolf-core-row-width-boxed-small .wolf-core-row-wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
  padding: 35px;
}

.wolf-core-row-width-boxed-large .wolf-core-row-wrapper {
  max-width: none;
}

.wolf-core-row-width-boxed-small .wolf-core-row-wrapper {
  max-width: 750px;
}

/* Row content width */
.wolf-core-row-wrapper-width-full {
  width: 100%;
}

.wolf-core-row-wrapper-width-standard {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
}

.wolf-core-row-wrapper-width-small {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
  max-width: 750px;
}

.wolf-core-row-wrapper-width-large {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
  width: 92%;
  max-width: none;
}

/* No padding for block layout by default */
.wolf-core-row-layout-block {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.wolf-core-row-layout-block .wolf-core-row-wrapper {
  width: 100%;
  align-self: stretch;
}
.wolf-core-row-layout-block .wolf-core-columns-container {
  width: 100%;
  align-self: stretch;
}
.wolf-core-row-layout-block .wolf-core-column-container {
  height: 100%;
  align-self: stretch;
}
.wolf-core-row-layout-block .wolf-core-column-inner {
  align-self: center;
}
.wolf-core-row-layout-block.wolf-core-no-equal-height .wolf-core-column {
  align-self: flex-start;
  height: auto;
}
.wolf-core-row-layout-block.wolf-core-no-equal-height .wolf-core-column-container {
  height: auto;
}
.wolf-core-row-layout-block.wolf-core-no-equal-height .wolf-core-row-wrapper {
  align-self: flex-start;
}
.wolf-core-row-layout-block.wolf-core-no-equal-height .wolf-core-row-content {
  align-items: flex-start;
}
.wolf-core-row-layout-block.wolf-core-no-equal-height .wolf-core-column-container {
  align-self: flex-start;
}

/* Equal height */
.wolf-core-row-column-equal-height-yes .wolf-core-row-content {
  align-items: stretch;
}

/* Equal height wide */
.wolf-core-row-width-wide .wolf-core-row-column-equal-height-yes {
  align-self: stretch;
}

.wolf-core-row {
  align-items: center;
}

.wolf-core-row-content {
  align-items: flex-start;
}

.wolf-core-row-content {
  display: table;
  width: 100%;
  height: 100%;
}

.wolf-core-columns-container {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* Full height & min height CONTENT position */
.wolf-core-row-full-height,
.wolf-core-row-min-height {
  display: flex;
}
.wolf-core-row-full-height .wolf-core-column,
.wolf-core-row-min-height .wolf-core-column {
  align-self: center;
}
.wolf-core-row-full-height.wolf-core-row-inner,
.wolf-core-row-min-height.wolf-core-row-inner {
  align-items: center;
}
.wolf-core-row-full-height > .wolf-core-row-wrapper,
.wolf-core-row-min-height > .wolf-core-row-wrapper {
  align-self: stretch;
}
.wolf-core-row-full-height .wolf-core-row-column-equal-height-yes .wolf-core-row-wrapper, .wolf-core-row-full-height .wolf-core-row-column-equal-height-yes.wolf-core-row-wrapper,
.wolf-core-row-min-height .wolf-core-row-column-equal-height-yes .wolf-core-row-wrapper,
.wolf-core-row-min-height .wolf-core-row-column-equal-height-yes.wolf-core-row-wrapper {
  align-self: stretch;
}
.wolf-core-row-full-height.wolf-core-row-columns-placement-middle .wolf-core-row-wrapper,
.wolf-core-row-min-height.wolf-core-row-columns-placement-middle .wolf-core-row-wrapper {
  align-self: center;
}
.wolf-core-row-full-height.wolf-core-row-columns-placement-top .wolf-core-row-wrapper,
.wolf-core-row-min-height.wolf-core-row-columns-placement-top .wolf-core-row-wrapper {
  align-self: flex-start;
}
.wolf-core-row-full-height.wolf-core-row-columns-placement-bottom .wolf-core-row-wrapper,
.wolf-core-row-min-height.wolf-core-row-columns-placement-bottom .wolf-core-row-wrapper {
  align-self: flex-end;
}
.wolf-core-row-full-height.wolf-core-row-columns-placement-stretch .wolf-core-row-wrapper,
.wolf-core-row-min-height.wolf-core-row-columns-placement-stretch .wolf-core-row-wrapper {
  align-self: stretch;
}

.fp-section.wolf-core-row-columns-placement-middle .wolf-core-row-wrapper {
  align-self: center !important;
}
.fp-section.wolf-core-row-columns-placement-top .wolf-core-row-wrapper {
  align-self: flex-start !important;
}
.fp-section.wolf-core-row-columns-placement-bottom .wolf-core-row-wrapper {
  align-self: flex-end !important;
}
.fp-section.wolf-core-row-columns-placement-stretch .wolf-core-row-wrapper {
  align-self: stretch !important;
}

/* COLUMN CONTENT placement default setting that can be overwritten on each column */
.wolf-core-row-content-placement-top .wolf-core-row-content .wolf-core-column-inner {
  align-self: flex-start;
}

.wolf-core-row-content-placement-middle .wolf-core-row-content .wolf-core-column-inner {
  align-self: center;
}

.wolf-core-row-content-placement-bottom .wolf-core-row-content .wolf-core-column-inner {
  align-self: flex-end;
}

/* Scroll down arrow */
.wolf-core-arrow-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  z-index: 5;
  transition: all 0.2s;
  cursor: pointer;
}
.wolf-core-arrow-down:before {
  font-size: 24px;
  font-family: FontAwesome;
  content: '\f107';
}
.wolf-core-arrow-down.wolf-core-arrow-down-alignement-left {
  left: 44px;
  right: auto;
}
.wolf-core-arrow-down.wolf-core-arrow-down-alignement-right {
  left: auto;
  right: 44px;
}

.wolf-core-row-has-sticky-player .wolf-core-arrow-down {
  bottom: 60px;
}

.wolf-core-arrow-down-text {
  text-align: center;
  position: absolute;
  display: inline-block;
  opacity: 0;
  top: -30px;
  left: 50%;
  transition: 0.44s ease;
  transform: translateX(-50%);
  width: 250px;
}

.wolf-core-arrow-down:hover .wolf-core-arrow-down-text {
  top: -35px;
  opacity: 1;
}

.wolf-core-no-next-section .wolf-core-arrow-down {
  display: none !important;
  height: 0;
  visibility: hidden;
}

.wolf-core-row-sticky-player-container .wpm-sticky-playlist-container {
  position: absolute;
}

/* One column parent row */
.wolf-core-row-one-column > .wolf-core-row-wrapper > .wolf-core-row-content {
  width: 100% !important;
  margin-left: 0 !important;
}

/* Big Text Background */
.wolf-core-row-bigtext-container {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}
.wolf-core-row-bigtext-container .wolf-core-element {
  margin: 0 auto 0;
}
.wolf-core-row-bigtext-container .wolf-core-bigtext {
  user-select: none;
  cursor: default;
  max-width: none !important;
}

.wolf-core-row-bigtext-content {
  width: 100%;
  height: auto;
  max-width: 2000px;
  min-width: 1000px;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
}

.wolf-core-row-big-text-vertical-align-top .wolf-core-row-bigtext-content {
  top: 0;
  transform: translate3d(-50%, 0, 0);
}

.wolf-core-row-big-text-vertical-align-bottom .wolf-core-row-bigtext-content {
  bottom: 0;
  top: auto;
  transform: translate3d(-50%, 0, 0);
}

/* YT video bg mute button */
.wolf-core-row-video-bg-mute-button-container {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 9999;
}

.wolf-core-row-video-bg-mute-button {
  cursor: pointer;
}

.wolf-core-row-video-bg-mute-default {
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
}

.wolf-core-row-has-sticky-player .wolf-core-row-video-bg-mute-button-container {
  bottom: 100px;
}

/* Volume "Equalizer" */
.wolf-core-bg-video-mute-equalizer {
  overflow: hidden;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999em;
  transition: all 0.2s ease;
}

.wolf-core-bg-video-mute-equalizer-bar {
  height: 6px;
  width: 3px;
  display: inline-block;
  background-color: #fff;
  bottom: 0;
  bottom: 13px;
  top: auto;
  position: absolute;
  animation-duration: 0.44s;
  animation-play-state: running;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.wolf-core-bg-video-mute-equalizer-bar-1 {
  left: 12px;
}

.wolf-core-bg-video-mute-equalizer-bar-2 {
  left: 19px;
}

.wolf-core-bg-video-mute-equalizer-bar-3 {
  left: 26px;
}

.wolf-core-bg-video-mute-equalizer-bar-4 {
  left: 33px;
}

.wolf-core-bg-video-mute-equalizer-bar-1 {
  animation-name: moveHeight1;
  animation-delay: 0.1s;
}

.wolf-core-bg-video-mute-equalizer-bar-2 {
  animation-name: moveHeight3;
  animation-delay: 0.2s;
}

.wolf-core-bg-video-mute-equalizer-bar-3 {
  animation-name: moveHeight4;
  animation-delay: 0.3s;
}

.wolf-core-bg-video-mute-equalizer-bar-4 {
  animation-name: moveHeight2;
  animation-delay: 0.4s;
}

.wolf-core-video-bg-is-unmute .wolf-core-bg-video-mute-equalizer {
  border-color: rgba(255, 255, 255, 0.8);
}

@keyframes moveHeight1 {
  from {
    height: 1px;
  }
  to {
    height: 22px;
  }
}
@keyframes moveHeight2 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}
@keyframes moveHeight3 {
  from {
    height: 1px;
  }
  to {
    height: 17px;
  }
}
@keyframes moveHeight4 {
  from {
    height: 1px;
  }
  to {
    height: 24px;
  }
}
.wolf-core-is-mobile .wolf-core-bg-video-mute-equalizer {
  display: none;
}

/*Shape divider */
.wolf-core-shape-divider {
  position: absolute;
  width: 100%;
  left: 0;
  height: 25%;
  pointer-events: none;
}
.wolf-core-shape-divider svg {
  width: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
}

.wolf-core-sd-preserve-ratio svg {
  width: auto;
}

.wolf-core-sd-svg-flip {
  transform: rotateZ(180deg) translatex(-50%);
}

.wolf-core-sd-flip {
  transform: scaleX(-1) translateZ(0) !important;
}

.wolf-core-sd-invert {
  transform: translatex(-50%) scaley(-1);
}

.wolf-core-sd-position-top {
  top: -1px;
  transform: rotate(-180deg);
}
.wolf-core-sd-position-top img,
.wolf-core-sd-position-top svg {
  top: 1px;
}

.wolf-core-sd-position-bottom {
  bottom: -1px;
}
.wolf-core-sd-position-bottom img,
.wolf-core-sd-position-bottom svg {
  bottom: -1px;
}

.wolf-core-sd-type-custom {
  background-repeat: repeat-x;
}
.wolf-core-sd-type-custom .wolf-core-sd-position-top {
  background-position: center top;
}
.wolf-core-sd-type-custom .wolf-core-sd-position-bottom {
  background-position: center bottom;
}

.wolf-core-row-inner-wrapper {
  position: relative;
  width: 100%;
}

.wolf-core-row-inner-wrapper-width-standard {
  max-width: 1140px;
  margin: 0 auto;
}

.wolf-core-row-inner-wrapper-width-small {
  max-width: 750px;
  margin: 0 auto;
}

.wolf-core-row-inner-content {
  width: 100%;
}

/* Inner row default bottom margin */
.wolf-core-row-inner {
  position: relative;
  padding-bottom: 35px;
}

.wolf-core-row .wolf-core-row-inner:last-child {
  padding-bottom: 0;
}

.wolf-core-row-inner-column-equal-height-yes .wolf-core-row-inner-content {
  align-items: stretch;
}
.wolf-core-row-inner-column-equal-height-yes .wolf-core-row-inner-content .wolf-core-column {
  align-self: center;
}
.wolf-core-row-inner-column-equal-height-yes .wolf-core-row-inner-content .wolf-core-column-container {
  height: 100%;
}

.wolf-core-column-bg-video-parallax,
.wolf-core-column-bg-effect-parallax,
.wolf-core-column-bg-transparent,
.wolf-core-column-bg-slideshow {
  background-color: transparent !important;
  background: none !important;
}

.wolf-core-column-inner {
  width: 100%;
  position: relative;
  z-index: 5;
}

.wolf-core-column-link-mask {
  display: block;
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wolf-core-column {
  position: static !important;
  width: 100%;
}

.wolf-core-column-container {
  z-index: 0;
  position: relative;
  display: flex;
  width: 100%;
}

.wolf-core-column-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* Default padding when background is there */
.wolf-core-column-has-fill {
  padding: 35px;
}

/* Box shadow style */
.wolf-core-column-style-box-shadow {
  padding: 30px;
  box-shadow: 0px 15px 33px 0 rgba(0, 0, 0, 0.14);
}

/* Boxed style */
.wolf-core-column-style-boxed {
  padding: 30px;
  transition: all 0.3s ease;
  transform: translateY(0);
}
.wolf-core-column-style-boxed:hover {
  transform: translateY(-4px);
}

/* Alignment */
.wolf-core-column-content-alignment-left .wolf-core-column-wrapper {
  margin-left: 0;
}

.wolf-core-column-content-alignment-right .wolf-core-column-wrapper {
  margin-right: 0;
}

/* Text Alignment */
.wolf-core-column-text-alignment-left {
  text-align: left;
}

.wolf-core-column-text-alignment-center {
  text-align: center;
}

.wolf-core-column-text-alignment-right {
  text-align: right;
}

/* Column content placement */
.wolf-core-row-column-equal-height- .wolf-core-column-content-placement-top,
.wolf-core-row-column-equal-height-no .wolf-core-column-content-placement-top {
  align-self: flex-start;
}
.wolf-core-row-column-equal-height- .wolf-core-column-content-placement-middle,
.wolf-core-row-column-equal-height-no .wolf-core-column-content-placement-middle {
  align-self: center;
}
.wolf-core-row-column-equal-height- .wolf-core-column-content-placement-bottom,
.wolf-core-row-column-equal-height-no .wolf-core-column-content-placement-bottom {
  align-self: flex-end;
}

.wolf-core-row-column-equal-height-yes .wolf-core-column-content-placement-top .wolf-core-column-inner,
.wolf-core-row-layout-block .wolf-core-column-content-placement-top .wolf-core-column-inner {
  align-self: flex-start;
}
.wolf-core-row-column-equal-height-yes .wolf-core-column-content-placement-middle .wolf-core-column-inner,
.wolf-core-row-layout-block .wolf-core-column-content-placement-middle .wolf-core-column-inner {
  align-self: center;
}
.wolf-core-row-column-equal-height-yes .wolf-core-column-content-placement-bottom .wolf-core-column-inner,
.wolf-core-row-layout-block .wolf-core-column-content-placement-bottom .wolf-core-column-inner {
  align-self: flex-end;
}

/* Default bottom margin on mobile */
.wolf-core-row-layout-column .wolf-core-column {
  margin-bottom: 35px;
}
.wolf-core-row-layout-column .wolf-core-column:last-child {
  margin-bottom: 0;
}

/* Block default */
.wolf-core-row-layout-block .wolf-core-column-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wolf-core-row-layout-block .wolf-core-row-inner {
  padding-bottom: 0;
}
.wolf-core-row-layout-block .wolf-core-column-wrapper {
  width: 92%;
}

@media screen and (max-width: 800px) {
  .wolf-core-row-layout-block .wolf-core-columns-container {
    min-height: 50px !important;
  }
}
.wolf-core-font-dark .wolf-core-column-style-boxed {
  background: #fff;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
}
.wolf-core-font-dark .wolf-core-column-style-boxed:hover {
  box-shadow: 0px 15px 33px 0 rgba(0, 0, 0, 0.14);
}

.wolf-core-font-light .wolf-core-column-style-boxed {
  background: #444;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.44);
}
.wolf-core-font-light .wolf-core-column-style-boxed:hover {
  box-shadow: 0px 15px 33px 0 rgba(0, 0, 0, 0.44);
}

@media screen and (max-width: 800px) {
  .wolf-core-row-mobile-reverse .wolf-core-columns-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .wolf-core-row-mobile-reverse
  .wolf-core-columns-container
  .wolf-core-element {
    margin-bottom: 35px;
  }
}
/**
 * @# VC Columns
 **/
.wolf-core-column-bg-video-parallax,
.wolf-core-column-bg-effect-parallax,
.wolf-core-column-bg-transparent,
.wolf-core-column-bg-slideshow {
  background-color: transparent !important;
  background: none !important;
}

.wolf-core-column-inner {
  width: 100%;
  position: relative;
  z-index: 5;
}

.wolf-core-column-link-mask {
  display: block;
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wolf-core-column {
  position: static !important;
  width: 100%;
}

.wolf-core-column-container {
  z-index: 0;
  position: relative;
  display: flex;
  width: 100%;
}

.wolf-core-column-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* Default padding when background is there */
.wolf-core-column-has-fill {
  padding: 35px;
}

/* Box shadow style */
.wolf-core-column-style-box-shadow {
  padding: 30px;
  box-shadow: 0px 15px 33px 0 rgba(0, 0, 0, 0.14);
}

/* Boxed style */
.wolf-core-column-style-boxed {
  padding: 30px;
  transition: all 0.3s ease;
  transform: translateY(0);
}
.wolf-core-column-style-boxed:hover {
  transform: translateY(-4px);
}

/* Alignment */
.wolf-core-column-content-alignment-left .wolf-core-column-wrapper {
  margin-left: 0;
}

.wolf-core-column-content-alignment-right .wolf-core-column-wrapper {
  margin-right: 0;
}

/* Text Alignment */
.wolf-core-column-text-alignment-left {
  text-align: left;
}

.wolf-core-column-text-alignment-center {
  text-align: center;
}

.wolf-core-column-text-alignment-right {
  text-align: right;
}

/* Column content placement */
.wolf-core-row-column-equal-height- .wolf-core-column-content-placement-top,
.wolf-core-row-column-equal-height-no .wolf-core-column-content-placement-top {
  align-self: flex-start;
}
.wolf-core-row-column-equal-height- .wolf-core-column-content-placement-middle,
.wolf-core-row-column-equal-height-no .wolf-core-column-content-placement-middle {
  align-self: center;
}
.wolf-core-row-column-equal-height- .wolf-core-column-content-placement-bottom,
.wolf-core-row-column-equal-height-no .wolf-core-column-content-placement-bottom {
  align-self: flex-end;
}

.wolf-core-row-column-equal-height-yes .wolf-core-column-content-placement-top .wolf-core-column-inner,
.wolf-core-row-layout-block .wolf-core-column-content-placement-top .wolf-core-column-inner {
  align-self: flex-start;
}
.wolf-core-row-column-equal-height-yes .wolf-core-column-content-placement-middle .wolf-core-column-inner,
.wolf-core-row-layout-block .wolf-core-column-content-placement-middle .wolf-core-column-inner {
  align-self: center;
}
.wolf-core-row-column-equal-height-yes .wolf-core-column-content-placement-bottom .wolf-core-column-inner,
.wolf-core-row-layout-block .wolf-core-column-content-placement-bottom .wolf-core-column-inner {
  align-self: flex-end;
}

/* Default bottom margin on mobile */
.wolf-core-row-layout-column .wolf-core-column {
  margin-bottom: 35px;
}
.wolf-core-row-layout-column .wolf-core-column:last-child {
  margin-bottom: 0;
}

/* Block default */
.wolf-core-row-layout-block .wolf-core-column-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wolf-core-row-layout-block .wolf-core-row-inner {
  padding-bottom: 0;
}
.wolf-core-row-layout-block .wolf-core-column-wrapper {
  width: 92%;
}

@media screen and (max-width: 800px) {
  .wolf-core-row-layout-block .wolf-core-columns-container {
    min-height: 50px !important;
  }
}
.wolf-core-font-dark .wolf-core-column-style-boxed {
  background: #fff;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
}
.wolf-core-font-dark .wolf-core-column-style-boxed:hover {
  box-shadow: 0px 15px 33px 0 rgba(0, 0, 0, 0.14);
}

.wolf-core-font-light .wolf-core-column-style-boxed {
  background: #444;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.44);
}
.wolf-core-font-light .wolf-core-column-style-boxed:hover {
  box-shadow: 0px 15px 33px 0 rgba(0, 0, 0, 0.44);
}

.fa-1x {
  font-size: 1.4em;
}

.fa-stack {
  width: 2em !important;
}

/* Global layout */
.wvc-icon-box {
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.wvc-icon-box .wvc-text-danger {
  color: #a94442;
}
.wvc-icon-box p {
  margin: 0 auto;
  font-size: 14px;
  max-width: 450px;
}
.wvc-icon-box.wvc-text-left p {
  margin-left: 0;
}
.wvc-icon-box.wvc-text-right p {
  margin-left: 0;
}
.wvc-icon-box .fa {
  height: 100%;
}
.wvc-icon-box .fa:before {
  line-height: inherit;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.wvc-icon-box.wvc-icon-position-left .fa:before, .wvc-icon-box.wvc-icon-position-right .fa:before, .wvc-icon-box.wvc-icon-position-left_from_title .fa:before, .wvc-icon-box.wvc-icon-position-right_from_title .fa:before, .wvc-icon-box.wvc-icon-background-style-none .fa:before {
  position: static;
  top: 0;
  transform: translate3d(0, 0, 0);
}

.wvc-image-icon {
  vertical-align: middle;
}

.wvc-icon-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  display: block;
}

.wvc-icon-container {
  position: relative;
  line-height: inherit;
}

.wvc-vivus {
  visibility: hidden;
}

/* Sizes */
.wvc-icon-box-tiny .wvc-image-icon,
.wvc-icon-box-tiny .wvc-svg-icon svg {
  max-width: 16px;
}
.wvc-icon-box-tiny .wvc-icon-background-style-none .wvc-icon:before {
  top: 3px;
}

.wvc-icon-box-small .fa {
  line-height: 60px;
}
.wvc-icon-box-small .wvc-image-icon,
.wvc-icon-box-small .wvc-svg-icon svg {
  max-width: 32px;
}

.wvc-icon-box-medium .fa {
  line-height: 90px;
}
.wvc-icon-box-medium .wvc-image-icon,
.wvc-icon-box-medium .wvc-svg-icon svg {
  max-width: 48px;
}

.wvc-icon-box-large .fa {
  line-height: 120px;
}
.wvc-icon-box-large .wvc-image-icon,
.wvc-icon-box-large .wvc-svg-icon svg {
  max-width: 64px;
}

.wvc-icon-box-very-large .fa {
  line-height: 150px;
}
.wvc-icon-box-very-large .wvc-image-icon,
.wvc-icon-box-very-large .wvc-svg-icon svg {
  max-width: 80px;
}

/* Border */
.wvc-icon-container {
  border: 2px solid;
}

/* No background */
.wvc-social-icon.wvc-icon-background-style-none .wvc-icon-container,
.wvc-icon-box.wvc-icon-background-style-none .wvc-icon-container {
  background: transparent !important;
  border: none !important;
  box-shadow: inset 0 0 0 0 transparent !important;
  width: auto;
}
.wvc-social-icon.wvc-icon-background-style-none.wvc-icon-box-tiny .wvc-icon-holder,
.wvc-icon-box.wvc-icon-background-style-none.wvc-icon-box-tiny .wvc-icon-holder {
  margin-bottom: 10px;
}
.wvc-social-icon.wvc-icon-background-style-none.wvc-icon-box-small .wvc-icon-holder,
.wvc-icon-box.wvc-icon-background-style-none.wvc-icon-box-small .wvc-icon-holder {
  margin-bottom: 16px;
}

.wvc-icon-background-style-none.wvc-icon-position-top .wvc-icon-text-holder {
  margin-top: 0;
}

.wvc-icon-box:not(.wvc-icon-background-style-none),
.wvc-social-icon:not(.wvc-icon-background-style-none) {
  /* Icon adjustment */
}
.wvc-icon-box:not(.wvc-icon-background-style-none) .fa,
.wvc-social-icon:not(.wvc-icon-background-style-none) .fa {
  top: -1px;
  left: -0.5px;
}
.wvc-icon-box:not(.wvc-icon-background-style-none) .socicon-youtube,
.wvc-social-icon:not(.wvc-icon-background-style-none) .socicon-youtube {
  top: 0;
}

/* Default icon color when a background is set */
/* Round */
.wvc-icon-background-style-rounded .fa-stack,
.wvc-icon-background-style-rounded-outline .fa-stack {
  border-radius: 999em;
}

/* Rounded */
.wvc-icon-background-style-rounded-less .fa-stack,
.wvc-icon-background-style-rounded-less .wvc-icon-background-fill,
.wvc-icon-background-style-rounded-less-outline .fa-stack,
.wvc-icon-background-style-rounded-less-outline .wvc-icon-background-fill {
  border-radius: 3px;
}
.wvc-icon-background-style-rounded-less .fa-stack-4x.fa-stack,
.wvc-icon-background-style-rounded-less .fa-stack-4x .wvc-icon-background-fill,
.wvc-icon-background-style-rounded-less-outline .fa-stack-4x.fa-stack,
.wvc-icon-background-style-rounded-less-outline .fa-stack-4x .wvc-icon-background-fill {
  border-radius: 4px;
}
.wvc-icon-background-style-rounded-less .fa-stack-5x.fa-stack,
.wvc-icon-background-style-rounded-less .fa-stack-5x .wvc-icon-background-fill,
.wvc-icon-background-style-rounded-less-outline .fa-stack-5x.fa-stack,
.wvc-icon-background-style-rounded-less-outline .fa-stack-5x .wvc-icon-background-fill {
  border-radius: 5px;
}

/* Outline */
.wvc-icon-background-style-rounded-outline .wvc-icon-container,
.wvc-icon-background-style-boxed-outline .wvc-icon-container,
.wvc-icon-background-style-rounded-less-outline .wvc-icon-container {
  background-color: transparent !important;
}

/* Ban */
.wvc-icon-background-style-ban .wvc-icon-container {
  background-color: transparent !important;
  border: none !important;
}

/* Position */
.wvc-icon-position-top {
  text-align: center;
}
.wvc-icon-position-top .wvc-image-icon {
  margin: 0 auto 15px;
}
.wvc-icon-position-top.wvc-icon-box-tiny .wvc-image-icon {
  margin: 0 auto 5px;
}
.wvc-icon-position-top.wvc-icon-box-small .wvc-image-icon {
  margin: 0 auto 8px;
}
.wvc-icon-position-top.wvc-icon-box-large .wvc-image-icon {
  margin: 0 auto 12px;
}
.wvc-icon-position-top.wvc-icon-box-very-large .wvc-image-icon {
  margin: 0 auto 15px;
}
.wvc-icon-position-top .wvc-icon-text-holder {
  display: block;
  margin-top: 28px;
}
.wvc-icon-position-top.wvc-background-style-none .wvc-icon-text-holder {
  margin-top: 0;
}
.wvc-icon-position-top.wvc-text-left .wvc-image-icon {
  margin-left: 0;
}
.wvc-icon-position-top.wvc-text-right .wvc-image-icon {
  margin-right: 0;
}

.wvc-icon-position-left,
.wvc-icon-position-right {
  display: flex;
}
.wvc-icon-position-left .wvc-icon-holder,
.wvc-icon-position-left .wvc-icon-text-holder,
.wvc-icon-position-right .wvc-icon-holder,
.wvc-icon-position-right .wvc-icon-text-holder {
  display: flex;
  align-self: flex-start;
}
.wvc-icon-position-left .wvc-icon-container,
.wvc-icon-position-right .wvc-icon-container {
  align-self: flex-start;
}
.wvc-icon-position-left .wvc-icon-title,
.wvc-icon-position-right .wvc-icon-title {
  margin-bottom: 0;
  line-height: 1.8;
}

.wvc-icon-position-left .wvc-icon-holder {
  float: left;
  padding-right: 28px;
}
.wvc-icon-position-left .wvc-icon-text-holder {
  text-align: left;
}

.wvc-icon-position-right .wvc-icon-holder {
  float: right;
  padding-left: 28px;
}
.wvc-icon-position-right .wvc-icon-text-holder {
  flex-direction: row-reverse;
  text-align: right;
}

.wvc-icon-position-left_from_title .wvc-icon-title-holder {
  display: table;
}
.wvc-icon-position-left_from_title p {
  margin-left: 0;
}
.wvc-icon-position-left_from_title .wvc-icon-holder,
.wvc-icon-position-left_from_title .wvc-icon-title {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  float: none;
}
.wvc-icon-position-left_from_title .wvc-icon-holder {
  padding-right: 28px;
  width: auto !important;
}

.wvc-icon-position-right_from_title p {
  clear: both;
  text-align: right;
  float: right;
}
.wvc-icon-position-right_from_title .wvc-icon-title-holder {
  float: right;
  display: table;
}
.wvc-icon-position-right_from_title .wvc-icon-holder,
.wvc-icon-position-right_from_title .wvc-icon-title {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  float: none;
}
.wvc-icon-position-right_from_title .wvc-icon-holder {
  padding-left: 28px;
  width: auto !important;
}

.wvc-icon-position-right_from_title .wvc-icon-title-holder,
.wvc-icon-position-left_from_title .wvc-icon-title-holder {
  margin-bottom: 1em;
}
.wvc-icon-position-right_from_title.wvc-icon-background-style-none .wvc-icon-title-holder,
.wvc-icon-position-left_from_title.wvc-icon-background-style-none .wvc-icon-title-holder {
  margin-bottom: 0;
}

/* Dark font */
.wvc-font-dark .wvc-icon-text-inner p {
  color: #333;
}

/* Light font */
.wvc-font-light .wvc-icon-text-inner p {
  color: #fff;
}

/* Hover effect */
.wvc-icon-hover-none .wvc-icon-container,
.wvc-icon-hover-none .wvc-icon-container:hover {
  opacity: 1 !important;
}

.wvc-icon-hover-none:not(.wvc-icon-background-style-none):not(.wvc-icon-background-style-rounded-outline):not(.wvc-icon-background-style-boxed-outline):not(.wvc-icon-background-style-rounded-less-outline) .wvc-icon,
.wvc-icon-hover-opacity:not(.wvc-icon-background-style-none):not(.wvc-icon-background-style-rounded-outline):not(.wvc-icon-background-style-boxed-outline):not(.wvc-icon-background-style-rounded-less-outline) .wvc-icon {
  color: #fff !important;
}
.wvc-icon-hover-none:not(.wvc-icon-background-style-none):not(.wvc-icon-background-style-rounded-outline):not(.wvc-icon-background-style-boxed-outline):not(.wvc-icon-background-style-rounded-less-outline) .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-none:not(.wvc-icon-background-style-none):not(.wvc-icon-background-style-rounded-outline):not(.wvc-icon-background-style-boxed-outline):not(.wvc-icon-background-style-rounded-less-outline) .wvc-icon-background-color-lightergrey .wvc-icon,
.wvc-icon-hover-opacity:not(.wvc-icon-background-style-none):not(.wvc-icon-background-style-rounded-outline):not(.wvc-icon-background-style-boxed-outline):not(.wvc-icon-background-style-rounded-less-outline) .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-opacity:not(.wvc-icon-background-style-none):not(.wvc-icon-background-style-rounded-outline):not(.wvc-icon-background-style-boxed-outline):not(.wvc-icon-background-style-rounded-less-outline) .wvc-icon-background-color-lightergrey .wvc-icon {
  color: #333 !important;
}

.wvc-icon-hover-opacity .wvc-icon-container {
  transition: opacity 0.3s;
}
.wvc-icon-hover-opacity:hover .wvc-icon-container {
  opacity: 0.66;
}

.wvc-icon-hover-fill .wvc-icon-container {
  transition: box-shadow 0.3s ease;
}
.wvc-icon-hover-fill .wvc-icon {
  transition: color 0.3s ease;
}
.wvc-icon-hover-fill .wvc-icon-container {
  background-color: transparent !important;
}
.wvc-icon-hover-fill.wvc-icon-background-style-rounded .wvc-icon-container, .wvc-icon-hover-fill.wvc-icon-background-style-boxed .wvc-icon-container, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less .wvc-icon-container {
  border: none;
  box-shadow: inset 0 0 0 1em;
}
.wvc-icon-hover-fill.wvc-icon-background-style-rounded .wvc-icon-container:not(:hover) .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-boxed .wvc-icon-container:not(:hover) .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less .wvc-icon-container:not(:hover) .wvc-icon {
  color: #fff;
}
.wvc-icon-hover-fill.wvc-icon-background-style-rounded .wvc-icon-container:not(:hover).wvc-icon-background-color-white .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-rounded .wvc-icon-container:not(:hover).wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-boxed .wvc-icon-container:not(:hover).wvc-icon-background-color-white .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-boxed .wvc-icon-container:not(:hover).wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less .wvc-icon-container:not(:hover).wvc-icon-background-color-white .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less .wvc-icon-container:not(:hover).wvc-icon-background-color-lightergrey .wvc-icon {
  color: #333;
}
.wvc-icon-hover-fill.wvc-icon-background-style-rounded .wvc-icon-container:hover, .wvc-icon-hover-fill.wvc-icon-background-style-boxed .wvc-icon-container:hover, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less .wvc-icon-container:hover {
  box-shadow: inset 0 0 0 2px;
}
.wvc-icon-hover-fill.wvc-icon-background-style-rounded-outline .wvc-icon-container, .wvc-icon-hover-fill.wvc-icon-background-style-boxed-outline .wvc-icon-container, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less-outline .wvc-icon-container {
  border: none;
  box-shadow: inset 0 0 0 2px;
}
.wvc-icon-hover-fill.wvc-icon-background-style-rounded-outline .wvc-icon-container:hover, .wvc-icon-hover-fill.wvc-icon-background-style-boxed-outline .wvc-icon-container:hover, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less-outline .wvc-icon-container:hover {
  box-shadow: inset 0 0 0 1em;
}
.wvc-icon-hover-fill.wvc-icon-background-style-rounded-outline .wvc-icon-container:hover .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-boxed-outline .wvc-icon-container:hover .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less-outline .wvc-icon-container:hover .wvc-icon {
  color: #fff;
}
.wvc-icon-hover-fill.wvc-icon-background-style-rounded-outline .wvc-icon-container:hover.wvc-icon-background-color-white .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-outline .wvc-icon-container:hover.wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-boxed-outline .wvc-icon-container:hover.wvc-icon-background-color-white .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-boxed-outline .wvc-icon-container:hover.wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less-outline .wvc-icon-container:hover.wvc-icon-background-color-white .wvc-icon, .wvc-icon-hover-fill.wvc-icon-background-style-rounded-less-outline .wvc-icon-container:hover.wvc-icon-background-color-lightergrey .wvc-icon {
  color: #333;
}

.wvc-icon-hover-border-inset .wvc-icon-container {
  background-color: transparent;
}
.wvc-icon-hover-border-inset .wvc-icon {
  position: relative;
  transition: color 0.3s;
  z-index: 1;
}
.wvc-icon-hover-border-inset .wvc-icon-background-fill {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: 0;
  transition: transform 0.2s, opacity 0.2s;
}
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded .wvc-icon-background-fill, .wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-outline .wvc-icon-background-fill {
  border-radius: 999em;
}
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded .wvc-icon, .wvc-icon-hover-border-inset.wvc-icon-background-style-boxed .wvc-icon, .wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-less .wvc-icon {
  color: #fff;
}
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded .wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-border-inset.wvc-icon-background-style-boxed .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-border-inset.wvc-icon-background-style-boxed .wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-less .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-less .wvc-icon-background-color-lightergrey .wvc-icon {
  color: #333;
}
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-outline .wvc-icon-container .wvc-icon-background-fill, .wvc-icon-hover-border-inset.wvc-icon-background-style-boxed-outline .wvc-icon-container .wvc-icon-background-fill, .wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-less-outline .wvc-icon-container .wvc-icon-background-fill {
  opacity: 0;
}
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-outline .wvc-icon-container:hover .wvc-icon-background-fill, .wvc-icon-hover-border-inset.wvc-icon-background-style-boxed-outline .wvc-icon-container:hover .wvc-icon-background-fill, .wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-less-outline .wvc-icon-container:hover .wvc-icon-background-fill {
  opacity: 1;
}
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-outline .wvc-icon-container:hover .wvc-icon, .wvc-icon-hover-border-inset.wvc-icon-background-style-boxed-outline .wvc-icon-container:hover .wvc-icon, .wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-less-outline .wvc-icon-container:hover .wvc-icon {
  color: #fff;
}
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-outline .wvc-icon-container:hover .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-outline .wvc-icon-container:hover .wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-border-inset.wvc-icon-background-style-boxed-outline .wvc-icon-container:hover .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-border-inset.wvc-icon-background-style-boxed-outline .wvc-icon-container:hover .wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-less-outline .wvc-icon-container:hover .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-border-inset.wvc-icon-background-style-rounded-less-outline .wvc-icon-container:hover .wvc-icon-background-color-lightergrey .wvc-icon {
  color: #333;
}
.wvc-icon-hover-border-inset .wvc-icon-container:hover .wvc-icon-background-fill {
  transform: scale(0.85);
}

.wvc-icon-hover-pop .wvc-icon-container {
  background-color: transparent;
}
.wvc-icon-hover-pop .wvc-icon {
  position: relative;
  transition: color 0.3s;
  z-index: 1;
}
.wvc-icon-hover-pop .wvc-icon-background-fill {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: 0;
  transition: transform 0.2s, opacity 0.2s;
}
.wvc-icon-hover-pop.wvc-icon-background-style-rounded .wvc-icon-background-fill, .wvc-icon-hover-pop.wvc-icon-background-style-rounded-outline .wvc-icon-background-fill {
  border-radius: 999em;
}
.wvc-icon-hover-pop.wvc-icon-background-style-rounded .wvc-icon:not(:hover), .wvc-icon-hover-pop.wvc-icon-background-style-boxed .wvc-icon:not(:hover), .wvc-icon-hover-pop.wvc-icon-background-style-rounded-less .wvc-icon:not(:hover) {
  color: #fff;
}
.wvc-icon-hover-pop.wvc-icon-background-style-rounded .wvc-icon-background-color-white .wvc-icon:not(:hover),
.wvc-icon-hover-pop.wvc-icon-background-style-rounded .wvc-icon-background-color-lightergrey .wvc-icon:not(:hover), .wvc-icon-hover-pop.wvc-icon-background-style-boxed .wvc-icon-background-color-white .wvc-icon:not(:hover),
.wvc-icon-hover-pop.wvc-icon-background-style-boxed .wvc-icon-background-color-lightergrey .wvc-icon:not(:hover), .wvc-icon-hover-pop.wvc-icon-background-style-rounded-less .wvc-icon-background-color-white .wvc-icon:not(:hover),
.wvc-icon-hover-pop.wvc-icon-background-style-rounded-less .wvc-icon-background-color-lightergrey .wvc-icon:not(:hover) {
  color: #333;
}
.wvc-icon-hover-pop.wvc-icon-background-style-rounded:hover .wvc-icon-background-fill, .wvc-icon-hover-pop.wvc-icon-background-style-boxed:hover .wvc-icon-background-fill, .wvc-icon-hover-pop.wvc-icon-background-style-rounded-less:hover .wvc-icon-background-fill {
  transform: scale(1.3);
  opacity: 0;
}
.wvc-icon-hover-pop.wvc-icon-background-style-rounded-outline .wvc-icon-background-fill, .wvc-icon-hover-pop.wvc-icon-background-style-boxed-outline .wvc-icon-background-fill, .wvc-icon-hover-pop.wvc-icon-background-style-rounded-less-outline .wvc-icon-background-fill {
  opacity: 0;
  transform: scale(1.3);
}
.wvc-icon-hover-pop.wvc-icon-background-style-rounded-outline:hover .wvc-icon-background-fill, .wvc-icon-hover-pop.wvc-icon-background-style-boxed-outline:hover .wvc-icon-background-fill, .wvc-icon-hover-pop.wvc-icon-background-style-rounded-less-outline:hover .wvc-icon-background-fill {
  transform: scale(1);
  opacity: 1;
}
.wvc-icon-hover-pop.wvc-icon-background-style-rounded-outline:hover .wvc-icon, .wvc-icon-hover-pop.wvc-icon-background-style-boxed-outline:hover .wvc-icon, .wvc-icon-hover-pop.wvc-icon-background-style-rounded-less-outline:hover .wvc-icon {
  color: #fff;
}
.wvc-icon-hover-pop.wvc-icon-background-style-rounded-outline:hover .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-pop.wvc-icon-background-style-rounded-outline:hover .wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-pop.wvc-icon-background-style-boxed-outline:hover .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-pop.wvc-icon-background-style-boxed-outline:hover .wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-pop.wvc-icon-background-style-rounded-less-outline:hover .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-pop.wvc-icon-background-style-rounded-less-outline:hover .wvc-icon-background-color-lightergrey .wvc-icon {
  color: #333;
}

.wvc-icon-hover-rotate .wvc-icon:hover {
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wvc-icon-hover-sonar .wvc-icon-container {
  transition: transform ease-out 0.1s, background 0.2s;
}
.wvc-icon-hover-sonar .wvc-icon-background-fill {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  box-sizing: content-box;
}
.wvc-icon-hover-sonar.wvc-icon-background-style-rounded .wvc-icon-background-fill, .wvc-icon-hover-sonar.wvc-icon-background-style-rounded-outline .wvc-icon-background-fill {
  border-radius: 999em;
}
.wvc-icon-hover-sonar.wvc-icon-background-style-rounded .wvc-icon, .wvc-icon-hover-sonar.wvc-icon-background-style-boxed .wvc-icon, .wvc-icon-hover-sonar.wvc-icon-background-style-rounded-less .wvc-icon {
  color: #fff;
}
.wvc-icon-hover-sonar.wvc-icon-background-style-rounded .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-sonar.wvc-icon-background-style-rounded .wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-sonar.wvc-icon-background-style-boxed .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-sonar.wvc-icon-background-style-boxed .wvc-icon-background-color-lightergrey .wvc-icon, .wvc-icon-hover-sonar.wvc-icon-background-style-rounded-less .wvc-icon-background-color-white .wvc-icon,
.wvc-icon-hover-sonar.wvc-icon-background-style-rounded-less .wvc-icon-background-color-lightergrey .wvc-icon {
  color: #333;
}
.wvc-icon-hover-sonar .wvc-icon-container:hover {
  transform: scale(0.93);
}
.wvc-icon-hover-sonar .wvc-icon-container:hover .wvc-icon-background-fill {
  animation: sonarEffect 1.3s infinite ease-out 75ms;
}

.wvc-font-dark .wvc-icon-hover-sonar .wvc-icon-container:hover .wvc-icon-background-fill {
  animation: sonarEffectDark 1.3s infinite ease-out 75ms;
}

.wvc-font-light .wvc-icon-hover-sonar .wvc-icon-container:hover .wvc-icon-background-fill {
  animation: sonarEffectLight 1.3s infinite ease-out 75ms;
}

@keyframes sonarEffectDark {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffectLight {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Line icon adjustment */
.wvc-icon-box .fa-stack-1x.line-icon-paperplane,
.wvc-icon-box .fa-stack-2x.line-icon-paperplane,
.wvc-icon-box .fa-stack-3x.line-icon-paperplane,
.wvc-icon-box .fa-stack-4x.line-icon-paperplane {
  left: -3px;
  top: -2px;
}

.wvc-font-dark .wvc-svg-icon * {
  stroke: #333;
}

.wvc-font-light .wvc-svg-icon * {
  stroke: #fff;
}

/* Specifi icon adjustment */
.socicon-youtube:before {
  position: relative;
}

@media screen and (min-width: 800px) {
  .wvc-icon-container-alignment-left .wvc-icon-title-holder {
    margin-left: 0;
    margin-right: auto;
  }

  .wvc-icon-container-alignment-center .wvc-icon-title-holder {
    margin: 0 auto;
  }

  .wvc-icon-container-alignment-right .wvc-icon-title-holder {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 500px) and (max-width: 800px) {
  .wolf-core-columns-container-4-cols .wolf-core-col-3,
  .wolf-core-columns-container-4-cols .wolf-core-col-2,
  .wolf-core-columns-container-6-cols .wolf-core-col-3,
  .wolf-core-columns-container-6-cols .wolf-core-col-2 {
    display: inline-flex;
    width: 50%;
  }

  .wolf-core-row-layout-column .wolf-core-columns-container-4-cols .wolf-core-col-3 {
    padding: 0 17px;
  }
  .wolf-core-row-layout-column .wolf-core-columns-container-4-cols .wolf-core-col-3:nth-child(2n + 1) {
    padding-left: 0;
  }
  .wolf-core-row-layout-column .wolf-core-columns-container-4-cols .wolf-core-col-3:nth-child(2n + 0) {
    padding-right: 0;
  }
  .wolf-core-row-layout-column .wolf-core-columns-container-6-cols .wolf-core-col-2 {
    padding: 0 17px;
  }
  .wolf-core-row-layout-column .wolf-core-columns-container-6-cols .wolf-core-col-2:nth-child(2n + 1) {
    padding-left: 0;
  }
  .wolf-core-row-layout-column .wolf-core-columns-container-6-cols .wolf-core-col-2:nth-child(2n + 0) {
    padding-right: 0;
  }
}
@media screen and (min-width: 800px) {
  /**
   * Grid
   */
  /* Flex layout */
  .wolf-core-row,
  .wolf-core-row-inner-content,
  .wolf-core-column-inner {
    display: flex;
    width: 100%;
  }

  .wolf-core-row-content {
    width: 100%;
    height: auto;
    display: flex;
  }

  .wolf-core-columns-container {
    width: 100%;
    height: auto;
    display: flex;
  }

  .wolf-core-row-full-height .wolf-core-row-content,
  .wolf-core-row-full-height .wolf-core-columns-container,
  .wolf-core-row-min-height .wolf-core-row-content,
  .wolf-core-row-min-height .wolf-core-columns-container {
    display: flex;
  }
  .wolf-core-row-full-height.wolf-core-row-layout-block .wolf-core-column,
  .wolf-core-row-min-height.wolf-core-row-layout-block .wolf-core-column {
    height: 100%;
  }
  .wolf-core-row-full-height > .wolf-core-row-wrapper > .wolf-core-row-content,
  .wolf-core-row-min-height > .wolf-core-row-wrapper > .wolf-core-row-content {
    height: 100%;
  }
  .wolf-core-row-full-height > .wolf-core-row-wrapper > .wolf-core-row-content .wolf-core-columns-container,
  .wolf-core-row-min-height > .wolf-core-row-wrapper > .wolf-core-row-content .wolf-core-columns-container {
    height: 100%;
  }
  .wolf-core-row-full-height .wolf-core-row-column-equal-height-yes .wolf-core-row-wrapper, .wolf-core-row-full-height .wolf-core-row-column-equal-height-yes.wolf-core-row-wrapper,
  .wolf-core-row-min-height .wolf-core-row-column-equal-height-yes .wolf-core-row-wrapper,
  .wolf-core-row-min-height .wolf-core-row-column-equal-height-yes.wolf-core-row-wrapper {
    align-self: stretch;
  }
  .wolf-core-row-full-height .wolf-core-row-column-equal-height-yes .wolf-core-column,
  .wolf-core-row-full-height .wolf-core-row-column-equal-height-yes .wolf-core-column-container,
  .wolf-core-row-min-height .wolf-core-row-column-equal-height-yes .wolf-core-column,
  .wolf-core-row-min-height .wolf-core-row-column-equal-height-yes .wolf-core-column-container {
    height: 100%;
  }

  /* Equal height */
  .wolf-core-row-column-equal-height-yes .wolf-core-column,
  .wolf-core-row-column-equal-height-yes .wolf-core-column-container {
    height: 100%;
  }

  /* Bocks */
  .wolf-core-row-layout-block .wolf-core-column-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wolf-core-row-layout-block .wolf-core-column-container {
    height: 100%;
    display: flex;
  }
  .wolf-core-row-layout-block .wolf-core-column-wrapper {
    width: 100%;
  }
  .wolf-core-row-layout-block .wolf-core-column-container {
    padding: 4em;
  }
  .wolf-core-row-layout-block .wolf-core-column-container .wolf-core-column-wrapper {
    max-width: 600px;
  }
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container {
    padding: 0;
    min-height: 1px;
  }
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container .wolf-core-column-wrapper,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container img,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container iframe,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container embed,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container object,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container video {
    max-width: 100%;
    margin: 0 !important;
  }
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container .fluid-video,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container .wolf-core-fluid-video,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container .wolf-jplayer-playlist,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container .wpm-playlist,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container .gist .gist-file,
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container .wolf-core-youtube-container {
    margin-bottom: 0 !important;
  }
  .wolf-core-row-layout-block .wolf-core-column-content-type-block-media > .wolf-core-column-container .wpb-video-bg {
    max-width: none;
  }

  .wolf-core-row-layout-block .wolf-core-column {
    height: 100%;
  }

  /* Inner Row Equal Height */
  .wolf-core-row-inner-column-equal-height-yes.wolf-core-row-inner-wrapper {
    display: flex;
  }

  .wolf-core-row-inner.wolf-core-row-min-height > .wolf-core-row-inner-column-equal-height-yes .wolf-core-row-inner-content .wolf-core-column {
    align-self: stretch;
  }

  .wolf-core-col-12 {
    margin: 0 0 0 0;
    width: 100% !important;
  }

  .wolf-core-row-layout-column
  > .wolf-core-row-wrapper
  > .wolf-core-row-content
  > .wolf-core-columns-container
  > .wolf-core-col-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Grid */
  /* Column layout default */
  .wolf-core-row-layout-column .wolf-core-row-content {
    width: calc(100% + 35px);
    margin-left: -17.5px;
  }
  .wolf-core-row-layout-column .wolf-core-columns-container .wolf-core-column {
    margin: 0 17.5px;
  }

  .wvc_rtl-columns-reverse .wolf-core-columns-container {
    flex-direction: row-reverse;
  }

  .wolf-core-col-1 {
    width: 8.33333%;
  }

  .wolf-core-row-layout-column .wolf-core-col-1 {
    width: calc(8.33333% - 35px);
  }

  .wolf-core-col-2 {
    width: 16.66667%;
  }

  .wolf-core-row-layout-column .wolf-core-col-2 {
    width: calc(16.66667% - 35px);
  }

  .wolf-core-col-3 {
    width: 25%;
  }

  .wolf-core-row-layout-column .wolf-core-col-3 {
    width: calc(25% - 35px);
  }

  .wolf-core-col-4 {
    width: 33.33333%;
  }

  .wolf-core-row-layout-column .wolf-core-col-4 {
    width: calc(33.33333% - 35px);
  }

  .wolf-core-col-5 {
    width: 41.66667%;
  }

  .wolf-core-row-layout-column .wolf-core-col-5 {
    width: calc(41.66667% - 35px);
  }

  .wolf-core-col-6 {
    width: 50%;
  }

  .wolf-core-row-layout-column .wolf-core-col-6 {
    width: calc(50% - 35px);
  }

  .wolf-core-col-7 {
    width: 58.33333%;
  }

  .wolf-core-row-layout-column .wolf-core-col-7 {
    width: calc(58.33333% - 35px);
  }

  .wolf-core-col-8 {
    width: 66.66667%;
  }

  .wolf-core-row-layout-column .wolf-core-col-8 {
    width: calc(66.66667% - 35px);
  }

  .wolf-core-col-9 {
    width: 75%;
  }

  .wolf-core-row-layout-column .wolf-core-col-9 {
    width: calc(75% - 35px);
  }

  .wolf-core-col-10 {
    width: 83.33333%;
  }

  .wolf-core-row-layout-column .wolf-core-col-10 {
    width: calc(83.33333% - 35px);
  }

  .wolf-core-col-11 {
    width: 91.66667%;
  }

  .wolf-core-row-layout-column .wolf-core-col-11 {
    width: calc(91.66667% - 35px);
  }

  /* 1/5 */
  .wolf-core-col-15 {
    width: 20%;
  }

  .wolf-core-row-layout-column .wolf-core-col-15 {
    width: calc(20% - 35px);
  }

  /* 3/5 */
  .wolf-core-col-35 {
    width: 60%;
  }

  .wolf-core-row-layout-column .wolf-core-col-35 {
    width: calc(60% - 35px);
  }
}
/* Fix date format too big */
.we-date-format-custom {
  width: 35px;
}

/* Fix product variation border */
table.variations th.label {
  border: none;
}

/* Hide social icons in menu on mobile */
.mobile-screen #mobile-bar .wvc-socials-container,
.mobile-screen #mobile-bar .wolf-core-socials-container {
  display: none !important;
}

/* Mobile bar wrapper width */
#mobile-bar .flex-mobile-wrap {
  width: 100% !important;
}

/* Variation swatch width */
.swatch {
  width: 30px !important;
  height: 30px !important;
}

i.fab.fa-twitter,
i.fab.fa-x {
  cursor: pointer;
  color: inherit;
  margin: 0 auto;
}

.fa-twitter:before {
  display: none;
}

.fa-twitter svg {
  position: relative;
  cursor: pointer;
}

.fa-1x .fa-twitter svg {
  top: 2px;
}

.fa-2x .fa-twitter svg {
  top: 2px;
}

.fa-3x .fa-twitter svg {
  top: 5px;
}

.fa-4x .fa-twitter svg {
  top: 6px;
}

.fa-5x .fa-twitter svg {
  top: 6px;
}

/* Fix elementor scroll */
html {
  scroll-behavior: initial !important;
}

/* Fixes removed rules from Elementor (!!!) */
.elementor-background-video-hosted {
  object-fit: cover !important;
}
