@charset "UTF-8";
/*-------------------------------------------------------------
Project: Consultum Wordpress Theme
--------------------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?79295740");
  src: url("../fonts/fontello.eot?79295740#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?79295740") format("woff2"), url("../fonts/fontello.woff?79295740") format("woff"), url("../fonts/fontello.ttf?79295740") format("truetype"), url("../fonts/fontello.svg?79295740#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
.fontello {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-artificial-intelligence:before {
  content: '\e800'; }

/* '' */
.icon-chevron-down:before {
  content: '\e801'; }

/* '' */
.icon-coding:before {
  content: '\e802'; }

/* '' */
.icon-close:before {
  content: '\e803'; }

/* '' */
.icon-phone-stroke:before {
  content: '\e804'; }

/* '' */
.icon-menu:before {
  content: '\e805'; }

/* '' */
.icon-smartphone:before {
  content: '\e806'; }

/* '' */
.icon-phone-call-alter:before {
  content: '\e807'; }

/* '' */
.icon-at-symbol:before {
  content: '\e808'; }

/* '' */
.icon-location:before {
  content: '\e809'; }

/* '' */
.icon-burger-menu:before {
  content: '\e80a'; }

/* '' */
.icon-call:before {
  content: '\e80b'; }

/* '' */
.icon-check:before {
  content: '\e80c'; }

/* '' */
.icon-chevron-left:before {
  content: '\e80d'; }

/* '' */
.icon-edit:before {
  content: '\e80e'; }

/* '' */
.icon-computer-code:before {
  content: '\e80f'; }

/* '' */
.icon-pencil:before {
  content: '\e810'; }

/* '' */
.icon-quote-left:before {
  content: '\e811'; }

/* '' */
.icon-layers:before {
  content: '\e812'; }

/* '' */
.icon-play:before {
  content: '\e813'; }

/* '' */
.icon-chevron-up:before {
  content: '\e814'; }

/* '' */
.icon-send:before {
  content: '\e815'; }

/* '' */
.icon-vector:before {
  content: '\e816'; }

/* '' */
.icon-phone-settings:before {
  content: '\e817'; }

/* '' */
.icon-phone:before {
  content: '\e818'; }

/* '' */
.icon-verified:before {
  content: '\e819'; }

/* '' */
.icon-file:before {
  content: '\e81a'; }

/* '' */
.icon-search:before {
  content: '\e81b'; }

/* '' */
.icon-phone-call:before {
  content: '\e81c'; }

/* '' */
.icon-web-page:before {
  content: '\e81d'; }

/* '' */
.icon-web:before {
  content: '\e81e'; }

/* '' */
.icon-plus:before {
  content: '\e81f'; }

/* '' */
.icon-mac:before {
  content: '\e820'; }

/* '' */
.icon-text:before {
  content: '\e821'; }

/* '' */
.icon-debug:before {
  content: '\e822'; }

/* '' */
.icon-computer-success:before {
  content: '\e823'; }

/* '' */
.icon-chevron-right:before {
  content: '\e824'; }

/* '' */
.icon-sidebar:before {
  content: '\e825'; }

/* '' */
.icon-shopping-bag:before {
  content: '\e826'; }

/* '' */
.icon-menu-alter:before {
  content: '\e827'; }

/* '' */
.icon-eye:before {
  content: '\e828'; }

/* '' */
.icon-star-filled:before {
  content: '\e829'; }

/* '' */
.icon-th:before {
  content: '\e82a'; }

/* '' */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  font-size: 14px;
  margin: 5px;
  display: inline-block;
  cursor: pointer; }

.owl-theme .owl-nav [class*='owl-']:hover {
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 37px -13px 0;
  line-height: 0; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 13px 13px 0;
  cursor: pointer; }

.owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  border: solid 1px transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: none; }
  .owl-dots .owl-dot span:after {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    left: 50%;
    right: initial;
    top: 50%;
    margin: -2.5px 0 0 -2.5px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

/* SayIT Styles */
.sayit_owlCarousel.owl-carousel .owl-dot {
  border: rgba(255, 255, 255, 0) 2px solid;
  border-radius: 100%;
  transition: border 400ms;
  margin: 0 7px; }

.sayit_owlCarousel.owl-carousel .owl-dot.active {
  border: white 2px solid; }

.sayit_owlCarousel.owl-carousel .owl-dot {
  border: rgba(255, 255, 255, 0) 2px solid;
  border-radius: 100%; }

.sayit_owlCarousel.owl-carousel .owl-dot span {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: background 400ms;
  width: 6px;
  height: 6px;
  margin: 0; }

.sayit_owlCarousel.owl-carousel .owl-dot.active span {
  background: rgba(255, 255, 255, 0); }

.sayit_owlCarousel.owl-carousel .owl-dots {
  margin: 0 0 0 0 !important;
  position: relative;
  z-index: 5;
  transform: translateY(-46px); }

.owl-carousel {
  position: relative; }
  .owl-carousel.owl-theme .owl-nav {
    height: 50px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: -50px;
    right: -50px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
    z-index: 10; }
    .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
      width: 48px;
      height: 48px;
      margin: 0;
      padding: 0;
      position: absolute;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 0;
      border-radius: 0;
      text-decoration: none;
      outline: none;
      cursor: pointer;
      text-align: center;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border-style: solid;
      border-width: 1px; }
      .owl-carousel.owl-theme .owl-nav [class*="owl-"]:before {
        font: 400 normal 15px/48px 'fontello';
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
      .owl-carousel.owl-theme .owl-nav [class*="owl-"].disabled {
        cursor: default;
        opacity: .5; }
    .owl-carousel.owl-theme .owl-nav .owl-prev {
      left: 0;
      padding: 0 2px 0 0;
      right: initial; }
      .owl-carousel.owl-theme .owl-nav .owl-prev:before {
        content: '\e80d'; }
    .owl-carousel.owl-theme .owl-nav .owl-next {
      right: 0;
      padding: 0 0 0 2px;
      left: initial; }
      .owl-carousel.owl-theme .owl-nav .owl-next:before {
        content: '\e824'; }
    .owl-carousel.owl-theme .owl-nav.disabled {
      display: none; }

body .owl-carousel {
  display: block; }

@media only screen and (min-width: 992px) {
  .owl-carousel.owl-theme:hover .owl-nav {
    left: -70px;
    right: -70px;
    opacity: 1; } }
/*
 *  Owl Carousel - Slide Animations
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  right: initial;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  right: initial;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #cccccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  right: initial;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  left: initial;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  right: initial;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #ffffff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: initial;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  right: initial;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  right: initial;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #cccccc; }

.fancybox-button:hover {
  color: #ffffff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #ffffff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #cccccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #ffffff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  right: initial;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #ffffff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #ffffff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #dddddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  left: initial;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  content: '';
  border: 6px solid #ff5268;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    left: initial;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
    left: initial; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-angry:before {
  content: "\f556"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-circle:before {
  content: "\f111"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-edit:before {
  content: "\f044"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heart:before {
  content: "\f004"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-map:before {
  content: "\f279"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-sun:before {
  content: "\f185"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fa-ad:before {
  content: "\f641"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-award:before {
  content: "\f559"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-bug:before {
  content: "\f188"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-italic:before {
  content: "\f033"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-joint:before {
  content: "\f595"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-key:before {
  content: "\f084"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-male:before {
  content: "\f183"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-om:before {
  content: "\f679"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-server:before {
  content: "\f233"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-upload:before {
  content: "\f093"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-audible:before {
  content: "\f373"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-figma:before {
  content: "\f799"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-less:before {
  content: "\f41d"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sith:before {
  content: "\f512"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?169u1y");
  src: url("../fonts/icomoon.eot?169u1y#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?169u1y") format("truetype"), url("../fonts/icomoon.woff?169u1y") format("woff"), url("../fonts/icomoon.svg?169u1y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-clock:before {
  content: "\e909"; }

.icomoon-basket_check:before {
  content: "\e911"; }

.icomoon-arrow-up:before {
  content: "\e906"; }

.icomoon-meter:before {
  content: "\e910"; }

.icomoon-gear:before {
  content: "\e90f"; }

.icomoon-interface:before {
  content: "\e90e"; }

.icomoon-web:before {
  content: "\e90d"; }

.icomoon-check:before {
  content: "\e90b"; }

.icomoon-close:before {
  content: "\e90c"; }

.icomoon-services_1:before {
  content: "\e907"; }

.icomoon-services2:before {
  content: "\e908"; }

.icomoon-services4:before {
  content: "\e90a"; }

.icomoon-comments:before {
  content: "\e904"; }

.icomoon-features_2:before {
  content: "\e900"; }

.icomoon-features1:before {
  content: "\e901"; }

.icomoon-features3:before {
  content: "\e902"; }

.icomoon-features4:before {
  content: "\e903"; }

.icomoon-chat:before {
  content: "\e905"; }

.icomoon-share:before {
  content: "\e94b"; }

.icomoon-basket:before {
  content: "\e94e"; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  clear: none !important;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.woocommerce-product-gallery .slick-slider {
  width: 100%;
  max-width: 470px; }
  .woocommerce-product-gallery .slick-slider .slick-button {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font: 400 normal 10px/20px 'Fontello';
    cursor: pointer;
    position: absolute;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    z-index: 3; }
    .woocommerce-product-gallery .slick-slider .slick-button:before {
      position: absolute;
      left: 50%;
      right: auto;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px; }
    .woocommerce-product-gallery .slick-slider .slick-button.slick-disabled {
      cursor: default;
      opacity: .5; }
  .woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:first-child {
    margin: 0 -5px; }
  .woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:not(:first-child) {
    margin: 0 35px; }
  .woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button {
    width: 30px;
    height: auto; }
    .woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-prev {
      left: 0;
      right: initial;
      top: 0;
      bottom: 0; }
      .woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-prev:before {
        content: '\e80d'; }
    .woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-next {
      left: initial;
      right: 0;
      top: 0;
      bottom: 0; }
      .woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-next:before {
        content: '\e824'; }
  .woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:first-child {
    margin: -5px 0; }
  .woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:not(:first-child) {
    margin: 35px 0; }
  .woocommerce-product-gallery .slick-slider.slick-vertical .slick-button {
    width: auto;
    height: 30px; }
    .woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-prev {
      left: 0;
      right: 0;
      top: 0;
      bottom: initial; }
      .woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-prev:before {
        content: '\e814'; }
    .woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-next {
      left: 0;
      right: 0;
      top: initial;
      bottom: 0; }
      .woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-next:before {
        margin: 1px 0 0;
        content: '\e801'; }

/*
 *  Swiper Carousel
 */
.swiper-container .swiper-pagination-bullets {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 37px -13px 0;
  width: auto !important;
  position: relative;
  bottom: initial;
  left: initial;
  right: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 0;
  line-height: 1; }

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  zoom: 1;
  margin: 13px 13px 0;
  width: 17px;
  height: 17px;
  border: solid 1px transparent;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: none;
  opacity: 1; }
  .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    left: 50%;
    right: initial;
    top: 50%;
    margin: -2.5px 0 0 -2.5px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none !important; }

.swiper-container .elementor-swiper-button,
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swiper-container .elementor-swiper-button {
  width: 50px;
  height: 50px; }
.swiper-container .elementor-swiper-button i {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px; }
  .swiper-container .elementor-swiper-button i:before {
    font: 400 normal 15px/48px 'fontello'; }
  .swiper-container .elementor-swiper-button i.disabled {
    cursor: default;
    opacity: .5; }
.swiper-container .elementor-swiper-button-prev i {
  padding: 0 2px 0 0; }
  .swiper-container .elementor-swiper-button-prev i:before {
    content: '\e80d'; }
.swiper-container .elementor-swiper-button-next i {
  padding: 0 0 0 2px; }
  .swiper-container .elementor-swiper-button-next i:before {
    content: '\e824'; }

/* ----------------------------- */
/* ---------- General ---------- */
/* ----------------------------- */
html,
body {
  padding: 0;
  margin: 0; }

body {
  min-height: 100vh; }

code, kbd, pre, samp {
  white-space: pre-wrap;
  overflow: auto; }

code {
  display: inline-block;
  overflow: auto;
  max-width: 100%; }
  code:not(:last-child) {
    margin-bottom: 1rem; }

pre {
  display: block; }
  pre:not(:last-child) {
    margin-bottom: 1rem; }

address {
  margin: 0; }
  address:not(:last-child) {
    margin-bottom: 1rem; }

figure {
  margin: 0; }

abbr[data-original-title], abbr[title],
acronym[data-original-title],
acronym[title] {
  text-decoration: none;
  border-bottom: dotted 2px; }

sup,
sub {
  line-height: 1.2em; }

dt {
  font-weight: 700; }

p code, p code:not(:last-child),
p pre,
p pre:not(:last-child),
li code,
li code:not(:last-child),
li pre,
li pre:not(:last-child) {
  margin-bottom: 0;
  display: inline; }
p br + code:not(:last-child),
p br + pre:not(:last-child),
li br + code:not(:last-child),
li br + pre:not(:last-child) {
  display: block; }

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }

a:hover {
  text-decoration: none; }

.body-container {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

img {
  max-width: 100%;
  height: auto;
  min-height: auto;
  display: block;
  align-self: flex-start; }

button,
button:active,
button:focus {
  outline: none; }

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; } }
.consultum_align-container {
  display: table;
  width: 100%; }

.consultum_align-container__item {
  display: table-cell;
  vertical-align: middle; }

.consultum_img--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  z-index: -1; }

.consultum_img--contain {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  z-index: -1; }

.consultum_img--layout {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none; }

form input,
form textarea {
  -webkit-appearance: none; }

.form__field,
.search-form-field,
body #give_checkout_user_info p input {
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  width: 100%;
  display: block;
  padding: 0 19px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  outline: 0;
  margin: 10px 0 0; }

.form__message {
  height: 180px;
  padding: 13px 16px;
  margin: 0; }

.form-submit {
  margin: 41px 0 0; }
  .form-submit .submit {
    min-width: 160px !important; }

/********** WordPress default **********/
.alignnone {
  margin: 7px 0 30px; }

p img.alignnone {
  display: inline-block;
  margin: 7px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 7px auto; }

.alignright {
  float: right;
  margin: 7px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 7px 30px 30px 0; }

a img.alignright {
  float: right;
  margin: 7px 0 30px 30px; }

a img.alignnone {
  margin: 7px 0 30px; }

a img.alignleft {
  float: left;
  margin: 7px 30px 30px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

[class*="wp-image-"] {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

p > .alignright:last-child {
  clear: right; }

iframe {
  border: none;
  overflow: auto;
  max-width: 100%; }

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center; }
  .wp-caption, .wp-caption.alignnone {
    margin: 7px 0 30px; }
  .wp-caption.alignleft {
    margin: 7px 30px 30px 0; }
  .wp-caption.alignright {
    margin: 7px 0 30px 30px; }
  .wp-caption.aligncenter {
    margin: 7px auto 30px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 7px 4px 0; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

*:not(.wp-block-embed__wrapper) > .video-embed iframe,
*:not(.wp-block-embed__wrapper) > .video-embed object,
*:not(.wp-block-embed__wrapper) > .video-embed embed {
  height: 100%; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .video-embed:not(:first-child) {
    margin-top: 30px; }
  .video-embed:not(:last-child) {
    margin-bottom: 30px; }
  .video-embed iframe,
  .video-embed object,
  .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
  .video-embed > div {
    position: relative;
    margin-bottom: -56.25% !important; }

#querylist ul > li {
  padding: 0; }
  #querylist ul > li:before {
    content: none;
    display: none; }

@-webkit-keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    transform: none !important; } }
.content-wrapper .fadeInUp {
  animation-name: fadeInUpCustom; }

@-webkit-keyframes fadeInDownCustom {
  from {
    opacity: 0;
    transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDownCustom {
  from {
    opacity: 0;
    transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.content-wrapper .fadeInDown {
  animation-name: fadeInDownCustom; }

@-webkit-keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.content-wrapper .fadeInLeft {
  animation-name: fadeInLeftCustom; }

@-webkit-keyframes fadeInRightCustom {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.content-wrapper .fadeInRight {
  animation-name: fadeInRightCustom; }

/* -------------------------------- */
/* ---------- Typography ---------- */
/* -------------------------------- */
h1, h2, h3, h4, h5, h6, .consultum_content_slider_title, .wpforms-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .consultum_content_slider_title a, .wpforms-title a {
    color: inherit; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .consultum_content_slider_title:first-child, .wpforms-title:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .consultum_content_slider_title:last-child, .wpforms-title:last-child {
    margin-bottom: 0; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, .consultum_content_slider_title + p, .wpforms-title + p {
    margin-top: 0; }

h1:not(:last-child) {
  margin-bottom: 0.5555em; }

h2:not(:last-child),
.consultum_content_slider_title:not(:last-child) {
  margin-bottom: 0.7143em; }

h3:not(:last-child) {
  margin-bottom: 0.8333em; }

h4:not(:last-child),
.woocommerce-checkout h3:not(:last-child) {
  margin-bottom: 0.7em; }

h5:not(:last-child),
.wpforms-title:not(:last-child) {
  margin-bottom: 0.7em; }

h6:not(:last-child),
.footer-widgets .wp-block-search .wp-block-search__label:not(:last-child) {
  margin-bottom: 0.8em; }

p {
  margin: 1.875em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  p span[style*='background-color'] {
    padding: 1px 3px 2px; }
  p[style*='font-size'] {
    line-height: initial; }

.elementor-text-editor p {
  line-height: inherit; }

q {
  font-weight: 700; }

h1,
body .elementor-widget-heading h1.elementor-heading-title {
  font-size: 36px;
  line-height: 1.2em; }

h2,
.consultum_content_slider_title,
body .elementor-widget-heading h2.elementor-heading-title {
  font-size: 25px;
  line-height: 1.4737em; }

h3,
body .elementor-widget-heading h3.elementor-heading-title {
  font-size: 22px;
  line-height: 1.4737em; }

h4,
.woocommerce-checkout .woocommerce h3,
body .elementor-widget-heading h4.elementor-heading-title,
.wp-block-search .wp-block-search__label {
  font-size: 20px;
  line-height: 1.4737em; }

h5,
body .elementor-widget-heading h5.elementor-heading-title,
.wpforms-title,
.woocommerce-Reviews-title,
.cart_totals h2,
.woocommerce-account .woocommerce h3,
.outer-form-wrapper h2,
.woocommerce-MyAccount-content h2,
.woocommerce-order h2 {
  font-size: 18px;
  line-height: 1.4737em; }

h6,
body .elementor-widget-heading h6.elementor-heading-title {
  font-size: 16px;
  line-height: 1.4737em; }

body .content-wrapper h1:not(:first-child), body .content-wrapper h2:not(:first-child), body .content-wrapper h3:not(:first-child), body .content-wrapper h4:not(:first-child), body .content-wrapper h5:not(:first-child), body .content-wrapper h6:not(:first-child), body .content-wrapper .wpforms-title:not(:first-child),
body .consultum_comments__item-text h1:not(:first-child),
body .consultum_comments__item-text h2:not(:first-child),
body .consultum_comments__item-text h3:not(:first-child),
body .consultum_comments__item-text h4:not(:first-child),
body .consultum_comments__item-text h5:not(:first-child),
body .consultum_comments__item-text h6:not(:first-child),
body .consultum_comments__item-text .wpforms-title:not(:first-child),
.block-editor-block-list__layout h1:not(:first-child),
.block-editor-block-list__layout h2:not(:first-child),
.block-editor-block-list__layout h3:not(:first-child),
.block-editor-block-list__layout h4:not(:first-child),
.block-editor-block-list__layout h5:not(:first-child),
.block-editor-block-list__layout h6:not(:first-child),
.block-editor-block-list__layout .wpforms-title:not(:first-child) {
  margin-top: 35px; }
body .content-wrapper h1 + h1, body .content-wrapper h1 + h2, body .content-wrapper h1 + h3, body .content-wrapper h1 + h4, body .content-wrapper h1 + h5, body .content-wrapper h1 + h6, body .content-wrapper h1:first-child + h1, body .content-wrapper h1:first-child + h2, body .content-wrapper h1:first-child + h3, body .content-wrapper h1:first-child + h4, body .content-wrapper h1:first-child + h5, body .content-wrapper h1:first-child + h6, body .content-wrapper h1:not(:first-child) + h1, body .content-wrapper h1:not(:first-child) + h2, body .content-wrapper h1:not(:first-child) + h3, body .content-wrapper h1:not(:first-child) + h4, body .content-wrapper h1:not(:first-child) + h5, body .content-wrapper h1:not(:first-child) + h6, body .content-wrapper h2 + h1, body .content-wrapper h2 + h2, body .content-wrapper h2 + h3, body .content-wrapper h2 + h4, body .content-wrapper h2 + h5, body .content-wrapper h2 + h6, body .content-wrapper h2:first-child + h1, body .content-wrapper h2:first-child + h2, body .content-wrapper h2:first-child + h3, body .content-wrapper h2:first-child + h4, body .content-wrapper h2:first-child + h5, body .content-wrapper h2:first-child + h6, body .content-wrapper h2:not(:first-child) + h1, body .content-wrapper h2:not(:first-child) + h2, body .content-wrapper h2:not(:first-child) + h3, body .content-wrapper h2:not(:first-child) + h4, body .content-wrapper h2:not(:first-child) + h5, body .content-wrapper h2:not(:first-child) + h6, body .content-wrapper h3 + h1, body .content-wrapper h3 + h2, body .content-wrapper h3 + h3, body .content-wrapper h3 + h4, body .content-wrapper h3 + h5, body .content-wrapper h3 + h6, body .content-wrapper h3:first-child + h1, body .content-wrapper h3:first-child + h2, body .content-wrapper h3:first-child + h3, body .content-wrapper h3:first-child + h4, body .content-wrapper h3:first-child + h5, body .content-wrapper h3:first-child + h6, body .content-wrapper h3:not(:first-child) + h1, body .content-wrapper h3:not(:first-child) + h2, body .content-wrapper h3:not(:first-child) + h3, body .content-wrapper h3:not(:first-child) + h4, body .content-wrapper h3:not(:first-child) + h5, body .content-wrapper h3:not(:first-child) + h6, body .content-wrapper h4 + h1, body .content-wrapper h4 + h2, body .content-wrapper h4 + h3, body .content-wrapper h4 + h4, body .content-wrapper h4 + h5, body .content-wrapper h4 + h6, body .content-wrapper h4:first-child + h1, body .content-wrapper h4:first-child + h2, body .content-wrapper h4:first-child + h3, body .content-wrapper h4:first-child + h4, body .content-wrapper h4:first-child + h5, body .content-wrapper h4:first-child + h6, body .content-wrapper h4:not(:first-child) + h1, body .content-wrapper h4:not(:first-child) + h2, body .content-wrapper h4:not(:first-child) + h3, body .content-wrapper h4:not(:first-child) + h4, body .content-wrapper h4:not(:first-child) + h5, body .content-wrapper h4:not(:first-child) + h6, body .content-wrapper h5 + h1, body .content-wrapper h5 + h2, body .content-wrapper h5 + h3, body .content-wrapper h5 + h4, body .content-wrapper h5 + h5, body .content-wrapper h5 + h6, body .content-wrapper h5:first-child + h1, body .content-wrapper h5:first-child + h2, body .content-wrapper h5:first-child + h3, body .content-wrapper h5:first-child + h4, body .content-wrapper h5:first-child + h5, body .content-wrapper h5:first-child + h6, body .content-wrapper h5:not(:first-child) + h1, body .content-wrapper h5:not(:first-child) + h2, body .content-wrapper h5:not(:first-child) + h3, body .content-wrapper h5:not(:first-child) + h4, body .content-wrapper h5:not(:first-child) + h5, body .content-wrapper h5:not(:first-child) + h6, body .content-wrapper h6 + h1, body .content-wrapper h6 + h2, body .content-wrapper h6 + h3, body .content-wrapper h6 + h4, body .content-wrapper h6 + h5, body .content-wrapper h6 + h6, body .content-wrapper h6:first-child + h1, body .content-wrapper h6:first-child + h2, body .content-wrapper h6:first-child + h3, body .content-wrapper h6:first-child + h4, body .content-wrapper h6:first-child + h5, body .content-wrapper h6:first-child + h6, body .content-wrapper h6:not(:first-child) + h1, body .content-wrapper h6:not(:first-child) + h2, body .content-wrapper h6:not(:first-child) + h3, body .content-wrapper h6:not(:first-child) + h4, body .content-wrapper h6:not(:first-child) + h5, body .content-wrapper h6:not(:first-child) + h6, body .content-wrapper .wpforms-title + h1, body .content-wrapper .wpforms-title + h2, body .content-wrapper .wpforms-title + h3, body .content-wrapper .wpforms-title + h4, body .content-wrapper .wpforms-title + h5, body .content-wrapper .wpforms-title + h6, body .content-wrapper .wpforms-title:first-child + h1, body .content-wrapper .wpforms-title:first-child + h2, body .content-wrapper .wpforms-title:first-child + h3, body .content-wrapper .wpforms-title:first-child + h4, body .content-wrapper .wpforms-title:first-child + h5, body .content-wrapper .wpforms-title:first-child + h6, body .content-wrapper .wpforms-title:not(:first-child) + h1, body .content-wrapper .wpforms-title:not(:first-child) + h2, body .content-wrapper .wpforms-title:not(:first-child) + h3, body .content-wrapper .wpforms-title:not(:first-child) + h4, body .content-wrapper .wpforms-title:not(:first-child) + h5, body .content-wrapper .wpforms-title:not(:first-child) + h6,
body .consultum_comments__item-text h1 + h1,
body .consultum_comments__item-text h1 + h2,
body .consultum_comments__item-text h1 + h3,
body .consultum_comments__item-text h1 + h4,
body .consultum_comments__item-text h1 + h5,
body .consultum_comments__item-text h1 + h6,
body .consultum_comments__item-text h1:first-child + h1,
body .consultum_comments__item-text h1:first-child + h2,
body .consultum_comments__item-text h1:first-child + h3,
body .consultum_comments__item-text h1:first-child + h4,
body .consultum_comments__item-text h1:first-child + h5,
body .consultum_comments__item-text h1:first-child + h6,
body .consultum_comments__item-text h1:not(:first-child) + h1,
body .consultum_comments__item-text h1:not(:first-child) + h2,
body .consultum_comments__item-text h1:not(:first-child) + h3,
body .consultum_comments__item-text h1:not(:first-child) + h4,
body .consultum_comments__item-text h1:not(:first-child) + h5,
body .consultum_comments__item-text h1:not(:first-child) + h6,
body .consultum_comments__item-text h2 + h1,
body .consultum_comments__item-text h2 + h2,
body .consultum_comments__item-text h2 + h3,
body .consultum_comments__item-text h2 + h4,
body .consultum_comments__item-text h2 + h5,
body .consultum_comments__item-text h2 + h6,
body .consultum_comments__item-text h2:first-child + h1,
body .consultum_comments__item-text h2:first-child + h2,
body .consultum_comments__item-text h2:first-child + h3,
body .consultum_comments__item-text h2:first-child + h4,
body .consultum_comments__item-text h2:first-child + h5,
body .consultum_comments__item-text h2:first-child + h6,
body .consultum_comments__item-text h2:not(:first-child) + h1,
body .consultum_comments__item-text h2:not(:first-child) + h2,
body .consultum_comments__item-text h2:not(:first-child) + h3,
body .consultum_comments__item-text h2:not(:first-child) + h4,
body .consultum_comments__item-text h2:not(:first-child) + h5,
body .consultum_comments__item-text h2:not(:first-child) + h6,
body .consultum_comments__item-text h3 + h1,
body .consultum_comments__item-text h3 + h2,
body .consultum_comments__item-text h3 + h3,
body .consultum_comments__item-text h3 + h4,
body .consultum_comments__item-text h3 + h5,
body .consultum_comments__item-text h3 + h6,
body .consultum_comments__item-text h3:first-child + h1,
body .consultum_comments__item-text h3:first-child + h2,
body .consultum_comments__item-text h3:first-child + h3,
body .consultum_comments__item-text h3:first-child + h4,
body .consultum_comments__item-text h3:first-child + h5,
body .consultum_comments__item-text h3:first-child + h6,
body .consultum_comments__item-text h3:not(:first-child) + h1,
body .consultum_comments__item-text h3:not(:first-child) + h2,
body .consultum_comments__item-text h3:not(:first-child) + h3,
body .consultum_comments__item-text h3:not(:first-child) + h4,
body .consultum_comments__item-text h3:not(:first-child) + h5,
body .consultum_comments__item-text h3:not(:first-child) + h6,
body .consultum_comments__item-text h4 + h1,
body .consultum_comments__item-text h4 + h2,
body .consultum_comments__item-text h4 + h3,
body .consultum_comments__item-text h4 + h4,
body .consultum_comments__item-text h4 + h5,
body .consultum_comments__item-text h4 + h6,
body .consultum_comments__item-text h4:first-child + h1,
body .consultum_comments__item-text h4:first-child + h2,
body .consultum_comments__item-text h4:first-child + h3,
body .consultum_comments__item-text h4:first-child + h4,
body .consultum_comments__item-text h4:first-child + h5,
body .consultum_comments__item-text h4:first-child + h6,
body .consultum_comments__item-text h4:not(:first-child) + h1,
body .consultum_comments__item-text h4:not(:first-child) + h2,
body .consultum_comments__item-text h4:not(:first-child) + h3,
body .consultum_comments__item-text h4:not(:first-child) + h4,
body .consultum_comments__item-text h4:not(:first-child) + h5,
body .consultum_comments__item-text h4:not(:first-child) + h6,
body .consultum_comments__item-text h5 + h1,
body .consultum_comments__item-text h5 + h2,
body .consultum_comments__item-text h5 + h3,
body .consultum_comments__item-text h5 + h4,
body .consultum_comments__item-text h5 + h5,
body .consultum_comments__item-text h5 + h6,
body .consultum_comments__item-text h5:first-child + h1,
body .consultum_comments__item-text h5:first-child + h2,
body .consultum_comments__item-text h5:first-child + h3,
body .consultum_comments__item-text h5:first-child + h4,
body .consultum_comments__item-text h5:first-child + h5,
body .consultum_comments__item-text h5:first-child + h6,
body .consultum_comments__item-text h5:not(:first-child) + h1,
body .consultum_comments__item-text h5:not(:first-child) + h2,
body .consultum_comments__item-text h5:not(:first-child) + h3,
body .consultum_comments__item-text h5:not(:first-child) + h4,
body .consultum_comments__item-text h5:not(:first-child) + h5,
body .consultum_comments__item-text h5:not(:first-child) + h6,
body .consultum_comments__item-text h6 + h1,
body .consultum_comments__item-text h6 + h2,
body .consultum_comments__item-text h6 + h3,
body .consultum_comments__item-text h6 + h4,
body .consultum_comments__item-text h6 + h5,
body .consultum_comments__item-text h6 + h6,
body .consultum_comments__item-text h6:first-child + h1,
body .consultum_comments__item-text h6:first-child + h2,
body .consultum_comments__item-text h6:first-child + h3,
body .consultum_comments__item-text h6:first-child + h4,
body .consultum_comments__item-text h6:first-child + h5,
body .consultum_comments__item-text h6:first-child + h6,
body .consultum_comments__item-text h6:not(:first-child) + h1,
body .consultum_comments__item-text h6:not(:first-child) + h2,
body .consultum_comments__item-text h6:not(:first-child) + h3,
body .consultum_comments__item-text h6:not(:first-child) + h4,
body .consultum_comments__item-text h6:not(:first-child) + h5,
body .consultum_comments__item-text h6:not(:first-child) + h6,
body .consultum_comments__item-text .wpforms-title + h1,
body .consultum_comments__item-text .wpforms-title + h2,
body .consultum_comments__item-text .wpforms-title + h3,
body .consultum_comments__item-text .wpforms-title + h4,
body .consultum_comments__item-text .wpforms-title + h5,
body .consultum_comments__item-text .wpforms-title + h6,
body .consultum_comments__item-text .wpforms-title:first-child + h1,
body .consultum_comments__item-text .wpforms-title:first-child + h2,
body .consultum_comments__item-text .wpforms-title:first-child + h3,
body .consultum_comments__item-text .wpforms-title:first-child + h4,
body .consultum_comments__item-text .wpforms-title:first-child + h5,
body .consultum_comments__item-text .wpforms-title:first-child + h6,
body .consultum_comments__item-text .wpforms-title:not(:first-child) + h1,
body .consultum_comments__item-text .wpforms-title:not(:first-child) + h2,
body .consultum_comments__item-text .wpforms-title:not(:first-child) + h3,
body .consultum_comments__item-text .wpforms-title:not(:first-child) + h4,
body .consultum_comments__item-text .wpforms-title:not(:first-child) + h5,
body .consultum_comments__item-text .wpforms-title:not(:first-child) + h6,
.block-editor-block-list__layout h1 + h1,
.block-editor-block-list__layout h1 + h2,
.block-editor-block-list__layout h1 + h3,
.block-editor-block-list__layout h1 + h4,
.block-editor-block-list__layout h1 + h5,
.block-editor-block-list__layout h1 + h6,
.block-editor-block-list__layout h1:first-child + h1,
.block-editor-block-list__layout h1:first-child + h2,
.block-editor-block-list__layout h1:first-child + h3,
.block-editor-block-list__layout h1:first-child + h4,
.block-editor-block-list__layout h1:first-child + h5,
.block-editor-block-list__layout h1:first-child + h6,
.block-editor-block-list__layout h1:not(:first-child) + h1,
.block-editor-block-list__layout h1:not(:first-child) + h2,
.block-editor-block-list__layout h1:not(:first-child) + h3,
.block-editor-block-list__layout h1:not(:first-child) + h4,
.block-editor-block-list__layout h1:not(:first-child) + h5,
.block-editor-block-list__layout h1:not(:first-child) + h6,
.block-editor-block-list__layout h2 + h1,
.block-editor-block-list__layout h2 + h2,
.block-editor-block-list__layout h2 + h3,
.block-editor-block-list__layout h2 + h4,
.block-editor-block-list__layout h2 + h5,
.block-editor-block-list__layout h2 + h6,
.block-editor-block-list__layout h2:first-child + h1,
.block-editor-block-list__layout h2:first-child + h2,
.block-editor-block-list__layout h2:first-child + h3,
.block-editor-block-list__layout h2:first-child + h4,
.block-editor-block-list__layout h2:first-child + h5,
.block-editor-block-list__layout h2:first-child + h6,
.block-editor-block-list__layout h2:not(:first-child) + h1,
.block-editor-block-list__layout h2:not(:first-child) + h2,
.block-editor-block-list__layout h2:not(:first-child) + h3,
.block-editor-block-list__layout h2:not(:first-child) + h4,
.block-editor-block-list__layout h2:not(:first-child) + h5,
.block-editor-block-list__layout h2:not(:first-child) + h6,
.block-editor-block-list__layout h3 + h1,
.block-editor-block-list__layout h3 + h2,
.block-editor-block-list__layout h3 + h3,
.block-editor-block-list__layout h3 + h4,
.block-editor-block-list__layout h3 + h5,
.block-editor-block-list__layout h3 + h6,
.block-editor-block-list__layout h3:first-child + h1,
.block-editor-block-list__layout h3:first-child + h2,
.block-editor-block-list__layout h3:first-child + h3,
.block-editor-block-list__layout h3:first-child + h4,
.block-editor-block-list__layout h3:first-child + h5,
.block-editor-block-list__layout h3:first-child + h6,
.block-editor-block-list__layout h3:not(:first-child) + h1,
.block-editor-block-list__layout h3:not(:first-child) + h2,
.block-editor-block-list__layout h3:not(:first-child) + h3,
.block-editor-block-list__layout h3:not(:first-child) + h4,
.block-editor-block-list__layout h3:not(:first-child) + h5,
.block-editor-block-list__layout h3:not(:first-child) + h6,
.block-editor-block-list__layout h4 + h1,
.block-editor-block-list__layout h4 + h2,
.block-editor-block-list__layout h4 + h3,
.block-editor-block-list__layout h4 + h4,
.block-editor-block-list__layout h4 + h5,
.block-editor-block-list__layout h4 + h6,
.block-editor-block-list__layout h4:first-child + h1,
.block-editor-block-list__layout h4:first-child + h2,
.block-editor-block-list__layout h4:first-child + h3,
.block-editor-block-list__layout h4:first-child + h4,
.block-editor-block-list__layout h4:first-child + h5,
.block-editor-block-list__layout h4:first-child + h6,
.block-editor-block-list__layout h4:not(:first-child) + h1,
.block-editor-block-list__layout h4:not(:first-child) + h2,
.block-editor-block-list__layout h4:not(:first-child) + h3,
.block-editor-block-list__layout h4:not(:first-child) + h4,
.block-editor-block-list__layout h4:not(:first-child) + h5,
.block-editor-block-list__layout h4:not(:first-child) + h6,
.block-editor-block-list__layout h5 + h1,
.block-editor-block-list__layout h5 + h2,
.block-editor-block-list__layout h5 + h3,
.block-editor-block-list__layout h5 + h4,
.block-editor-block-list__layout h5 + h5,
.block-editor-block-list__layout h5 + h6,
.block-editor-block-list__layout h5:first-child + h1,
.block-editor-block-list__layout h5:first-child + h2,
.block-editor-block-list__layout h5:first-child + h3,
.block-editor-block-list__layout h5:first-child + h4,
.block-editor-block-list__layout h5:first-child + h5,
.block-editor-block-list__layout h5:first-child + h6,
.block-editor-block-list__layout h5:not(:first-child) + h1,
.block-editor-block-list__layout h5:not(:first-child) + h2,
.block-editor-block-list__layout h5:not(:first-child) + h3,
.block-editor-block-list__layout h5:not(:first-child) + h4,
.block-editor-block-list__layout h5:not(:first-child) + h5,
.block-editor-block-list__layout h5:not(:first-child) + h6,
.block-editor-block-list__layout h6 + h1,
.block-editor-block-list__layout h6 + h2,
.block-editor-block-list__layout h6 + h3,
.block-editor-block-list__layout h6 + h4,
.block-editor-block-list__layout h6 + h5,
.block-editor-block-list__layout h6 + h6,
.block-editor-block-list__layout h6:first-child + h1,
.block-editor-block-list__layout h6:first-child + h2,
.block-editor-block-list__layout h6:first-child + h3,
.block-editor-block-list__layout h6:first-child + h4,
.block-editor-block-list__layout h6:first-child + h5,
.block-editor-block-list__layout h6:first-child + h6,
.block-editor-block-list__layout h6:not(:first-child) + h1,
.block-editor-block-list__layout h6:not(:first-child) + h2,
.block-editor-block-list__layout h6:not(:first-child) + h3,
.block-editor-block-list__layout h6:not(:first-child) + h4,
.block-editor-block-list__layout h6:not(:first-child) + h5,
.block-editor-block-list__layout h6:not(:first-child) + h6,
.block-editor-block-list__layout .wpforms-title + h1,
.block-editor-block-list__layout .wpforms-title + h2,
.block-editor-block-list__layout .wpforms-title + h3,
.block-editor-block-list__layout .wpforms-title + h4,
.block-editor-block-list__layout .wpforms-title + h5,
.block-editor-block-list__layout .wpforms-title + h6,
.block-editor-block-list__layout .wpforms-title:first-child + h1,
.block-editor-block-list__layout .wpforms-title:first-child + h2,
.block-editor-block-list__layout .wpforms-title:first-child + h3,
.block-editor-block-list__layout .wpforms-title:first-child + h4,
.block-editor-block-list__layout .wpforms-title:first-child + h5,
.block-editor-block-list__layout .wpforms-title:first-child + h6,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h1,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h2,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h3,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h4,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h5,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h6 {
  margin-top: 0; }
body .content-wrapper blockquote,
body .consultum_comments__item-text blockquote,
.block-editor-block-list__layout blockquote {
  position: relative;
  padding: 0 0 0 3em;
  margin: 0; }
  body .content-wrapper blockquote:not(:first-child),
  body .consultum_comments__item-text blockquote:not(:first-child),
  .block-editor-block-list__layout blockquote:not(:first-child) {
    margin-top: 1.5rem; }
  body .content-wrapper blockquote:not(:last-child),
  body .consultum_comments__item-text blockquote:not(:last-child),
  .block-editor-block-list__layout blockquote:not(:last-child) {
    margin-bottom: 1.5rem; }
  body .content-wrapper blockquote:before,
  body .consultum_comments__item-text blockquote:before,
  .block-editor-block-list__layout blockquote:before {
    content: '\e904';
    position: absolute;
    display: block;
    left: 0;
    right: initial;
    top: 0.4em;
    font: 400 normal 1.7em/1em 'icomoon';
    letter-spacing: normal; }
  body .content-wrapper blockquote cite,
  body .consultum_comments__item-text blockquote cite,
  .block-editor-block-list__layout blockquote cite {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 5px 0 0;
    font-style: normal;
    letter-spacing: normal; }
  body .content-wrapper blockquote p,
  body .consultum_comments__item-text blockquote p,
  .block-editor-block-list__layout blockquote p {
    margin: 0; }
    body .content-wrapper blockquote p + p,
    body .consultum_comments__item-text blockquote p + p,
    .block-editor-block-list__layout blockquote p + p {
      margin-top: 1em; }
  body .content-wrapper blockquote a,
  body .consultum_comments__item-text blockquote a,
  .block-editor-block-list__layout blockquote a {
    text-decoration: none; }
  body .content-wrapper blockquote.has-text-align-right,
  body .consultum_comments__item-text blockquote.has-text-align-right,
  .block-editor-block-list__layout blockquote.has-text-align-right {
    padding: 0 3em 0 0; }
    body .content-wrapper blockquote.has-text-align-right:before,
    body .consultum_comments__item-text blockquote.has-text-align-right:before,
    .block-editor-block-list__layout blockquote.has-text-align-right:before {
      left: initial;
      right: -.025em;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
  body .content-wrapper blockquote.has-text-align-center,
  body .consultum_comments__item-text blockquote.has-text-align-center,
  .block-editor-block-list__layout blockquote.has-text-align-center {
    padding: 0; }
    body .content-wrapper blockquote.has-text-align-center:before,
    body .consultum_comments__item-text blockquote.has-text-align-center:before,
    .block-editor-block-list__layout blockquote.has-text-align-center:before {
      content: none;
      display: none; }
    body .content-wrapper blockquote.has-text-align-center cite:before,
    body .consultum_comments__item-text blockquote.has-text-align-center cite:before,
    .block-editor-block-list__layout blockquote.has-text-align-center cite:before {
      content: ''; }
  body .content-wrapper blockquote.is-style-large,
  body .consultum_comments__item-text blockquote.is-style-large,
  .block-editor-block-list__layout blockquote.is-style-large {
    padding: 0 3em; }
    body .content-wrapper blockquote.is-style-large p,
    body .consultum_comments__item-text blockquote.is-style-large p,
    .block-editor-block-list__layout blockquote.is-style-large p {
      font-size: 1.6em;
      line-height: 1.4em; }
    body .content-wrapper blockquote.is-style-large cite,
    body .consultum_comments__item-text blockquote.is-style-large cite,
    .block-editor-block-list__layout blockquote.is-style-large cite {
      font-size: 1.25em;
      text-align: inherit;
      font-weight: 600; }
      body .content-wrapper blockquote.is-style-large cite:before,
      body .consultum_comments__item-text blockquote.is-style-large cite:before,
      .block-editor-block-list__layout blockquote.is-style-large cite:before {
        content: ''; }
body .content-wrapper table,
body .consultum_comments__item-text table,
.block-editor-block-list__layout table {
  border-collapse: collapse;
  border-spacing: unset;
  width: 100%; }
  body .content-wrapper table:not(:last-child),
  body .consultum_comments__item-text table:not(:last-child),
  .block-editor-block-list__layout table:not(:last-child) {
    margin-bottom: 2rem; }
  body .content-wrapper table:not(:first-child),
  body .consultum_comments__item-text table:not(:first-child),
  .block-editor-block-list__layout table:not(:first-child) {
    margin-top: 2rem; }
  body .content-wrapper table tr td, body .content-wrapper table tr th,
  body .consultum_comments__item-text table tr td,
  body .consultum_comments__item-text table tr th,
  .block-editor-block-list__layout table tr td,
  .block-editor-block-list__layout table tr th {
    border-width: 1px;
    border-style: solid;
    padding: 8px 15px 8px 15px; }
  body .content-wrapper table tr th,
  body .consultum_comments__item-text table tr th,
  .block-editor-block-list__layout table tr th {
    text-align: left; }
  body .content-wrapper table tbody th,
  body .consultum_comments__item-text table tbody th,
  .block-editor-block-list__layout table tbody th {
    font-weight: 600; }
body .content-wrapper dd,
body .consultum_comments__item-text dd,
.block-editor-block-list__layout dd {
  margin-bottom: 1rem; }

ul,
ol {
  padding: 0; }
  ul:not(:last-child),
  ol:not(:last-child) {
    margin: 0 0 1.875em; }
  ul:last-child,
  ol:last-child {
    margin: 0; }
  ul li,
  ol li {
    position: relative; }
    ul li:not(:last-child) ul, ul li:not(:last-child) ul:last-child,
    ul li:not(:last-child) ol,
    ul li:not(:last-child) ol:last-child,
    ol li:not(:last-child) ul,
    ol li:not(:last-child) ul:last-child,
    ol li:not(:last-child) ol,
    ol li:not(:last-child) ol:last-child {
      margin: 1.5em 0 1.5em 15px; }
    ul li:last-child ul,
    ul li:last-child ol,
    ol li:last-child ul,
    ol li:last-child ol {
      margin: 1.5em 0 0 15px; }
    ul li ul,
    ul li ol,
    ol li ul,
    ol li ol {
      margin: 1.5em 0 1.5em 15px; }

ul {
  list-style: none; }
  ul > li {
    padding: 0 0 0 20px; }
    ul > li:before {
      content: '';
      width: .25em;
      height: .25em;
      display: block;
      position: absolute;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      left: 1px;
      right: initial;
      top: .75em; }

.elementor-element-overlay ul {
  margin: 0; }
  .elementor-element-overlay ul > li {
    margin: 0;
    padding: 0; }
    .elementor-element-overlay ul > li:before {
      content: none;
      background: none;
      width: auto;
      height: auto;
      -webkit-border-radius: 0;
      border-radius: 0;
      margin-right: auto;
      vertical-align: initial; }

.elementor-visible-desktop ul {
  margin: 20px auto 0;
  padding: 0 25px; }
  .elementor-visible-desktop ul > li:before {
    content: none; }

ol,
.post-comment-content ol {
  list-style-position: inside;
  padding: 0; }

.block-heading {
  padding: 0 0 10px; }
  .block-heading .block-heading__subtitle {
    font-size: 18px;
    line-height: 40px;
    text-transform: lowercase;
    margin: 0 0 12px; }
    .block-heading .block-heading__subtitle:before {
      content: '- '; }
  .block-heading .block-heading__title {
    margin-top: 0 !important; }

form p {
  margin: 20px 0; }
  form p:first-child {
    margin-top: 0; }
  form p:last-child {
    margin-bottom: 0; }

/* Floating Placeholder */
.input-floating-wrap {
  position: relative;
  display: block; }
  .input-floating-wrap input:focus ~ .floating-placeholder, .input-floating-wrap input:not(:placeholder-shown) ~ .floating-placeholder,
  .input-floating-wrap textarea:focus ~ .floating-placeholder,
  .input-floating-wrap textarea:not(:placeholder-shown) ~ .floating-placeholder {
    font-size: 0.9em;
    -webkit-transform: translateY(-1.3em);
    -ms-transform: translateY(-1.3em);
    transform: translateY(-1.3em); }
  .input-floating-wrap input::-webkit-input-placeholder,
  .input-floating-wrap textarea::-webkit-input-placeholder {
    color: transparent !important; }
  .input-floating-wrap input:-moz-placeholder,
  .input-floating-wrap textarea:-moz-placeholder {
    color: transparent !important; }
  .input-floating-wrap input::-moz-placeholder,
  .input-floating-wrap textarea::-moz-placeholder {
    color: transparent !important; }
  .input-floating-wrap input:-ms-input-placeholder,
  .input-floating-wrap textarea:-ms-input-placeholder {
    color: transparent !important; }
  .input-floating-wrap .floating-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 8px 18px 8px 0;
    pointer-events: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: transform 0.3s, font-size 0.3s;
    transition: transform 0.3s, font-size 0.3s; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  height: 48px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 8px 18px 8px 0;
  width: 100%;
  display: block;
  outline: none !important;
  background: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1; }

option {
  color: #000000; }

textarea {
  height: 150px;
  resize: none; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none; }
input[type="search"]::-ms-clear, input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 18px 0 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  position: relative;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 3px;
    left: 3px;
    right: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

input[type="checkbox"], .woocommerce form .form-row input[type="checkbox"].input-checkbox {
  width: 15px;
  height: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block !important;
  margin: 3px 13px 0 0;
  cursor: pointer;
  vertical-align: text-top;
  border: solid 1px;
  outline: none !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="checkbox"]:checked:before, .woocommerce form .form-row input[type="checkbox"].input-checkbox:checked:before {
    content: '\f00c';
    position: absolute;
    width: 13px;
    height: 13px;
    font: 700 normal 12px/13px 'Font Awesome 5 Free';
    text-align: center;
    display: block;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0; }

.content-wrapper .select2-container,
.select2-container {
  display: block;
  line-height: 1; }
  .content-wrapper .select2-container.select2-container--default .select2-selection--single,
  .select2-container.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 48px;
    outline: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
  .content-wrapper .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before,
  .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: '\e814'; }
  .content-wrapper .select2-container .select2-selection--single,
  .select2-container .select2-selection--single {
    margin: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .content-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 10px 41px 10px 0 !important;
      line-height: 26px !important; }
    .content-wrapper .select2-container .select2-selection--single .select2-selection__arrow,
    .select2-container .select2-selection--single .select2-selection__arrow {
      width: 30px;
      height: 48px;
      text-align: center;
      font: 400 normal 6px/50px 'fontello';
      top: 1px;
      right: 1px;
      left: initial; }
      .content-wrapper .select2-container .select2-selection--single .select2-selection__arrow:before,
      .select2-container .select2-selection--single .select2-selection__arrow:before {
        content: '\e801'; }
      .content-wrapper .select2-container .select2-selection--single .select2-selection__arrow b,
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .content-wrapper .select2-container .select2-search--dropdown,
  .select2-container .select2-search--dropdown {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .content-wrapper .select2-container .select2-search--dropdown .select2-search__field,
    .select2-container .select2-search--dropdown .select2-search__field {
      padding: 10px 18px;
      outline: none; }
  .content-wrapper .select2-container .select2-results__option,
  .select2-container .select2-results__option {
    padding: 10px 18px;
    outline: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .content-wrapper .select2-container .select2-results__option:before,
    .select2-container .select2-results__option:before {
      content: none;
      display: none; }

.select2-dropdown,
body .select2-dropdown {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px; }

.select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-width: 2px; }

.select-wrap {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; }
  .select-wrap:after {
    content: '\e801';
    display: block;
    position: absolute;
    width: 40px;
    height: 46px;
    text-align: center;
    font: 400 normal 6px/46px 'fontello';
    top: 0;
    bottom: 0;
    right: 0;
    left: initial;
    cursor: pointer; }

.select-wrap {
  position: relative; }
  .select-wrap.multiple:after {
    display: none; }
  .select-wrap .select2-container {
    z-index: 3; }
  .select-wrap select {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    max-width: none !important;
    height: 46px;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px 39px 8px 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: none;
    position: relative;
    z-index: 2;
    border: none; }
    .select-wrap select::-ms-expand {
      display: none; }
    .select-wrap select[multiple="multiple"] {
      height: 130px; }
  .select-wrap option {
    padding: 0 18px; }

#form-preview button,
.consultum-button,
.body-container button:not(.customize-partial-edit-shortcut-button),
.body-container input[type="submit"],
.body-container input[type="button"],
.body-container input[type="reset"] {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 18px 20px;
  line-height: 1.75em;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 70px;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
  border: none;
  z-index: 2; }
  #form-preview button:after,
  .consultum-button:after,
  .body-container button:not(.customize-partial-edit-shortcut-button):after,
  .body-container input[type="submit"]:after,
  .body-container input[type="button"]:after,
  .body-container input[type="reset"]:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 54px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-width: 0 0 8px 11px; }
  #form-preview button.no-decoration:after,
  .consultum-button.no-decoration:after,
  .body-container button:not(.customize-partial-edit-shortcut-button).no-decoration:after,
  .body-container input[type="submit"].no-decoration:after,
  .body-container input[type="button"].no-decoration:after,
  .body-container input[type="reset"].no-decoration:after {
    display: none; }
  #form-preview button:focus, #form-preview button:active,
  .consultum-button:focus,
  .consultum-button:active,
  .body-container button:not(.customize-partial-edit-shortcut-button):focus,
  .body-container button:not(.customize-partial-edit-shortcut-button):active,
  .body-container input[type="submit"]:focus,
  .body-container input[type="submit"]:active,
  .body-container input[type="button"]:focus,
  .body-container input[type="button"]:active,
  .body-container input[type="reset"]:focus,
  .body-container input[type="reset"]:active {
    outline: none; }
  #form-preview button:hover,
  .consultum-button:hover,
  .body-container button:not(.customize-partial-edit-shortcut-button):hover,
  .body-container input[type="submit"]:hover,
  .body-container input[type="button"]:hover,
  .body-container input[type="reset"]:hover {
    border: none; }

.footer.with_bg #form-preview button:after,
.footer.with_bg .consultum-button:after,
.body-container .footer.with_bg button:not(.customize-partial-edit-shortcut-button):after,
.body-container .footer.with_bg input[type="submit"]:after,
.body-container .footer.with_bg input[type="button"]:after,
.body-container .footer.with_bg input[type="reset"]:after {
  display: none; }

.sidebar .consultum-button,
.slide-sidebar-wrapper .consultum-button,
.footer .consultum-button {
  padding: 18px 40px; }

@media only screen and (min-width: 576px) {
  h1:not(:last-child),
  body .elementor-widget-heading h1.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.325em; }

  h2:not(:last-child),
  .consultum_content_slider_title:not(:last-child),
  body .elementor-widget-heading h2.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.4em; }

  h3:not(:last-child),
  body .elementor-widget-heading h3.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.8333em; }

  h4:not(:last-child),
  .woocommerce-checkout h3:not(:last-child),
  body .elementor-widget-heading h4.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.7em; }

  .woocommerce-checkout h3:not(:last-child) {
    margin-bottom: 0.4em; }

  h5:not(:last-child),
  body .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .wpforms-title:not(:last-child),
  .woocommerce-Reviews-title:not(:last-child),
  .cart_totals h2:not(:last-child),
  .woocommerce-account h3:not(:last-child),
  .outer-form-wrapper h2:not(:last-child),
  .woocommerce-MyAccount-content h2:not(:last-child),
  .woocommerce-order h2:not(:last-child) {
    margin-bottom: 0.7em; }

  h6:not(:last-child),
  body .elementor-widget-heading h6.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.8em; } }
@media only screen and (min-width: 768px) {
  body .content-wrapper blockquote,
  body .consultum_comments__item-text blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 0 0 0 6.25em; }
    body .content-wrapper blockquote p,
    body .consultum_comments__item-text blockquote p,
    .block-editor-block-list__layout blockquote p {
      font-size: 1.25em;
      line-height: 1.75em; }
    body .content-wrapper blockquote:before,
    body .consultum_comments__item-text blockquote:before,
    .block-editor-block-list__layout blockquote:before {
      font-size: 2.3125em;
      top: 0.3em; }
    body .content-wrapper blockquote.has-text-align-right,
    body .consultum_comments__item-text blockquote.has-text-align-right,
    .block-editor-block-list__layout blockquote.has-text-align-right {
      padding: 0 6.25em 0 0; }
    body .content-wrapper blockquote.is-style-large,
    body .consultum_comments__item-text blockquote.is-style-large,
    .block-editor-block-list__layout blockquote.is-style-large {
      padding: 0 6.25em; } }
.alignwide,
.alignfull {
  margin-left: 0;
  margin-right: 0; }

.content-wrapper-sidebar-position-none .alignwide,
.block-editor-block-list__layout .alignwide {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px); }
.content-wrapper-sidebar-position-none .alignfull,
.block-editor-block-list__layout .alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  right: auto;
  margin: 0 0 0 -50vw; }
  .content-wrapper-sidebar-position-none .alignfull:not(:last-child),
  .block-editor-block-list__layout .alignfull:not(:last-child) {
    margin-bottom: 30px; }
  .content-wrapper-sidebar-position-none .alignfull:not(:first-child),
  .block-editor-block-list__layout .alignfull:not(:first-child) {
    margin-top: 30px; }

p.has-large-font-size:not(:last-child) {
  margin-bottom: 0.8333em; }

.has-large-font-size,
.has-small-font-size {
  line-height: initial; }

/* ---------- Pull Quote ---------- */
.content-wrapper .wp-block-pullquote {
  max-width: 100%; }

.content-wrapper .wp-block-pullquote,
.block-editor-block-list__layout .wp-block-pullquote {
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 1.5em 0; }
  .content-wrapper .wp-block-pullquote:not(:last-child),
  .block-editor-block-list__layout .wp-block-pullquote:not(:last-child) {
    margin-bottom: 2.5rem; }
  .content-wrapper .wp-block-pullquote:not(:first-child),
  .block-editor-block-list__layout .wp-block-pullquote:not(:first-child) {
    margin-top: 2.5rem; }
  .content-wrapper .wp-block-pullquote blockquote,
  .block-editor-block-list__layout .wp-block-pullquote blockquote {
    margin: 0;
    padding: 0 2em 0 2em;
    max-width: none; }
    .content-wrapper .wp-block-pullquote blockquote:before,
    .block-editor-block-list__layout .wp-block-pullquote blockquote:before {
      display: block;
      position: static;
      margin-bottom: 1.3rem; }
    .content-wrapper .wp-block-pullquote blockquote p,
    .block-editor-block-list__layout .wp-block-pullquote blockquote p {
      font-size: 1em;
      line-height: 1.75em; }
    .content-wrapper .wp-block-pullquote blockquote cite,
    .block-editor-block-list__layout .wp-block-pullquote blockquote cite {
      display: block;
      line-height: 2em;
      font-weight: 500;
      position: relative;
      font-size: .875em; }
      .content-wrapper .wp-block-pullquote blockquote cite:not(:first-child),
      .block-editor-block-list__layout .wp-block-pullquote blockquote cite:not(:first-child) {
        margin: .6875em 0 0; }
  .content-wrapper .wp-block-pullquote.is-style-solid-color,
  .block-editor-block-list__layout .wp-block-pullquote.is-style-solid-color {
    border: none; }

/* ---------- Dropcaps ---------- */
p.has-background {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px; }

p[class*="-color"] strong {
  color: inherit; }

.has-drop-cap:not(:focus):first-letter {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding: 0;
  text-align: left;
  margin: -0.1em 0.2em 0 0; }

/* ---------- Table ---------- */
.wp-block-table:not(:last-child) {
  margin-bottom: 30px; }
.wp-block-table:not(:first-child) {
  margin-top: 30px; }

/* ------- Login/Logout ------- */
.wp-block-loginout:before {
  font: 700 normal 18px/23px 'Font Awesome 5 Free';
  margin: 0 10px 0 0;
  position: relative;
  top: 2px; }
.wp-block-loginout.logged-in:before {
  content: '\f2f5'; }
.wp-block-loginout.logged-out:before {
  content: '\f2f6'; }

/* ---------- Images ---------- */
.wp-block-image {
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .wp-block-image:not(:last-child) {
    margin-bottom: 1.3125rem; }
    .wp-block-image:not(:last-child) .alignnone,
    .wp-block-image:not(:last-child) .alignleft,
    .wp-block-image:not(:last-child) .aligncenter,
    .wp-block-image:not(:last-child) .alignright {
      margin-bottom: 1.3125rem; }
  .wp-block-image * {
    -webkit-border-radius: inherit;
    border-radius: inherit; }
  .wp-block-image:not(:first-child) {
    margin-top: 1.3125rem; }
  .wp-block-image .aligncenter {
    display: block;
    margin: 7px auto 0; }
    .wp-block-image .aligncenter img {
      margin: 0 auto; }
    .wp-block-image .aligncenter figcaption {
      display: block; }
  .wp-block-image .alignnone {
    margin: 7px 0 0; }
  .wp-block-image .alignleft {
    margin: 7px 30px 0 0; }
  .wp-block-image .alignright {
    margin: 7px 0 0 30px; }
  .wp-block-image figcaption {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0; }

/* ---------- Gallery ---------- */
.wp-block-gallery:not(:last-child),
.media_gallery:not(:last-child) {
  margin-bottom: 2.625rem; }
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.media_gallery.columns-1 .blocks-gallery-image,
.media_gallery.columns-1 .blocks-gallery-item,
.media_gallery.columns-2 .blocks-gallery-image,
.media_gallery.columns-2 .blocks-gallery-item,
.media_gallery.columns-3 .blocks-gallery-image,
.media_gallery.columns-3 .blocks-gallery-item {
  width: calc(100% - 30px);
  padding: 0 !important; }
  .wp-block-gallery.columns-1 .blocks-gallery-image:before,
  .wp-block-gallery.columns-1 .blocks-gallery-item:before, .wp-block-gallery.columns-2 .blocks-gallery-image:before,
  .wp-block-gallery.columns-2 .blocks-gallery-item:before, .wp-block-gallery.columns-3 .blocks-gallery-image:before,
  .wp-block-gallery.columns-3 .blocks-gallery-item:before,
  .media_gallery.columns-1 .blocks-gallery-image:before,
  .media_gallery.columns-1 .blocks-gallery-item:before,
  .media_gallery.columns-2 .blocks-gallery-image:before,
  .media_gallery.columns-2 .blocks-gallery-item:before,
  .media_gallery.columns-3 .blocks-gallery-image:before,
  .media_gallery.columns-3 .blocks-gallery-item:before {
    content: none !important;
    display: none !important; }
.wp-block-gallery .blocks-gallery-grid,
.media_gallery .blocks-gallery-grid {
  margin: -15px; }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
  .media_gallery .blocks-gallery-grid .blocks-gallery-item {
    margin: 15px !important;
    padding: 0; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before,
    .media_gallery .blocks-gallery-grid .blocks-gallery-item:before {
      content: none;
      display: none; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper,
    .media_gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper {
      position: relative;
      height: 100%; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a,
    .media_gallery .blocks-gallery-grid .blocks-gallery-item a {
      display: block;
      position: relative; }
      .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:before,
      .media_gallery .blocks-gallery-grid .blocks-gallery-item a:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        z-index: 2;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
      .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:after,
      .media_gallery .blocks-gallery-grid .blocks-gallery-item a:after {
        content: '\e81f';
        font: 400 normal 42px/1em 'fontello';
        position: absolute;
        display: block;
        left: 50%;
        right: initial;
        top: 50%;
        width: 42px;
        height: 42px;
        -webkit-transition: opacity 0.3s, top 0.3s;
        transition: opacity 0.3s, top 0.3s;
        opacity: 0;
        text-align: center;
        margin: -21px 0 0 -21px;
        z-index: 3; }
      .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before,
      .media_gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before {
        opacity: 0.5; }
      .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:after,
      .media_gallery .blocks-gallery-grid .blocks-gallery-item a:hover:after {
        opacity: 1; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img,
    .media_gallery .blocks-gallery-grid .blocks-gallery-item img {
      position: relative;
      -webkit-border-radius: 0;
      border-radius: 0; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption,
    .media_gallery .blocks-gallery-grid .blocks-gallery-item figcaption {
      line-height: 1.4em;
      font-size: 14px;
      padding: 3em 20px 20px; }
  .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item,
  .media_gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .media_gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
    width: calc(100% - 30px); }
  .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item,
  .media_gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image,
  .media_gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
    width: calc(50% - 30px); }
  .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .media_gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .media_gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333% - 30px); }
.wp-block-gallery.alignfull .blocks-gallery-grid,
.media_gallery.alignfull .blocks-gallery-grid {
  margin: -15px 15px; }
.wp-block-gallery .blocks-gallery-caption,
.media_gallery .blocks-gallery-caption {
  text-align: center;
  width: 100%;
  margin: .5em 0 0;
  font-size: 14px; }

.sidebar .wp-block-gallery .blocks-gallery-grid,
.footer-widgets .wp-block-gallery .blocks-gallery-grid,
.slide-sidebar-content .wp-block-gallery .blocks-gallery-grid {
  margin: -5px; }
  .sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
  .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
  .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    margin: 5px !important; }
    .sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after,
    .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after,
    .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after {
      top: 40%;
      width: 28px;
      height: 28px;
      font-size: 28px;
      margin: -14px 0 0 -14px; }
    .sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after,
    .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after,
    .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after {
      top: 50%; }

/* ---------- Products ---------- */
.wc-block-grid__products {
  margin: 0 -15px -30px !important; }
  .wc-block-grid__products .wc-block-grid__product {
    border-width: 0;
    margin: 0 15px 30px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05); }
    .wc-block-grid__products .wc-block-grid__product:before {
      content: none;
      display: none; }
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
      order: 1;
      cursor: default; }
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
      margin-bottom: 29px;
      cursor: pointer; }
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
      font-size: 18px;
      line-height: 1.4em;
      font-weight: 700;
      padding: 0;
      margin: 0 29px;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      cursor: pointer; }
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
      order: 2;
      border: none;
      margin: 0;
      position: absolute;
      top: 10px;
      left: 10px;
      right: initial;
      padding: 0 14px 0 13px;
      color: #ffffff;
      background-color: #e95151;
      height: 30px;
      font-size: 12px;
      line-height: 32px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: .04em;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 2; }
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
      order: 3;
      margin: 14px auto 0; }
      .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating {
        float: none; }
        .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before {
          opacity: 1; }
        .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating span:before {
          color: #ffa800; }
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
      margin: 18px 29px 29px;
      order: 4;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      display: inline-block; }
      .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del {
        margin: 0 13px;
        font-weight: 500;
        opacity: 1; }
      .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins {
        text-decoration: none; }
    .wc-block-grid__products .wc-block-grid__product .wp-block-button {
      order: 5;
      position: absolute;
      top: 0;
      width: 100%;
      height: 0;
      left: 0;
      right: initial;
      padding: 100% 0 0 !important;
      font-size: 0;
      line-height: 1;
      margin: 0;
      z-index: 2; }
      .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link {
        margin: 50px 0 0 !important;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding: 15px 20px;
        font-size: 12px;
        line-height: 1.6667em;
        min-height: 20px;
        max-width: calc(100% - 60px);
        position: absolute;
        top: 50%;
        left: 50%;
        right: initial;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 0.3s, margin 0.3s;
        transition: opacity 0.3s, margin 0.3s; }
      .wc-block-grid__products .wc-block-grid__product .wp-block-button .add_to_cart_button:before {
        content: '\e826';
        display: inline-block;
        vertical-align: middle;
        font: 400 normal 24px/24px 'fontello';
        margin: -4px 12px -2px 0; }
    .wc-block-grid__products .wc-block-grid__product:hover .wp-block-button .wp-block-button__link {
      opacity: 1;
      margin: 0 !important; }

/* ----- Featured Product ----- */
.wc-block-featured-product {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 300px !important;
  padding: 30px 0; }
  .wc-block-featured-product .wc-block-featured-product__title {
    margin: 0 !important;
    padding: 0 20px; }
  .wc-block-featured-product .wc-block-featured-product__description {
    padding: 16px 20px 0; }
    .wc-block-featured-product .wc-block-featured-product__description p {
      font-size: 14px;
      line-height: 22px; }
  .wc-block-featured-product .wc-block-featured-product__price {
    padding: 16px 20px 0; }
    .wc-block-featured-product .wc-block-featured-product__price .price_wrapper {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500; }
      .wc-block-featured-product .wc-block-featured-product__price .price_wrapper del {
        margin: 0 13px;
        opacity: 0.6; }
      .wc-block-featured-product .wc-block-featured-product__price .price_wrapper ins {
        margin: 0 13px;
        text-decoration: none; }
  .wc-block-featured-product .wc-block-featured-product__link {
    padding: 27px 20px 0;
    font-size: 0;
    line-height: 1; }
    .wc-block-featured-product .wc-block-featured-product__link .wp-block-button {
      margin: 0; }
    .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link {
      padding: 15px 20px !important;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-size: 12px;
      line-height: 1.6667em;
      min-height: 20px;
      max-width: 100%; }
      .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link:before {
        content: '\e826';
        display: inline-block;
        vertical-align: middle;
        font: 400 normal 24px/24px 'fontello';
        margin: -4px 12px -2px 0; }

/* ----- Featured Category ----- */
.wc-block-featured-category {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 300px !important;
  padding: 30px 0; }
  .wc-block-featured-category .wc-block-featured-category__title {
    margin: 0 !important;
    padding: 0 20px; }
  .wc-block-featured-category .wc-block-featured-category__description {
    padding: 16px 20px 0; }
    .wc-block-featured-category .wc-block-featured-category__description p {
      font-size: 14px;
      line-height: 22px; }
  .wc-block-featured-category .wc-block-featured-category__price {
    padding: 16px 20px 0; }
    .wc-block-featured-category .wc-block-featured-category__price .price_wrapper {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500; }
      .wc-block-featured-category .wc-block-featured-category__price .price_wrapper del {
        margin: 0 13px;
        opacity: 0.6; }
      .wc-block-featured-category .wc-block-featured-category__price .price_wrapper ins {
        margin: 0 13px;
        text-decoration: none; }
  .wc-block-featured-category .wc-block-featured-category__link {
    padding: 27px 20px 0;
    font-size: 0;
    line-height: 1; }
    .wc-block-featured-category .wc-block-featured-category__link .wp-block-button {
      margin: 0; }
    .wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link {
      padding: 15px 20px !important;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-size: 12px;
      line-height: 1.6667em;
      min-height: 20px;
      max-width: 100%; }
      .wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link:before {
        content: '\e826';
        display: inline-block;
        vertical-align: middle;
        font: 400 normal 24px/24px 'fontello';
        margin: -4px 12px -2px 0; }

/* ---------- Button ---------- */
.wp-block-button:not(:last-child) {
  margin-bottom: 1.3125rem; }

.body-container .wp-block-button__link.has-black-color:hover {
  color: #000000; }
.body-container .wp-block-button__link.has-cyan-bluish-gray-color:hover {
  color: #abb8c3; }
.body-container .wp-block-button__link.has-white-color:hover {
  color: #ffffff; }
.body-container .wp-block-button__link.has-pale-pink-color:hover {
  color: #f78da7; }
.body-container .wp-block-button__link.has-vivid-red-color:hover {
  color: #cf2e2e; }
.body-container .wp-block-button__link.has-luminous-vivid-orange-color:hover {
  color: #ff6900; }
.body-container .wp-block-button__link.has-luminous-vivid-amber-color:hover {
  color: #fcb900; }
.body-container .wp-block-button__link.has-light-green-cyan-color:hover {
  color: #7bdcb5; }
.body-container .wp-block-button__link.has-vivid-green-cyan-color:hover {
  color: #00d084; }
.body-container .wp-block-button__link.has-pale-cyan-blue-color:hover {
  color: #8ed1fc; }
.body-container .wp-block-button__link.has-vivid-cyan-blue-color:hover {
  color: #0693e3; }
.body-container .wp-block-button__link.has-vivid-purple-color:hover {
  color: #9b51e0; }

.body-container .wp-block-button__link:not(.has-text-color) {
  color: #ffffff; }

.body-container .is-style-outline > .wp-block-button__link:not(.has-text-color),
.body-container .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor; }

/* ---------- Columns ---------- */
.wp-block-columns {
  margin-bottom: 0; }
  .wp-block-columns:not(:last-child) {
    margin-bottom: 1.3125rem; }

.content-wrapper-sidebar-position-none .wp-block-columns.alignfull,
.block-editor-block-list__layout .wp-block-columns.alignfull {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }
.content-wrapper-sidebar-position-none .wp-block-columns.alignwide,
.block-editor-block-list__layout .wp-block-columns.alignwide {
  margin: 0;
  width: 100%; }

/* ---------- Media Text ---------- */
.wp-block-media-text:not(:last-child) {
  margin-bottom: 1.3125rem; }

/* ---------- Video ---------- */
.wp-block-video {
  font-size: 0;
  line-height: 1; }
  .wp-block-video video {
    -webkit-border-radius: 4px;
    border-radius: 4px; }

/* ---------- Embed ---------- */
.wp-block-embed:not(:first-child) {
  margin-top: 30px; }
.wp-block-embed:not(:last-child) {
  margin-bottom: 30px; }
.wp-block-embed .wp-block-embed__wrapper {
  position: relative; }
.wp-block-embed figcaption {
  text-align: center;
  width: 100%; }
.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0; }
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.wp-block-embed .video-embed {
  padding: 0;
  position: static; }
  .wp-block-embed .video-embed iframe {
    position: relative; }

/* ---------- Cover ---------- */
.content-wrapper .wp-block-cover,
.wp-block-cover {
  overflow: hidden;
  color: #ffffff;
  -webkit-background-size: cover;
  background-size: cover; }
  .content-wrapper .wp-block-cover:not(:last-child),
  .wp-block-cover:not(:last-child) {
    margin-bottom: 30px; }
  .content-wrapper .wp-block-cover:not(:first-child),
  .wp-block-cover:not(:first-child) {
    margin-top: 30px; }
  .content-wrapper .wp-block-cover:not(.alignfull),
  .wp-block-cover:not(.alignfull) {
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .content-wrapper .wp-block-cover strong,
  .wp-block-cover strong {
    color: inherit; }
  .content-wrapper .wp-block-cover a,
  .wp-block-cover a {
    text-decoration: underline;
    color: inherit; }
  .content-wrapper .wp-block-cover a:hover,
  .wp-block-cover a:hover {
    text-decoration: none;
    color: inherit; }
  .content-wrapper .wp-block-cover a.wp-block-button__link,
  .wp-block-cover a.wp-block-button__link {
    text-decoration: none; }

.sidebar .wp-block-cover,
.footer-widgets .wp-block-cover,
.slide-sidebar-content .wp-block-cover {
  padding: 38px;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }
  .sidebar .wp-block-cover:not(:last-child),
  .footer-widgets .wp-block-cover:not(:last-child),
  .slide-sidebar-content .wp-block-cover:not(:last-child) {
    margin-bottom: 60px; }
  .sidebar .wp-block-cover:not(:first-child),
  .footer-widgets .wp-block-cover:not(:first-child),
  .slide-sidebar-content .wp-block-cover:not(:first-child) {
    margin-top: 60px; }
  .sidebar .wp-block-cover h1, .sidebar .wp-block-cover h2, .sidebar .wp-block-cover h3, .sidebar .wp-block-cover h4, .sidebar .wp-block-cover h5, .sidebar .wp-block-cover h6,
  .footer-widgets .wp-block-cover h1,
  .footer-widgets .wp-block-cover h2,
  .footer-widgets .wp-block-cover h3,
  .footer-widgets .wp-block-cover h4,
  .footer-widgets .wp-block-cover h5,
  .footer-widgets .wp-block-cover h6,
  .slide-sidebar-content .wp-block-cover h1,
  .slide-sidebar-content .wp-block-cover h2,
  .slide-sidebar-content .wp-block-cover h3,
  .slide-sidebar-content .wp-block-cover h4,
  .slide-sidebar-content .wp-block-cover h5,
  .slide-sidebar-content .wp-block-cover h6 {
    font-weight: 600;
    line-height: 1.48em; }
    .sidebar .wp-block-cover h1:not(:last-child), .sidebar .wp-block-cover h2:not(:last-child), .sidebar .wp-block-cover h3:not(:last-child), .sidebar .wp-block-cover h4:not(:last-child), .sidebar .wp-block-cover h5:not(:last-child), .sidebar .wp-block-cover h6:not(:last-child),
    .footer-widgets .wp-block-cover h1:not(:last-child),
    .footer-widgets .wp-block-cover h2:not(:last-child),
    .footer-widgets .wp-block-cover h3:not(:last-child),
    .footer-widgets .wp-block-cover h4:not(:last-child),
    .footer-widgets .wp-block-cover h5:not(:last-child),
    .footer-widgets .wp-block-cover h6:not(:last-child),
    .slide-sidebar-content .wp-block-cover h1:not(:last-child),
    .slide-sidebar-content .wp-block-cover h2:not(:last-child),
    .slide-sidebar-content .wp-block-cover h3:not(:last-child),
    .slide-sidebar-content .wp-block-cover h4:not(:last-child),
    .slide-sidebar-content .wp-block-cover h5:not(:last-child),
    .slide-sidebar-content .wp-block-cover h6:not(:last-child) {
      margin-bottom: 0.88em; }
  .sidebar .wp-block-cover .wp-block-buttons,
  .footer-widgets .wp-block-cover .wp-block-buttons,
  .slide-sidebar-content .wp-block-cover .wp-block-buttons {
    margin-bottom: -0.5em; }
    .sidebar .wp-block-cover .wp-block-buttons:not(:first-child),
    .footer-widgets .wp-block-cover .wp-block-buttons:not(:first-child),
    .slide-sidebar-content .wp-block-cover .wp-block-buttons:not(:first-child) {
      margin-top: 42px; }
  .sidebar .wp-block-cover img,
  .footer-widgets .wp-block-cover img,
  .slide-sidebar-content .wp-block-cover img {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .sidebar .wp-block-cover .wp-block-cover__inner-container p,
  .footer-widgets .wp-block-cover .wp-block-cover__inner-container p,
  .slide-sidebar-content .wp-block-cover .wp-block-cover__inner-container p {
    line-height: 1.5em; }
.sidebar .wp-block-button .wp-block-button__link,
.footer-widgets .wp-block-button .wp-block-button__link,
.slide-sidebar-content .wp-block-button .wp-block-button__link {
  position: relative;
  z-index: 2;
  min-width: 70px;
  outline: none;
  overflow: hidden;
  pointer-events: auto; }

/* ---------- Group ---------- */
.wp-block-group.has-background {
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .wp-block-group.has-background p:last-child {
    margin: 0; }
.wp-block-group:not(:last-child) {
  margin-bottom: 1.3125rem; }

/* ---------- Button ---------- */
.wp-block-button:not(.has-custom-font-size) {
  font-size: 12px; }
.wp-block-button .wp-block-button__link {
  padding: 18px 20px;
  line-height: 1.6667em; }
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0;
  border-radius: 0; }
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 16px 18px; }

/* ---------- File ---------- */
body .content-wrapper .wp-block-file a.wp-block-file__button,
.block-editor-block-list__layout .wp-block-file a.wp-block-file__button {
  color: #ffffff; }

/* ---------- Socials Links ---------- */
body .content-wrapper .wp-block-social-links,
.block-editor-block-list__layout .wp-block-social-links,
ul.wp-block-social-links {
  margin: 0 -5px 0 -6px; }
  body .content-wrapper .wp-block-social-links:not(:last-child),
  .block-editor-block-list__layout .wp-block-social-links:not(:last-child),
  ul.wp-block-social-links:not(:last-child) {
    margin-bottom: 2rem; }
  body .content-wrapper .wp-block-social-links .wp-social-link,
  .block-editor-block-list__layout .wp-block-social-links .wp-social-link,
  ul.wp-block-social-links .wp-social-link {
    margin: 0 5px 0 6px !important;
    padding: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    body .content-wrapper .wp-block-social-links .wp-social-link:before,
    .block-editor-block-list__layout .wp-block-social-links .wp-social-link:before,
    ul.wp-block-social-links .wp-social-link:before {
      content: none;
      display: none; }
    body .content-wrapper .wp-block-social-links .wp-social-link:hover,
    .block-editor-block-list__layout .wp-block-social-links .wp-social-link:hover,
    ul.wp-block-social-links .wp-social-link:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    body .content-wrapper .wp-block-social-links .wp-social-link a,
    .block-editor-block-list__layout .wp-block-social-links .wp-social-link a,
    ul.wp-block-social-links .wp-social-link a {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
  body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link,
  .block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-social-link,
  ul.wp-block-social-links.is-style-default .wp-social-link {
    width: 30px;
    height: 30px; }
    body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link a,
    .block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-social-link a,
    ul.wp-block-social-links.is-style-default .wp-social-link a {
      padding: 6px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link a svg,
      .block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-social-link a svg,
      ul.wp-block-social-links.is-style-default .wp-social-link a svg {
        width: 18px;
        height: 18px; }
  body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link,
  .block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-social-link,
  ul.wp-block-social-links.is-style-logos-only .wp-social-link {
    width: 30px;
    height: 30px;
    padding: 0; }
    body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link a,
    .block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-social-link a,
    ul.wp-block-social-links.is-style-logos-only .wp-social-link a {
      padding: 0; }
      body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link a svg,
      .block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-social-link a svg,
      ul.wp-block-social-links.is-style-logos-only .wp-social-link a svg {
        width: 30px;
        height: 30px; }

@media only screen and (max-width: 600px) {
  /* ---------- Columns ---------- */
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin: 20px 0 0; } }
@media only screen and (min-width: 768px) {
  .content-wrapper-sidebar-position-none .alignwide,
  .block-editor-block-list__layout .alignwide {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }

  /* ---------- Media Text ---------- */
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 50px; }

  /* ---------- Group ---------- */
  .wp-block-group.has-background {
    padding: 40px 50px; }

  /* ----------- Dropcaps ----------- */
  p.has-background {
    padding: 40px 50px; }

  /* ---------- Pull Quote ---------- */
  .content-wrapper .wp-block-pullquote,
  .block-editor-block-list__layout .wp-block-pullquote {
    padding: 2.6em 2.6em 2.6em 3.2em; }
    .content-wrapper .wp-block-pullquote blockquote,
    .block-editor-block-list__layout .wp-block-pullquote blockquote {
      padding: 0; }
      .content-wrapper .wp-block-pullquote blockquote p,
      .block-editor-block-list__layout .wp-block-pullquote blockquote p {
        font-size: 125%; }
      .content-wrapper .wp-block-pullquote blockquote cite,
      .block-editor-block-list__layout .wp-block-pullquote blockquote cite {
        font-size: 1em;
        display: inline-block;
        vertical-align: top; }
        .content-wrapper .wp-block-pullquote blockquote cite:before,
        .block-editor-block-list__layout .wp-block-pullquote blockquote cite:before {
          width: 2.25em; }

  /* ---------- Gallery -----------*/
  .wp-block-gallery.columns-1 .blocks-gallery-image,
  .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: calc(100% - 30px); }
  .wp-block-gallery.columns-2 .blocks-gallery-image,
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc(50% - 30px); }
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.3333% - 30px); }
  .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
    width: calc(100% - 30px); }
  .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
    width: calc(50% - 30px); }
  .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333% - 30px); }

  /* ---------- Columns ---------- */
  .content-wrapper-sidebar-position-none .wp-block-columns.alignfull,
  .block-editor-block-list__layout .wp-block-columns.alignfull {
    padding: 0 30px; } }
@media only screen and (min-width: 1200px) {
  /* ---------- Columns ---------- */
  .content-wrapper-sidebar-position-none .wp-block-columns.alignwide,
  .block-editor-block-list__layout .wp-block-columns.alignwide {
    margin: 0 -20px;
    width: calc(100% + 40px); } }
.elementor-element-overlay ul > li:before {
  left: initial;
  right: initial; }

.elementor_library-template-default .header,
.elementor_library-template-default .page-title-container,
.elementor_library-template-default .footer,
.elementor_library-template-default .post-meta-header,
.elementor_library-template-default .post-title,
.elementor_library-template-default .post-meta-footer,
.elementor_library-template-default .top-bar,
.elementor_library-template-default .mobile-header-menu-container,
.elementor_library-template-default .mobile-header,
.elementor_library-template-default .sidebar {
  display: none !important; }

.elementor-editor-active .header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper,
.elementor-editor-active .mobile-header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
  position: relative;
  display: none;
  opacity: 0; }
.elementor-editor-active .content-wrapper:hover {
  z-index: 4;
  position: relative; }
.elementor-editor-active .elementor-container > .elementor-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.elementor-widget-wrap .elementor-widget:not(:last-child) {
  margin-bottom: 0; }

.elementor-widget-container .consultum_archive_listing_wrapper {
  padding-top: 0;
  padding-bottom: 0; }

.elementor-section + .elementor-section {
  margin-top: 80px; }

.elementor-section.elementor-section-container-align-left > .elementor-container {
  margin-left: 0; }
.elementor-section.elementor-section-container-align-right > .elementor-container {
  margin-right: 0; }

.elementor-section-stretched > .elementor-container {
  padding: 0 20px; }
  .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
    padding: 0; }
    .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
      padding: 0 20px; }
      .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
        padding: 0; }

.elementor-section-stretched.elementor-section-container-padding-remove > .elementor-container {
  padding: 0; }
  .elementor-section-stretched.elementor-section-container-padding-remove > .elementor-container .elementor-section > .elementor-container {
    padding: 0; }
.elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-inner-section.elementor-section-container-padding-remove > .elementor-container {
  padding: 0; }

.elementor-row {
  display: flex;
  width: 100%; }

.elementor-column-gap-default > .elementor-row {
  margin: -10px;
  width: calc(100% + 20px); }

.elementor-column-gap-narrow > .elementor-row {
  margin: -5px;
  width: calc(100% + 10px); }

.elementor-column-gap-extended > .elementor-row {
  margin: -15px;
  width: calc(100% + 30px); }

.elementor-column-gap-wide > .elementor-row {
  margin: -20px;
  width: calc(100% + 40px); }

.elementor-column-gap-wider > .elementor-row {
  margin: -30px;
  width: calc(100% + 60px); }

.elementor-section-content-top > .elementor-container > .elementor-row {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start; }

.elementor-section-content-bottom > .elementor-container > .elementor-row {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  align-content: flex-end; }

.elementor-section-content-middle > .elementor-container > .elementor-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center; }

@media (min-width: 768px) {
  .elementor-section + .elementor-section {
    margin-top: 120px; }

  .elementor-section-stretched > .elementor-container {
    padding: 0 30px; }
    .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
      padding: 0; }
      .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
        padding: 0 30px; }
        .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
          padding: 0; } }
@media (max-width: 991px) {
  .elementor-row {
    flex-wrap: wrap; } }
@media (min-width: 992px) {
  .elementor-section-full_width > .elementor-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

  .elementor-section-stretched > .elementor-container {
    padding: 0 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
      padding: 0; }
      .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        padding: 0 40px; }
        .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
          padding: 0; } }
@media (min-width: 1280px) {
  .elementor-section + .elementor-section {
    margin-top: 150px; } }
/* ---------- Dropcaps ---------- */
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
  margin-top: 0.36em;
  margin-bottom: 0.1em;
  font-size: 1.5em; }
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
  width: 1.6667em !important;
  height: 1.6667em !important;
  line-height: 1.6667em;
  font-size: 1em;
  font-weight: 700;
  text-align: center; }

/* Custom Animations */
@keyframes heading_border {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
@keyframes image_clip_right {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0); } }
@keyframes image_clip_left {
  from {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%); }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0); } }
.heading_border .consultum-heading {
  animation-duration: inherit; }
  .heading_border .consultum-heading .consultum-subheading {
    animation-duration: inherit; }
    .heading_border .consultum-heading .consultum-subheading:after {
      animation-name: heading_border;
      animation-duration: inherit; }

.image_clip_right .elementor-widget-container,
.image_clip_left .elementor-widget-container {
  animation-duration: inherit; }
  .image_clip_right .elementor-widget-container .elementor-image,
  .image_clip_left .elementor-widget-container .elementor-image {
    animation-duration: inherit; }
    .image_clip_right .elementor-widget-container .elementor-image img,
    .image_clip_left .elementor-widget-container .elementor-image img {
      animation-name: image_clip_right;
      animation-duration: inherit; }

.image_clip_right .elementor-widget-container .elementor-image img {
  animation-name: image_clip_right; }

.image_clip_left .elementor-widget-container .elementor-image img {
  animation-name: image_clip_left; }

/*********** Content Layout ***********/
.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .body-overlay.active {
    opacity: .5;
    pointer-events: auto; }

.content-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1210px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .content-wrapper.content-wrapper-remove-top-margin {
    margin-top: 0 !important; }
  .content-wrapper.content-wrapper-remove-bottom-margin {
    margin-bottom: 0 !important; }
  .content-wrapper .content {
    width: calc(100% - 40px);
    margin: 0 20px;
    position: relative;
    z-index: 1; }
  .content-wrapper .content-inner:after {
    content: '';
    display: table;
    clear: both; }

.content-wrapper:after {
  content: '';
  display: table;
  clear: both; }

.masonry-listing {
  font-size: 0;
  line-height: 1; }

.archive-listing {
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }
  .archive-listing .archive-listing-wrapper > div {
    -webkit-transition: transform 0.3s, opacity 0.5s;
    transition: transform 0.3s, opacity 0.5s; }
  .archive-listing.loading {
    overflow: hidden; }
    .archive-listing.loading .archive-listing-wrapper > div {
      -webkit-transform: scale(0.95, 0.95);
      -ms-transform: scale(0.95, 0.95);
      transform: scale(0.95, 0.95);
      opacity: .1; }

.grid-listing {
  font-size: 0;
  line-height: 1; }
  .grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
    width: 100%;
    display: inline-block;
    vertical-align: top; }

@media only screen and (min-width: 576px) {
  .grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
    width: 50%; }

  .content-wrapper {
    margin-top: 120px;
    margin-bottom: 110px; }
    .content-wrapper .content {
      width: calc(100% - 60px);
      margin: 0 30px;
      position: relative;
      z-index: 1; } }
@media only screen and (min-width: 992px) {
  .content-wrapper-sidebar-position-none .grid-listing.columns-3 .grid-item {
    width: 33.3333%; }
  .content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item {
    width: 25%; }

  .content-wrapper-sidebar-position-left .grid-listing.columns-3 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-3 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
    width: 33.3333%; }

  .content-wrapper {
    max-width: 1250px;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 150px auto; }
    .content-wrapper .sidebar {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
    .content-wrapper .content {
      margin: 0 20px; }
    .content-wrapper.content-wrapper-sidebar-position-left .sidebar {
      order: 1; }
    .content-wrapper.content-wrapper-sidebar-position-left .content {
      order: 2;
      max-width: 870px;
      margin: 0 20px 0 15px;
      width: calc(75% - 35px); }
    .content-wrapper.content-wrapper-sidebar-position-right .sidebar {
      order: 2; }
    .content-wrapper.content-wrapper-sidebar-position-right .content {
      order: 1;
      max-width: 870px;
      margin: 0 15px 0 20px;
      width: calc(75% - 35px); }
    .content-wrapper.content-wrapper-sidebar-position-none .content {
      width: calc(100% - 40px); } }
@media only screen and (min-width: 1200px) {
  .content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item {
    width: 25%; }
  .content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item {
    width: 20%; }
  .content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
    width: 16.6667%; } }
.sidebar {
  margin: 0 15px;
  max-width: 270px;
  width: calc(25% - 30px); }

@media only screen and (max-width: 991px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -320px;
    left: auto;
    -webkit-transition: right 0.3s, left 0.3s, opacity 0.3s;
    transition: right 0.3s, left 0.3s, opacity 0.3s;
    overflow-y: scroll;
    z-index: 999999;
    padding: 86px 20px 32px;
    width: 280px;
    max-width: none;
    margin: 0 !important;
    -webkit-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    opacity: 0; }
    .sidebar.active {
      right: 0;
      left: auto;
      opacity: 1; }
    .sidebar .shop-hidden-sidebar-close {
      position: absolute;
      right: 15px;
      left: initial;
      top: 30px;
      display: block;
      width: 16px;
      height: 16px;
      font: 400 normal 16px/16px 'fontello';
      cursor: pointer;
      text-align: center;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .sidebar .shop-hidden-sidebar-close:before {
        content: '\e803'; }

  .simple-sidebar-trigger {
    position: fixed;
    right: 0;
    left: auto;
    top: 50%;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font: 400 normal 18px/1 'fontello';
    z-index: 9;
    opacity: 1;
    border: solid 1px;
    border-right: none; }
    .simple-sidebar-trigger:before {
      content: '\e825';
      position: absolute;
      display: block;
      width: 18px;
      height: 18px;
      top: 50%;
      left: 50%;
      right: auto;
      margin: -9px 0 0 -9px; } }
@media only screen and (min-width: 992px) {
  .sidebar {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin: 0 20px;
    width: calc(25% - 40px); }
    .sidebar.sidebar-position-left {
      margin: 0 15px 0 20px;
      width: calc(25% - 35px); }
    .sidebar.sidebar-position-right {
      margin: 0 20px 0 15px;
      width: calc(25% - 35px); } }
/*********** Classic Blog Archive ***********/
.archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
  margin-top: 40px; }
.archive-listing-wrapper.standard-archive-listing-wrapper + .content-pagination {
  margin-top: 70px; }

.standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item {
  padding: 0 0 27px; }

.standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item,
.grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-labels,
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-labels {
    position: relative;
    z-index: 4; }
    .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-labels:not(:first-child),
    .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-labels:not(:first-child) {
      position: absolute;
      top: 0;
      left: 0; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-header:not(:first-child),
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-header:not(:first-child) {
    margin-top: 30px; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-title:not(:first-child),
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-title:not(:first-child) {
    margin-top: 15px; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-content:not(:first-child),
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-content:not(:first-child) {
    margin-top: 13px; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-item-tags:before,
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-item-tags:before {
    content: '# '; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-item-tags a,
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-item-tags a {
    display: inline-block; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-item-tags:not(:first-child),
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
    margin-top: 13px; }

.standard-blog-item-wrapper:not(.consultum-format-quote) {
  border-bottom-width: 2px;
  border-bottom-style: solid; }
.standard-blog-item-wrapper .post-title {
  line-height: 1.2em; }

.sticky .post-labels,
.status-sticky .post-labels {
  padding: 0 0 0 30px; }
  .sticky .post-labels:before,
  .status-sticky .post-labels:before {
    content: '\f08d';
    position: absolute;
    display: block;
    width: 24px;
    height: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 0;
    right: initial;
    top: 0;
    font: 700 normal 14px/27px 'Font Awesome 5 Free';
    text-align: center;
    padding: 0 0 0 1px; }

.post-meta-header {
  font-size: 0;
  line-height: 1; }
  .post-meta-header:not(:first-child) {
    margin: 28px 0 0; }
  .post-meta-header .post-meta-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1em;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.05em; }
    .post-meta-header .post-meta-item:not(:last-child) {
      margin: 0 22px 0 0; }
      .post-meta-header .post-meta-item:not(:last-child):before {
        content: '';
        position: absolute;
        display: block;
        width: 3px;
        height: 3px;
        right: -12px;
        left: initial;
        top: .4em;
        -webkit-border-radius: 50%;
        border-radius: 50%; }

.post-more-button:not(:first-child) {
  margin-top: 15px; }
.post-more-button a {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  letter-spacing: -.02em;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .post-more-button a span {
    line-height: 1.7143em;
    font-size: 0.875em;
    display: inline-block;
    vertical-align: top;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) 1px;
    transition: background-size 0.2s linear var(--background-delay, 0.15s);
    transform: translateZ(0); }
  .post-more-button a svg {
    vertical-align: top;
    display: inline;
    line-height: 1;
    width: 20px;
    height: 30px;
    position: relative;
    left: -4px;
    right: initial;
    top: -3px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
    margin: 0 0 -10px; }
  .post-more-button a:hover {
    --background-size: 0%;
    --background-delay: 0s;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s; }

@media screen and (min-width: 768px) {
  .archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
    margin-top: 60px; }

  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item {
    padding: 0 0 40px; }

  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-header:not(:first-child),
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-header:not(:first-child) {
    margin-top: 33px; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-title:not(:first-child),
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-title:not(:first-child) {
    margin-top: 15px; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-content:not(:first-child),
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-content:not(:first-child) {
    margin-top: 13px; }
  .standard-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-item-tags:not(:first-child),
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
    margin-top: 15px; }

  .post-more-button:not(:first-child) {
    margin-top: 20px; } }
/*********** Classic Blog Archive ***********/
.archive-listing-wrapper.grid-listing {
  margin: 0 -15px -30px; }
  .archive-listing-wrapper.grid-listing .grid-item {
    padding: 0 15px;
    margin: 0 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .archive-listing-wrapper.grid-listing + .content-pagination {
    margin-top: 55px; }

.grid-blog-item-wrapper:not(.consultum-format-quote) {
  border: none; }
  .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item {
    padding: 0 0 27px; }
    .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-meta-header:not(:first-child) {
      margin-top: 27px; }
    .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-title {
      line-height: 1.28em; }
      .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-title:not(:first-child) {
        margin-top: 15px; }
    .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item .post-content:not(:first-child) {
      margin-top: 8px; }
.grid-blog-item-wrapper .post-grid-item-content {
  padding: 30px; }
  .grid-blog-item-wrapper .post-grid-item-content:last-child {
    margin-bottom: -27px; }
.grid-blog-item-wrapper .post-media-wrapper {
  margin-bottom: -27px; }
.grid-blog-item-wrapper .post-grid-media-wrapper {
  position: relative; }

@media screen and (min-width: 768px) {
  .grid-blog-item-wrapper:not(.consultum-format-quote) {
    border: none; }
    .grid-blog-item-wrapper:not(.consultum-format-quote) .blog-item {
      padding: 0 0 40px; }
    .grid-blog-item-wrapper:not(.consultum-format-quote) .post-grid-item-content:last-child {
      margin-bottom: -40px; }
    .grid-blog-item-wrapper:not(.consultum-format-quote) .post-media-wrapper {
      margin-bottom: -40px; } }
/*********** Blog Single Layout ***********/
.single-post {
  position: relative; }
  .single-post .post-quote:not(:last-child) {
    margin-bottom: 25px; }

.single-post .post-meta-header:not(:first-child) {
  margin-top: 33px; }
.single-post .post-media-wrapper {
  position: relative;
  overflow: hidden; }

.single-post .post-labels {
  margin: 0;
  position: relative;
  z-index: 4; }
  .single-post .post-labels:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0; }
.single-post.consultum-format-quote .post-labels:not(:first-child) {
  position: relative;
  margin-top: 10px; }

.single-post > .post-title {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.02em; }
  .single-post > .post-title:not(:first-child) {
    margin: 16px 0 0; }

.single-post .post-content:after {
  content: '';
  display: table;
  clear: both; }
.single-post .post-content:not(:first-child) {
  margin: 20px 0 0; }

.single-post .post-meta-footer {
  position: relative;
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .single-post .post-meta-footer:not(:first-child) {
    margin: 39px -15px 0;
    padding: 37px 0 0;
    position: relative; }
    .single-post .post-meta-footer:not(:first-child):before {
      content: '';
      position: absolute;
      display: block;
      left: 15px;
      right: 15px;
      top: 0;
      height: 2px; }
  .single-post .post-meta-footer .post-meta-item {
    margin: 0 15px;
    font-size: 14px;
    font-weight: 500; }
    .single-post .post-meta-footer .post-meta-item:not(:last-child) {
      margin-bottom: 10px; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
      text-align: center;
      margin: -10px 10px 0;
      font-size: 0;
      line-height: 1; }
      .single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
        margin-bottom: 20px; }
      .single-post .post-meta-footer .post-meta-item.post-meta-item-tags a {
        display: inline-block;
        vertical-align: top;
        margin: 10px 4px 0;
        position: relative;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 11px;
        font-weight: 500;
        -webkit-transition: color 0.3s, background-color 0.3s;
        transition: color 0.3s, background-color 0.3s; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
      text-align: center; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-author {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      letter-spacing: 0.05em; }

.post-password-form {
  margin: 2rem 0;
  position: relative;
  z-index: 2; }
  .post-password-form label {
    display: block;
    font-size: 0;
    line-height: 1;
    width: 100%; }
  .post-password-form input[type="submit"],
  .post-password-form button {
    width: 100%;
    margin: 10px 0 0; }

@media screen and (min-width: 576px) {
  .post-password-form p {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative; }
  .post-password-form label {
    width: 50%; }
  .post-password-form input[type="submit"],
  .post-password-form button {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 0 0 20px;
    width: auto; }
  .post-password-form button {
    padding: 15px 40px !important;
    min-width: 120px !important; } }
@media screen and (min-width: 768px) {
  .post-meta-header .post-meta-item:not(:last-child) {
    margin: 0 22px 0 0; }
    .post-meta-header .post-meta-item:not(:last-child):before {
      right: -12px;
      left: initial; }

  .single-post .post-meta-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .single-post .post-meta-footer .post-meta-item:not(:last-child) {
      margin-bottom: 0; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
      text-align: right; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
      text-align: left; }
      .single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
        margin-bottom: 0; } }
/********** 404 Page **********/
.error-404-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  padding: 35px 20px;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  .error-404-container .error-404-header .logo-container {
    margin: 0; }
  .error-404-container .error-404-image {
    display: block;
    margin: 0 auto;
    max-width: 80%; }
    .error-404-container .error-404-image:not(:first-child) {
      margin-top: 58px; }
  .error-404-container .error-404-inner {
    padding: 40px 0; }
    .error-404-container .error-404-inner .error-404-content {
      max-width: 630px;
      margin: 0 auto; }
    .error-404-container .error-404-inner .error-404-button {
      position: relative;
      z-index: 2;
      font-size: 0;
      line-height: 1; }
      .error-404-container .error-404-inner .error-404-button:not(:first-child) {
        margin: 34px 0 0; }
      .error-404-container .error-404-inner .error-404-button .consultum-button {
        min-width: 133px; }
    .error-404-container .error-404-inner .error-404-info-text:not(:first-child) {
      margin: 10px 0 0; }

@media only screen and (min-width: 576px) {
  .error-404-container {
    padding: 68px 40px 80px; }
    .error-404-container .error-404-inner {
      padding: 65px 0 55px; } }
/********** Search Result Page **********/
.search-form {
  position: relative;
  padding: 4px; }
  .search-form .search-form-field {
    background: none;
    outline: none;
    padding: 8px 55px 8px 0;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .search-form .search-form-field::-webkit-input-placeholder {
      opacity: 1; }
    .search-form .search-form-field:-moz-placeholder {
      opacity: 1; }
    .search-form .search-form-field::-moz-placeholder {
      opacity: 1; }
    .search-form .search-form-field:-ms-input-placeholder {
      opacity: 1; }
  .search-form .search-form-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 8px;
    z-index: 2;
    text-align: center;
    font: 400 normal 19px/20px 'fontello';
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .search-form .search-form-icon:before {
      content: '\e81b'; }

.consultum-no-results-title {
  text-align: center; }

.consultum-no-result-search-form {
  max-width: 800px;
  margin: 0 auto; }
  .consultum-no-result-search-form .search-form-icon {
    bottom: initial;
    top: 20px;
    right: 20px; }

/*********** Case Studies Archive ***********/
.elementor-widget-consultum_case_study_listing.consultum_case_study_listing-border-hide .archive-listing-wrapper.case-study-listing-wrapper.case-study-grid-listing .grid-item .blog-item {
  border-top-width: 0;
  padding: 0; }

.archive-listing-wrapper.case-study-listing-wrapper {
  margin: -15px -15px -45px -15px;
  font-size: 0;
  line-height: 1; }
  .archive-listing-wrapper.case-study-listing-wrapper.isotope-trigger:after {
    content: '';
    display: table;
    clear: both; }
  .archive-listing-wrapper.case-study-listing-wrapper.owl-carousel {
    width: calc(100% + 30px);
    margin: 0 -15px; }
  .archive-listing-wrapper.case-study-listing-wrapper + .content-pagination {
    margin-top: 45px; }
  .archive-listing-wrapper.case-study-listing-wrapper .grid-item {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .archive-listing-wrapper.case-study-listing-wrapper .grid-item .post-grid-media-wrapper:not(:first-child) {
      margin-top: 30px; }
    .archive-listing-wrapper.case-study-listing-wrapper .grid-item .post-media-wrapper {
      font-size: 0;
      line-height: 1; }
      .archive-listing-wrapper.case-study-listing-wrapper .grid-item .post-media-wrapper a {
        position: relative;
        display: inline-block; }
  .archive-listing-wrapper.case-study-listing-wrapper.case-study-grid-listing .grid-item .blog-item {
    border-top-width: 2px;
    border-top-style: solid;
    padding: 28px 0 0;
    margin-bottom: 30px; }
  .archive-listing-wrapper.case-study-listing-wrapper.case-study-grid-listing .grid-item .post-media-wrapper {
    margin-bottom: 0; }
    .archive-listing-wrapper.case-study-listing-wrapper.case-study-grid-listing .grid-item .post-media-wrapper a {
      display: block;
      padding-bottom: 55.5%; }
      .archive-listing-wrapper.case-study-listing-wrapper.case-study-grid-listing .grid-item .post-media-wrapper a img.wp-post-image {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

@media only screen and (min-width: 576px) {
  .case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-3 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-4 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-5 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-6 .grid-blog-item-wrapper {
    width: 50%; } }
@media only screen and (min-width: 992px) {
  .case-study-listing-wrapper.case-study-grid-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .case-study-listing-wrapper.case-study-grid-listing.columns-3 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-6 .grid-blog-item-wrapper {
      width: 33.3333%; }
    .case-study-listing-wrapper.case-study-grid-listing.columns-4 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-5 .grid-blog-item-wrapper {
      width: 25%; } }
@media only screen and (min-width: 1200px) {
  .case-study-listing-wrapper.case-study-grid-listing.columns-5 .grid-blog-item-wrapper {
    width: 20%; }
  .case-study-listing-wrapper.case-study-grid-listing.columns-6 .grid-blog-item-wrapper {
    width: 16.6667%; } }
/*********** Case Studies Single ***********/
.single-consultum_case_study .content-wrapper.content-wrapper-sidebar-position-right .content, .single-consultum_case_study .content-wrapper.content-wrapper-sidebar-position-left .content {
  max-width: 770px; }
.single-consultum_case_study .content-wrapper.content-wrapper-sidebar-position-right .sidebar, .single-consultum_case_study .content-wrapper.content-wrapper-sidebar-position-left .sidebar {
  max-width: 370px; }
.single-consultum_case_study .content-wrapper .sidebar {
  padding-bottom: 40px;
  border-bottom-width: 2px;
  border-bottom-style: solid; }
.single-consultum_case_study .post-title {
  margin-bottom: 0.3em; }
.single-consultum_case_study .case_study_media_wrapper {
  position: relative; }
  .single-consultum_case_study .case_study_media_wrapper .post-media-wrapper .post-media-decoration {
    position: absolute;
    bottom: 0;
    right: 0; }
  .single-consultum_case_study .case_study_media_wrapper .post-labels:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0; }

.case_study-info {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }
  .case_study-info td {
    border: none !important;
    vertical-align: top;
    padding: 5px 15px 5px 0 !important; }
  .case_study-info .case_study_info-item .case_study_info-item-title {
    width: 38%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    word-break: break-word; }
  .case_study-info .case_study_info-item .case_study_info-item-content {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em; }

.case_study_testimonial_button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73%; }

.single-post.consultum_case_study {
  max-width: 970px;
  margin: 0 auto; }

@media screen and (min-width: 540px) {
  .results-wrapper .results-boxes.result-boxes-direction-horizontal {
    text-align: center;
    margin: 0 -15px;
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .results-wrapper .results-boxes.result-boxes-direction-horizontal .result-box {
      margin: 0 15px; } }
@media screen and (min-width: 768px) {
  .results-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .results-wrapper .results-content {
      width: 100%; }
    .results-wrapper .results-boxes:not(:first-child) {
      margin: 0; }
    .results-wrapper .results-boxes.result-boxes-direction-vertical {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      margin: 0 0 0 50px;
      text-align: right; } }
@media screen and (min-width: 1280px) {
  .case_study-info {
    width: 75% !important; }
    .case_study-info .case_study_info-item .case_study_info-item-title {
      width: 28%; } }
/********** Portfolio Archive **********/
.consultum-portfolios-listing-widget .owl-dots {
  margin-top: 35px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto; }
  .consultum-portfolios-listing-widget .owl-dots .owl-dot:first-child {
    margin-left: 0; }
  .consultum-portfolios-listing-widget .owl-dots .owl-dot:last-child {
    margin-right: 0; }

.portfolio-listing-wrapper {
  margin: -5px; }
  .portfolio-listing-wrapper.isotope-trigger:after {
    content: '';
    display: table;
    clear: both; }
  .portfolio-listing-wrapper.owl-carousel {
    width: calc(100% + 10px);
    margin: 0 -5px; }
    .portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-content {
      background: none;
      overflow: hidden; }
      .portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-content:before {
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transition: left 0.3s;
        transition: left 0.3s; }
      .portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-content .post-title {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    .portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper:hover .portfolio-item-content {
      opacity: 1; }
      .portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper:hover .portfolio-item-content:before {
        left: -100%; }
      .portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper:hover .portfolio-item-content .post-title {
        opacity: 0; }
  .portfolio-listing-wrapper .portfolio-item-wrapper {
    margin: 0;
    position: relative;
    width: 100%; }
    .portfolio-listing-wrapper .portfolio-item-wrapper.slider-item .post-title {
      display: block; }
      .portfolio-listing-wrapper .portfolio-item-wrapper.slider-item .post-title:before {
        content: '';
        display: block;
        height: 2px;
        width: 82%;
        margin-bottom: 2px; }
    .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item {
      padding: 5px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%; }
    .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link {
      display: block;
      position: relative;
      text-decoration: none; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media {
        display: block;
        overflow: hidden;
        position: relative;
        font-size: 0;
        line-height: 1;
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link img {
        width: 100%;
        position: relative;
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link:hover .portfolio-item-media {
        -webkit-transform: scale(0.93, 0.93);
        -ms-transform: scale(0.93, 0.93);
        transform: scale(0.93, 0.93); }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link:hover img {
        -webkit-transform: scale(1.17, 1.17);
        -ms-transform: scale(1.17, 1.17);
        transform: scale(1.17, 1.17); }
    .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-content {
      position: absolute;
      padding: 16px 20px 16px 26px;
      left: 0;
      right: initial;
      bottom: 30px;
      opacity: 1;
      -webkit-transition: bottom 0.3s, opacity 0.3s;
      transition: bottom 0.3s, opacity 0.3s;
      z-index: 3; }
    .portfolio-listing-wrapper .portfolio-item-wrapper .post-title {
      position: relative;
      font-weight: 500;
      letter-spacing: -0.02em; }
    .portfolio-listing-wrapper .portfolio-item-wrapper:hover .portfolio-item-content {
      opacity: 0;
      bottom: 50px; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .grid-sizer {
    width: 100%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item {
    position: relative;
    height: 0;
    overflow: hidden; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    display: block; }
    .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block; }
      .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item {
    padding: 75% 0 0; }

@media only screen and (min-width: 576px) {
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-2 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
    width: 50%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .grid-sizer {
    width: 50%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .portfolio-item-wrapper:nth-child(3n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(3n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(3n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(3n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(3n+2) {
    width: 50%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .portfolio-item-wrapper:nth-child(3n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(3n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(3n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(3n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(3n) {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .consultum-portfolios-listing-widget .owl-dots {
    margin-top: 55px; }

  .portfolio-listing-wrapper.portfolio-grid-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .portfolio-listing-wrapper.portfolio-grid-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
      width: 33.3333%; }
    .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper {
      width: 25%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .grid-sizer {
    width: 33.3333%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n) {
    width: 33.3333%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+4) {
    width: 66.6666%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .grid-sizer {
    width: 25%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+6), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+8), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+9), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+6), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+8), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+9), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n) {
    width: 25%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+7), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+7) {
    width: 50%; } }
@media only screen and (min-width: 992px) {
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper {
    width: 20%; }
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
    width: 16.6667%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .grid-sizer {
    width: 20%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+7), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n) {
    width: 20%; }
    .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+1) .portfolio-item, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+4) .portfolio-item, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+7) .portfolio-item, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n) .portfolio-item {
      padding: 74.999% 0 0; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+6) {
    width: 40%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .grid-sizer {
    width: 16.6666%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+6), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+8), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+10), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+11), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n) {
    width: 16.6666%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+7), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+9) {
    width: 33.3333%; } }
/********** Single Portfolio **********/
.single-portfolio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .single-portfolio .portfolio-post-gallery {
    width: 100%;
    order: 2; }
    .single-portfolio .portfolio-post-gallery .single-post-gallery-image-item:not(:first-child) {
      margin: 10px 0 0; }
    .single-portfolio .portfolio-post-gallery .single-post-gallery-image-item img {
      position: relative; }
  .single-portfolio .portfolio-post-content {
    width: 100%;
    order: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .single-portfolio .portfolio-post-content:not(:first-child) {
      padding: 0 0 65px; }
    .single-portfolio .portfolio-post-content .portfolio-post-title {
      -ms-word-wrap: break-word;
      word-wrap: break-word; }
    .single-portfolio .portfolio-post-content .portfolio-post-meta:not(:first-child) {
      margin-top: 37px; }
    .single-portfolio .portfolio-post-content .portfolio-post-meta .portfolio-post-meta-label {
      font-weight: 600; }
    .single-portfolio .portfolio-post-content .portfolio-post-meta-item:not(:first-child) {
      margin-top: 4px; }
    .single-portfolio .portfolio-post-content .portfolio-post-meta-item .wrapper-socials {
      margin: -3px 0 0 3px;
      display: inline-block; }

@media only screen and (min-width: 768px) {
  .single-portfolio {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .single-portfolio .portfolio-post-gallery {
      width: 45.3%;
      order: 1;
      padding: 0; }
    .single-portfolio .portfolio-post-content {
      width: 54.7%;
      order: 2; }
      .single-portfolio .portfolio-post-content:not(:first-child) {
        padding: 0 0 0 30px;
        margin-top: -8px; } }
@media only screen and (min-width: 992px) {
  .single-portfolio .portfolio-post-content:not(:first-child) {
    padding: 0 0 0 45px; } }
@media only screen and (min-width: 1200px) {
  .single-portfolio .portfolio-post-content:not(:first-child) {
    padding: 0 0 0 70px; } }
/********** Projects Archive **********/
.project-listing-wrapper {
  margin: 0 -15px -60px; }
  .project-listing-wrapper.isotope-trigger:after {
    content: '';
    display: table;
    clear: both; }
  .project-listing-wrapper.owl-carousel {
    width: calc(100% + 30px);
    margin: 0 -15px; }
  .project-listing-wrapper .project-item-wrapper {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 0 15px 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .project-listing-wrapper .project-item-wrapper.slider-item {
      padding-bottom: 0; }
    .project-listing-wrapper .project-item-wrapper .project-item {
      display: block;
      position: relative;
      text-decoration: none; }
      .project-listing-wrapper .project-item-wrapper .project-item .project-item-media {
        display: block;
        overflow: hidden;
        position: relative;
        font-size: 0;
        line-height: 1;
        height: 0;
        padding-bottom: 88%; }
        .project-listing-wrapper .project-item-wrapper .project-item .project-item-media:before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 2; }
      .project-listing-wrapper .project-item-wrapper .project-item img {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover; }
    .project-listing-wrapper .project-item-wrapper .project-item-content-inner {
      display: block; }
    .project-listing-wrapper .project-item-wrapper .project-item-content {
      display: block; }
      .project-listing-wrapper .project-item-wrapper .project-item-content:not(:first-child) {
        margin: 34px 0 0; }
    .project-listing-wrapper .project-item-wrapper .post-title {
      font-size: 20px;
      line-height: 1.4em;
      font-weight: 500;
      display: block; }
    .project-listing-wrapper .project-item-wrapper .project-item-categories {
      font-size: 14px;
      line-height: 2.1429em;
      display: block; }
      .project-listing-wrapper .project-item-wrapper .project-item-categories:not(:first-child) {
        margin: 7px 0 0; }
    .project-listing-wrapper .project-item-wrapper .project-excerpt {
      display: none; }
      .project-listing-wrapper .project-item-wrapper .project-excerpt:not(:first-child) {
        margin-top: 0.6em; }
  .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item .project-item-media:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #181818;
    opacity: .15;
    z-index: 2; }
  .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-categories {
    display: inline-block;
    padding: 5px 15px; }
  .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content-inner {
    max-width: 80%;
    padding: 20px; }
  .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content, .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content:not(:first-child) {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 3; }
  .project-listing-wrapper.project-grid-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .project-listing-wrapper.project-masonry-listing .grid-sizer {
    width: 25%; }

.consultum-projects-listing-widget .content-pagination:not(:first-child) {
  margin-top: 55px; }

@media only screen and (min-width: 576px) {
  .project-listing-wrapper.project-grid-listing.columns-2 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-4 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-5 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
    width: 50%; }
  .project-listing-wrapper.project-masonry-listing.columns-2 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-4 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-5 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-6 .project-item-wrapper {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .project-listing-wrapper .project-item-wrapper .project-excerpt {
    display: block; }
  .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content, .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content:not(:first-child) {
    bottom: 25px; }
  .project-listing-wrapper.project-grid-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
    width: 33.3333%; }
  .project-listing-wrapper.project-grid-listing.columns-4 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-5 .project-item-wrapper {
    width: 25%; }
  .project-listing-wrapper.project-masonry-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-6 .project-item-wrapper {
    width: 33.3333%; }
  .project-listing-wrapper.project-masonry-listing.columns-4 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-5 .project-item-wrapper {
    width: 25%; } }
@media only screen and (min-width: 992px) {
  .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content-inner {
    max-width: 65%;
    padding: 30px 40px 30px 35px; }
  .project-listing-wrapper .project-item-wrapper .post-title {
    font-size: 25px; }
  .project-listing-wrapper.project-grid-listing.columns-5 .project-item-wrapper {
    width: 20%; }
  .project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
    width: 16.6667%; }
  .project-listing-wrapper.project-masonry-listing.columns-5 .project-item-wrapper {
    width: 20%; }
  .project-listing-wrapper.project-masonry-listing.columns-6 .project-item-wrapper {
    width: 16.6667%; } }
@media only screen and (min-width: 1500px) {
  .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content, .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content:not(:first-child) {
    bottom: 50px; } }
/********** Single Project **********/
.single-project {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .single-project:not(:last-child) {
    margin-bottom: 80px; }
  .single-project .project-post-gallery {
    width: 100%;
    order: 2; }
    .single-project .project-post-gallery .single-post-gallery-image-item:not(:first-child) {
      margin: 10px 0 0; }
    .single-project .project-post-gallery .single-post-gallery-image-item img {
      position: relative; }
  .single-project .project-post-title-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    .single-project .project-post-title-wrapper .consultum-heading-content {
      margin-top: 10px; }
  .single-project .project-post-content {
    width: 100%;
    order: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .single-project .project-post-content:not(:first-child) {
      margin-top: 15px; }
    .single-project .project-post-content .project-post-title {
      -ms-word-wrap: break-word;
      word-wrap: break-word; }
    .single-project .project-post-content .project-post-meta-wrapper {
      border-top-width: 2px;
      border-top-style: solid; }
      .single-project .project-post-content .project-post-meta-wrapper:not(:first-child) {
        margin-top: 30px; }
    .single-project .project-post-content .project-post-meta {
      margin: 20px -15px 0; }
      .single-project .project-post-content .project-post-meta .project-post-meta-label {
        margin: 0 0 8px; }
    .single-project .project-post-content .project-post-meta-item {
      padding: 15px 0 0;
      margin: 0 15px; }
    .single-project .project-post-content .project-post-button {
      font-size: 0;
      line-height: 1; }
      .single-project .project-post-content .project-post-button:not(:first-child) {
        margin-top: 40px; }
      .single-project .project-post-content .project-post-button .consultum-button {
        min-width: 133px; }

@media only screen and (min-width: 576px) {
  .single-project .project-post-content .project-post-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0; }
  .single-project .project-post-content .project-post-meta-item {
    width: calc(33.3333% - 30px);
    padding: 35px 0 0; }
    .single-project .project-post-content .project-post-meta-item:not(:first-child) {
      margin-top: 0; }
    .single-project .project-post-content .project-post-meta-item br {
      display: initial; } }
@media only screen and (min-width: 768px) {
  .single-project {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .single-project:not(:last-child) {
      margin-bottom: 120px; } }
@media only screen and (min-width: 992px) {
  .single-project .project-post-title-wrapper {
    width: 50%;
    padding-right: 15px; }
  .single-project .project-post-content {
    width: 50%;
    padding-left: 15px;
    order: 2; }
    .single-project .project-post-content:not(:first-child) {
      margin-top: 20px; }
  .single-project .project-post-title-wrapper.with_subtitle + .project-post-content:not(:first-child) {
    margin-top: 60px; } }
@media only screen and (min-width: 1280px) {
  .single-project:not(:last-child) {
    margin-bottom: 150px; } }
/********** Services Archive **********/
.service-listing-wrapper {
  margin: 0 -15px -30px;
  font-size: 0;
  line-height: 1; }
  .service-listing-wrapper .service-item {
    border-width: 1px;
    border-style: solid;
    position: relative;
    -webkit-transition: box-shadow 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
    cursor: default;
    padding: 34px 30px 35px; }
    .service-listing-wrapper .service-item:hover {
      -webkit-box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05); }
    .service-listing-wrapper .service-item .service-post-title {
      margin: 0;
      line-height: 1.4em; }
    .service-listing-wrapper .service-item .service-item-excerpt {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .service-listing-wrapper .service-item .service-item-excerpt:not(:first-child) {
        margin: 15px 0 0; }
    .service-listing-wrapper .service-item .service-item-icon {
      position: relative;
      padding-right: 0; }
      .service-listing-wrapper .service-item .service-item-icon:not(:first-child) {
        margin-top: 40px; }
      .service-listing-wrapper .service-item .service-item-icon:not(:last-child) {
        margin-bottom: 40px; }
      .service-listing-wrapper .service-item .service-item-icon .service-icon {
        margin-right: 0;
        width: 1em;
        height: 1em;
        font-size: 45px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center; }
      .service-listing-wrapper .service-item .service-item-icon i {
        font-size: 1em;
        line-height: 1; }
  .service-listing-wrapper .service-item-wrapper {
    padding: 0 15px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .service-listing-wrapper.service-slider-listing .service-item-wrapper .service-item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.consultum-service-listing-widget .owl-dots {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 27px;
  text-align: left; }
  .consultum-service-listing-widget .owl-dots .owl-dot:first-child {
    margin-left: 0; }
  .consultum-service-listing-widget .owl-dots .owl-dot:last-child {
    margin-right: 0; }

.elementor-widget-consultum_services_listing.icon-position-bottom .service-slider-listing .service-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
.elementor-widget-consultum_services_listing.view_type-1 .service-slider-listing {
  margin: 0; }
  .elementor-widget-consultum_services_listing.view_type-1 .service-slider-listing .service-item-wrapper {
    padding: 0; }
.elementor-widget-consultum_services_listing.view_type-1 .owl-stage {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .elementor-widget-consultum_services_listing.view_type-1 .owl-stage .owl-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .elementor-widget-consultum_services_listing.view_type-1 .owl-stage .owl-item.active + .active .service-item {
      border-left-color: transparent; }
    .elementor-widget-consultum_services_listing.view_type-1 .owl-stage .owl-item .service-item-wrapper {
      height: 100%; }
      .elementor-widget-consultum_services_listing.view_type-1 .owl-stage .owl-item .service-item-wrapper .service-item {
        height: inherit; }
.elementor-widget-consultum_services_listing.view_type-2 .service-slider-listing .owl-stage-outer {
  padding: 20px 0 0;
  margin-top: -20px; }
.elementor-widget-consultum_services_listing.view_type-2 .service-listing-wrapper {
  margin: 0 -4px;
  width: calc(100% + 8px); }
  .elementor-widget-consultum_services_listing.view_type-2 .service-listing-wrapper .service-item {
    border: none;
    padding: 0;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }
    .elementor-widget-consultum_services_listing.view_type-2 .service-listing-wrapper .service-item:hover {
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }
    .elementor-widget-consultum_services_listing.view_type-2 .service-listing-wrapper .service-item .service-item-title-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      padding: 0 40px 40px; }
    .elementor-widget-consultum_services_listing.view_type-2 .service-listing-wrapper .service-item .service-post-title {
      position: absolute;
      left: 40px;
      bottom: 40px;
      right: 40px;
      top: initial;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
    .elementor-widget-consultum_services_listing.view_type-2 .service-listing-wrapper .service-item .service-item-media img {
      width: 100%; }
  .elementor-widget-consultum_services_listing.view_type-2 .service-listing-wrapper .service-item-wrapper {
    padding: 0 4px; }

@media only screen and (min-width: 576px) {
  .service-listing-wrapper.service-grid-listing.columns-2 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .consultum-service-listing-widget .owl-dots {
    margin-top: 47px; } }
@media only screen and (min-width: 992px) {
  .service-listing-wrapper.service-grid-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
      width: 33.3333%; }

  .service-grid-listing.service-grid-listing.columns-3 .service-item-wrapper {
    width: 33.3333%; }
  .service-grid-listing.service-grid-listing.columns-4 .service-item-wrapper {
    width: 25%; }
  .service-grid-listing.service-grid-listing.columns-5 .service-item-wrapper {
    width: 20%; }
  .service-grid-listing.service-grid-listing.columns-6 .service-item-wrapper {
    width: 16.6667%; } }
/********** Single Service **********/
.single-service .post-title {
  margin-bottom: 0.25em; }
  .single-service .post-title:not(:first-child) {
    margin-top: 40px; }
.single-service .post-media-wrapper {
  position: relative;
  overflow: hidden; }
  .single-service .post-media-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/service-media-decoration.png");
    background-size: cover;
    width: 90px;
    height: 70px; }
.single-service .benefits-wrapper-title,
.single-service .help-wrapper-title {
  margin-bottom: 1.2em; }
.single-service .benefits-wrapper {
  margin: 0 -5px;
  font-size: 0;
  line-height: 1; }
  .single-service .benefits-wrapper .benefit-item-wrapper {
    width: calc(100% - 10px);
    padding: 0 5px 10px;
    display: inline-block;
    vertical-align: top; }
  .single-service .benefits-wrapper .benefit-item {
    border-width: 2px;
    border-style: solid;
    position: relative;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    padding: 35px 10px 30px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default; }
    .single-service .benefits-wrapper .benefit-item:hover {
      -webkit-box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05); }
  .single-service .benefits-wrapper .benefit-item-icon {
    width: 41px;
    height: 51px;
    text-align: center;
    position: relative;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .single-service .benefits-wrapper .benefit-item-icon i {
      font-size: 51px;
      line-height: 1;
      position: relative;
      z-index: 2; }
  .single-service .benefits-wrapper .benefit-item-title {
    width: 100%; }
    .single-service .benefits-wrapper .benefit-item-title:not(:first-child) {
      margin: 0 0 0 30px; }
.single-service .help-wrapper {
  margin-top: 5px; }
.single-service .help-item {
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  .single-service .help-item .help-item-title {
    padding: 21px 50px 21px 0;
    position: relative;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: -0.03em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .single-service .help-item .help-item-title:after {
      content: '+';
      width: 15px;
      height: 25px;
      position: absolute;
      display: block;
      right: 0;
      left: initial;
      top: 50%;
      margin: -12px 0 0;
      font-size: 25px;
      line-height: 1em;
      text-align: center;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .single-service .help-item .help-item-content {
    padding: 0 0 30px 3px;
    display: none; }
  .single-service .help-item.active .help-item-title:after {
    opacity: 0; }

.single-service .service-post-content ul > li {
  font-weight: 600;
  padding: 0 0 0 36px; }
  .single-service .service-post-content ul > li:not(:last-child) {
    margin-bottom: 0.5em; }
  .single-service .service-post-content ul > li:before {
    content: '\e90b';
    font-family: 'icomoon';
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1em;
    width: 1.125em;
    height: 1.125em;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: 0;
    top: 0.35em;
    background: none; }

@media only screen and (min-width: 576px) {
  .single-service .post-media-wrapper:before {
    width: 126px;
    height: 99px; }
  .single-service .benefits-wrapper .benefit-item-wrapper {
    width: calc(50% - 10px);
    padding: 0 5px 10px; } }
@media only screen and (min-width: 768px) {
  .content-wrapper-sidebar-position-right .single-service .benefits-wrapper .benefit-item-wrapper,
  .content-wrapper-sidebar-position-left .single-service .benefits-wrapper .benefit-item-wrapper {
    width: calc(50% - 30px); }

  .single-service .benefits-wrapper {
    margin: 0 -15px; }
    .single-service .benefits-wrapper .benefit-item-wrapper {
      width: calc(33.3333% - 30px);
      padding: 0 15px 15px; } }
@media only screen and (min-width: 1240px) {
  .content-wrapper-sidebar-position-right .single-service .benefits-wrapper .benefit-item-wrapper,
  .content-wrapper-sidebar-position-left .single-service .benefits-wrapper .benefit-item-wrapper {
    width: calc(33.3333% - 30px); } }
/********** Team Members Archive **********/
.team-listing-wrapper {
  margin: 0 -15px -45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .team-listing-wrapper .team-item-wrapper {
    padding: 0 15px;
    margin: 0 0 45px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

.team-item {
  overflow: hidden;
  position: relative; }
  .team-item .team-item-link {
    display: block;
    text-decoration: none; }
  .team-item .team-item-media {
    display: block;
    position: relative;
    overflow: hidden;
    height: 317px; }
    .team-item .team-item-media img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top center;
      object-position: top center;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .team-item .team-item-content {
    display: block; }
    .team-item .team-item-content:not(:first-child) {
      margin: 30px 30px 0 0; }
  .team-item .post-title {
    font-size: 20px;
    line-height: 1.75em;
    font-weight: 500;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .team-item .post-title:not(:first-child) {
      margin-top: 3px; }
    .team-item .post-title:before {
      content: '';
      display: block;
      width: 132px;
      max-width: 100%;
      height: 2px;
      margin-left: 1px;
      margin-bottom: 3px; }
  .team-item .team-item-position {
    display: block;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em; }
    .team-item .team-item-position:not(:first-child) {
      margin: 5px 0 0; }
  .team-item .team-item-socials-wrapper {
    position: absolute;
    width: 60px;
    height: 317px;
    left: 0;
    right: initial;
    top: 0;
    overflow: hidden;
    z-index: 2; }
    .team-item .team-item-socials-wrapper .socials-trigger {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      font-size: 22px;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .team-item .team-item-socials {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    z-index: 1; }
    .team-item .team-item-socials .team-socials.wrapper-socials {
      position: relative;
      height: 100%;
      width: 100%;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .team-item .team-item-socials .team-socials.wrapper-socials li {
        margin: 20px 0 6px;
        bottom: -100%;
        -webkit-transition: all 0.5s 0.15s;
        transition: all 0.5s 0.15s; }
        .team-item .team-item-socials .team-socials.wrapper-socials li a {
          border: none;
          width: 37px;
          height: 37px;
          line-height: 37px;
          font-size: 16px; }
  .team-item:hover .team-item-media img {
    -o-object-position: top left;
    object-position: top left; }
  .team-item:hover .team-item-socials-wrapper .socials-trigger {
    opacity: 0; }
  .team-item:hover .team-item-socials {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .team-item:hover .team-item-socials .team-socials.wrapper-socials li {
      bottom: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .team-item:hover .team-item-socials .team-socials.wrapper-socials li:nth-child(2n+1) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .team-item:hover .team-item-socials .team-socials.wrapper-socials li:nth-child(2n+2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s; }
      .team-item:hover .team-item-socials .team-socials.wrapper-socials li:nth-child(2n+3) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .team-item:hover .team-item-socials .team-socials.wrapper-socials li:nth-child(2n+4) {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s; }
      .team-item:hover .team-item-socials .team-socials.wrapper-socials li:nth-child(2n+5) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .team-item:hover .team-item-socials .team-socials.wrapper-socials li:nth-child(2n+6) {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s; }
      .team-item:hover .team-item-socials .team-socials.wrapper-socials li:nth-child(2n+7) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .team-item:hover .team-item-socials .team-socials.wrapper-socials li:nth-child(2n+8) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s; }

@media only screen and (min-width: 576px) {
  .team-listing-wrapper.columns-2 .team-item-wrapper, .team-listing-wrapper.columns-3 .team-item-wrapper, .team-listing-wrapper.columns-4 .team-item-wrapper, .team-listing-wrapper.columns-5 .team-item-wrapper, .team-listing-wrapper.columns-6 .team-item-wrapper {
    width: 50%; } }
@media only screen and (min-width: 992px) {
  .team-listing-wrapper.columns-3 .team-item-wrapper {
    width: 33.3333%; }
  .team-listing-wrapper.columns-4 .team-item-wrapper {
    width: 25%; }
  .team-listing-wrapper.columns-5 .team-item-wrapper {
    width: 20%; }
  .team-listing-wrapper.columns-6 .team-item-wrapper {
    width: 16.6667%; } }
/********** Single Portfolio **********/
.single-team .section-accent-bg {
  padding: 90px 0; }
  .single-team .section-accent-bg:not(:first-child) {
    margin: 90px 0 0; }
  .single-team .section-accent-bg .content-wrapper {
    margin: 0 auto; }
.single-team .content-wrapper {
  display: block; }
.single-team .team-short-info-position {
  margin: 3px 0 0; }
.single-team .team-short-info-description {
  margin-top: 15px; }
.single-team .team-short-info-text {
  width: 100%; }
  .single-team .team-short-info-text:not(:first-child) {
    margin: 11px 0 0; }
.single-team .team-short-contact-button {
  font-size: 0;
  line-height: 1; }
  .single-team .team-short-contact-button:not(:first-child) {
    margin: 30px 0 0; }
  .single-team .team-short-contact-button .consultum-button {
    min-width: 137px; }
.single-team .team-short-info-media {
  position: relative; }
  .single-team .team-short-info-media:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 0;
    right: 0;
    background-image: url("../img/team-media-decoration.png");
    background-repeat: no-repeat;
    background-size: cover; }
.single-team .team-personal-info .team-personal-info-item-phone {
  margin-top: 0.7em;
  font-weight: 500; }
.single-team .team-personal-info .team-personal-info-item-email {
  margin-top: 0.7em; }
  .single-team .team-personal-info .team-personal-info-item-email > a {
    text-decoration: underline; }
.single-team .team-personal-info,
.single-team .team-skills,
.single-team .team-values {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .single-team .team-personal-info h1, .single-team .team-personal-info h2, .single-team .team-personal-info h3, .single-team .team-personal-info h4, .single-team .team-personal-info h5, .single-team .team-personal-info h6,
  .single-team .team-skills h1,
  .single-team .team-skills h2,
  .single-team .team-skills h3,
  .single-team .team-skills h4,
  .single-team .team-skills h5,
  .single-team .team-skills h6,
  .single-team .team-values h1,
  .single-team .team-values h2,
  .single-team .team-values h3,
  .single-team .team-values h4,
  .single-team .team-values h5,
  .single-team .team-values h6 {
    margin-bottom: 0.6em; }
.single-team .team-skills ul li,
.single-team .team-values ul li {
  font-weight: 500; }
  .single-team .team-skills ul li:not(:first-child),
  .single-team .team-values ul li:not(:first-child) {
    margin-top: 0.7em; }
.single-team .team-socials.wrapper-socials {
  margin-top: 10px; }

.special-title .special-title-backward {
  display: inline-block;
  text-align: left;
  font-size: 0.66em;
  line-height: 2.15em;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-transform: uppercase;
  max-width: 100%; }
  .special-title .special-title-backward:after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 300px;
    max-width: 100%;
    margin-top: 3px; }
.special-title h1, .special-title h2, .special-title h3, .special-title h4, .special-title h5, .special-title h6 {
  margin-top: 0.5em !important; }

.team-experience .special-title {
  text-align: center; }
  .team-experience .special-title h1, .team-experience .special-title h2, .team-experience .special-title h3, .team-experience .special-title h4, .team-experience .special-title h5, .team-experience .special-title h6 {
    margin-top: 0.2em !important; }
.team-experience .team-experience-title {
  margin-bottom: 0.6em; }

.team-experience-list .team-experience-item {
  padding: 0 0 0 30px;
  position: relative; }
  .team-experience-list .team-experience-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    right: initial;
    top: 0.3em; }
  .team-experience-list .team-experience-item:not(:first-child) {
    margin: 20px 0 0; }
.team-experience-list .team-experience-item-title {
  margin-bottom: 0; }
.team-experience-list .team-experience-item-period {
  font-weight: 700;
  line-height: 1.6em; }
.team-experience-list .team-experience-item-description:not(:first-child) {
  margin: 0.5em 0 0; }

.team-short-info-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .team-short-info-wrapper .team-short-info-text:not(:last-child) {
    margin: 50px 0 0; }
  .team-short-info-wrapper .team-short-info-text,
  .team-short-info-wrapper .team-short-info-media {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.team-biography-wrapper .team-biography-title h1,
.team-biography-wrapper .team-biography-title h2,
.team-biography-wrapper .team-biography-title h3,
.team-biography-wrapper .team-biography-title h4,
.team-biography-wrapper .team-biography-title h5,
.team-biography-wrapper .team-biography-title h6 {
  margin-top: 0.75em !important; }
.team-biography-wrapper .team-biography-text:not(:first-child) {
  margin: 2.125em 0 0; }

.team-data-wrapper:not(:first-child),
.team-data-wrapper .team-skills:not(:first-child),
.team-data-wrapper .team-values:not(:first-child) {
  margin: 50px 0 0; }

.team-experience .team-experience-wrapper:not(:first-child) {
  margin: 2em 0 0; }
.team-experience .team-experience-professional:not(:first-child) {
  margin: 50px 0 0; }

@media only screen and (min-width: 768px) {
  .team-experience .team-experience-title {
    margin-bottom: 0.9em; }

  .single-team .section-accent-bg {
    padding: 90px 0; }
    .single-team .section-accent-bg:not(:first-child) {
      margin: 120px 0 0; }
  .single-team .team-short-contact-button:not(:first-child) {
    margin: 40px 0 0; }

  .special-title .special-title-backward {
    font-size: 0.875em; } }
@media only screen and (min-width: 992px) {
  .team-experience .team-experience-title {
    margin-bottom: 0.6em; }

  .single-team .team-short-info-media:after {
    right: 15px;
    width: 100px;
    height: 100px; }
  .single-team .section-accent-bg:not(:first-child) {
    margin: 150px 0 0; }
  .single-team .section-experience .content-wrapper {
    margin: 140px auto; }

  .team-short-info-wrapper {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .team-short-info-wrapper .team-short-info-text,
    .team-short-info-wrapper .team-short-info-media {
      width: 50%;
      padding: 0 15px; }
      .team-short-info-wrapper .team-short-info-text:not(:last-child),
      .team-short-info-wrapper .team-short-info-media:not(:last-child) {
        margin-top: 0; }

  .team-biography-wrapper {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .team-biography-wrapper .team-biography-title .special-title-backward:after {
      margin-top: 15px; }
    .team-biography-wrapper .team-biography-title,
    .team-biography-wrapper .team-biography-text {
      width: 50%;
      padding: 0 15px;
      position: relative; }
    .team-biography-wrapper .team-biography-text {
      margin-top: 0; }
      .team-biography-wrapper .team-biography-text:not(:first-child) {
        margin-top: 2.3em; }

  .team-data-wrapper {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .team-data-wrapper:not(:first-child) {
      margin: 45px -15px 0; }
    .team-data-wrapper .team-personal-info,
    .team-data-wrapper .team-skills,
    .team-data-wrapper .team-values {
      padding: 0 15px; }
      .team-data-wrapper .team-personal-info:not(:first-child),
      .team-data-wrapper .team-skills:not(:first-child),
      .team-data-wrapper .team-values:not(:first-child) {
        margin: 0; }
    .team-data-wrapper .team-personal-info {
      width: 31.3333%; }
    .team-data-wrapper .team-skills {
      width: 41.6667%;
      flex: 1 auto; }
    .team-data-wrapper .team-values {
      width: 27%; }

  .team-experience .team-experience-wrapper {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .team-experience .team-experience-wrapper:not(:first-child) {
      margin: 2em -15px 0; }
    .team-experience .team-experience-wrapper .team-experience-education,
    .team-experience .team-experience-wrapper .team-experience-professional {
      width: 50%;
      padding: 0 15px; }
      .team-experience .team-experience-wrapper .team-experience-education:not(:first-child),
      .team-experience .team-experience-wrapper .team-experience-professional:not(:first-child) {
        margin: 0; }

  .team-experience-list .team-experience-item {
    padding: 0 0 0 45px; }
    .team-experience-list .team-experience-item:before {
      width: 15px;
      height: 15px; } }
@media only screen and (min-width: 1280px) {
  .single-team .section-accent-bg {
    padding: 150px 0; } }
/********** Vacancies Archive **********/
.vacancy-listing-wrapper {
  margin-top: -30px; }
  .vacancy-listing-wrapper .vacancy-item-wrapper {
    padding: 30px 0 0; }
  .vacancy-listing-wrapper .vacancy-item {
    border-width: 1px;
    border-style: solid;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: default;
    padding: 30px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .vacancy-listing-wrapper .vacancy-item:hover {
      -webkit-box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05); }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-header,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-excerpt,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-salary,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
      padding: 8px 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-header {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-salary {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
      padding-top: 10px;
      font-size: 0;
      line-height: 1; }
      .vacancy-listing-wrapper .vacancy-item .vacancy-item-button .consultum-button {
        min-width: 150px;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-post-title:not(:first-child) {
      margin-top: .9167em; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-salary .vacancy-salary-value {
      margin-top: 5px; }

@media only screen and (min-width: 576px) {
  .vacancy-listing-wrapper .vacancy-item {
    padding: 35px 50px; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-header,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-excerpt,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-salary,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
      padding: 10px 0; } }
@media only screen and (min-width: 992px) {
  .vacancy-listing-wrapper .vacancy-item {
    padding: 50px 35px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-header,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-excerpt,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-salary,
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
      padding: 0 15px; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-header {
      width: 22%;
      padding-right: 30px; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-excerpt {
      width: 100%; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-salary {
      width: 24%; }
    .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
      padding-top: 10px; } }
/********** Single Vacancy **********/
.single-consultum_vacancy .sidebar .widget {
  margin-top: 64px; }
.single-consultum_vacancy .content-wrapper + .content-wrapper {
  margin-top: 70px; }

.single-vacancy .vacancy-post-content {
  margin: -4px 0 0; }
  .single-vacancy .vacancy-post-content ul > li {
    padding: 0 0 0 25px; }
.single-vacancy .vacancy-post-button:not(:first-child) {
  margin: 40px 0 0; }
.single-vacancy .vacancy-post-button .consultum-button {
  padding: 18px 50px; }

.vacancy-post-button {
  font-size: 0;
  line-height: 1; }

.vacancy-post-meta {
  margin: 0 -10px;
  font-size: 0;
  line-height: 1; }
  .vacancy-post-meta .vacancy-post-meta-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.05em;
    margin: 0 10px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative; }
    .vacancy-post-meta .vacancy-post-meta-item.vacancy-occupation {
      font-size: 12px;
      padding: 0 11px;
      letter-spacing: 0;
      font-weight: 400; }

.vacancy-info .vacancy-post-button {
  text-align: center; }
  .vacancy-info .vacancy-post-button:not(:first-child) {
    margin-top: 50px; }
  .vacancy-info .vacancy-post-button + .vacancy-post-button {
    margin-top: 10px; }
.vacancy-info .consultum-button {
  width: calc(100% - 4px);
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vacancy-info .vacancy-post-title,
.vacancy-item .vacancy-post-title {
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25em;
  margin: 0; }
  .vacancy-info .vacancy-post-title:not(:first-child),
  .vacancy-item .vacancy-post-title:not(:first-child) {
    margin-top: .8em; }
.vacancy-info .vacancy-salary,
.vacancy-item .vacancy-salary {
  text-transform: uppercase; }
  .vacancy-info .vacancy-salary:not(:first-child),
  .vacancy-item .vacancy-salary:not(:first-child) {
    margin-top: 1.5em; }
  .vacancy-info .vacancy-salary .vacancy-salary-label,
  .vacancy-item .vacancy-salary .vacancy-salary-label {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.05em; }
  .vacancy-info .vacancy-salary .vacancy-salary-value,
  .vacancy-item .vacancy-salary .vacancy-salary-value {
    font-weight: 500;
    letter-spacing: -0.03em; }

.related-vacancy-title {
  margin: 0 0 40px; }

@media only screen and (min-width: 768px) {
  .single-consultum_vacancy .content-wrapper + .content-wrapper {
    margin-top: 120px; } }
@media only screen and (min-width: 992px) {
  .single-consultum_vacancy .content-wrapper + .content-wrapper {
    margin-top: 140px; } }
.post-categories {
  margin: 0 -5px -5px 0;
  font-size: 0;
  line-height: 1; }
  .post-categories .post-category-item {
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 14px;
    line-height: 2.1429em;
    padding: .4em 1.4em;
    text-align: center;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }

/*********** Comments ***********/
.post-comments-list {
  padding: 10px 0 0; }
  .post-comments-list .post-comment-wrapper.depth-1 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 41px; }

.post-comments-wrapper:not(:first-child) {
  margin: 65px 0 0; }
.post-comments-wrapper > .comment-respond:not(:first-child) {
  margin: 70px 0 0; }

.comment-reply-title:not(:last-child) {
  margin-bottom: 1.2em; }
.comment-reply-title small {
  margin: 0 0 0 6px; }

.post-comment-wrapper.bypostauthor > .post-comment-item .post-comment-author:after {
  content: '\f007';
  font: 400 normal 1em 'Font Awesome 5 Free';
  margin: 0 0 0 10px;
  color: #00dbb0; }

.post-comment-avatar {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  float: left; }
  .post-comment-avatar .avatar {
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: auto;
    margin: 3px 15px 0 0; }
  .post-comment-avatar + .post-comment-main .post-comment-meta {
    margin-left: 60px; }

.post-comment-main {
  width: 100%; }

.post-comment-info {
  margin: 0; }

.post-comment-meta {
  margin-top: -1px; }

.post-comment-author {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: -0.03em; }

.post-comment-buttons {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
  margin: 10px -3px 0 -2px; }
  .post-comment-buttons a {
    margin: 0 3px 0 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 25px;
    padding: 0 9px 0 9px;
    position: relative;
    height: 25px; }

.post-comment-content {
  clear: both; }
  .post-comment-content:not(:first-child) {
    padding-top: 18px; }

.post-comment-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4286em;
  letter-spacing: 0.05em; }
  .post-comment-date:not(:first-child) {
    margin-top: 2px; }

.post-comment-wrapper {
  margin-top: 38px; }
  .post-comment-wrapper > .post-comment-wrapper,
  .post-comment-wrapper > .comment-respond {
    margin: 38px 0 0 30px; }

.post-comments-list > .post-comment-wrapper:first-child {
  margin-top: 0; }
.post-comments-list > .comment-respond:not(:first-child) {
  margin-top: 38px; }

.comment-form {
  position: relative;
  z-index: 2; }
  .comment-form .submit {
    margin: 23px 0 0;
    min-width: 168px !important; }

.form-fields {
  margin: -25px -5px 0;
  position: relative; }
  .form-fields:after {
    content: '';
    display: table;
    clear: both; }
  .form-fields .form-field {
    margin: 25px 5px 0;
    width: calc(100% - 10px);
    float: left; }
    .form-fields .form-field.form-cookies {
      margin-top: 22px; }

.comment-navigation {
  margin: 30px 0 0; }
  .comment-navigation .nav-previous {
    text-align: left; }
    .comment-navigation .nav-previous a:before {
      content: '\f10c';
      display: inline-block;
      font: 400 normal 1em/1.2em 'Flaticon';
      margin: 4px 10px 0 0;
      vertical-align: top; }
  .comment-navigation .nav-next {
    text-align: right; }
    .comment-navigation .nav-next a:after {
      content: '\f10c';
      display: inline-block;
      font: 400 normal 1em/1.2em 'Flaticon';
      margin: 4px 0 0 10px;
      vertical-align: top;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }

@media only screen and (min-width: 576px) {
  .post-comment-wrapper > .post-comment-wrapper,
  .post-comment-wrapper > .comment-respond {
    margin: 38px 0 0 50px; }

  .post-comment-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative; }

  .post-comment-avatar .avatar {
    width: auto;
    margin: 0 35px 0 0; }
  .post-comment-avatar + .post-comment-main .post-comment-meta {
    margin-left: 0; }

  .post-comment-content:not(:first-child) {
    padding-top: 10px; }

  .post-comment-info {
    margin: -2px 30px 0 0; }

  .post-comment-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .post-comment-buttons {
    margin: 0 -3px 0 -2px; }

  .post-comment-date {
    font-size: 14px; }

  .form-fields .form-name,
  .form-fields .form-url,
  .form-fields .form-email {
    width: calc(33.3333% - 10px); } }
@media only screen and (min-width: 768px) {
  .post-comment-wrapper:not(:first-child) {
    margin: 45px 0 0; }
  .post-comment-wrapper > .post-comment-wrapper,
  .post-comment-wrapper > .comment-respond {
    margin: 40px 0 0 120px; } }
@media only screen and (min-width: 992px) {
  .post-comments-list {
    padding: 30px 0 0; }

  .comment-form .submit {
    padding: 18px 56px !important; }

  .post-comments-wrapper:not(:first-child) {
    margin: 85px 0 0; }
  .post-comments-wrapper > .comment-respond:not(:first-child) {
    margin: 90px 0 0; } }
.post-media-wrapper {
  position: relative; }
  .post-media-wrapper .media-decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 33.3333%; }
  .post-media-wrapper .mejs-controls button {
    background: transparent !important; }

.post-gallery-carousel .item + .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0; }
.post-gallery-carousel.owl-carousel.owl-theme:hover .owl-nav {
  left: 30px;
  right: 30px; }

.post-quote {
  overflow: hidden;
  position: relative;
  padding: 1.5em 1em 1.5em 2em;
  display: block;
  text-decoration: none;
  max-width: none; }
  .post-quote:before {
    content: '\e904';
    display: block;
    margin-bottom: 1.3rem;
    font: 400 normal 1.7em/1em 'icomoon';
    letter-spacing: normal; }
  .post-quote .post-quote-text {
    font-size: 1em;
    line-height: 1.75em;
    position: relative;
    z-index: 3; }
  .post-quote .post-quote-author {
    font-size: 1em;
    line-height: 2em;
    font-weight: 500;
    position: relative;
    z-index: 3; }
    .post-quote .post-quote-author:not(:first-child) {
      margin: .6875em 0 0; }

.elementor-widget-consultum_blog_listing .blog-item .post-media-wrapper picture {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 1; }
.elementor-widget-consultum_blog_listing .blog-item .post-media-wrapper img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.elementor-widget-consultum_blog_listing .blog-item:hover .post-media-wrapper img.wp-post-image {
  -webkit-transform: scale(1.05) translateX(2%);
  -ms-transform: scale(1.05) translateX(2%);
  transform: scale(1.05) translateX(2%); }

@media only screen and (max-width: 575px) {
  .post-media-wrapper .media-decoration {
    max-width: 25%; }
  .post-media-wrapper .wp-video .mejs-video {
    height: 50.8187vw !important; }
  .post-media-wrapper .wp-video .mejs-mediaelement iframe {
    height: 50.8187vw !important; } }
@media only screen and (min-width: 768px) {
  .post-quote {
    padding: 2.6em 2.6em 2.6em 3.2em; }
    .post-quote:before {
      font-size: 2.3125em; }
    .post-quote .post-quote-text {
      font-size: 125%; } }
@media only screen and (max-width: 991px) {
  .post-media-wrapper .wp-video .mejs-video {
    height: 43.2674vw !important; }
  .post-media-wrapper .wp-video .mejs-mediaelement iframe {
    height: 43.2674vw !important; } }
/*********** Post Meta ***********/
.consultum_post_meta {
  font-size: 0;
  line-height: 1; }
  .consultum_post_meta .consultum_post_meta_item {
    display: inline-block;
    vertical-align: top;
    color: #b6b6b6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    margin: 0; }
    .consultum_post_meta .consultum_post_meta_item:not(:last-child) {
      padding: 0 25px 0 0; }
      .consultum_post_meta .consultum_post_meta_item:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        right: 10px;
        left: auto;
        top: 9px;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .consultum_post_meta .consultum_post_meta_item.meta_item_tags a:before {
      content: '#'; }
    .consultum_post_meta .consultum_post_meta_item.meta_item_socials {
      padding: 0;
      list-style: none;
      font-size: 0;
      line-height: 1;
      margin: 20px 0 0; }
      .consultum_post_meta .consultum_post_meta_item.meta_item_socials li {
        margin: 0 8px;
        display: inline-block;
        vertical-align: middle;
        padding: 0; }
        .consultum_post_meta .consultum_post_meta_item.meta_item_socials li:first-child {
          margin: 0 8px 0 0; }
        .consultum_post_meta .consultum_post_meta_item.meta_item_socials li:last-child {
          margin: 0 0 0 8px; }
        .consultum_post_meta .consultum_post_meta_item.meta_item_socials li:before {
          content: none;
          display: none; }
      .consultum_post_meta .consultum_post_meta_item.meta_item_socials a {
        text-align: center;
        display: block;
        -webkit-transition: color 0.3s, background-color 0.3s;
        transition: color 0.3s, background-color 0.3s;
        width: 2.3077em;
        height: 2.3077em;
        font: 400 normal 13px/2.3077em 'Font Awesome 5 Free';
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #eceae4; }
        .consultum_post_meta .consultum_post_meta_item.meta_item_socials a:hover {
          color: #ffffff; }
    .consultum_post_meta .consultum_post_meta_item a {
      color: inherit; }

@media only screen and (min-width: 576px) {
  .consultum_post_meta .consultum_post_meta_item.meta_item_socials {
    margin: 0; } }
/********** Post Navigation **********/
.post-navigation {
  margin: 60px 0 0; }
  .post-navigation .post-navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .post-navigation .post-navigation-item {
    padding: 0; }
    .post-navigation .post-navigation-item:before {
      content: none;
      display: none; }
    .post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
      content: '\e80d';
      font: 400 normal .7143em/3em 'fontello';
      margin: 0 1em 0 0;
      vertical-align: middle; }
    .post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
      content: '\e824';
      font: 400 normal .7143em/3em 'fontello';
      margin: 0 0 0 1em;
      vertical-align: middle; }
  .post-navigation .archive-icon-link {
    margin: 0 20px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .post-navigation .archive-icon-link .archive-icon {
      display: block;
      font: 400 normal 20px/1em 'fontello';
      width: 20px; }
      .post-navigation .archive-icon-link .archive-icon:before {
        content: '\e82a'; }
  .post-navigation .post-navigation-link {
    position: relative;
    z-index: 2; }
    .post-navigation .post-navigation-link a {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px; }
  .post-navigation .post-navigation-block {
    margin: 26px 0 0;
    display: none; }
  .post-navigation .prev-post {
    width: 50%; }
    .post-navigation .prev-post .post-navigation-image {
      margin: 0 24px 0 0; }
  .post-navigation .next-post {
    width: 50%;
    text-align: right; }
    .post-navigation .next-post .post-navigation-image {
      margin: 0 0 0 24px; }
  .post-navigation .post-navigation-image {
    width: 70px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .post-navigation .post-navigation-image img {
      position: relative;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .post-navigation .post-navigation-title {
    font-weight: 500;
    line-height: 1.5635em; }
  .post-navigation .post-navigation-categories {
    margin: 10px 0 0;
    font-size: .75em;
    line-height: 2em;
    font-weight: 500;
    text-transform: uppercase; }

@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: 100px 0 0; }
    .post-navigation .archive-icon-link {
      margin: 0 30px; }
      .post-navigation .archive-icon-link.with-labels {
        margin-top: 54px; }
    .post-navigation .prev-post .post-navigation-block {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .post-navigation .next-post {
      text-align: right; }
      .post-navigation .next-post .post-navigation-block {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
    .post-navigation .prev-post,
    .post-navigation .next-post {
      width: 40%;
      max-width: 270px; }
    .post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
      margin: 0 2.2em 0 0; }
    .post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
      margin: 0 0 0 2.2em; } }
@media only screen and (min-width: 992px) {
  .post-navigation {
    margin: 140px 0 0; }
    .post-navigation .prev-post,
    .post-navigation .next-post {
      width: 33.3333%; } }
/*********** Pagination ***********/
.content-pagination:not(:first-child) {
  margin-top: 40px; }
.content-pagination .pagination {
  display: block;
  position: relative;
  z-index: 2; }
.content-pagination .nav-links {
  margin: -5px -2.5px 0 -2.5px;
  font-size: 0;
  line-height: 1;
  text-align: center; }
.content-pagination .page-numbers,
.content-pagination .post-page-numbers {
  display: inline-block;
  vertical-align: top;
  margin: 5px 2.5px 0;
  padding: 0 5px;
  min-width: 45px;
  height: 45px;
  position: relative;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  overflow: hidden; }
  .content-pagination .page-numbers.dots,
  .content-pagination .post-page-numbers.dots {
    cursor: default;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: 29px;
    font-size: 16px;
    font-weight: 500; }
  .content-pagination .page-numbers.current,
  .content-pagination .post-page-numbers.current {
    cursor: default; }
  .content-pagination .page-numbers .button-icon,
  .content-pagination .post-page-numbers .button-icon {
    display: inline-block;
    vertical-align: middle;
    font: 400 normal 10px/44px 'fontello'; }
  .content-pagination .page-numbers.prev,
  .content-pagination .post-page-numbers.prev {
    margin-left: 2.5px;
    margin-right: 10px; }
    .content-pagination .page-numbers.prev .button-icon:before,
    .content-pagination .post-page-numbers.prev .button-icon:before {
      content: '\e80d'; }
  .content-pagination .page-numbers.next,
  .content-pagination .post-page-numbers.next {
    margin-left: 10px;
    margin-right: 2.5px; }
    .content-pagination .page-numbers.next .button-icon:before,
    .content-pagination .post-page-numbers.next .button-icon:before {
      content: '\e824'; }

.filter-control-wrapper {
  margin: 0 auto 42px;
  width: 100%; }
  .filter-control-wrapper .filter-control-list .dots {
    list-style: none;
    margin: 0 -10px -20px;
    padding: 0;
    font-size: 0;
    line-height: 1; }
    .filter-control-wrapper .filter-control-list .dots .dot {
      display: inline-block;
      vertical-align: bottom;
      padding-bottom: 6px;
      font-weight: 500;
      margin: 0 10px !important;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .filter-control-wrapper .filter-control-list .dots .dot.active {
        cursor: default; }
        .filter-control-wrapper .filter-control-list .dots .dot.active:after {
          width: 100%; }
      .filter-control-wrapper .filter-control-list .dots .dot:after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
        width: 0; }
      .filter-control-wrapper .filter-control-list .dots .dot:hover:after {
        width: 100%; }

.elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap .filter-control-wrapper {
  padding: 0 20px; }

@media only screen and (min-width: 768px) {
  .filter-control-wrapper .filter-control-list .dots {
    margin: 0 -16px; }
    .filter-control-wrapper .filter-control-list .dots .dot {
      margin: 0 16px !important; }

  .filter-control-wrapper .filter-control-list .dots .dot {
    padding-bottom: 20px; }

  .elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap .filter-control-wrapper {
    padding: 0 30px; } }
@media only screen and (min-width: 992px) {
  .elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap .filter-control-wrapper {
    max-width: 1250px;
    padding: 0 40px; } }
/********** Related Posts **********/
.recent-posts-wrapper:not(:first-child) {
  margin-top: 95px; }

/********** Slider Title with Navigation **********/
.elementor-widget .consultum-heading.heading-with-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  text-align: center; }
  .elementor-widget .consultum-heading.heading-with-pagination .consultum-heading-inner {
    display: block; }
  .elementor-widget .consultum-heading.heading-with-pagination:not(:last-child) {
    margin-bottom: 55px; }
.elementor-widget .owl-dots-desktop {
  display: none; }

@media only screen and (min-width: 992px) {
  .elementor-widget .consultum-heading.heading-with-pagination {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px; }
    .elementor-widget .consultum-heading.heading-with-pagination .consultum-heading-inner {
      width: calc(100% - 30px); }
    .elementor-widget .consultum-heading.heading-with-pagination .owl-dots {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
  .elementor-widget.title-alignment-left .consultum-heading.heading-with-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: left; }
    .elementor-widget.title-alignment-left .consultum-heading.heading-with-pagination .consultum-heading-inner {
      margin: 0 15px 0 0; }
    .elementor-widget.title-alignment-left .consultum-heading.heading-with-pagination .owl-dots {
      margin: 0 -5px 0.275em 2px; }
  .elementor-widget.title-alignment-right .consultum-heading.heading-with-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right; }
    .elementor-widget.title-alignment-right .consultum-heading.heading-with-pagination .consultum-heading-inner {
      margin: 0 0 0 15px; }
    .elementor-widget.title-alignment-right .consultum-heading.heading-with-pagination .owl-dots {
      margin: 0 2px 0.275em -5px; }
  .elementor-widget.title-alignment-center .consultum-heading.heading-with-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    text-align: center; }
    .elementor-widget.title-alignment-center .consultum-heading.heading-with-pagination .consultum-heading-inner {
      margin: 0; }
    .elementor-widget.title-alignment-center .consultum-heading.heading-with-pagination .owl-dots {
      margin-top: 30px; }
  .elementor-widget .owl-dots-desktop {
    display: block; }
  .elementor-widget .owl-dots-mobile {
    display: none; } }
/********** Social Buttons **********/
.content-wrapper .wrapper-socials,
.error-404-container .wrapper-socials {
  margin: -15px -5.5px 0 -5.5px; }
  .content-wrapper .wrapper-socials li,
  .error-404-container .wrapper-socials li {
    margin: 15px 5.5px 0 5.5px; }
  .content-wrapper .wrapper-socials a,
  .error-404-container .wrapper-socials a {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: solid 2px;
    width: 31px;
    height: 31px;
    font-size: 12px;
    line-height: 31px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.owl-dots {
  margin: 37px -5px 0; }
  .owl-dots .owl-dot {
    position: relative;
    padding: 10px 0;
    width: 40px;
    margin: 3px 5px -9px; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      height: 4px;
      top: 7px; }
    .owl-dots .owl-dot span {
      width: 40px;
      height: 1px;
      font-size: 0;
      padding: 0;
      border: none;
      outline: none;
      position: absolute;
      top: 10px;
      left: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .owl-dots .owl-dot span:after {
        display: none; }

/********** Accordion Elementor Widget **********/
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0; }
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-child {
    border-top-width: 1px;
    border-top-style: solid; }
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-top: none; }
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  padding: 13px 0 14px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 1.625em;
  font-weight: 500;
  letter-spacing: -0.03em;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1em;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right, .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
      text-align: center; }
    .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
      margin-left: 20px;
      order: 2; }
    .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
      margin-right: 20px;
      order: 0; }
    .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon i {
      line-height: 1em; }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
    width: 100%; }
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  padding: 0 20px 15px 0; }

/********** Button Elementor Widget **********/
.elementor-widget-consultum_button.consultum-button-decoration-hide .consultum-button:after {
  display: none; }
.elementor-widget-consultum_button .button-container {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 0; }

/********** Content Slider Elementor Widget **********/
@keyframes slider_decoration_animation_1 {
  0% {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes slider_decoration_animation_2 {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); } }
.consultum-content-slider-widget .owl-carousel.owl-theme .owl-nav {
  left: 60px;
  right: 60px;
  opacity: 0; }
.consultum-content-slider-widget .owl-carousel.owl-theme:hover .owl-nav {
  left: 30px;
  right: 30px;
  opacity: 1; }
.consultum-content-slider-widget .owl-carousel.owl-theme .owl-item {
  outline: none; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item .consultum-content-wrapper-1,
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item .consultum-content-wrapper-2,
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item .consultum-content-wrapper-3 {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item .consultum-content-wrapper-1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item .consultum-content-wrapper-2 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item .consultum-content-wrapper-3 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item.active .consultum-content-wrapper-1,
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item.active .consultum-content-wrapper-2,
  .consultum-content-slider-widget .owl-carousel.owl-theme .owl-item.active .consultum-content-wrapper-3 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
.consultum-content-slider-widget .owl-carousel.owl-theme .slider-item {
  position: relative;
  background-blend-mode: overlay;
  height: 500px; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-start .elementor-container > .elementor-row {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-center .elementor-container > .elementor-row {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-end .elementor-container > .elementor-row {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
.consultum-content-slider-widget .owl-carousel.owl-theme .slide-image-column {
  display: none; }
.consultum-content-slider-widget .owl-carousel.owl-theme .slide-content-column {
  padding: 0 15px;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
.consultum-content-slider-widget .owl-carousel.owl-theme .elementor-section,
.consultum-content-slider-widget .owl-carousel.owl-theme .elementor-container,
.consultum-content-slider-widget .owl-carousel.owl-theme .elementor-row {
  position: relative;
  height: 100%; }
.consultum-content-slider-widget .owl-carousel.owl-theme .elementor-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -15px; }
.consultum-content-slider-widget .owl-carousel.owl-theme .consultum-button {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 72% 100%, 72% 85%, 67% 100%, 0 100%); }
  .consultum-content-slider-widget .owl-carousel.owl-theme .consultum-button:after {
    display: none; }
.consultum-content-slider-widget .owl-carousel.owl-theme .consultum-heading {
  font-size: 40px;
  line-height: 1.0625em;
  font-weight: 500;
  letter-spacing: -0.05em; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .consultum-heading:before {
    content: '';
    display: none;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 80%; }
.consultum-content-slider-widget .owl-carousel.owl-theme .consultum-content-wrapper-2:not(:first-child) {
  margin: 16px 0 0; }
.consultum-content-slider-widget .owl-carousel.owl-theme .consultum-content-wrapper-3:not(:first-child) {
  margin: 35px 0 0; }
.consultum-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons .consultum-video-button {
    padding: 0 20px 0 0;
    cursor: pointer; }
    .consultum-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons .consultum-video-button:not(:first-child) {
      margin-left: 15px; }
    .consultum-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons .consultum-video-button .eicon-play {
      width: 50px;
      text-align: center; }
      .consultum-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons .consultum-video-button .eicon-play:before {
        content: '\e813';
        font: 400 normal 16px/50px 'Fontello';
        transition: color 0.3s;
        text-shadow: none; }
.consultum-content-slider-widget .bottom-area {
  position: relative;
  z-index: 10; }
  .consultum-content-slider-widget .bottom-area .contacts {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 1;
    padding: 5px 0 20px; }
    .consultum-content-slider-widget .bottom-area .contacts .contact-item {
      margin: 20px 15px 0;
      padding: 0 0 0 53px;
      position: relative;
      line-height: 1.6428em;
      font-weight: 500; }
      .consultum-content-slider-widget .bottom-area .contacts .contact-item:before {
        position: absolute;
        left: 0;
        right: initial;
        top: 50%;
        margin: -17px 0 0;
        width: 34px;
        height: 34px;
        text-align: center;
        font: 400 normal 34px/34px 'Fontello'; }
      .consultum-content-slider-widget .bottom-area .contacts .contact-item.contact-item-email:before {
        content: '\e808'; }
      .consultum-content-slider-widget .bottom-area .contacts .contact-item.contact-item-phone:before {
        content: '\e807'; }
      .consultum-content-slider-widget .bottom-area .contacts .contact-item.contact-item-address:before {
        content: '\e809'; }
    .consultum-content-slider-widget .bottom-area .contacts .contact-item-title {
      font-size: 14px;
      line-height: 1em; }
    .consultum-content-slider-widget .bottom-area .contacts .contact-item-text {
      font-weight: 600; }
  .consultum-content-slider-widget .bottom-area .owl-dots-wrapper {
    position: relative;
    font-size: 0;
    line-height: 1;
    text-align: center;
    padding: 24px 20px 13px; }
    .consultum-content-slider-widget .bottom-area .owl-dots-wrapper .content_slider_counter_first,
    .consultum-content-slider-widget .bottom-area .owl-dots-wrapper .content_slider_counter_last {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.05em;
      color: #000;
      margin: 0 13px; }
      .consultum-content-slider-widget .bottom-area .owl-dots-wrapper .content_slider_counter_first:first-child,
      .consultum-content-slider-widget .bottom-area .owl-dots-wrapper .content_slider_counter_last:first-child {
        margin-left: 0; }
      .consultum-content-slider-widget .bottom-area .owl-dots-wrapper .content_slider_counter_first:last-child,
      .consultum-content-slider-widget .bottom-area .owl-dots-wrapper .content_slider_counter_last:last-child {
        margin-right: 0; }
    .consultum-content-slider-widget .bottom-area .owl-dots-wrapper .owl-dots {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0; }
      .consultum-content-slider-widget .bottom-area .owl-dots-wrapper .owl-dots .owl-dot {
        margin-bottom: 0; }
  .consultum-content-slider-widget .bottom-area .content-slider-video {
    width: 60px;
    min-height: 60px;
    position: absolute;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    bottom: 100%;
    left: 0;
    right: initial;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.7s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%); }
    .consultum-content-slider-widget .bottom-area .content-slider-video:hover {
      -webkit-transform: translateX(0) translateY(-20px) !important;
      -ms-transform: translateX(0) translateY(-20px) !important;
      transform: translateX(0) translateY(-20px) !important; }
    .consultum-content-slider-widget .bottom-area .content-slider-video.animated {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .consultum-content-slider-widget .bottom-area .content-slider-video img {
      display: none; }
    .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play {
      left: 0;
      top: initial;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      cursor: pointer; }
      .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play .video_button_title {
        display: none;
        font-size: 15px;
        font-weight: 500; }
      .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play .eicon-play {
        width: 60px;
        height: 60px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        text-align: center;
        border: none;
        font-size: 0;
        line-height: 1;
        cursor: pointer;
        opacity: 1;
        padding: 0 0 0 5px; }
        .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play .eicon-play:before {
          content: '\e813';
          font: 400 normal 16px/60px 'Fontello';
          -webkit-transition: color 0.3s;
          transition: color 0.3s;
          text-shadow: none; }
      .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play:hover .eicon-play {
        opacity: .8; }
  .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper {
    position: absolute;
    bottom: 100%;
    z-index: 2; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-position-right {
      right: 0; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-position-left {
      left: 0; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper .slider-decoration > div {
      position: absolute;
      width: 20%; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration {
      padding-bottom: 90%;
      height: 0; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration > div {
        position: absolute;
        width: 20%;
        height: 22.3%; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration > div:first-child {
          height: 44.6%;
          bottom: -44.6%;
          left: 40%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          -o-transform-origin: right top;
          transform-origin: right top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration > div:nth-child(7n+2) {
          bottom: -22.3%;
          left: 20%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration > div:nth-child(7n+3) {
          height: 50%;
          bottom: 0;
          left: 40%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left bottom;
          -moz-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
          -o-transform-origin: left bottom;
          transform-origin: left bottom; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration > div:nth-child(7n+4) {
          bottom: 0;
          left: 0;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left bottom;
          -moz-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
          -o-transform-origin: left bottom;
          transform-origin: left bottom; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration > div:nth-child(7n+5) {
          bottom: 50%;
          left: 20%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          -o-transform-origin: right top;
          transform-origin: right top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration > div:nth-child(7n+6) {
          height: 72.3%;
          bottom: 27.7%;
          left: 60%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration > div:nth-child(7n) {
          bottom: 77.7%;
          left: 80%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration.animated > div:first-child {
        animation: slider_decoration_animation_1 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration.animated > div:nth-child(7n+2) {
        animation: slider_decoration_animation_2 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.4s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration.animated > div:nth-child(7n+3) {
        animation: slider_decoration_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration.animated > div:nth-child(7n+4) {
        animation: slider_decoration_animation_2 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration.animated > div:nth-child(7n+5) {
        animation: slider_decoration_animation_1 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.7s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration.animated > div:nth-child(7n+6) {
        animation: slider_decoration_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.7s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-1 .slider-decoration.animated > div:nth-child(7n) {
        animation: slider_decoration_animation_1 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.9s; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration {
      padding-bottom: 90%;
      height: 0; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration > div {
        position: absolute;
        width: 20%;
        height: 22.3%; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration > div:first-child {
          height: 44.6%;
          bottom: -44.6%;
          left: 40%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          -o-transform-origin: right top;
          transform-origin: right top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration > div:nth-child(7n+2) {
          bottom: -22.3%;
          left: 60%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration > div:nth-child(7n+3) {
          height: 50%;
          bottom: 0;
          left: 40%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left bottom;
          -moz-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
          -o-transform-origin: left bottom;
          transform-origin: left bottom; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration > div:nth-child(7n+4) {
          bottom: 0;
          left: 80%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left bottom;
          -moz-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
          -o-transform-origin: left bottom;
          transform-origin: left bottom; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration > div:nth-child(7n+5) {
          bottom: 50%;
          left: 60%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          -o-transform-origin: right top;
          transform-origin: right top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration > div:nth-child(7n+6) {
          height: 72.3%;
          bottom: 27.7%;
          left: 20%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration > div:nth-child(7n) {
          bottom: 77.7%;
          left: 0;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration.animated > div:first-child {
        animation: slider_decoration_animation_1 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration.animated > div:nth-child(7n+2) {
        animation: slider_decoration_animation_2 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.4s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration.animated > div:nth-child(7n+3) {
        animation: slider_decoration_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration.animated > div:nth-child(7n+4) {
        animation: slider_decoration_animation_2 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration.animated > div:nth-child(7n+5) {
        animation: slider_decoration_animation_1 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.7s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration.animated > div:nth-child(7n+6) {
        animation: slider_decoration_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.7s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 .slider-decoration.animated > div:nth-child(7n) {
        animation: slider_decoration_animation_1 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.9s; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration {
      padding-bottom: 39.25%;
      height: 0; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration > div {
        height: 50%; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration > div:first-child {
          bottom: -100%;
          left: 0;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          -o-transform-origin: right top;
          transform-origin: right top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration > div:nth-child(7n+2) {
          height: 100%;
          bottom: -100%;
          left: 20%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration > div:nth-child(7n+3) {
          height: 60%;
          bottom: -60%;
          left: 40%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration > div:nth-child(7n+4) {
          bottom: -50%;
          left: 60%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration > div:nth-child(7n+5) {
          bottom: 0;
          left: 20%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration > div:nth-child(7n+6) {
          height: 100%;
          bottom: 0;
          left: 40%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left bottom;
          -moz-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
          -o-transform-origin: left bottom;
          transform-origin: left bottom; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration > div:nth-child(7n) {
          bottom: 50%;
          left: 80%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration.animated > div:first-child {
        animation: slider_decoration_animation_1 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration.animated > div:nth-child(7n+2) {
        animation: slider_decoration_animation_2 0.4s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration.animated > div:nth-child(7n+3) {
        animation: slider_decoration_animation_2 0.4s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.5s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration.animated > div:nth-child(7n+4) {
        animation: slider_decoration_animation_1 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration.animated > div:nth-child(7n+5) {
        animation: slider_decoration_animation_1 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.9s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration.animated > div:nth-child(7n+6) {
        animation: slider_decoration_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2 .slider-decoration.animated > div:nth-child(7n) {
        animation: slider_decoration_animation_2 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration {
      padding-bottom: 39.25%;
      height: 0; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration > div {
        height: 50%; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration > div:first-child {
          bottom: -100%;
          left: 80%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          -o-transform-origin: right top;
          transform-origin: right top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration > div:nth-child(7n+2) {
          height: 100%;
          bottom: -100%;
          left: 60%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration > div:nth-child(7n+3) {
          height: 60%;
          bottom: -60%;
          left: 40%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration > div:nth-child(7n+4) {
          bottom: -50%;
          left: 20%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration > div:nth-child(7n+5) {
          bottom: 0;
          left: 60%;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration > div:nth-child(7n+6) {
          height: 100%;
          bottom: 0;
          left: 40%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left bottom;
          -moz-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
          -o-transform-origin: left bottom;
          transform-origin: left bottom; }
        .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration > div:nth-child(7n) {
          bottom: 50%;
          left: 0%;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration.animated > div:first-child {
        animation: slider_decoration_animation_1 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration.animated > div:nth-child(7n+2) {
        animation: slider_decoration_animation_2 0.4s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration.animated > div:nth-child(7n+3) {
        animation: slider_decoration_animation_2 0.4s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.5s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration.animated > div:nth-child(7n+4) {
        animation: slider_decoration_animation_1 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration.animated > div:nth-child(7n+5) {
        animation: slider_decoration_animation_1 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.9s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration.animated > div:nth-child(7n+6) {
        animation: slider_decoration_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3 .slider-decoration.animated > div:nth-child(7n) {
        animation: slider_decoration_animation_2 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }

@media only screen and (min-width: 768px) {
  .consultum-content-slider-widget .owl-carousel.owl-theme .consultum-heading:before {
    left: -15px; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item {
    height: 600px; }
    .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-start .slide-image-column {
      right: 0;
      left: initial; }
    .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-center .slide-image-column {
      left: 50%;
      right: initial;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-end .slide-image-column {
      left: 0;
      right: initial; }
    .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.image-vertical-position-top .slide-image-column {
      top: 0;
      bottom: initial; }
    .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.image-vertical-position-middle .slide-image-column {
      top: 50%;
      bottom: initial;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item.image-vertical-position-bottom .slide-image-column {
      top: initial;
      bottom: 0; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .slide-image-column {
    width: 37%;
    position: absolute;
    top: 50%;
    vertical-align: top;
    font-size: 0;
    line-height: 1;
    display: block; }
    .consultum-content-slider-widget .owl-carousel.owl-theme .slide-image-column .tilt-effect {
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .consultum-heading {
    font-size: 60px; }
    .consultum-content-slider-widget .owl-carousel.owl-theme .consultum-heading .consultum-subheading {
      display: inline-block; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .slide-content-column {
    width: 63%; }
  .consultum-content-slider-widget .bottom-area {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .consultum-content-slider-widget .bottom-area .contacts {
      position: absolute;
      right: 10%;
      bottom: 100%;
      padding: 5px 20px 20px; }
    .consultum-content-slider-widget .bottom-area .content-slider-video {
      width: 170px;
      -webkit-border-radius: 0;
      border-radius: 0; }
      .consultum-content-slider-widget .bottom-area .content-slider-video img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center; }
      .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play .eicon-play {
          width: 50px;
          height: 50px; }
          .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play .eicon-play:before {
            line-height: 50px; }
        .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play .video_button_title {
          display: inline; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper {
      width: 200px; }
    .consultum-content-slider-widget .bottom-area .owl-dots-wrapper {
      left: 0;
      right: 0;
      bottom: 100%; } }
@media only screen and (min-width: 1200px) {
  .consultum-content-slider-widget .owl-carousel.owl-theme .slider-item {
    height: 900px; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .consultum-heading {
    font-size: 80px; }
  .consultum-content-slider-widget .owl-carousel.owl-theme .consultum-button {
    font-size: 16px;
    padding: 18px 40px;
    font-weight: 600; }
  .consultum-content-slider-widget .bottom-area {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .consultum-content-slider-widget .bottom-area.dots-position-left .owl-dots-wrapper, .consultum-content-slider-widget .bottom-area.dots-position-right .owl-dots-wrapper {
      position: absolute;
      width: auto;
      margin: 0;
      bottom: 100%;
      padding: 40px 78px 14px; }
    .consultum-content-slider-widget .bottom-area.dots-position-left .content-slider-video, .consultum-content-slider-widget .bottom-area.dots-position-right .content-slider-video {
      position: relative;
      margin: 0 auto;
      left: initial;
      right: initial;
      margin-top: -110px; }
    .consultum-content-slider-widget .bottom-area.dots-position-left .owl-dots-wrapper {
      left: 8.3333%; }
    .consultum-content-slider-widget .bottom-area.dots-position-right .owl-dots-wrapper {
      left: initial;
      right: 0; }
    .consultum-content-slider-widget .bottom-area.dots-position-right .contacts {
      right: initial;
      left: 10%; }
    .consultum-content-slider-widget .bottom-area .contacts {
      position: absolute;
      bottom: calc(100% - 25px);
      right: 10%;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      padding: 30px 15px;
      min-height: 120px;
      width: auto; }
      .consultum-content-slider-widget .bottom-area .contacts .contact-item {
        margin: 0 20px;
        width: auto; }
    .consultum-content-slider-widget .bottom-area .owl-dots-wrapper {
      margin: 0 30px 0;
      padding: 32px 0 0;
      width: 100%;
      position: relative;
      left: initial;
      right: initial;
      bottom: initial;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center; }
    .consultum-content-slider-widget .bottom-area .content-slider-video {
      bottom: 0;
      position: absolute;
      width: 200px;
      min-height: 150px; }
      .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play {
        top: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
        left: 0; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper {
      width: 250px;
      bottom: 100%; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2.decoration-position-left {
        left: 5%; }
      .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3.decoration-position-right, .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4.decoration-position-right {
        left: initial;
        right: 7.8125%; } }
@media only screen and (min-width: 1280px) {
  .consultum-content-slider-widget .owl-carousel.owl-theme .consultum-heading:before {
    left: -50px; } }
@media only screen and (min-width: 1500px) {
  .consultum-content-slider-widget .bottom-area.dots-position-left .content-slider-video, .consultum-content-slider-widget .bottom-area.dots-position-right .content-slider-video {
    margin-top: -165px; }
  .consultum-content-slider-widget .bottom-area .contacts {
    padding: 30px 60px 30px 32px;
    min-height: 134px; }
    .consultum-content-slider-widget .bottom-area .contacts .contact-item {
      margin: 0 30px; }
  .consultum-content-slider-widget .bottom-area .owl-dots-wrapper {
    margin: 0 50px 0;
    padding-top: 32px; }
  .consultum-content-slider-widget .bottom-area .content-slider-video {
    left: 28px;
    width: 293px;
    min-height: 216px; }
    .consultum-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play {
      bottom: 20px;
      left: 15px; }
  .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper {
    width: 387px; }
    .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-2, .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-3, .consultum-content-slider-widget .bottom-area .slider-decoration-wrapper.decoration-type-4 {
      width: 395px; } }
/********** Counter Elementor Widget **********/
.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
  --counter-prefix-grow: 0;
  font-size: 80px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.015em; }
.elementor-widget-counter .elementor-counter .elementor-counter-title {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0; }

/********** Decoration Elementor Widget **********/
@keyframes decoration_animation_1 {
  0% {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes decoration_animation_2 {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); } }
.elementor-widget-consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration {
  padding-bottom: 78.6%; }
  .elementor-widget-consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div {
    width: 20%;
    height: 25%; }
    .elementor-widget-consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:first-child {
      bottom: 0;
      left: 0; }
    .elementor-widget-consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
      height: 75%;
      bottom: 0;
      left: 20%; }
    .elementor-widget-consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
      height: 50%;
      bottom: 50%;
      left: 40%; }
    .elementor-widget-consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
      bottom: 25%;
      left: 60%; }
    .elementor-widget-consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:nth-child(7n+5) {
      display: block;
      bottom: 75%;
      left: 80%; }
.elementor-widget-consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration {
  padding-bottom: 99%; }
  .elementor-widget-consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div {
    width: 25%;
    height: 25%; }
    .elementor-widget-consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div:first-child {
      bottom: 0;
      left: 0; }
    .elementor-widget-consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
      height: 75%;
      bottom: 0;
      left: 25%; }
    .elementor-widget-consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
      height: 50%;
      bottom: 50%;
      left: 50%; }
    .elementor-widget-consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
      bottom: 25%;
      left: 75%; }
.elementor-widget-consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration {
  padding-bottom: 78.8%; }
  .elementor-widget-consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div {
    width: 20%;
    height: 25%; }
    .elementor-widget-consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:first-child {
      bottom: 0;
      left: 0; }
    .elementor-widget-consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
      height: 50%;
      bottom: 0;
      left: 40%; }
    .elementor-widget-consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
      height: 75%;
      bottom: 25%;
      left: 60%; }
    .elementor-widget-consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
      bottom: 50%;
      left: 20%; }
    .elementor-widget-consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:nth-child(7n+5) {
      display: block;
      width: 40%;
      bottom: 75%;
      left: 60%; }
.elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration {
  padding-bottom: 90%; }
  .elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div {
    width: 20%;
    height: 22.3%; }
    .elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:first-child {
      height: 44.6%;
      bottom: -44.6%;
      left: 40%; }
    .elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
      bottom: -22.3%;
      left: 20%; }
    .elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
      height: 50%;
      bottom: 0;
      left: 40%; }
    .elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
      bottom: 0;
      left: 0; }
    .elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+5) {
      display: block;
      bottom: 50%;
      left: 20%; }
    .elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+6) {
      display: block;
      height: 72.3%;
      bottom: 27.7%;
      left: 60%; }
    .elementor-widget-consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n) {
      display: block;
      bottom: 77.7%;
      left: 80%; }
.elementor-widget-consultum_decoration.consultum_decoration.animated-fast {
  animation-duration: .5s; }
.elementor-widget-consultum_decoration.consultum_decoration .elementor-widget-container {
  animation-duration: inherit; }
  .elementor-widget-consultum_decoration.consultum_decoration .elementor-widget-container .decoration-widget {
    animation-duration: inherit; }
    .elementor-widget-consultum_decoration.consultum_decoration .elementor-widget-container .decoration-widget .decoration-container {
      animation-duration: inherit; }
      .elementor-widget-consultum_decoration.consultum_decoration .elementor-widget-container .decoration-widget .decoration-container .consultum-decoration {
        animation-duration: inherit; }
        .elementor-widget-consultum_decoration.consultum_decoration .elementor-widget-container .decoration-widget .decoration-container .consultum-decoration > div {
          animation-duration: inherit; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-1 .decoration-widget .consultum-decoration > div:first-child {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  animation-delay: .2s; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-1 .decoration-widget .consultum-decoration > div:first-child, .elementor-widget-consultum_decoration.consultum_decoration.decoration-type-1 .decoration-widget .consultum-decoration > div:nth-child(7n+3), .elementor-widget-consultum_decoration.consultum_decoration.decoration-type-1 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-1 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
  animation-name: decoration_animation_1; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:first-child {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  animation-name: decoration_animation_1; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  animation-delay: .2s;
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  animation-delay: .3s;
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  animation-delay: .4s;
  animation-name: decoration_animation_1; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-2 .decoration-widget .consultum-decoration > div:nth-child(7n+5) {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div:first-child {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  animation-name: decoration_animation_1; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  animation-delay: .2s;
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  animation-delay: .3s;
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-3 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  animation-delay: .4s;
  animation-name: decoration_animation_1; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:first-child {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-delay: .4s;
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  animation-delay: .2s;
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-delay: .3s;
  animation-name: decoration_animation_2; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  animation-name: decoration_animation_1; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-4 .decoration-widget .consultum-decoration > div:nth-child(7n+5) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  animation-delay: .8s;
  animation-name: decoration_animation_1; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:first-child {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  animation: decoration_animation_1 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation-delay: 0.2s; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  animation: decoration_animation_2 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation-delay: 0.4s; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  animation: decoration_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation-delay: 0.6s; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  animation: decoration_animation_2 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation-delay: 0.2s; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+5) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  animation: decoration_animation_1 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation-delay: 0.7s; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n+6) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  animation: decoration_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation-delay: 0.7s; }
.elementor-widget-consultum_decoration.consultum_decoration.decoration-type-5 .decoration-widget .consultum-decoration > div:nth-child(7n) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  animation: decoration_animation_1 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation-delay: 0.9s; }
.elementor-widget-consultum_decoration.consultum_decoration .decoration-widget .consultum-decoration > div {
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
  .elementor-widget-consultum_decoration.consultum_decoration .decoration-widget .consultum-decoration > div:first-child {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top; }
  .elementor-widget-consultum_decoration.consultum_decoration .decoration-widget .consultum-decoration > div:nth-child(7n+2) {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top; }
  .elementor-widget-consultum_decoration.consultum_decoration .decoration-widget .consultum-decoration > div:nth-child(7n+3) {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top; }
  .elementor-widget-consultum_decoration.consultum_decoration .decoration-widget .consultum-decoration > div:nth-child(7n+4) {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom; }

.decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1; }
  .decoration-widget .decoration-container {
    display: inline-block;
    width: 101px; }
    .decoration-widget .decoration-container .consultum-decoration {
      position: relative;
      height: 0;
      padding-bottom: 99%; }
      .decoration-widget .decoration-container .consultum-decoration > div {
        position: absolute;
        width: 25%;
        height: 25%; }
        .decoration-widget .decoration-container .consultum-decoration > div:nth-child(7n+3) {
          height: 75%; }
        .decoration-widget .decoration-container .consultum-decoration > div:first-child {
          bottom: 0;
          left: 75%;
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .decoration-widget .decoration-container .consultum-decoration > div:nth-child(7n+2) {
          bottom: 0;
          left: 0;
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          -o-transform-origin: right top;
          transform-origin: right top; }
        .decoration-widget .decoration-container .consultum-decoration > div:nth-child(7n+3) {
          bottom: 25%;
          left: 50%;
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
        .decoration-widget .decoration-container .consultum-decoration > div:nth-child(7n+4) {
          bottom: 25%;
          left: 25%;
          -webkit-transform-origin: left bottom;
          -moz-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
          -o-transform-origin: left bottom;
          transform-origin: left bottom; }
        .decoration-widget .decoration-container .consultum-decoration > div:nth-child(7n+5), .decoration-widget .decoration-container .consultum-decoration > div:nth-child(7n+6), .decoration-widget .decoration-container .consultum-decoration > div:nth-child(7n) {
          display: none; }

/********** Icon Elementor Widget **********/
.elementor-widget-icon.pulse-animation-yes .elementor-icon {
  z-index: 2;
  position: relative; }
  .elementor-widget-icon.pulse-animation-yes .elementor-icon:before {
    content: '';
    position: absolute;
    display: block;
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%;
    right: initial;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #ffffff;
    opacity: .3;
    -webkit-animation: icon-pulse 2s infinite ease-in-out;
    animation: icon-pulse 2s infinite ease-in-out; }

@keyframes icon-pulse {
  0% {
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%;
    opacity: 0.3; }
  50% {
    width: 164%;
    height: 164%;
    left: -32%;
    top: -32%;
    opacity: 0.1; }
  100% {
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%;
    opacity: 0.3; } }
@-webkit-keyframes icon-pulse {
  0% {
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%; }
  50% {
    width: 164%;
    height: 164%;
    left: -32%;
    top: -32%; }
  100% {
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%; } }
/********** Icon Box Elementor Widget **********/
.consultum-icon-box-widget .icon-box-item .icon-container {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  cursor: default; }
  .consultum-icon-box-widget .icon-box-item .icon-container.background-type-color {
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .consultum-icon-box-widget .icon-box-item .icon-container img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .consultum-icon-box-widget .icon-box-item .icon-container .icon,
  .consultum-icon-box-widget .icon-box-item .icon-container .background {
    position: absolute;
    display: block;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: initial;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .consultum-icon-box-widget .icon-box-item .icon-container .icon svg,
    .consultum-icon-box-widget .icon-box-item .icon-container .background svg {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s; }
  .consultum-icon-box-widget .icon-box-item .icon-container .icon {
    z-index: 3; }
  .consultum-icon-box-widget .icon-box-item .icon-container i {
    position: relative;
    z-index: 3;
    -webkit-transition: color 0.3s, fill 0.3s;
    transition: color 0.3s, fill 0.3s; }
.consultum-icon-box-widget .icon-box-item .content-container {
  display: block; }
.consultum-icon-box-widget .icon-box-item .icon-box-title {
  margin: 0;
  font-weight: 500; }
.consultum-icon-box-widget .icon-box-item .icon-box-info:not(:first-child) {
  margin: 13px 0 0; }

.elementor-widget-consultum_icon_box .icon-box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.elementor-widget-consultum_icon_box.icon-position-top .icon-box-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .elementor-widget-consultum_icon_box.icon-position-top .icon-box-item .icon-container {
    margin: 0 0 15px; }
.elementor-widget-consultum_icon_box.icon-position-top.alignment-left .icon-box-item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left; }
.elementor-widget-consultum_icon_box.icon-position-top.alignment-right .icon-box-item {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  text-align: right; }
.elementor-widget-consultum_icon_box.icon-position-top.alignment-center .icon-box-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center; }
.elementor-widget-consultum_icon_box.icon-position-bottom .icon-box-item {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .elementor-widget-consultum_icon_box.icon-position-bottom .icon-box-item .icon-container {
    margin: 15px 0 0; }
.elementor-widget-consultum_icon_box.icon-position-bottom.alignment-left .icon-box-item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left; }
.elementor-widget-consultum_icon_box.icon-position-bottom.alignment-right .icon-box-item {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  text-align: right; }
.elementor-widget-consultum_icon_box.icon-position-bottom.alignment-center .icon-box-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center; }
.elementor-widget-consultum_icon_box.icon-position-left .icon-box-item {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .elementor-widget-consultum_icon_box.icon-position-left .icon-box-item .icon-container {
    margin: 0 15px 0 0; }
.elementor-widget-consultum_icon_box.icon-position-left.alignment-left .icon-box-item {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left; }
.elementor-widget-consultum_icon_box.icon-position-left.alignment-right .icon-box-item {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right; }
.elementor-widget-consultum_icon_box.icon-position-left.alignment-center .icon-box-item {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center; }
.elementor-widget-consultum_icon_box.icon-position-right .icon-box-item {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .elementor-widget-consultum_icon_box.icon-position-right .icon-box-item .icon-container {
    margin: 0 0 0 15px; }
.elementor-widget-consultum_icon_box.icon-position-right.alignment-left .icon-box-item {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  text-align: left; }
.elementor-widget-consultum_icon_box.icon-position-right.alignment-right .icon-box-item {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  text-align: right; }
.elementor-widget-consultum_icon_box.icon-position-right.alignment-center .icon-box-item {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center; }
.elementor-widget-consultum_icon_box.v-alignment-top .icon-box-item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
.elementor-widget-consultum_icon_box.v-alignment-middle .icon-box-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.elementor-widget-consultum_icon_box.v-alignment-bottom .icon-box-item {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

@media only screen and (max-width: 991px) {
  .elementor-widget-consultum_icon_box.icon-position-tablet-top .icon-box-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-top.alignment-tablet-left .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-top.alignment-tablet-right .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-top.alignment-tablet-center .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-left .icon-box-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-left.alignment-tablet-left .icon-box-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-left.alignment-tablet-right .icon-box-item {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-left.alignment-tablet-center .icon-box-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-right .icon-box-item {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-right.alignment-tablet-left .icon-box-item {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    text-align: left; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-right.alignment-tablet-right .icon-box-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: right; }
  .elementor-widget-consultum_icon_box.icon-position-tablet-right.alignment-tablet-center .icon-box-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center; }
  .elementor-widget-consultum_icon_box.v-alignment-tablet-top .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .elementor-widget-consultum_icon_box.v-alignment-tablet-middle .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .elementor-widget-consultum_icon_box.v-alignment-tablet-bottom .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; } }
@media only screen and (max-width: 767px) {
  .elementor-widget-consultum_icon_box.icon-position-mobile-top .icon-box-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-top.alignment-mobile-left .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-top.alignment-mobile-right .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-top.alignment-mobile-center .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-left .icon-box-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-left.alignment-mobile-left .icon-box-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-left.alignment-mobile-right .icon-box-item {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-left.alignment-mobile-center .icon-box-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-right .icon-box-item {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-right.alignment-mobile-left .icon-box-item {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    text-align: left; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-right.alignment-mobile-right .icon-box-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: right; }
  .elementor-widget-consultum_icon_box.icon-position-mobile-right.alignment-mobile-center .icon-box-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center; }
  .elementor-widget-consultum_icon_box.v-alignment-mobile-top .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .elementor-widget-consultum_icon_box.v-alignment-mobile-middle .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .elementor-widget-consultum_icon_box.v-alignment-mobile-bottom .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; } }
/********** Icon List Elementor Widget **********/
.elementor-icon-list-items .elementor-icon-list-item {
  padding: 0; }
  .elementor-icon-list-items .elementor-icon-list-item:before {
    content: none;
    display: none; }
  .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    position: relative; }
  .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-left: 22px;
    padding-right: 0; }

.elementor-widget .elementor-icon-list-items .elementor-icon-list-item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item > a,
.elementor-widget .elementor-icon-list-item > .item-wrapper,
.elementor-widget .elementor-icon-list-item > .item-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/********** Image Elementor Widget **********/
.elementor-widget-image .wp-caption {
  max-width: 100%; }
.elementor-widget-image.add-hover-animation .elementor-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .elementor-widget-image.add-hover-animation .elementor-image img:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09); }

@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .elementor-widget-image.elementor-absolute.elementor-hidden-tablet {
    display: none; } }
/********** Image Box Elementor Widget **********/
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
  max-width: 100%; }
  .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
    margin: 0 auto; }
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  margin-bottom: 5px;
  font-weight: 700; }

/********** Image Carousel Elementor Widget **********/
.elementor-widget-consultum_image_carousel .consultum-heading.heading-with-pagination:not(:last-child) {
  margin-bottom: 25px; }
.elementor-widget-consultum_image_carousel .owl-dots {
  margin-top: 17px; }
.elementor-widget-consultum_image_carousel.elementor-title-position-bottom .slider-item .slider-item-title {
  order: 3; }
  .elementor-widget-consultum_image_carousel.elementor-title-position-bottom .slider-item .slider-item-title:not(:only-child) {
    margin: 15px 0 0; }
.elementor-widget-consultum_image_carousel.elementor-title-position-bottom .slider-item img {
  order: 2; }
.elementor-widget-consultum_image_carousel.elementor-title-position-bottom .slider-item .slider-item-description {
  order: 1; }
.elementor-widget-consultum_image_carousel.elementor-title-position-top .slider-item .slider-item-description:not(:first-child) {
  margin: 18px 0 0; }
.elementor-widget-consultum_image_carousel.elementor-title-border-on .slider-item .slider-item-title:before {
  content: '';
  display: block;
  height: 2px;
  margin-bottom: 0.6em; }
.elementor-widget-consultum_image_carousel .consultum-image-slider-widget .owl-carousel.view-type-2 .owl-stage-outer {
  overflow: initial !important; }
.elementor-widget-consultum_image_carousel .consultum-image-slider-widget .owl-carousel.view-type-2 .owl-item {
  opacity: .2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.elementor-widget-consultum_image_carousel .consultum-image-slider-widget .owl-carousel.view-type-2 .owl-item.active {
  opacity: 1; }
.elementor-widget-consultum_image_carousel .consultum-image-slider-widget .slider-item {
  font-size: 0;
  line-height: 1; }
  .elementor-widget-consultum_image_carousel .consultum-image-slider-widget .slider-item .slider-item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .elementor-widget-consultum_image_carousel .consultum-image-slider-widget .slider-item img {
    -webkit-align-self: initial;
    -moz-align-self: initial;
    -ms-align-self: initial;
    align-self: initial;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .elementor-widget-consultum_image_carousel .consultum-image-slider-widget .slider-item img:not(:first-child) {
      margin: 25px 0 0; }
  .elementor-widget-consultum_image_carousel .consultum-image-slider-widget .slider-item .slider-item-title {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
    font-weight: 700; }
.elementor-widget-consultum_image_carousel.elementor-align-items-stretch .slider-item {
  height: 100%; }
  .elementor-widget-consultum_image_carousel.elementor-align-items-stretch .slider-item .slider-item-inner {
    height: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }

.elementor-widget-consultum_image_carousel .elementor-widget-container {
  animation-duration: inherit; }
  .elementor-widget-consultum_image_carousel .elementor-widget-container .consultum-image-slider-widget {
    animation-duration: inherit; }
    .elementor-widget-consultum_image_carousel .elementor-widget-container .consultum-image-slider-widget .consultum-heading-inner {
      animation-duration: inherit; }

@media screen and (min-width: 768px) {
  .elementor-widget-consultum_image_carousel .consultum-heading.heading-with-pagination:not(:last-child) {
    margin-bottom: 55px; }
  .elementor-widget-consultum_image_carousel .owl-dots {
    margin-top: 37px; } }
/********** Instagram Feed Elementor Widget **********/
#sb_instagram {
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 1; }
  #sb_instagram .sbi_item {
    position: relative;
    float: none !important; }
    #sb_instagram .sbi_item .sbi_photo {
      position: relative;
      opacity: 1 !important;
      height: 0 !important;
      padding: 100% 0 0; }
      #sb_instagram .sbi_item .sbi_photo:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        -webkit-transition: top 0.3s, opacity 0.3s;
        transition: top 0.3s, opacity 0.3s; }
      #sb_instagram .sbi_item .sbi_photo:after {
        content: '\f16d';
        width: 28px;
        height: 28px;
        position: absolute;
        display: block;
        text-align: center;
        font: 400 normal 28px/1em 'Font Awesome 5 Brands';
        z-index: 3;
        left: 50%;
        right: auto;
        top: 40%;
        margin: -14px 0 0 -14px;
        opacity: 0;
        -webkit-transition: top 0.3s, opacity 0.3s;
        transition: top 0.3s, opacity 0.3s; }
      #sb_instagram .sbi_item .sbi_photo:hover:before {
        opacity: 0.5; }
      #sb_instagram .sbi_item .sbi_photo:hover:after {
        top: 50%;
        opacity: 1; }
      #sb_instagram .sbi_item .sbi_photo img {
        display: block !important;
        position: absolute;
        left: 0;
        right: initial;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  #sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
    width: 50%; }

.consultum-instagram-feed {
  position: relative; }
  .consultum-instagram-feed .instagram-feed-info {
    display: none; }

@media only screen and (min-width: 576px) {
  #sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item {
    width: 25%; }
  #sb_instagram.sbi_width_resp.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_9 #sbi_images .sbi_item {
    width: 33.3333%; }
  #sb_instagram.sbi_width_resp.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
    width: 20%; } }
@media only screen and (min-width: 992px) {
  #sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item {
    width: 50%; }
  #sb_instagram.sbi_width_resp.sbi_col_3 #sbi_images .sbi_item {
    width: 33.3333%; }
  #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item {
    width: 25%; }
  #sb_instagram.sbi_width_resp.sbi_col_5 #sbi_images .sbi_item {
    width: 20%; }
  #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item {
    width: 16.6667%; }
  #sb_instagram.sbi_width_resp.sbi_col_7 #sbi_images .sbi_item {
    width: 14.2857%; }
  #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item {
    width: 12.5%; }
  #sb_instagram.sbi_width_resp.sbi_col_9 #sbi_images .sbi_item {
    width: 11.1111%; }
  #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
    width: 10%; }

  .consultum-instagram-feed #sb_instagram .sbi_item .sbi_photo:after {
    font-size: 46px;
    line-height: 46px;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px; }
  .consultum-instagram-feed .instagram-feed-info {
    display: block;
    min-width: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px 30px 31px;
    text-align: center;
    z-index: 3; }
    .consultum-instagram-feed .instagram-feed-info .user-name {
      font-size: 21px;
      text-transform: uppercase;
      line-height: 1.5em;
      font-weight: 600;
      padding: 9px 0 3px;
      position: relative;
      z-index: 2;
      letter-spacing: .0952em; }
    .consultum-instagram-feed .instagram-feed-info .user-description {
      font-size: 14px;
      line-height: 1.5em;
      text-transform: uppercase;
      color: #a2a2a2;
      font-weight: 600;
      position: relative;
      z-index: 2; }
  .consultum-instagram-feed #sbi_mod_error + .instagram-feed-info {
    display: none; } }
/********** Gallery Elementor Widget **********/
.elementor-image-gallery .gallery {
  margin: 0 -30px -30px 0; }
  .elementor-image-gallery .gallery .gallery-item {
    padding: 0 30px 30px 0; }
    .elementor-image-gallery .gallery .gallery-item .gallery-icon {
      overflow: initial; }
      .elementor-image-gallery .gallery .gallery-item .gallery-icon a {
        display: block;
        position: relative;
        text-decoration: none; }
    .elementor-image-gallery .gallery .gallery-item .gallery-caption {
      padding: 36px 0 0; }
    .elementor-image-gallery .gallery .gallery-item img {
      width: 100%; }

/********** Heading Elementor Widget **********/
.elementor-widget-consultum_heading .elementor-widget-container {
  animation-duration: inherit; }
  .elementor-widget-consultum_heading .elementor-widget-container .consultum-heading-widget {
    animation-duration: inherit; }

.consultum-heading {
  position: relative; }
  .consultum-heading .consultum-subheading {
    display: inline-block;
    text-align: left;
    font-size: 0.4em;
    line-height: 2.15em;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 100%;
    vertical-align: top; }
    .consultum-heading .consultum-subheading:after {
      content: '';
      display: block;
      height: 2px;
      width: 300px;
      max-width: 100%;
      margin-top: 3px;
      transform-origin: center left; }
  .consultum-heading .consultum-heading-content {
    display: block;
    position: relative; }
    .consultum-heading .consultum-heading-content:not(:first-child) {
      top: -0.08em; }
    .consultum-heading .consultum-heading-content strong {
      font-weight: bolder; }
    .consultum-heading .consultum-heading-content span[style*="text-decoration: underline"],
    .consultum-heading .consultum-heading-content u {
      text-decoration: none !important;
      position: relative;
      display: inline-block; }
      .consultum-heading .consultum-heading-content span[style*="text-decoration: underline"]:before,
      .consultum-heading .consultum-heading-content u:before {
        content: '';
        position: absolute;
        display: block;
        left: -.025em;
        right: -.1em;
        height: .225em;
        bottom: .125em;
        z-index: -1; }

@media only screen and (min-width: 768px) {
  .consultum-heading .consultum-subheading {
    font-size: 0.28em; } }
/********** Elementor History Carousel Widget **********/
.elementor-widget-consultum_history_carousel .owl-carousel.view-type-2 .owl-stage-outer {
  overflow: initial !important; }
.elementor-widget-consultum_history_carousel .owl-carousel.view-type-2 .owl-item {
  opacity: .5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.elementor-widget-consultum_history_carousel .owl-carousel.view-type-2 .owl-item.active {
  opacity: 1; }
.elementor-widget-consultum_history_carousel .owl-carousel .owl-stage {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
.elementor-widget-consultum_history_carousel .owl-carousel .slider-item:not(:first-child) {
  position: absolute;
  visibility: hidden; }
.elementor-widget-consultum_history_carousel .owl-carousel.owl-loaded .slider-item:not(:first-child) {
  position: relative;
  visibility: visible; }
.elementor-widget-consultum_history_carousel .history-slider-container {
  margin: 0 -30px; }
.elementor-widget-consultum_history_carousel .history-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 0 30px; }
  .elementor-widget-consultum_history_carousel .history-item .history-year-wrapper {
    position: relative;
    width: 100px;
    height: 225px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .elementor-widget-consultum_history_carousel .history-item .history-year-wrapper:after {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      margin: 0 0 0 1.25em;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .elementor-widget-consultum_history_carousel .history-item .history-year-wrapper .history-year {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 60px;
      line-height: 1.3em;
      letter-spacing: -0.05em;
      margin-top: 0.1em;
      font-weight: 700;
      -webkit-transform: rotate(-90deg) translateX(-100%);
      -ms-transform: rotate(-90deg) translateX(-100%);
      transform: rotate(-90deg) translateX(-100%);
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top; }
  .elementor-widget-consultum_history_carousel .history-item .history-title {
    margin-bottom: 0.5em;
    font-size: 25px; }

.cursor_drag {
  display: none;
  padding: 0;
  pointer-events: none;
  position: fixed;
  width: 10px;
  height: 10px;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0.4em;
  text-indent: 5px;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transition: width 0.3s, height 0.3s, padding 0.3s;
  transition: width 0.3s, height 0.3s, padding 0.3s; }
  .cursor_drag .cursor-bg {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }
  .cursor_drag span {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.cursor_drag.active {
  line-height: 94px;
  font-size: 14px; }
  .cursor_drag.active .cursor-bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10); }

/********** Price Item Elementor Widget **********/
.consultum-price-item-widget .price-item {
  position: relative;
  cursor: default;
  margin: 0 auto;
  border-width: 2px;
  border-style: solid; }
  .consultum-price-item-widget .price-item .price-item-inner {
    position: relative;
    z-index: 2; }
  .consultum-price-item-widget .price-item.active {
    z-index: 2; }
  .consultum-price-item-widget .price-item .price-item-button-container {
    font-size: 0;
    line-height: 1; }
    .consultum-price-item-widget .price-item .price-item-button-container .consultum-button {
      padding: 18px 48px; }
  .consultum-price-item-widget .price-item .price-wrapper {
    display: inline-block; }
    .consultum-price-item-widget .price-item .price-wrapper .currency {
      vertical-align: top;
      font-size: 27px;
      line-height: 1.1em;
      padding: 0 1px;
      font-weight: 700;
      letter-spacing: -0.05em; }
    .consultum-price-item-widget .price-item .price-wrapper .price {
      font-size: 50px;
      line-height: 1em;
      font-weight: 700;
      letter-spacing: -0.05em; }
  .consultum-price-item-widget .price-item .price-item-period {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 18px;
    line-height: 1.5555em;
    font-weight: 700; }
  .consultum-price-item-widget .price-item .price-item-best-label {
    font-weight: 500;
    position: absolute; }
  .consultum-price-item-widget .price-item .price-item-title-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .consultum-price-item-widget .price-item .price-item-title {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.03em;
    padding: 0; }
  .consultum-price-item-widget .price-item .price-item-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .consultum-price-item-widget .price-item .price-item-custom-fields {
    text-align: left;
    font-weight: 600; }
    .consultum-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field {
      position: relative;
      padding: 0 30px 0 0; }
      .consultum-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:not(:first-child) {
        margin: 10px 0 0; }
      .consultum-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:before {
        content: '\e90c';
        font: 400 normal 18px/30px 'icomoon';
        width: 18px;
        height: 18px;
        position: absolute;
        left: initial;
        right: 0;
        top: 1px; }
      .consultum-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field.active:before {
        content: '\e90b'; }
  .consultum-price-item-widget .price-item.price-item-type-standard {
    max-width: 450px;
    padding: 55px 19px 47px; }
    .consultum-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields:not(:last-child) {
      margin-bottom: 35px; }
    .consultum-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields:not(:first-child) {
      border-top-style: solid;
      border-top-width: 2px;
      padding: 40px 0 0; }
    .consultum-price-item-widget .price-item.price-item-type-standard .price-item-best-label {
      padding: 10px 20px 10px 20px;
      top: -2px;
      left: -2px;
      margin-top: -0.3em;
      transform: translateY(-50%); }
    .consultum-price-item-widget .price-item.price-item-type-standard .price-item-title-wrapper:not(:last-child) {
      margin-bottom: 23px; }
    .consultum-price-item-widget .price-item.price-item-type-standard .price-item-image {
      position: relative; }
      .consultum-price-item-widget .price-item.price-item-type-standard .price-item-image:not(:last-child) {
        margin-bottom: 30px; }
      .consultum-price-item-widget .price-item.price-item-type-standard .price-item-image img {
        max-width: 90%;
        margin: 0 auto; }
    .consultum-price-item-widget .price-item.price-item-type-standard .price-item-container {
      font-size: 0;
      line-height: 1; }
      .consultum-price-item-widget .price-item.price-item-type-standard .price-item-container:not(:last-child) {
        margin-bottom: 30px; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 20px; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-best-label {
    padding: 10px 20px 10px 20px;
    top: -2px;
    left: -2px;
    margin-top: -0.3em;
    transform: translateY(-50%); }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields {
    margin-top: 20px; }
    .consultum-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields .price-item-custom-field {
      padding: 0 0 0 38px; }
      .consultum-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields .price-item-custom-field:before {
        content: '\e90c';
        font: 400 normal 18px/30px 'icomoon';
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0;
        right: initial;
        top: 1px; }
      .consultum-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields .price-item-custom-field.active:before {
        content: '\e90b'; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-inner {
    padding: 30px 20px;
    text-align: center; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-wrapper .price {
    font-size: 32px; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
    margin-top: 30px; }

@media only screen and (min-width: 768px) {
  .consultum-price-item-widget .price-item.price-item-type-standard {
    padding: 55px 55px 64px 55px; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-inner {
    padding: 30px 34px 30px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-container:not(:first-child),
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
    margin-top: 0; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-best-label {
    top: initial;
    margin-top: 0;
    left: -2px;
    bottom: -2px;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg) translateY(25%);
    -ms-transform: rotate(-90deg) translateY(25%);
    transform: rotate(-90deg) translateY(25%); }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper {
    min-width: 20.7%;
    padding: 0 0 20px 0; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields {
    margin-top: 0; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-container {
    min-width: 22%;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-button-container {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; } }
@media only screen and (min-width: 992px) {
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-wrapper .price {
    font-size: 48px; }
  .consultum-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields {
    columns: 2;
    column-gap: 1.5em; } }
/********** Progress Bar Elementor Widget **********/
.elementor-widget-progress .elementor-widget-container .elementor-title {
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 2.3em; }
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper {
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: initial !important;
  background: none; }
  .elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #005aac; }
  .elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #00dcae; }
  .elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #ffe401; }
  .elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #ea7562; }
.elementor-widget-progress .elementor-widget-container .elementor-progress-bar {
  font-size: 16px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  height: 4px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  display: block; }
.elementor-widget-progress .elementor-widget-container .elementor-progress-text {
  display: none; }
.elementor-widget-progress .elementor-widget-container .elementor-progress-percentage {
  position: absolute;
  left: auto;
  top: calc(-1em - 9px);
  padding: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

/********** Special Text Elementor Widget **********/
.elementor-widget-consultum_special_text .special-text {
  white-space: nowrap;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 800;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  vertical-align: top; }

@media only screen and (min-width: 768px) {
  .elementor-widget-consultum_special_text .special-text {
    font-size: 100px; } }
@media only screen and (min-width: 992px) {
  .elementor-widget-consultum_special_text .special-text {
    font-size: 200px; } }
/********** Step Elementor Widget **********/
.consultum-step-widget .step-item.step-item-type-standard {
  position: relative;
  padding: 60px 40px 100px 40px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid; }
  .consultum-step-widget .step-item.step-item-type-standard .step-bg-number {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    bottom: -0.35em;
    left: 40px;
    right: initial;
    letter-spacing: -0.05em; }
  .consultum-step-widget .step-item.step-item-type-standard .step-number {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600; }
.consultum-step-widget .step-item.step-item-type-extended .step-image {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .consultum-step-widget .step-item.step-item-type-extended .step-image:not(:last-child) {
    margin-bottom: 39px; }
  .consultum-step-widget .step-item.step-item-type-extended .step-image:before {
    content: '';
    position: absolute;
    display: block;
    top: 58px;
    bottom: -14px;
    left: 13px;
    right: -13px;
    border-width: 1px;
    border-style: solid; }
  .consultum-step-widget .step-item.step-item-type-extended .step-image .step-image-box {
    position: relative;
    overflow: hidden; }
    .consultum-step-widget .step-item.step-item-type-extended .step-image .step-image-box:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2; }
  .consultum-step-widget .step-item.step-item-type-extended .step-image img {
    position: relative;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s; }
  .consultum-step-widget .step-item.step-item-type-extended .step-image .step-number {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
  .consultum-step-widget .step-item.step-item-type-extended .step-image .step-number-inner {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    bottom: -.3em;
    left: -.2667em;
    right: initial;
    z-index: 3; }
.consultum-step-widget .step-item.step-item-type-extended:hover .step-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }
.consultum-step-widget .step-title {
  margin: 0;
  line-height: 1.4em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .consultum-step-widget .step-title:not(:first-child) {
    margin-top: 20px; }
.consultum-step-widget .step-description:not(:first-child) {
  margin-top: 12px; }

.elementor-widget-consultum_step.consultum-step-widget-active .step-item .step-bg-number {
  bottom: 0.25em; }

/********** Step Carousel Elementor Widget **********/
.elementor-widget-consultum_step_carousel .step-item {
  position: relative;
  margin: 0 5px;
  padding: 60px 40px 100px 40px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid; }
  .elementor-widget-consultum_step_carousel .step-item.step-active .step-bg-number {
    bottom: 0.25em; }
  .elementor-widget-consultum_step_carousel .step-item .step-bg-number {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    bottom: -0.35em;
    left: 40px;
    right: initial;
    letter-spacing: -0.05em; }
  .elementor-widget-consultum_step_carousel .step-item .step-number {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600; }
.elementor-widget-consultum_step_carousel .step-title {
  margin: 0;
  line-height: 1.4em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .elementor-widget-consultum_step_carousel .step-title:not(:first-child) {
    margin-top: 20px; }
.elementor-widget-consultum_step_carousel .step-description:not(:first-child) {
  margin-top: 12px; }
.elementor-widget-consultum_step_carousel .owl-dots {
  margin-top: 30px; }

.elementor-widget-consultum_step_carousel .steps-slider-container {
  margin: 0 -5px; }
.elementor-widget-consultum_step_carousel .owl-stage {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .elementor-widget-consultum_step_carousel .owl-stage .owl-item .step-item {
    height: 100%; }

@media screen and (min-width: 768px) {
  .elementor-widget-consultum_step_carousel .owl-dots {
    margin-top: 50px; } }
/********** Tabs Elementor Widget **********/
.consultum_tabs_widget .consultum_tabs_titles_container {
  display: block;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
  margin: 0 -15px 20px; }
  .consultum_tabs_widget .consultum_tabs_titles_container .consultum_tab_title_item {
    display: block;
    vertical-align: top;
    margin: 0 15px 10px;
    text-align: center; }
    .consultum_tabs_widget .consultum_tabs_titles_container .consultum_tab_title_item a {
      display: inline-block;
      padding: 0 0 4px;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: .02em;
      position: relative; }
    .consultum_tabs_widget .consultum_tabs_titles_container .consultum_tab_title_item.active a:after {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000000;
      height: 2px; }
.consultum_tabs_widget .consultum_tabs_content_container .consultum_tab_content_item {
  display: none; }
  .consultum_tabs_widget .consultum_tabs_content_container .consultum_tab_content_item.active {
    display: block; }

@media only screen and (min-width: 576px) {
  .consultum_tabs_widget .consultum_tabs_titles_container {
    display: inline-block; }
    .consultum_tabs_widget .consultum_tabs_titles_container .consultum_tab_title_item {
      display: inline-block;
      width: auto;
      margin: 0 25px; }
      .consultum_tabs_widget .consultum_tabs_titles_container .consultum_tab_title_item a {
        padding: 0 0 14px; } }
@media only screen and (min-width: 992px) {
  .consultum_tabs_widget .consultum_tabs_titles_container {
    margin: 0 -25px 31px; }
    .consultum_tabs_widget .consultum_tabs_titles_container .consultum_tab_title_item {
      margin: 0 25px 10px; }
      .consultum_tabs_widget .consultum_tabs_titles_container .consultum_tab_title_item a {
        font-size: 22px; } }
/********** Testimonial Slider Elementor Widget **********/
.consultum-testimonial-carousel-widget .consultum-heading.heading-with-pagination:not(:last-child) {
  margin-bottom: 40px; }
.consultum-testimonial-carousel-widget .testimonial-carousel-wrapper {
  position: relative; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper > .owl-dots {
    position: static;
    margin-right: auto;
    margin-left: auto;
    max-width: 970px;
    margin-top: 20px;
    text-align: center; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .author-name {
    font-size: 16px;
    line-height: 1.875em;
    display: inline-block;
    vertical-align: baseline; }
    .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .author-name:not(:last-child):after {
      content: '/';
      display: inline-block;
      vertical-align: baseline;
      margin: 0 3px; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .author-position {
    font-size: 16px;
    line-height: 1.875em;
    display: inline-block;
    vertical-align: baseline; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider-container {
    margin: 0 -15px; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .owl-item {
    outline: none; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider {
    position: relative; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
    padding: 0 15px; }
    .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: stretch;
      -moz-justify-content: stretch;
      -ms-justify-content: stretch;
      justify-content: stretch;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
    .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .photo-container {
      width: 60px;
      flex-shrink: 0;
      padding: 60px 15px 0 0;
      position: relative; }
      .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .photo-container:before {
        content: '\e904';
        position: absolute;
        display: block;
        top: 0.3em;
        left: 0;
        right: initial;
        top: 0.2em;
        font: 400 normal 2.3125em/1em 'icomoon'; }
    .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
      .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo img {
        display: block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: relative; }
    .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info {
      text-align: left;
      font-size: 0;
      line-height: 1; }
      .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info:empty:before {
        display: none; }
      .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info:before {
        content: '';
        width: 37px;
        border-bottom: 1px solid;
        display: inline-block;
        vertical-align: baseline;
        margin: 0 15px 0 0; }
    .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container:not(:first-child) {
      margin: 30px 0 0; }

.elementor-widget-consultum_testimonial_carousel .elementor-widget-container {
  animation-duration: inherit; }
  .elementor-widget-consultum_testimonial_carousel .elementor-widget-container .consultum-testimonial-carousel-widget {
    animation-duration: inherit; }
    .elementor-widget-consultum_testimonial_carousel .elementor-widget-container .consultum-testimonial-carousel-widget .consultum-heading {
      animation-duration: inherit; }
      .elementor-widget-consultum_testimonial_carousel .elementor-widget-container .consultum-testimonial-carousel-widget .consultum-heading .consultum-heading-inner {
        animation-duration: inherit; }

@media only screen and (min-width: 576px) {
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial {
    flex: 1 0; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
    margin: 0 0 0 60px; }
    .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container:not(:first-child) {
      margin: 30px 0 0 60px; } }
@media only screen and (min-width: 768px) {
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper > .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    z-index: 1;
    text-align: right; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial {
    font-size: 20px;
    line-height: 1.75em; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .photo-container {
    width: 95px; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
    margin: 0 0 0 95px; }
    .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container:not(:first-child) {
      margin: 30px 0 0 95px; } }
@media only screen and (min-width: 992px) {
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonials-slider-container {
    margin: 0 -30px; }
  .consultum-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-item {
    padding: 0 30px; } }
/********** Text Carousel Elementor Widget **********/
.elementor-widget-consultum_text_carousel .owl-dots {
  margin-top: 45px; }

@media screen and (min-width: 992px) {
  .elementor-widget-consultum_text_carousel .owl-dots {
    margin-top: 65px; } }
/********** Toggle Elementor Widget **********/
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  border-top: none; }
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item + .elementor-toggle-item {
  border-top: none; }
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item:not(:last-child) {
  margin-bottom: 10px; }
.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  padding: 11px 20px 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 600;
  border: none;
  -webkit-transition: background-color;
  transition: background-color; }
  .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 28px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right, .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
      text-align: center; }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
      margin-left: 20px;
      order: 2; }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
      margin-right: 20px;
      order: 0; }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon i {
      line-height: 26px; }
  .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-title {
    width: 100%; }
.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
  padding: 12px 20px 10px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 0; }

/********** Video Elementor Widget **********/
.elementor-widget-video .elementor-widget-container {
  margin: 0 auto; }
.elementor-widget-video .elementor-custom-embed-image-overlay:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.elementor-widget-video .elementor-custom-embed-play {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: none;
  text-align: center;
  outline: none;
  width: 106px;
  height: 106px;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  pointer-events: auto;
  z-index: 2; }
  .elementor-widget-video .elementor-custom-embed-play:before {
    content: '\e813';
    font: 400 normal 17px/57px 'fontello';
    display: block;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    right: initial;
    top: 50%;
    margin: -28px 0 0 -28px;
    padding: 0 0 0 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .elementor-widget-video .elementor-custom-embed-play .progress {
    position: absolute;
    width: 88px;
    height: 88px;
    top: calc(50% - 44px);
    left: calc(50% - 44px);
    -webkit-transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  .elementor-widget-video .elementor-custom-embed-play .progress__circle,
  .elementor-widget-video .elementor-custom-embed-play .progress__path {
    fill: none;
    stroke-width: 1px; }
  .elementor-widget-video .elementor-custom-embed-play .progress__circle {
    opacity: .4; }
  .elementor-widget-video .elementor-custom-embed-play .progress__path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  .elementor-widget-video .elementor-custom-embed-play:hover .progress {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }
  .elementor-widget-video .elementor-custom-embed-play:hover .progress__path {
    stroke-dashoffset: 0; }

/********** Vertical Text Elementor Widget **********/
.elementor-widget-consultum_vertical_text .vertical-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

/********** Video Button Element **********/
.consultum_video_container {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100; }
  .consultum_video_container.active {
    display: block; }
  .consultum_video_container.visible {
    opacity: 1; }
  .consultum_video_container .consultum_close_button {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    font: 400 normal 15px/20px 'fontello';
    z-index: 101; }
    .consultum_video_container .consultum_close_button:before {
      content: '\e803';
      position: absolute;
      display: block;
      width: 18px;
      height: 18px;
      top: 50%;
      left: 50%;
      right: auto;
      margin: -9px 0 0 -9px; }
    .consultum_video_container .consultum_close_button svg {
      display: none; }
    body.admin-bar .consultum_video_container .consultum_close_button {
      top: 46px; }
  .consultum_video_container .consultum_video_wrapper {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .consultum_video_container .consultum_video_wrapper .consultum_video_inner {
      padding-bottom: 56.25%;
      position: relative;
      flex: 1 auto; }
      .consultum_video_container .consultum_video_wrapper .consultum_video_inner iframe {
        width: 100%;
        height: 100%;
        position: absolute; }

.consultum_video_widget .consultum_preview_container {
  position: relative; }
  .consultum_video_widget .consultum_preview_container img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover; }
.consultum_video_widget .consultum_video_trigger_button {
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  z-index: 2;
  overflow: hidden; }
  .consultum_video_widget .consultum_video_trigger_button span {
    display: block; }
  .consultum_video_widget .consultum_video_trigger_button:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.4, 0.99);
    transition: all 0.3s cubic-bezier(0, 0, 0.4, 0.99); }
  .consultum_video_widget .consultum_video_trigger_button:hover:before {
    left: 0; }
  .consultum_video_widget .consultum_video_trigger_button.text_button:before {
    display: none; }
  .consultum_video_widget .consultum_video_trigger_button.text_button .consultum_button_icon {
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }
  .consultum_video_widget .consultum_video_trigger_button .consultum_button_icon {
    width: 58px;
    height: 58px;
    display: inline-block;
    line-height: 58px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative; }
    .consultum_video_widget .consultum_video_trigger_button .consultum_button_icon i {
      font-size: 21px;
      line-height: 58px;
      position: relative;
      vertical-align: top;
      margin-left: 4px;
      font-style: normal;
      z-index: 2; }
      .consultum_video_widget .consultum_video_trigger_button .consultum_button_icon i:before {
        content: '\e813';
        font-family: 'fontello'; }
  .consultum_video_widget .consultum_video_trigger_button .consultum_button_text {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

@media only screen and (min-width: 768px) {
  .consultum_video_container {
    padding: 50px 47px 47px; }

  .consultum_video_widget .consultum_video_trigger_button .consultum_button_text {
    display: block;
    margin-left: 10px; }
  .consultum_video_widget .consultum_video_trigger_button.text_button:hover .consultum_button_icon {
    margin-left: 20px; } }
@media only screen and (min-width: 783px) {
  body.admin-bar .consultum_video_container .consultum_close_button {
    top: 32px; } }
@media only screen and (min-width: 1200px) {
  .consultum_video_container {
    padding-top: 47px; }
    .consultum_video_container .consultum_close_button {
      width: 100px;
      height: 100px;
      font-size: 20px; } }
/********** WC Products Elementor Widget **********/
.elementor-widget-consultum_products .woocommerce .catalog-top-info-wrapper {
  display: none; }
.elementor-widget-consultum_products .woocommerce ul.products li.product .woocommerce-loop-product__wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/********** WC Product Category Elementor Widget **********/
.product-category-widget {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none; }
  .product-category-widget:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    left: 50%;
    right: initial;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 34px);
    height: calc(100% - 34px); }
  .product-category-widget .product-category-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 50%;
    right: initial;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .product-category-widget .product-category-header {
    display: block;
    width: 67%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center; }
  .product-category-widget .product-category-title {
    position: relative;
    display: block;
    padding: 6.4626% 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .product-category-widget:hover .product-category-image {
    width: 108%;
    height: 108%; }
  .product-category-widget:hover .product-category-title {
    padding: 10% 20px;
    margin: 0 10px; }

@media only screen and (min-width: 992px) {
  .product-category-widget .product-category-header {
    font-size: 20px;
    line-height: 30px; } }
/********** WP Forms Plugin Elementor Widget **********/
.elementor-widget-consultum_wpforms.consultum-wpforms-submit-decoration-hide .wpforms-form button[type="submit"]:after,
.elementor-widget-consultum_wpforms.consultum-wpforms-submit-decoration-hide .wpforms-form .wpforms-page-button:after,
.elementor-widget-consultum_wpforms.consultum-wpforms-submit-decoration-hide .wpforms-form .wpforms-submit:after {
  display: none !important; }

.consultum-wpforms-widget .wpforms-widget-heading {
  margin: 0; }
  .consultum-wpforms-widget .wpforms-widget-heading:not(:last-child) {
    margin: 0 0 0.25em; }

div.wpforms-container.wpforms-container-full {
  margin: 0; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"],
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"],
  div.wpforms-container.wpforms-container-full .wpforms-form select,
  div.wpforms-container.wpforms-container-full .wpforms-form textarea {
    height: 48px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 8px 18px 8px 0;
    width: 100%;
    display: block;
    outline: none !important;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0; }
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form select:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form textarea:focus {
      border-width: 0;
      border-bottom-width: 1px; }
  div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 260px; }
  div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 150px; }
  div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    height: 100px; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"] {
    width: 12px;
    height: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block !important;
    margin: 7px 13px 0 0;
    cursor: pointer;
    vertical-align: text-top;
    border: solid 1px;
    outline: none !important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"]:checked:before {
      content: '\f00c';
      position: absolute;
      width: 12px;
      height: 11px;
      font: 700 normal 10px/11px 'Font Awesome 5 Free';
      text-align: center;
      display: block;
      z-index: 2;
      left: 0;
      right: 0;
      top: 0; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 18px 0 0;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    position: relative;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"]:checked:before {
      content: '';
      position: absolute;
      width: 9px;
      height: 9px;
      top: 3px;
      left: 3px;
      right: 3px;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"] {
    border: none;
    height: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 14px 0;
    display: block; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: 2px;
      border: none;
      color: transparent; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]:focus::-webkit-slider-runnable-track {
      width: 100%;
      height: 2px;
      border: none;
      color: transparent; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-moz-range-track {
      width: 100%;
      height: 2px;
      border: none;
      color: transparent; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-ms-track {
      width: 100%;
      height: 2px;
      border: none;
      color: transparent; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-webkit-slider-thumb {
      width: 12px;
      height: 12px;
      border-width: 3px;
      border-style: solid;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: -5px 0 0; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-moz-range-thumb {
      width: 12px;
      height: 12px;
      border-width: 3px;
      border-style: solid;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: -5px 0 0; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-ms-thumb {
      width: 12px;
      height: 12px;
      border-width: 3px;
      border-style: solid;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: -5px 0 0; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]:focus::-ms-thumb {
      width: 12px;
      height: 12px;
      border-width: 3px;
      border-style: solid;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: -5px 0 0; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px; }
  div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap {
    position: relative; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.multiple:after {
      display: none; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-medium {
      max-width: 60%; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-small {
      max-width: 25%; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-large {
      max-width: 100%; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap:after {
      content: '\e801';
      display: block;
      position: absolute;
      width: 40px;
      height: 50px;
      text-align: center;
      font: 400 normal 6px/50px 'fontello';
      top: 1px;
      bottom: 1px;
      right: 1px;
      left: initial;
      cursor: pointer;
      z-index: 2; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select {
      width: 100%;
      height: 50px;
      outline: none;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      padding: 8px 41px 8px 0;
      display: block;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      background: none;
      position: relative;
      z-index: 2; }
      div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select::-ms-expand {
        display: none; }
      div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select[multiple="multiple"] {
        height: 130px; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap option {
      padding: 0 16px; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
    position: relative;
    z-index: 2; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"],
  div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"],
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 18px 25px;
    -webkit-border-radius: 9999px;
    border-radius: 9999px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 70px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    pointer-events: auto;
    border: none;
    z-index: 2; }
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:after,
    div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:after,
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 54px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 8px 11px; }
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:active,
    div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:active,
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:active {
      outline: none; }
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:hover,
    div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:hover,
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
      border: none; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple] {
    z-index: 3; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple] > option {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 10px 18px;
      -webkit-transition: color 0.3s, background-color 0.3s;
      transition: color 0.3s, background-color 0.3s; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-container {
    margin: -25px -10px 0; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 25px 10px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%; }
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-description,
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-limit-text {
      font-size: 14px;
      line-height: 1.2em; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-head-container:not(:last-child) {
    margin: 0 0 35px; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-description {
    margin: 0; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 30px 0 0 !important; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 600; }
  div.wpforms-container.wpforms-container-full .wpforms-form ul li:before {
    display: none;
    content: none; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    margin-right: 30px !important; }
  div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap {
    position: relative; }
    div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap .floating-placeholder {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 8px 18px 8px 0; }

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
  border-color: transparent !important;
  border-bottom: 1px solid #cc0000 !important; }

@media only screen and (min-width: 768px) {
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"],
  div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"],
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button {
    padding: 18px 51px; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-third, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-sixths {
    width: 33.3333%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-half, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-three-sixths, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-fourths {
    width: 50%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-fourth {
    width: 25%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-four-sixths, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-thirds {
    width: 66.6666%; } }
/********** Footer Layout **********/
.footer {
  position: relative; }
  .footer .footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.footer-section {
  padding: 24px 0;
  position: relative;
  z-index: 2; }
  .footer-section + .footer-section:before {
    content: '';
    position: absolute;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    width: calc(100% - 40px);
    max-width: 1170px;
    left: 20px;
    right: 20px;
    margin: auto;
    top: -2px; }

.footer-row,
.footer-columns-row {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer-columns-row {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .875em;
  line-height: 1.875em; }
  .footer-columns-row .footer-column {
    padding: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 0; }
    .footer-columns-row .footer-column:first-child {
      margin-top: 0; }
    .footer-columns-row .footer-column:only-child {
      width: 100%; }

.footer-widgets {
  padding: 0 0 56px; }

.footer .footer-section:last-child .footer-widgets {
  padding: 0 0 35px; }

.footer-type-1 .footer-top-section .footer-widgets,
.footer-type-2 .footer-top-section .footer-widgets {
  padding-bottom: 0; }
  .footer-type-1 .footer-top-section .footer-widgets > .widget,
  .footer-type-2 .footer-top-section .footer-widgets > .widget {
    margin-top: 26px; }
.footer-type-1 .footer-widgets,
.footer-type-2 .footer-widgets {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .footer-type-1 .footer-widgets .widget,
  .footer-type-2 .footer-widgets .widget {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px; }

.body-container .footer-scroll-top {
  position: fixed;
  bottom: -60px;
  right: 30px;
  z-index: 999;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s; }
  .body-container .footer-scroll-top.show {
    bottom: 30px; }
  .body-container .footer-scroll-top button {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 20px;
    line-height: 1;
    min-width: auto;
    padding: 14px 17px; }
    .body-container .footer-scroll-top button:after {
      display: none; }

.footer-widgets .wp-block-group .widget {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.footer .footer-section:last-child {
  padding-bottom: 60px; }

@media only screen and (min-width: 576px) {
  .footer-type-1 .footer-widgets .widget,
  .footer-type-2 .footer-widgets .widget {
    width: calc(50% - 30px); }

  .footer-widgets .wp-block-group .widget {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .footer {
    background-image: none !important; } }
@media only screen and (min-width: 768px) {
  .footer-section + .footer-section:before {
    width: calc(100% - 60px);
    left: 30px;
    right: 30px; }

  .footer-row,
  .footer-columns-row {
    padding: 0 30px;
    max-width: 1230px; }

  .body-container .footer-scroll-top {
    right: 40px; }
    .body-container .footer-scroll-top.show {
      bottom: 40px; } }
@media only screen and (min-width: 992px) {
  .footer-section {
    padding: 44px 0; }

  .footer-top-section {
    padding: 31px 0; }

  .footer .footer-section:last-child {
    padding-bottom: 90px; }

  .footer.footer-type-1 .footer-section:last-child {
    padding-bottom: 105px; }

  .footer-type-2 {
    padding-top: 40px; }
    .footer-type-2 .footer-section {
      padding: 34px 0; }

  .footer-row,
  .footer-columns-row {
    padding: 0 40px;
    max-width: 1250px; }

  .footer-section + .footer-section:before {
    width: calc(100% - 80px);
    left: 40px;
    right: 40px; }

  .footer-type-1 .footer-widgets .widget {
    width: calc(25% - 30px); }

  .footer-type-2 .footer-widgets .widget {
    width: calc(33.3333% - 30px); }

  .footer-columns-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .footer-columns-row .footer-column {
      padding: 0 15px;
      margin: 0; }
      .footer-columns-row .footer-column:first-child {
        padding-left: 0; }
      .footer-columns-row .footer-column:last-child {
        padding-right: 0; }
      .footer-columns-row .footer-column:first-child:not(:last-child) {
        text-align: left; }
      .footer-columns-row .footer-column:last-child:not(:first-child) {
        text-align: right; }

  .body-container .footer-scroll-top {
    right: 71px; }
    .body-container .footer-scroll-top.show {
      bottom: 69px; }

  .footer-widgets .wp-block-group .widget {
    width: 100%; } }
/********** Footer Additional Menu **********/
.footer-additional-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-additional-menu li {
    display: inline;
    vertical-align: top;
    padding: 0; }
    .footer-additional-menu li:before {
      width: auto;
      height: auto;
      display: inline;
      position: static;
      -webkit-border-radius: 0;
      border-radius: 0;
      left: initial;
      right: initial;
      top: initial;
      border: none;
      background: none; }
    .footer-additional-menu li + li:before {
      content: '|';
      padding: 0 0.25em 0 0; }

.consultum_footer.consultum_footer_style_1 .consultum_copyright_container:not(:first-child) {
  margin: 25px 0 0; }

/********** Footer Menu **********/
.footer .footer-menu-container {
  text-align: left; }
.footer .footer-menu {
  list-style: none;
  margin: -5px -15px 12px;
  padding: 0;
  font-size: 0;
  line-height: 1; }
  .footer .footer-menu li {
    list-style: none;
    position: relative;
    margin: 20px 15px 0;
    display: inline-block;
    vertical-align: top;
    padding: 0; }
    .footer .footer-menu li:before {
      content: none;
      display: none; }
  .footer .footer-menu a {
    display: block; }

.footer-menu-section .footer-row-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -15px; }
  .footer-menu-section .footer-row-inner .footer-logo-container,
  .footer-menu-section .footer-row-inner .footer-menu-container {
    padding: 0 15px; }
  .footer-menu-section .footer-row-inner .footer-logo-container + .footer-menu-container {
    margin-bottom: 20px; }
  .footer-menu-section .footer-row-inner .footer-menu-container:last-child:first-child {
    margin-right: auto; }

@media only screen and (min-width: 576px) {
  .footer-menu-section .footer-row-inner .footer-logo-container,
  .footer-menu-section .footer-row-inner .footer-menu-container {
    width: auto; } }
@media only screen and (min-width: 768px) {
  .footer-menu-section .footer-row-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .footer-menu-section .footer-row-inner .footer-menu-container {
      margin-left: auto; }
    .footer-menu-section .footer-row-inner .footer-logo-container + .footer-menu-container {
      margin-bottom: 0; } }
@media only screen and (min-width: 992px) {
  .footer .footer-menu {
    margin: -16px -20px 0; }
    .footer .footer-menu li {
      margin: 20px 20px 0; }
  .footer .footer-menu-section {
    padding: 55px 0; } }
/********** Footer Socials **********/
.footer .wrapper-socials {
  margin: -7px -5.5px; }
  .footer .wrapper-socials li {
    margin: 7px 5.5px; }
  .footer .wrapper-socials a {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: solid 2px;
    width: 31px;
    height: 31px;
    font-size: 12px;
    line-height: 31px; }

.footer .footer-decoration-top,
.footer .footer-decoration-bottom {
  position: absolute;
  display: none; }
.footer .footer-decoration-top {
  top: 0;
  left: 0;
  max-width: 130px; }
.footer .footer-decoration-bottom {
  bottom: 0;
  right: 0;
  max-width: 75px; }

@media screen and (min-width: 1440px) {
  .footer .footer-decoration-top,
  .footer .footer-decoration-bottom {
    display: block; } }
/* ----------------------------- */
/* ----------- Header ---------- */
/* ----------------------------- */
/* ---------- Header Layout ---------- */
.top-bar {
  font-size: 87.5%;
  display: none;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  .header .top-bar nav {
    font-size: inherit;
    line-height: inherit; }

.top-bar-row {
  padding: 4px 0 3px;
  margin: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .top-bar.after_header .top-bar-row {
    padding: 5px 0 5px; }

.top-bar-column {
  padding: 0 20px; }
  .top-bar-column:not(:first-child) {
    text-align: right; }
  .top-bar-column:only-child {
    width: 100%; }

.header {
  position: relative;
  z-index: 4;
  display: none !important;
  -webkit-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1); }
  .header.header-position-over {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .header.header-position-over:not(.header-type-3) {
      background-color: transparent !important; }
    .header.header-position-over.header-type-3 {
      left: 20px;
      right: 27px;
      width: auto; }
      .header.header-position-over.header-type-3 .header-icons-container .header-button-container {
        margin-right: -20px !important; }
      .header.header-position-over.header-type-3.sticky-ready .header-icons-container .header-button-container {
        margin-right: -4px !important; }
  .header.sticky-header-on.sticky-ready .sticky-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: transform linear 1s;
    transition: transform linear 1s;
    margin-top: -500px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1); }
  .header .header-button-container .consultum-button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .header .header-button-container .consultum-button:hover:before {
    opacity: 1; }
  .header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: transform linear 0.5s;
    transition: transform linear 0.5s;
    transition-delay: 0.1s; }
    .header.sticky-header.sticky-active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      transition-delay: 0s; }
      .header.sticky-header.sticky-active .header-row {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 0.5s; }
    .header.sticky-header .header-row {
      -webkit-transform: translateY(-75%);
      -ms-transform: translateY(-75%);
      transform: translateY(-75%);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      transition-delay: 0s; }
  .header:not(.with_top_bar) .header-button-container .consultum-button:hover {
    height: 100%; }

.header-menu-container {
  width: 100%;
  text-align: center; }

.header-icons-container {
  margin: 7px 20px;
  min-height: 50px;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  .header-icons-container:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .header-icons-container:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .header-icons-container:first-child:last-child {
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .mobile-header-menu-container .header-icons-container {
    margin-bottom: 20px; }
  .header-icons-container .header-icon {
    margin: 5px 8px; }
    .mobile-header-menu-container .header-icons-container .header-icon {
      margin: 5px 10px; }
    .mobile-header-menu-container .header-icons-container .header-icon:last-child {
      margin-right: 0; }
  .header-icons-container .header-button-container {
    white-space: nowrap;
    line-height: 1;
    font-size: 0;
    margin: -7px -4px -7px 35px !important;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch; }
    .header-icons-container .header-button-container .consultum-button {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 17px;
      margin-bottom: -42px;
      min-width: 243px;
      height: calc(100% + 25px);
      -webkit-border-radius: 0;
      border-radius: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .header-icons-container .header-button-container .consultum-button:after {
        display: none; }

.header-row {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .header-row .header-icons-container {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch; }
    .header-row .header-icons-container .header-icon {
      margin: 5px 15px; }

body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
  top: 46px; }
body.admin-bar .header.sticky-header {
  top: 46px; }
body.admin-bar .mobile-header.sticky-header {
  top: 46px; }

.mobile-header {
  border-bottom: solid 1px transparent;
  z-index: 4;
  position: relative; }
  .mobile-header.mobile-header-position-over {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .mobile-header.sticky-header-on.sticky-ready .sticky-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: transform linear 1s;
    transition: transform linear 1s;
    margin-top: -200px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14); }
  .mobile-header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px); }
  .mobile-header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: transform linear 0.5s;
    transition: transform linear 0.5s;
    transition-delay: 0.5s; }
    .mobile-header.sticky-header.sticky-active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      transition-delay: 0s; }
      .mobile-header.sticky-header.sticky-active .mobile-header-row {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 0.6s; }
    .mobile-header.sticky-header .mobile-header-row {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      transition-delay: 0s; }

.mobile-header-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

@media only screen and (min-width: 576px) {
  .mobile-header .header-icon.search-trigger, .mobile-header .header-icon.mini-cart, .mobile-header .header-icon.header-button-container {
    display: block; } }
@media only screen and (min-width: 783px) {
  body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
    top: 32px; }
  body.admin-bar .header.sticky-header {
    top: 32px; }
  body.admin-bar .mobile-header.sticky-header {
    top: 32px; } }
/* ---------- Header Contacts ---------- */
.wrapper-contacts {
  margin: 0 -23px; }
  .wrapper-contacts .contact-item {
    margin: 0 23px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap; }
    .wrapper-contacts .contact-item:not(:last-child) {
      margin: 0 0 0 23px; }
      .wrapper-contacts .contact-item:not(:last-child):after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 3px;
        height: 3px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 0 0 0 23px; }
    .wrapper-contacts .contact-item > * {
      display: inline-block;
      vertical-align: middle; }
    .wrapper-contacts .contact-item .contact-item-title {
      margin-right: 20px; }
  .wrapper-contacts.top-bar-contacts {
    display: inline-block;
    vertical-align: top; }

/* ---------- Header Extra Panel ---------- */
.extra-trigger {
  position: relative; }
  .extra-trigger .extra-trigger-item {
    width: 32px;
    height: 23px;
    font: 400 normal 16px/23px 'fontello';
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .extra-trigger .extra-trigger-item:before {
      content: '\e809'; }

.slide-extra-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  width: 280px;
  -webkit-transition: right 0.3s, left 0.3s;
  transition: right 0.3s, left 0.3s;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 112px 20px 30px;
  overflow-y: auto;
  right: -320px;
  left: initial; }
  .slide-extra-wrapper.active {
    opacity: 1;
    right: 0;
    left: initial; }
  .slide-extra-wrapper .slide-extra {
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
  .slide-extra-wrapper .slide-extra-close {
    position: absolute;
    right: 20px;
    left: initial;
    top: 50px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font: 400 normal 20px/20px 'fontello'; }
    .slide-extra-wrapper .slide-extra-close:before {
      content: '\e820'; }

body.admin-bar .slide-extra-wrapper {
  top: 46px; }

.slide-extra-content:not(:last-child) {
  margin-bottom: 60px; }

.extra-logo-container:not(:last-child) {
  margin-bottom: 36px; }

.extra-menu-container:not(:last-child) {
  margin-bottom: 36px; }

.extra-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .extra-menu > li {
    position: relative; }
    .extra-menu > li .sub-menu-trigger {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 44px;
      cursor: pointer;
      z-index: 2; }
      .extra-menu > li .sub-menu-trigger:after {
        content: '\f107';
        font: 700 normal 18px/1em 'Font Awesome 5 Free';
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        left: initial;
        margin: -10px 0 0;
        opacity: 0.7;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .extra-menu > li.active > .sub-menu-trigger:after {
      opacity: 1;
      -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
    .extra-menu > li > a {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 8px 34px 8px 0;
      font-size: 15px; }
      .extra-menu > li > a:before {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        bottom: 6px;
        left: 2px;
        right: 51px;
        opacity: 0;
        -webkit-transition: opacity, 0.3s;
        transition: opacity, 0.3s; }
    .extra-menu > li.current-menu-ancestor > a:before, .extra-menu > li.current-menu-parent > a:before, .extra-menu > li.current-menu-item > a:before {
      opacity: 1; }
  .extra-menu ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .extra-menu ul.sub-menu > li {
      margin: 0 0 0 40px; }
      .extra-menu ul.sub-menu > li > a {
        font-size: 15px;
        display: block;
        padding: 0 65px 0 0; }
    .extra-menu ul.sub-menu li {
      position: relative; }
      .extra-menu ul.sub-menu li .sub-menu-trigger {
        height: 30px; }
      .extra-menu ul.sub-menu li.active > .sub-menu-trigger:after {
        opacity: 1;
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1); }
  .extra-menu > ul.sub-menu {
    padding: 10px 0 !important; }
    .extra-menu > ul.sub-menu > li {
      margin: 0 0 0 50px; }

.extra-icons-container {
  margin: 15px -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .extra-icons-container .extra-icon {
    margin: 5px 15px; }
  .extra-icons-container:not(:last-child) {
    margin-bottom: 36px; }

.extra-button-container {
  width: 100%; }

.header-extra-socials.wrapper-socials {
  margin-left: -5.5px;
  margin-right: -5.5px; }
  .header-extra-socials.wrapper-socials:not(:last-child) {
    margin-bottom: 34px; }
  .header-extra-socials.wrapper-socials li {
    margin: 7px 5.5px; }
  .header-extra-socials.wrapper-socials a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px;
    width: 28px;
    height: 28px;
    font-size: 13px;
    line-height: 28px; }

.slide-extra-copyright {
  font-size: 14px; }

@media only screen and (min-width: 783px) {
  body.admin-bar .slide-extra-wrapper {
    top: 32px; } }
@media only screen and (min-width: 992px) {
  .slide-extra-wrapper {
    width: 300px;
    padding: 112px 50px 30px;
    right: -420px;
    left: initial; }
    .slide-extra-wrapper.active {
      right: 0;
      left: initial; }
    .slide-extra-wrapper .slide-extra-close {
      left: initial;
      right: 50px; } }
/* ---------- Header Contacts ---------- */
.wrapper-info {
  margin: 0 -15px; }
  .wrapper-info .top-bar-additional-text {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap; }
    .wrapper-info .top-bar-additional-text:not(:last-child) {
      margin: 0 15px; }
    .wrapper-info .top-bar-additional-text .additional-text-title {
      font-weight: 400; }

/* ---------- Header Loader ---------- */
.page-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1030;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.page-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px; }
  .page-loader .page-loader-logo {
    position: relative;
    z-index: 2;
    margin: auto;
    max-width: 100%;
    height: auto; }

.woocommerce .loader:before {
  content: none;
  display: none; }

.page-loader-inner {
  animation-name: pulsate;
  -webkit-animation-name: pulsate;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

@-webkit-keyframes pulsate {
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes pulsate {
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
/* ---------- Header Logo ---------- */
.logo-container {
  margin: 18px 15px 18px 20px;
  width: 100%; }

.mobile-header-row .logo-container {
  width: 100%; }

.logo {
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.logo-link {
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .logo-link .logo-site-name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em; }

@media only screen and (min-width: 1365px) {
  .logo-container {
    margin: 15px; }

  .logo-link .logo-site-name {
    font-size: 22px;
    font-weight: 700; }

  .header.header-type-2 .logo {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; } }
/* ---------- Header Login/Logout ---------- */
.login-logout {
  line-height: 1;
  font-size: 0; }
  .login-logout .link-login {
    display: block;
    line-height: 1;
    height: 23px; }
    .login-logout .link-login:before {
      content: '\f2f6';
      font: 700 normal 18px/23px 'Font Awesome 5 Free'; }
  .login-logout .link-logout {
    display: block;
    line-height: 1;
    height: 23px; }
    .login-logout .link-logout:before {
      content: '\f2f5';
      font: 700 normal 18px/23px 'Font Awesome 5 Free'; }

@media only screen and (min-width: 1365px) {
  .login-logout .link-login:before,
  .login-logout .link-logout:before {
    font-size: 22px;
    line-height: 28px; } }
/* ---------- Header Menu ---------- */
.menu-trigger {
  position: relative; }
  .menu-trigger .menu-trigger-icon {
    display: block;
    width: 22px;
    height: 23px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .menu-trigger .menu-trigger-icon.active .hamburger span:first-child {
      -webkit-transform: rotate(-45deg) translate(-4px, 4px);
      -ms-transform: rotate(-45deg) translate(-4px, 4px);
      transform: rotate(-45deg) translate(-4px, 4px); }
    .menu-trigger .menu-trigger-icon.active .hamburger span:nth-of-type(2) {
      opacity: 0; }
    .menu-trigger .menu-trigger-icon.active .hamburger span:last-child {
      -webkit-transform: rotate(45deg) translate(-4px, -4px);
      -ms-transform: rotate(45deg) translate(-4px, -4px);
      transform: rotate(45deg) translate(-4px, -4px); }
  .menu-trigger .hamburger {
    display: block;
    width: 22px;
    height: 14px;
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    margin: -6px 0 0 -11px; }
    .menu-trigger .hamburger span {
      height: 2px;
      width: 22px;
      display: block;
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .menu-trigger .hamburger span:first-child {
        margin-bottom: 4px; }
      .menu-trigger .hamburger span:last-child {
        margin-top: 4px; }

.menu-close {
  position: relative; }
  .menu-close .menu-close-icon {
    display: block;
    width: 16px;
    height: 23px;
    font: 400 normal 16px/24px 'fontello';
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .menu-close .menu-close-icon:before {
      content: '\e803'; }

/* Mobile Menu */
.mobile-header-menu-container {
  width: 320px;
  height: 100%;
  -webkit-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: -320px;
  left: auto;
  opacity: 0;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  padding: 0 0 50px; }
  .mobile-header-menu-container.active {
    right: 0;
    left: auto;
    opacity: 1; }
  .mobile-header-menu-container nav {
    font-size: 0;
    line-height: 1; }
  .mobile-header-menu-container .header-mobile-contacts {
    padding: 40px 30px 0; }
    .mobile-header-menu-container .header-mobile-contacts .contact-item {
      font-size: 16px;
      line-height: 30px;
      position: relative; }
      .mobile-header-menu-container .header-mobile-contacts .contact-item + .contact-item {
        margin-top: 10px; }
      .mobile-header-menu-container .header-mobile-contacts .contact-item .contact-item-title {
        display: block;
        text-transform: uppercase;
        font-size: 75%;
        letter-spacing: 0.05em;
        font-weight: 600; }
  .mobile-header-menu-container .header-mobile-additional-text {
    padding: 30px 30px 0;
    font-weight: 600;
    line-height: 1.4em; }
    .mobile-header-menu-container .header-mobile-additional-text .additional-text-title {
      display: block;
      font-weight: 400; }
  .mobile-header-menu-container .header-mobile-socials {
    padding: 30px 30px 0; }
    .mobile-header-menu-container .header-mobile-socials .mobile-menu-socials {
      margin: 0 -7px; }
      .mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li {
        margin: 0 7px 10px; }
        .mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li a {
          width: 30px;
          height: 30px;
          font-size: 12px;
          font-weight: 400;
          line-height: 31px;
          text-align: center;
          -webkit-border-radius: 15px;
          border-radius: 15px;
          border-width: 2px;
          border-style: solid;
          position: relative; }
  .mobile-header-menu-container .header-mobile-button {
    padding: 20px 30px 0;
    line-height: 1;
    font-size: 0; }
    .mobile-header-menu-container .header-mobile-button .consultum-button {
      min-width: 153px; }
  .mobile-header-menu-container .main-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-header-menu-container .main-menu > li {
      border-bottom: solid 2px;
      position: relative;
      padding: 0; }
      .mobile-header-menu-container .main-menu > li:before {
        content: none;
        display: none; }
      .mobile-header-menu-container .main-menu > li .sub-menu-trigger {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 62px;
        cursor: pointer;
        z-index: 2; }
        .mobile-header-menu-container .main-menu > li .sub-menu-trigger:after {
          content: '';
          width: 3px;
          height: 3px;
          display: block;
          position: absolute;
          text-align: center;
          top: 50%;
          right: 20px;
          left: auto;
          margin: -1px 0 0;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
      .mobile-header-menu-container .main-menu > li > a {
        display: block;
        font-size: 14px;
        padding: 23px 58px 23px 20px; }
      .mobile-header-menu-container .main-menu > li ul.sub-menu {
        display: none;
        list-style: none;
        padding: 0 0 0 20px;
        margin: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .mobile-header-menu-container .main-menu > li ul.sub-menu > li > a {
          display: block;
          padding: 13px 43px 13px 0;
          font-size: 14px; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu > li > a:before {
            content: '';
            width: 3px;
            height: 3px;
            display: block;
            position: absolute;
            text-align: center;
            top: 50%;
            right: auto;
            left: 0;
            margin: -1px 0 0;
            opacity: 0;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: opacity 0.4s;
            transition: opacity 0.4s; }
        .mobile-header-menu-container .main-menu > li ul.sub-menu li {
          position: relative;
          padding: 0; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu li:before {
            content: none;
            display: none; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu li .sub-menu-trigger {
            height: 40px; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu li.active > .sub-menu-trigger:after {
            opacity: 1;
            -webkit-transform: scale(1, -1);
            -ms-transform: scale(1, -1);
            transform: scale(1, -1); }
          .mobile-header-menu-container .main-menu > li ul.sub-menu li.current-menu-item > a {
            padding: 13px 25px 13px 34px; }
            .mobile-header-menu-container .main-menu > li ul.sub-menu li.current-menu-item > a:before {
              opacity: 1; }
      .mobile-header-menu-container .main-menu > li > ul.sub-menu {
        border-top: solid 2px;
        padding: 0 0 0 20px !important; }
        .mobile-header-menu-container .main-menu > li > ul.sub-menu > li {
          margin: 0 0 0 20px; }
          .mobile-header-menu-container .main-menu > li > ul.sub-menu > li:first-child {
            margin-top: 20px; }
          .mobile-header-menu-container .main-menu > li > ul.sub-menu > li:last-child {
            margin-bottom: 20px; }

/* Desktop */
.header nav {
  font-size: 0;
  line-height: 1; }
.header .header-menu-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .header .header-menu-row .logo {
    margin: 20px 70px; }
.header .main-menu {
  margin: 3px 0;
  padding: 0; }
  .header .main-menu li {
    list-style: none;
    position: relative;
    padding: 0; }
    .header .main-menu li:before {
      content: none;
      display: none; }
    .header .main-menu li:not(:last-of-type) {
      margin-right: 20px; }
  .header .main-menu > li > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 32px 0;
    top: 1px; }
    .header .main-menu > li > a:before {
      content: '';
      display: block;
      height: 3px;
      position: absolute;
      top: 0;
      left: 0;
      right: 2px;
      opacity: 0;
      -webkit-transition: opacity, 0.3s;
      transition: opacity, 0.3s; }
  .header .main-menu > li.menu-item-has-children > a:before {
    left: 0;
    right: 8px; }
  .header .main-menu > li:hover > a:before {
    opacity: 1; }
  .header .main-menu > li.current-menu-ancestor > a:before, .header .main-menu > li.current-menu-parent > a:before, .header .main-menu > li.current-menu-item > a:before {
    opacity: 1; }
  .header .main-menu > li.menu-item-has-children > a {
    padding-right: 10px;
    padding-left: 0; }
    .header .main-menu > li.menu-item-has-children > a:after {
      content: '';
      width: 3px;
      height: 3px;
      display: block;
      position: absolute;
      text-align: center;
      top: 50%;
      right: 0;
      left: auto;
      margin: 7px 0 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .header .main-menu > li.menu-item-has-children.current-menu-ancestor > a:before, .header .main-menu > li.menu-item-has-children.current-menu-parent > a:before, .header .main-menu > li.menu-item-has-children.current-menu-item > a:before {
    left: 0;
    right: 15px; }

@media only screen and (min-width: 992px) {
  .header .main-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    line-height: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (min-width: 1200px) {
  .header .main-menu li:not(:last-of-type) {
    margin-right: 25px; } }
@media only screen and (min-width: 1400px) {
  .header .main-menu li:not(:last-of-type) {
    margin-right: 30px; } }
@media only screen and (min-width: 1600px) {
  .header .main-menu li:not(:last-of-type) {
    margin-right: 40px; } }
/* ---------- Header Sub Menu ---------- */
.header .main-menu > li ul.sub-menu {
  margin: 1px 0 0;
  position: absolute;
  top: 100%;
  left: -38px;
  width: 245px;
  padding: 25px 37px 25px 37px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 4;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  text-align: left; }
  .header .main-menu > li ul.sub-menu > li {
    position: relative;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s; }
    .header .main-menu > li ul.sub-menu > li.menu-item-has-children > a:after {
      content: '\e824';
      font: 400 normal 9px/18px 'fontello';
      width: 20px;
      height: 18px;
      display: block;
      position: absolute;
      text-align: center;
      top: 50%;
      right: 0;
      left: auto;
      margin: -9px 0 0;
      -webkit-transition: color 0.3s, opacity 0.3s;
      transition: color 0.3s, opacity 0.3s; }
    .header .main-menu > li ul.sub-menu > li:not(:last-of-type) {
      margin-bottom: 1px; }
    .header .main-menu > li ul.sub-menu > li > a {
      display: block;
      position: relative;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      padding: 5px 33px 5px 0; }
      .header .main-menu > li ul.sub-menu > li > a:before {
        content: '';
        position: absolute;
        display: block;
        width: 3px;
        height: 3px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        right: initial;
        opacity: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
    .header .main-menu > li ul.sub-menu > li:hover > a, .header .main-menu > li ul.sub-menu > li.current-menu-item > a {
      padding: 5px 13px 5px 20px; }
      .header .main-menu > li ul.sub-menu > li:hover > a:before, .header .main-menu > li ul.sub-menu > li.current-menu-item > a:before {
        opacity: 1; }
.header .main-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0); }
  .header .main-menu li:hover > ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    right: initial;
    margin: 0 0 0 40px; }
    .header .main-menu li:hover > ul.sub-menu ul.sub-menu:before {
      content: '';
      position: absolute;
      display: block;
      width: 31px;
      left: initial;
      right: 100%;
      top: 0;
      bottom: 0;
      opacity: 0; }
  .header .main-menu li:hover > ul.sub-menu > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+1) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+2) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+4) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+5) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+6) {
      -webkit-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+7) {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+8) {
      -webkit-transition-delay: 0.45s;
      transition-delay: 0.45s; }

@media only screen and (min-width: 992px) {
  .mobile-header .mobile-header-row {
    margin: 0 20px; } }
/* ---------- Header Minicart ---------- */
.mini-cart {
  width: 18px;
  height: 23px;
  position: relative; }
  .mini-cart .mini-cart-trigger {
    width: 18px;
    height: 23px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 3; }
  .mini-cart .mini-cart-count:before {
    content: '\e94e';
    font: 400 normal 18px/24px 'icomoon';
    vertical-align: top; }
  .mini-cart .mini-cart-count > span {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    background-color: #f24f71;
    top: -6px;
    right: -10px;
    left: initial;
    min-width: 7px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    font-style: normal;
    padding: 0 3px;
    border-width: 2px;
    border-style: solid; }
  .mini-cart .mini-cart-panel {
    position: absolute;
    right: -40px;
    top: -36px;
    width: 602px;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0 !important;
    pointer-events: none;
    z-index: 2;
    padding: 98px 48px 50px 50px;
    overflow: hidden;
    visibility: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mini-cart .mini-cart-panel.empty {
      width: 350px; }
    .mini-cart .mini-cart-panel:before {
      content: '';
      position: absolute;
      display: block;
      width: 100px;
      height: 98px;
      right: 0;
      top: 0;
      left: initial;
      border-bottom-width: 2px;
      border-left-width: 2px;
      border-bottom-style: solid;
      border-left-style: solid;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .mini-cart .mini-cart-panel .woocommerce-mini-cart__empty-message {
      margin: 0; }
    .mini-cart .mini-cart-panel .mini-cart-title {
      margin: 0 44px 21px 0;
      letter-spacing: -0.03em;
      word-spacing: 1px; }
    .mini-cart .mini-cart-panel .cart_list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      margin: 0 -48px 0 -50px; }
      .mini-cart .mini-cart-panel .cart_list:not(:first-child) {
        padding: 0; }
      .mini-cart .mini-cart-panel .cart_list li {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 0 48px 40px 50px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        margin: 0 !important; }
        .mini-cart .mini-cart-panel .cart_list li:not(:first-child) {
          padding: 40px 48px 40px 50px; }
        .mini-cart .mini-cart-panel .cart_list li:first-child {
          padding: 22px 48px 40px 50px; }
        .mini-cart .mini-cart-panel .cart_list li:before {
          display: none;
          content: none; }
        .mini-cart .mini-cart-panel .cart_list li a {
          font-weight: 500;
          display: inline; }
        .mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper {
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-shrink: 0;
          flex-shrink: 0;
          margin: 0 24px 0 0;
          position: static;
          order: 1; }
          .mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper img {
            display: block;
            position: relative;
            margin: 0;
            float: none;
            width: 80px;
            height: auto;
            -webkit-transition: border-color, 0.3s;
            transition: border-color, 0.3s; }
        .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper {
          display: block;
          width: 100%;
          order: 2;
          white-space: initial; }
          .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper h6 {
            font-weight: 700;
            margin: 0;
            line-height: 1.111em; }
          .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity {
            display: block;
            font-size: 14px;
            line-height: 20px;
            margin: 5px 0 0;
            font-weight: 700;
            letter-spacing: -0.03em; }
          .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .product-rating-wrapper {
            margin-top: 12px; }
            .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .product-rating-wrapper .star-rating {
              font-size: 12px; }
        .mini-cart .mini-cart-panel .cart_list li .subtotal {
          width: 33%;
          margin-top: 20px;
          flex-grow: 0;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: -0.03em;
          order: 3; }
        .mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button {
          position: static;
          font-size: 25px;
          font-weight: 400;
          line-height: 1;
          margin: 17px 0 0 20px;
          background: none;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-shrink: 0;
          flex-shrink: 0;
          order: 4; }
          .header .mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button {
            color: #f46473; }
    .mini-cart .mini-cart-panel .total {
      margin: 37px 0 0;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: -0.03em;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .mini-cart .mini-cart-panel .total strong {
        font-weight: 500;
        margin-right: 25px; }
    .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons {
      position: relative;
      z-index: 2;
      padding: 12px 0 0;
      margin: 0 -5px;
      font-size: 0;
      line-height: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:before, .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:after {
        content: none;
        display: none; }
      .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button {
        margin: 15px 5px 0;
        min-width: 145px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0; }
        .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button.checkout {
          margin-right: 25px; }
  .mini-cart:hover .mini-cart-trigger {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .mini-cart:hover .mini-cart-panel {
    opacity: 1 !important;
    pointer-events: initial;
    visibility: visible; }

.header-mobile .mini-cart {
  width: 42px;
  height: 42px; }
  .header-mobile .mini-cart .mini-cart-trigger {
    width: 42px;
    height: 42px;
    background: none; }
  .header-mobile .mini-cart .mini-cart-count:before {
    line-height: 42px; }

@media only screen and (min-width: 1365px) {
  .mini-cart {
    width: 21px; }
    .mini-cart .mini-cart-trigger {
      width: 21px; }
    .mini-cart .mini-cart-count:before {
      font-size: 21px; } }
/* ---------- Header Page Title ---------- */
@keyframes page_title_animation_1 {
  0% {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes page_title_animation_2 {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); } }
.page-title-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 50px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .header.header-position-above + .page-title-container .page-title-wrapper {
    margin-bottom: 20px; }
  .page-title-container .page-title-row {
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1210px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .page-title-container .page-title-box {
    position: relative; }
    .page-title-container .page-title-box:before {
      content: '';
      display: none;
      position: absolute;
      left: -7px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 3px;
      height: 1.2em; }
  .page-title-container .page-title {
    margin: 0 0 12px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    z-index: 2; }
  .page-title-container .page-title,
  .page-title-container .page-title-wrapper .page-title-box {
    font-size: 36px;
    line-height: 1.0625em;
    letter-spacing: -0.05em; }
  .page-title-container .page-title-decoration-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }
    .page-title-container .page-title-decoration-wrapper .page-title-decoration {
      height: 0;
      padding-bottom: 90%; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration > div {
        position: absolute;
        width: 20%;
        height: 22.3%; }
        .page-title-container .page-title-decoration-wrapper .page-title-decoration > div:first-child {
          height: 44.6%;
          bottom: -44.6%;
          left: 40%; }
        .page-title-container .page-title-decoration-wrapper .page-title-decoration > div:nth-child(7n+2) {
          bottom: -22.3%;
          left: 20%; }
        .page-title-container .page-title-decoration-wrapper .page-title-decoration > div:nth-child(7n+3) {
          height: 50%;
          bottom: 0;
          left: 40%; }
        .page-title-container .page-title-decoration-wrapper .page-title-decoration > div:nth-child(7n+4) {
          bottom: 0;
          left: 0; }
        .page-title-container .page-title-decoration-wrapper .page-title-decoration > div:nth-child(7n+5) {
          bottom: 50%;
          left: 20%; }
        .page-title-container .page-title-decoration-wrapper .page-title-decoration > div:nth-child(7n+6) {
          height: 72.3%;
          bottom: 27.7%;
          left: 60%; }
        .page-title-container .page-title-decoration-wrapper .page-title-decoration > div:nth-child(7n) {
          bottom: 77.7%;
          left: 80%; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animate > div:first-child {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right top;
        -moz-transform-origin: right top;
        -ms-transform-origin: right top;
        -o-transform-origin: right top;
        transform-origin: right top; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animate > div:nth-child(7n+2) {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animate > div:nth-child(7n+3) {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animate > div:nth-child(7n+4) {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animate > div:nth-child(7n+5) {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right top;
        -moz-transform-origin: right top;
        -ms-transform-origin: right top;
        -o-transform-origin: right top;
        transform-origin: right top; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animate > div:nth-child(7n+6) {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animate > div:nth-child(7n) {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animated > div:first-child {
        animation: page_title_animation_1 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animated > div:nth-child(7n+2) {
        animation: page_title_animation_2 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.4s; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animated > div:nth-child(7n+3) {
        animation: page_title_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.6s; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animated > div:nth-child(7n+4) {
        animation: page_title_animation_2 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.2s; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animated > div:nth-child(7n+5) {
        animation: page_title_animation_1 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.7s; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animated > div:nth-child(7n+6) {
        animation: page_title_animation_2 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.7s; }
      .page-title-container .page-title-decoration-wrapper .page-title-decoration.animated > div:nth-child(7n) {
        animation: page_title_animation_1 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
        animation-delay: 0.9s; }

.page-title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: initial;
  -webkit-background-size: cover;
  background-size: cover;
  background-blend-mode: multiply;
  z-index: 2; }

.breadcrumbs {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%; }
  .breadcrumbs .delimiter {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 7px;
    position: relative;
    top: -1px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

@media only screen and (min-width: 576px) {
  .page-title-container {
    min-height: 250px; }
    .page-title-container .page-title,
    .page-title-container .page-title-wrapper .page-title-box {
      font-size: 45px; } }
@media only screen and (min-width: 768px) {
  .page-title-container {
    min-height: 330px; }
    .header.header-position-above + .page-title-container .page-title-wrapper {
      margin-bottom: 30px; }
    .page-title-container .page-title-row {
      padding: 0 30px; }
    .page-title-container .page-title,
    .page-title-container .page-title-wrapper .page-title-box {
      font-size: 60px; }
    .page-title-container .page-title-box:before {
      left: -15px; }
    .page-title-container .page-title-decoration-wrapper {
      width: 200px; }

  .breadcrumbs {
    font-size: 16px;
    line-height: 30px; } }
@media only screen and (min-width: 992px) {
  .page-title-container {
    min-height: 500px; }
    .header.header-position-above + .page-title-container .page-title-wrapper {
      margin-bottom: 50px; }
    .page-title-container .page-title-row {
      padding: 0 40px;
      max-width: 1250px; }
    .page-title-container .page-title,
    .page-title-container .page-title-wrapper .page-title-box {
      font-size: 80px; } }
@media only screen and (min-width: 1200px) {
  .page-title-container .page-title-decoration-wrapper {
    width: 250px; } }
@media only screen and (min-width: 1280px) {
  .page-title-container .page-title-box:before {
    display: block;
    left: -40px; } }
@media only screen and (min-width: 1500px) {
  .page-title-container .page-title-decoration-wrapper {
    width: 360px; } }
@media only screen and (min-width: 1700px) {
  .page-title-container .page-title-decoration-wrapper {
    width: 387px; } }
.header-icons-container.header-phone {
  width: auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center; }
  .header-icons-container.header-phone .header-phone-container {
    margin: 5px 0 0; }
    .header-icons-container.header-phone .header-phone-container > a {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: stretch;
      -moz-justify-content: stretch;
      -ms-justify-content: stretch;
      justify-content: stretch;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .header-icons-container.header-phone .header-phone-container > a i {
        font-size: 34px;
        margin-top: 2px; }
    .header-icons-container.header-phone .header-phone-container .header-phone-text {
      margin-left: 20px; }
      .header-icons-container.header-phone .header-phone-container .header-phone-text > span:not(.phone-number) {
        font-size: 14px;
        display: block;
        line-height: 1em; }
      .header-icons-container.header-phone .header-phone-container .header-phone-text .phone-number {
        font-weight: 600; }
    .header-icons-container.header-phone .header-phone-container .header-phone-icon {
      width: 34px;
      height: 34px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      margin-right: 15px; }

@media screen and (min-width: 1600px) {
  .header-icons-container.header-phone {
    width: 11%; } }
/* ---------- Header Search ---------- */
.search-trigger {
  width: 16px;
  height: 23px; }
  .search-trigger .search-trigger-icon {
    width: 16px;
    height: 23px;
    display: block;
    font: 400 normal 18px/24px 'fontello';
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .search-trigger .search-trigger-icon:before {
      content: '\e81b'; }

.site-search {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  padding: 20px 46px 20px 20px;
  height: 25px;
  z-index: 1000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  border-bottom-width: 2px;
  border-bottom-style: solid; }
  .site-search.active {
    top: 0;
    opacity: 1; }
  .site-search .site-search-close {
    position: absolute;
    top: 50%;
    right: 20px;
    left: initial;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font: 400 normal 14px/16px 'fontello';
    text-align: center; }
    .site-search .site-search-close:before {
      content: '\e803'; }
    .site-search .site-search-close:hover {
      opacity: .5; }
  .site-search .search-form {
    border: none;
    padding: 0; }
    .site-search .search-form .search-form-field {
      padding: 0 0 0 50px;
      border: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      height: 25px;
      line-height: 25px; }
    .site-search .search-form .search-form-icon {
      left: initial;
      right: initial;
      top: 50%;
      bottom: initial;
      width: 20px;
      height: 20px;
      margin: -10px 0 0;
      background: none;
      font-size: 14px;
      line-height: 20px; }
      .site-search .search-form .search-form-icon:hover {
        background: none; }
    .site-search .search-form .input-floating-wrap .floating-placeholder {
      padding: 0 0 0 50px;
      line-height: 25px; }
    .site-search .search-form .input-floating-wrap input:focus ~ .floating-placeholder, .site-search .search-form .input-floating-wrap input:not(:placeholder-shown) ~ .floating-placeholder {
      -webkit-transform: translateY(-1.3em);
      -ms-transform: translateY(-1.3em);
      transform: translateY(-1.3em); }

@media only screen and (min-width: 992px) {
  .site-search {
    padding: 36px 100px 36px 40px;
    height: 25px; }
    .site-search .site-search-close {
      right: 40px;
      left: initial;
      width: 20px;
      height: 20px;
      margin: -10px 0 0;
      font-size: 14px;
      line-height: 20px; }
    .site-search .search-form .search-form-field {
      padding: 0 0 0 95px;
      height: 25px;
      line-height: 25px; }
    .site-search .search-form .input-floating-wrap .floating-placeholder {
      padding: 0 0 0 95px;
      line-height: 25px; } }
@media only screen and (min-width: 1365px) {
  .search-trigger {
    width: 19px; }
    .search-trigger .search-trigger-icon {
      width: 19px;
      font-size: 19px;
      line-height: 26px; } }
/* ---------- Header Sidebar ---------- */
.dropdown-trigger {
  position: relative; }
  .dropdown-trigger .dropdown-trigger-item {
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative; }
    .dropdown-trigger .dropdown-trigger-item svg {
      height: 30px;
      width: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -17px 0 0 -12px; }
      .mobile-header .dropdown-trigger .dropdown-trigger-item svg {
        height: 24px;
        margin: -12px 0 0 -12px; }
      .dropdown-trigger .dropdown-trigger-item svg path {
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10;
        -webkit-transition: stroke 0.3s;
        transition: stroke 0.3s; }

.mobile-header .dropdown-trigger,
.mobile-header-menu-container .dropdown-trigger {
  display: none; }
  .mobile-header .dropdown-trigger .dropdown-trigger-item,
  .mobile-header-menu-container .dropdown-trigger .dropdown-trigger-item {
    width: 18px;
    height: 23px; }

.header.header-type-1 .header-row .header-icons-container .dropdown-trigger,
.header.header-type-3 .header-row .header-icons-container .dropdown-trigger {
  margin: -7px 5px -7px -20px;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch; }
  .header.header-type-1 .header-row .header-icons-container .dropdown-trigger .dropdown-trigger-item,
  .header.header-type-3 .header-row .header-icons-container .dropdown-trigger .dropdown-trigger-item {
    width: 96px;
    height: 100%;
    min-height: 96px;
    background: none; }

.header-type-2 .header-row .header-icons-container .dropdown-trigger {
  margin: 5px 15px 5px 23px; }
  .header-type-2 .header-row .header-icons-container .dropdown-trigger .dropdown-trigger-item {
    width: 25px;
    height: 25px;
    background: none; }

.header.header-type-3 .header-row .header-icons-container .dropdown-trigger {
  margin: -7px 10px -7px -20px; }

.slide-sidebar-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  width: 320px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  overflow: auto; }
  .slide-sidebar-wrapper .sidebar-logo-container {
    margin-bottom: 30px; }
    .slide-sidebar-wrapper .sidebar-logo-container .logo {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
  .slide-sidebar-wrapper.slide-sidebar-position-left {
    right: initial;
    left: -320px;
    -webkit-transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
    .slide-sidebar-wrapper.slide-sidebar-position-left.active {
      opacity: 1;
      right: initial;
      left: 0; }
  .slide-sidebar-wrapper.slide-sidebar-position-right {
    -webkit-transition: right 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: right 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    right: -320px;
    left: initial; }
    .slide-sidebar-wrapper.slide-sidebar-position-right.active {
      opacity: 1;
      right: 0;
      left: initial; }
  .slide-sidebar-wrapper .slide-sidebar-close {
    position: absolute;
    right: 20px;
    left: initial;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    font: 400 normal 15px/30px 'fontello';
    text-align: center; }
    .slide-sidebar-wrapper .slide-sidebar-close:before {
      content: '\e803'; }
  .slide-sidebar-wrapper .slide-sidebar {
    position: relative;
    padding: 80px 20px 40px;
    min-height: calc(100% - 120px); }

body.admin-bar .slide-sidebar-wrapper {
  top: 46px; }

@media only screen and (min-width: 783px) {
  body.admin-bar .slide-sidebar-wrapper {
    top: 32px; } }
@media only screen and (min-width: 768px) {
  .slide-sidebar-wrapper {
    width: 400px; }
    .slide-sidebar-wrapper.slide-sidebar-position-left {
      right: initial;
      left: -450px; }
      .slide-sidebar-wrapper.slide-sidebar-position-left.active {
        right: initial;
        left: 0; }
    .slide-sidebar-wrapper.slide-sidebar-position-right {
      right: -450px;
      left: initial; }
      .slide-sidebar-wrapper.slide-sidebar-position-right.active {
        right: 0;
        left: initial; }
    .slide-sidebar-wrapper .slide-sidebar-close {
      width: 30px;
      height: 30px;
      font-size: 15px;
      line-height: 30px;
      top: 50px;
      right: 50px; }
    .slide-sidebar-wrapper .slide-sidebar {
      padding: 110px 50px 85px;
      min-height: calc(100% - 275px); }
      .slide-sidebar-wrapper .slide-sidebar:after {
        display: block; } }
@media screen and (min-width: 768px) {
  .mobile-header .dropdown-trigger {
    display: block; } }
/* ---------- Header Social Buttons ---------- */
.wrapper-socials {
  padding: 0;
  list-style: none;
  line-height: 1;
  margin: 0 -10.5px;
  white-space: nowrap;
  cursor: default; }
  .wrapper-socials li {
    margin: 7px 10.5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0; }
    .wrapper-socials li:before {
      content: none;
      display: none; }
  .wrapper-socials a {
    text-align: center;
    display: block;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    font-family: 'Font Awesome 5 Brands'; }
  .wrapper-socials.top-bar-socials {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .wrapper-socials.top-bar-socials:not(:first-child) {
      margin-left: 18.5px;
      margin-right: 4.5px; }

.slide-sidebar-wrapper .wrapper-socials {
  margin: -7px -5.5px; }
  .slide-sidebar-wrapper .wrapper-socials li {
    margin: 7px 5.5px; }
  .slide-sidebar-wrapper .wrapper-socials a {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: solid 2px;
    width: 31px;
    height: 31px;
    font-size: 12px;
    line-height: 31px; }

/* ---------- Header User Menu ---------- */
ul.top-bar-menu {
  margin: 0 -18px;
  padding: 0;
  list-style: none; }
  ul.top-bar-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 18px;
    padding: 0; }
    ul.top-bar-menu li:before {
      display: none;
      content: none; }
  ul.top-bar-menu li:not(:last-child) {
    margin: 0 0 0 18px; }
    ul.top-bar-menu li:not(:last-child):after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 3px;
      height: 3px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 0 0 20px; }

/********** Widgets Common Stile **********/
.widget-title,
.footer-widget-title,
.side-widget-title,
.wp-block-search .wp-block-search__label,
.wc-block-product-search .wc-block-product-search__label {
  position: relative; }
  .widget-title:last-child,
  .footer-widget-title:last-child,
  .side-widget-title:last-child,
  .wp-block-search .wp-block-search__label:last-child,
  .wc-block-product-search .wc-block-product-search__label:last-child {
    margin: 0; }
  .widget-title img,
  .footer-widget-title img,
  .side-widget-title img,
  .wp-block-search .wp-block-search__label img,
  .wc-block-product-search .wc-block-product-search__label img {
    display: none; }

.sidebar .widget + .widget {
  margin: 50px 0 0; }
.sidebar .widget .widget-title:not(:last-child),
.sidebar .widget .widget-wrapper h1:not(:last-child),
.sidebar .widget .widget-wrapper h2:not(:last-child),
.sidebar .widget .widget-wrapper h3:not(:last-child),
.sidebar .widget .widget-wrapper h4:not(:last-child),
.sidebar .widget .widget-wrapper h5:not(:last-child),
.sidebar .widget .widget-wrapper h6:not(:last-child),
.sidebar .widget .wp-block-search .wp-block-search__label:not(:last-child),
.sidebar .widget .wc-block-product-search .wc-block-product-search__label:not(:last-child) {
  margin-bottom: .55em; }
.sidebar .widget .widget-title,
.sidebar .widget .wp-block-search .wp-block-search__label,
.sidebar .widget .wc-block-product-search .wc-block-product-search__label,
.sidebar .widget .widget-wrapper h1:first-child,
.sidebar .widget .widget-wrapper h2:first-child,
.sidebar .widget .widget-wrapper h3:first-child,
.sidebar .widget .widget-wrapper h4:first-child,
.sidebar .widget .widget-wrapper h5:first-child,
.sidebar .widget .widget-wrapper h6:first-child {
  padding-top: 20px;
  border-top-width: 2px;
  border-top-style: solid; }

.slide-sidebar-wrapper .widget + .widget {
  margin: 40px 0 0; }
.slide-sidebar-wrapper .widget .widget-title:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h1:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h2:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h3:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h4:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h5:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h6:not(:last-child),
.slide-sidebar-wrapper .widget .wp-block-search .wp-block-search__label:not(:last-child),
.slide-sidebar-wrapper .widget .wc-block-product-search .wc-block-product-search__label:not(:last-child) {
  margin-bottom: .55em; }

.footer-widgets > .widget {
  margin: 30px 0 0; }
  .footer-widgets > .widget h1:not(:last-child),
  .footer-widgets > .widget h2:not(:last-child),
  .footer-widgets > .widget h3:not(:last-child),
  .footer-widgets > .widget h4:not(:last-child),
  .footer-widgets > .widget h5:not(:last-child),
  .footer-widgets > .widget h6:not(:last-child) {
    margin-bottom: 0.5em; }
  .footer-widgets > .widget .wp-block-spacer + h1, .footer-widgets > .widget .wp-block-spacer + h2, .footer-widgets > .widget .wp-block-spacer + h3, .footer-widgets > .widget .wp-block-spacer + h4, .footer-widgets > .widget .wp-block-spacer + h5, .footer-widgets > .widget .wp-block-spacer + h6 {
    margin-top: 0; }

.widget_layered_nav_filters ul li:before {
  display: none; }

.sidebar .widget-title,
.sidebar .wp-block-search__label,
.sidebar .wc-block-product-search__label {
  position: relative;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sidebar .widget-title:after, .sidebar .widget-title:before,
  .sidebar .wp-block-search__label:after,
  .sidebar .wp-block-search__label:before,
  .sidebar .wc-block-product-search__label:after,
  .sidebar .wc-block-product-search__label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 25px; }
  .sidebar .widget-title:before,
  .sidebar .wp-block-search__label:before,
  .sidebar .wc-block-product-search__label:before {
    height: 20px;
    width: 10px; }
  .sidebar .widget-title:after,
  .sidebar .wp-block-search__label:after,
  .sidebar .wc-block-product-search__label:after {
    height: 10px;
    width: 10px;
    right: 10px; }
.sidebar .wp-block-group h1:first-child,
.sidebar .wp-block-group h2:first-child,
.sidebar .wp-block-group h3:first-child,
.sidebar .wp-block-group h4:first-child,
.sidebar .wp-block-group h5:first-child,
.sidebar .wp-block-group h6:first-child {
  position: relative;
  padding-right: 30px; }
  .sidebar .wp-block-group h1:first-child:after, .sidebar .wp-block-group h1:first-child:before,
  .sidebar .wp-block-group h2:first-child:after,
  .sidebar .wp-block-group h2:first-child:before,
  .sidebar .wp-block-group h3:first-child:after,
  .sidebar .wp-block-group h3:first-child:before,
  .sidebar .wp-block-group h4:first-child:after,
  .sidebar .wp-block-group h4:first-child:before,
  .sidebar .wp-block-group h5:first-child:after,
  .sidebar .wp-block-group h5:first-child:before,
  .sidebar .wp-block-group h6:first-child:after,
  .sidebar .wp-block-group h6:first-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 25px; }
  .sidebar .wp-block-group h1:first-child:before,
  .sidebar .wp-block-group h2:first-child:before,
  .sidebar .wp-block-group h3:first-child:before,
  .sidebar .wp-block-group h4:first-child:before,
  .sidebar .wp-block-group h5:first-child:before,
  .sidebar .wp-block-group h6:first-child:before {
    height: 20px;
    width: 10px; }
  .sidebar .wp-block-group h1:first-child:after,
  .sidebar .wp-block-group h2:first-child:after,
  .sidebar .wp-block-group h3:first-child:after,
  .sidebar .wp-block-group h4:first-child:after,
  .sidebar .wp-block-group h5:first-child:after,
  .sidebar .wp-block-group h6:first-child:after {
    height: 10px;
    width: 10px;
    right: 10px; }

@media screen and (min-width: 768px) {
  .footer-widgets > .widget {
    margin: 54px 0 0; } }
/********** WordPress Standard Archive Widget **********/
.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_archive ul li {
    font-weight: 500;
    padding: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .widget_archive ul li:not(:first-child) {
      margin: 5px 0 0; }
    .widget_archive ul li:before {
      content: none;
      display: none; }
    .widget_archive ul li .post-count {
      float: right; }
.widget_archive .widget-wrapper > ul > li {
  padding: 0 0 0 17px; }
  .widget_archive .widget-wrapper > ul > li:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    left: 1px;
    right: initial;
    top: 13px; }

.wp-block-archives-dropdown:not(:last-child) {
  margin-bottom: 2rem; }

.wp-block-archives,
body .content-wrapper .wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0; }
  .wp-block-archives:not(:last-child),
  body .content-wrapper .wp-block-archives:not(:last-child) {
    margin-bottom: 2rem; }
  .wp-block-archives li,
  body .content-wrapper .wp-block-archives li {
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding: 0; }
    .wp-block-archives li:not(:first-child),
    body .content-wrapper .wp-block-archives li:not(:first-child) {
      margin: 5px 0 0; }
    .wp-block-archives li:before,
    body .content-wrapper .wp-block-archives li:before {
      content: none;
      display: none; }
    .wp-block-archives li .post-count,
    body .content-wrapper .wp-block-archives li .post-count {
      float: right; }
  .wp-block-archives ul,
  body .content-wrapper .wp-block-archives ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .wp-block-archives > li,
  body .content-wrapper .wp-block-archives > li {
    padding: 0 0 0 17px; }
    .wp-block-archives > li:before,
    body .content-wrapper .wp-block-archives > li:before {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      left: 1px;
      right: initial;
      top: 13px; }

/********** WordPress Standard Media Audio Widget **********/
.widget_media_audio,
.mejs-audio {
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .widget_media_audio .mejs-container,
  .widget_media_audio .mejs-controls,
  .mejs-audio .mejs-container,
  .mejs-audio .mejs-controls {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .widget_media_audio .mejs-horizontal-volume-slider,
  .mejs-audio .mejs-horizontal-volume-slider {
    width: 50px;
    margin: 0 0 0 10px; }
  .widget_media_audio .mejs-time-rail,
  .mejs-audio .mejs-time-rail {
    margin: 0; }
  .widget_media_audio .mejs-time-handle-content,
  .mejs-audio .mejs-time-handle-content {
    border: none;
    left: -4px;
    width: 1px; }
  .widget_media_audio .mejs-time,
  .mejs-audio .mejs-time {
    padding-top: 15px; }
  .widget_media_audio .mejs-button,
  .mejs-audio .mejs-button {
    width: 20px; }
    .widget_media_audio .mejs-button > button,
    .mejs-audio .mejs-button > button {
      margin: 10px 0;
      padding: 0;
      border: none;
      min-width: 0;
      background: none;
      background-color: transparent !important;
      -webkit-border-radius: 0;
      border-radius: 0; }
      .widget_media_audio .mejs-button > button:before,
      .mejs-audio .mejs-button > button:before {
        content: none;
        display: none; }
      .widget_media_audio .mejs-button > button:after,
      .mejs-audio .mejs-button > button:after {
        font: 700 normal 18px/20px 'Font Awesome 5 Free';
        background: none !important;
        position: relative;
        width: auto;
        height: auto;
        top: initial;
        bottom: initial;
        left: initial;
        right: initial;
        border: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .widget_media_audio .mejs-button.mejs-play > button:after,
    .mejs-audio .mejs-button.mejs-play > button:after {
      content: '\f04b'; }
    .widget_media_audio .mejs-button.mejs-pause > button:after,
    .mejs-audio .mejs-button.mejs-pause > button:after {
      content: '\f04c'; }
    .widget_media_audio .mejs-button.mejs-mute > button:after,
    .mejs-audio .mejs-button.mejs-mute > button:after {
      content: '\f028'; }
    .widget_media_audio .mejs-button.mejs-unmute > button:after,
    .mejs-audio .mejs-button.mejs-unmute > button:after {
      content: '\f026'; }

/********** WordPress Standard Calendar Widget **********/
body .content-wrapper .widget_calendar,
.widget_calendar,
body .content-wrapper .wp-block-calendar,
.wp-block-calendar {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body .content-wrapper .widget_calendar a,
  .widget_calendar a,
  body .content-wrapper .wp-block-calendar a,
  .wp-block-calendar a {
    text-decoration: none; }
  body .content-wrapper .widget_calendar .wp-calendar-table,
  .widget_calendar .wp-calendar-table,
  body .content-wrapper .wp-block-calendar .wp-calendar-table,
  .wp-block-calendar .wp-calendar-table {
    width: 100%;
    text-align: center; }
  body .content-wrapper .widget_calendar .calendar_wrap,
  .widget_calendar .calendar_wrap,
  body .content-wrapper .wp-block-calendar .calendar_wrap,
  .wp-block-calendar .calendar_wrap {
    padding: 61px 25px 22px;
    position: relative; }
    body .content-wrapper .widget_calendar .calendar_wrap:not(:first-child),
    .widget_calendar .calendar_wrap:not(:first-child),
    body .content-wrapper .wp-block-calendar .calendar_wrap:not(:first-child),
    .wp-block-calendar .calendar_wrap:not(:first-child) {
      margin: 20px 0 0; }
  body .content-wrapper .widget_calendar table,
  .widget_calendar table,
  body .content-wrapper .wp-block-calendar table,
  .wp-block-calendar table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    z-index: 2;
    text-align: center;
    position: relative;
    margin: 0; }
    body .content-wrapper .widget_calendar table thead th,
    .widget_calendar table thead th,
    body .content-wrapper .wp-block-calendar table thead th,
    .wp-block-calendar table thead th {
      font-size: 16px;
      font-weight: 500;
      background: none;
      border: none !important;
      padding: 1px !important;
      text-align: center; }
    body .content-wrapper .widget_calendar table tbody td,
    .widget_calendar table tbody td,
    body .content-wrapper .wp-block-calendar table tbody td,
    .wp-block-calendar table tbody td {
      padding: 0 !important;
      min-height: 32px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 32px;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      border: none !important; }
      body .content-wrapper .widget_calendar table tbody td#today,
      .widget_calendar table tbody td#today,
      body .content-wrapper .wp-block-calendar table tbody td#today,
      .wp-block-calendar table tbody td#today {
        position: relative; }
        body .content-wrapper .widget_calendar table tbody td#today:before,
        .widget_calendar table tbody td#today:before,
        body .content-wrapper .wp-block-calendar table tbody td#today:before,
        .wp-block-calendar table tbody td#today:before {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          bottom: 0;
          left: -3px;
          right: -3px;
          z-index: -1;
          border-width: 1px;
          border-style: solid; }
    body .content-wrapper .widget_calendar table tbody a,
    .widget_calendar table tbody a,
    body .content-wrapper .wp-block-calendar table tbody a,
    .wp-block-calendar table tbody a {
      display: block;
      position: relative; }
  body .content-wrapper .widget_calendar caption,
  .widget_calendar caption,
  body .content-wrapper .wp-block-calendar caption,
  .wp-block-calendar caption {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14.2857%;
    position: absolute;
    display: block;
    top: -39px;
    left: 0;
    right: 0;
    white-space: nowrap; }
  body .content-wrapper .widget_calendar .wp-calendar-nav,
  .widget_calendar .wp-calendar-nav,
  body .content-wrapper .wp-block-calendar .wp-calendar-nav,
  .wp-block-calendar .wp-calendar-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    z-index: 3; }
    body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
    body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
    .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
      font-size: 0;
      line-height: 1;
      width: 14.2857%;
      height: 28px;
      display: block;
      position: absolute;
      top: 23px;
      text-align: center; }
      body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a,
      .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a,
      body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a,
      .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
        display: block;
        text-decoration: none;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
        body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
        .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
        .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
        body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
        body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
        .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
        .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
          font: 400 normal 8px/28px 'fontello'; }
        body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
        .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
        body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
        .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {
          opacity: 1; }
    body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
      left: 10px;
      right: initial; }
      body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
      .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
      body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
      .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
        content: '\e80d'; }
    body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
    .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
      left: initial;
      right: 10px; }
      body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
      .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
      body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
      .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
        content: '\e824'; }

body .content-wrapper .wp-block-calendar,
.wp-block-calendar {
  padding: 61px 25px 22px;
  position: relative; }
  body .content-wrapper .wp-block-calendar:not(:first-child),
  .wp-block-calendar:not(:first-child) {
    margin: 20px 0 0; }

/********** WordPress Standard Categories Widget **********/
.widget_categories ul,
ul.wp-block-categories {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0; }
  .widget_categories ul li,
  ul.wp-block-categories li {
    position: relative;
    font-weight: 500;
    padding: 0; }
    .widget_categories ul li:not(:first-child),
    ul.wp-block-categories li:not(:first-child) {
      margin: 5px 0 0; }
    .widget_categories ul li:before,
    ul.wp-block-categories li:before {
      content: none;
      display: none; }
    .widget_categories ul li.cat-item-hierarchical,
    ul.wp-block-categories li.cat-item-hierarchical {
      margin-right: 20px;
      margin-left: 0; }
    .widget_categories ul li .widget-archive-trigger,
    .widget_categories ul li .block-archive-trigger,
    ul.wp-block-categories li .widget-archive-trigger,
    ul.wp-block-categories li .block-archive-trigger {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -20px;
      left: auto;
      text-align: right;
      cursor: pointer;
      font: 400 normal 12px/30px 'fontello';
      width: 20px;
      height: 30px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .widget_categories ul li .widget-archive-trigger:before,
      .widget_categories ul li .block-archive-trigger:before,
      ul.wp-block-categories li .widget-archive-trigger:before,
      ul.wp-block-categories li .block-archive-trigger:before {
        content: '\e824'; }
      .widget_categories ul li .widget-archive-trigger.active,
      .widget_categories ul li .block-archive-trigger.active,
      ul.wp-block-categories li .widget-archive-trigger.active,
      ul.wp-block-categories li .block-archive-trigger.active {
        -webkit-transform: rotate(90deg) translate(-6px, -4px);
        -ms-transform: rotate(90deg) translate(-6px, -4px);
        transform: rotate(90deg) translate(-6px, -4px);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
    .widget_categories ul li > ul,
    ul.wp-block-categories li > ul {
      margin: 0 -20px 0 0;
      padding: 6px 0 0;
      list-style: none;
      position: relative; }
    .widget_categories ul li .post-count,
    ul.wp-block-categories li .post-count {
      float: right;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
  .widget_categories ul > li,
  ul.wp-block-categories > li {
    padding: 0 0 0 17px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .widget_categories ul > li:before,
    ul.wp-block-categories > li:before {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      left: 1px;
      right: initial;
      top: 14px; }

.wp-block-categories:not(:last-child) {
  margin-bottom: 2rem; }
.wp-block-categories ul > li {
  padding: 0 0 0 17px; }
  .wp-block-categories ul > li:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    left: 1px;
    right: initial;
    top: 14px; }

/********** WordPress Standard Custom HTML Widget **********/
.widget_custom_html .consultum-button {
  padding: 18px 40px; }

.consultum-faq-widget-wrapper {
  padding: 50px 40px 40px 45px; }
  .consultum-faq-widget-wrapper i {
    font-size: 31px; }
  .consultum-faq-widget-wrapper .consultum-faq-widget-description {
    margin: 3px 0 3.2em 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.5em; }
  .consultum-faq-widget-wrapper .consultum-button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 24px; }
  .consultum-faq-widget-wrapper .consultum-faq-widget-phone-wrapper {
    margin-top: 2em; }
    .consultum-faq-widget-wrapper .consultum-faq-widget-phone-wrapper span {
      display: block;
      font-weight: 600; }
    .consultum-faq-widget-wrapper .consultum-faq-widget-phone-wrapper .consultum-faq-widget-phone {
      margin-top: 8px;
      font-weight: 700;
      font-size: 25px;
      letter-spacing: -0.03em; }

/********** WordPress Standard Media Gallery Widget **********/
.widget_media_gallery .gallery {
  font-size: 0;
  line-height: 1; }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
    width: 33.3333%; }
  .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
    width: 16.6667%; }
  .widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
    width: 14.2857%; }
  .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
    width: 11.1111%; }
  .widget_media_gallery .gallery .gallery-item {
    padding: 5px;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .widget_media_gallery .gallery .gallery-item img {
      height: auto;
      border: none !important;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
  .widget_media_gallery .gallery .gallery-caption {
    font-size: 14px;
    line-height: 1.4286em;
    text-align: center;
    font-style: italic;
    padding: 5px 0 0; }
  .widget_media_gallery .gallery .gallery-icon {
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .widget_media_gallery .gallery .gallery-icon a {
      display: block;
      position: relative; }
      .widget_media_gallery .gallery .gallery-icon a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
      .widget_media_gallery .gallery .gallery-icon a:after {
        content: '\e81f';
        width: 28px;
        height: 28px;
        position: absolute;
        display: block;
        text-align: center;
        font: 400 normal 28px/1em 'fontello';
        z-index: 3;
        left: 50%;
        right: auto;
        top: 40%;
        margin: -14px 0 0 -14px;
        opacity: 0;
        -webkit-transition: top 0.3s, opacity 0.3s;
        transition: top 0.3s, opacity 0.3s; }
      .widget_media_gallery .gallery .gallery-icon a:hover:before {
        opacity: 0.5; }
      .widget_media_gallery .gallery .gallery-icon a:hover:after {
        top: 50%;
        opacity: 1; }

body .content-wrapper .gallery {
  margin: 0 -10px -10px 0;
  font-size: 0;
  line-height: 1; }
  body .content-wrapper .gallery .gallery-item {
    padding: 0 10px 10px 0;
    margin: 2px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body .content-wrapper .gallery .gallery-item img {
      height: auto;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
    body .content-wrapper .gallery .gallery-item .gallery-icon {
      overflow: initial;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      body .content-wrapper .gallery .gallery-item .gallery-icon a {
        display: block;
        position: relative;
        text-decoration: none; }
        body .content-wrapper .gallery .gallery-item .gallery-icon a:before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          opacity: 0;
          z-index: 2;
          -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear; }
        body .content-wrapper .gallery .gallery-item .gallery-icon a:after {
          content: '\e81f';
          font: 400 normal 42px/1em 'fontello';
          position: absolute;
          display: block;
          left: 50%;
          right: initial;
          top: 50%;
          width: 42px;
          height: 42px;
          -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
          opacity: 0;
          text-align: center;
          margin: -21px 0 0 -21px;
          z-index: 3; }
        body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:before, body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:after {
          opacity: 1; }
    body .content-wrapper .gallery .gallery-item .gallery-caption {
      font-size: 14px;
      line-height: 1.4em;
      text-align: center;
      font-style: italic;
      padding: 5px 0 0; }
  body .content-wrapper .gallery.gallery-columns-1 .gallery-item, body .content-wrapper .gallery.gallery-columns-3 .gallery-item, body .content-wrapper .gallery.gallery-columns-5 .gallery-item, body .content-wrapper .gallery.gallery-columns-7 .gallery-item, body .content-wrapper .gallery.gallery-columns-9 .gallery-item {
    width: 100%; }
  body .content-wrapper .gallery.gallery-columns-2 .gallery-item, body .content-wrapper .gallery.gallery-columns-4 .gallery-item, body .content-wrapper .gallery.gallery-columns-6 .gallery-item, body .content-wrapper .gallery.gallery-columns-8 .gallery-item {
    width: 50%; }
  body .content-wrapper .gallery:not(:last-child) {
    margin-bottom: 2rem; }

body .content-wrapper .post-content .gallery {
  margin: 0 -30px -30px 0; }
  body .content-wrapper .post-content .gallery .gallery-item {
    padding: 0 30px 30px 0; }

.widget_media_gallery .wp-block-gallery .wp-block-image,
.widget_media_gallery .wp-block-gallery figure.wp-block-image:not(#individual-image), .widget_media_gallery.wp-block-gallery.has-nested-images .wp-block-image,
.widget_media_gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.sidebar .wp-block-gallery .wp-block-image,
.sidebar .wp-block-gallery figure.wp-block-image:not(#individual-image),
.sidebar.wp-block-gallery.has-nested-images .wp-block-image,
.sidebar.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.footer-widgets .wp-block-gallery .wp-block-image,
.footer-widgets .wp-block-gallery figure.wp-block-image:not(#individual-image),
.footer-widgets.wp-block-gallery.has-nested-images .wp-block-image,
.footer-widgets.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.slide-sidebar-content .wp-block-gallery .wp-block-image,
.slide-sidebar-content .wp-block-gallery figure.wp-block-image:not(#individual-image),
.slide-sidebar-content.wp-block-gallery.has-nested-images .wp-block-image,
.slide-sidebar-content.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }
  .widget_media_gallery .wp-block-gallery .wp-block-image a,
  .widget_media_gallery .wp-block-gallery figure.wp-block-image:not(#individual-image) a, .widget_media_gallery.wp-block-gallery.has-nested-images .wp-block-image a,
  .widget_media_gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a,
  .sidebar .wp-block-gallery .wp-block-image a,
  .sidebar .wp-block-gallery figure.wp-block-image:not(#individual-image) a,
  .sidebar.wp-block-gallery.has-nested-images .wp-block-image a,
  .sidebar.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a,
  .footer-widgets .wp-block-gallery .wp-block-image a,
  .footer-widgets .wp-block-gallery figure.wp-block-image:not(#individual-image) a,
  .footer-widgets.wp-block-gallery.has-nested-images .wp-block-image a,
  .footer-widgets.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a,
  .slide-sidebar-content .wp-block-gallery .wp-block-image a,
  .slide-sidebar-content .wp-block-gallery figure.wp-block-image:not(#individual-image) a,
  .slide-sidebar-content.wp-block-gallery.has-nested-images .wp-block-image a,
  .slide-sidebar-content.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a {
    overflow: hidden; }
    .widget_media_gallery .wp-block-gallery .wp-block-image a img,
    .widget_media_gallery .wp-block-gallery figure.wp-block-image:not(#individual-image) a img, .widget_media_gallery.wp-block-gallery.has-nested-images .wp-block-image a img,
    .widget_media_gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a img,
    .sidebar .wp-block-gallery .wp-block-image a img,
    .sidebar .wp-block-gallery figure.wp-block-image:not(#individual-image) a img,
    .sidebar.wp-block-gallery.has-nested-images .wp-block-image a img,
    .sidebar.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a img,
    .footer-widgets .wp-block-gallery .wp-block-image a img,
    .footer-widgets .wp-block-gallery figure.wp-block-image:not(#individual-image) a img,
    .footer-widgets.wp-block-gallery.has-nested-images .wp-block-image a img,
    .footer-widgets.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a img,
    .slide-sidebar-content .wp-block-gallery .wp-block-image a img,
    .slide-sidebar-content .wp-block-gallery figure.wp-block-image:not(#individual-image) a img,
    .slide-sidebar-content.wp-block-gallery.has-nested-images .wp-block-image a img,
    .slide-sidebar-content.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a img {
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
    .widget_media_gallery .wp-block-gallery .wp-block-image a:hover,
    .widget_media_gallery .wp-block-gallery figure.wp-block-image:not(#individual-image) a:hover, .widget_media_gallery.wp-block-gallery.has-nested-images .wp-block-image a:hover,
    .widget_media_gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a:hover,
    .sidebar .wp-block-gallery .wp-block-image a:hover,
    .sidebar .wp-block-gallery figure.wp-block-image:not(#individual-image) a:hover,
    .sidebar.wp-block-gallery.has-nested-images .wp-block-image a:hover,
    .sidebar.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a:hover,
    .footer-widgets .wp-block-gallery .wp-block-image a:hover,
    .footer-widgets .wp-block-gallery figure.wp-block-image:not(#individual-image) a:hover,
    .footer-widgets.wp-block-gallery.has-nested-images .wp-block-image a:hover,
    .footer-widgets.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a:hover,
    .slide-sidebar-content .wp-block-gallery .wp-block-image a:hover,
    .slide-sidebar-content .wp-block-gallery figure.wp-block-image:not(#individual-image) a:hover,
    .slide-sidebar-content.wp-block-gallery.has-nested-images .wp-block-image a:hover,
    .slide-sidebar-content.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a:hover {
      -webkit-transform: scale(0.93, 0.93);
      -ms-transform: scale(0.93, 0.93);
      transform: scale(0.93, 0.93); }
      .widget_media_gallery .wp-block-gallery .wp-block-image a:hover img,
      .widget_media_gallery .wp-block-gallery figure.wp-block-image:not(#individual-image) a:hover img, .widget_media_gallery.wp-block-gallery.has-nested-images .wp-block-image a:hover img,
      .widget_media_gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a:hover img,
      .sidebar .wp-block-gallery .wp-block-image a:hover img,
      .sidebar .wp-block-gallery figure.wp-block-image:not(#individual-image) a:hover img,
      .sidebar.wp-block-gallery.has-nested-images .wp-block-image a:hover img,
      .sidebar.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a:hover img,
      .footer-widgets .wp-block-gallery .wp-block-image a:hover img,
      .footer-widgets .wp-block-gallery figure.wp-block-image:not(#individual-image) a:hover img,
      .footer-widgets.wp-block-gallery.has-nested-images .wp-block-image a:hover img,
      .footer-widgets.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a:hover img,
      .slide-sidebar-content .wp-block-gallery .wp-block-image a:hover img,
      .slide-sidebar-content .wp-block-gallery figure.wp-block-image:not(#individual-image) a:hover img,
      .slide-sidebar-content.wp-block-gallery.has-nested-images .wp-block-image a:hover img,
      .slide-sidebar-content.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) a:hover img {
        -webkit-transform: scale(1.17, 1.17);
        -ms-transform: scale(1.17, 1.17);
        transform: scale(1.17, 1.17); }

@media only screen and (min-width: 600px) {
  .widget_media_gallery .wp-block-gallery .wp-block-image,
  .widget_media_gallery .wp-block-gallery figure.wp-block-image:not(#individual-image), .widget_media_gallery.wp-block-gallery.has-nested-images .wp-block-image,
  .widget_media_gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
  .sidebar .wp-block-gallery .wp-block-image,
  .sidebar .wp-block-gallery figure.wp-block-image:not(#individual-image),
  .sidebar.wp-block-gallery.has-nested-images .wp-block-image,
  .sidebar.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
  .footer-widgets .wp-block-gallery .wp-block-image,
  .footer-widgets .wp-block-gallery figure.wp-block-image:not(#individual-image),
  .footer-widgets.wp-block-gallery.has-nested-images .wp-block-image,
  .footer-widgets.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content .wp-block-gallery .wp-block-image,
  .slide-sidebar-content .wp-block-gallery figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content.wp-block-gallery.has-nested-images .wp-block-image,
  .slide-sidebar-content.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 10px); }
  .widget_media_gallery .wp-block-gallery.columns-default .wp-block-image,
  .widget_media_gallery .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image), .widget_media_gallery .wp-block-gallery.columns-3 .wp-block-image,
  .widget_media_gallery .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image), .widget_media_gallery.wp-block-gallery.has-nested-images.columns-default .wp-block-image,
  .widget_media_gallery.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image), .widget_media_gallery.wp-block-gallery.has-nested-images.columns-3 .wp-block-image,
  .widget_media_gallery.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
  .sidebar .wp-block-gallery.columns-default .wp-block-image,
  .sidebar .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image),
  .sidebar .wp-block-gallery.columns-3 .wp-block-image,
  .sidebar .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image),
  .sidebar.wp-block-gallery.has-nested-images.columns-default .wp-block-image,
  .sidebar.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
  .sidebar.wp-block-gallery.has-nested-images.columns-3 .wp-block-image,
  .sidebar.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
  .footer-widgets .wp-block-gallery.columns-default .wp-block-image,
  .footer-widgets .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image),
  .footer-widgets .wp-block-gallery.columns-3 .wp-block-image,
  .footer-widgets .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image),
  .footer-widgets.wp-block-gallery.has-nested-images.columns-default .wp-block-image,
  .footer-widgets.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
  .footer-widgets.wp-block-gallery.has-nested-images.columns-3 .wp-block-image,
  .footer-widgets.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content .wp-block-gallery.columns-default .wp-block-image,
  .slide-sidebar-content .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content .wp-block-gallery.columns-3 .wp-block-image,
  .slide-sidebar-content .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-default .wp-block-image,
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-3 .wp-block-image,
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - 10px); }
  .widget_media_gallery .wp-block-gallery.columns-4 .wp-block-image,
  .widget_media_gallery .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image), .widget_media_gallery.wp-block-gallery.has-nested-images.columns-4 .wp-block-image,
  .widget_media_gallery.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
  .sidebar .wp-block-gallery.columns-4 .wp-block-image,
  .sidebar .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image),
  .sidebar.wp-block-gallery.has-nested-images.columns-4 .wp-block-image,
  .sidebar.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
  .footer-widgets .wp-block-gallery.columns-4 .wp-block-image,
  .footer-widgets .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image),
  .footer-widgets.wp-block-gallery.has-nested-images.columns-4 .wp-block-image,
  .footer-widgets.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content .wp-block-gallery.columns-4 .wp-block-image,
  .slide-sidebar-content .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-4 .wp-block-image,
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - 10px); }
  .widget_media_gallery .wp-block-gallery.columns-5 .wp-block-image,
  .widget_media_gallery .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image), .widget_media_gallery.wp-block-gallery.has-nested-images.columns-5 .wp-block-image,
  .widget_media_gallery.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
  .sidebar .wp-block-gallery.columns-5 .wp-block-image,
  .sidebar .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image),
  .sidebar.wp-block-gallery.has-nested-images.columns-5 .wp-block-image,
  .sidebar.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
  .footer-widgets .wp-block-gallery.columns-5 .wp-block-image,
  .footer-widgets .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image),
  .footer-widgets.wp-block-gallery.has-nested-images.columns-5 .wp-block-image,
  .footer-widgets.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content .wp-block-gallery.columns-5 .wp-block-image,
  .slide-sidebar-content .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-5 .wp-block-image,
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - 10px); }
  .widget_media_gallery .wp-block-gallery.columns-6 .wp-block-image,
  .widget_media_gallery .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image), .widget_media_gallery.wp-block-gallery.has-nested-images.columns-6 .wp-block-image,
  .widget_media_gallery.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
  .sidebar .wp-block-gallery.columns-6 .wp-block-image,
  .sidebar .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image),
  .sidebar.wp-block-gallery.has-nested-images.columns-6 .wp-block-image,
  .sidebar.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
  .footer-widgets .wp-block-gallery.columns-6 .wp-block-image,
  .footer-widgets .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image),
  .footer-widgets.wp-block-gallery.has-nested-images.columns-6 .wp-block-image,
  .footer-widgets.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content .wp-block-gallery.columns-6 .wp-block-image,
  .slide-sidebar-content .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image),
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-6 .wp-block-image,
  .slide-sidebar-content.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66666% - 10px); } }
@media only screen and (min-width: 768px) {
  body .content-wrapper .gallery.gallery-columns-3 .gallery-item {
    width: 33.3333%; }
  body .content-wrapper .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  body .content-wrapper .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  body .content-wrapper .gallery.gallery-columns-6 .gallery-item {
    width: 16.6667%; }
  body .content-wrapper .gallery.gallery-columns-7 .gallery-item {
    width: 14.2857%; }
  body .content-wrapper .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  body .content-wrapper .gallery.gallery-columns-9 .gallery-item {
    width: 11.1111%; } }
/********** WordPress Standard Media Image Widget **********/
.widget_media_image a {
  display: block; }
.widget_media_image img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.slide-sidebar-wrapper .wp-block-image .aligncenter,
.footer-widgets .wp-block-image .aligncenter {
  margin-top: 0; }

/********** Instagram Feed Widget **********/
.widget_instagram-feed-widget #sb_instagram:not(:first-child), .widget_instagram-feed-widget#sb_instagram:not(:first-child),
.widget #sb_instagram:not(:first-child),
.widget#sb_instagram:not(:first-child) {
  margin-top: 8px; }
.widget_instagram-feed-widget #sb_instagram #sbi_images, .widget_instagram-feed-widget#sb_instagram #sbi_images,
.widget #sb_instagram #sbi_images,
.widget#sb_instagram #sbi_images {
  margin: -5px;
  width: calc(100% + 10px); }
  .widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item, .widget_instagram-feed-widget#sb_instagram #sbi_images .sbi_item,
  .widget #sb_instagram #sbi_images .sbi_item,
  .widget#sb_instagram #sbi_images .sbi_item {
    padding: 5px !important; }
  .widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_photo, .widget_instagram-feed-widget#sb_instagram #sbi_images .sbi_photo,
  .widget #sb_instagram #sbi_images .sbi_photo,
  .widget#sb_instagram #sbi_images .sbi_photo {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
.widget_instagram-feed-widget #sbi_mod_error,
.widget #sbi_mod_error {
  line-height: 1.5em;
  float: none !important; }

/********** Mailchimp for WordPress Widget **********/
#form-preview {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#form-preview .mc4wp-form .mc4wp-form-fields,
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields,
.elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields,
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields,
.widget .mc4wp-form .mc4wp-form-fields {
  position: relative; }
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="text"],
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="tel"],
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="number"],
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="url"],
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="email"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="text"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="tel"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="number"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="url"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="email"],
  .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields input[type="text"],
  .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields input[type="tel"],
  .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields input[type="number"],
  .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields input[type="url"],
  .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"],
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="text"],
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="tel"],
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="number"],
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="url"],
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="email"],
  .widget .mc4wp-form .mc4wp-form-fields input[type="text"],
  .widget .mc4wp-form .mc4wp-form-fields input[type="tel"],
  .widget .mc4wp-form .mc4wp-form-fields input[type="number"],
  .widget .mc4wp-form .mc4wp-form-fields input[type="url"],
  .widget .mc4wp-form .mc4wp-form-fields input[type="email"] {
    padding-right: 70px; }
  #form-preview .mc4wp-form .mc4wp-form-fields button,
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="submit"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button,
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"],
  .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields button,
  .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields input[type="submit"],
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button,
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"],
  .widget .mc4wp-form .mc4wp-form-fields button,
  .widget .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    height: 48px;
    margin-top: -3px;
    min-width: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    text-decoration: underline;
    line-height: 48px;
    background: none !important;
    -webkit-border-radius: 0;
    border-radius: 0; }
    #form-preview .mc4wp-form .mc4wp-form-fields button:after,
    #form-preview .mc4wp-form .mc4wp-form-fields input[type="submit"]:after,
    .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button:after,
    .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"]:after,
    .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields button:after,
    .elementor-widget-consultum_mailchimp .mc4wp-form .mc4wp-form-fields input[type="submit"]:after,
    .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button:after,
    .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"]:after,
    .widget .mc4wp-form .mc4wp-form-fields button:after,
    .widget .mc4wp-form .mc4wp-form-fields input[type="submit"]:after {
      display: none; }

/********** WordPress Standard Meta Widget **********/
.widget_meta ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_meta ul li {
    font-weight: 500;
    padding: 0 0 0 17px;
    position: relative; }
    .widget_meta ul li:before {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      left: 1px;
      right: initial;
      top: 13px; }
    .widget_meta ul li:not(:first-child) {
      margin: 5px 0 0; }

/********** WordPress Standard Navigation Menu Widget **********/
.widget_nav_menu ul,
.widget_consultum_nav_menu_widget ul {
  list-style: none;
  padding: 0 20px 0 0; }
  .widget_nav_menu ul.columns-2, .widget_nav_menu ul.columns-3,
  .widget_consultum_nav_menu_widget ul.columns-2,
  .widget_consultum_nav_menu_widget ul.columns-3 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px; }
  .widget_nav_menu ul li,
  .widget_consultum_nav_menu_widget ul li {
    position: relative;
    padding: 0; }
    .widget_nav_menu ul li:before,
    .widget_consultum_nav_menu_widget ul li:before {
      content: none;
      display: none; }
    .widget_nav_menu ul li:not(:first-child),
    .widget_consultum_nav_menu_widget ul li:not(:first-child) {
      margin: 2px 0 0; }
    .widget_nav_menu ul li .widget-menu-trigger,
    .widget_consultum_nav_menu_widget ul li .widget-menu-trigger {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -20px;
      left: auto;
      text-align: right;
      cursor: pointer;
      font: 400 normal 12px/30px 'fontello';
      width: 20px;
      height: 30px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .widget_nav_menu ul li .widget-menu-trigger:before,
      .widget_consultum_nav_menu_widget ul li .widget-menu-trigger:before {
        content: '\e824'; }
      .widget_nav_menu ul li .widget-menu-trigger.active,
      .widget_consultum_nav_menu_widget ul li .widget-menu-trigger.active {
        -webkit-transform: rotate(90deg) translate(-6px, -4px);
        -ms-transform: rotate(90deg) translate(-6px, -4px);
        transform: rotate(90deg) translate(-6px, -4px);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
    .widget_nav_menu ul li > ul,
    .widget_consultum_nav_menu_widget ul li > ul {
      margin: 0 -20px 0 20px;
      padding: 6px 20px 0 0; }
    .widget_nav_menu ul li > a,
    .widget_consultum_nav_menu_widget ul li > a {
      position: relative;
      display: inline-block;
      vertical-align: top; }

@media only screen and (min-width: 1280px) {
  .widget_nav_menu ul.columns-3,
  .widget_consultum_nav_menu_widget ul.columns-3 {
    -webkit-column-count: 3;
    column-count: 3; } }
/********** Consultum Banner Widget **********/
.widget_consultum_banner_widget .banner-widget-wrapper {
  position: relative;
  padding: 44px 48px 70px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden; }
  .widget_consultum_banner_widget .banner-widget-wrapper > img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  .widget_consultum_banner_widget .banner-widget-wrapper .banner-content {
    position: relative;
    z-index: 2; }
  .widget_consultum_banner_widget .banner-widget-wrapper .banner-title {
    position: relative;
    margin: 0;
    letter-spacing: -0.03em;
    font-size: 25px;
    line-height: 1.4em;
    padding-top: 0 !important;
    border: none !important; }
  .widget_consultum_banner_widget .banner-widget-wrapper .banner-description:not(:first-child) {
    margin: 20px 0 0; }
  .widget_consultum_banner_widget .banner-widget-wrapper .banner-button {
    font-size: 0;
    line-height: 1; }
    .widget_consultum_banner_widget .banner-widget-wrapper .banner-button:not(:first-child) {
      margin: 40px 0 0; }
    .widget_consultum_banner_widget .banner-widget-wrapper .banner-button .consultum-button {
      display: block; }

@media screen and (min-width: 992px) {
  .widget_consultum_banner_widget .banner-widget-wrapper {
    padding: 44px 15px 70px 15px; } }
@media screen and (min-width: 1200px) {
  .widget_consultum_banner_widget .banner-widget-wrapper {
    padding: 44px 48px 70px 40px; } }
/********** Consultum Contact Widget **********/
.widget_consultum_contacts_widget .widget-title:not(:last-child) {
  margin-bottom: 0.8em !important; }
.widget_consultum_contacts_widget .consultum-contacts-widget-logo a {
  font-size: 22px;
  font-weight: 700; }
.widget_consultum_contacts_widget .consultum-contacts-widget-logo:not(:last-child) {
  margin-bottom: 10px; }
.widget_consultum_contacts_widget .consultum-contacts-widget-logo:not(:first-child) {
  margin-top: 22px; }
.widget_consultum_contacts_widget .widget-socials:not(:first-child) {
  margin-top: 30px; }
.widget_consultum_contacts_widget .widget-title + .widget-socials {
  margin-top: 15px; }
.widget_consultum_contacts_widget .footer-widget-wrapper .consultum-contacts-widget-logo {
  margin-top: 5px; }
.widget_consultum_contacts_widget .consultum-contacts-widget-field {
  position: relative; }
  .widget_consultum_contacts_widget .consultum-contacts-widget-field:not(:first-child) {
    margin-top: 17px; }
  .widget_consultum_contacts_widget .consultum-contacts-widget-field:before {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    left: 0;
    right: initial;
    top: 6px; }
  .widget_consultum_contacts_widget .consultum-contacts-widget-field.consultum-contacts-widget-email a {
    text-decoration: underline; }
  .widget_consultum_contacts_widget .consultum-contacts-widget-field .field-label:not(:last-child) {
    margin-bottom: 0.3em !important; }
.widget_consultum_contacts_widget .consultum-contacts-widget-copyright:not(:first-child) {
  margin-top: 40px; }
.widget_consultum_contacts_widget .consultum-contacts-widget-copyright p {
  font-size: 14px;
  line-height: 1.9285em; }

/********** Consultum Featured Posts Widget **********/
.widget_consultum_featured_posts_widget .featured-posts-wrapper {
  padding: 4px 0 0; }
  .widget_consultum_featured_posts_widget .featured-posts-wrapper .featured-posts-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .widget_consultum_featured_posts_widget .featured-posts-wrapper .featured-posts-item:not(:first-child) {
      margin-top: 25px; }
    .widget_consultum_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-img {
      width: 80px;
      margin: 6px 20px 0 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
      .widget_consultum_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-img img {
        position: relative; }
    .widget_consultum_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-description {
      width: 100%;
      line-height: 1.625em; }
      .widget_consultum_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-description .featured-posts-item-link {
        font-weight: 500;
        line-height: 1.67em; }
      .widget_consultum_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-description .featured-posts-item-date {
        display: block;
        font-size: 77.8%;
        line-height: 1.5em;
        font-weight: 500;
        margin: 8px 0 0;
        letter-spacing: 0.05em; }

/********** Consultum Quote Widget **********/
.footer .widget_consultum_quote_widget {
  width: calc(100% - 30px) !important; }
  .footer .widget_consultum_quote_widget .quote-widget-wrapper {
    padding-bottom: 31px; }
.widget_consultum_quote_widget .quote-widget-row {
  margin: 0 -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.widget_consultum_quote_widget .quote-widget-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%; }
.widget_consultum_quote_widget .quote-button {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: right;
  width: 100%; }
  .widget_consultum_quote_widget .quote-button .consultum-button {
    min-width: 97px; }
.widget_consultum_quote_widget .quote-description {
  margin: 10px 0; }
.widget_consultum_quote_widget .quote-title {
  line-height: 1.375em; }
  .widget_consultum_quote_widget .quote-title:not(:last-child) {
    margin-bottom: 7px; }

@media screen and (min-width: 768px) {
  .widget_consultum_quote_widget .quote-description {
    margin: 0; }

  .footer .widget_consultum_quote_widget .quote-widget-content {
    width: 66%; }
  .footer .widget_consultum_quote_widget .quote-button {
    width: 34%;
    margin-top: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; } }
/********** WordPress Standard Page Widget **********/
.widget_pages ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_pages ul li {
    position: relative;
    font-weight: 500;
    padding: 0;
    margin: 0 20px 0 0;
    padding: 0 0 0 17px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .widget_pages ul li:before {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      left: 1px;
      right: initial;
      top: 13px; }
    .widget_pages ul li:not(:first-child) {
      margin-top: 5px; }
    .widget_pages ul li .widget-archive-trigger {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -20px;
      left: auto;
      text-align: right;
      cursor: pointer;
      font: 400 normal 12px/30px 'fontello';
      width: 20px;
      height: 30px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .widget_pages ul li .widget-archive-trigger:before {
        content: '\e824'; }
      .widget_pages ul li .widget-archive-trigger.active {
        -webkit-transform: rotate(90deg) translate(-6px, -4px);
        -ms-transform: rotate(90deg) translate(-6px, -4px);
        transform: rotate(90deg) translate(-6px, -4px);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
    .widget_pages ul li > ul {
      margin: 0 -20px 0 0;
      padding: 6px 0 0;
      list-style: none;
      position: relative; }

.widget_pages:not(:last-child) {
  margin-bottom: 2rem; }

.wp-block-page-list li {
  padding: 0 0 0 17px; }
  .wp-block-page-list li:not(:first-child) {
    margin-top: 5px; }
  .wp-block-page-list li:before {
    width: 4px;
    height: 4px;
    top: 13px; }
.wp-block-page-list .wp-block-pages-list__item__link {
  font-weight: 500; }

/********** WordPress Standard Recent Comments Widget **********/
.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_recent_comments ul:not(:first-child) {
    padding: 2px 0 0; }
  .widget_recent_comments ul .recentcomments {
    position: relative;
    line-height: 1.6875em;
    font-weight: 500;
    padding: 0 0 0 17px; }
    .widget_recent_comments ul .recentcomments:first-child {
      margin-bottom: 0; }
    .widget_recent_comments ul .recentcomments:not(:first-child) {
      margin: 10px 0 0; }
    .widget_recent_comments ul .recentcomments:before {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      left: 1px;
      right: initial;
      top: 12px; }

body .content-wrapper .wp-block-latest-comments,
.wp-block-latest-comments {
  list-style: none;
  margin: 0;
  padding: 2px 0 0; }
  body .content-wrapper .wp-block-latest-comments:not(:last-child),
  .wp-block-latest-comments:not(:last-child) {
    margin-bottom: 2rem; }
  body .content-wrapper .wp-block-latest-comments li,
  .wp-block-latest-comments li {
    position: relative;
    line-height: 1.6875em !important;
    font-weight: 500;
    padding: 0 0 0 17px; }
    body .content-wrapper .wp-block-latest-comments li:first-child,
    .wp-block-latest-comments li:first-child {
      margin-bottom: 0; }
    body .content-wrapper .wp-block-latest-comments li:not(:first-child),
    .wp-block-latest-comments li:not(:first-child) {
      margin: 10px 0 0; }
    body .content-wrapper .wp-block-latest-comments li:before,
    .wp-block-latest-comments li:before {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      left: 1px;
      right: initial;
      top: 12px; }
    body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-date,
    .wp-block-latest-comments li .wp-block-latest-comments__comment-date {
      display: block;
      font-size: 87.5%;
      line-height: 1.5em;
      font-weight: 500;
      margin: 8px 0 0;
      letter-spacing: -0.02em; }
    body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt,
    .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt {
      font-size: 15px;
      line-height: 1.6667em;
      margin: 5px 0 0; }
      body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
      .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
        font-size: 15px;
        line-height: 1.6667em; }
      body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p:last-child,
      .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p:last-child {
        margin: 0; }
  body .content-wrapper .wp-block-latest-comments.has-avatars li,
  .wp-block-latest-comments.has-avatars li {
    padding: 0; }
    body .content-wrapper .wp-block-latest-comments.has-avatars li:before, body .content-wrapper .wp-block-latest-comments.has-avatars li:after,
    .wp-block-latest-comments.has-avatars li:before,
    .wp-block-latest-comments.has-avatars li:after {
      content: none;
      display: none; }
    body .content-wrapper .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-excerpt,
    .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-excerpt {
      margin-left: 52px; }

/********** WordPress Standard Recent Posts Widget **********/
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_recent_entries ul:not(:first-child) {
    padding: 2px 0 0; }
  .widget_recent_entries ul li {
    position: relative;
    line-height: 1.6875em;
    padding: 0; }
    .widget_recent_entries ul li:before {
      content: none;
      display: none; }
    .widget_recent_entries ul li:not(:first-child) {
      margin-top: 17px; }
    .widget_recent_entries ul li a {
      font-weight: 500;
      line-height: 1.67em;
      letter-spacing: -0.03em; }
    .widget_recent_entries ul li .post-date {
      display: block;
      font-size: 77.8%;
      line-height: 1.5em;
      font-weight: 600;
      margin: 6px 0 0;
      letter-spacing: 0.05em; }

.footer body .content-wrapper .wp-block-latest-posts, .footer
.wp-block-latest-posts {
  padding: 4px 0 0; }
body .content-wrapper .wp-block-latest-posts:not(:last-child),
.wp-block-latest-posts:not(:last-child) {
  margin-bottom: 2rem; }
body .content-wrapper .wp-block-latest-posts.is-grid,
.wp-block-latest-posts.is-grid {
  margin-top: -27px; }
  body .content-wrapper .wp-block-latest-posts.is-grid li:first-child,
  .wp-block-latest-posts.is-grid li:first-child {
    margin-top: 27px; }
body .content-wrapper .wp-block-latest-posts li,
.wp-block-latest-posts li {
  overflow: hidden;
  padding: 0; }
  body .content-wrapper .wp-block-latest-posts li:not(:last-of-type),
  .wp-block-latest-posts li:not(:last-of-type) {
    margin-bottom: 0; }
  body .content-wrapper .wp-block-latest-posts li:not(:first-child),
  .wp-block-latest-posts li:not(:first-child) {
    margin-top: 17px;
    margin-bottom: 0; }
  body .content-wrapper .wp-block-latest-posts li:before,
  .wp-block-latest-posts li:before {
    content: none;
    display: none; }
  body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image,
  .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
    margin: 0 0 20px;
    order: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft,
    .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft {
      margin: 6px 20px 0 0; }
    body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright,
    .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright {
      margin: 6px 0 0 20px; }
    body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter,
    .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter {
      margin: 0 0 20px; }
      body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a,
      .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a {
        vertical-align: top; }
      body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img,
      .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img {
        margin: 0 auto; }
    body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image img,
    .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
      position: relative; }
  body .content-wrapper .wp-block-latest-posts li > a,
  body .content-wrapper .wp-block-latest-posts li > .item-wrapper > a,
  .wp-block-latest-posts li > a,
  .wp-block-latest-posts li > .item-wrapper > a {
    display: block;
    font-weight: 500;
    position: relative;
    line-height: 1.67em;
    letter-spacing: -0.03em; }
  body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-date,
  .wp-block-latest-posts li .wp-block-latest-posts__post-date {
    display: block;
    font-size: 77.8%;
    line-height: 1.5em;
    font-weight: 500;
    margin: 8px 0 0;
    letter-spacing: 0.05em; }
  body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
  .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
    font-size: 15px;
    line-height: 1.6667em;
    margin: 5px 0 0; }
  body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-author,
  .wp-block-latest-posts li .wp-block-latest-posts__post-author {
    display: block;
    margin: 5px 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px; }

/********** WordPress Standard RSS Widget **********/
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_rss ul li {
    padding: 0; }
    .widget_rss ul li:before {
      content: none;
      display: none; }
    .widget_rss ul li:not(:first-child) {
      margin-top: 27px; }
  .widget_rss ul a.rsswidget {
    font-weight: 500;
    line-height: 1.6875em; }
.widget_rss .rss-date {
  display: block;
  font-size: 87.5%;
  line-height: 1.5em;
  font-weight: 600;
  margin: 6px 0 0;
  letter-spacing: -0.02em; }
.widget_rss .rssSummary {
  margin: 13px 0 0;
  font-size: 87.5%;
  line-height: 1.6em; }
.widget_rss cite {
  display: block;
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 87.5%; }

body .content-wrapper .wp-block-rss {
  margin: 0 0 -27px;
  padding: 0; }
  body .content-wrapper .wp-block-rss:not(:last-child) {
    margin: 0; }
  body .content-wrapper .wp-block-rss li.wp-block-rss__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 27px;
    padding: 0; }
    body .content-wrapper .wp-block-rss li.wp-block-rss__item:before {
      content: none;
      display: none; }
  body .content-wrapper .wp-block-rss.is-grid {
    margin: 0 -1em -27px 0;
    padding: 0; }
    body .content-wrapper .wp-block-rss.is-grid:not(:last-child) {
      margin: 0 -1em 0 0; }
  body .content-wrapper .wp-block-rss .wp-block-rss__item-title {
    display: block;
    font-size: 18px;
    line-height: 1.3333em;
    font-weight: 700;
    order: 0; }
  body .content-wrapper .wp-block-rss .wp-block-rss__item-publish-date {
    order: 1;
    display: block;
    font-size: 75%;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px 0 0;
    letter-spacing: -0.02em; }
  body .content-wrapper .wp-block-rss .wp-block-rss__item-author {
    order: 3;
    display: block;
    margin: 5px 0 0;
    font-size: inherit;
    font-style: normal;
    font-weight: 600; }
  body .content-wrapper .wp-block-rss .wp-block-rss__item-excerpt {
    order: 2;
    font-size: 15px;
    line-height: 1.6667em;
    margin: 5px 0 0; }

/********** WordPress Standard Search Widget **********/
.widget_search .search-form {
  padding: 0; }
  .widget_search .search-form .search-form-icon {
    right: 0;
    top: 16px;
    bottom: 16px; }
  .widget_search .search-form .search-form-field {
    height: 40px;
    padding: 0 55px 0 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: 600; }
  .widget_search .search-form .input-floating-wrap {
    flex-grow: 1; }
    .widget_search .search-form .input-floating-wrap .floating-placeholder {
      font-weight: 600;
      padding: 0 55px 0 0;
      line-height: 35px; }

.wp-block-search {
  position: relative; }
  .wp-block-search:not(:last-child) {
    margin-bottom: 2rem; }
  .wp-block-search .input-floating-wrap {
    flex-grow: 1; }
    .wp-block-search .input-floating-wrap .floating-placeholder {
      font-weight: 600; }
  .wp-block-search .wp-block-search__label {
    font-weight: 500;
    display: block; }
  .wp-block-search .wp-block-search__input {
    height: 50px;
    max-width: none;
    background: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .wp-block-search .wp-block-search__button:after {
    display: none !important; }
  .wp-block-search.wp-block-search__button-outside .wp-block-search__button {
    margin: 0 0 0 10px;
    padding: 8px 18px;
    min-width: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
      padding: 8px 18px 8px 0;
      border: none; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
      margin: 4px;
      padding: 8px; }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
        padding: 0;
        margin: 0;
        width: 22px;
        min-width: 22px;
        height: 22px;
        top: 16px;
        background: none; }
        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon:hover {
          background: none; }
        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon:before {
          top: 0;
          bottom: 0;
          right: 0; }
        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon:after {
          content: none;
          display: none; }
  .wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__input {
    height: 40px;
    line-height: 30px;
    padding: 0 18px 0 0; }
  .wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .floating-placeholder {
    line-height: 30px;
    padding: 0 18px 0 0; }
  .wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button.has-icon {
    top: 10px; }
  .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon {
    width: 52px;
    min-width: 52px;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon .search-icon {
      display: none; }
    .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:before {
      content: '\e81b';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 15px;
      top: 16px;
      bottom: 16px;
      z-index: 2;
      text-align: center;
      font: 400 normal 19px/20px 'fontello';
      cursor: pointer;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:after {
      -webkit-transform: skew(16deg);
      -ms-transform: skew(16deg);
      transform: skew(16deg); }
  .wp-block-search.wp-block-search__text-button:empty:before {
    content: '\e81b';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 16px;
    bottom: 16px;
    z-index: 2;
    text-align: center;
    font: 400 normal 19px/20px 'fontello';
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

/********** WordPress Standard Tag Cloud Widget **********/
.widget_tag_cloud .tagcloud {
  margin: 0 -5px;
  font-size: 0;
  line-height: 1; }
  .widget_tag_cloud .tagcloud:first-child {
    margin-top: -10px; }
  .widget_tag_cloud .tagcloud .tag-cloud-link {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 10px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    margin: 8px 4px 0;
    cursor: pointer;
    text-decoration: none; }

.wp-block-tag-cloud {
  margin: 0 -5px;
  font-size: 0;
  line-height: 1; }
  .wp-block-tag-cloud .tag-cloud-link {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 10px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    margin: 8px 4px 0;
    cursor: pointer;
    text-decoration: none; }
  .wp-block-tag-cloud:not(:last-child) {
    margin-bottom: 2rem; }

/********** WordPress Standard Text Widget **********/
.widget_text img[class*='wp-image-'] {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/********** WordPress Standard Media Video Widget **********/
.wp-video {
  overflow: hidden; }
  .wp-video .mejs-layers .mejs-poster {
    z-index: 3; }
  .wp-video .mejs-layers .mejs-overlay-play {
    z-index: 3; }
  .wp-video .mejs-controls {
    opacity: 0 !important;
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s; }
  .wp-video .mejs-mediaelement:hover ~ .mejs-controls {
    opacity: 1 !important; }
  .wp-video .mejs-time-handle-content {
    border: none;
    left: -4px;
    width: 1px; }
  .wp-video .mejs-time {
    padding-top: 15px; }
  .wp-video .mejs-time-rail {
    margin: 0; }
  .wp-video .mejs-overlay-play .mejs-overlay-button {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: none;
    text-align: center;
    outline: none;
    width: 106px;
    height: 106px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    pointer-events: auto; }
    .wp-video .mejs-overlay-play .mejs-overlay-button:before {
      content: '\e813';
      font: 400 normal 17px/57px 'fontello';
      display: block;
      width: 56px;
      height: 56px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      right: initial;
      top: 50%;
      margin: -28px 0 0 -28px;
      padding: 0 0 0 5px;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress {
      position: absolute;
      width: 88px;
      height: 88px;
      top: calc(50% - 44px);
      left: calc(50% - 44px);
      -webkit-transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
      transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress__circle,
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress__path {
      fill: none;
      stroke-width: 1px; }
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress__circle {
      opacity: .4; }
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress__path {
      stroke-dasharray: 1;
      stroke-dashoffset: 1;
      -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
      transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
    .wp-video .mejs-overlay-play .mejs-overlay-button:hover .progress {
      -webkit-transform: scale3d(1.2, 1.2, 1);
      -ms-transform: scale3d(1.2, 1.2, 1);
      transform: scale3d(1.2, 1.2, 1); }
    .wp-video .mejs-overlay-play .mejs-overlay-button:hover .progress__path {
      stroke-dashoffset: 0; }
  .wp-video .mejs-button {
    width: 20px; }
    .wp-video .mejs-button + .mejs-button {
      margin: 0 0 0 10px; }
    .wp-video .mejs-button > button {
      margin: 10px 0;
      padding: 0;
      border: none;
      min-width: 0;
      background: none; }
      .wp-video .mejs-button > button:before {
        font: 700 normal 18px/20px 'Font Awesome 5 Free'; }
      .wp-video .mejs-button > button:after {
        content: none;
        display: none; }
    .wp-video .mejs-button.mejs-play > button:before {
      content: '\f04b'; }
    .wp-video .mejs-button.mejs-pause > button:before {
      content: '\f04c'; }
    .wp-video .mejs-button.mejs-mute > button:before {
      content: '\f028'; }
    .wp-video .mejs-button.mejs-unmute > button:before {
      content: '\f026'; }
    .wp-video .mejs-button.mejs-fullscreen-button > button:before {
      content: '\f0b2'; }
    .wp-video .mejs-button.mejs-fullscreen-button.mejs-unfullscreen > button:before {
      content: '\f066'; }
