@charset "UTF-8";
/* vhive_maps/vha_maps.scss */
/*
  TODO: this is a patch to get it working for deployment
*/
.vha_maps .btn {
  line-height: 42px;
}
.vha_maps .btn-sm {
  line-height: 28px;
}
.vha_maps .btn.btn-rev {
  background: white;
  border-color: var(--vh-border-color-1);
  color: var(--vh-dark-blue);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.vha_maps .btn.btn-rev:hover {
  background: var(--vh-dark-blue);
  border-color: var(--vh-border-color-1);
  color: white;
}
.vha_maps .btn.btn-alt {
  background: white;
  border-color: white;
  color: var(--vh-dark-blue);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.vha_maps .btn.btn-alt:hover, .vha_maps .btn.btn-alt.active {
  background: var(--vh-dark-blue);
  border-color: var(--vh-border-color-1);
  color: white;
}
.vha_maps .fs-9 {
  font-size: 0.9rem;
}
.vha_maps h2 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -0.5px;
  margin: 0px;
}
.vha_maps h3 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: -0.5px;
  margin: 0px;
}
.vha_maps p {
  font-size: 0.8rem;
  line-height: 1.6;
}
.vha_maps .pill {
  background: white;
  border-color: var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  border-style: var(--btn-border-style);
  border-width: var(--btn-border-width);
  box-shadow: none;
  color: var(--btn-color);
  cursor: inherit;
  display: inline-block;
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  height: var(--btn-height);
  line-height: var(--btn-line-height);
  margin-right: 5px;
  padding: 0 30px;
  text-transform: var(--btn-text-transform);
  transition: all 0.4s ease;
  vertical-align: baseline;
  white-space: nowrap;
}
.vha_maps .pill.active {
  background: var(--btn-background-active);
  border-color: var(--btn-border-color-active);
  color: var(--btn-color-active);
}
.vha_maps .pill.active:focus {
  outline: none;
}
.vha_maps .pill:focus, .vha_maps .pill:active:focus {
  outline: none;
}
.vha_maps .pill:last-child {
  margin-right: 0;
}
.vha_maps .pill i {
  margin-right: 5px;
}
.vha_maps .hover\:pill:hover {
  background: var(--btn-background-active);
  border-color: var(--btn-border-color-active);
  color: var(--btn-color-active);
}
.vha_maps .pill.pill-sm {
  height: var(--btn-sm-height);
  line-height: var(--btn-sm-line-height);
  font-size: var(--btn-sm-font-size);
  padding: 0 20px;
}
.vha_maps .pill.pill-alt {
  background: var(--btn-alt-background);
  border-color: var(--btn-alt-border-color);
  color: var(--btn-alt-color);
}
.vha_maps .hover\:pill-alt:hover {
  background: var(--btn-alt-background-active);
  border-color: var(--btn-alt-border-color-active);
  color: var(--btn-alt-color-active);
}
.vha_maps {
  /* Pill Reverse */
}
.vha_maps .pill.pill-rev {
  background: white;
  border-color: white;
  color: var(--body-text);
}

/* .mapboxgl-popup-content { } */
/*! Copyright V.HIVE 2022 */
/* vhive_maps/vhive_itinerary.scss */
/* GULP Synced */
.vh-itinerary-container {
  min-height: 450px;
}
.vh-itinerary-container .vh-cb-container {
  background-color: rgb(255, 255, 255);
}
.vh-itinerary-container .vh-cb-container::-webkit-scrollbar {
  display: none;
}
.vh-itinerary-container .vh-cb-container .vh-cb {
  transition: box-shadow 0.5s ease-in-out;
}
.vh-itinerary-container .vh-cb-container .vh-cb-list-mode {
  transition: box-shadow 0.3s ease-out;
}
.vh-itinerary-container .vh-cb-container .vh-cb-list-mode:hover {
  box-shadow: rgba(154, 161, 171, 0.5) 0px 0px 35px 0px;
}
.vh-itinerary-container .vh-cb-container .vh-cb.active {
  background-color: var(--vh-grey);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.vh_itinerary_container_sticky_footer .vh_itinerary_container_cards_top {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: var(--vh-green);
}
.vh_itinerary_container_sticky_footer .vh_itinerary_container_cards_top:hover {
  color: var(--vh-dark-blue);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 4px;
}

/*! Copyright V.HIVE 2022 */
/* vhive_maps/vhive_mapbox.scss */
/* GULP Synced */
body.fullscreen {
  height: 100vh;
  min-height: 100vh;
  padding: 0;
}
body.fullscreen::-webkit-scrollbar {
  display: none;
}

.mapbox_marker {
  background-color: var(--brand);
  border: solid;
  border-color: white;
  border-radius: 50%;
  border-width: 2px;
  color: white;
  cursor: pointer;
  display: block;
  padding: 3px;
  width: 26px;
  height: 26px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 3px;
  pointer-events: auto;
}

/*! Copyright V.HIVE 2022 !*/
/* EXTRACTED FROM THEME */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  zoom: 1;
}

.text {
  font-size: 1.0833em;
  margin-bottom: 15px;
}

.text p {
  font-size: 1em;
}

.text > *:last-child {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

/* vhive_base_lists.scss */
/* 4) Contents */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: var(--brand);
}

small {
  font-size: 0.8333em;
  letter-spacing: 0px;
}

/* 8) Color */
.skin-color {
  color: var(--brand) !important;
}

.skin-bg {
  background-color: var(--brand) !important;
}

.skin-bg-alpha {
  background-color: rgba(91, 125, 149, 0.75) !important;
}

.color-orange {
  color: #e26824 !important;
}

.color-blue {
  color: var(--vh-grey-dark) !important;
}

.color-light-blue {
  color: #757377 !important;
}

.color-white {
  color: #fff !important;
}

.hover-color-skin:hover {
  color: var(--brand) !important;
}

.hover-color-blue:hover {
  color: var(--vh-grey-dark) !important;
}

.custom-font1, .banner-slider .banner-text .banner-title, .post-slider.style1 .banner-text .banner-title, .post-slider.style5 .banner-text .banner-title, .brand-slider .banner-text .banner-title, .image-banner .caption-wrapper.position-left .captions, .image-banner .caption-wrapper.position-right .captions, .image-banner .caption-wrapper.position-middle .captions, .pricing-table .currency-symbol, .counters-box.style2 dt, .testimonial.style1 .testimonial-content, .brand-section .caption-wrapper.style2 .caption, .brand-section .caption-wrapper.style3 .caption, .brand-section.style1 .caption-wrapper .caption, .brand-section.style2 .caption-wrapper .caption {
  font-family: var(--body-font-family);
}

/*
.custom-font2, .page-title-container .section-title .banner .caption .caption-lg, .page-title-container.style6 .caption .caption-xl, .brand-section .caption-wrapper .caption {
  font-family: var(--body-font-family);
}
*/
.custom-font3, .post-slider.style4 .caption.size-lg,
.parallax .caption.size-lg,
.error404 .error-message-404 span,
.coming-soon-page .error-message-404 span,
.blank-page .error-message-404 span,
.coming-soon-page .clock,
.page-loading-wrapper header .logo {
  font-family: var(--body-font-family);
}

.custom-font4, .entry-title, .box-title {
  font-family: var(--title-font-family);
}

/* 1.2. Layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.box-sm {
  margin-bottom: 20px;
}

.box-md, .box {
  margin-bottom: 30px;
}

.box-lg {
  margin-bottom: 40px;
}

.box-xl, .block {
  margin-bottom: 60px;
}

article {
  margin-bottom: 30px;
}

.block:after {
  content: "";
  display: table;
  clear: both;
}

#content {
  min-height: 300px;
}

#content > .container > .section:first-child, #content #main > .section:first-child, #content > .section:first-child {
  padding-top: 0;
}

/* vhive_base_sidebar.scss */
.section {
  padding: 80px 0 70px;
}

.section.has-border {
  border-bottom: 1px solid var(--vh-border-color-1);
}

.section:last-child {
  border-bottom: none;
}

/* 2. Global Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 2.1. General Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.title {
  font-weight: normal;
}

.highlight {
  background: var(--brand);
  color: #fff;
  padding: 2px 8px;
}

hr.dotted {
  border-style: dotted;
}

hr.thick {
  border-width: 2px;
}

hr.color-heading {
  border-color: var(--vh-border-color-2);
}

hr.color-text {
  border-color: var(--vh-border-color-3);
}

hr.color-light {
  margin-top: -0.5em;
  margin-bottom: 0.7em;
  border-color: var(--vh-border-color-4);
}

hr.color-light1 {
  border-color: var(--vh-border-color-3);
}

hr[class^=col-], hr[class*=" col-"] {
  float: none;
  padding: 0;
}

.description > *:last-child {
  margin-bottom: 0;
}

/* vhive_base_sections.scss */
.fa.has-circle {
  display: inline-block;
  border: 1px solid var(--brand);
  width: 2.2em;
  height: 2.2em;
  line-height: 2.16em;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
}

.hide-children > *:not(.active) {
  display: none;
}

/* vhive_base_lists.scss */
.dropcap {
  float: left;
  color: #fff;
  background: var(--brand);
  margin-right: 15px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

.dropcap.style1 {
  font-size: 3.3333em;
  border-radius: 0 0 50px 50px;
  width: 1.2em;
  height: 1.5em;
  line-height: 1.4em;
}

.dropcap.style2 {
  font-size: 2.5em;
  border-radius: 50% 50% 50% 50%;
  text-transform: uppercase;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
}

/* vhive_base_blockquotes.scss */
.tags .tag {
  display: inline-block;
  font-size: 0.8333em;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 2.5em;
  border: 1px solid var(--vh-border-color-3);
  border-radius: 1.5em 1.5em 1.5em 1.5em;
  margin-bottom: 10px;
  margin-right: 4px;
  transition: all 0.3s ease 0s;
}

.tags .tag:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

/* image hover effect */
.image {
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: block;
}

.image img {
  transition: all 0.4s ease-out 0s;
  width: 100%;
}

.image .image-extras {
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  top: 0;
  background: var(--background-color);
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
  /*&:before {  content: ""; display: inline-block; height: 100%; vertical-align: middle; }*/
}

.image .image-extras:before, .image .image-extras:after {
  position: absolute;
  content: "";
  background: #fff;
  left: 50%;
  top: 50%;
}

.image .image-extras:before {
  width: 70px;
  height: 1px;
  margin-left: -35px;
  margin-top: -0.5px;
}

.image .image-extras:after {
  width: 1px;
  height: 70px;
  margin-left: -0.5px;
  margin-top: -35px;
}

.image .image-extras .post-gallery {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.image .caption-wrapper {
  transition: all 0.4s ease-in-out 0s;
}

.image:hover:not(.hover-style3) img {
  transform: scale(1.1);
}

.image:hover:not(.hover-style3) .image-extras {
  opacity: 1;
  transform: rotateY(0deg) scale(1, 1);
}

.image.hover-style1 .image-extras, .image.hover-style1 .caption-wrapper {
  transform: translateX(-100%);
}

.image.hover-style1:hover .image-extras, .image.hover-style1:hover .caption-wrapper {
  transform: translateX(0);
}

.image.hover-style2 .image-extras {
  transform: translateY(100%);
}

.image.hover-style2:hover .image-extras {
  transform: translateY(0);
}

.image.hover-style3 .image-extras {
  width: 100%;
  height: 100%;
  top: 100%;
  left: auto;
  opacity: 1;
  transform: none;
  overflow: hidden;
  transition: none 0s ease 0s;
}

/* five stars rating */
.star-rating {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--vh-border-color-3);
}

.star-rating > span, .star-rating .ui-slider-range {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.star-rating > span:before, .star-rating .ui-slider-range:before {
  content: "\f005\f005\f005\f005\f005";
  color: #ff9000;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 1px;
}

.star-rating.input-star-rating.ui-slider {
  background: none;
  cursor: default;
}

.star-rating.input-star-rating.ui-slider .ui-slider-handle {
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  top: 0;
}

.star-rating.size-md {
  font-size: 16px;
  letter-spacing: 4px;
}

.star-rating.size-md > span:before {
  right: 2px;
}

.input-star-rating {
  font-size: 0;
  cursor: default;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  position: relative;
}

.input-star-rating input[type=radio], .input-star-rating span {
  font-size: 16px;
  width: 1.2em;
  float: right;
}

.input-star-rating input[type=radio] {
  outline: none;
  height: 1.2em;
  opacity: 0;
  margin: 0 0 0 -1.2em;
  cursor: pointer;
}

.input-star-rating span {
  text-align: center;
  display: inline-block;
  color: var(--vh-border-color-3);
}

.input-star-rating span:before {
  content: "\f005";
  font-family: FontAwesome;
}

.input-star-rating input[type=radio]:checked ~ span {
  color: #ff9000;
}

.input-star-rating input[type=radio]:hover ~ span {
  color: #ff9000;
}

.input-star-rating:after {
  display: table;
  content: "";
  clear: both;
}

/* columns */
.column-2 > *, .column-3 > *, .column-4 > *, .column-5 > * {
  float: left;
}

.column-2:after, .column-3:after, .column-4:after, .column-5:after {
  clear: both;
  content: "";
  display: table;
}

.column-2.no-column-bottom-margin > *, .column-3.no-column-bottom-margin > *, .column-4.no-column-bottom-margin > *, .column-5.no-column-bottom-margin > * {
  margin-bottom: 0;
}

.column-2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.column-2 > *:nth-child(2n) {
  margin-right: 0;
}

.column-2 > *:nth-child(2n+1) {
  clear: both;
}

.column-3 > * {
  width: 31.3333%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.column-3 > *:nth-child(3n) {
  margin-right: 0;
}

.column-3 > *:nth-child(3n+1) {
  clear: both;
}

.column-4 > * {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.column-4 > *:nth-child(4n) {
  margin-right: 0;
}

.column-4 > *:nth-child(4n+1) {
  clear: both;
}

.column-5 > * {
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.column-5 > *:nth-child(5n) {
  margin-right: 0;
}

.column-5 > *:nth-child(5n+1) {
  clear: both;
}

/* animated */
.animated {
  visibility: hidden;
}

.no-cssanimations .animated {
  visibility: visible;
}

.image-container {
  position: relative;
}

.image-container img {
  width: 100%;
}

.image-container.fixed img {
  max-width: 100%;
  width: auto;
}

/* text box */
.heading-box {
  text-align: center;
  float: none;
  margin: 0 auto 40px;
}

.heading-box p {
  margin-top: 10px;
}

.heading-box p + p {
  margin-top: 0;
}

.heading-box .box-title {
  font-size: 2.5em;
  margin-bottom: 0;
}

.heading-box [class^=desc-] {
  font-weight: 300;
  margin-top: 0;
}

.heading-box .desc-lg {
  font-size: 1.6667em;
}

.heading-box .desc-md {
  font-size: 1.3333em;
}

.heading-box .desc-sm {
  font-size: 1.1667em;
}

.heading-box.size-lg p {
  margin-top: 15px;
}

.heading-box.size-lg p + p {
  margin-top: 0;
}

.heading-box.size-lg .box-title {
  font-size: 4.1667em;
  margin-bottom: 0;
}

.heading-box.size-lg .desc-lg {
  font-size: 2.5em;
}

/* vhive_base_sections.scss */
/* 2.2. Form Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form [class^=col-] > input, form [class^=col-] > select, form [class^=col-] > textarea, form [class^=col-] > .btn, form [class^=col-] > button, form [class*=" col-"] > input, form [class*=" col-"] > select, form [class*=" col-"] > textarea, form [class*=" col-"] > .btn, form [class*=" col-"] > button {
  width: 100%;
}

form.form-bordered {
  padding: 25px 30px;
  border: 1px solid #ededee;
}

form label {
  font-size: 1.0833em;
  font-weight: 400;
  display: block;
}

.form-group:not(.box) {
  margin-bottom: 20px;
}

input.input-text, select, textarea, .customSelect {
  background: #ededee;
  border: none;
  line-height: normal;
}

input.input-text, textarea, .customSelect, select {
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  font-size: 1.0833em;
}

input.input-text.input-lg, textarea.input-lg, .customSelect.input-lg, select.input-lg {
  height: 48px;
  font-size: 1.1667em;
}

input.input-text.input-md, textarea.input-md, .customSelect.input-md, select.input-md {
  height: 42px;
  font-size: 1.0833em;
}

input.input-text.input-sm, textarea.input-sm, .customSelect.input-sm, select.input-sm {
  height: 34px;
  font-size: 1em;
}

input.input-text.input-xs, textarea.input-xs, .customSelect.input-xs, select.input-xs {
  height: 28px;
  font-size: 0.9167em;
}

input.input-text.white, textarea.white, .customSelect.white, select.white {
  background: #fff;
}

input.input-text, textarea {
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border: 1px solid transparent;
  cursor: text;
}

input.input-text:focus, textarea:focus {
  outline: none;
  border: 1px solid var(--brand);
  box-shadow: 0 0 8px var(--box-shadow-color);
}

textarea {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Select Box */
select {
  padding: 10px 0 10px 20px;
  line-height: 38px;
  max-width: 100% !important;
}

select option {
  padding: 2px 10px 2px 18px;
}

@media screen and (min-device-pixel-ratio: 0) {
  select {
    padding-right: 18px;
  }
}
.selector {
  position: relative;
  z-index: 1;
}

select.selector {
  opacity: 0;
  -webkit-appearance: menulist-button;
}

.customSelect {
  line-height: 42px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  overflow: hidden;
}

.customSelect.input-lg {
  line-height: 48px;
}

.customSelect.input-md {
  line-height: 42px;
}

.customSelect.input-sm {
  line-height: 34px;
}

.customSelect.input-xs {
  line-height: 28px;
}

.customSelectInner {
  max-width: 100% !important;
}

.customSelectInner:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2.5px;
  border-top: 5px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* Checkbox and Radio */
.checkbox, .radio {
  position: relative;
  margin-top: 0;
  line-height: 20px;
}

.checkbox:before, .radio:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--vh-border-color-3);
  z-index: 0;
  font-family: FontAwesome;
  line-height: 13px;
  text-align: center;
  font-size: 8px;
}

.checkbox.checked:before, .radio.checked:before {
  content: "\f00c";
}

.checkbox label, .checkbox.checkbox-inline {
  font-size: 1.0833em;
  line-height: 20px;
}

.checkbox input[type=checkbox] {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.radio input[type=radio] {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.radio:before {
  /*@include border-radius(50%, 50%, 50%, 50%);*/
  font-size: 8px;
  line-height: 13px;
}

.radio.radio-square:before {
  border-radius: 0 0 0 0;
}

.radio.checked:before {
  content: "\f00c";
}

label.radio, .radio label {
  line-height: 20px;
  cursor: pointer;
}

.checkbox-inline, .radio-inline {
  margin-left: 10px;
}

/* 2.4. Message box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.alert {
  border-radius: 0 0 0 0;
  border: none;
  padding: 20px 20px 20px 100px;
  color: #fff;
  position: relative;
}

.alert:before {
  content: "\f003";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -25px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
}

.alert .close {
  opacity: 1;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-shadow: none;
  float: none;
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 38px;
  margin-top: -16px;
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  text-align: center;
  line-height: 32px;
}

.alert .close:before {
  content: "\f00d";
  font-family: FontAwesome;
}

.alert.alert-general {
  background: var(--vh-grey-dark);
}

.alert.alert-general:before {
  content: "\f040";
}

.alert.alert-general .close {
  color: var(--vh-grey-dark);
}

.alert.alert-notice {
  background: #fc880f;
}

.alert.alert-notice:before {
  content: "\f0e3";
}

.alert.alert-notice .close {
  color: #fc880f;
}

.alert.alert-success {
  background: var(--brand);
}

.alert.alert-success:before {
  content: "\f00c";
}

.alert.alert-success .close {
  color: #a5de37;
}

.alert.alert-error {
  background: #ff4351;
}

.alert.alert-error:before {
  content: "\f0e7";
}

.alert.alert-error .close {
  color: #ff4351;
}

.alert.alert-help {
  background: #28cdfb;
}

.alert.alert-help:before {
  content: "\f0e9";
}

.alert.alert-help .close {
  color: #28cdfb;
}

/* 2.5. Table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table.table.style1 th, table.table.style1 td, table.table.style2 th, table.table.style2 td {
  text-align: center;
  height: 42px;
}

table.table.style1 > thead > tr > th, table.table.style1 > tbody > tr > td, table.table.style2 > thead > tr > th, table.table.style2 > tbody > tr > td {
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
}

table.table.style1 > thead > tr > th, table.table.style2 > thead > tr > th {
  color: #fff;
  font-size: 1.0833em;
  font-weight: 400;
  border-bottom: none;
  border-right: 1px solid;
}

table.table.style1 > thead > tr > th:first-child, table.table.style2 > thead > tr > th:first-child {
  border-left: 1px solid;
}

table.table.style1 > tbody, table.table.style2 > tbody {
  border: 1px solid var(--vh-border-color-1);
  border-top: none;
}

table.table.style1 > tbody > tr:nth-child(2n) > td, table.table.style2 > tbody > tr:nth-child(2n) > td {
  background: #ededee;
}

table.table.style1 > tbody > tr > td, table.table.style2 > tbody > tr > td {
  border-right: 1px solid var(--vh-border-color-1);
}

table.table.style1 > tbody > tr > td:last-child, table.table.style2 > tbody > tr > td:last-child {
  border-right: none;
}

table.table.style1 > thead > tr > th {
  background: var(--brand);
  border-right-color: #fff6f0;
}

table.table.style1 > thead > tr > th:first-child {
  border-left-color: var(--brand);
}

table.table.style1 > thead > tr > th:last-child {
  border-right-color: var(--brand);
}

table.table.style2 > thead > tr > th {
  background: #20466c;
  border-right-color: #f2f4f6;
}

table.table.style2 > thead > tr > th:first-child {
  border-left-color: #20466c;
}

table.table.style2 > thead > tr > th:last-child {
  border-right-color: #20466c;
}

.st-table, .woocommerce .single-product-details .single-variation-wrap, .woocommerce .single-product-details .social-wrap {
  display: table;
  width: 100%;
}

.st-td, .icon-box[class*=" style-side-"].style-side-5 .icon-container, .icon-box[class*=" style-side-"].style-side-5 .box-content, .icon-box[class*=" style-side-"].style-side-6 .icon-container, .icon-box[class*=" style-side-"].style-side-6 .box-content, .icon-box[class*=" style-boxed-"].style-boxed-2 .icon-container, .icon-box[class*=" style-boxed-"].style-boxed-2 .box-content, .progress-bar .progress-label, .progress-bar .progress-wrap, .progress-bar .progress-percent, .tab-container.full-width .tabs li, .brand-slider .owl-item a, .portfolio-hover-holder .portfolio-text-inner, .audio-container .mejs-container .mejs-controls > div, .related-posts .related-post .post-image, .related-posts .related-post .details, .woocommerce .single-product-details .product-images .thumbnails .item a, .woocommerce .single-product-details .single-variation-wrap .qty-wrap, .woocommerce .single-product-details .single-variation-wrap .variation-action, .woocommerce .single-product-details .social-wrap label, .woocommerce .single-product-details .social-wrap .social-icons {
  display: table-cell;
  vertical-align: middle;
}

/* 2.6. Design Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* twitter box */
.twitter-holder .tweet {
  margin-bottom: 1px;
  background: #ededee;
  position: relative;
  padding: 10px 12px 10px 60px;
}

.twitter-holder .tweet:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f099";
  font-size: 1.0833em;
  display: block;
  left: 10px;
  top: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-top: -17px;
  background-color: #fff;
  border-radius: 50% 50% 50% 50%;
  color: var(--vh-border-color-3);
  transition: all 0.3s ease 0s;
}

.twitter-holder .tweet .tweet-text {
  margin-bottom: 6px;
}

.twitter-holder .tweet .tweet-text a {
  color: var(--brand);
}

.twitter-holder .tweet .tweet-text a:hover {
  text-decoration: underline;
}

.twitter-holder .tweet .tweet-date {
  font-size: 0.8333em;
}

.twitter-holder .tweet:hover:before {
  color: #fff;
  background-color: var(--brand);
}

.twitter-holder .tweet:hover .tweet-text {
  color: var(--vh-grey-dark);
}

/* recent posts */
.recent-posts > li {
  width: 100%;
  margin-bottom: 6px;
  background: #ededee;
  padding: 8px;
}

.recent-posts > li:last-child {
  margin-bottom: 0;
}

.recent-posts .post-author-avatar {
  display: table-cell;
  padding-right: 12px;
  vertical-align: middle;
}

.recent-posts .post-author-avatar span {
  border: 4px solid rgba(255, 255, 255, 0.1);
  width: 55px;
  height: 55px;
  border-radius: 50% 50% 50% 50%;
  display: block;
}

.recent-posts .post-author-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50% 50% 50% 50%;
  transition: all 0.25s ease 0s;
}

.recent-posts .post-author-avatar:hover img {
  opacity: 0.8;
  /*border: 4px solid rgba(red($theme-skin-color), green($theme-skin-color), blue($theme-skin-color), 0.85);*/
}

.recent-posts .post-content {
  display: table-cell;
  vertical-align: middle;
}

.recent-posts .post-title {
  margin-bottom: 4px;
  display: block;
  font-size: 1.2em;
  color: var(--vh-grey-dark);
}

.recent-posts .post-title:hover {
  color: var(--brand);
}

.recent-posts .post-meta {
  font-size: 1em;
  margin-bottom: 0;
}

/* archives */
ul.archives {
  font-size: 1.0833em;
}

ul.archives li {
  border-bottom: 1px solid #ededee;
  margin-bottom: 0 !important;
}

ul.archives li a {
  line-height: 48px;
  white-space: nowrap;
}

ul.archives li:before {
  font-size: 1em;
}

ul.archives.hover-effect li:hover a {
  color: var(--vh-grey-dark);
}

/* filters categories */
ul.filter-categories > li {
  background: #ededee;
}

ul.filter-categories > li + li {
  margin-top: 2px;
}

ul.filter-categories > li > a {
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 1.0833em;
}

ul.filter-categories > li.category-has-children > a:before {
  float: right;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  color: var(--vh-border-color-3);
}

ul.filter-categories > li.category-has-children > a.active {
  color: var(--vh-grey-dark);
}

ul.filter-categories > li.category-has-children > a.active:before {
  content: "\f068";
  color: #fff;
  background: var(--brand);
}

ul.filter-categories > li li a {
  display: block;
  line-height: 25px;
  padding: 0 30px 0 36px;
}

ul.filter-categories > li li a:before {
  content: "\f10c";
  font-size: 8px;
  font-family: FontAwesome;
  line-height: 25px;
  margin-right: 8px;
  float: left;
}

ul.filter-categories > li li:first-child {
  padding-top: 5px;
}

ul.filter-categories > li li:last-child {
  padding-bottom: 20px;
}

/* search box */
.main-mini-search-form {
  width: 240px;
}

.main-mini-search-form .search-box {
  width: 100%;
  position: relative;
}

.main-mini-search-form input[type=text] {
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid var(--vh-border-color-3);
  height: 34px;
  line-height: normal;
  padding-right: 20px;
}

.main-mini-search-form button {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}

.main-mini-search-form button i {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: var(--vh-border-color-3);
}

.main-mini-search-form button:hover i {
  color: var(--brand);
}

/* price filter */
.price-filter-box {
  background: #ededee;
  padding: 18px 47px;
  position: relative;
}

.price-filter-box .min-price-label, .price-filter-box .max-price-label {
  position: absolute;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
}

.price-filter-box .min-price-label {
  left: 10px;
}

.price-filter-box .max-price-label {
  right: 10px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider.ui-slider-horizontal {
  height: 6px;
}

.ui-slider.ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
  margin-left: -6px;
  top: -3px;
}

.ui-slider.ui-widget-content {
  border-radius: 5px 5px 5px 5px;
  background: var(--brand);
}

.ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  border: none;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
}

.ui-slider .ui-slider-handle {
  cursor: default;
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50% 50% 50% 50%;
  background: var(--brand);
}

/* banner slider */
.banner-slider .owl-buttons, .post-slider.style1 .owl-buttons, .post-slider.style5 .owl-buttons, .brand-slider .owl-buttons {
  display: none;
}

.banner-slider .owl-pagination, .post-slider.style1 .owl-pagination, .post-slider.style5 .owl-pagination, .brand-slider .owl-pagination {
  display: block;
  position: absolute;
  bottom: 20px;
  line-height: 0;
  text-align: center;
  width: 100%;
}

.banner-slider .owl-pagination .owl-page, .post-slider.style1 .owl-pagination .owl-page, .post-slider.style5 .owl-pagination .owl-page, .brand-slider .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 3px;
  height: 10px;
}

.banner-slider .owl-pagination .owl-page span, .post-slider.style1 .owl-pagination .owl-page span, .post-slider.style5 .owl-pagination .owl-page span, .brand-slider .owl-pagination .owl-page span {
  display: inline-block;
  margin-top: 2px;
  height: 6px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 3px 3px 3px 3px;
  background: none;
  box-shadow: none;
}

.banner-slider .owl-pagination .owl-page.active span, .post-slider.style1 .owl-pagination .owl-page.active span, .post-slider.style5 .owl-pagination .owl-page.active span, .brand-slider .owl-pagination .owl-page.active span {
  background: #fff;
}

.banner-slider .banner-text, .post-slider.style1 .banner-text, .post-slider.style5 .banner-text, .brand-slider .banner-text {
  background: var(--brand);
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
}

.banner-slider .banner-text .banner-title, .post-slider.style1 .banner-text .banner-title, .post-slider.style5 .banner-text .banner-title, .brand-slider .banner-text .banner-title {
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1.2;
  color: #fff;
}

/* best sellers widget */
.product-list-widget li {
  background: #ededee;
  padding: 10px;
  display: block;
}

.product-list-widget li + li {
  margin-top: 1px;
}

.product-list-widget .product-image, .product-list-widget .product-content {
  display: table-cell;
  vertical-align: middle;
}

.product-list-widget .product-image a {
  width: 60px;
  display: block;
}

.product-list-widget .product-image a:hover img {
  opacity: 0.85;
}

.product-list-widget .product-content {
  padding-left: 10px;
}

.product-list-widget .product-title {
  margin-bottom: 8px;
}

.product-list-widget .product-price {
  color: var(--brand);
  font-weight: 500;
  margin-right: 5px;
}

/* textbox */
.text-box {
  background: #ededee;
  padding: 20px 25px;
}

.text-box > *:last-child {
  margin-bottom: 0;
}

.padding-box {
  background: #ededee;
  padding: 10px;
}

.padding-box .box-title {
  font-size: 1.5em;
  font-weight: normal;
}

/* flickr gallery */
/* color filter */
.filter-by-color li {
  float: left;
  border: 1px solid;
  border-radius: 50% 50% 50% 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.filter-by-color li:last-child {
  margin-right: 0;
}

.filter-by-color li a {
  display: block;
  width: 28px;
  height: 28px;
  border: 6px solid #fff;
  border-radius: 50% 50% 50% 50%;
  text-indent: -9999px;
}

.filter-by-color li.chosen a {
  text-align: center;
  text-indent: 0;
  font-size: 10px;
  line-height: 16px;
}

.filter-by-color li.chosen a:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
}

.filter-by-color:after {
  display: table;
  content: "";
  clear: both;
}

.filter-by-color .color1 {
  background: #d1e6d5;
  color: #d1e6d5;
}

.filter-by-color .color2 {
  background: #9f60b5;
  color: #9f60b5;
}

.filter-by-color .color3 {
  background: #ff6000;
  color: #ff6000;
}

.filter-by-color .color4 {
  background: #0ab596;
  color: #0ab596;
}

.filter-by-color .color5 {
  background: #f5a77d;
  color: #f5a77d;
}

.filter-by-color .color6 {
  background: #6dace6;
  color: #6dace6;
}

.filter-by-color .color7 {
  background: #c59d8d;
  color: #c59d8d;
}

/* size filter */
.filter-by-size li {
  float: left;
  margin: 0 10px 10px 0;
}

.filter-by-size li:last-child {
  margin-right: 0;
}

.filter-by-size li a {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--vh-border-color-3);
  border: 1px solid;
  font-size: 0.9167em;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  border-radius: 50% 50% 50% 50%;
}

.filter-by-size li:hover a, .filter-by-size li.chosen a {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.filter-by-size:after {
  display: table;
  content: "";
  clear: both;
}

/* 2.7. Toggle & Accordion ~~~~~~~~~~~~~~~~~~~~~~~~~ */
.panel-group .panel-title {
  font-size: 1.1667em;
  line-height: 20px;
}

.panel-group .panel-title a {
  white-space: normal;
  display: block;
  padding: 15px 30px;
}

.panel-group .panel-title a.active .open-sub:after {
  display: none;
}

.panel-group .panel-title .open-sub {
  display: block;
  position: relative;
}

.panel-group .panel-title .open-sub:before, .panel-group .panel-title .open-sub:after {
  content: "";
  display: block;
  position: absolute;
}

.panel-group .panel-title .open-sub:before {
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
}

.panel-group .panel-title .open-sub:after {
  width: 1px;
  left: 50%;
  margin-left: -0.5px;
  top: 50%;
}

.panel-group h2.panel-title {
  font-size: 2em;
}

.panel-group h3.panel-title {
  font-size: 1.6667em;
}

.panel-group h4.panel-title {
  font-size: 1.3333em;
}

.panel-group h6.panel-title {
  font-size: 1.0833em;
}

.panel-group .panel-content {
  padding: 10px 30px 20px;
}

.panel-group .panel-content > *:last-child {
  margin-bottom: 0;
}

.panel-group .panel {
  box-shadow: none;
  border-radius: 0 0 0 0;
  border: none;
  margin-bottom: 0;
  position: relative;
}

.panel-group .panel + .panel {
  margin-top: 1px;
}

.panel-group .panel.style1 .panel-title a:hover, .panel-group .panel.style2 .panel-title a:hover, .panel-group .panel.style3 .panel-title a:hover, .panel-group .panel.style4 .panel-title a:hover, .panel-group .panel.style5 .panel-title a:hover {
  color: var(--brand);
}

.panel-group .panel.style1 .panel-title .open-sub, .panel-group .panel.style2 .panel-title .open-sub {
  float: right;
}

.panel-group .panel.style1 .panel-title a, .panel-group .panel.style2 .panel-title a {
  background: #ededee;
}

.panel-group .panel.style1 .panel-title a.active, .panel-group .panel.style2 .panel-title a.active {
  color: var(--brand);
  background: none;
}

.panel-group .panel.style1 .panel-title .open-sub {
  width: 11px;
  height: 11px;
  margin-top: 4.5px;
}

.panel-group .panel.style1 .panel-title .open-sub:before, .panel-group .panel.style1 .panel-title .open-sub:after {
  background: #939faa;
}

.panel-group .panel.style1 .panel-title .open-sub:before {
  left: 0;
  width: 100%;
}

.panel-group .panel.style1 .panel-title .open-sub:after {
  top: 0;
  bottom: 0;
  height: 100%;
}

.panel-group .panel.style2 .panel-title .open-sub, .panel-group .panel.style3 .panel-title .open-sub {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50% 50% 50% 50%;
}

.panel-group .panel.style2 .panel-title .open-sub:before, .panel-group .panel.style2 .panel-title .open-sub:after, .panel-group .panel.style3 .panel-title .open-sub:before, .panel-group .panel.style3 .panel-title .open-sub:after {
  background: #939faa;
}

.panel-group .panel.style2 .panel-title .open-sub:before, .panel-group .panel.style3 .panel-title .open-sub:before {
  width: 7px;
  margin-left: -3.5px;
}

.panel-group .panel.style2 .panel-title .open-sub:after, .panel-group .panel.style3 .panel-title .open-sub:after {
  bottom: 0;
  height: 7px;
  margin-top: -3.5px;
}

.panel-group .panel.style2 .panel-title a.active .open-sub, .panel-group .panel.style3 .panel-title a.active .open-sub {
  background: var(--brand);
}

.panel-group .panel.style2 .panel-title a.active .open-sub:before, .panel-group .panel.style2 .panel-title a.active .open-sub:after, .panel-group .panel.style3 .panel-title a.active .open-sub:before, .panel-group .panel.style3 .panel-title a.active .open-sub:after {
  background: #fff;
}

.panel-group .panel.style3 + .panel {
  margin-top: 10px;
}

.panel-group .panel.style3 .panel-title a {
  background: #ededee;
  color: inherit;
}

.panel-group .panel.style3 .panel-title a.active, .panel-group .panel.style3 .panel-content {
  background: var(--brand);
  color: #fff;
}

.panel-group .panel.style3 .panel-title .open-sub {
  float: left;
  margin-right: 15px;
}

.panel-group .panel.style3 .panel-title a.active .open-sub {
  background: #fff;
}

.panel-group .panel.style3 .panel-title a.active .open-sub:before, .panel-group .panel.style3 .panel-title a.active .open-sub:after {
  background: var(--brand);
}

.panel-group .panel.style3 .panel-content {
  padding-left: 65px;
  padding-right: 15px;
}

.panel-group .panel.style4 + .panel {
  margin-top: 7px;
}

.panel-group .panel.style4 .panel-title a {
  padding-top: 0;
  padding-left: 0;
  line-height: 32px;
}

.panel-group .panel.style4 .panel-title a .open-sub {
  float: left;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  background: none;
  border-radius: 50% 50% 50% 50%;
  border: 1px solid var(--vh-border-color-3);
}

.panel-group .panel.style4 .panel-title a .open-sub:before, .panel-group .panel.style4 .panel-title a .open-sub:after {
  background: var(--vh-border-color-3);
}

.panel-group .panel.style4 .panel-title a .open-sub:before {
  width: 7px;
  margin-left: -3.5px;
}

.panel-group .panel.style4 .panel-title a .open-sub:after {
  bottom: 0;
  height: 7px;
  margin-top: -3.5px;
}

.panel-group .panel.style4 .panel-title a.active {
  color: var(--brand);
}

.panel-group .panel.style4 .panel-title a.active .open-sub {
  background: var(--brand);
  border-color: var(--brand);
}

.panel-group .panel.style4 .panel-title a.active .open-sub:before, .panel-group .panel.style4 .panel-title a.active .open-sub:after {
  background: #fff;
}

.panel-group .panel.style4 .panel-content {
  padding: 0 10px 10px 55px;
  word-break: break-all;
}

.panel-group .panel.style5 {
  border: 1px solid #ededee;
  border-bottom: none;
}

.panel-group .panel.style5 + .panel {
  margin-top: 1px;
}

.panel-group .panel.style5 .panel-title a {
  padding: 0;
  line-height: 50px;
}

.panel-group .panel.style5 .panel-title a .open-sub {
  width: 36px;
  float: left;
  margin-right: 25px;
  height: 50px;
  background: #ededee;
}

.panel-group .panel.style5 .panel-title a .open-sub:before, .panel-group .panel.style5 .panel-title a .open-sub:after {
  background: #939faa;
}

.panel-group .panel.style5 .panel-title a .open-sub:before {
  width: 11px;
  left: 50%;
  margin-left: -5.5px;
}

.panel-group .panel.style5 .panel-title a .open-sub:after {
  height: 11px;
  top: 50%;
  margin-top: -5.5px;
}

.panel-group .panel.style5 .panel-title a.active {
  color: var(--brand);
}

.panel-group .panel.style5 .panel-content {
  border-top: 1px solid #ededee;
  padding: 15px 15px 15px 40px;
}

.panel-group .panel.style5:last-child {
  border-bottom: 1px solid #ededee;
}

.panel-group .panel.style6 {
  background: #ededee;
}

.panel-group .panel.style6 .panel-title a.active, .panel-group .panel.style6 .panel-title a:hover {
  color: var(--vh-grey-dark);
}

/* vhive_base_blogs.scss */
/* 2.9. Sticky Notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sticky-note {
  padding: 25px 30px;
  background: #ededee;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.sticky-note > *:last-child {
  margin-bottom: 0;
}

.sticky-note:after {
  position: absolute;
  content: "";
  border-top: 23px solid #757377;
  border-right: 23px solid transparent;
  right: -23px;
  bottom: -23px;
  background-color: #fff;
  transition: all 0.4s ease 0s;
}

.sticky-note:hover:after {
  right: 0;
  bottom: 0;
}

.sticky-note.style2 {
  background: #ffefb7;
  color: #c08d34;
}

.sticky-note.style2:after {
  border-top-color: #d5a044;
}

.sticky-note.style3 {
  background: #ffe4e4;
  color: #c05454;
}

.sticky-note.style3:after {
  border-top-color: #d66c6c;
}

.sticky-note.style4 {
  background: #d8f1a9;
  color: #74952b;
}

.sticky-note.style4:after {
  border-top-color: #89a648;
}

/* 2.10. Social Icons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.social-icons {
  margin-bottom: 0px;
}

.social-icons:after {
  display: table;
  content: "";
  clear: both;
}

.social-icons .social-icon {
  display: block;
  float: left;
  margin-right: 9px;
  margin-bottom: 0px;
  line-height: 0;
}

.social-icons .social-icon:last-child {
  margin-right: 0;
}

.social-icons .social-icon i {
  font-size: 1.0833em;
  border-color: #757377;
  overflow: hidden;
  color: #757377;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.16em;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
}

.social-icons .social-icon:hover i {
  border-color: transparent;
  color: #fff;
  background: var(--brand);
}

.social-icons .social-icon:hover i:before {
  animation: fadeInDown 0.3s ease-in;
  display: inline-block;
}

.social-icons .social-icon:last-child {
  margin-right: 0;
}

.social-icons.full-width {
  display: block;
}

.social-icons.full-width .social-icon {
  display: table-cell;
  float: none;
  width: 1%;
  margin: 0;
  text-align: center;
}

.social-icons.size-lg .social-icon {
  margin-right: 10px;
}

.social-icons.size-lg .social-icon i {
  font-size: 1.6667em;
}

.social-icons.size-md .social-icon {
  margin-right: 10px;
}

.social-icons.size-md .social-icon i {
  font-size: 1.1667em;
}

.social-icons.size-sm .social-icon {
  margin-right: 10px;
}

.social-icons.size-sm .social-icon i {
  font-size: 1em;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.35em;
}

.social-icons.style1 .social-icon i {
  color: #757377;
  border: 1px solid #757377;
}

.social-icons.style1 .social-icon:hover i {
  border-color: transparent;
  color: #fff;
}

.social-icons.style2 .social-icon i {
  color: #fff;
  border: none;
  background: var(--vh-grey-dark);
}

.social-icons.style2 .social-icon:hover i {
  background: #757377;
}

.social-icons.style3 .social-icon i {
  color: #fff;
  border: none;
  background: var(--vh-grey-dark);
}

.social-icons.style3 .social-icon:hover i {
  background: #22486d;
}

/* 2.12. Slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flexslider {
  border: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  margin: 0;
  z-index: 0;
  position: relative;
}

/* 3.2. Slideshow ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#slideshow {
  position: relative;
}

#slideshow .revolution-slider {
  position: relative;
  z-index: 1;
}

#slideshow .ads-carousel-wrap {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
}

#slideshow .ads-carousel-wrap .container {
  padding-left: 0;
  padding-right: 0;
}

.ads-carousel .image-banner .caption-wrapper {
  max-width: 60%;
}

.ads-carousel .image-banner .caption-wrapper .captions {
  width: 94%;
}

.ads-carousel .captions .title {
  font-size: 4.6em;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.08em;
}

/* 4. Main Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 4.1. Galleries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.soap-gallery.style1 {
  overflow: hidden;
}

.soap-gallery.style1 .owl-buttons .owl-prev, .soap-gallery.style1 .owl-buttons .owl-next {
  width: 236px;
  height: 88px;
  background-color: none;
  border-radius: 0 0 0 0;
  border: none;
  margin-top: -44px;
  padding: 10px;
  line-height: 68px;
  color: #feffff;
  font-size: 10px;
  text-indent: 0;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}

.soap-gallery.style1 .owl-buttons .owl-prev:before, .soap-gallery.style1 .owl-buttons .owl-next:before {
  float: right;
  margin-top: 20px;
}

.soap-gallery.style1 .owl-buttons .owl-prev .slide-index, .soap-gallery.style1 .owl-buttons .owl-next .slide-index {
  display: inline-block;
}

.soap-gallery.style1 .owl-buttons .owl-prev .imageholder, .soap-gallery.style1 .owl-buttons .owl-next .imageholder {
  display: inline-block;
  float: left;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
}

.soap-gallery.style1 .owl-buttons .owl-prev .imageholder, .soap-gallery.style1 .owl-buttons .owl-prev .slide-index, .soap-gallery.style1 .owl-buttons .owl-next .imageholder, .soap-gallery.style1 .owl-buttons .owl-next .slide-index {
  display: none;
}

.soap-gallery.style1 .owl-buttons .owl-prev {
  left: -140px;
}

.soap-gallery.style1 .owl-buttons .owl-next {
  right: -140px;
}

.soap-gallery.style1 .owl-buttons .owl-next:before {
  float: left;
  margin-right: 20px;
}

.soap-gallery.style1 .owl-buttons .owl-next .imageholder {
  float: right;
  margin-right: 0;
}

.soap-gallery.style1 .owl-buttons .owl-prev:hover, .soap-gallery.style1 .owl-buttons .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.soap-gallery.style1 .owl-buttons .owl-prev:hover .imageholder, .soap-gallery.style1 .owl-buttons .owl-prev:hover .slide-index, .soap-gallery.style1 .owl-buttons .owl-next:hover .imageholder, .soap-gallery.style1 .owl-buttons .owl-next:hover .slide-index {
  display: block;
}

.soap-gallery.style1 .owl-buttons .owl-prev:hover {
  left: 0;
}

.soap-gallery.style1 .owl-buttons .owl-next:hover {
  right: 0;
}

.soap-gallery.style2 {
  position: relative;
}

.soap-gallery.style2 > * {
  display: none;
}

.soap-gallery.style2 img {
  width: 100%;
}

.soap-gallery.style2 a {
  float: left;
}

.soap-gallery.style2 > .caroufredsel_wrapper {
  display: block;
}

.soap-gallery.style2 > .soap-gallery-prev, .soap-gallery.style2 > .soap-gallery-next {
  display: block;
}

.soap-gallery.frame-holder {
  width: 100%;
  padding: 57px 0 76px;
  position: relative;
}

.soap-gallery.frame-holder.effect-shine .owl-carousel:before {
  content: "";
  position: absolute;
  display: block;
  width: 310px;
  height: 357px;
  top: -33px;
  right: -33px;
  background-size: 100% auto;
  z-index: 1;
}

.soap-gallery.frame-holder .gallery-frame {
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.soap-gallery.frame-holder .owl-carousel {
  width: 594px;
  margin: 0 auto;
  z-index: 1;
}

.soap-gallery.frame-holder .owl-buttons .owl-prev:before, .soap-gallery.frame-holder .owl-buttons .owl-next:before {
  color: #757377;
  border-color: #d5dde5;
}

.soap-gallery.frame-holder .owl-buttons .owl-prev:hover:before, .soap-gallery.frame-holder .owl-buttons .owl-next:hover:before {
  color: #fff;
  border-color: var(--brand);
}

.soap-gallery.frame-holder .owl-buttons .owl-prev {
  left: -136px;
}

.soap-gallery.frame-holder .owl-buttons .owl-next {
  right: -136px;
}

.soap-gallery.metro-style {
  max-width: 100%;
  overflow: hidden;
}

.soap-gallery.metro-style a {
  float: left;
  max-width: 100%;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: block;
}

.soap-gallery.metro-style a.double-width {
  border-bottom: 0;
}

.soap-gallery.metro-style .gallery-wrapper {
  overflow: hidden;
  margin-right: -6px;
  margin-bottom: -6px;
}

.soap-gallery.metro-style .gallery-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.soap-gallery.small-post .image {
  display: block;
}

.soap-gallery.small-post .post-content {
  padding: 14px 16px;
  background: #ededee;
}

.soap-gallery.small-post .post-title {
  margin-bottom: 0;
  color: #939faa;
  font-weight: 400;
}

.soap-gallery.small-post .post-title:hover a {
  color: var(--vh-grey-dark);
}

.soap-gallery.carousel-style1 {
  width: 1170px;
}

.soap-gallery.carousel-style1 .slides > div {
  display: none;
}

.soap-gallery.carousel-style1 .slideItem {
  box-shadow: -14px 0 10px rgba(0, 0, 0, 0.25);
}

.soap-gallery-thumb-wrapper {
  padding: 20px 0 4px 16px;
  border: 1px solid #ededee;
  text-align: center;
}

.soap-gallery-thumb-wrapper > a {
  display: inline-block;
  width: 99px;
  height: 99px;
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
}

.soap-gallery-thumb-wrapper > a img {
  width: 100%;
  height: auto;
}

.soap-gallery-thumb-wrapper > a.selected:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid var(--brand);
}

.thumbnail-full ~ .soap-gallery-thumb-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 10px;
  padding: 0;
}

.thumbnail-full ~ .soap-gallery-thumb-wrapper > a {
  display: table-cell;
  width: 1%;
  height: auto;
  padding: 0;
}

.gallery-col-2 a {
  width: 50%;
}

.gallery-col-2 a.double-width {
  width: 100%;
}

.gallery-col-3 a {
  width: 33.3333%;
}

.gallery-col-3 a.double-width {
  width: 66.6666%;
}

.gallery-col-4 a {
  width: 25%;
}

.gallery-col-4 a.double-width {
  width: 50%;
}

.gallery-col-5 a {
  width: 20%;
}

.gallery-col-5 a.double-width {
  width: 40%;
}

/* 4.2. Icon Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.icon-box {
  /*margin-bottom: 20px;*/
}

.icon-box.box {
  margin-bottom: 30px;
}

.icon-box.box-lg {
  margin-bottom: 40px;
}

.icon-box.block {
  margin-bottom: 60px;
}

.icon-box .box-content p {
  line-height: 1.8461em;
}

.icon-box .box-content > *:last-child {
  margin-bottom: 0;
}

.icon-box[class*=" style-centered-"] {
  text-align: center;
}

.icon-box[class*=" style-centered-"] > i {
  margin-bottom: 20px;
  cursor: default;
}

.icon-box[class*=" style-centered-"].style-centered-1 > i {
  font-size: 30px;
  color: var(--brand);
}

.icon-box[class*=" style-centered-"].style-centered-2 > i, .icon-box[class*=" style-centered-"].style-centered-4 > i {
  font-size: 50px;
  width: 104px;
  height: 104px;
  text-align: center;
  line-height: 104px;
  border-radius: 5px 5px 5px 5px;
  background: var(--brand);
  color: #fff;
  position: relative;
  overflow: hidden;
  /*@include transition(all, 0.35s, ease);*/
}

.icon-box[class*=" style-centered-"].style-centered-2 > i:before, .icon-box[class*=" style-centered-"].style-centered-4 > i:before {
  position: relative;
  z-index: 1;
}

.icon-box[class*=" style-centered-"].style-centered-2 > i:after, .icon-box[class*=" style-centered-"].style-centered-4 > i:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  border-right: 100px solid #a2d13a;
  border-bottom: 100px solid transparent;
  /*@include transition(all, 0.35s, ease);*/
  border-radius: 0 5px 0 0;
}

.icon-box[class*=" style-centered-"].style-centered-2:hover > i, .icon-box[class*=" style-centered-"].style-centered-4:hover > i {
  background: var(--vh-grey-dark);
}

.icon-box[class*=" style-centered-"].style-centered-2:hover > i:after, .icon-box[class*=" style-centered-"].style-centered-4:hover > i:after {
  border-right-color: #22486d;
}

.icon-box[class*=" style-centered-"].style-centered-3 > i {
  font-size: 16px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  line-height: 46px;
  background: var(--vh-grey-dark);
  border: 2px solid var(--vh-grey-dark);
  position: relative;
  overflow: hidden;
}

.icon-box[class*=" style-centered-"].style-centered-3 > i:before {
  position: relative;
  z-index: 1;
}

.icon-box[class*=" style-centered-"].style-centered-3 > i:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  border-radius: 100px 100px 0 0;
  background: #325577;
  transform: rotate(30deg);
  transform-origin: 50% 100%;
}

.icon-box[class*=" style-centered-"].style-centered-4 > i {
  background: none;
  color: var(--brand);
  border: 1px solid var(--brand);
}

.icon-box[class*=" style-centered-"].style-centered-4 > i:after {
  border-right-color: transparent;
}

.icon-box[class*=" style-centered-"].style-centered-4:hover > i {
  background: var(--brand);
  color: #fff;
}

.icon-box[class*=" style-centered-"].style-centered-4:hover > i:after {
  border-right-color: #a2d13a;
}

.icon-box[class*=" style-side-"] > i {
  float: left;
}

.icon-box[class*=" style-side-"].style-side-1 {
  position: relative;
}

.icon-box[class*=" style-side-"].style-side-1 > i {
  font-size: 40px;
  color: var(--brand);
}

.icon-box[class*=" style-side-"].style-side-1 > i:after {
  content: "";
  display: block;
  position: absolute;
  left: 62px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #ededee;
}

.icon-box[class*=" style-side-"].style-side-1.icon-color-blue > i {
  color: var(--vh-grey-dark);
}

.icon-box[class*=" style-side-"].style-side-1 .box-content {
  padding-left: 90px;
}

.icon-box[class*=" style-side-"].style-side-2 > i {
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: var(--brand);
  border-radius: 25px 25px 25px 25px;
  margin-top: 10px;
}

.icon-box[class*=" style-side-"].style-side-2 .box-content {
  padding-left: 80px;
}

.icon-box[class*=" style-side-"].style-side-3 > i {
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  line-height: 46px;
  background: var(--brand);
  border: 2px solid var(--brand);
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.icon-box[class*=" style-side-"].style-side-3 > i:before {
  position: relative;
  z-index: 1;
}

.icon-box[class*=" style-side-"].style-side-3 > i:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  border-radius: 100px 100px 0 0;
  background: #a2d13a;
  transform: rotate(30deg);
  transform-origin: 50% 100%;
}

.icon-box[class*=" style-side-"].style-side-3 .box-title {
  padding-top: 15px;
  margin-bottom: 25px;
}

.icon-box[class*=" style-side-"].style-side-3.icon-color-blue > i {
  background: var(--vh-grey-dark);
  border-color: var(--vh-grey-dark);
}

.icon-box[class*=" style-side-"].style-side-3.icon-color-blue > i:after {
  background: #325577;
}

.icon-box[class*=" style-side-"].style-side-4 > i {
  font-size: 16px;
  color: #fff;
  width: 50px;
  height: 50px;
  position: relative;
  line-height: 50px;
  text-align: center;
  background: var(--brand);
  margin-top: 5px;
}

.icon-box[class*=" style-side-"].style-side-4 > i:before {
  position: relative;
  z-index: 1;
}

.icon-box[class*=" style-side-"].style-side-4 > i:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  border-right: 50px solid #a2d13a;
  border-bottom: 50px solid transparent;
}

.icon-box[class*=" style-side-"].style-side-4 .box-content {
  padding-left: 70px;
}

.icon-box[class*=" style-side-"].style-side-5, .icon-box[class*=" style-side-"].style-side-6 {
  display: table;
}

.icon-box[class*=" style-side-"].style-side-5 .icon-container, .icon-box[class*=" style-side-"].style-side-6 .icon-container {
  font-size: 25px;
  width: 130px;
  text-align: center;
  padding-right: 20px;
}

.icon-box[class*=" style-side-"].style-side-5 i, .icon-box[class*=" style-side-"].style-side-6 i {
  font-size: inherit;
  width: 3.6em;
  height: 3.6em;
  text-align: center;
  line-height: 3.6em;
  color: #fff;
  background: #757377;
  border-radius: 50% 50% 50% 50%;
  transition: font-size 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}

.icon-box[class*=" style-side-"].style-side-5 i:before, .icon-box[class*=" style-side-"].style-side-6 i:before {
  position: relative;
  z-index: 1;
}

.icon-box[class*=" style-side-"].style-side-5 i:after, .icon-box[class*=" style-side-"].style-side-6 i:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
  background: #a2d13a;
  height: 50%;
  width: 100%;
  border-radius: 100px 100px 0 0;
  transform: rotate(45deg);
  transform-origin: 50% 100%;
}

.icon-box[class*=" style-side-"].style-side-5 .icon-container {
  vertical-align: top;
  padding-top: 0.5em;
}

.icon-box[class*=" style-side-"].style-side-5 i:hover {
  background: var(--brand);
  animation: spin 1s ease;
}

.icon-box[class*=" style-side-"].style-side-5 i:hover:after {
  opacity: 1;
}

.icon-box[class*=" style-side-"].style-side-6 .icon-container {
  text-align: left;
  width: auto;
  padding-right: 25px;
}

.icon-box[class*=" style-side-"].style-side-6 i {
  border: 2px solid #757377;
  background: #fff;
  color: var(--brand);
  font-size: 35px;
  width: 2.8em;
  height: 2.8em;
  line-height: 2.8em;
}

.icon-box[class*=" style-side-"].style-side-6 i:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.icon-box[class*=" style-side-"].style-side-6 i:hover:after {
  opacity: 1;
}

.icon-box[class*=" style-side-"].style-side-7 > i {
  font-size: 16px;
  color: var(--brand);
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  line-height: 49px;
  border: 1px solid var(--brand);
  position: relative;
  overflow: hidden;
}

.icon-box[class*=" style-side-"].style-side-7 > i:before {
  position: relative;
  z-index: 1;
}

.icon-box[class*=" style-side-"].style-side-7 > i:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 24px;
  border-radius: 24px 24px 0 0;
  display: none;
  background: #a2d13a;
  left: 0;
  top: 0;
  transform: rotate(30deg);
  transform-origin: 50% 100%;
  z-index: 0;
}

.icon-box[class*=" style-side-"].style-side-7 > i:hover {
  color: #fff;
  background: var(--brand);
}

.icon-box[class*=" style-side-"].style-side-7 > i:hover:after {
  display: block;
}

.icon-box[class*=" style-side-"].style-side-7 .box-content {
  padding-left: 70px;
}

.icon-box[class*=" style-boxed-"].style-boxed-1, .icon-box[class*=" style-boxed-"].style-boxed-3 {
  text-align: center;
  position: relative;
  border: 1px solid #ededee;
}

.icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container {
  font-size: 30px;
}

.icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i {
  width: 3.5em;
  height: 3.5em;
  text-align: center;
  line-height: 3.5em;
  border-radius: 50% 50% 50% 50%;
  background: var(--brand);
  color: #fff;
  position: relative;
  cursor: default;
}

.icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i:before, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i:before {
  position: relative;
  z-index: 1;
}

.icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i:after, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3.5em;
  height: 1.75em;
  border-radius: 1.75em 1.75em 0 0;
  transform: rotate(45deg);
  transform-origin: 50% 100%;
}

.icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i, .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i:after, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i:after {
  /*@include transition(all, 0.3s, ease);*/
}

.icon-box[class*=" style-boxed-"].style-boxed-1.icon-color-blue .icon-container i, .icon-box[class*=" style-boxed-"].style-boxed-3.icon-color-blue .icon-container i {
  background-color: var(--vh-grey-dark);
}

.icon-box[class*=" style-boxed-"].style-boxed-1.icon-color-blue .icon-container i:after, .icon-box[class*=" style-boxed-"].style-boxed-3.icon-color-blue .icon-container i:after {
  background: #22486d;
}

.icon-box[class*=" style-boxed-"].style-boxed-1 {
  padding: 72px 30px 30px;
  margin-top: 52px;
}

.icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container {
  position: absolute;
  left: 50%;
  top: -1.75em;
  margin-left: -1.75em;
}

.icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.45em;
  top: -0.45em;
  width: 4.4em;
  height: 2.2em;
  border: 1px solid #ededee;
  border-bottom: none;
  border-radius: 2.2em 2.2em 0 0;
  background: #fff;
}

.icon-box[class*=" style-boxed-"].style-boxed-1:hover .icon-container i {
  background: var(--brand);
}

.icon-box[class*=" style-boxed-"].style-boxed-1:hover .icon-container i:after {
  background: #a2d13a;
}

.icon-box[class*=" style-boxed-"].style-boxed-2 {
  display: table;
  border: 1px solid #ededee;
}

.icon-box[class*=" style-boxed-"].style-boxed-2 .icon-container i {
  font-size: 40px;
  color: var(--brand);
  padding: 0 45px;
}

.icon-box[class*=" style-boxed-"].style-boxed-2 .box-content {
  background: #ededee;
  padding: 20px 25px;
}

.icon-box[class*=" style-boxed-"].style-boxed-3 {
  border-color: #757377;
  padding: 40px 30px;
  transition: background 0.2s ease-in 0s;
}

.icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container {
  margin-bottom: 20px;
}

.icon-box[class*=" style-boxed-"].style-boxed-3:hover {
  color: #fff;
  background: var(--vh-grey-dark);
  border-color: var(--vh-grey-dark);
}

.icon-box[class*=" style-boxed-"].style-boxed-3:hover .box-title a {
  color: #fff;
}

.icon-box[class*=" style-boxed-"].style-boxed-3:hover .icon-container i {
  background: #ededee;
  color: var(--brand);
}

.icon-box[class*=" style-boxed-"].style-boxed-3:hover .icon-container i:after {
  background: #fff;
}

.icon-box[class*=" style-boxed-"].style-boxed-4 {
  border: 2px solid #ededee;
  text-align: center;
}

.icon-box[class*=" style-boxed-"].style-boxed-4 .icon-container {
  padding: 35px 0;
  color: var(--brand);
}

.icon-box[class*=" style-boxed-"].style-boxed-4 .icon-container i {
  font-size: 30px;
}

.icon-box[class*=" style-boxed-"].style-boxed-4 .box-content {
  padding: 30px;
  background: #ededee;
}

.image-box {
  margin-bottom: 30px;
}

.image-box-style1 {
  width: 74px;
  height: 74px;
  margin: 10px 15px 10px 0;
  border-radius: 50% 50% 50% 50%;
  background: var(--brand);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.image-box-style1:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.image-box-style1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  transform-origin: 50% 100%;
  transform: rotate(30deg);
}

.image-box-style1 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 60%;
  position: relative;
  z-index: 1;
}

/* 4.3. Banner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.shortcode-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.shortcode-banner > img {
  width: 100%;
  height: auto;
}

.shortcode-banner .shortcode-banner-content {
  padding: 20px 0 0;
}

.shortcode-banner .shortcode-banner-content .btn.style4 {
  padding: 0 20px;
}

.shortcode-banner .shortcode-banner-content .btn.style4:hover {
  background: var(--vh-grey-dark);
  border-color: var(--vh-grey-dark);
}

.shortcode-banner .shortcode-banner-content .details {
  margin-bottom: 20px;
}

.shortcode-banner.style-animated .shortcode-banner-inside {
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  top: 50%;
  /*background-color: mix($from-color, $to-color);*/
  background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(rgba(56, 54, 55, 0)), to(rgba(56, 54, 55, 0.85)));
  background-image: -webkit-linear-gradient(top, rgba(56, 54, 55, 0) 0%, rgba(56, 54, 55, 0.85) 50%);
  background-image: -moz-linear-gradient(top, rgba(56, 54, 55, 0) 0%, rgba(56, 54, 55, 0.85) 50%);
  background-image: -ms-linear-gradient(top, rgba(56, 54, 55, 0) 0%, rgba(56, 54, 55, 0.85) 50%);
  background-image: -o-linear-gradient(top, rgba(56, 54, 55, 0) 0%, rgba(56, 54, 55, 0.85) 50%);
  transition: top 0.4s ease 0s;
}

.shortcode-banner.style-animated .shortcode-banner-inside:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
  padding: 0 30px;
  text-align: center;
}

.shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content .details {
  display: none;
  margin-bottom: 0;
}

.shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content .details > *:last-child {
  margin-bottom: 0;
}

.shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content .banner-title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 1.5em;
  margin-bottom: 5em;
}

.shortcode-banner.style-animated:hover .shortcode-banner-inside {
  background: rgba(56, 54, 55, 0.9);
  top: 0;
}

.shortcode-banner.style-animated:hover .shortcode-banner-inside .shortcode-banner-content .details {
  display: block;
}

.shortcode-banner.style-animated:hover .shortcode-banner-inside .shortcode-banner-content .banner-title {
  margin-bottom: 20px;
}

/* 4.4. Process Builder ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.process-builder .process-item {
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.process-builder.style-simple.items-2 .process-item {
  width: 50%;
}

.process-builder.style-simple.items-3 .process-item {
  width: 33.3333%;
}

.process-builder.style-simple.items-4 .process-item {
  width: 25%;
}

.process-builder.style-simple.items-5 .process-item {
  width: 20%;
}

.process-builder.style-simple.items-6 .process-item {
  width: 16.6666%;
}

.process-builder.style-simple .process-icon {
  display: inline-block;
  font-size: 30px;
  width: 3.4em;
  height: 3.4em;
  border: 2px solid #757377;
  line-height: 3.3em;
  color: var(--brand);
  border-radius: 50% 50% 50% 50%;
  margin-bottom: 15px;
  position: relative;
}

.process-builder.style-simple .process-icon:before, .process-builder.style-simple .process-icon:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #757377;
  width: 300%;
  top: 50%;
  margin-top: -1px;
}

.process-builder.style-simple .process-icon:before {
  right: 100%;
  margin-right: 12px;
}

.process-builder.style-simple .process-icon:after {
  left: 100%;
  margin-left: 12px;
}

.process-builder.style-simple .process-item {
  overflow: hidden;
}

.process-builder.style-simple .process-item:first-child .process-icon:before {
  display: none;
}

.process-builder.style-simple .process-item:last-child .process-icon:after {
  display: none;
}

.process-builder.style-simple .process-item.active .process-icon, .process-builder.style-simple .process-item .process-icon:hover {
  background: var(--brand);
  border: none;
  color: #fff;
}

.process-builder.style-simple .process-item.active .process-icon i, .process-builder.style-simple .process-item .process-icon:hover i {
  overflow: hidden;
  position: relative;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  border-radius: 50% 50% 50% 50%;
}

.process-builder.style-simple .process-item.active .process-icon i:before, .process-builder.style-simple .process-item .process-icon:hover i:before {
  position: relative;
  z-index: 1;
}

.process-builder.style-simple .process-item.active .process-icon i:after, .process-builder.style-simple .process-item .process-icon:hover i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #a2d13a;
  width: 100%;
  height: 50%;
  border-radius: 1.7em 1.7em 0 0;
  transform-origin: 50% 100%;
  transform: rotate(45deg);
}

.process-builder.style-simple .process-details {
  padding: 0 25px;
}

.process-builder.style-creative > li {
  float: left;
}

.process-builder.style-creative .process-item {
  padding-top: 10px;
  position: relative;
  position: relative;
  margin-right: 70px;
}

.process-builder.style-creative .process-item .process-inside {
  position: relative;
  z-index: 1;
}

.process-builder.style-creative .process-item .process-image {
  width: 168px;
  height: 168px;
  border-radius: 50% 50% 50% 50%;
  border: 6px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.process-builder.style-creative .process-item .process-image img {
  width: 100%;
  border-radius: 50% 50% 50% 50%;
}

.process-builder.style-creative .process-item .arrow {
  position: absolute;
  z-index: 0;
  left: 100%;
  top: 80px;
  margin-left: -10px;
  padding-left: 8px;
  display: inline-block;
  width: 60px;
  height: 28px;
  font-family: FontAwesome;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  border-radius: 0 14px 14px 0;
}

.process-builder.style-creative .process-item .arrow:before {
  content: "\f178";
}

.process-builder.style-creative .assets-item {
  max-width: 100%;
}

/* 4.5. Post Slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.image .caption-wrapper, .post-slider.style3 .slide-text {
  position: absolute;
  left: 0;
  padding: 15px 30px 15px 50px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.75);
}

.image .caption-wrapper > *:last-child, .post-slider.style3 .slide-text > *:last-child {
  margin-bottom: 0;
}

.image .caption-wrapper .slide-title, .post-slider.style3 .slide-text .slide-title {
  margin-bottom: 5px;
}

.owl-item img {
  width: 100%;
}

.post-slider .caption-animated {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.post-slider.style2 .slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(15, 37, 65, 0.9);
  padding: 25px 120px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.35s ease 0s;
}

.post-slider.style2 .slide-text .slide-title {
  margin-bottom: 0;
  color: #fff;
}

.post-slider.style2 .slide-text .meta-info {
  color: #939faa;
  font-size: 0.9167em;
}

.post-slider.style2 .owl-prev, .post-slider.style2 .owl-next {
  margin-top: 0;
  top: auto;
  bottom: -30px;
  opacity: 0;
  transition: all 0.35s ease 0s;
}

.post-slider.style2 .owl-item {
  position: relative;
}

.post-slider.style2 .owl-item:hover .slide-text {
  transform: translateY(0);
  opacity: 1;
}

.post-slider.style2:hover .owl-item .slide-text {
  transform: translateY(0);
  opacity: 1;
}

.post-slider.style2:hover .owl-prev, .post-slider.style2:hover .owl-next {
  opacity: 1;
  bottom: 30px;
}

.post-slider.style3 a:hover .slide-text p {
  color: #939faa;
}

.post-slider ~ .soap-gallery-thumb-wrapper > a {
  width: 90px;
  height: 90px;
}

.post-slider.style4 .owl-buttons {
  display: none;
}

.post-slider.style4 .owl-item {
  position: relative;
}

.post-slider.style4 .slide-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.post-slider.style4 .slide-text:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.post-slider.style5 .owl-pagination {
  text-align: right;
  bottom: 25px;
  padding-right: 20px;
}

.post-slider.style5 .owl-item {
  position: relative;
  overflow: hidden;
}

/*
.post-slider.style5 .slide-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 40%;
  background: var(--background-color-2);
  min-width: 250px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out 0s;
}
*/
.post-slider.style5 .slide-text:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.post-slider.style5 .slide-text .btn {
  padding: 0 20px;
  color: #fff;
  font-size: 0.8333em;
  border-color: #fff;
  background: none;
  margin-top: 10px;
}

.post-slider.style5 .slide-text .btn:hover {
  border-color: var(--vh-border-color-2);
  background: var(--vh-border-color-2);
}

.post-slider.style5 .caption-wrapper {
  width: 96%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 20px 25px;
  color: #fff;
}

.post-slider.style5 .caption-wrapper > *:last-child {
  margin-bottom: 0;
}

.post-slider.style5:hover .slide-text, .post-slider.style5 .owl-item:hover .slide-text {
  transform: translateX(0);
  opacity: 1;
}

.post-slider.style6, .post-slider.style7 {
  /*margin-bottom: 64px;*/
}

.post-slider.style6 + .title-section, .post-slider.style7 + .title-section {
  display: table;
  height: 64px;
  width: 100%;
}

.post-slider.style6 + .title-section p, .post-slider.style7 + .title-section p {
  margin-bottom: 0;
}

.post-slider.style6 + .title-section .title-section-wrapper, .post-slider.style7 + .title-section .title-section-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.post-slider.style6 .owl-controls, .post-slider.style7 .owl-controls {
  position: relative;
}

.post-slider.style6 .owl-controls .owl-prev, .post-slider.style6 .owl-controls .owl-next, .post-slider.style7 .owl-controls .owl-prev, .post-slider.style7 .owl-controls .owl-next {
  top: 18px;
  margin-top: 0;
}

.post-slider.style6 .owl-controls .owl-prev:before, .post-slider.style6 .owl-controls .owl-next:before, .post-slider.style7 .owl-controls .owl-prev:before, .post-slider.style7 .owl-controls .owl-next:before {
  color: var(--vh-border-color-3);
  border-color: var(--vh-border-color-3);
}

.post-slider.style6 .owl-controls .owl-prev:hover:before, .post-slider.style6 .owl-controls .owl-next:hover:before, .post-slider.style7 .owl-controls .owl-prev:hover:before, .post-slider.style7 .owl-controls .owl-next:hover:before {
  color: #fff;
  border-color: var(--brand);
}

.post-slider.style6 .owl-controls .owl-prev, .post-slider.style7 .owl-controls .owl-prev {
  left: auto;
  right: 100px;
}

.post-slider.style7 {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  width: auto;
}

.post-slider.style7 .owl-item {
  padding: 0 15px;
}

.post-slider.style7 .owl-controls {
  position: static;
}

.post-slider.style7 .owl-controls .owl-prev, .post-slider.style7 .owl-controls .owl-next {
  top: -44px;
}

.post-slider.style7 .owl-controls .owl-prev {
  right: 85px;
}

.post-slider.style7 .owl-controls .owl-next {
  right: 15px;
}

/* 4.6. Pricing table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pricing-table {
  text-align: center;
  background: #ededee;
  margin-bottom: 30px;
}

.pricing-table .currency-symbol {
  color: var(--vh-grey-dark);
}

.pricing-table .price-value {
  color: var(--vh-grey-dark);
}

.pricing-table.style1 .pricing-table-header .pricing-row {
  padding: 15px 0 20px;
  line-height: 1;
}

.pricing-table.style1 .pricing-table-header .pricing-row .price-value {
  font-size: 6.6667em;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.pricing-table.style1 .pricing-table-header .pricing-row .currency-symbol {
  font-size: 3.3333em;
  position: relative;
  top: -0.3em;
  font-weight: 400;
}

.pricing-table.style1 .pricing-table-header .pricing-row small {
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.pricing-table.style1 .pricing-table-header .pricing-type {
  background: var(--vh-grey-dark);
  margin-bottom: 0;
  line-height: 2.2;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s ease 0s;
}

.pricing-table.style1 .pricing-table-content {
  padding: 20px 0;
}

.pricing-table.style1 .pricing-table-content li {
  line-height: 2.8571em;
  font-size: 1.1667em;
}

.pricing-table.style1 .pricing-table-footer {
  padding: 5px 0 35px;
}

.pricing-table.style1 .pricing-table-footer .btn {
  background: #fff;
}

.pricing-table.style2 {
  padding: 30px 20px;
  transition: all 0.35s ease 0s;
}

.pricing-table.style2 .pricing-table-header .pricing-row {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  line-height: 1;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.pricing-table.style2 .pricing-table-header .pricing-row .st-table, .pricing-table.style2 .pricing-table-header .pricing-row .woocommerce .single-product-details .single-variation-wrap, .woocommerce .single-product-details .pricing-table.style2 .pricing-table-header .pricing-row .single-variation-wrap, .pricing-table.style2 .pricing-table-header .pricing-row .woocommerce .single-product-details .social-wrap, .woocommerce .single-product-details .pricing-table.style2 .pricing-table-header .pricing-row .social-wrap {
  height: 100%;
}

.pricing-table.style2 .pricing-table-header .pricing-row .price-value {
  font-size: 3.6em;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.pricing-table.style2 .pricing-table-header .pricing-row .currency-symbol {
  font-size: 1.6667em;
  position: relative;
  top: -0.25em;
}

.pricing-table.style2 .pricing-table-header .pricing-row small {
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.pricing-table.style2 .pricing-table-header .pricing-type {
  font-size: 2em;
  font-weight: 400;
}

.pricing-table.style2 .pricing-table-content li {
  line-height: 3.8461em;
  font-size: 1.4em;
  transition: all 0.35s ease 0s;
}

.pricing-table.style2 .pricing-table-content li:nth-child(2n+1) {
  background: #fff;
}

.pricing-table.style2 .pricing-table-footer {
  padding: 10px 0 0;
}

.pricing-table.style2 .pricing-table-footer .btn {
  background: #fff;
}

.pricing-table-container:hover .pricing-table.style1.active .pricing-table-header .pricing-type {
  background: var(--vh-grey-dark);
}

.pricing-table-container:hover .pricing-table.style1.active .pricing-table-footer .btn {
  background: #fff;
  border-color: #757377;
  color: inherit;
}

.pricing-table-container:hover .pricing-table.style1.active:hover .pricing-table-header .pricing-type, .pricing-table.style1:hover .pricing-table-header .pricing-type, .pricing-table.style1.active .pricing-table-header .pricing-type {
  background: var(--brand);
}

.pricing-table-container:hover .pricing-table.style1.active:hover .pricing-table-footer .btn, .pricing-table.style1:hover .pricing-table-footer .btn, .pricing-table.style1.active .pricing-table-footer .btn {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.pricing-table-container:hover .pricing-table.style2.active {
  background: #ededee;
}

.pricing-table-container:hover .pricing-table.style2.active .pricing-table-header .pricing-type {
  color: var(--vh-grey-dark);
}

.pricing-table-container:hover .pricing-table.style2.active .pricing-table-footer .btn {
  background: #fff;
  border-color: #757377;
  color: inherit;
}

.pricing-table-container:hover .pricing-table.style2.active .pricing-table-content li:nth-child(2n+1) {
  background: #fff;
}

.pricing-table-container:hover .pricing-table.style2.active:hover, .pricing-table.style2:hover, .pricing-table.style2.active {
  background: var(--vh-grey-dark);
}

.pricing-table-container:hover .pricing-table.style2.active:hover .pricing-table-header .pricing-type, .pricing-table.style2:hover .pricing-table-header .pricing-type, .pricing-table.style2.active .pricing-table-header .pricing-type {
  color: #fff;
}

.pricing-table-container:hover .pricing-table.style2.active:hover .pricing-table-footer .btn, .pricing-table.style2:hover .pricing-table-footer .btn, .pricing-table.style2.active .pricing-table-footer .btn {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.pricing-table-container:hover .pricing-table.style2.active:hover .pricing-table-content li:nth-child(2n+1), .pricing-table.style2:hover .pricing-table-content li:nth-child(2n+1), .pricing-table.style2.active .pricing-table-content li:nth-child(2n+1) {
  background: #5a5758;
}

/* 4.7. Progress Bar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.progress-bar {
  /* default style */
  margin-bottom: 1px;
  display: table;
  width: 100%;
  background: #ededee;
  box-shadow: none;
  float: none;
  line-height: auto;
  text-align: inherit;
  color: inherit;
  height: 42px;
  /* blue bar */
  /* skill meter bar */
}

.progress-bar .progress-wrap {
  width: 100%;
}

.progress-bar .progress-label {
  text-align: left;
  font-size: 1.0833em;
  padding: 0 20px 0 30px;
  white-space: nowrap;
}

.progress-bar .progress-percent {
  padding: 0 30px 0 20px;
  font-size: 1.0833em;
}

.progress-bar .progress {
  background: #fff;
  height: 8px;
  box-shadow: none;
  margin-bottom: 0;
  overflow: visible;
}

.progress-bar .progress-inner {
  background: var(--brand);
  display: block;
  height: 100%;
  border-radius: 4px 4px 4px 4px;
}

.progress-bar.bar-color-blue .progress-inner {
  background: var(--vh-grey-dark);
}

.progress-bar.skill-meter {
  height: 39px;
  padding: 0 20px;
}

.progress-bar.skill-meter .progress-wrap {
  position: relative;
}

.progress-bar.skill-meter .progress-label {
  background: var(--brand);
  padding: 0 30px 0 20px;
  color: #fff;
}

.progress-bar.skill-meter .progress-label i {
  margin-right: 15px;
  font-size: 15px;
}

.progress-bar.skill-meter .progress {
  height: 39px;
  border-radius: 0 0 0 0;
  width: 100%;
  background: #ededee;
  padding: 1px 1px 1px 0;
}

.progress-bar.skill-meter .progress-inner {
  border-radius: 0 0 0 0;
  background: #fff;
}

.progress-bar.skill-meter .progress-percent {
  display: block;
  padding: 0;
  position: absolute;
  right: 20px;
  line-height: 39px;
  top: 0;
}

.progress-bar.skill-meter.label-color-blue .progress-label {
  background: var(--vh-grey-dark);
}

.progress-bar-container {
  display: table;
  width: 100%;
  border-spacing: 0 1px;
  margin-top: -1px;
}

.progress-bar-container.skill-meter {
  border-spacing: 0 20px;
}

.progress-bar-container .progress-bar {
  display: table-row;
}

/* progress icons */
.progress-bar-icons {
  /* blue color */
}

.progress-bar-icons .progress {
  background: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  height: auto;
  float: left;
  margin-bottom: 18px;
  margin-right: 17px;
}

.progress-bar-icons .progress:last-child {
  margin-right: 0;
}

.progress-bar-icons .progress i {
  font-size: 1.3333em;
  width: 36px;
  height: 36px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  line-height: 36px;
  background: #ededee;
  color: #fff;
}

.progress-bar-icons .progress.active i {
  background: var(--brand);
}

.progress-bar-icons.color-blue .progress.active i {
  background: var(--vh-grey-dark);
}

/* colored progress bar */
.progress-bar-container.style-colored {
  display: block;
}

.progress-bar-container.style-colored .progress-bar {
  display: block;
  background: none;
  margin-bottom: 15px;
}

.progress-bar-container.style-colored .progress-bar .progress-label, .progress-bar-container.style-colored .progress-bar .progress {
  display: block;
}

.progress-bar-container.style-colored .progress-bar .progress-label {
  padding: 0;
  margin-bottom: 5px;
}

.progress-bar-container.style-colored .progress-bar .progress {
  height: 17px;
  border-radius: 9px 9px 9px 9px;
  background: #ededee;
  overflow: visible;
}

.progress-bar-container.style-colored .progress-bar .progress-inner {
  border-radius: 9px 9px 9px 9px;
  background: #01b7f2;
  position: relative;
}

.progress-bar-container.style-colored .progress-bar .progress-inner.color1 {
  background-color: #01b7f2;
}

.progress-bar-container.style-colored .progress-bar .progress-inner.color2 {
  background-color: #0ab596;
}

.progress-bar-container.style-colored .progress-bar .progress-inner.color3 {
  background-color: #ff6600;
}

.progress-bar-container.style-colored .progress-bar .progress-inner.color4 {
  background-color: #9f60b5;
}

.progress-bar-container.style-colored .progress-bar .progress-inner.color5 {
  background-color: #ffc000;
}

.progress-bar-container.style-colored .progress-bar .progress-inner.color6 {
  background-color: #d20d0d;
}

.progress-bar-container.style-colored .progress-bar .progress-percent {
  position: absolute;
  right: 0;
  bottom: 25px;
  padding: 1px 8px;
  background: #0b1c32;
  border-radius: 4px 4px 4px 4px;
  font-size: 10p;
  color: #fff;
}

.progress-bar-container.style-colored .progress-bar .progress-percent:after {
  display: block;
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -2px;
  border-top: 4px solid #0b1c32;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.progress-bar-container.style-vertical {
  height: 680px;
  display: block;
  margin-left: -30px;
  margin-right: -30px;
  width: auto;
}

.progress-bar-container.style-vertical .progress-bar-wrapper {
  border-spacing: 30px 0;
  height: 100%;
  display: table;
  width: 100%;
}

.progress-bar-container.style-vertical .progress-bar {
  display: table-cell;
  width: 1%;
  position: relative;
  height: 100%;
  padding-top: 50px;
  background: #fff;
}

.progress-bar-container.style-vertical .progress-bar .progress {
  border-radius: 0 0 0 0;
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.progress-bar-container.style-vertical .progress-bar .progress-inner {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 0;
}

.progress-bar-container.style-vertical .progress-bar .progress-percent {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 20px;
  font-size: 1.6667em;
  color: var(--brand);
  z-index: 9;
  padding: 0;
}

.progress-bar-container.style-vertical .progress-bar .progress-label {
  font-size: 1.6667em;
  color: #fff;
  transform: rotate(90deg) translateX(50%);
  padding: 0 0 0 15px;
  display: inline-block;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
}

.progress-bar-container.style-vertical .progress-bar:nth-child(2n+1) .progress-inner {
  background: var(--vh-grey-dark);
}

.progress-bar-container.style-vertical .progress-bar:nth-child(2n+1) .progress-percent {
  color: var(--vh-grey-dark);
}

/* circle progress */
.circle-wrap {
  text-align: center;
}

.circle-progress {
  position: relative;
  display: inline-block;
  z-index: 100;
  margin-bottom: 10px;
  color: var(--brand);
}

.circle-progress .circle-text {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

.circle-progress .circle-text span {
  font-size: 16px;
  position: relative;
  top: -0.6em;
}

.circle-progress .circle-text .has-circle-text {
  width: 80px;
  height: 80px;
  position: static;
  display: inline-block;
  line-height: 80px;
  font-size: inherit;
  border-radius: 50% 50% 50% 50%;
  background: var(--brand);
  color: #fff;
}

.circle-progress.has-text-block .circle-text {
  line-height: 1.25em !important;
  height: 100%;
  bottom: 0;
  padding: 0 25px;
}

.circle-progress.has-text-block .circle-text:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.circle-progress.has-text-block .circle-text > span {
  position: static;
  vertical-align: middle;
  width: 98%;
  line-height: 20px;
  display: inline-block;
  font-size: inherit;
}

/* counters box */
.counters-box {
  text-align: center;
}

.counters-box.style1 .icon-wrap {
  margin-bottom: 30px;
  height: 100px;
}

.counters-box.style1 dt {
  font-size: 1.3333em;
  font-weight: 300;
}

.counters-box.style1 dt.fontsize-lg {
  font-size: 1.6667em;
}

.counters-box.style1 dd {
  font-size: 4.1667em;
  color: var(--vh-grey-dark);
  font-weight: 300;
}

.counters-box.style1 dl {
  margin-bottom: 0;
}

.counters-box.style2 {
  padding: 0 20px;
}

.counters-box.style2 dt {
  font-style: italic;
  font-size: 6.6667em;
  color: var(--vh-grey-dark);
  border-bottom: 1px solid #ededee;
}

.counters-box.style2 dd {
  font-size: 1.3333em;
  padding-top: 10px;
}

/* 4.8. Style Changer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.style-changer {
  width: 270px;
  padding: 20px 30px 30px;
  position: relative;
}

.style-changer .style-toggle {
  position: absolute;
  left: 100%;
  top: 0;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.style-changer .btn {
  font-size: 0.8333em;
  padding: 0 16px;
}

.style-changer .form-group {
  padding-bottom: 15px;
  border-bottom: 1px solid;
  position: relative;
}

.style-changer .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.style-changer [class^=skin-color-] {
  line-height: 28px;
  display: inline-block;
  width: 49%;
  text-transform: uppercase;
  font-size: 0.8333em;
}

.style-changer [class^=skin-color-].active {
  color: var(--brand);
}

.style-changer [class^=skin-color-]:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  border-radius: 50% 50% 50% 50%;
}

.style-changer .skin-color-orange:before {
  background-color: #ff6600;
}

.style-changer .skin-color-green:before {
  background-color: var(--brand);
}

.style-changer .skin-color-purple:before {
  background-color: #b53cd3;
}

.style-changer .skin-color-blue:before {
  background-color: #00a2ee;
}

.style-changer .skin-color-yellow:before {
  background-color: #ffae00;
}

.style-changer .skin-color-gray:before {
  background-color: #acacac;
}

.style-changer .skin-color-navy:before {
  background-color: #006cff;
}

.style-changer .skin-color-sea:before {
  background-color: #0ab596;
}

.style-changer .skin-color-red:before {
  background-color: #ff1818;
}

.style-changer .skin-color-gold:before {
  background-color: #d9be2b;
}

.style-changer .style-changer-title {
  margin-bottom: 25px;
}

.style-changer label {
  margin-bottom: 10px;
  font-size: 1.0833em;
}

.style-changer select, .style-changer .customSelect {
  background: none;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 26px;
  padding-left: 15px;
}

.style-changer select option {
  padding-left: 15px;
}

.style-changer .customSelect {
  border: 1px solid;
  font-size: 1em;
}

.style-changer.style-dark {
  background: #191919;
  color: #6a6a6a;
}

.style-changer.style-dark .style-changer-title {
  color: #fff;
}

.style-changer.style-dark .customSelect {
  border-color: #6a6a6a;
}

.style-changer.style-dark .btn {
  border-color: #6a6a6a;
}

.style-changer.style-dark .btn:hover, .style-changer.style-dark .btn.active {
  border-color: var(--brand);
}

.style-changer.style-dark .form-group {
  border-bottom-color: #303030;
}

.style-changer.style-light {
  background: #fff;
  color: #ababab;
  border: 1px solid #e5e5e5;
}

.style-changer.style-light .style-toggle {
  top: -1px;
}

.style-changer.style-light .style-changer-title {
  color: #000;
}

.style-changer.style-light .customSelect {
  border-color: #ababab;
}

.style-changer.style-light .btn {
  border-color: #cdcdcd;
}

.style-changer.style-light .btn:hover, .style-changer.style-light .btn.active {
  border-color: var(--brand);
}

.style-changer.style-light .form-group {
  border-bottom-color: #e5e5e5;
}

#style-changer {
  position: fixed;
  top: 135px;
  z-index: 1001;
  left: -270px;
}

/* 4.9. Tabs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tab-pane > img {
  margin-right: 25px;
}

.tab-container .tabs li {
  float: left;
}

.tab-container .tabs li.active a {
  color: var(--vh-grey-dark);
}

.tab-container .tabs a {
  white-space: nowrap;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-container .tab-content {
  padding: 25px 30px;
  display: none;
}

.tab-container .tab-content.active {
  display: block;
}

.tab-container .tab-content.active > .tab-pane {
  display: block;
  overflow: hidden;
}

.tab-container .tab-pane > *:last-child {
  margin-bottom: 0;
}

.tab-container.style1 .tabs a, .tab-container.style2 .tabs a {
  padding: 14px 24px;
  display: block;
  font-size: 1.1667em;
}

.tab-container.style1 .tab-content, .tab-container.style2 .tab-content {
  border: 1px solid #ededee;
}

.tab-container.style1 .tabs {
  float: left;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #ededee;
}

.tab-container.style1 .tabs li {
  position: relative;
  z-index: 1;
  top: 1px;
}

.tab-container.style1 .tabs li + li a {
  margin-left: 1px;
}

.tab-container.style1 .tabs li a {
  background: #ededee;
  border-top: 1px solid #ededee;
}

.tab-container.style1 .tabs li.active a {
  background: #fff;
}

.tab-container.style1 .tab-content {
  clear: both;
}

.tab-container.style2 .tabs {
  background: #ededee;
  padding: 0 20px;
}

.tab-container.style2 .tabs a {
  font-size: 0.8333em;
  text-transform: uppercase;
  padding: 0 16px;
  height: 28px;
  line-height: 28px;
  margin: 10px 5px;
  background: #fff;
  border-radius: 14px 14px 14px 14px;
}

.tab-container.style2 .tabs li.active a {
  background: var(--brand);
  color: #fff;
  position: relative;
}

.tab-container.style2 .tabs li.active a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border-top: 5px solid var(--brand);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.tab-container.full-width .tabs {
  display: block;
  float: none;
}

.tab-container.full-width .tabs li {
  float: none;
  width: 1%;
  text-align: center;
  position: static;
}

.tab-container.full-width .tabs a {
  padding-left: 0;
  padding-right: 0;
}

.tab-container.full-width .tab-content {
  border-top: none;
}

.tab-container.vertical-tab .tabs, .tab-container.vertical-tab-1 .tabs {
  float: left;
  background: #ededee;
  border-top: 1px solid #ededee;
  border-bottom: 1px solid #ededee;
}

.tab-container.vertical-tab .tabs li, .tab-container.vertical-tab-1 .tabs li {
  float: none;
  position: relative;
  z-index: 1;
  left: 1px;
}

.tab-container.vertical-tab .tabs li a, .tab-container.vertical-tab-1 .tabs li a {
  display: block;
  line-height: 48px;
  padding: 0 30px;
  font-size: 1.1667em;
}

.tab-container.vertical-tab .tabs li.active a, .tab-container.vertical-tab-1 .tabs li.active a {
  background: #fff;
  color: var(--vh-grey-dark);
}

.tab-container.vertical-tab .tab-content, .tab-container.vertical-tab-1 .tab-content {
  padding: 0;
}

.tab-container.vertical-tab .tab-pane, .tab-container.vertical-tab-1 .tab-pane {
  border: 1px solid #ededee;
  overflow: auto;
  padding: 30px;
}

.tab-container.vertical-tab-1 .tabs {
  background: none;
  border: none;
}

.tab-container.vertical-tab-1 .tabs li {
  margin-bottom: 10px;
}

.tab-container.vertical-tab-1 .tabs li a {
  line-height: 32px;
  border-radius: 20px 20px 20px 20px;
  padding: 4px 50px 4px 4px;
  background: #757377;
  color: #fff;
}

.tab-container.vertical-tab-1 .tabs li a:hover {
  color: var(--brand);
}

.tab-container.vertical-tab-1 .tabs li i {
  float: left;
  margin-right: 15px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #757377;
  background: #fff;
  transition: all 0.25s ease 0s;
  border-radius: 50% 50% 50% 50%;
}

.tab-container.vertical-tab-1 .tabs li.active a {
  background: #fff;
  color: var(--brand);
}

.tab-container.vertical-tab-1 .tabs li.active i {
  background: var(--brand);
  color: #fff;
}

.tab-container.vertical-tab-1 .tab-content img {
  margin-bottom: 25px;
}

.tab-container.vertical-tab-1 .tab-pane {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.tab-container.transparent-tab {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

.tab-container.transparent-tab ul.tabs {
  padding: 0 20px;
}

.tab-container.transparent-tab ul.tabs li + li {
  padding-left: 3px;
}

.tab-container.transparent-tab ul.tabs a {
  background: rgba(255, 255, 255, 0.65);
  color: #4f4f4f;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 0.9167em;
  font-weight: 600;
}

.tab-container.transparent-tab ul.tabs a i {
  font-size: 13px;
  vertical-align: middle;
  margin-right: 10px;
}

.tab-container.transparent-tab ul.tabs a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--vh-grey-dark);
}

.tab-container.transparent-tab ul.tabs a:hover i {
  animation: toTopFromBottom 0.3s forwards;
}

.tab-container.transparent-tab ul.tabs li.active a {
  background: #fff;
  color: var(--vh-grey-dark);
}

.tab-container.transparent-tab ul.tabs a:hover i, .tab-container.transparent-tab ul.tabs li.active a i {
  color: var(--brand);
}

.tab-container.transparent-tab .tab-content {
  border: 1px solid #ededee;
  border-top: none;
}

/* 4.10. Team ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.team-member {
  text-align: center;
  /* colored style */
}

.team-member .team-member-author {
  padding: 20px 10px;
  background: var(--brand);
  margin-bottom: 1px;
}

.team-member .team-member-name {
  font-size: 2.7em;
  margin-bottom: 3px;
}

.team-member .team-member-job {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0em;
}

.team-member .team-member-social {
  background: #ededee;
  padding: 12px;
}

.team-member .social-icons {
  margin-bottom: 0;
  display: inline-block;
}

.team-member .social-icons .social-icon {
  margin-bottom: 0;
}

.team-member .social-icons .social-icon i {
  border: none;
  background: #fff;
}

.team-member .social-icons .social-icon:hover i {
  background: var(--brand);
}

.team-member .team-member-desc {
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
}

.team-member .team-member-desc > *:last-child {
  margin-bottom: 0;
}

.team-member.style-colored .image-container {
  border: 2px dashed var(--brand);
  position: relative;
}

.team-member.style-colored .image-container img {
  position: relative;
  z-index: -1;
}

.team-member.style-colored .team-member-social {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0;
  background: none;
}

.team-member.style-colored .social-icons .social-icon i {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.team-member.style-colored .social-icons .social-icon:hover i {
  background: var(--vh-grey-dark);
  border: none;
}

.team-member.style-colored .team-member-author, .team-member.style-colored .team-member-desc {
  background: var(--brand);
  color: #fff;
}

.team-member.style-colored .team-member-author {
  margin-bottom: 0;
}

.team-member.style-colored .team-member-name {
  color: #fff;
}

.team-member.style-colored .team-member-desc {
  padding-bottom: 25px;
}

/* 4.11. Testimonial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.testimonials.style1 .owl-controls .owl-prev, .testimonials.style1 .owl-controls .owl-next, .testimonials.style3 .owl-controls .owl-prev, .testimonials.style3 .owl-controls .owl-next, .testimonials.style4 .owl-controls .owl-prev, .testimonials.style4 .owl-controls .owl-next {
  margin-top: 11px;
}

.testimonials.style1 .owl-controls .owl-prev:before, .testimonials.style1 .owl-controls .owl-next:before, .testimonials.style3 .owl-controls .owl-prev:before, .testimonials.style3 .owl-controls .owl-next:before, .testimonials.style4 .owl-controls .owl-prev:before, .testimonials.style4 .owl-controls .owl-next:before {
  color: #757377;
  border-color: #757377;
}

.testimonials.style1 .owl-controls .owl-prev:hover:before, .testimonials.style1 .owl-controls .owl-next:hover:before, .testimonials.style3 .owl-controls .owl-prev:hover:before, .testimonials.style3 .owl-controls .owl-next:hover:before, .testimonials.style4 .owl-controls .owl-prev:hover:before, .testimonials.style4 .owl-controls .owl-next:hover:before {
  color: #fff;
  border-color: var(--brand);
}

.testimonials.style1 .owl-controls .owl-prev, .testimonials.style3 .owl-controls .owl-prev, .testimonials.style4 .owl-controls .owl-prev {
  left: 1px;
}

.testimonials.style1 .owl-controls .owl-next, .testimonials.style3 .owl-controls .owl-next, .testimonials.style4 .owl-controls .owl-next {
  right: 1px;
}

.testimonials.style1 .owl-wrapper-outer {
  padding-top: 50px;
}

.testimonials.style1 .testimonial.style1 {
  margin: 0;
  height: 100%;
}

.testimonials.style1 .owl-controls .owl-prev {
  left: 0;
}

.testimonials.style1 .owl-controls .owl-next {
  right: 0;
}

.testimonials.style1 .owl-controls .owl-prev, .testimonials.style1 .owl-controls .owl-next {
  margin-top: 11px;
}

.testimonials.style1.multiple-items .owl-controls .owl-prev, .testimonials.style1.multiple-items .owl-controls .owl-next {
  margin-top: 0;
}

.testimonials.style1.multiple-items .owl-controls .owl-prev {
  left: -70px;
}

.testimonials.style1.multiple-items .owl-controls .owl-next {
  right: -70px;
}

.testimonials.style1.multiple-items .testimonial.style1 {
  margin: 0 15px;
}

.testimonials.style2 {
  padding: 80px 0 30px;
}

.testimonials.style2 .container {
  padding: 0 40px;
}

.testimonials.style2 .testimonials-title {
  text-align: center;
  color: var(--brand);
  margin-bottom: 50px;
  font-size: 2.5em;
}

.testimonials.style2 .sky-carousel {
  background: none;
  border: none;
  height: auto;
  padding-bottom: 200px;
}

.testimonials.style2 .sky-carousel .sc-content-wrapper {
  position: static;
}

.testimonials.style2 .sky-carousel .sc-content-container {
  font-family: inherit;
  position: static;
}

.testimonials.style2 .sky-carousel .sky-carousel-container {
  float: none;
}

.testimonials.style2 .sc-content-wrapper .sc-content {
  display: table;
  width: 100%;
}

.testimonials.style2 .sc-content-wrapper .sc-content:after {
  content: "";
  display: table;
  clear: both;
}

.testimonials.style2 .sc-content-wrapper .sc-content h2, .testimonials.style2 .sc-content-wrapper .sc-content p {
  display: table-cell;
  color: #fff;
  text-align: left;
  padding: 0 30px;
}

.testimonials.style2 .sc-content-wrapper .sc-content h2 a {
  color: #fff;
}

.testimonials.style2 .sc-content-wrapper .sc-content h2 {
  font-size: 1.6667em;
  white-space: nowrap;
}

.testimonials.style2 .sc-content-wrapper .sc-content h2 small {
  font-size: 0.65em;
  color: var(--brand);
  display: block;
  margin-top: 5px;
}

.testimonials.style2 .sc-content-wrapper .sc-content p {
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.3333;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.testimonials.style2 .sc-content-wrapper .sc-content p em {
  font-weight: 400;
}

.testimonials.style3 .owl-buttons, .testimonials.style4 .owl-buttons {
  position: absolute;
}

.testimonials.style3 .owl-buttons:after, .testimonials.style4 .owl-buttons:after {
  display: table;
  content: "";
  clear: both;
}

.testimonials.style3 .owl-buttons .owl-prev, .testimonials.style3 .owl-buttons .owl-next, .testimonials.style4 .owl-buttons .owl-prev, .testimonials.style4 .owl-buttons .owl-next {
  position: static;
  float: left;
  margin-top: 0;
}

.testimonials.style3 .owl-buttons .owl-prev, .testimonials.style4 .owl-buttons .owl-prev {
  margin-right: 10px;
}

.testimonials.style3 {
  overflow: hidden;
}

.testimonials.style3 .owl-buttons {
  bottom: -1px;
  right: -1px;
  background: #fff;
  padding: 20px 1px 1px 30px;
  border-top: 1px solid #ededee;
  border-left: 1px solid #ededee;
  border-radius: 50px 0 0 0;
}

.testimonials.style4 {
  overflow: hidden;
  padding-top: 14px;
  margin-top: -14px;
  padding-bottom: 37px;
}

.testimonials.style4 .owl-wrapper-outer {
  overflow: visible;
  background: #ededee;
}

.testimonials.style4 .owl-buttons {
  top: 0;
  right: 30px;
}

.testimonials.style4 .owl-buttons .owl-prev:before, .testimonials.style4 .owl-buttons .owl-next:before {
  background: #fff;
}

.testimonials.style4 .owl-buttons .owl-prev:hover:before, .testimonials.style4 .owl-buttons .owl-next:hover:before {
  background: var(--brand);
}

.testimonial.style1, .testimonial.style3, .testimonial.style4 {
  position: relative;
}

.testimonial.style1 .testimonial-author, .testimonial.style3 .testimonial-author, .testimonial.style4 .testimonial-author {
  font-size: 1.1667em;
}

.testimonial.style1 .testimonial-author-name, .testimonial.style3 .testimonial-author-name, .testimonial.style4 .testimonial-author-name {
  color: var(--brand);
}

.testimonial.style1 .testimonial-author-job, .testimonial.style3 .testimonial-author-job, .testimonial.style4 .testimonial-author-job {
  font-size: 0.7857em;
  text-transform: uppercase;
}

.testimonial.style1 {
  border-top: 1px solid #ededee;
  border-bottom: 1px solid #ededee;
  position: relative;
  padding: 80px 50px 40px;
  text-align: center;
  margin-top: 50px;
}

.testimonial.style1 .testimonial-image {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50% 50% 50% 50%;
  border: 1px solid #757377;
  padding: 4px;
  background: #fff;
}

.testimonial.style1 .testimonial-image img {
  width: 100%;
  border-radius: 50% 50% 50% 50%;
}

.testimonial.style1 .testimonial-content {
  font-size: 2.5em;
  font-style: italic;
  color: var(--vh-grey-dark);
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.25;
}

.testimonial.style1 .testimonial-content.fontsize-lg {
  font-size: 3.3333em;
}

.testimonial.style3 {
  border: 1px solid #ededee;
  padding: 30px 40px;
}

.testimonial.style3 .testimonial-content {
  font-size: 1.3333em;
  font-weight: 300;
  line-height: 1.875;
}

.testimonial.style3 .testimonial-author {
  margin-top: 15px;
}

.testimonial.style4 {
  padding: 30px 40px 60px;
}

.testimonial.style4 .testimonial-content {
  font-size: 1.3333em;
  font-weight: 300;
  line-height: 1.875;
  color: var(--vh-grey-dark);
}

.testimonial.style4 .testimonial-author {
  position: absolute;
  left: 130px;
  bottom: -25px;
}

.testimonial.style4 .testimonial-image {
  position: absolute;
  bottom: -37px;
  left: 40px;
  width: 74px;
  height: 74px;
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  padding: 3px;
}

.testimonial.style4 .testimonial-image img {
  width: 100%;
  border-radius: 50% 50% 50% 50%;
}

/* vhive_base_footer.scss */
/* 6. Page Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 6.1. Standard Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* features slider */
.features-icon-slider {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.features-icon-slider .feature-icon {
  display: block;
  overflow: hidden;
}

.features-icon-slider .feature-icon i {
  font-size: 2.1667em;
  width: 90px;
  height: 90px;
  line-height: 86px;
  border: 2px solid #fff;
  border-radius: 45px 45px 45px 45px;
  color: #fff;
  position: relative;
  transform: translateZ(0);
}

.features-icon-slider .feature-icon i:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 86px;
  height: 43px;
  border-radius: 43px 43px 0 0;
  background: #a2d13a;
  transform: rotate(45deg);
  transform-origin: 50% 100%;
}

.features-icon-slider .feature-icon:hover i {
  border-color: var(--brand);
  background: var(--brand);
}

.features-icon-slider .feature-icon:hover i:before {
  position: relative;
  z-index: 1;
}

.features-icon-slider .feature-icon:hover i:after {
  display: block;
}

.features-icon-slider:hover .owl-prev {
  left: -60px;
}

.features-icon-slider:hover .owl-next {
  right: -60px;
}

.features-icon-slider .owl-prev {
  left: -60px;
}

.features-icon-slider .owl-next {
  right: -60px;
}

/* brand slider */
.brand-slider {
  padding-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.brand-slider .owl-item {
  display: table;
  border-spacing: 15px 0;
}

.brand-slider .owl-item a {
  text-align: center;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.03);
}

.brand-slider .owl-item:hover a {
  background: rgba(0, 0, 0, 0.25);
}

.brand-slider .owl-item img {
  max-width: 80%;
  width: auto;
}

.brand-slider.style1 {
  padding-bottom: 0;
  margin: 24px 0 0;
  position: relative;
  border-top: 1px solid #ededee;
}

.brand-slider.style1 .owl-item {
  border-spacing: 0 0;
}

.brand-slider.style1 .owl-item a {
  background: none;
}

.brand-slider.style1 .owl-item img {
  opacity: 0.4;
  transition: opacity 0.25s ease 0s;
}

.brand-slider.style1 .owl-item:hover img {
  opacity: 1;
}

.brand-slider.style1 .owl-pagination {
  display: none;
}

.brand-slider.style1 .owl-buttons {
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  background: #fff;
  padding: 0 20px;
}

.brand-slider.style1 .owl-buttons .owl-prev, .brand-slider.style1 .owl-buttons .owl-next {
  position: static;
  display: inline-block;
  margin-top: 0;
  opacity: 1;
}

.brand-slider.style1 .owl-buttons .owl-prev:before, .brand-slider.style1 .owl-buttons .owl-next:before {
  color: #757377;
  border-color: #757377;
}

.brand-slider.style1 .owl-buttons .owl-prev:hover:before, .brand-slider.style1 .owl-buttons .owl-next:hover:before {
  border-color: var(--brand);
  color: #fff;
}

.brand-slider.style1 .owl-buttons .owl-prev {
  margin-right: 16px;
}

/* theme features section */
.theme-features .row.same-height, .theme-features .row.add-clearfix {
  margin-top: -2px;
}

.theme-features .row.same-height > div, .theme-features .row.add-clearfix > div {
  border-top: 1px solid #ededee;
  border-right: 1px solid #ededee;
}

.theme-features .image-box {
  margin-top: 30px;
}

.theme-features .image-box .image-container {
  padding-left: 30px;
  padding-right: 5px;
}

.blue-alpha-bg .icon-box.style-boxed-1 {
  background: rgba(11, 28, 51, 0.5);
  border: none;
}

.blue-alpha-bg .icon-box.style-boxed-1 .icon-container:before {
  background: rgba(11, 28, 51, 0.5);
  border: none;
}

.blue-alpha-bg .icon-box.style-boxed-1 .box-title {
  color: #fff;
}

/* google map */
.soap-google-map {
  height: 250px;
}

.soap-google-map img {
  max-width: none;
}

/* contact page */
.contact-address i {
  font-size: 1.2em;
  color: #fff;
  background: var(--brand);
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  text-align: center;
}

.contact-address.style1 i {
  float: left;
  margin-top: 3px;
}

.contact-address.style1 .details {
  border-bottom: 1px solid #ededee;
  margin-left: 50px;
}

.contact-address.style1 li {
  margin-bottom: 15px;
}

.contact-address.style2 {
  display: table;
  table-layout: fixed;
  float: none;
  margin: 0 auto;
  border-spacing: 10px 0;
  padding: 0;
  margin-bottom: 20px;
}

.contact-address.style2 li {
  display: table-cell;
  vertical-align: top;
  width: 33.3333%;
  padding: 20px;
  border: 2px solid rgba(27, 66, 104, 0.1);
  text-align: center;
  background: #fff;
}

.contact-address.style2 .details {
  word-break: break-all;
}

.contact-address.style2 i {
  margin-bottom: 10px;
}

.contact-address.style2 h5 {
  margin-bottom: 10px;
}

.contact-address.style2 p:last-child {
  margin-bottom: 0;
}

/* faq page */
.faqs {
  border-bottom: 1px solid #ededee;
}

.faqs .panel + .panel {
  margin-top: 0;
}

.faqs .panel-title .open-sub {
  float: left;
  font-family: FontAwesome;
  text-align: center;
  font-size: 10px;
  width: 22px;
  height: 22px;
  line-height: 21px;
  border: 1px solid #757377;
  border-radius: 50% 50% 50% 50%;
  text-indent: 1px;
  color: #757377;
  margin-right: 30px;
}

.faqs .panel-title .open-sub:before {
  position: static;
  display: inline;
  content: "\f067";
  height: auto;
  margin: 0;
}

.faqs .panel-title a {
  color: var(--vh-grey-dark);
  line-height: 1;
  padding: 25px 30px;
  border: 1px solid #ededee;
  border-bottom: none;
}

.faqs .panel-title a.active {
  border-top: 1px solid var(--brand);
}

.faqs .panel-title a.active .open-sub {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.faqs .panel-title a.active .open-sub:before {
  content: "\f068";
}

.faqs .panel-content {
  padding: 30px 40px;
  background: #ededee;
}

/* terms and conditions */
ul.filter-options li {
  background: #ededee;
  margin-bottom: 0;
  padding: 12px 20px 10px 55px;
}

ul.filter-options li:before {
  left: 15px;
  border: none;
  background: #fff;
  line-height: 22px;
}

ul.filter-options li + li {
  margin-top: 1px;
}

ul.filter-options li a {
  font-size: 1.0833em;
}

ul.filter-options li a:focus {
  color: var(--vh-grey-dark);
}

ul.filter-options li:hover a, ul.filter-options li.active a {
  color: var(--vh-grey-dark);
}

/* 404 page */
.error404, .coming-soon-page, .blank-page {
  background: #ededee;
}

.error404 #page-wrapper, .coming-soon-page #page-wrapper, .blank-page #page-wrapper {
  margin: 0 auto;
  float: none;
  padding: 0;
  background: #fff;
  max-width: 830px;
}

.error404 .container, .coming-soon-page .container, .blank-page .container {
  max-width: 100%;
}

.error404 #main, .coming-soon-page #main, .blank-page #main {
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.error404 #header, .coming-soon-page #header, .blank-page #header {
  position: relative;
  border: 1px solid #757377;
  border-bottom: none;
  border-top: none;
}

.error404 #header .branding, .coming-soon-page #header .branding, .blank-page #header .branding {
  text-align: center;
}

.error404 #header .logo, .coming-soon-page #header .logo, .blank-page #header .logo {
  display: inline-block;
  margin-top: 35px;
}

.error404 #header .logo a, .coming-soon-page #header .logo a, .blank-page #header .logo a {
  color: inherit;
  font-weight: 600;
}

.error404 #content, .coming-soon-page #content, .blank-page #content {
  padding: 0;
  text-align: center;
  border: 1px solid #757377;
  border-top: none;
}

.error404 .container, .coming-soon-page .container, .blank-page .container {
  max-width: 830px;
}

.error404 .error-message-404, .coming-soon-page .error-message-404, .blank-page .error-message-404 {
  text-align: center;
}

.error404 .error-message-404 span, .coming-soon-page .error-message-404 span, .blank-page .error-message-404 span {
  display: inline-block;
  font-weight: 200;
  font-size: 300px;
  color: #fff;
  text-shadow: 0 0 2px #757377;
  line-height: 1;
  position: relative;
}

.error404 .error-message-404 span:before, .coming-soon-page .error-message-404 span:before, .blank-page .error-message-404 span:before {
  content: "404";
  position: relative;
  z-index: 1;
}

.error404 .error-message-404 span:after, .coming-soon-page .error-message-404 span:after, .blank-page .error-message-404 span:after {
  box-shadow: none;
  content: "404";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #757377;
  z-index: 0;
}

.error404 .btn, .coming-soon-page .btn, .blank-page .btn {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 10px;
}

.error404 #footer, .coming-soon-page #footer, .blank-page #footer {
  background: #ededee;
}

.error404 #footer .copyright-area, .coming-soon-page #footer .copyright-area, .blank-page #footer .copyright-area {
  display: block;
  text-align: center;
  padding-top: 40px;
}

.error404 #footer .copyright-area .secondary-menu, .error404 #footer .copyright-area .copyright, .coming-soon-page #footer .copyright-area .secondary-menu, .coming-soon-page #footer .copyright-area .copyright, .blank-page #footer .copyright-area .secondary-menu, .blank-page #footer .copyright-area .copyright {
  display: block;
}

.error404 #footer .copyright-area .secondary-menu, .coming-soon-page #footer .copyright-area .secondary-menu, .blank-page #footer .copyright-area .secondary-menu {
  display: inline-block;
}

.error404 #footer .copyright-area .copyright, .coming-soon-page #footer .copyright-area .copyright, .blank-page #footer .copyright-area .copyright {
  text-align: inherit;
  padding: 10px 0;
}

.coming-soon-page hr {
  float: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-page .clock-wrapper {
  position: relative;
  display: inline-block;
  padding: 0 4px 4px 0;
  margin: 60px 0 70px;
}

.coming-soon-page .clock {
  font-weight: 200;
  font-size: 150px;
  color: #fff;
  text-shadow: 0 0 2px #757377;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.coming-soon-page .clock:after {
  display: table;
  content: "";
  clear: both;
}

.coming-soon-page .clock li {
  float: left;
  display: block;
  position: relative;
}

.coming-soon-page .clock li.sep {
  line-height: 0.8;
}

.coming-soon-page .clock ~ .clock {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 4px;
  color: #757377;
  box-shadow: none;
}

.coming-soon-page form h4 {
  font-weight: 300;
}

.coming-soon-page form .input-text {
  float: none;
  background: #fff;
  border: 1px solid #757377;
}

.coming-soon-page form .input-text:focus {
  border-color: var(--brand);
}

.page-loading-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  width: 99%;
}

.page-loading-wrapper header {
  position: static;
  height: auto;
  margin-bottom: 25px;
  background: none;
}

.page-loading-wrapper header .logo {
  display: inline-block;
  font-size: 1.6667em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.page-loading-wrapper header .logo img {
  margin-right: 5px;
}

.page-loading-wrapper header .logo a {
  color: var(--vh-grey-dark) !important;
}

.page-loading-wrapper .progress-bar {
  width: 370px;
  margin: 0 auto;
  height: 26px;
  border-radius: 13px 13px 13px 13px;
  background: #fff;
  padding: 4px;
  max-width: 100%;
  margin-bottom: 25px;
}

.page-loading-wrapper .progress-bar .progress-inner {
  height: 18px;
  border-radius: 9px 9px 9px 9px;
  background: var(--brand);
}

.page-loading-wrapper .loading-text {
  font-size: 1.6667em;
}

.pace {
  user-select: none;
  background: #ededee;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  visibility: visible;
  width: 100%;
  z-index: 999999;
  backface-visibility: hidden;
  text-align: center;
}

.pace-activity {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pace-activity:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.pace-inactive {
  display: none;
}

.pace .loading-page {
  backface-visibility: hidden !important;
  transform: none !important;
}

/* 6.2. Portfolio Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.post-filters {
  margin-bottom: 40px;
  text-align: center;
}

.post-wrapper .iso-container .iso-ite {
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.post-wrapper.isotope-active .iso-container .iso-item {
  opacity: 1;
}

.post-wrapper .load-more {
  margin: 50px 0 30px;
  padding: 0 40px;
}

.post-wrapper img {
  width: 100%;
}

.post-wrapper .post {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.post-wrapper figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.post-wrapper .post {
  margin-bottom: 0;
}

.portfolio-hover-holder, .portfolio-hover-holder .portfolio-action:before {
  background: rgba(255, 255, 255, 0.85);
}

.portfolio-hover-holder {
  position: absolute;
  height: 64px;
  left: 0;
  width: 100%;
  bottom: -64px;
  transition: all 0.4s ease 0s;
  opacity: 0;
}

.portfolio-hover-holder .portfolio-action {
  position: absolute;
  right: 20px;
  top: -20px;
  padding: 8px 10px;
  display: inline-block;
}

.portfolio-hover-holder .portfolio-action i {
  font-size: 1.0833em;
  color: var(--brand);
}

.portfolio-hover-holder .portfolio-action a {
  position: relative;
  z-index: 1;
}

.portfolio-hover-holder .portfolio-action a:hover i {
  color: #fff;
  background: var(--brand);
}

.portfolio-hover-holder .portfolio-action a + a {
  margin-left: 5px;
}

.portfolio-hover-holder .portfolio-action:before {
  content: "";
  position: absolute;
  height: 20px;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
  z-index: 0;
}

.portfolio-hover-holder .portfolio-text {
  display: table;
  width: 100%;
  height: 100%;
  line-height: 1.1;
}

.portfolio-hover-holder .portfolio-text-inner {
  padding: 0 20px;
}

.portfolio-hover-holder .portfolio-title {
  display: inline;
  margin-bottom: 0;
}

.portfolio-hover-holder .portfolio-category {
  font-size: 0.8333em;
  text-transform: uppercase;
}

.portfolio-hover-holder.style1 {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  text-align: center;
  z-index: 9;
}

.portfolio-hover-holder.style1:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.portfolio-hover-holder.style1 .portfolio-action {
  position: static;
  border-radius: 25px 25px 25px 25px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all 0.4s ease 0s;
  transform: translateY(-10px);
  margin-top: -60px;
}

.portfolio-hover-holder.style1 .portfolio-action i {
  width: 2.4em;
  height: 2.4em;
  line-height: 2.35em;
}

.portfolio-hover-holder.style1 .portfolio-action:before {
  display: none;
}

.portfolio-hover-holder.style1 .portfolio-like {
  font-size: 10px;
  float: right;
  background: #fff;
  padding: 0 15px;
  margin-right: 0;
  color: inherit;
  margin-left: 4px;
}

.portfolio-hover-holder.style1 .portfolio-like .fa {
  font-size: 9px;
  color: #757377;
  margin-right: 3px;
}

.portfolio-hover-holder.style1 .portfolio-like:hover {
  color: #fff;
  background: #eb3b50;
}

.portfolio-hover-holder.style1 .portfolio-like:hover .fa {
  color: #fff;
}

.portfolio-hover-holder.style1 .portfolio-text {
  display: block;
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 60px;
  transition: all 0.4s ease 0s;
  background: #ededee;
  z-index: 8;
  text-align: left;
}

.portfolio-hover-holder.style1 .portfolio-text .portfolio-text-inner {
  width: 100%;
  padding: 0 18px;
  height: 100%;
  display: table;
}

.portfolio-hover-holder.style1 .portfolio-title {
  display: block;
}

.post:hover .portfolio-hover-holder {
  bottom: 0;
  opacity: 1;
}

.post:hover .portfolio-hover-holder.style1 .portfolio-text {
  opacity: 1;
  bottom: 0;
}

.post:hover .portfolio-hover-holder.style1 .portfolio-action {
  opacity: 1;
  transform: translateY(0);
}

.container .iso-container.style-fancy.iso-col-5 .iso-item .portfolio-text-inner {
  padding: 0 12px;
}

.container .iso-container.style-fancy.iso-col-5 .iso-item .portfolio-hover-holder {
  height: 58px;
}

.container .iso-container.style-fancy.iso-col-5 .iso-item .portfolio-action {
  padding: 7px 8px;
}

.container .iso-container.style-fancy.iso-col-5 .iso-item .portfolio-action i {
  width: 1.8em;
  height: 1.8em;
  line-height: 1.75em;
}

.post .portfolio-content {
  padding: 25px 30px;
  background: #ededee;
}

.post .portfolio-content .portfolio-title {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 5px;
  display: block;
}

.post .portfolio-content .portfolio-meta {
  font-size: 0.9167em;
  margin-bottom: 20px;
}

.post .portfolio-content .btn {
  background: #fff;
  color: inherit;
}

.post .portfolio-content .btn:hover {
  background: var(--vh-grey-dark);
  color: #fff;
}

/*
.iso-container {
  position: relative;
  z-index: 20;
  transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
  .iso-container:after {
    content: "";
    display: table;
    clear: both; }
  .iso-container.iso-col-2 .iso-item {
    width: 50%; }
    .iso-container.iso-col-2 .iso-item.double-width {
      width: 100%; }
  .iso-container.iso-col-3 .iso-item {
    width: 33.3333%; }
    .iso-container.iso-col-3 .iso-item.double-width {
      width: 66.66666%; }
  .iso-container.iso-col-4 .iso-item {
    width: 25%; }
    .iso-container.iso-col-4 .iso-item.double-width {
      width: 50%; }
  .iso-container.iso-col-5 .iso-item {
    width: 20%; }
    .iso-container.iso-col-5 .iso-item.double-width {
      width: 40%; }
  .iso-container.iso-col-6 .iso-item {
    width: 16.6666%; }
    .iso-container.iso-col-6 .iso-item.double-width {
      width: 33.3333%; }
  .iso-container .iso-item {
    float: left; }
    .iso-container .iso-item img {
      width: 100%; }
  .iso-container.style-grid {
    margin: -15px -15px; }
    .iso-container.style-grid .iso-item {
      padding: 15px; }
  .iso-container.style-masonry {
    /*overflow: hidden;*/
/*&.iso-col-2 .iso-item {
  width: 49.9%;
  &.double-width { width: 100%; }
}
&.iso-col-3 .iso-item {
  width: 33.31%;
  &.double-width { width: 66.62%; }
}
&.iso-col-4 .iso-item {
  width: 24.98%;
  &.double-width { width: 49.96%; }
}
&.iso-col-5 .iso-item {
  width: 19.98%;
  &.double-width { width: 39.96%; }
}
&.iso-col-6 .iso-item {
  width: 16.64%;
  &.double-width { width: 33.28%; }
}*/
/*
    margin-top: -2px;
    margin-left: -2px;
    margin-right: -2px; }
    .iso-container.style-masonry .iso-item {
      padding: 2px;
      float: left;
      clear: none; }
      .iso-container.style-masonry .iso-item article {
        margin-bottom: 0; }
    .iso-container.style-masonry.has-column-width {
      margin: -15px; }
      .iso-container.style-masonry.has-column-width .iso-item {
        padding: 15px; }
*/
.post-pagination {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #ededee;
  margin-bottom: 30px;
  position: relative;
}

.post-pagination .nav-prev, .post-pagination .nav-next {
  margin-top: 0;
  top: 15px;
}

.post-pagination .nav-prev:before, .post-pagination .nav-next:before {
  border-color: #757377;
  color: #757377;
}

.post-pagination .nav-prev:hover:before, .post-pagination .nav-next:hover:before {
  color: #fff;
}

.post-pagination .nav-prev.disabled, .post-pagination .nav-next.disabled {
  cursor: default;
}

.post-pagination .nav-prev.disabled:hover:before, .post-pagination .nav-next.disabled:hover:before {
  color: #757377;
  border-color: #757377;
  background: none;
}

.post-pagination .nav-prev {
  left: 0;
}

.post-pagination .nav-prev:before {
  content: "\f177";
}

.post-pagination .nav-next {
  right: 0;
}

.post-pagination .nav-next:before {
  content: "\f178";
}

.post-pagination .page-links {
  height: 28px;
  padding: 0 50px;
  text-align: center;
  color: #757377;
}

.post-pagination .page-links > a, .post-pagination .page-links > span {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 27px;
  border-radius: 50% 50% 50% 50%;
  margin: 0 3px;
  border: 1px solid;
  transition: all 0.25s ease 0s;
}

.post-pagination .page-links > span.active, .post-pagination .page-links > a:hover, .post-pagination .page-links > a:focus {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.single-portfolio .portfolio-title {
  margin-bottom: 25px;
}

.single-portfolio .portfolio-action {
  float: right;
}

.single-portfolio .portfolio-action .btn {
  font-size: 10px;
  background: none;
  border: 1px solid #757377;
  padding: 0 15px;
  margin-right: 0;
  color: inherit;
  margin-left: 4px;
}

.single-portfolio .portfolio-action .btn i {
  font-size: 9px;
  color: #757377;
  margin-right: 3px;
}

.single-portfolio .portfolio-action .btn:hover {
  color: #fff;
  background: #eb3b50;
  border-color: #eb3b50;
}

.single-portfolio .portfolio-action .btn:hover .fa {
  color: #fff;
}

.single-portfolio .post-meta h5 {
  margin-bottom: 5px;
}

.single-portfolio .portfolio-detail > *:last-child {
  margin-bottom: 0;
}

/* 6.3. Blog Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* single post */
.single-post .about-author {
  background: #ededee;
  padding: 25px 30px;
  display: table;
  width: 100%;
}

.single-post .about-author .author-img {
  width: 146px;
  display: table-cell;
  vertical-align: top;
}

.single-post .about-author .author-img span {
  border-radius: 50% 50% 50% 50%;
  border: 6px solid #fff;
  display: block;
  width: 146px;
  height: 146px;
}

.single-post .about-author .author-img img {
  border-radius: 50% 50% 50% 50%;
  width: 100%;
}

.single-post .about-author .about-author-content {
  padding-left: 25px;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}

.single-post .about-author .about-author-content > *:last-child {
  margin-bottom: 0;
}

.single-post .about-author .about-author-content .social-icons {
  float: right;
}

.single-post .about-author .about-author-content .social-icons .social-icon i {
  background: #fff;
  border: none;
}

.single-post .about-author .about-author-content .social-icons .social-icon:hover i {
  background: var(--brand);
}

.related-posts {
  margin-left: -5px;
  margin-right: -5px;
}

.related-posts .related-post {
  padding: 0 5px;
  margin-bottom: 10px;
}

.related-posts .related-post .post {
  background: #ededee;
  display: table;
  width: 100%;
  padding: 0px;
  margin-bottom: 0;
}

.related-posts .related-post .post-image {
  width: 80px;
}

.related-posts .related-post .post-image .img {
  border-radius: 50% 50% 50% 50%;
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.related-posts .related-post .post-image .imgb {
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.related-posts .related-post .post-image .img img {
  border-radius: 50% 50% 50% 50%;
  width: 100%;
}

.related-posts .related-post .post-meta {
  line-height: 130%;
  font-size: 10px;
  padding-right: 10px;
  margin-bottom: 3px;
}

.related-posts .related-post .details {
  padding-left: 12px;
}

.related-posts .related-post .post-title {
  margin-bottom: 5px;
}

.commentlist .comment {
  border: 2px solid #ededee;
  padding: 20px 25px 10px;
  margin-bottom: 10px;
}

.commentlist .comment .author-img {
  border-radius: 50% 50% 50% 50%;
  width: 68px;
  height: 68px;
  float: left;
}

.commentlist .comment .author-img span {
  width: 68px;
  height: 68px;
  border-radius: 50% 50% 50% 50%;
  display: block;
}

.commentlist .comment .author-img img {
  border-radius: 50% 50% 50% 50%;
  width: 100%;
}

.commentlist .comment .comment-content {
  padding-left: 90px;
}

.commentlist .comment .comment-author-name {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0;
}

.commentlist .comment .comment-author-name:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  color: #ededee;
}

.commentlist .comment .comment-text > *:last-child {
  margin-bottom: 0;
}

.commentlist .comment .comment-date {
  font-size: 1.1em;
}

.commentlist .comment .comment-date .dot {
  font-size: 1.4545em;
  padding: 0 5px;
  font-weight: 900;
}

.commentlist .comment .btn, .commentlist .comment .comment-text {
  margin-top: 5px;
  margin-bottom: 10px;
}

.commentlist li:last-child .comment {
  margin-bottom: 0;
}

/* 6.4. Homepage ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.trend-section {
  padding-bottom: 0;
  position: relative;
  margin-bottom: 150px;
  background: #ededee;
}

.trend-section .trend-image {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -150px;
  z-index: 11;
}

.trend-section .trend-image img {
  max-width: 80%;
  width: auto;
}

.colors-section .logo-icon, .colors-section .colors-container a {
  display: inline-block;
  border-radius: 50% 50% 50% 50%;
  position: relative;
  backface-visibility: hidden;
}

.colors-section .logo-icon:before, .colors-section .colors-container a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/assets/vhive-logo-79e8fa71.png");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
}

.colors-section .logo-icon span, .colors-section .colors-container a span {
  display: block;
  border-radius: 50% 50% 50% 50%;
  transform: rotate(30deg);
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 100%;
}

.colors-section .logo-icon span:before, .colors-section .colors-container a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  border-radius: 200px 200px 0 0;
}

.colors-section .logo-icon {
  display: block;
  border-radius: 50% 50% 50% 50%;
  border: 10px solid rgba(255, 255, 255, 0.08);
  margin: 0 auto 20px;
}

.colors-section .logo-icon img {
  width: 100%;
  height: auto;
}

.colors-section .logo-icon .logo-icon-inner {
  display: block;
  border: 12px solid #ff3e3e;
  background: #ff3e3e;
}

.colors-section .logo-icon .logo-icon-inner:before {
  background-color: #ff5b5b;
}

.colors-section .colors-container a {
  width: 60px;
  height: 60px;
  border: 5px solid transparent;
  margin: 0 5px 5px 0;
}

.colors-section .colors-container a span:before {
  transition: opacity 0.25s ease 0s;
}

.colors-section .colors-container a.skin-color-navy span {
  background-color: #006cff;
}

.colors-section .colors-container a.skin-color-navy span:before {
  background-color: #1a7bff;
}

.colors-section .colors-container a.skin-color-red span {
  background-color: #ff3e3e;
}

.colors-section .colors-container a.skin-color-red span:before {
  background-color: #ff5b5b;
}

.colors-section .colors-container a.skin-color-sea span {
  background-color: #0ab596;
}

.colors-section .colors-container a.skin-color-sea span:before {
  background-color: #3bc4ab;
}

.colors-section .colors-container a.skin-color-purple span {
  background-color: #b215e6;
}

.colors-section .colors-container a.skin-color-purple span:before {
  background-color: #c144eb;
}

.colors-section .colors-container a.skin-color-blue span {
  background-color: #00a2ee;
}

.colors-section .colors-container a.skin-color-blue span:before {
  background-color: #33b5f1;
}

.colors-section .colors-container a.skin-color-green span {
  background-color: #7dbd22;
}

.colors-section .colors-container a.skin-color-green span:before {
  background-color: #97ca4e;
}

.colors-section .colors-container a.skin-color-gold span {
  background-color: #ffc000;
}

.colors-section .colors-container a.skin-color-gold span:before {
  background-color: #ffcd33;
}

.colors-section .colors-container a.skin-color-gray span {
  background-color: #acacac;
}

.colors-section .colors-container a.skin-color-gray span:before {
  background-color: #bdbdbd;
}

.colors-section .colors-container a:hover {
  border-color: rgba(255, 255, 255, 0.08);
}

.colors-section .colors-container a:hover span:before {
  opacity: 0;
}

.colors-section .heading-box {
  text-align: left;
}

.colors-section .btn {
  margin-top: 30px;
  color: #fff;
}

.responsive-section {
  padding-top: 70px;
  overflow: hidden;
  margin-top: -70px;
}

.responsive-section .parallax {
  overflow: visible;
  position: static;
}

.responsive-section .callout-image-container .callout-image img {
  margin-top: -70px;
}

.responsive-section .callout-image-container .callout-image img.active {
  animation: fadeInUp 2s ease;
}

.responsive-section .heading-box {
  text-align: left;
}

.responsive-section .heading-box .box-title {
  margin-bottom: 20px;
}

.responsive-section .callout-content {
  padding: 80px 0;
}

.responsive-section .responsive-button {
  text-align: left;
}

.responsive-section .responsive-button a {
  display: inline-block;
  margin-bottom: 10px;
  width: 236px;
  height: 90px;
  background: #fff;
  max-width: 48%;
  line-height: 70px;
  white-space: nowrap;
  font-size: 1.3333em;
  color: var(--vh-grey-dark);
  padding: 10px;
  transition: all 0.25s ease 0s;
}

.responsive-section .responsive-button a:hover {
  color: var(--brand);
}

.responsive-section .responsive-button a i {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  color: #fff;
  background: var(--brand);
  font-size: 35px;
  margin-right: 20px;
  line-height: 70px;
  position: relative;
  overflow: hidden;
}

.responsive-section .responsive-button a i:before {
  position: relative;
  z-index: 1;
}

.responsive-section .responsive-button a i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  background: #a2d13a;
  border-radius: 35px 35px 0 0;
  transform: rotate(45deg);
  transform-origin: 50% 100%;
}

.responsive-section .responsive-button a.btn-tablet-view {
  border-radius: 45px 0 0 45px;
}

.responsive-section .responsive-button a.btn-mobile-view {
  border-radius: 0 45px 45px 0;
  text-align: right;
}

.responsive-section .responsive-button a.btn-mobile-view i {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.responsive-section .responsive-button a.active {
  background: var(--brand);
  color: #fff;
}

.responsive-section .responsive-button a.active:hover {
  color: #fff;
}

.responsive-section .responsive-button a.active i {
  background: #fff;
  color: var(--vh-grey-dark);
}

.responsive-section .responsive-button a.active i:after {
  display: none;
}

.miracle-intro-section {
  position: relative;
  margin: 0 auto;
  float: none;
  padding: 0;
  z-index: 0;
  margin-bottom: -10%;
}

.miracle-intro-section .badge {
  background: none;
  max-width: 20%;
}

.miracle-intro-section > div {
  position: absolute;
}

.miracle-intro-section .macbook {
  position: static;
  max-width: 75%;
  margin-left: 20px;
}

.miracle-intro-section .badge {
  left: 0;
  top: 0;
  z-index: 2;
}

.miracle-intro-section .ipad {
  max-width: 32%;
  right: 0;
  bottom: 0;
}

.miracle-intro-section .iphone {
  max-width: 13%;
  right: 27%;
  bottom: 0;
}

.miracle-intro-section-wrapper {
  position: relative;
  z-index: -1;
}

.image-wrap-with-shadow {
  display: inline-block;
  position: relative;
}

.image-wrap-with-shadow:before {
  content: "";
  position: absolute;
  z-index: 0;
}

.image-wrap-with-shadow:before {
  width: 118%;
  height: 200%;
  left: 5px;
  top: 5px;
  transform-origin: 0 0;
  transform: rotate(35deg);
  background: rgba(0, 0, 0, 0.25);
}

.image-wrap-with-shadow img {
  position: relative;
  z-index: 1;
}

.add-circle-box-line > [class^=col-], .add-circle-box-line > [class*=" col-"] {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.add-circle-box-line > [class^=col-]:last-child, .add-circle-box-line > [class*=" col-"]:last-child {
  border-right: none;
}

.mobile-retina-ready-section .image-container {
  margin-right: 100px;
}

/* 6.4. Homepage ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.parallax-image1 {
  background-image: var(--img-1920-1280);
}

.parallax-image2 {
  background-image: var(--img-1920-1280);
  height: auto;
}

.banner-image1 {
  background-image: var(--img-1920-469);
}

.banner-image2 {
  background-image: var(--img-1920-312);
}

.banner-color1 {
  background-color: rgba(237, 246, 255, 0.75);
}

.bg-client-section {
  background: var(--img-1920-555) no-repeat center center;
  background-size: cover;
}

.bg-client-section > .section {
  background: rgba(15, 37, 65, 0.7);
}

/* 6.5. WooCommerce Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* category page */
body.woocommerce select:not(.default-style), body.woocommerce select:not(.default-style) + .customSelect {
  height: 28px;
  line-height: 26px;
  font-size: 0.8333em;
  text-transform: uppercase;
}

body.woocommerce select:not(.default-style) {
  line-height: 24px;
}

body.woocommerce select:not(.default-style) + .customSelect {
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #757377;
  background: none;
  /*.customSelectFocus { border-color: $theme-skin-color; }*/
}

body.woocommerce select:not(.default-style) + .customSelect .customSelectInner:before {
  color: #757377;
  color: #757377;
}

.woocommerce-ordering .customSelectInner:before {
  content: "\f107";
  border: none;
  font-family: FontAwesome;
  margin: 0;
  top: 0;
  font-size: 13px;
  right: 15px;
}

.view-switcher {
  float: right;
}

.view-switcher .btn i {
  margin-right: 4px;
  font-size: 13px;
  line-height: 26px;
  float: left;
  color: #757377;
}

.view-switcher .btn:hover i, .view-switcher .btn:focus i {
  color: #fff;
}

.view-switcher .btn.active i {
  color: #fff;
}

.products .product-image {
  position: relative;
  display: block;
  border: 2px solid #ededee;
}

.products .product-image img {
  width: 100%;
  height: auto;
}

.products .product-image:hover .back-img img {
  opacity: 1;
}

.products .product-image .first-img img {
  transition: all 0.2s linear 0s;
}

.products .product-image .back-img img {
  position: absolute;
  backface-visibility: hidden;
  display: block;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
}

.products .product.loading .product-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.products .product.loading .product-image:after {
  content: "\f110";
  font-size: 16px;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  text-align: center;
  font-family: FontAwesome;
  animation: spin 2s infinite linear;
}

.products .product-content, .products .product-action {
  background: #ededee;
}

.products .product-content {
  padding: 15px 20px;
  margin-bottom: 1px;
}

.products .product-title {
  margin-bottom: 4px;
}

.products .product-price {
  color: var(--brand);
  font-weight: 500;
  font-size: 1.25em;
  float: left;
  margin-bottom: 5px;
}

.products .currency-symbol {
  font-weight: 400;
}

.products .product-action {
  padding: 10px 20px 0;
  text-align: right;
}

.products .product-action .btn {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  padding: 0;
  background: #fff;
  border-radius: 14px 14px 14px 14px;
  color: inherit;
  font-size: 0.8333em;
  font-weight: 400;
  margin: 0 0 10px 5px;
}

.products .product-action .btn i {
  color: #757377;
  margin-right: 0;
}

.products .product-action .btn:hover {
  background: var(--brand);
  color: #fff;
}

.products .product-action .btn:hover i {
  color: #fff;
}

.products .product-action .btn-add-to-cart {
  float: left;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

.products .product-action .btn-add-to-cart i {
  margin-right: 3px;
  font-size: 12px;
}

.products .product-action:after {
  display: table;
  content: "";
  clear: both;
}

.products.layout-list .product > * {
  padding: 0;
}

.products.layout-list .product:after {
  content: "";
  display: table;
  clear: both;
}

.products.layout-list .product-image {
  float: left;
  width: 30%;
  border-right-width: 0;
}

.products.layout-list .product-meta-wrap {
  float: left;
  width: 70%;
}

.products.layout-list .product-content {
  padding: 30px 30px 20px;
}

.products.layout-list .product-content > *:last-child {
  margin-bottom: 0;
}

.products.layout-list .product-action {
  text-align: left;
  padding-left: 22px;
  padding-right: 25px;
}

.products.layout-list .product-action .btn-add-to-cart {
  float: right;
}

.woocommerce .panel {
  border: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
}

.woocommerce .single-product-details .product-images a {
  display: block;
  text-align: center;
}

.woocommerce .single-product-details .product-images img {
  width: 100%;
  max-width: 100%;
}

.woocommerce .single-product-details .product-images .easyzoom-flyout img {
  max-width: none;
  width: auto;
}

.woocommerce .single-product-details .product-images .images {
  border: 2px solid #ededee;
  margin-bottom: 10px;
}

.woocommerce .single-product-details .product-images .thumbnails {
  padding: 0 65px;
}

.woocommerce .single-product-details .product-images .thumbnails .owl-item {
  padding: 0 5px;
  height: auto !important;
}

.woocommerce .single-product-details .product-images .thumbnails .item {
  border: 2px solid #ededee;
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.woocommerce .single-product-details .product-images .thumbnails .owl-buttons .owl-prev:before, .woocommerce .single-product-details .product-images .thumbnails .owl-buttons .owl-next:before {
  border-color: #757377;
  color: #757377;
}

.woocommerce .single-product-details .product-images .thumbnails .owl-buttons .owl-prev:hover:before, .woocommerce .single-product-details .product-images .thumbnails .owl-buttons .owl-next:hover:before {
  border-color: var(--brand);
  color: #fff;
}

.woocommerce .single-product-details .product-images .thumbnails .owl-buttons .owl-prev {
  left: 0;
}

.woocommerce .single-product-details .product-images .thumbnails .owl-buttons .owl-next {
  right: 0;
}

.woocommerce .single-product-details .star-rating {
  font-size: 16px;
  line-height: 2em;
}

.woocommerce .single-product-details .product-title {
  float: left;
  margin-bottom: 8px;
  margin-right: 15px;
}

.woocommerce .single-product-details .product-price {
  font-size: 2em;
  color: #eb3b50;
  display: block;
}

.woocommerce .single-product-details .product-meta {
  margin-top: 20px;
  font-size: 1.0833em;
}

.woocommerce .single-product-details .product-meta dt, .woocommerce .single-product-details .product-meta dd {
  line-height: 1.8461em;
}

.woocommerce .single-product-details .product-meta dt {
  float: left;
  color: var(--vh-grey-dark);
  margin-right: 5px;
  clear: both;
}

.woocommerce .single-product-details .product-meta dd:after {
  content: ".";
}

.woocommerce .single-product-details label {
  color: var(--vh-grey-dark);
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.0833em;
}

.woocommerce .single-product-details .variations {
  background: #ededee;
  padding: 20px 5px 0;
}

.woocommerce .single-product-details .variations .customSelect {
  background: #fff;
  border: none;
}

.woocommerce .single-product-details .variations > div {
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
}

.woocommerce .single-product-details .variations > div .st-td:first-child, .woocommerce .single-product-details .variations > div #header .branding:first-child, #header .woocommerce .single-product-details .variations > div .branding:first-child, .woocommerce .single-product-details .variations > div #header #nav:first-child, #header .woocommerce .single-product-details .variations > div #nav:first-child, .woocommerce .single-product-details .variations > div .icon-box[class*=" style-side-"].style-side-5 .icon-container:first-child, .icon-box[class*=" style-side-"].style-side-5 .woocommerce .single-product-details .variations > div .icon-container:first-child, .woocommerce .single-product-details .variations > div .icon-box[class*=" style-side-"].style-side-5 .box-content:first-child, .icon-box[class*=" style-side-"].style-side-5 .woocommerce .single-product-details .variations > div .box-content:first-child, .woocommerce .single-product-details .variations > div .icon-box[class*=" style-side-"].style-side-6 .icon-container:first-child, .icon-box[class*=" style-side-"].style-side-6 .woocommerce .single-product-details .variations > div .icon-container:first-child, .woocommerce .single-product-details .variations > div .icon-box[class*=" style-side-"].style-side-6 .box-content:first-child, .icon-box[class*=" style-side-"].style-side-6 .woocommerce .single-product-details .variations > div .box-content:first-child, .woocommerce .single-product-details .variations > div .icon-box[class*=" style-boxed-"].style-boxed-2 .icon-container:first-child, .icon-box[class*=" style-boxed-"].style-boxed-2 .woocommerce .single-product-details .variations > div .icon-container:first-child, .woocommerce .single-product-details .variations > div .icon-box[class*=" style-boxed-"].style-boxed-2 .box-content:first-child, .icon-box[class*=" style-boxed-"].style-boxed-2 .woocommerce .single-product-details .variations > div .box-content:first-child, .woocommerce .single-product-details .variations > div .progress-bar .progress-label:first-child, .progress-bar .woocommerce .single-product-details .variations > div .progress-label:first-child, .woocommerce .single-product-details .variations > div .progress-bar .progress-wrap:first-child, .progress-bar .woocommerce .single-product-details .variations > div .progress-wrap:first-child, .woocommerce .single-product-details .variations > div .progress-bar .progress-percent:first-child, .progress-bar .woocommerce .single-product-details .variations > div .progress-percent:first-child, .woocommerce .single-product-details .variations > div .tab-container.full-width .tabs li:first-child, .tab-container.full-width .tabs .woocommerce .single-product-details .variations > div li:first-child, .woocommerce .single-product-details .variations > div .brand-slider .owl-item a:first-child, .brand-slider .owl-item .woocommerce .single-product-details .variations > div a:first-child, .woocommerce .single-product-details .variations > div .portfolio-hover-holder .portfolio-text-inner:first-child, .portfolio-hover-holder .woocommerce .single-product-details .variations > div .portfolio-text-inner:first-child, .woocommerce .single-product-details .variations > div .audio-container .mejs-container .mejs-controls > div:first-child, .audio-container .mejs-container .woocommerce .single-product-details .variations > div .mejs-controls > div:first-child, .woocommerce .single-product-details .variations > div .related-posts .related-post .post-image:first-child, .related-posts .related-post .woocommerce .single-product-details .variations > div .post-image:first-child, .woocommerce .single-product-details .variations > div .related-posts .related-post .details:first-child, .related-posts .related-post .woocommerce .single-product-details .variations > div .details:first-child, .woocommerce .single-product-details .variations > div .product-images .thumbnails .item a:first-child, .woocommerce .single-product-details .product-images .thumbnails .item .variations > div a:first-child, .woocommerce .single-product-details .variations > div .single-variation-wrap .qty-wrap:first-child, .woocommerce .single-product-details .single-variation-wrap .variations > div .qty-wrap:first-child, .woocommerce .single-product-details .variations > div .single-variation-wrap .variation-action:first-child, .woocommerce .single-product-details .single-variation-wrap .variations > div .variation-action:first-child, .woocommerce .single-product-details .variations > div .social-wrap label:first-child, .woocommerce .single-product-details .social-wrap .variations > div label:first-child, .woocommerce .single-product-details .variations > div .social-wrap .social-icons:first-child, .woocommerce .single-product-details .social-wrap .variations > div .social-icons:first-child {
  width: 84px;
}

.woocommerce .single-product-details .variations .selector {
  width: 100%;
}

.woocommerce .single-product-details .variations .customSelectInner {
  width: 100% !important;
}

.woocommerce .single-product-details .single-variation-wrap {
  margin-bottom: 20px;
}

.woocommerce .single-product-details .single-variation-wrap .qty-wrap > *, .woocommerce .single-product-details .single-variation-wrap .variation-action > * {
  margin-bottom: 10px;
}

.woocommerce .single-product-details .single-variation-wrap .variation-action {
  text-align: right;
}

.woocommerce .single-product-details .single-variation-wrap .variation-action .btn {
  padding: 0 20px;
}

.woocommerce .single-product-details .single-variation-wrap label {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce .single-product-details .social-wrap {
  padding: 20px 0;
  border-top: 1px solid #ededee;
  border-bottom: 1px solid #ededee;
  margin-bottom: 30px;
}

.woocommerce .single-product-details .social-wrap .social-icons {
  text-align: right;
  margin-bottom: 0;
}

.woocommerce .single-product-details .social-wrap .social-icons .social-icon {
  margin-bottom: 0;
  float: none;
  display: inline-block;
}

.woocommerce .qty-wrap .input-text {
  height: 28px;
  line-height: 26px;
  border: 1px solid #757377;
  border-radius: 14px 14px 14px 14px;
  width: 70px;
  text-align: center;
  font-size: 0.8333em;
}

.woocommerce .qty-wrap .input-text:focus {
  border-color: var(--brand);
}

.woocommerce .shop_attributes {
  font-size: 1.0833em;
}

.woocommerce .shop_attributes dt, .woocommerce .shop_attributes dd {
  line-height: 1.8461em;
}

.woocommerce .shop_attributes dt {
  float: left;
  color: var(--vh-grey-dark);
  margin-right: 5px;
  clear: both;
}

.woocommerce .shop_attributes dt.note {
  margin-top: 20px;
}

.woocommerce .shop_attributes dt.note + dd {
  margin-top: 20px;
}

.woocommerce #comments .btn-write-review {
  float: right;
}

.woocommerce #review_form {
  display: none;
}

.woocommerce #review_form .btn-back-reviews {
  float: right;
  width: auto;
}

.woocommerce .commentlist .comment {
  border: none;
  margin-bottom: 0;
  padding: 30px 0 0;
}

.woocommerce .commentlist .comment .comment-author-name:after {
  display: none;
}

.woocommerce .commentlist .comment:last-child .comment-content {
  border-bottom: none;
  padding-bottom: 0;
}

.woocommerce .commentlist .comment-content {
  padding-left: 0;
  margin-left: 95px;
  border-bottom: 1px solid #ededee;
  padding-bottom: 30px;
}

.woocommerce .commentlist .comment-date {
  float: right;
}

.woocommerce .commentlist .description {
  margin: 15px 0 0;
}

.woocommerce-tabs.tab-container {
  display: table;
  width: 100%;
}

.woocommerce-tabs.tab-container ul.tabs, .woocommerce-tabs.tab-container .panel.active {
  display: table-cell;
  float: none;
  padding-top: 0 !important;
}

.woocommerce-tabs.tab-container ul.tabs {
  vertical-align: top;
}

.woocommerce-tabs.tab-container .panel {
  width: 100%;
}

.woocommerce-tabs.tab-container h3 {
  font-size: 1.5em;
  font-weight: 400;
}

.soap-quick-view-lightbox {
  transition: all 0.25s ease 0s;
}

.soap-quick-view-lightbox .mfp-content {
  max-width: 970px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  padding: 50px 50px 0;
}

.soap-quick-view-lightbox.mfp-removing {
  opacity: 0;
}

.woocommerce button.mfp-close, .woocommerce .shop_table .product-remove a {
  position: absolute;
  text-indent: -9999px;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #757377;
  font-size: 1em;
  opacity: 1;
  color: #757377;
  border-radius: 50% 50% 50% 50%;
}

.woocommerce button.mfp-close:before, .woocommerce .shop_table .product-remove a:before {
  content: "\f00d";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  text-align: center;
  font-family: FontAwesome;
  color: #757377;
  text-indent: 0;
  line-height: 26px;
}

.woocommerce button.mfp-close:hover, .woocommerce .shop_table .product-remove a:hover {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.woocommerce button.mfp-close:hover:before, .woocommerce .shop_table .product-remove a:hover:before {
  color: #fff;
}

.woocommerce .shop_table .product-remove a {
  position: relative;
}

/* cart */
.woocommerce table.shop_table {
  width: 100%;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 14px 5px;
}

.woocommerce table.shop_table thead tr {
  border: 1px solid #ededee;
}

.woocommerce table.shop_table thead th {
  color: var(--vh-grey-dark);
  font-size: 1.1667em;
  font-weight: 400;
  text-align: left;
}

.woocommerce table.shop_table tbody tr {
  border: 1px solid #ededee;
}

.woocommerce table.shop_table tbody td {
  font-size: 1.0833em;
}

.woocommerce table.shop_table tbody .product-quantity {
  font-size: 0.8333em;
}

.woocommerce table.shop_table tbody .product-quantity .qty {
  width: 70px;
  padding: 0;
  height: 28px;
  border: 1px solid #757377;
  background: none;
  border-radius: 14px 14px 14px 14px;
  text-align: center;
}

.woocommerce table.shop_table tbody .product-quantity .qty:focus {
  border-color: var(--brand);
}

.woocommerce table.shop_table tbody .actions {
  text-align: right;
  font-size: 1em;
}

.woocommerce table.shop_table tbody .actions .coupon {
  float: left;
}

.woocommerce table.shop_table .product-name {
  color: var(--vh-grey-dark);
}

.woocommerce table.shop_table .product-remove {
  font-size: 1em;
  text-align: center;
  border-right: 1px solid #ededee;
}

.woocommerce table.shop_table .product-remove a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #757377;
  text-align: center;
  line-height: 26px;
  color: #757377;
  border-radius: 50% 50% 50% 50%;
}

.woocommerce table.shop_table .product-remove a:hover {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.woocommerce table.shop_table .coupon .input-text, .woocommerce table.shop_table .btn {
  margin-bottom: 10px;
}

.woocommerce table.shop_table .product-thumbnail img {
  max-width: 80px;
}

.woocommerce-cart .woocommerce table.shop_table .product-remove a {
  top: 0;
  left: 0;
}

.woocommerce-cart .woocommerce table.shop_table tbody tr:last-child {
  border: none;
}

.woocommerce-cart .woocommerce table.shop_table tbody tr:last-child td {
  padding: 20px 0;
}

.woocommerce .coupon .input-text {
  margin-right: 15px;
}

.woocommerce .cart_totals table {
  font-size: 1.1667em;
}

.woocommerce .cart_totals table tr {
  border-bottom: 1px solid #ededee;
}

.woocommerce .cart_totals table tr:last-child {
  border-bottom: none;
}

.woocommerce .cart_totals table th {
  font-weight: 400;
}

.woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
  padding: 12px 50px 12px 0;
}

.woocommerce .cart_totals table .order-total {
  font-size: 1.1428em;
}

.woocommerce .cart_totals table .order-total th {
  color: var(--vh-grey-dark);
}

.woocommerce .cart_totals table .order-total td {
  color: var(--brand);
}

/* checkout */
.woocommerce-checkout table.shop_table {
  border: 1px solid #ededee;
}

.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
  padding: 14px 10px 14px 40px;
  font-weight: 400;
  font-size: 1.0833em;
}

.woocommerce-checkout table.shop_table tbody tr > *:first-child, .woocommerce-checkout table.shop_table tfoot tr > *:first-child {
  border-right: 1px solid #ededee;
}

.woocommerce-checkout table.shop_table tbody .product-name, .woocommerce-checkout table.shop_table tfoot .product-name {
  color: inherit;
}

.woocommerce-checkout table.shop_table tbody tr {
  border: none;
}

.woocommerce-checkout table.shop_table tbody .product-quantity {
  margin-left: 3px;
}

.woocommerce-checkout table.shop_table tfoot th {
  color: var(--vh-grey-dark);
}

.woocommerce-checkout table.shop_table tfoot .order-total {
  color: var(--brand);
}

.woocommerce-checkout .payment_methods li {
  border: 1px solid #ededee;
  padding: 15px 20px;
}

.woocommerce-checkout .payment_methods li + li {
  border-top: none;
}

.woocommerce-checkout .payment_methods li label {
  color: var(--vh-grey-dark);
}

.woocommerce-checkout .payment_methods li label img {
  margin-left: 5px;
}

.woocommerce-checkout .payment_methods li label:before {
  color: #939faa;
}

.woocommerce-checkout .payment_methods li > *:not(label) {
  padding-left: 20px;
}

.woocommerce-checkout .payment_methods li .payment_box {
  display: none;
}

.woocommerce-checkout .payment_methods li .radio.checked + .payment_box {
  display: block;
}

/* dashboard */
.dashboard ul.tabs li {
  float: none;
  padding-left: 40px;
  margin-bottom: 1px;
  background: #ededee;
  height: 42px;
}

.dashboard ul.tabs li a {
  display: block;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
}

.dashboard ul.tabs li:before {
  left: 18px;
  background: #fff;
  border-color: #ededee;
}

.dashboard ul.tabs li.active:before {
  background: var(--brand);
  border-color: var(--brand);
}

.dashboard .tab-content {
  padding: 0;
}

.dashboard .view-account-information .information {
  border: 2px solid #ededee;
  padding: 25px 30px;
  height: 100%;
}

.dashboard .view-account-information .btn {
  float: right;
}

.dashboard table.shop_table th, .dashboard table.shop_table td {
  padding-left: 20px;
}

.dashboard table.shop_table tbody td {
  border-right: 1px solid #ededee;
}

.dashboard table.my_product_reviews tbody td {
  padding: 20px;
}

.dashboard table.my_product_reviews tbody .review-date, .dashboard table.my_product_reviews tbody .product-name, .dashboard table.my_product_reviews tbody .product-review {
  /*white-space: nowrap;*/
}

.dashboard table.my_product_reviews tbody .product-review .star-rating {
  font-size: 14px;
}

.dashboard .my_tags {
  border: 2px solid #ededee;
  padding: 30px 30px 50px;
}

.dashboard .my_tags .tag {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}

.dashboard table.my-wishlist tbody td {
  font-size: 1em;
  vertical-align: top;
  border: none;
  padding: 40px 20px 20px;
}

.dashboard table.my-wishlist tbody td.product-img {
  padding-top: 20px;
  max-width: 100px;
}

.dashboard table.my-wishlist tbody td.product-img img {
  max-width: 60px;
}

.dashboard table.my-wishlist .product-price span {
  line-height: 28px;
}

.dashboard table.my-wishlist .product-remove a {
  position: relative;
  right: 0;
  top: 0;
}

/* wocommerce homepages */
.product-wrapper .post-filters {
  text-align: right;
  margin-bottom: 30px;
}

.product-wrapper .post-filters > a {
  margin-bottom: 10px;
}

.product-wrapper .post-filters.text-center {
  text-align: center;
}

.product-wrapper .post-filters .filter-title {
  float: left;
}

.brand-section .iso-item {
  position: relative;
}

.brand-section .iso-item .caption-wrapper {
  transform: none;
}

.brand-section .item {
  position: relative;
}

.brand-section .post-slider .owl-buttons .owl-prev, .brand-section .post-slider .owl-buttons .owl-next {
  top: auto;
  bottom: 75px;
  z-index: 1;
}

.brand-section .post-slider .owl-buttons .owl-prev:before, .brand-section .post-slider .owl-buttons .owl-next:before {
  background: #fff;
  color: #939faa;
}

.brand-section .post-slider .owl-buttons .owl-prev:hover:before, .brand-section .post-slider .owl-buttons .owl-next:hover:before {
  background: var(--brand);
  color: #fff;
}

.brand-section .post-slider .owl-buttons .owl-prev {
  left: auto;
  right: 95px;
}

.brand-section .caption-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  background: none;
}

.brand-section .caption-wrapper .caption {
  font-size: 4.1667em;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.8em;
}

/*
.brand-section .caption-wrapper.style1 {
  background: var(--background-color-3);
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  width: auto; }
  .brand-section .caption-wrapper.style1 .caption {
    font-size: 2.5em;
    line-height: 1; }
*/
.brand-section .caption-wrapper.style2 {
  left: 10px;
  right: 32px;
  bottom: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.75);
  width: auto;
}

.brand-section .caption-wrapper.style2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 22px;
  width: 22px;
  background: rgba(255, 255, 255, 0.75);
}

.brand-section .caption-wrapper.style2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -22px;
  border-top: 22px solid #fff;
  border-right: 22px solid transparent;
}

.brand-section .caption-wrapper.style2 .caption {
  font-size: 5em;
  color: #000;
  text-transform: none;
  font-style: italic;
  line-height: 1;
  text-align: left;
  letter-spacing: -0.06em;
}

.brand-section .caption-wrapper.style3 {
  padding: 0;
  position: absolute;
}

.brand-section .caption-wrapper.style3:before {
  display: none;
}

.brand-section .caption-wrapper.style3 .st-table, .brand-section .caption-wrapper.style3 .woocommerce .single-product-details .single-variation-wrap, .woocommerce .single-product-details .brand-section .caption-wrapper.style3 .single-variation-wrap, .brand-section .caption-wrapper.style3 .woocommerce .single-product-details .social-wrap, .woocommerce .single-product-details .brand-section .caption-wrapper.style3 .social-wrap {
  height: 100%;
}

.brand-section .caption-wrapper.style3 .captions {
  background: rgba(255, 255, 255, 0.3);
  padding: 18px 10px;
  width: 100%;
}

.brand-section .caption-wrapper.style3 .caption {
  font-size: 1.6666em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.brand-section.style1 {
  border: 10px solid rgba(143, 143, 143, 0.1);
}

.brand-section.style1 .image-container {
  border: 1px solid var(--vh-grey-dark);
  position: relative;
}

.brand-section.style1 .caption-wrapper .caption {
  margin-bottom: 0;
  color: var(--vh-grey-dark);
  text-align: left;
  letter-spacing: 0;
}

.brand-section.style1 .caption-wrapper .caption-lg {
  font-weight: 900;
  font-size: 3.3333em;
  line-height: 0.8;
}

.brand-section.style1 .caption-wrapper .caption-sm {
  font-weight: 400;
  font-size: 1.3333em;
  line-height: 1;
}

.brand-section.style1 .caption-wrapper .btn {
  margin-top: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.brand-section.style2 {
  display: table;
  width: 100%;
}

.brand-section.style2 > div {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: static;
}

.brand-section.style2 .caption-wrapper {
  text-align: center;
  background: var(--vh-grey-dark);
  padding: 0 30px;
}

.brand-section.style2 .caption-wrapper:before {
  display: none;
}

.brand-section.style2 .caption-wrapper .caption {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.brand-section.style2 .caption-wrapper .caption-lg {
  font-weight: 700;
  font-size: 2.5em;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.brand-section.style2 .caption-wrapper .caption-sm {
  font-weight: 400;
  font-size: 1em;
}

.logo-container {
  padding: 50px 0;
  text-align: center;
  background: #fff;
}

.logo-container img {
  max-width: 80%;
}

.newsletter-box {
  text-align: center;
}

.newsletter-box h1, .newsletter-box h2 {
  font-weight: 400;
}

.newsletter-box .input-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.newsletter-box p {
  font-size: 1.1667em;
  margin-left: 10px;
  margin-right: 10px;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  display: block;
  /* 'Shrink-wrap' the element */
  /*display: inline-block;
  *display: inline;
  *zoom: 1;*/
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.testimonials .testimonial {
  height: 100%;
}

/* Legacy Theme Styles */
.btn.style3 {
  background: var(--btn-alt-background);
  border-color: var(--btn-alt-border-color);
  border-radius: var(--btn-alt-border-radius);
  border-style: var(--btn-alt-border-style);
  border-width: var(--btn-alt-border-width);
  color: var(--btn-alt-color);
  font-family: var(--btn-alt-font-family);
  font-size: var(--btn-alt-font-size);
  font-weight: var(--btn-alt-font-weight);
  height: var(--btn-alt-height);
  line-height: var(--btn-alt-line-height);
  text-transform: var(--btn-alt-text-transform);
}
.btn.style3:hover {
  background: var(--btn-alt-background-active);
  border-color: var(--btn-alt-border-color-active);
  color: var(--btn-alt-color-active);
}

.btn.style3b {
  background: white;
  border: 0px solid var(--vh-border-color-5);
  color: var(--accent);
}

.vhw_breadcrumbs {
  color: var(--body-text);
  background: #fff;
  line-height: 36px;
  font-size: 0.65rem;
  border-radius: 18px 18px 18px 18px;
  padding: 0 25px;
  white-space: nowrap;
  text-transform: uppercase;
}
.vhw_breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.vhw_breadcrumbs li:last-child {
  color: var(--brand);
}
.vhw_breadcrumbs li a {
  color: var(--body-text);
}
.vhw_breadcrumbs li a:hover, .vhw_breadcrumbs li a .active {
  color: var(--brand);
}

q, blockquote {
  quotes: "“" "”" "‘" "’";
}

blockquote {
  font-size: 1em;
  position: relative;
  padding: 20px 30px 25px 55px;
  border: none;
  /*&:after { content: close-quote; margin-left: 3px; }*/
}

blockquote:before,
blockquote:after {
  font-family: FontAwesome;
  font-size: 2.5em;
  vertical-align: middle;
}

blockquote:before {
  position: absolute;
  top: 30px;
  left: 16px;
  margin-right: 4px;
  content: "\f10d";
}

blockquote p {
  font-size: 1.2em;
}

blockquote.style1 {
  color: var(--vh-grey-dark);
  background: #ededee;
}

blockquote.style1:before {
  color: #fff;
}

blockquote.style1 p {
  margin-top: 20px;
  margin-bottom: 30px;
}

blockquote.style1 > .name {
  font-size: 1.3333em;
  margin-bottom: 0;
  color: #939faa;
}

blockquote.style2,
blockquote.style3 {
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 65px;
  border: 1px solid #ededee;
}

blockquote.style2:before,
blockquote.style3:before {
  top: 40px;
  left: 26px;
  color: #ededee;
}

blockquote.style2 p,
blockquote.style3 p {
  font-size: 1.3333em;
}

blockquote.style2:after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  content: "";
  border-top: 21px solid var(--vh-border-color-1);
  border-right: 21px solid transparent;
  background: #fff;
}

blockquote.style3 {
  border-top: 2px solid var(--brand);
}

blockquote.style3:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  content: "";
  border-top: 3px solid var(--brand);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.callout-box {
  background: var(--brand);
  padding: 20px 20px;
}
.callout-box .callout-content {
  display: table;
  width: 100%;
}
.callout-box .callout-text h2 {
  color: white;
  line-height: 1.6667em;
  font-size: 2.2em;
}

.callout-box .callout-text > * {
  margin-bottom: 0;
}

.callout-box .callout-action {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
  white-space: nowrap;
}

.callout-box.style1 {
  /*.callout-content {
    height: 100%;
    padding-bottom: 20px;
  }
  */
}

.callout-box.style1 .callout-box-wrapper {
  background: rgba(147, 149, 152, 0.6);
}

.callout-box.style1 .callout-box-wrapper > .container > .row > div:not(.callout-content-container) {
  z-index: 1;
}

.callout-box.style1 .callout-box-wrapper.bg-blue {
  background: rgba(15, 37, 65, 0.95);
}

.callout-box.style1 .callout-box-wrapper.bg-blue .desc-sm {
  color: #455b79;
}

.callout-box.style1 .callout-content-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.callout-box.style1 .callout-content {
  display: inline-block;
  height: auto;
  width: 98%;
  vertical-align: middle;
}

.callout-box.style1 .callout-text h2, .callout-box.style1 .callout-text h3 {
  color: #fff;
  font-family: var(--callout-box-font-family);
  font-size: 3.3333em;
  padding-right: 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.callout-box.style1 .callout-text h3 {
  font-size: 2.5em;
}

.callout-box.style1 .btn {
  color: #fff;
  border-color: #fff;
}

.callout-box.style1 .btn:hover {
  border-color: var(--brand);
}

.callout-box.style1 .container {
  position: relative;
}

.callout-box.style1 .callout-image-container {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.callout-box.style1 .callout-image {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: bottom;
}

.callout-box.style1 .callout-image img {
  margin-top: 5px;
}

.callout-box.style1 .callout-stripe {
  position: absolute;
  bottom: 0;
  right: 0;
  float: none;
  padding: 0;
  color: #fff;
  background: var(--brand);
  padding: 7px 0 7px 50px;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 0;
}

.callout-box.style1 .callout-stripe:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  bottom: 0;
  width: 1000px;
  background: var(--brand);
}

.callout-box.style1 .callout-stripe img {
  margin-right: 8px;
}

.callout-box.style1 .desc-lg {
  font-size: 1.3333em;
  color: #fff;
  margin-bottom: 8px;
}

.callout-box.style1 .desc-sm {
  font-size: 0.8333em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.callout-box.style2 .callout-action, .callout-box.style3 .callout-action {
  text-align: right;
}

.callout-box.style2 .callout-text *, .callout-box.style3 .callout-text * {
  color: #fff;
  line-height: 1.6667em;
}

.callout-box.style2 {
  background: var(--vh-grey-dark);
  padding: 30px 0;
}

.callout-box.style2 .btn {
  color: #fff;
  border-color: #fff;
  padding: 0 45px;
}

.callout-box.style2 .btn:hover {
  border-color: var(--brand);
}

.callout-box.style3 .btn:hover {
  color: #fff;
  background: var(--vh-grey-dark);
}

/* 5. Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footer-common-hover-style .social-icons .social-icon:hover i,
#footer.style1 .footer-wrapper .social-icons .social-icon:hover i,
#footer.style2 .footer-wrapper .social-icons .social-icon:hover i,
#footer.style3 .footer-wrapper .social-icons .social-icon:hover i,
#footer.style4 .footer-wrapper .social-icons .social-icon:hover i {
  color: #fff;
}

.footer-common-hover-style .tags .tag:hover,
#footer.style1 .footer-wrapper .tags .tag:hover,
#footer.style2 .footer-wrapper .tags .tag:hover,
#footer.style3 .footer-wrapper .tags .tag:hover,
#footer.style4 .footer-wrapper .tags .tag:hover,
.footer-common-hover-style .social-icons .social-icon:hover i,
#footer.style1 .footer-wrapper .social-icons .social-icon:hover i,
#footer.style2 .footer-wrapper .social-icons .social-icon:hover i,
#footer.style3 .footer-wrapper .social-icons .social-icon:hover i,
#footer.style4 .footer-wrapper .social-icons .social-icon:hover i,
.footer-common-hover-style .btn.style4:hover,
#footer.style1 .footer-wrapper .btn.style4:hover,
#footer.style2 .footer-wrapper .btn.style4:hover,
#footer.style3 .footer-wrapper .btn.style4:hover,
#footer.style4 .footer-wrapper .btn.style4:hover {
  border-color: var(--brand);
}

#footer {
  overflow: hidden;
  /* style1 */
  /* style2 */
  /* style3 */
  /* style4 */
}

#footer .section-title {
  font-weight: 600;
}

#footer .footer-wrapper .container {
  position: relative;
}

#footer .footer-wrapper .container > .row {
  margin: 0 -20px 0 -30px;
}

#footer .footer-wrapper .container > .row > div {
  padding: 60px 15px 60px 30px;
}

#footer .footer-wrapper .container > .row > div:last-child {
  position: relative;
}

#footer .footer-wrapper .container:after {
  content: "";
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 2000px;
}

#footer .back-to-top {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(0, 0, 0, 0.06);
  display: block;
  position: absolute;
  left: -30px;
  bottom: -30px;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}

#footer .back-to-top:before,
#footer .back-to-top:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: top 0.5s ease 0s;
}

#footer .back-to-top:before {
  background-image: var(--footer-back-to-top-bg-img);
  transition: all 0.25s ease 0s;
}

#footer .back-to-top:hover:before {
  background-image: var(--footer-back-to-top-bg-img-hover);
}

#footer .back-to-top:active span:before,
#footer .back-to-top:active span:after {
  opacity: 0;
}

#footer .back-to-top span {
  display: block;
  border-radius: 25px 25px 25px 25px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--brand);
  background: var(--brand);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#footer .back-to-top span:before,
#footer .back-to-top span:after {
  transition: all 0.6s ease 0s;
  content: "";
  display: block;
  position: absolute;
}

#footer .back-to-top span:before {
  width: 46px;
  height: 23px;
  border-radius: 23px 23px 0 0;
  background: var(--brand);
  transform: rotate(30deg);
  transform-origin: 50% 100%;
}

#footer .recent-posts > li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  background: none;
}

#footer .recent-posts > li:last-child .post-content {
  border-bottom: none;
}

#footer .recent-posts .post-author-avatar {
  vertical-align: top;
}

#footer .recent-posts .post-content {
  border-bottom: 1px solid #ededee;
  padding: 5px 0 12px;
  width: 90%;
}

#footer .recent-posts .post-title {
  font-size: 1.0833em;
}

#footer .recent-posts .post-title:hover {
  color: var(--brand);
}

#footer .useful-links a {
  font-weight: 600;
}

#footer .useful-links li:hover a {
  color: var(--vh-grey-dark);
}

#footer .useful-links li:hover:before {
  color: var(--brand);
}

#footer .copyright-area {
  display: table;
  width: 100%;
  padding: 20px 0;
  color: #939faa;
}

#footer .copyright-area .secondary-menu {
  display: table-cell;
  vertical-align: middle;
}

#footer .copyright-area .copyright {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#footer .secondary-menu .nav > li > a {
  font-size: 0.8333em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 10px;
}

#footer .secondary-menu .nav > li > a:hover,
#footer .secondary-menu .nav > li > a:focus {
  background: none;
  color: var(--brand);
}

#footer .secondary-menu .nav > li.active > a {
  color: var(--brand);
}

#footer .footer-wrapper {
  background: #ededee;
}

#footer .footer-wrapper .container > .row > div:last-child {
  background: #c8d9e9;
}

#footer .footer-wrapper .container:after {
  background: #c8d9e9;
}

#footer .footer-wrapper .btn {
  padding: 0 20px;
}

#footer.style1 .footer-wrapper .social-icons .social-icon i {
  color: inherit;
  border-color: #757377;
}

#footer.style1 .footer-wrapper .tags .tag,
#footer.style1 .footer-wrapper .social-icons .social-icon i,
#footer.style1 .footer-wrapper .btn.style4 {
  border-color: #757377;
}

#footer.style2 {
  color: #9b9b9b;
}

#footer.style2 .footer-wrapper {
  background: #fbfbfb;
}

#footer.style2 .footer-wrapper .container > .row > div:last-child {
  background: #f5f5f5;
}

#footer.style2 .footer-wrapper .container:after {
  background: #f5f5f5;
}

#footer.style2 .footer-wrapper .section-title,
#footer.style2 .footer-wrapper .post-title,
#footer.style2 .footer-wrapper .useful-links li:hover a {
  color: #515151;
}

#footer.style2 .footer-wrapper .post-title:hover {
  color: var(--brand);
}

#footer.style2 .footer-wrapper .recent-posts .post-content {
  border-bottom-color: #f5f5f5;
}

#footer.style2 .footer-wrapper .social-icons .social-icon i {
  color: #9b9b9b;
}

#footer.style2 .footer-wrapper .tags .tag,
#footer.style2 .footer-wrapper .social-icons .social-icon i,
#footer.style2 .footer-wrapper .btn.style4 {
  border-color: #9b9b9b;
}

#footer.style3 {
  color: #4d4d4d;
}

#footer.style3 .footer-wrapper {
  background: #232323;
}

#footer.style3 .footer-wrapper .container > .row > div:last-child {
  background: #1b1b1b;
}

#footer.style3 .footer-wrapper .container:after {
  background: #1b1b1b;
}

#footer.style3 .footer-wrapper .post-title,
#footer.style3 .footer-wrapper .useful-links li:hover a {
  color: #fff;
}

#footer.style3 .footer-wrapper .post-title:hover {
  color: var(--brand);
}

#footer.style3 .footer-wrapper .section-title {
  color: var(--brand);
}

#footer.style3 .footer-wrapper .recent-posts .post-content {
  border-bottom-color: #2e2e2e;
}

#footer.style3 .footer-wrapper .useful-links {
  display: inline-block;
}

#footer.style3 .footer-wrapper .useful-links li {
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 5px;
  margin-bottom: 7px;
  padding-right: 30px;
}

#footer.style3 .footer-wrapper .useful-links li:last-child {
  border-bottom: none;
}

#footer.style3 .footer-wrapper .social-icons .social-icon i {
  color: #4d4d4d;
}

#footer.style3 .footer-wrapper .tags .tag,
#footer.style3 .footer-wrapper .social-icons .social-icon i,
#footer.style3 .footer-wrapper .btn.style4 {
  border-color: #4d4d4d;
}

#footer.style4 {
  color: #455b79;
}

#footer.style4 .callout-box.style2 {
  background: #ededee;
}

#footer.style4 .callout-box.style2 .callout-text * {
  color: var(--vh-grey-dark);
}

#footer.style4 .callout-box.style2 .btn {
  color: #939faa;
  background: #fff;
  border-color: #757377;
}

#footer.style4 .callout-box.style2 .btn:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

#footer.style4 .footer-wrapper {
  background: #0f2541;
}

#footer.style4 .footer-wrapper .container > .row > div:last-child {
  background: #0b1c32;
}

#footer.style4 .footer-wrapper .container:after {
  background: #0b1c32;
}

#footer.style4 .footer-wrapper .post-title,
#footer.style4 .footer-wrapper .useful-links li:hover a {
  color: #fff;
}

#footer.style4 .footer-wrapper .post-title:hover {
  color: var(--brand);
}

#footer.style4 .footer-wrapper .section-title {
  color: var(--brand);
}

#footer.style4 .footer-wrapper .recent-posts .post-content {
  border-bottom-color: #1b304b;
}

#footer.style4 .footer-wrapper .useful-links {
  display: inline-block;
}

#footer.style4 .footer-wrapper .useful-links li {
  border-bottom: 1px solid #1b304b;
  padding-bottom: 5px;
  margin-bottom: 7px;
  padding-right: 30px;
}

#footer.style4 .footer-wrapper .useful-links li:last-child {
  border-bottom: none;
}

#footer.style4 .footer-wrapper .social-icons .social-icon i {
  color: #455b79;
}

#footer.style4 .footer-wrapper .tags .tag,
#footer.style4 .footer-wrapper .social-icons .social-icon i,
#footer.style4 .footer-wrapper .btn.style4 {
  border-color: #455b79;
}

.callout-box.style3 .callout-text h2 {
  font-family: var(--callout-box-font-family);
}

.callout-box {
  font-family: var(--callout-box-font-family);
}

/*! Copyright V.HIVE 2022 */
/*! VHIVE LISTS */
ol, ul {
  list-style: inherit;
}
ol li, ul li {
  margin-bottom: 0.1em;
}

ul.arrow-circle li, ul.arrow li, ul.star li, ul.decimal-zero li, ul.disc li {
  line-height: 20px;
  margin-bottom: 2px;
}
ul.arrow-circle li:before, ul.arrow li:before, ul.star li:before, ul.decimal-zero li:before, ul.disc li:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 15px;
  content: "";
}

ul.arrow-circle.size-small, ul.arrow.size-small, ul.star.size-small, ul.decimal-zero.size-small, ul.disc.size-small {
  font-size: 1em;
}

ul.arrow-circle.size-small li, ul.arrow.size-small li, ul.star.size-small li, ul.decimal-zero.size-small li, ul.disc.size-small li {
  margin-bottom: 10px;
}

ul.arrow-circle.size-medium, ul.arrow.size-medium, ul.star.size-medium, ul.decimal-zero.size-medium, ul.disc.size-medium {
  font-size: 0.9em;
}

ul.arrow-circle.size-medium li, ul.arrow.size-medium li, ul.star.size-medium li, ul.decimal-zero.size-medium li, ul.disc.size-medium li {
  margin-bottom: 10px;
}

ul.arrow li:before, ul.arrow-circle li:before {
  content: "\f105";
}

ul.arrow li.active:before, ul.arrow-circle li.active:before {
  color: var(--brand);
}

ul.arrow li:before {
  margin-right: 10px;
}

ul.arrow-circle li {
  position: relative;
  padding-left: 34px;
}

ul.arrow-circle li:before {
  font-size: 0.8333em;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  text-align: center;
  text-indent: 1px;
  /*line-height: 1.75em;*/
  color: var(--brand-contrast);
  border: 1px solid;
  border-radius: 50% 50% 50% 50%;
}

ul.arrow-circle li.active:before {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

ul.arrow-circle.hover-effect li:hover {
  color: var(--brand);
}

ul.arrow-circle.hover-effect li:hover:before {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

ul.star li:before {
  content: "\f005";
}

ul.decimal-zero {
  counter-reset: item;
}

ul.decimal-zero > li:before {
  content: counter(item);
  counter-increment: item;
  color: var(--brand);
}

ul.decimal-zero > li:nth-child(-n+9)::before {
  content: "0" counter(item);
}

ul.disc li:before {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50% 50% 50% 50%;
  background: var(--brand);
}

ul.decimal {
  counter-reset: index;
}

ul.decimal > li::before {
  font-weight: bold;
  margin-right: 12px;
  content: counter(index) ".";
  counter-increment: index;
  color: var(--brand);
}

ul.lower-alpha {
  list-style: lower-alpha inside;
}

ul.bullet-text {
  font-size: 1.0833em;
}

ul.bullet-text li {
  line-height: 1.8em;
  margin-bottom: 5px;
}

ul.bullet-text.paragraph li {
  margin-bottom: 15px;
}

/*! Copyright V.HIVE 2022 !*/
.branding-logo-link {
  color: white;
}
.branding-logo-link:hover {
  color: white;
}

#nav .mini-cart .fa {
  color: white;
}
#nav .mini-cart > a {
  padding: 0 10px;
}
#nav .menu-item-has-children:hover > .sub-nav {
  opacity: 1;
  visibility: visible;
  animation: fadeInRight 0.3s forwards;
}
#nav li.menu-item-has-children > .sub-nav {
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
#nav > ul > li.menu-item-has-children:hover > a {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
#nav li.active > a {
  color: var(--brand);
}
#nav > ul > li > a {
  display: block;
  font-family: var(--main-menu-font-family);
  font-size: var(--main-menu-font-size);
  letter-spacing: var(--main-menu-letter-spacing);
  font-weight: var(--main-menu-font-weight);
  text-transform: var(--main-menu-text-transform);
  line-height: var(--main-menu-line-height);
  padding: 0 20px;
  transition: all 0.4s ease-out;
}

#nav .sub-nav {
  color: var(--vh-grey-medium);
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 225px;
  padding: 20px 0;
}
#nav .sub-nav li {
  padding: 0 25px;
}
#nav .sub-nav li:hover > a, #nav .sub-nav li #nav .sub-nav li.active > a {
  color: #000;
}
#nav .sub-nav li:hover > a .fa, #nav .sub-nav li #nav .sub-nav li.active > a .fa {
  color: var(--brand);
}
#nav .sub-nav li a {
  font-size: 1em;
  padding: 8px 15px;
  display: block;
}

#nav .mini-cart .cart-content {
  left: auto;
  right: 0;
  padding: 15px;
  width: 225px;
}
#nav .mini-cart .cart-content .product-list li {
  color: var(--vh-grey-medium);
  border-color: var(--vh-grey-light);
  background: none;
}
#nav .mini-cart .cart-content .product-list li .product-content .product-title {
  color: var(--vh-grey-medium);
}
#nav .mini-cart .cart-content .product-list li .product-content .product-title:hover {
  color: var(--brand);
}

/* Media Queries */
@media (min-width: 992px) {
  #nav > ul > li > a {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (min-width: 1200px) {
  #nav > ul > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (min-width: 1400px) {
  #nav > ul > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* 3.5. Mobile Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mobile-nav-wrapper {
  background: var(--vh-grey-dark);
}

.mobile-nav {
  padding: 15px 20px 40px;
  color: #fff;
  font-size: 1.0833em;
}

.mobile-nav li > a {
  display: block;
}

.mobile-nav li.active > a {
  color: var(--brand);
}

.mobile-nav > li > a {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.5em;
  border-bottom: 1px solid #757377;
  letter-spacing: 0.1em;
}

.mobile-nav .sub-nav {
  display: none;
}

.mobile-nav .menu-item-has-children {
  position: relative;
}

.mobile-nav .menu-item-has-children .open-subnav {
  position: absolute;
  right: 0;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.65em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  top: 1.1em;
  font-size: 12px;
}

.mobile-nav .menu-item-has-children .open-subnav:before {
  font-family: FontAwesome;
  content: "\f105";
}

.mobile-nav .menu-item-has-children.opened > .open-subnav, .mobile-nav .menu-item-has-children > .open-subnav:hover {
  color: var(--brand);
}

.mobile-nav .menu-item-has-children.opened > a {
  color: var(--brand);
}

.mobile-nav .menu-item-has-children.opened > .open-subnav:before {
  content: "\f107";
}

.mobile-nav .menu-item-has-children.opened .opened .sub-nav {
  color: #fff;
}

.mobile-nav > .menu-item-has-children > .open-subnav {
  border: 1px solid;
  border-radius: 50% 50% 50% 50%;
}

.mobile-nav > .menu-item-has-children.opened > .open-subnav, .mobile-nav > .menu-item-has-children > .open-subnav:hover {
  border: 1px solid var(--brand);
  color: #fff;
  background: var(--brand);
}

.mobile-nav > .menu-item-has-children.opened > a {
  color: #fff;
}

.mobile-nav.current-menu-item > a {
  color: #fff;
}

.mobile-nav .sub-nav {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 25px 0 20px 30px;
}

.mobile-nav .sub-nav a {
  line-height: 3em;
}

.mobile-nav .sub-nav .fa {
  margin-right: 10px;
}

.mobile-nav .sub-nav .sub-nav {
  padding: 0 0 0 20px;
}

/*! Copyright V.HIVE 2022 */
/*! VHIVE SECTIONS */
/* Requires supporting markup */
.vh-rule {
  background: var(--body-text);
  height: 1px;
  content: "";
}

.section h2.section-title {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 4em;
  position: relative;
  z-index: 100;
  margin-top: -80px;
  margin-bottom: 0;
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
  background: var(--brand);
}

.section h2.section-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -10px;
  margin-left: -14px;
  content: "";
  border-top: 10px solid var(--brand);
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

/* Copyright V.HIVE 2021 */
.col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
    float: left;
  }
  .col-sms-12 {
    width: 100%;
  }
  .col-sms-11 {
    width: 91.66666667%;
  }
  .col-sms-10 {
    width: 83.33333333%;
  }
  .col-sms-9 {
    width: 75%;
  }
  .col-sms-8 {
    width: 66.66666667%;
  }
  .col-sms-7 {
    width: 58.33333333%;
  }
  .col-sms-6 {
    width: 50%;
  }
  .col-sms-5 {
    width: 41.66666667%;
  }
  .col-sms-4 {
    width: 33.33333333%;
  }
  .col-sms-3 {
    width: 25%;
  }
  .col-sms-2 {
    width: 16.66666667%;
  }
  .col-sms-1 {
    width: 8.33333333%;
  }
  .col-sms-pull-12 {
    right: 100%;
  }
  .col-sms-pull-11 {
    right: 91.66666667%;
  }
  .col-sms-pull-10 {
    right: 83.33333333%;
  }
  .col-sms-pull-9 {
    right: 75%;
  }
  .col-sms-pull-8 {
    right: 66.66666667%;
  }
  .col-sms-pull-7 {
    right: 58.33333333%;
  }
  .col-sms-pull-6 {
    right: 50%;
  }
  .col-sms-pull-5 {
    right: 41.66666667%;
  }
  .col-sms-pull-4 {
    right: 33.33333333%;
  }
  .col-sms-pull-3 {
    right: 25%;
  }
  .col-sms-pull-2 {
    right: 16.66666667%;
  }
  .col-sms-pull-1 {
    right: 8.33333333%;
  }
  .col-sms-pull-0 {
    right: 0%;
  }
  .col-sms-push-12 {
    left: 100%;
  }
  .col-sms-push-11 {
    left: 91.66666667%;
  }
  .col-sms-push-10 {
    left: 83.33333333%;
  }
  .col-sms-push-9 {
    left: 75%;
  }
  .col-sms-push-8 {
    left: 66.66666667%;
  }
  .col-sms-push-7 {
    left: 58.33333333%;
  }
  .col-sms-push-6 {
    left: 50%;
  }
  .col-sms-push-5 {
    left: 41.66666667%;
  }
  .col-sms-push-4 {
    left: 33.33333333%;
  }
  .col-sms-push-3 {
    left: 25%;
  }
  .col-sms-push-2 {
    left: 16.66666667%;
  }
  .col-sms-push-1 {
    left: 8.33333333%;
  }
  .col-sms-push-0 {
    left: 0%;
  }
  .col-sms-offset-12 {
    margin-left: 100%;
  }
  .col-sms-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sms-offset-9 {
    margin-left: 75%;
  }
  .col-sms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sms-offset-6 {
    margin-left: 50%;
  }
  .col-sms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sms-offset-3 {
    margin-left: 25%;
  }
  .col-sms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sms-offset-0 {
    margin-left: 0%;
  }
}
/* 2. Add clearfix in the grid system */
.row.add-clearfix > .col-xs-2:nth-child(6n+1) {
  clear: both;
}

.row.add-clearfix > .col-xs-3:nth-child(4n+1) {
  clear: both;
}

.row.add-clearfix > .col-xs-4:nth-child(3n+1) {
  clear: both;
}

.row.add-clearfix > .col-xs-6:nth-child(2n+1) {
  clear: both;
}

@media (min-width: 481px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-sms-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(6n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sms-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-3:nth-child(4n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sms-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-4:nth-child(3n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sms-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-sm-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(6n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sm-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sm-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
  .visible-mobile {
    display: none !important;
  }
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-md-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(6n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-md-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-3:nth-child(4n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-md-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-4:nth-child(3n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-lg-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(6n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-lg-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-3:nth-child(4n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-lg-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-4:nth-child(3n+1) {
    clear: both;
  }
  .row.add-clearfix > .col-lg-6:nth-child(2n+1) {
    clear: both;
  }
}
/* 3. Styles for devices(>=1200px) */
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 4. Styles for devices(>=992px and <=1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 5. Styles for devices(<=1199px) */
@media (max-width: 1199px) {
  [class^=col-lg-].pull-left, [class^=col-lg-].pull-right {
    float: none !important;
  }
  .testimonials.style1.multiple-items .owl-controls .owl-prev {
    left: 15px;
  }
  .testimonials.style1.multiple-items .owl-controls .owl-next {
    right: 15px;
  }
  .iso-container {
    /*&.style-masonry {
      &.iso-col-6 .iso-item {
        width: 19.98%;
        &.double-width { width: 39.96%; }
      }
      &.iso-col-5 .iso-item {
        width: 24.98%;
        &.double-width { width: 49.96%; }
      }
    }*/
  }
  .iso-container.iso-col-6 .iso-item {
    width: 20%;
  }
  .iso-container.iso-col-6 .iso-item.double-width {
    width: 40%;
  }
  .iso-container.iso-col-5 .iso-item {
    width: 25%;
  }
  .iso-container.iso-col-5 .iso-item.double-width {
    width: 50%;
  }
}
/* 6. Styles for devices(<=991px ) */
@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
  [class^=col-md-].pull-left, [class^=col-md-].pull-right, [class*=" col-md-"].pull-left, [class*=" col-md-"].pull-right {
    float: none !important;
  }
  .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .callout-box {
    text-align: center;
  }
  .callout-box .callout-content, .callout-box .callout-text, .callout-box .callout-action {
    display: block;
    padding: 0;
  }
  .callout-box.style1 .callout-box-wrapper {
    padding: 20px 0 0;
  }
  .callout-box.style1 .callout-text:after {
    display: block;
    content: "";
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto 20px;
    width: 300px;
  }
  .callout-box.style1 .callout-text h2 {
    border-right: none;
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 2.5em;
  }
  .callout-box.style1 .callout-stripe-container {
    padding: 0;
  }
  .callout-box.style1 .callout-stripe {
    position: static;
    padding: 15px 20px;
  }
  .callout-box.style1 .callout-stripe img {
    display: block;
    margin: 0 auto 5px;
  }
  .callout-box.style1 .callout-stripe:after {
    display: none;
  }
  .callout-box.style2, .callout-box.style3 {
    text-align: center;
  }
  .callout-box.style2 .callout-action, .callout-box.style3 .callout-action {
    text-align: center;
    margin-top: 30px;
  }
  /* .page-title-container .banner { margin-top: 75px; } */
  .coming-soon-page .clock {
    font-size: 120px;
  }
  .iso-container {
    /*&.style-masonry {
      &.iso-col-6 .iso-item {
        width: 24.98%;
        &.double-width { width: 49.96%; }
      }
      &.iso-col-5 .iso-item, &.iso-col-4 .iso-item {
        width: 33.31%;
        &.double-width { width: 66.62%; }
      }
    }*/
  }
  .iso-container.iso-col-6 .iso-item {
    width: 25%;
  }
  .iso-container.iso-col-6 .iso-item.double-width {
    width: 50%;
  }
  .iso-container.iso-col-5 .iso-item, .iso-container.iso-col-4 .iso-item {
    width: 33.3333%;
  }
  .iso-container.iso-col-5 .iso-item.double-width, .iso-container.iso-col-4 .iso-item.double-width {
    width: 66.6666%;
  }
  .responsive-section .callout-image-container .callout-image img {
    margin-top: 30px;
  }
  .soap-gallery.frame-holder {
    width: 720px;
    margin: 0 auto;
    padding: 45px 0 50px;
  }
  .soap-gallery.frame-holder .owl-carousel {
    width: 464px;
  }
  .soap-gallery.frame-holder.effect-shine .owl-carousel:before {
    right: -25px;
    top: -25px;
    max-height: 100%;
    width: 250px;
  }
  /*.forcefullwidth_wrapper_tp_banner { */
  /*  padding-top: 74px !important; } */
  .image-wrap-with-shadow:before {
    display: none;
  }
  .add-circle-box-line > .col-sm-6:nth-child(2n) {
    border-right: none;
  }
  .woocommerce .single-product-details .single-variation-wrap {
    display: block;
    margin-bottom: 0;
  }
  .woocommerce .single-product-details .single-variation-wrap .qty-wrap, .woocommerce .single-product-details .single-variation-wrap .variation-action {
    display: block;
    text-align: left;
    margin-bottom: 30px;
  }
  .woocommerce .single-product-details .social-wrap {
    display: block;
  }
  .woocommerce .single-product-details .social-wrap label, .woocommerce .single-product-details .social-wrap .social-icons {
    display: block;
    text-align: left;
  }
  .woocommerce .single-product-details .social-wrap label {
    margin-bottom: 5px;
  }
}
/* 7. Styles for devices(>=768px and <= 991px) */
/* 8. Styles for devices(<=767px ) */
@media (max-width: 767px) {
  #footer .back-to-top {
    left: 50%;
    margin-left: -25px;
  }
  .same-height > * {
    height: auto !important;
  }
  [class^=col-sm-].pull-left, [class^=col-sm-].pull-right, [class*=" col-sm-"].pull-left, [class*=" col-sm-"].pull-right {
    float: none !important;
  }
  .callout-box.style1 .callout-box-wrapper {
    padding-top: 80px;
  }
  .callout-box.style1 .callout-text:after {
    margin: 0 auto 30px;
    width: 220px;
  }
  .callout-box.style1 .callout-text h2 {
    margin-bottom: 30px;
    font-size: 2em;
  }
  .callout-box.style1 .callout-text h3 {
    margin-bottom: 25px;
    font-size: 1.6666em;
  }
  .callout-box.style1 .callout-action {
    margin-bottom: 20px;
  }
  .callout-box.style3 .callout-text * {
    font-size: 1.8em;
  }
  #footer .footer-wrapper .container > .row > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .footer-wrapper .container > .row > div + div {
    padding-top: 0;
  }
  #footer .footer-wrapper .container > .row > div:last-child {
    padding-top: 40px;
  }
  .soap-gallery-thumb-wrapper, .post-slider ~ .soap-gallery-thumb-wrapper {
    padding: 12px 0 2px 10px;
  }
  .soap-gallery-thumb-wrapper > a, .post-slider ~ .soap-gallery-thumb-wrapper > a {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .animated {
    visibility: visible;
  }
  .process-builder .process-item {
    float: none;
    width: auto !important;
  }
  .process-builder.style-simple .process-icon:before, .process-builder.style-simple .process-icon:after {
    display: none;
  }
  .post-slider.style2 .slide-text, .post-slider.style5 .slide-text {
    display: none;
  }
  .post-slider.style2 .owl-prev, .post-slider.style2 .owl-next, .post-slider.style2:hover .owl-prev, .post-slider.style2:hover .owl-next {
    margin-top: -13px;
    top: 50%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    bottom: auto;
  }
  .progress-bar-container.skill-meter {
    display: block;
  }
  .progress-bar.skill-meter {
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .progress-bar.skill-meter .progress-label, .progress-bar.skill-meter .progress-wrap {
    display: block;
    height: 39px;
    line-height: 39px;
  }
  .progress-bar.skill-meter .progress {
    padding-left: 1px;
  }
  .testimonials.style2 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials.style2 .sc-content-wrapper .sc-content {
    display: block;
  }
  .testimonials.style2 .sc-content-wrapper .sc-content h2, .testimonials.style2 .sc-content-wrapper .sc-content p {
    display: block;
    padding: 0;
  }
  .testimonials.style2 .sc-content-wrapper .sc-content h2 {
    margin-bottom: 20px;
  }
  .testimonials.style2 .sc-content-wrapper .sc-content p {
    font-size: 1.8em;
    border-left: none;
  }
  .contact-address.style2 {
    display: block;
    margin-bottom: 50px;
  }
  .contact-address.style2 li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .error404 .error-message-404 span {
    font-size: 200px;
  }
  .coming-soon-page .clock {
    font-size: 84px;
  }
  .iso-container {
    /*&.style-masonry {
      &.iso-col-3 .iso-item, &.iso-col-4 .iso-item, &.iso-col-5 .iso-item {
        width: 49.98%;
        &.double-width { width: 100%; }
      }
      &.iso-col-6 .iso-item {
        width: 33.31%;
        &.double-width { width: 66.62%; }
      }
    }*/
  }
  .iso-container.iso-col-3 .iso-item, .iso-container.iso-col-4 .iso-item, .iso-container.iso-col-5 .iso-item {
    width: 50%;
  }
  .iso-container.iso-col-3 .iso-item.double-width, .iso-container.iso-col-4 .iso-item.double-width, .iso-container.iso-col-5 .iso-item.double-width {
    width: 100%;
  }
  .iso-container.iso-col-6 .iso-item {
    width: 33.3333%;
  }
  .iso-container.iso-col-6 .iso-item.double-width {
    width: 66.6666%;
  }
  .single-post .about-author {
    display: block;
  }
  .single-post .about-author .author-img, .single-post .about-author .about-author-content {
    display: block;
  }
  .single-post .about-author .about-author-content {
    padding: 20px 0 0;
  }
  .single-post .about-author .about-author-content .social-icons {
    float: none;
  }
  .progress-bar-container.style-vertical {
    height: 400px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .progress-bar-container.style-vertical .progress-bar-wrapper {
    border-spacing: 5px 0;
  }
  .progress-bar-container.style-vertical .progress-bar .progress-label, .progress-bar-container.style-vertical .progress-bar .progress-percent {
    font-size: 1em;
  }
  .tab-container.style1 .tabs, .tab-container.style2 .tabs {
    float: none;
    display: block;
  }
  .tab-container.style1 .tabs li, .tab-container.style2 .tabs li {
    float: none;
    display: block;
    width: auto;
  }
  .tab-container.vertical-tab, .tab-container.vertical-tab-1 {
    /*.tab-content { padding-top: 30px; }*/
  }
  .tab-container.vertical-tab .tabs, .tab-container.vertical-tab-1 .tabs {
    float: none;
  }
  .tab-container.transparent-tab .tabs {
    float: none;
    display: block;
  }
  .tab-container.transparent-tab .tabs li {
    float: none;
    display: block;
    width: auto;
  }
  .st-table.block-sms {
    display: block;
  }
  .st-table.block-sms .st-td {
    display: block;
  }
  .image-banner .caption-wrapper {
    position: static;
  }
  .image-banner .caption-wrapper.position-left, .image-banner .caption-wrapper.position-right {
    position: absolute;
  }
  .image-banner .caption-wrapper.position-left h2, .image-banner .caption-wrapper.position-right h2 {
    font-size: 5em;
  }
  .image-banner .image-container.style-abs {
    position: static;
  }
  .image-banner .image-container.style-abs.position-right, .image-banner .image-container.style-abs.position-left {
    max-width: 100%;
  }
  .soap-gallery.frame-holder {
    width: 450px;
    margin: 0 auto;
    padding: 28px 0 31px;
  }
  .soap-gallery.frame-holder .owl-carousel {
    width: 290px;
  }
  .soap-gallery.frame-holder.effect-shine .owl-carousel:before {
    right: -16px;
    top: -16px;
    max-height: 100%;
    width: 160px;
  }
  .soap-gallery.frame-holder .owl-buttons .owl-prev {
    left: -80px;
  }
  .soap-gallery.frame-holder .owl-buttons .owl-next {
    right: -80px;
  }
  #footer .copyright-area {
    display: block;
  }
  #footer .copyright-area .secondary-menu, #footer .copyright-area .copyright {
    display: block;
  }
  #footer .copyright-area .secondary-menu {
    margin-bottom: 10px;
    text-align: center;
  }
  #footer .copyright-area .secondary-menu .nav {
    display: inline-block;
  }
  #footer .copyright-area .copyright {
    text-align: center;
  }
  .ads-carousel .image-banner .caption-wrapper {
    max-width: 60%;
    padding-left: 10px;
  }
  .ads-carousel .captions .title {
    font-size: 2em;
  }
  .add-circle-box-line > .col-sm-6 {
    border-right: none;
  }
  .add-circle-box-line > .col-sms-6:nth-child(2n) {
    border-right: none;
  }
  .woocommerce-tabs.tab-container {
    display: block;
    width: auto;
  }
  .woocommerce-tabs.tab-container ul.tabs, .woocommerce-tabs.tab-container .panel.active {
    display: block;
  }
  .product-wrapper .post-filters .filter-title {
    float: none;
  }
  .woocommerce .qty-wrap .input-text {
    width: 50px;
  }
  .dashboard table.my-wishlist tbody td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .dashboard table.shop_table th, .dashboard table.shop_table td {
    padding-left: 5px;
  }
  .dashboard table.my_product_reviews tbody td {
    padding: 10px;
  }
}
/* 9. Styles for devices(>=481px and <= 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .colors-section .logo-icon {
    max-width: 70%;
  }
  .hidden-sms {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
}
/* 10. Styles for devices(<=480px ) */
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
  .coming-soon-page .clock {
    font-size: 52px;
  }
  .iso-container {
    /*&.style-masonry {
      &.iso-col-2 .iso-item, &.iso-col-3 .iso-item, &.iso-col-4 .iso-item, &.iso-col-5 .iso-item { width: 100%; }
      &.iso-col-6 .iso-item {
        width: 49.98%;
        &.double-width { width: 100%; }
      }
    }*/
  }
  .iso-container.iso-col-2 .iso-item, .iso-container.iso-col-3 .iso-item, .iso-container.iso-col-4 .iso-item, .iso-container.iso-col-5 .iso-item {
    width: 100%;
  }
  .iso-container.iso-col-6 .iso-item {
    width: 50%;
  }
  .iso-container.iso-col-6 .iso-item.double-width {
    width: 100%;
  }
  .st-table.block-xs {
    display: block;
  }
  .st-table.block-xs .st-td {
    display: block;
  }
  ul.products.layout-list .product-image, ul.products.layout-list .product-meta-wrap {
    float: none;
    width: auto;
  }
  ul.products.layout-list .product-image {
    border-right-width: 2px;
  }
  .image-banner .caption-wrapper.position-left h2, .image-banner .caption-wrapper.position-right h2 {
    font-size: 3em;
  }
  .image-banner .caption-wrapper.position-left .captions, .image-banner .caption-wrapper.position-right .captions {
    width: 96%;
  }
  .image-banner .caption-wrapper.position-left .action, .image-banner .caption-wrapper.position-right .action {
    font-size: 0.9167em;
  }
  .add-circle-box-line > .col-sms-6, .add-circle-box-line .col-sm-6 {
    border-right: none;
  }
  .woocommerce table.shop_table tbody td img {
    display: none;
  }
  .woocommerce table.shop_table tbody .product-quantity .qty {
    width: 40px;
  }
  .woocommerce table.shop_table tbody .actions {
    text-align: left;
  }
  .woocommerce table.shop_table tbody .actions .coupon {
    float: none;
  }
  .woocommerce table.shop_table .coupon .input-text, .woocommerce table.shop_table .btn {
    width: 100%;
  }
  .soap-gallery.frame-holder {
    width: 300px;
    margin: 0 auto;
    padding: 19px 0 21px;
  }
  .soap-gallery.frame-holder .owl-carousel {
    width: 193px;
  }
  .soap-gallery.frame-holder.effect-shine .owl-carousel:before {
    right: -11px;
    top: -11px;
    max-height: 100%;
    width: 107px;
  }
  .soap-gallery.frame-holder .owl-buttons .owl-prev {
    left: -80px;
  }
  .soap-gallery.frame-holder .owl-buttons .owl-next {
    right: -80px;
  }
  .commentlist .comment .author-img {
    float: none;
    margin-bottom: 15px;
  }
  .commentlist .comment .comment-content {
    padding-left: 0;
  }
}
/* 11. Styles for devices(<=320px ) */
@media (max-width: 320px) {
  .page-loading-wrapper .progress-bar {
    width: 250px;
  }
  .iso-container {
    /*&.style-masonry {
      &.iso-col-6 .iso-item, &.iso-col-5 .iso-item { width: 100%; }
    }*/
  }
  .iso-container.iso-col-6 .iso-item, .iso-container.iso-col-5 .iso-item {
    width: 100%;
  }
}
/*! Copyright V.HIVE 2022 !*/
/* vhive_blog.scss */
/* Structures inherited from theme */
/* BLOGS */
/* Index Collection View */
.vh-blog-posts .post .post-content .post-date span a {
  transition: color 0.3s ease-in-out;
}
.vh-blog-posts .post .post-content .post-date span a:hover {
  color: rgb(56, 54, 55);
}
.vh-blog-posts .post .post-content .entry-title {
  font-size: 1.5em;
}
.vh-blog-posts .post .post-content .entry-title a {
  transition: color 0.3s ease-in-out;
}
.vh-blog-posts .post .post-content .post-meta a {
  transition: color 0.3s ease-in-out;
}
.vh-blog-posts .post .post-content .post-action .post-read-more {
  background-color: var(--brand);
  border: 1px solid var(--brand);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.vh-blog-posts .post .post-content .post-action .post-read-more:hover {
  background-color: var(--brand-contrast);
  color: var(--brand);
}

/* END BLOGS */
/* BLOG POST */
/* Show Item View */
.vh-post .vh-post-date {
  background-color: rgb(255, 102, 0);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: white;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 50px;
}

.vh-blog-sidebar-item {
  background-color: var(--vh-grey);
}

.vh-blog-sidebar-thumbnail {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
}

/* END BLOG POST */
/*! Copyright V.HIVE 2022 !*/
/* vhive_borders.scss */
/* var(--vh-grey) */
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid var(--vh-grey) !important;
  }
  .border-sm-right {
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid var(--vh-grey) !important;
  }
  .border-sm-left {
    border-left: 1px solid var(--vh-grey) !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid var(--vh-grey) !important;
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-sm-y {
    border-top: 1px solid var(--vh-grey) !important;
    border-bottom: 1px solid var(--vh-grey) !important;
  }
  .border-sm {
    border-top: 1px solid var(--vh-grey) !important;
    border-bottom: 1px solid var(--vh-grey) !important;
    border-left: 1px solid var(--vh-grey) !important;
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  /* rounded */
  .rounded-sm-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-sm-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-sm-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-sm-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-sm-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-sm-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-sm-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-sm-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid var(--vh-grey) !important;
  }
  .border-md-right {
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid var(--vh-grey) !important;
  }
  .border-md-left {
    border-left: 1px solid var(--vh-grey) !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid var(--vh-grey) !important;
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-md-y {
    border-top: 1px solid var(--vh-grey) !important;
    border-bottom: 1px solid var(--vh-grey) !important;
  }
  .border-md {
    border-top: 1px solid var(--vh-grey) !important;
    border-bottom: 1px solid var(--vh-grey) !important;
    border-left: 1px solid var(--vh-grey) !important;
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid var(--vh-grey) !important;
  }
  .border-lg-right {
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid var(--vh-grey) !important;
  }
  .border-lg-left {
    border-left: 1px solid var(--vh-grey) !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid var(--vh-grey) !important;
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-lg-y {
    border-top: 1px solid var(--vh-grey) !important;
    border-bottom: 1px solid var(--vh-grey) !important;
  }
  .border-lg {
    border-top: 1px solid var(--vh-grey) !important;
    border-bottom: 1px solid var(--vh-grey) !important;
    border-left: 1px solid var(--vh-grey) !important;
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid var(--vh-grey) !important;
  }
  .border-xl-right {
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid var(--vh-grey) !important;
  }
  .border-xl-left {
    border-left: 1px solid var(--vh-grey) !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid var(--vh-grey) !important;
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-xl-y {
    border-top: 1px solid var(--vh-grey) !important;
    border-bottom: 1px solid var(--vh-grey) !important;
  }
  .border-xl {
    border-top: 1px solid var(--vh-grey) !important;
    border-bottom: 1px solid var(--vh-grey) !important;
    border-left: 1px solid var(--vh-grey) !important;
    border-right: 1px solid var(--vh-grey) !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
/*! Copyright V.HIVE 2024 !*/
/* vhive_bootstrap_carousel.scss */
.vh-carousel-control .carousel-control-prev-icon, .vh-carousel-control .carousel-control-next-icon {
  background-image: none;
}
.vh-carousel-control .carousel-control-prev-icon:after {
  content: "\f177";
}
.vh-carousel-control .carousel-control-next-icon:after {
  content: "\f178";
}
.vh-carousel-control .vh-carousel-control-icon {
  transition: all 0.2s ease;
  font-family: FontAwesome;
  font-size: 13px;
  width: 57px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #fff;
  border-radius: 14px;
  color: #fff;
}
.vh-carousel-control .vh-carousel-control-icon:hover {
  background-color: var(--btn-background);
  border-color: var(--btn-border-color);
}

/*! Copyright V.HIVE 2023 !*/
/* vhive_buttons.scss */
.btn {
  background: var(--btn-background);
  border-color: var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  border-style: var(--btn-border-style);
  border-width: var(--btn-border-width);
  box-shadow: none;
  color: var(--btn-color);
  cursor: pointer;
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  margin-right: 5px;
  padding: var(--btn-padding);
  text-transform: var(--btn-text-transform);
  transition: all 0.4s ease;
  white-space: nowrap;
}
.btn.active {
  background: var(--btn-background-active);
  border-color: var(--btn-border-color-active);
  color: var(--btn-color-active);
}
.btn.active:focus {
  outline: none;
}
.btn:focus, .btn:active:focus {
  box-shadow: none;
  outline: none;
}
.btn:hover {
  background: var(--btn-background-active);
  border-color: var(--btn-border-color-active);
  color: var(--btn-color-active);
}
.btn:last-child {
  margin-right: 0;
}
.btn i {
  margin-right: 5px;
}

/* no hover hack */
.btn.no-hover\:btn:hover {
  background: var(--btn-background);
  border-color: var(--btn-border-color);
  color: var(--btn-color);
}

/* BTN MD */
.btn.btn-md {
  height: calc(var(--btn-height) - var(--btn-height) / 100 * 20);
  line-height: calc(var(--btn-line-height) - (var(--btn-line-height)) / 100 * 20);
  font-size: calc(var(--btn-font-size) - (var(--btn-font-size)) / 100 * 20);
  padding: 0 16px;
}

/* BTN SM */
.btn.btn-sm {
  height: var(--btn-sm-height);
  line-height: var(--btn-sm-line-height);
  font-size: var(--btn-sm-font-size);
  margin: var(--btn-sm-margin);
  padding: var(--btn-sm-padding);
}

/* BTN SM */
.btn.btn-xs {
  height: calc(var(--btn-sm-height) - var(--btn-sm-height) / 100 * 10);
  line-height: calc(var(--btn-sm-line-height) - (var(--btn-sm-line-height)) / 100 * 10);
  font-size: calc(var(--btn-sm-font-size) - (var(--btn-sm-font-size)) / 100 * 10);
  padding: 0 12px;
}

/* BTN Alt */
.btn.btn-alt {
  background: var(--btn-alt-background);
  border-color: var(--btn-alt-border-color);
  color: var(--btn-alt-color);
}
.btn.btn-alt:hover, .btn.btn-alt.active {
  background: var(--btn-alt-background-active);
  border-color: var(--btn-alt-border-color-active);
  color: var(--btn-alt-color-active);
}

/* BTN REV */
.btn.btn-rev {
  background: var(--btn-rev-background);
  border-color: var(--btn-rev-border-color);
  color: var(--btn-rev-color);
}
.btn.btn-rev:hover, .btn.btn-rev.active {
  background: var(--btn-rev-background-active);
  border-color: var(--btn-rev-border-color-active);
  color: var(--btn-rev-color-active);
}

/* BTN Brand */
.btn.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--brand-contrast);
}
.btn.btn-brand:hover, .btn.btn-brand.active {
  background: var(--btn-alt-background-active);
  border-color: var(--btn-alt-border-color-active);
  color: var(--btn-alt-color-active);
}

/* BTN Link */
.btn.btn-link {
  background: transparent;
  border: none;
  border-color: inherit;
  border-radius: 0;
  border-style: none;
  text-decoration: none;
  color: var(--brand-accent);
}
.btn.btn-link:hover, .btn.btn-link.active {
  background: transparent;
  border-color: transparent;
  border-radius: none;
  color: var(--brand);
}

/* BTN Scroll Top */
#scroll-top {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease;
}
#scroll-top:hover {
  background-color: rgb(255, 255, 255);
}

/* BTN Responsive */
/* Media Queries */
@media (min-width: 576px) {
  .btn.btn-rsp {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .btn.btn-rsp {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .btn.btn-rsp {
    font-size: 1.05rem;
  }
}
@media (min-width: 1200px) {
  .btn.btn-rsp {
    font-size: 0.9rem;
  }
}
@media (min-width: 1400px) {
  .btn.btn-rsp {
    font-size: 1.1rem;
  }
}
/* END Media Queries */
/*! Copyright V.HIVE 2023 !*/
/* vhive_buttons_category.scss */
.btn-cat {
  background: white;
  border: 1px solid rgba(117, 115, 119, 0.8);
  color: rgb(117, 115, 119);
  margin-right: 5px !important;
  margin-bottom: 0.25rem !important;
}
.btn-cat:last-child {
  margin-right: 0 !important;
}

/*! Copyright V.HIVE 2023 !*/
/* vhive_cards.scss */
.vh-card-body {
  background-color: #fff;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-font-line-height);
}

/* Copyright V.HIVE 2023 */
/* vhive_carousel.scss */
.vh_carousel_item {
  min-height: 150px;
}
.vh_carousel_item .vh_caption-wrapper .vh_captions .vh_title {
  font-family: var(--title-font-family);
  font-size: 2.5rem;
  line-height: 2.3rem;
  letter-spacing: -0.1rem;
}
.vh_carousel_item .vh_caption-wrapper .vh_captions .vh_action {
  font-family: var(--body-font-family);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  line-height: 1.2rem;
  text-transform: lowercase;
}
.vh_carousel_item .vh_caption-wrapper .vh_captions .vh_action:hover {
  color: var(--accent);
}

@media (min-width: 576px) {
  .vh_carousel_item {
    min-height: 180px;
  }
}
@media (min-width: 768px) {
  .vh_carousel_item {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .vh_carousel_item {
    min-height: 220px;
  }
}
@media (min-width: 1200px) {
  .vh_carousel_item {
    min-height: 260px;
  }
}
@media (min-width: 1400px) {
  .vh_carousel_item {
    min-height: 260px;
  }
}
/*! Copyright V.HIVE 2022 */
/*! VHIVE COLORS */
.brand {
  color: var(--brand) !important;
}

.brand-accent {
  color: var(--brand-accent) !important;
}

.brand-contrast {
  color: var(--brand-contrast) !important;
}

.accent {
  color: var(--accent) !important;
}

.tertiary {
  color: var(--tertiary) !important;
}

.body-text {
  color: var(--body-text) !important;
}

.title-font-color {
  color: var(--title-font-color) !important;
}

.vh-grey-medium {
  color: var(--vh-grey-medium) !important;
}

/*! Copyright V.HIVE 2021 2022 */
/*! CURSORS */
.cursor-alias {
  cursor: alias;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-auto {
  cursor: auto;
}

.cursor-cell {
  cursor: cell;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-copy {
  cursor: copy;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.cursor-help {
  cursor: help;
}

.cursor-move {
  cursor: move;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-text {
  cursor: text;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-wait {
  cursor: wait;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

/*! Copyright V.HIVE 2022 !*/
/* vhive_headings.scss */
h1 {
  color: var(--title-font-color);
  font-family: var(--title-font-family);
  font-size: 1.2rem;
  font-weight: var(--title-font-weight);
  letter-spacing: var(--title-font-letter-spacing);
  margin: var(--title-font-margin);
}

h2 {
  color: var(--title-font-color);
  font-family: var(--title-font-family);
  font-weight: var(--title-font-weight);
  margin: var(--title-font-margin);
  font-size: 1.3rem;
  line-height: 1.4em;
  letter-spacing: -0.5px;
}

h3 {
  color: var(--title-font-color);
  font-family: var(--title-font-family);
  margin: var(--title-font-margin);
  font-size: 1.4em;
  line-height: 1.2222em;
  font-weight: 500;
  letter-spacing: -0.2px;
}

h4 {
  color: var(--title-font-color);
  font-family: var(--title-font-family);
  font-weight: var(--title-font-weight);
  letter-spacing: var(--title-font-letter-spacing);
  font-size: 1.3333em;
  line-height: 1.25em;
  margin: 0 0 10px 0;
}

h5 {
  color: var(--title-font-color);
  font-family: var(--title-font-family);
  font-weight: var(--title-font-weight);
  letter-spacing: var(--title-font-letter-spacing);
  margin: var(--title-font-margin);
  font-size: 1.1666em;
  line-height: 1.6em;
}

h6 {
  color: var(--title-font-color);
  font-family: var(--title-font-family);
  font-weight: var(--title-font-weight);
  letter-spacing: var(--title-font-letter-spacing);
  margin: var(--title-font-margin);
  font-size: 1.0833em;
}

/* Media Queries */
@media (min-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: calc(1.3rem + 6 * (100vw - 576px) / 1728);
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.6rem;
  }
}
/* END Media Queries */
.vh-owl-carousel .owl-nav button.owl-prev, .vh-owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  transition: all 0.2s ease;
  font-family: FontAwesome;
  font-size: 13px;
  width: 57px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #fff;
  border-radius: 14px;
  color: #fff;
}
.vh-owl-carousel .owl-nav button.owl-prev:hover, .vh-owl-carousel .owl-nav button.owl-next:hover {
  background: var(--btn-background);
  border-color: var(--btn-border-color);
}

.vh-owl-carousel button.owl-prev {
  left: 28px;
}
.vh-owl-carousel button.owl-prev:before {
  content: "\f177";
}

.vh-owl-carousel button.owl-next {
  right: 28px;
}
.vh-owl-carousel button.owl-next:before {
  content: "\f178";
}

/* TODO: Small size needs to be responsive to grid column changes, bigger button on mobile single column for instance */
.vh-owl-carousel.vh-owl-carousel-sm .owl-nav button.owl-prev, .vh-owl-carousel.vh-owl-carousel-sm .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  transition: all 0.2s ease;
  font-family: FontAwesome;
  font-size: 12px;
  width: 47px;
  height: 24px;
  line-height: 24px;
}
.vh-owl-carousel.vh-owl-carousel-sm .owl-nav button.owl-prev:hover, .vh-owl-carousel.vh-owl-carousel-sm .owl-nav button.owl-next:hover {
  background: var(--btn-background);
  border-color: var(--btn-border-color);
}

.vh-owl-carousel.vh-owl-carousel-sm button.owl-prev {
  left: 14px;
}
.vh-owl-carousel.vh-owl-carousel-sm button.owl-prev:before {
  content: "\f177";
}

.vh-owl-carousel.vh-owl-carousel-sm button.owl-next {
  right: 14px;
}
.vh-owl-carousel.vh-owl-carousel-sm button.owl-next:before {
  content: "\f178";
}

/* vhive_web/vhive_header_brand_component.scss */
.vh-navbar-brand-logo {
  min-width: 55px;
  width: auto;
  max-width: 135px;
}

@media (min-width: 576px) {
  .vh-navbar-brand-logo {
    min-width: 100px;
    width: auto;
    max-width: 145px;
  }
}
@media (min-width: 768px) {
  .vh-navbar-brand-logo {
    min-width: 100px;
    width: auto;
    max-width: 165px;
  }
}
@media (min-width: 992px) {
  .vh-navbar-brand-logo {
    min-width: 100px;
    width: auto;
    max-width: 185px;
  }
}
@media (min-width: 1200px) {
  .vh-navbar-brand-logo {
    min-width: 100px;
    width: auto;
    max-width: 210px;
  }
}
@media (min-width: 1400px) {
  .vh-navbar-brand-logo {
    min-width: 100px;
    width: auto;
    max-width: 230px;
  }
}
/* vhive_web/vhive_header_component.scss */
#vh-navbar-container {
  background-color: var(--main-menu-background-color);
  transition: background 0.4s ease-out, color 0.1s ease-out, height 0.4s ease-out, opacity 0.4s ease-out;
}
#vh-navbar-container.vh-navbar-sticky {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
#vh-navbar-container.vh-navbar-sticky .vh-navbar {
  padding: 0.5rem 0;
}
#vh-navbar-container.vh-navbar-sticky .vh-navbar-brand {
  color: var(--header-logo-color-sticky);
}
#vh-navbar-container.vh-navbar-sticky .vh-nav-link {
  color: var(--header-color-sticky);
}
#vh-navbar-container.vh-navbar-sticky .vh-navbar-brand-logo-img {
  width: 125px;
}

/* vh-navbar */
.vh-navbar {
  padding: 1rem 0;
  transition: padding 0.2s ease-out;
}

@media (min-width: 768px) {
  .vh-navbar {
    padding: 1.5rem 0;
    transition: padding 0.2s ease-out;
  }
}
/* END .vh-navbar */
.vh-navbar .vh-navbar-toggler {
  border: none;
}
.vh-navbar .vh-navbar-toggler .vh-navbar-toggler-icon {
  background-image: var(--vh-navbar-toggler-icon-bg-light);
}
.vh-navbar .vh-navbar-toggler .vh-navbar-toggler-icon-dark {
  background-image: var(--vh-navbar-toggler-icon-bg-dark);
}
.vh-navbar .vh-navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.vh-navbar .vh-navbar-nav .vh-nav-item .vh-nav-link {
  color: var(--main-menu-color);
  font-family: var(--main-menu-font-family);
  font-size: var(--main-menu-font-size);
  font-weight: var(--main-menu-font-weight);
  letter-spacing: var(--main-menu-letter-spacing);
  line-height: var(--main-menu-line-height);
  text-transform: var(--main-menu-text-transform);
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  transition: none;
}
.vh-navbar .vh-navbar-nav .vh-nav-item .vh-nav-link:hover {
  color: var(--main-menu-color-hover);
  background: rgba(255, 255, 255, 0.9);
}
.vh-navbar .vh-navbar-nav .vh-dropdown .vh-nav-link.dropdown-toggle.show {
  color: var(--main-menu-color-hover);
  background: rgba(255, 255, 255, 0.9);
}
.vh-navbar .vh-navbar-nav .vh-dropdown .vh-dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  transition: none;
  opacity: 0;
  visibility: hidden;
}
.vh-navbar .vh-navbar-nav .vh-dropdown .vh-dropdown-menu .vh-dropdown-item {
  background: none;
  color: var(--vh-grey-medium);
  font-size: 0.8em;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  text-transform: capitalize;
  transition: none;
}
.vh-navbar .vh-navbar-nav .vh-dropdown .vh-dropdown-menu .vh-dropdown-item:hover {
  color: var(--main-menu-color-hover);
}
.vh-navbar .vh-navbar-nav .vh-dropdown .vh-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.vh-navbar .vh-navbar-nav .vh-dropdown .vh-quick-links-toggle:after {
  border: none;
  margin: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* OffCanvas */
.vh-navbar #vhiveNavbar.offcanvas.show {
  background: rgba(255, 255, 255, 0.95);
  border: none;
}
.vh-navbar #vhiveNavbar.offcanvas.show .offcanvas-header .offcanvas-title a {
  color: black;
  font-family: var(--main-menu-font-family);
  font-size: var(--main-menu-font-size);
  font-weight: var(--main-menu-font-weight);
  letter-spacing: var(--main-menu-letter-spacing);
  line-height: var(--main-menu-line-height);
  text-transform: var(--main-menu-text-transform);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.vh-navbar #vhiveNavbar.offcanvas.show .offcanvas-header .offcanvas-title a:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
.vh-navbar #vhiveNavbar.offcanvas.show .offcanvas-body {
  padding: 0;
}
.vh-navbar #vhiveNavbar.offcanvas.show .vh-navbar-nav .vh-nav-item {
  margin-left: 0;
}
.vh-navbar #vhiveNavbar.offcanvas.show .vh-navbar-nav .vh-nav-item .vh-nav-link {
  color: black;
  line-height: 56px;
  padding: 0 0 0 1em;
}
.vh-navbar #vhiveNavbar.offcanvas.show .vh-navbar-nav .vh-nav-item .vh-nav-link:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
.vh-navbar #vhiveNavbar.offcanvas.show .vh-navbar-nav .vh-nav-item.dropdown .vh-dropdown-menu.show {
  padding: 0 0 0.5em 1em;
}

@media (min-width: 1200px) {
  .vh-dropdown-toggle::after {
    content: none;
  }
}
/* Copyright V.HIVE 2023 */
/* vhive_page_title.scss */
/* views/application/_page_title.html.haml */
.vh-page-title-container {
  background-color: var(--page-title-bg-color);
  position: relative;
  overflow: visible;
  background-repeat: no-repeat;
  background-size: cover;
}

.vh-page-title {
  color: var(--page-title-color);
  font-family: var(--page-title-font-family);
  font-size: clamp(0.5rem, 1vw + 1rem, 3rem);
  letter-spacing: var(--page-title-letter-spacing);
  text-shadow: var(--page-title-text-shadow);
  font-style: var(--page-title-font-style);
  font-weight: var(--page-title-font-weight);
  text-align: var(--page-title-text-align);
  text-transform: var(--page-title-text-transform);
  padding: 100px 0 35px;
}

@media (min-width: 0px) {
  .vh-page-title {
    font-size: clamp(0.5rem, 2vw + 1rem, 3rem);
  }
}
@media (min-width: 576px) {
  .vh-page-title {
    padding: 100px 0 35px;
  }
}
@media (min-width: 768px) {
  .vh-page-title {
    padding: 100px 0 35px;
  }
}
@media (min-width: 992px) {
  .vh-page-title {
    padding: 150px 0 50px;
  }
}
@media (min-width: 1200px) {
  .vh-page-title {
    padding: 150px 0 50px;
  }
}
@media (min-width: 1400px) {
  .vh-page-title {
    padding: 150px 0 50px;
  }
}
/*! Copyright V.HIVE 2023 !*/
/* vhive_pill.scss */
.pill {
  background: var(--btn-background);
  border-color: var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  border-style: var(--btn-border-style);
  border-width: var(--btn-border-width);
  box-shadow: none;
  color: var(--btn-color);
  cursor: inherit;
  display: inline-block;
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  height: var(--btn-height);
  line-height: var(--btn-line-height);
  margin-right: 5px;
  padding: 0 24px;
  text-transform: var(--btn-text-transform);
  transition: all 0.4s ease;
  vertical-align: baseline;
  white-space: nowrap;
}
.pill.active {
  background: var(--btn-background-active);
  border-color: var(--btn-border-color-active);
  color: var(--btn-color-active);
}
.pill.active:focus {
  outline: none;
}
.pill:focus, .pill:active:focus {
  outline: none;
}
.pill:last-child {
  margin-right: 0;
}
.pill i {
  margin-right: 5px;
}

@media (min-width: 992px) {
  .pill {
    padding: 0 30px;
  }
}
.hover\:pill:hover {
  background: var(--btn-background-active);
  border-color: var(--btn-border-color-active);
  color: var(--btn-color-active);
}

/* PILL SM */
.pill.pill-sm {
  height: var(--btn-sm-height);
  line-height: var(--btn-sm-line-height);
  font-size: var(--btn-sm-font-size);
  margin: var(--btn-sm-margin);
  padding: var(--btn-sm-padding);
}

/* PILL ALT */
.pill.pill-alt {
  background: var(--btn-alt-background);
  border-color: var(--btn-alt-border-color);
  color: var(--btn-alt-color);
}

.hover\:pill-alt:hover {
  background: var(--btn-alt-background-active);
  border-color: var(--btn-alt-border-color-active);
  color: var(--btn-alt-color-active);
}

/* PILL REV */
.pill.pill-rev {
  background: white;
  border-color: white;
  color: var(--body-text);
}

/*! Copyright V.HIVE 2023 !*/
/* vhive_quill.scss */
.vh-block-rte p {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-font-line-height);
}
.vh-block-rte blockquote {
  font-size: var(--body-font-size);
  border: none;
  padding: 20px 30px 25px 65px;
  position: relative;
  /*&:after { content: close-quote; margin-left: 3px; }*/
}
.vh-block-rte blockquote:before,
.vh-block-rte blockquote:after {
  font-family: FontAwesome;
  font-size: 2.5em;
  vertical-align: middle;
}
.vh-block-rte blockquote:before {
  color: var(--brand);
  content: "\f10d";
  margin-right: 4px;
  position: absolute;
  top: 30px;
  left: 16px;
}
.vh-block-rte ul {
  color: var(--brand);
  list-style-type: disc;
  margin-left: 26px;
}
.vh-block-rte ol {
  color: var(--brand);
  list-style-type: decimal;
  margin-left: 26px;
}
.vh-block-rte a {
  color: var(--accent);
}
.vh-block-rte a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.ql-size-small {
  font-size: 0.8em;
  line-height: 1em;
}

.ql-size-large {
  font-size: 1.3em;
  line-height: 1.3em;
}

.ql-size-huge {
  font-size: 1.6em;
  line-height: 1.4em;
}

/*! Copyright V.HIVE 2024 !*/
/* vhive_side_bar.scss */
.vh-side-bar {
  border-color: var(--side_bar-border-color) !important;
}

.vh-sidebar {
  border-color: var(--side_bar-border-color) !important;
}

/*! Copyright V.HIVE 2023 !*/
/* vhive_utilities/vhive_tabs.scss */
.vh-nav-tabs .vh-nav-item .vh-nav-link {
  color: var(--body-text);
  font-size: calc(0.75rem + 24 * (100vw - 375px) / 1125);
}
.vh-nav-tabs .vh-nav-item .vh-nav-link:hover {
  color: var(--brand);
}
.vh-nav-tabs .vh-nav-item .vh-nav-link.vh-active {
  background-color: #eee;
  border-color: #eee #eee #dee2e6;
  border-style: solid;
  border-width: 0px;
  color: var(--brand);
}

/* Media Queries */
@media (min-width: 576px) {
  .vh-nav-tabs .vh-nav-item .vh-nav-link {
    font-size: 1.05rem;
  }
}
@media (min-width: 768px) {
  .vh-nav-tabs .vh-nav-item .vh-nav-link {
    font-size: 1.3rem;
  }
}
/* END Media Queries */
/*! Copyright V.HIVE 2022 !*/
/* vhive_tooltips.scss */
.tooltip-inner {
  font-size: 0.7rem;
}

/*! Copyright V.HIVE 2022 !*/
/* TRIX Editor Styles */
div.trix-pre-wrap div.trix-content {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-font-line-height);
  margin-bottom: 10px;
}

div.trix-pre-wrap div.trix-content blockquote {
  font-size: var(--body-font-size);
  border: none;
  padding: 20px 30px 25px 65px;
  position: relative;
  /*&:after { content: close-quote; margin-left: 3px; }*/
}
div.trix-pre-wrap div.trix-content blockquote:before,
div.trix-pre-wrap div.trix-content blockquote:after {
  font-family: FontAwesome;
  font-size: 2.5em;
  vertical-align: middle;
}
div.trix-pre-wrap div.trix-content blockquote:before {
  color: var(--brand);
  content: "\f10d";
  margin-right: 4px;
  position: absolute;
  top: 30px;
  left: 16px;
}
div.trix-pre-wrap div.trix-content ul {
  color: var(--brand);
  list-style-type: disc;
  margin-left: 26px;
}
div.trix-pre-wrap div.trix-content ol {
  color: var(--brand);
  list-style-type: decimal;
  margin-left: 26px;
}
div.trix-pre-wrap div.trix-content a {
  color: var(--accent);
}
div.trix-pre-wrap div.trix-content a:hover {
  color: var(--brand);
}

/* END TRIX Editor Styles */
/* Media Queries */
/* END Media Queries */
/*! Copyright V.HIVE 2021 2022 */
/* vhive_utilities/cursors.scss */
.cursor-alias {
  cursor: alias;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-auto {
  cursor: auto;
}

.cursor-cell {
  cursor: cell;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-copy {
  cursor: copy;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.cursor-help {
  cursor: help;
}

.cursor-move {
  cursor: move;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-text {
  cursor: text;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-wait {
  cursor: wait;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

/*! Copyright V.HIVE 2022 !*/
/* vhive_font_utilities.scss */
/* Namespacing Notes */
/* Use .vh- prefix when naming for themable components */
/* For instance, when a utility class pulls in a tenant css variable */
/* || VHIVE Font Utilities */
.body-font-family {
  font-family: var(--body-font-family);
}

.title-font-family {
  font-family: var(--title-font-family);
}

.callout-box-font-family {
  font-family: var(--callout-box-font-family);
}

.callout-box-font-size {
  font-size: var(--callout-box-font-size);
}

/* END VHIVE Font Utilities */
/* || VHIVE Text Utils */
.capitalise {
  text-transform: capitalize;
}

.capitalize {
  text-transform: capitalize;
}

.pre {
  white-space: pre;
}

.pre-wrap {
  white-space: pre-wrap;
}

.text-left {
  text-align: left;
}

.word-break-normal {
  word-break: normal !important;
}

.fs-6 {
  font-size: 0.95rem;
}

.fs-7 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.85rem;
}

.fs-9 {
  font-size: 0.75rem;
}

.fs-10 {
  font-size: 0.7rem;
}

.fs-11 {
  font-size: 0.65rem;
}

.fs-12 {
  font-size: 0.5rem;
}

.fs-13 {
  font-size: 0.35rem;
}

.fs-14 {
  font-size: 0.25rem;
}

.fs-15 {
  font-size: 0.2rem;
}

.lh-1em {
  line-height: 1em;
}

.lh-1-1em {
  line-height: 1.1em;
}

.lh-1-2em {
  line-height: 1.2em;
}

.lh-1-3em {
  line-height: 1.3em;
}

.lh-1-4em {
  line-height: 1.4em;
}

.lh-1-5em {
  line-height: 1.5em;
}

.ls-normal {
  letter-spacing: normal;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-m1 {
  letter-spacing: -0.01rem;
}

.ls-m2 {
  letter-spacing: -0.02rem;
}

.ls-m3 {
  letter-spacing: -0.03rem;
}

.ls-m4 {
  letter-spacing: -0.04rem;
}

.ls-m5 {
  letter-spacing: -0.05rem;
}

.ls-m6 {
  letter-spacing: -0.06rem;
}

.ls-m7 {
  letter-spacing: -0.07rem;
}

.ls-m8 {
  letter-spacing: -0.08rem;
}

.ls-m9 {
  letter-spacing: -0.09rem;
}

.ls-m9-5 {
  letter-spacing: -0.095rem;
}

.ls-m10 {
  letter-spacing: -0.1rem;
}

.ls-p1 {
  letter-spacing: 0.01rem;
}

.ls-p2 {
  letter-spacing: 0.02rem;
}

.ls-p3 {
  letter-spacing: 0.03rem;
}

.ls-px-m-1-5 {
  letter-spacing: -1.5px;
}

.fw-600 {
  font-weight: 600;
}

.vh-copy .trix-content {
  font-size: var(--body-font-size);
}

.vh-subtitle {
  color: var(--sub-title-font-color);
  font-family: var(--sub-title-font-family);
  font-size: 0.8rem;
  font-weight: var(--sub-title-font-weight);
  letter-spacing: var(--sub-title-font-letter-spacing);
  line-height: var(--sub-title-font-line-height);
}

.vh-subtitle-small {
  font-size: 95%;
}

/* END VHIVE Text Utils */
/* Media Queries */
@media (min-width: 576px) {
  .vh-subtitle {
    font-size: 0.9rem;
  }
  .vh-subtitle-small {
    font-size: 95%;
  }
}
@media (min-width: 768px) {
  .vh-subtitle {
    font-size: 0.95rem;
  }
  .vh-subtitle-small {
    font-size: 90%;
  }
}
/* END Media Queries */
.w-h-100 {
  width: 100% !important;
  height: 100% !important;
}

.h-0rem {
  height: 0rem !important;
}

.h-5rem {
  height: 5rem !important;
}

.h-10rem {
  height: 10rem !important;
}

.h-15rem {
  height: 15rem !important;
}

.h-20rem {
  height: 20rem !important;
}

.h-25rem {
  height: 25rem !important;
}

.h-30rem {
  height: 30rem !important;
}

.h-35rem {
  height: 35rem !important;
}

.h-40rem {
  height: 40rem !important;
}

.h-45rem {
  height: 45rem !important;
}

.h-50rem {
  height: 50rem !important;
}

.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-33 {
  height: 33.333% !important;
}

.h-40 {
  height: 40% !important;
}

.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}

.h-66 {
  height: 66.666% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-33 {
  width: 33.333% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-66 {
  width: 66.666% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.vh-100 {
  height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

@media (min-width: 576px) {
  .h-sm-0rem {
    height: 0rem !important;
  }
  .h-sm-5rem {
    height: 5rem !important;
  }
  .h-sm-10rem {
    height: 10rem !important;
  }
  .h-sm-15rem {
    height: 15rem !important;
  }
  .h-sm-20rem {
    height: 20rem !important;
  }
  .h-sm-25rem {
    height: 25rem !important;
  }
  .h-sm-30rem {
    height: 30rem !important;
  }
  .h-sm-35rem {
    height: 35rem !important;
  }
  .h-sm-40rem {
    height: 40rem !important;
  }
  .h-sm-45rem {
    height: 45rem !important;
  }
  .h-sm-50rem {
    height: 50rem !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-33 {
    height: 33.333% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-66 {
    height: 66.666% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-33 {
    width: 33.333% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-66 {
    width: 66.666% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
}
@media (min-width: 768px) {
  .h-md-0rem {
    height: 0rem !important;
  }
  .h-md-5rem {
    height: 5rem !important;
  }
  .h-md-10rem {
    height: 10rem !important;
  }
  .h-md-15rem {
    height: 15rem !important;
  }
  .h-md-20rem {
    height: 20rem !important;
  }
  .h-md-25rem {
    height: 25rem !important;
  }
  .h-md-30rem {
    height: 30rem !important;
  }
  .h-md-35rem {
    height: 35rem !important;
  }
  .h-md-40rem {
    height: 40rem !important;
  }
  .h-md-45rem {
    height: 45rem !important;
  }
  .h-md-50rem {
    height: 50rem !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-33 {
    height: 33.333% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-66 {
    height: 66.666% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-33 {
    width: 33.333% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-66 {
    width: 66.666% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
}
@media (min-width: 992px) {
  .h-lg-0rem {
    height: 0rem !important;
  }
  .h-lg-5rem {
    height: 5rem !important;
  }
  .h-lg-10rem {
    height: 10rem !important;
  }
  .h-lg-15rem {
    height: 15rem !important;
  }
  .h-lg-20rem {
    height: 20rem !important;
  }
  .h-lg-25rem {
    height: 25rem !important;
  }
  .h-lg-30rem {
    height: 30rem !important;
  }
  .h-lg-35rem {
    height: 35rem !important;
  }
  .h-lg-40rem {
    height: 40rem !important;
  }
  .h-lg-45rem {
    height: 45rem !important;
  }
  .h-lg-50rem {
    height: 50rem !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-33 {
    height: 33.333% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-66 {
    height: 66.666% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-33 {
    width: 33.333% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-66 {
    width: 66.666% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-0rem {
    height: 0rem !important;
  }
  .h-xl-5rem {
    height: 5rem !important;
  }
  .h-xl-10rem {
    height: 10rem !important;
  }
  .h-xl-15rem {
    height: 15rem !important;
  }
  .h-xl-20rem {
    height: 20rem !important;
  }
  .h-xl-25rem {
    height: 25rem !important;
  }
  .h-xl-30rem {
    height: 30rem !important;
  }
  .h-xl-35rem {
    height: 35rem !important;
  }
  .h-xl-40rem {
    height: 40rem !important;
  }
  .h-xl-45rem {
    height: 45rem !important;
  }
  .h-xl-50rem {
    height: 50rem !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-33 {
    height: 33.333% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-66 {
    height: 66.666% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-33 {
    width: 33.333% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-66 {
    width: 66.666% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-0rem {
    height: 0rem !important;
  }
  .h-xxl-5rem {
    height: 5rem !important;
  }
  .h-xxl-10rem {
    height: 10rem !important;
  }
  .h-xxl-15rem {
    height: 15rem !important;
  }
  .h-xxl-20rem {
    height: 20rem !important;
  }
  .h-xxl-25rem {
    height: 25rem !important;
  }
  .h-xxl-30rem {
    height: 30rem !important;
  }
  .h-xxl-35rem {
    height: 35rem !important;
  }
  .h-xxl-40rem {
    height: 40rem !important;
  }
  .h-xxl-45rem {
    height: 45rem !important;
  }
  .h-xxl-50rem {
    height: 50rem !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-33 {
    height: 33.333% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-66 {
    height: 66.666% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-33 {
    width: 33.333% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-66 {
    width: 66.666% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
}
/*! Copyright V.HIVE 2022 !*/
/* vhive_utilities.scss */
/* Namespacing Notes */
/* Use .vh- prefix when naming for themable components */
/* For instance, when a utility class pulls in a tenant css variable */
/* || Animation Utils */
.vh-pulse {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse 1.5s infinite;
}

.hover\:vh-pulse:hover {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* END Animation Utils */
/* || Background Utils */
.vh-bg-none {
  background-image: none !important;
}
.vh-bg-none:hover {
  background-image: none !important;
}

.vh-bg-grey {
  background-color: var(--vh-grey);
}

.vh-grey-bg {
  background-color: var(--vh-grey);
}

.vh-bg-brand {
  background-color: var(--brand);
}

.vh-bg-brand-accent {
  background-color: var(--brand-contrast);
}

/* END Background Utils */
/* || Border Utils */
.border-top-left {
  border-top-left-radius: calc(0.25rem - 1px);
}

.border-top-right {
  border-top-right-radius: calc(0.25rem - 1px);
}

.border-bottom-left {
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.border-bottom-right {
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.vh-border-grey {
  border-color: var(--vh-grey) !important;
}

.vh-border-transparent {
  border: 1px solid transparent;
}

/* END Border Utils */
/* || Buttons Utils */
.vh-btn {
  background: #fff;
  border: 0px solid #c2c2c2;
  border-radius: 14px 14px 14px 14px;
  color: var(--body-text);
  float: right;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 8px 20px;
}
.vh-btn:hover {
  background: var(--brand);
  color: var(--brand-contrast);
}

/* END Button Utils */
/* || Color Utils */
.vh-brand {
  color: var(--brand);
}
.vh-brand:hover {
  color: var(--accent);
}

.vh-brand-accent {
  color: var(--brand-accent);
}

.vh-brand-contrast {
  color: var(--brand-contrast);
}

/* END Color Utils */
/* || IMG Utils */
.vh-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.img-cover {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}

/* END IMG Utils */
/* || List Utils */
.li-style-none {
  list-style: none;
}

/* END List Utils */
/* || Shadow Utils */
.vh-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: box-shadow 0.3s ease 0s;
}

.hover\:vh-shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 4px;
}

.vh-shadow-lg {
  transition: box-shadow 0.3s ease-out;
}

.hover\:vh-shadow-lg:hover {
  box-shadow: rgba(154, 161, 171, 0.5) 0px 0px 35px 0px;
}

/* END Shadow Utils */
/* || Spacing Utils */
.mt-6 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.pl-1 {
  padding-left: 5px;
}

.pl-2 {
  padding-left: 8px;
}

.pl-3 {
  padding-left: 10px;
}

.pr-1 {
  padding-right: 5px;
}

.pr-2 {
  padding-right: 8px;
}

.pr-3 {
  padding-right: 10px;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 12rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 12rem !important;
}

/* END Spacing Utils */
/* || Sizing Utils */
.vh-w150px {
  width: 150px;
  max-width: 150px;
}

.vh-w165px {
  width: 165px;
  max-width: 165px;
}

.vh-w185px {
  width: 185px;
  max-width: 185px;
}

.vh-w205px {
  width: 205px;
  max-width: 205px;
}

/* END Sizing Utils */
/* || VH Badge Utils */
.vh-badge {
  background-color: white;
  border-color: #fff !important;
  border-radius: 50% !important;
  border-style: solid !important;
  border-width: 2px !important;
}

.vh-badge-xs {
  background-color: white;
  border-color: #fff !important;
  border-radius: 50% !important;
  border-style: solid !important;
  border-width: 2px !important;
  height: 1.5rem;
  width: 1.5rem;
}

.vh-badge-sm {
  background-color: white;
  border-color: #fff !important;
  border-radius: 50% !important;
  border-style: solid !important;
  border-width: 2px !important;
  height: 3rem;
  width: 3rem;
}

.vh-badge-md {
  background-color: white;
  border-color: #fff !important;
  border-radius: 50% !important;
  border-style: solid !important;
  border-width: 2px !important;
  height: 4.5rem;
  width: 4.5rem;
  border-width: 3px !important;
}

.vh-badge-lg {
  background-color: white;
  border-color: #fff !important;
  border-radius: 50% !important;
  border-style: solid !important;
  border-width: 2px !important;
  height: 5rem;
  width: 5rem;
  border-width: 4px !important;
}

.vh-badge-xl {
  background-color: white;
  border-color: #fff !important;
  border-radius: 50% !important;
  border-style: solid !important;
  border-width: 2px !important;
  height: 7.5rem;
  width: 7.5rem;
}

/* END VH Badge Utils */
:root {
  --vhive-green: #6cba66;
  --vhive-accent: #f1f6f0;
  --vh-dark-blue: #313a46;
  --vh-light-grey: #98a6ad;
  --vh-grey: rgb(237, 237, 238);
  --vh-grey-light: #b7b7b7;
  --vh-grey-medium: #6a6a6a;
  --vh-grey-dark: rgb(56, 54, 55);
  --vh-green: rgb(162, 209, 58);
  --vh-lime-green: rgb(151, 204, 36);
  --vh-orange: rgb(226, 104, 36);
  --vh-nearly-black: #202020;
  --vh-border-color-1: rgb(237, 237, 238);
  --vh-border-color-2: rgb(56, 54, 55);
  --vh-border-color-3: rgb(117, 115, 119);
  --vh-border-color-4: rgb(209, 211, 212);
  --vh-border-color-5: rgb(194, 194, 194);
  --vh-border-color-6: rgb(151, 204, 36);
  --box-shadow-color: rgba(91, 125, 149, 0.6);
  --title-font-margin: 0 0 20px 0;
  --trix-font-size: 0.8rem;
  --img-1920-312: url("https://res.cloudinary.com/diversity-group/image/upload/c_fill,f_auto,g_center,h_312,q_auto,w_1920/v1637399539/vm-admin/default-images/vhive-image.jpg");
  --img-1920-358: url("https://res.cloudinary.com/diversity-group/image/upload/c_fill,f_auto,g_center,h_358,q_auto,w_1920/v1637399539/vm-admin/default-images/vhive-image.jpg");
  --img-1920-469: url("https://res.cloudinary.com/diversity-group/image/upload/c_fill,f_auto,g_center,h_469,q_auto,w_1920/v1637399539/vm-admin/default-images/vhive-image.jpg");
  --img-1920-555: url("https://res.cloudinary.com/diversity-group/image/upload/c_fill,f_auto,g_center,h_555,q_auto,w_1920/v1637399539/vm-admin/default-images/vhive-image.jpg");
  --img-1920-684: url("https://res.cloudinary.com/diversity-group/image/upload/c_fill,f_auto,g_center,h_684,q_auto,w_1920/v1637399539/vm-admin/default-images/vhive-image.jpg");
  --img-1920-1280: url("https://res.cloudinary.com/diversity-group/image/upload/c_fill,f_auto,g_center,h_1280,q_auto,w_1920/v1637399539/vm-admin/default-images/vhive-image.jpg");
  --img-members-banner: url("https://res.cloudinary.com/diversity-group/image/upload/v1652750139/vm-admin/default-images/banner.jpg");
}

body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-font-line-height);
  background-color: var(--body-bg-color);
  color: var(--body-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--brand);
}

a:focus {
  outline: none;
}

p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.h3-small {
  font-size: 1.3333em;
  line-height: 1.25em;
}

.h600 {
  height: 600px;
  min-height: 600px;
}

/* Background Gradients */
/* Used behind Images on Pages Cells on Index Pages */
/* Show a grad if image is not present */
.vh-bg-grad {
  background-image: linear-gradient(135deg, rgb(81, 174, 51), rgba(81, 174, 51, 0.5));
}

.cell-image-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
