/*
  Theme Name: Bakery
  Theme URI: http://themeforest.net/item/bakery-wordpress-bakery-cakery-food-theme/11112118
  Author: Milingona
  Author URI: http://themeforest.net/user/milingona_
  Description: Bakery is a powerful responsive WordPress theme designed for bakery/cakery shops. It comes with all features bakery shops need such as product post type, menu, order form, offer, gallery, news etc. The theme also includes the drag-drop page builder which lets you customize your specific needs with incredible ease.
  Version: 2.8.2
  Requires PHP: 7.4
  Tested up to: 6.1
  Text Domain: bakery
  Domain Path: /languages
  Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, sticky-post, translation-ready, full-width-template
  License: GPLv2 or later
  License URI: https://www.gnu.org/licenses/gpl-2.0.html

  Copyright (C) 2024 Milingona (dev@milingona.co)
  Bakery is licensed under GPLv2 or later
*/

@charset "utf-8";

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: General
:: Headings
:: Parallax
:: Main Content
:: Animation
:: Page Header
  :: Type: Default
  :: Type: With Background
  :: Type: Custom
:: Main Menu
:: Shortcodes
  :: Accordion
  :: Toggle
  :: Tabs
  :: Preloader
  :: Progress Bar
  :: Countdown
  :: Image Box
  :: Team Member
  :: Testimonial
  :: Contact Form 7
  :: Map
  :: Icon Box
  :: History
  :: Video Section
  :: Seperator
  :: Call to Action
  :: Carousel
  :: Client/Partner
  :: Heading
  :: Pie Chart
  :: Pricing Table
  :: Buttons
  :: Gallery
  :: Counter
  :: Image Slider
:: Blog Post
:: Error 404
:: Widgets
  :: Default Wordpress Widgets
  :: Latest Tweets
  :: Flickr Images
  :: Info Item
  :: Services List
  :: Newsletter
:: Footer
:: WordPress Generated Generics
:: Extra Classes
  :: Icons
  :: Border
  :: Positions
  :: Margin
  :: Padding
  :: Font Size
*/

/* Main Colors */
:root {
  --primary-color: #fdb822;
  --secondary-color: #684f40;
  --tertiary-color: #ff4800;
}

/* General */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.714;
  font-weight: 400;
  color: #696969;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden !important;
}

::-moz-selection {
  color: #fff;
  background-color: var(--primary-color);
}
::selection {
  color: #fff;
  background-color: var(--primary-color);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.45s ease-in-out;
}

a:hover {
  color: var(--secondary-color);
}

a.vu_link-inverse {
  color: var(--secondary-color);
}

a.vu_link-inverse:hover {
  color: var(--primary-color);
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: 0;
  box-shadow: none;
}

img {
  height: auto;
  max-width: 100%;
}

.clear {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  zoom: 1;
}

.alert {
  border-radius: 0;
}

.mfp-wrap {
  top: 0 !important;
  position: fixed !important;
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.mfp-iframe-holder .mfp-title {
  position: absolute;
  padding-top: 5px;
}

/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary-color);
}

h1,
.h1 {
  font-size: 28px;
  line-height: 38px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 34px;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 30px;
}
h4,
.h4 {
  font-size: 17px;
  line-height: 27px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 26px;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 24px;
}

/* WPB Page Builder */
.vu_main-container .wpb_button,
.vu_main-container .wpb_content_element,
.vu_main-container ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}
/* VC Front End Editor */
.vc_editor .vc_element[data-tag="vc_column"] .vu_column,
.vc_editor .vc_element[data-tag="vc_column_inner"] .vu_column-inner {
  width: 100%;
}

/* 5 Colums */
.col-md-1-5 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .col-md-1-5 {
    width: 33.333333%;
  }
}
@media (max-width: 768px) {
  .col-md-1-5 {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .col-md-1-5 {
    width: 100%;
  }
}

/* Parallax */
*[data-parallax] {
  position: relative;
  background-repeat: no-repeat !important;
  background-color: transparent;
  background-position: center 0;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* Main Content */
.vu_main-container {
  overflow: hidden;
}
.vu_site-layout-boxed .vu_main-container {
  position: relative;
  max-width: 1290px;
  box-shadow: 0 0 19px rgba(2, 2, 2, 0.1);
  margin: 0 auto;
  background-color: #fff;
}
body:not(.woocommerce-page)
  .vu_container.vu_c-type-fullwidth.vu_no-sidebar
  > .container {
  padding-left: 0;
  padding-right: 0;
}
body:not(.woocommerce-page)
  .vu_container.vu_c-type-fullwidth.vu_no-sidebar
  > .container,
body:not(.woocommerce-page)
  .vu_container.vu_with-sidebar
  .vu_content
  .container {
  width: auto !important;
  max-width: 100% !important;
}
.vu_container.vu_with-sidebar .vu_content .vu_r-with-parallax {
  width: auto;
  max-width: 100%;
}
.vu_container.vu_with-sidebar
  .vu_content
  .vu_r-with-parallax
  .vu_color-overlay {
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vu_container.vu_no-sidebar
    .vu_content
    .vu_r-type-container
    .container.no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vu_container.vu_with-sidebar .vu_content {
    margin-bottom: 50px;
  }
}
/*.vu_main-header + .vu_container {
  margin-top: 70px;
}*/

/* Page Comments */
.vu_container.vu_no-sidebar:not(.vu_c-type-fullwidth)
  .vu_page-comments.container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.vu_container.vu_with-sidebar .vu_page-comments {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vu_page-comments {
  margin-bottom: 70px;
}

/* Animation */
*[data-animation] {
  visibility: hidden;
}
.vu_with-animation {
  visibility: visible;
}

/* Header
================================================== */
.vu_main-header.vu_mh-layout-fullwidth > .container {
  width: 100%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}

/* Transpartent Header */
.vu_main-header.vu_mh-transparent {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0px,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0px,
    transparent 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0px,
    transparent 100%
  );
}
.vu_main-header.vu_mh-transparent
  .vu_menu-affix:not(.affix)
  .vu_main-menu
  > ul
  > li:not(.current-menu-item):not(.current-menu-parent):not(
    .current-menu-ancestor
  )
  > a {
  color: #fff;
}
.vu_main-header.vu_mh-transparent
  .vu_menu-affix:not(.affix)
  .vu_main-menu
  > ul
  > li:not(.current-menu-item):not(.current-menu-parent):not(
    .current-menu-ancestor
  )
  > a:hover {
  color: var(--primary-color);
}
.vu_main-header.vu_mh-transparent .vu_top-bar {
  color: #fff;
  background-color: transparent;
}
.vu_main-header.vu_mh-transparent + .vu_page-header {
  padding-top: 180px;
  height: auto;
  transition: padding-top 0.3s ease-out;
}
.vu_main-header.vu_mh-transparent
  + .vu_page-header.vu_ph-style-1
  .vu_ph-container {
  height: 100px;
}
.vu_main-header.vu_mh-transparent
  + .vu_page-header.vu_ph-style-2
  .vu_ph-container {
  height: 240px;
}
.vu_main-header.vu_mh-transparent
  + .vu_page-header.vu_ph-style-2.vu_ph-with-border
  .vu_ph-container {
  top: -10px;
}
.vu_main-header.vu_mh-transparent
  + .vu_page-header.vu_ph-style-1
  .vu_ph-content {
  vertical-align: top;
}
.vu_main-header.vu_mh-transparent + .vu_page-header.vu_ph-with-border {
  margin-top: -10px;
}
.vu_main-header.vu_mh-transparent .vu_site-logo .vu_sl-dark {
  display: none;
}
.vu_main-header.vu_mh-transparent .vu_site-logo .vu_sl-light {
  display: block;
}

/* Top Bar
================================================== */
.vu_top-bar {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 8px 0;
  background-color: #343434;
}
.vu_top-bar.vu_tb-layout-fullwidth > .container {
  width: 100%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}
.vu_top-bar a {
  color: inherit;
  display: inline-block;
}
.vu_top-bar a:hover {
  color: var(--primary-color);
}
.vu_top-bar img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.vu_top-bar img.iclflag {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.vu_top-bar .vu_tb-left,
.vu_top-bar .vu_tb-right {
  line-height: 25px;
}
.vu_top-bar .vu_tb-left {
  text-align: left;
}
.vu_top-bar .vu_tb-left > span {
  display: inline-block;
  margin: 0 10px;
  font-weight: normal;
}
.vu_top-bar .vu_tb-left > span:first-child {
  margin-left: 0;
}
.vu_top-bar .vu_tb-left > span:last-child {
  margin-right: 0;
}
.vu_top-bar .vu_tb-left > span .fa,
.vu_top-bar .vu_tb-right > span .fa {
  margin-right: 8px;
}
.vu_top-bar .vu_tb-right {
  text-align: right;
}
/* Tob Bar Menu */
.vu_tb-menu-container {
  display: inline-block;
}
.vu_tb-list {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.vu_tb-list li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 0;
  line-height: 24px;
}
.vu_tb-list > li:after {
  content: "|";
  margin: 0 10px;
}
.vu_tb-list > li:last-child:after {
  display: none;
}
.vu_tb-list li a {
  line-height: 24px;
}
.vu_tb-list > li > a {
  font-weight: normal;
}
.vu_tb-list > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.vu_tb-list .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  text-align: left;
  width: 120px;
  margin: 8px 0 0 0;
  padding: 0;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  visibility: hidden;
  opacity: 0;
  transition: all 0.17s ease-in-out;
  transform-origin: 0 0;
  transform: rotateX(-90deg);
}
.vu_tb-list .sub-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 100%;
  height: 8px;
  background-color: transparent;
}
.vu_tb-list li.pll-parent-menu-item .sub-menu {
  width: 46px;
}
.vu_tb-list li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}
.vu_tb-left .vu_tb-list > li:first-child > .sub-menu {
  left: 0;
}
.vu_tb-right .vu_tb-list .sub-menu {
  left: auto;
  right: 10px;
}
.vu_tb-right .vu_tb-list > li:last-child > .sub-menu {
  right: 0;
}
.vu_tb-list .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin: 1px 0 0 1px;
  padding: 0;
}
.vu_tb-right .vu_tb-list .sub-menu .sub-menu {
  left: auto;
  right: 100%;
  margin: 1px 1px 0 0;
}
.vu_tb-list .sub-menu li {
  display: block;
  padding: 0;
}
.vu_tb-list .sub-menu li a {
  display: block;
  color: #343434;
  padding: 5px 15px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
}
.vu_tb-list .sub-menu li:first-child > a {
  border-top: none;
}
.vu_tb-list .sub-menu li a:hover {
  color: var(--primary-color);
  background-color: #fcfcfc;
}

/* Social Icons : Top Bar */
.vu_top-bar .vu_social-icon {
  display: inline-block;
  margin: 0 3px;
}
.vu_top-bar .vu_social-icon a {
  display: block;
  font-size: 10px;
  color: inherit;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}
.vu_top-bar .vu_social-icon a:hover {
  color: #343434;
  background-color: #fff;
}

@media (max-width: 991px) {
  .vu_top-bar .vu_tb-left,
  .vu_top-bar .vu_tb-right {
    line-height: 24px;
    text-align: center !important;
  }
}

/* Logo */
.vu_site-logo {
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.vu_wc-with-basket-icon .vu_site-logo {
  text-align: center;
}
.vu_main-menu .vu_site-logo {
  display: inline-block;
}
.vu_site-logo a {
  display: inline-block;
}
.vu_site-logo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.vu_site-logo .vu_sl-dark {
  display: block;
  max-width: 100%;
}
.vu_site-logo .vu_sl-light {
  display: none;
}
.vu_site-logo .vu_sl-small {
  display: none;
}

/* Main Menu
================================================== */
.vu_main-menu-container {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 25px 0;
  transition: padding-top, padding-bottom 0.3s ease-out;
}
.vu_main-menu-container .vu_mm-top-left {
  text-align: right;
}
.vu_main-menu-container .vu_logo-container {
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 250px;
}
.vu_wc-with-basket-icon .vu_main-menu-container .vu_logo-container {
  padding: 0 15px;
}
.vu_main-header.vu_mh-type-3 .vu_main-menu-container .vu_logo-container {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.vu_main-header.vu_mh-type-3
  .vu_main-menu-container
  .vu_logo-container
  .vu_site-logo {
  margin: 0 auto;
}
.vu_main-menu-container .vu_mm-top-right {
  text-align: left;
}
.vu_main-menu {
  font-size: 14px;
  float: none;
  vertical-align: middle;
}
.vu_main-header.vu_mh-type-3 .vu_main-menu {
  display: block;
  text-align: center;
}
.vu_main-menu .vu_mm-list {
  position: static;
  /*position: relative;*/
}
.vu_main-menu > ul > li {
  padding: 0;
  border-left: 1px solid rgba(104, 79, 64, 0.2);
}
.vu_main-menu > ul > li:first-child {
  border-left: none;
}
.vu_main-menu > ul > li a {
  color: inherit;
  padding: 5px 15px;
  display: block;
  transition: all 0.3s ease-out !important;
}
.vu_main-menu > ul > li a i {
  margin-right: 10px;
}
.vu_main-menu > ul > li > a {
  padding: 7px 17px;
  margin: 0;
}
.vu_main-menu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  margin-left: 10px;
  display: inline-block;
}
.vu_main-menu > ul > li.vu_mm-button {
  border-left: none !important;
}
.vu_main-menu > ul > li.vu_mm-button > a {
  color: var(--primary-color) !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 3px !important;
  border: 2px solid var(--primary-color) !important;
  background-color: #fff !important;
}
.vu_main-menu .sub-menu a,
.vu_main-menu .sub-menu li {
  transition: all 0.3s ease-out !important;
}
.vu_main-menu > ul > li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.vu_main-menu li.active > a,
.vu_main-menu li.current-menu-parent > a,
.vu_main-menu li.current-menu-ancestor > a,
.vu_main-menu li.current-menu-item > a {
  color: var(--primary-color);
}
.vu_main-menu ul {
  position: relative;
  overflow: inherit;
  font-size: 0;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.vu_main-menu ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #696969;
  text-decoration: none;
  text-transform: uppercase;
}
.vu_main-menu ul li {
  position: relative;
  display: inline-block;
}
.vu_main-menu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  margin: 0 0 0;
  padding: 0;
  z-index: 9999;
  transition: all 0.17s ease-in-out;
  transform-origin: 0 0;
  transform: rotateX(-90deg);
}
.vu_main-menu ul li ul.sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 1px;
}
.vu_main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}
.vu_main-menu .vu_mm-submenu-center ul.sub-menu {
  left: 50%;
  margin-left: -90px;
}
.vu_main-menu .vu_mm-submenu-right ul.sub-menu {
  left: auto !important;
  right: 0;
}
.vu_main-menu .vu_mm-submenu-right ul.sub-menu:before {
  left: auto !important;
  right: -1px;
}
.vu_main-menu ul.sub-menu .vu_mm-submenu-right ul.sub-menu {
  left: auto !important;
  right: 100%;
  margin-right: 1px;
  margin-left: 0;
}
.vu_main-menu ul li ul.sub-menu li {
  position: relative;
  margin: 0;
  display: block;
  float: none;
}
.vu_main-menu ul li ul.sub-menu li a {
  font-weight: normal;
  display: block;
  text-transform: none;
  background-color: #efefef;
  padding: 10px 17px 10px 20px;
  line-height: 22px;
  text-align: left;
}
.vu_main-menu ul li ul.sub-menu li a:before {
  display: none;
}
.vu_main-menu ul li ul.sub-menu li a:hover,
.vu_main-menu ul li ul.sub-menu li.active > a {
  color: var(--primary-color); /*background-color: var(--primary-color);*/
}
.vu_main-menu ul li ul.sub-menu li > ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
  margin-top: 0;
  padding: 0;
}
.vu_main-menu ul.sub-menu li:hover > a,
.vu_main-menu ul.sub-menu li.active > a,
.vu_main-menu ul.sub-menu li.current-menu-parent > a,
.vu_main-menu ul.sub-menu li.current-menu-ancestor > a,
.vu_main-menu ul.sub-menu li.current-menu-item > a {
  color: var(--primary-color);
  /*background-color: var(--secondary-color);*/
}
.vu_main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: inherit;
  margin-left: 5px;
  display: block;
  float: right;
}
.vu_main-menu .vu_mm-label-new > a,
.vu_main-menu .vu_mm-label-unique > a {
  position: relative;
}
.vu_main-menu .vu_mm-label-new > a:after,
.vu_main-menu .vu_mm-label-unique > a:after {
  content: "New";
  position: absolute;
  font-size: 8px;
  padding: 3px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 2px;
  transform: translateX(5px) translateY(-5px);
  background-color: var(--secondary-color);
}
.vu_main-menu .vu_mm-label-unique > a:after {
  content: "Unique";
  background-color: var(--primary-color);
}

/* Mega Menu */
.vu_main-menu .vu_mega-menu {
  position: static;
}
.vu_main-menu .vu_mega-menu > a {
  position: relative;
}
.vu_main-menu .vu_mega-menu > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 200%;
  display: none;
}
.vu_main-menu .vu_mega-menu > a:hover:before {
  display: block;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu {
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #efefef;
}
.vu_main-menu .vu_mega-menu ul.sub-menu {
  padding: 0 !important;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li {
  float: left;
  padding: 25px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li:not([class*="vu_mm-item-col-"]) {
  width: 25%;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li:last-child {
  border-right: none;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li .sub-menu {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  box-shadow: none;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li .sub-menu li a {
  padding: 8px 15px;
  border-radius: 1px;
  margin: 0;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li > a:after {
  display: none !important;
}
.vu_mega-menu .vu_mm-item-title > a {
  position: relative !important;
  color: #343434 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 5px 15px 7px !important;
  margin: 0 0 5px !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
}
.vu_mega-menu .vu_mm-item-title > a:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background-color: #ddd;
  opacity: 0;
}
.vu_mega-menu .vu_mm-item-empty > a {
  visibility: hidden;
}
.vu_mega-menu .vu_mm-item-hide > a {
  display: none !important;
}
.vu_mega-menu .vu_mm-item-col-12 {
  width: 100%;
}
.vu_mega-menu .vu_mm-item-col-11 {
  width: 91.66666667%;
}
.vu_mega-menu .vu_mm-item-col-10 {
  width: 83.33333333%;
}
.vu_mega-menu .vu_mm-item-col-9 {
  width: 75%;
}
.vu_mega-menu .vu_mm-item-col-8 {
  width: 66.66666667%;
}
.vu_mega-menu .vu_mm-item-col-7 {
  width: 58.33333333%;
}
.vu_mega-menu .vu_mm-item-col-6 {
  width: 50%;
}
.vu_mega-menu .vu_mm-item-col-5 {
  width: 41.66666667%;
}
.vu_mega-menu .vu_mm-item-col-4 {
  width: 33.33333333%;
}
.vu_mega-menu .vu_mm-item-col-3 {
  width: 25%;
}
.vu_mega-menu .vu_mm-item-col-2 {
  width: 16.66666667%;
}
.vu_mega-menu .vu_mm-item-col-1 {
  width: 8.33333333%;
}

/* Search Menu Item */
.vu_search-menu-item {
  margin-left: 10px !important;
  border-left: 0 !important;
}
.vu_search-menu-item a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.vu_search-menu-item a i {
  margin: 0 !important;
}

/* Fixed Menu */
.vu_menu-affix.affix-top {
  position: relative;
}
.vu_menu-affix.affix {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.95);
  transition: background-color 0.5s ease-out;
}
.vu_menu-affix.affix .vu_site-logo .vu_sl-light,
.vu_menu-affix.affix .vu_site-logo .vu_sl-dark {
  display: none !important;
}
.vu_menu-affix.affix .vu_site-logo .vu_sl-small {
  display: block !important;
}
.admin-bar .vu_menu-affix.affix {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .vu_menu-affix.affix {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .vu_menu-affix.affix {
    top: 0px;
  }
}
.vu_menu-affix-height {
  display: none;
}
.vu_menu-affix.affix + .vu_menu-affix-height {
  display: block;
}

.vu_menu-affix.affix .vu_main-menu-container {
  top: 0;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*.vu_menu-affix.affix .vu_main-menu-container .vu_mm-top-full > ul > li:last-child > a { margin-right: 0; }*/

.vu_menu-affix.affix .vu_main-menu ul li ul.sub-menu {
  margin-top: 0;
}
@media (min-width: 768px) {
  .vu_menu-affix.affix .vu_main-menu-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .vu_menu-affix.affix .vu_main-menu-container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .vu_menu-affix.affix .vu_main-menu-container {
    width: 1170px;
  }
}

/* Mobile Menu */
.vu_no-scroll {
  overflow: hidden;
}
.vu_mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  display: none;
}
.vu_mobile-menu.active {
  display: block;
}
.vu_mobile-menu .vu_mm-logo {
  float: left;
}
.vu_mobile-menu .vu_mm-logo img {
  height: 40px;
  max-height: 40px;
  width: auto;
  max-width: 100%;
  margin: 15px 15px;
}
.vu_mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vu_mobile-menu > ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.vu_mobile-menu ul li {
  display: block;
}
.vu_mobile-menu ul li a {
  display: block;
  font-size: 14px;
  color: #343434;
  padding: 12px 20px 8px;
  border-top: 1px solid #f1f1f1;
}
.vu_mobile-menu ul li.current-menu-item > a {
  color: var(--primary-color);
  background-color: #f1f1f1;
}
.vu_mobile-menu ul li a:hover,
.vu_mobile-menu ul li.current-menu-item > a:hover,
.vu_mobile-menu .vu_mm-remove:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.vu_mobile-menu ul.sub-menu li a {
  padding-left: 40px;
}
.vu_mobile-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 60px;
}
.vu_mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 80px;
}
.vu_mobile-menu .vu_mm-item-title > a {
  display: none !important;
}
.vu_mobile-menu .vu_mega-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 40px;
}
.vu_mm-open,
.vu_search-icon.vu_si-responsive,
.vu_wc-menu-item.vu_wc-responsive {
  display: none;
  position: absolute;
  right: 0;
  top: 50% !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  color: #343434;
  text-align: center;
  border: 1px solid #eee !important;
}
.vu_search-icon.vu_si-responsive {
  right: 50px;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-link {
  color: #343434;
}
.vu_main-header.vu_mh-transparent .vu_menu-affix:not(.affix) .vu_mm-open,
.vu_main-header.vu_mh-transparent
  .vu_menu-affix:not(.affix)
  .vu_wc-menu-item.vu_wc-responsive
  .vu_wc-cart-link {
  color: #fff;
}
.vu_wc-menu-item.vu_wc-responsive:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 25px;
  width: 100%;
}
.vu_mm-open:hover,
.vu_mm-open:focus,
.vu_search-icon.vu_si-responsive:hover,
.vu_search-icon.vu_si-responsive:focus,
.vu_wc-menu-item.vu_wc-responsive:hover,
.vu_wc-menu-item.vu_wc-responsive:focus {
  color: var(--secondary-color);
}
.vu_wc-menu-item.vu_wc-responsive {
  right: auto !important;
  left: 0 !important;
  margin-left: 0;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-notification {
  right: auto;
  left: 0;
  margin-top: 25px !important;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-notification:before {
  right: auto;
  left: 13px;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart {
  right: auto;
  left: 0;
  margin-top: 25px;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart:before {
  right: auto;
  left: 18px;
}
.vu_mobile-menu .vu_mm-remove {
  display: inline-block;
  padding: 0;
  margin: 15px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  color: #343434;
  text-align: center;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

/* Submenu Toggle */
.vu_mobile-menu .menu-item-has-children {
  position: relative;
}
.vu_mobile-menu .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.vu_mobile-menu .menu-item-has-children.vu_toggle-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.vu_mobile-menu .menu-item-has-children .vu_toggle-sub-menu {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 0 !important;
  line-height: 45px;
  text-align: center;
  border: none !important;
  background: none !important;
}
.vu_mobile-menu .menu-item-has-children.vu_mega-menu.vu_toggle-open .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.vu_mobile-menu
  .menu-item-has-children.vu_mega-menu
  .sub-menu
  .vu_toggle-sub-menu {
  display: none;
}
.vu_mobile-menu .menu-item-has-children .vu_toggle-sub-menu:hover,
.vu_mobile-menu .menu-item-has-children .vu_toggle-sub-menu:focus {
  outline: none !important;
  box-shadow: none !important;
}
.vu_mobile-menu .menu-item-has-children .vu_toggle-sub-menu:before {
  content: "\e145";
  font-family: "Milingona";
  font-size: 16px;
  color: #343434;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vu_mobile-menu
  .menu-item-has-children.vu_toggle-open
  > .vu_toggle-sub-menu:before {
  content: "\e15b";
}

/* Page Header
================================================== */
.vu_page-header {
  position: relative;
  overflow: hidden;
}
.vu_page-header.vu_ph-with-pattern:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA7qGbGI1wPFGtElwIIgxcgScEFkCRRBmASGIEgCAHIgBYac1+fNAAAAAElFTkSuQmCC);
}
.vu_page-header.vu_ph-with-border:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: auto !important;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
  box-shadow: inset 0 0 0 2px var(--secondary-color), inset 0 0 0 8px #fff,
    inset 0 0 0 10px var(--secondary-color);
}
.vu_page-header.vu_ph-with-bg > *,
.vu_page-header.vu_ph-with-pattern > * {
  position: relative;
  z-index: 3;
}
.vu_page-header.vu_ph-with-bg {
  position: relative;
  z-index: 1;
  border: none !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vu_page-header.vu_ph-with-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.vu_page-header.vu_ph-with-bg:not(.vu_ph-with-border):before {
  left: 0;
  top: 0;
  bottom: 0;
}
.vu_page-header.vu_ph-with-bg .vu_ph-title {
  color: #fff !important;
}
.vu_page-header.vu_ph-with-bg .vu_ph-breadcrumbs * {
  color: #fff !important;
}
.vu_page-header.vu_ph-with-bg .vu_ph-breadcrumbs a:hover {
  opacity: 0.8;
}
.vu_page-header[data-parallax] .vu_ph-breadcrumbs * {
  color: #fff;
}
.vu_page-header[data-parallax] .vu_ph-breadcrumbs a:hover {
  opacity: 0.8;
}
.vu_page-header .vu_ph-container {
  position: relative;
  z-index: 3;
  display: table;
  width: 100%;
  height: 100%;
}
.vu_page-header .vu_ph-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Style 1 */
.vu_page-header.vu_ph-style-1 {
  display: flex;
  margin-bottom: 70px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.vu_page-header.vu_ph-style-1.vu_ph-with-border {
  border-top: 0;
  border-bottom: 0;
}
.vu_page-header.vu_ph-style-1 .container {
  align-self: center;
}
.vu_page-header.vu_ph-style-1 .vu_ph-title {
  float: left;
  font-size: 20px;
  line-height: 26px;
  color: #343434;
  text-transform: uppercase;
  margin: 0;
  padding: 3px 0 0 0;
}
.vu_page-header.vu_ph-style-1 .vu_ph-title a {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs {
  float: right;
}
@media (max-width: 480px) {
  .vu_page-header.vu_ph-style-1 {
    text-align: center;
  }
  .vu_page-header.vu_ph-style-1 .vu_ph-title,
  .vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs {
    float: none;
  }
  .vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs {
    margin-top: 30px;
  }
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs * {
  font-size: 14px;
  line-height: 30px;
  color: #696969;
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs .divider i {
  margin: 0 2px 0 5px;
  color: var(--primary-color) !important;
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs a span {
  color: #343434;
  transition: all 0.3s ease-in-out;
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs a:hover,
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs a:hover span {
  text-decoration: none;
  color: var(--primary-color);
}

/* Style 2 */
.vu_page-header.vu_ph-style-2 {
  position: relative;
  margin-bottom: 70px;
}
.vu_page-header.vu_ph-style-2 .vu_ph-title {
  position: relative;
  color: #fff !important;
  margin: 0;
  padding: 0 0 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.vu_page-header.vu_ph-style-2 .vu_ph-title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: var(--primary-color);
}
.vu_page-header.vu_ph-style-2 .vu_ph-subtitle {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  max-width: 80%;
  margin: 15px auto 0;
}

/* Custom Menu
================================================== */
.widget_nav_menu .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_nav_menu .menu > li {
  position: relative;
  display: block;
  border: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
}
.widget_nav_menu .menu > li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu .menu > li > a {
  display: block;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 600;
  padding: 9px 15px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  background-color: #fcfcfc;
}
.widget_nav_menu .menu > li > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li.current-menu-parent > a,
.widget_nav_menu ul li.current-menu-ancestor > a,
.widget_nav_menu ul li.current-menu-item > a {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

/* Sub Menus */
.widget_nav_menu ul.sub-menu {
  padding: 0;
  background-color: #ffffff;
}
.widget_nav_menu ul.sub-menu li {
  position: relative;
  display: block;
  margin: 0;
  border: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
}
.widget_nav_menu ul.sub-menu li a {
  display: block;
  font-size: 14px;
  padding: 11px 20px 7px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.widget_nav_menu ul.sub-menu li.level-2 > a {
  padding-left: 25px;
}
.widget_nav_menu ul.sub-menu li.level-3 > a {
  padding-left: 30px;
}
.widget_nav_menu ul.sub-menu li.level-4 > a {
  padding-left: 35px;
}
.widget_nav_menu ul.sub-menu li.level-5 > a {
  padding-left: 40px;
}
.widget_nav_menu ul.sub-menu li.level-6 > a {
  padding-left: 45px;
}
.widget_nav_menu ul.sub-menu li.level-7 > a {
  padding-left: 50px;
}
.widget_nav_menu ul.sub-menu li.level-8 > a {
  padding-left: 55px;
}
.widget_nav_menu ul.sub-menu li.level-9 > a {
  padding-left: 60px;
}
.widget_nav_menu ul.sub-menu li.level-10 > a {
  padding-left: 65px;
}

/* display */
.vu_d-b {
  display: block;
}
.vu_d-ib {
  display: inline-block;
}
.vu_d-t {
  display: table;
}
.vu_d-tr {
  display: table-row;
}
.vu_d-td {
  display: table-cell;
}

/* General */
.transition-all {
  transition: all 0.3s ease-in-out;
}

.transition-opacity {
  transition: opacity 0.3s ease-in-out;
}

.vu_overflow-hidden {
  overflow: hidden !important;
}

/* Date Picker */
.vu_datepicker-wrap .ui-widget {
  font-family: inherit;
}
.vu_datepicker-wrap .ui-datepicker {
  padding: 0;
}
.vu_datepicker-wrap .ui-widget-content {
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
}
.vu_datepicker-wrap .ui-datepicker-header {
  position: relative;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  padding: 0;
  border-bottom: none;
  overflow: hidden;
  text-transform: uppercase;
  background-color: #343434;
}
.vu_datepicker-wrap .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-title {
  font-family: inherit;
  line-height: 2.2em;
  font-weight: normal;
  text-align: center;
  width: 80%;
  margin: auto;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-prev,
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  background-color: #343434;
  border-radius: 0;
  font-weight: normal;
  border: none;
  height: 2.2em;
  width: 1.4em;
  text-indent: -9999px;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-next.ui-state-hover {
  background-color: #666;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-prev {
  left: 0;
  border-right: 1px solid #e6e6e6;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-next {
  right: 0;
  border-left: 1px solid #e6e6e6;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-prev span,
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-next span {
  margin-top: -4px;
  top: 40%;
  position: absolute;
  width: 16px;
  height: 16px;
}
.vu_datepicker-wrap .ui-icon-circle-triangle-e {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
}

.vu_datepicker-wrap .ui-icon-circle-triangle-w {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -96px 0;
}

.vu_datepicker-wrap .ui-datepicker table {
  margin: 0;
}

.vu_datepicker-wrap .ui-datepicker th {
  padding: 8px 3px;
  text-transform: uppercase;
  color: #bbb;
  font-weight: normal;
  font-size: 11px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.vu_datepicker-wrap .ui-datepicker td {
  border: none;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-size: 13px;
}
.vu_datepicker-wrap td:last-child {
  border-right: 0;
}
.vu_datepicker-wrap td.ui-state-disabled .ui-state-default {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.vu_datepicker-wrap td .ui-state-default {
  display: block;
  background: transparent;
  border: none;
  color: #2b2b2b;
  margin: 0;
  padding: 8px;
  font-family: inherit;
  font-weight: normal;
  text-align: center;
}
.vu_datepicker-wrap .ui-datepicker-calendar .ui-state-hover {
  background: #f1f1f1;
  color: #b2b2b2;
  text-decoration: none;
}
.vu_datepicker-wrap .ui-datepicker-calendar .ui-state-highlight {
  color: var(--primary-color);
  background-color: #f5f5f5;
}
.vu_datepicker-wrap td a.ui-state-active,
.vu_datepicker-wrap td a.ui-state-active.ui-state-hover {
  color: #fff;
  background-color: var(--primary-color);
}
.vu_dp-options,
.vu_tp-options {
  display: none !important;
}

/* Select2 */
.vu_select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: #696969;
  height: 42px;
  outline: 0;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease-out;
}
.select2-container .select2-selection--single {
  height: 42px;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open
  .select2-selection--multiple {
  border-color: var(--secondary-color);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #696969;
  height: 42px;
  padding: 6px 25px 6px 12px;
  line-height: 30px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #aaa;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 34px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iZXhwYW5kLW1vcmUiPgoJCTxwb2x5Z29uIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgICAiIGZpbGw9IiNhYWFhYWEiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  * {
  display: none !important;
}
.vu_select2[data-options*="allowClear"]
  + .vu_select2-container.select2-container
  .select2-selection--single
  .select2-selection__rendered[title]
  + .select2-selection__arrow {
  display: none !important;
}
.select2-search--dropdown {
  padding: 6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: #696969;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  outline: 0;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  outline: none !important;
}
.select2-dropdown {
  box-shadow: none;
  outline: 0;
  border-radius: 0px;
  border: 1px solid var(--secondary-color);
  background-color: #fff;
}
.select2-results__option {
  padding: 6px 12px;
}
.select2-results__option,
.select2-results__option:hover,
.select2-results__option:focus {
  outline: none !important;
  box-shadow: none !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: var(--primary-color);
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #696969;
  background-color: #f1f1f1;
}
.select2-container--default .select2-results__option.select2-results__message {
  font-size: 14px;
  padding: 1px 4px 5px 6px;
}

/* Section
================================================== */
.vu_section .vu_s-wrapper {
  position: relative;
}
.vu_section .vu_s-wrapper.vu_s-color-overlay:before,
.vu_section .vu_s-wrapper.vu_s-pattern-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.vu_section .vu_s-wrapper.vu_s-pattern-overlay:after {
  background-repeat: repeat;
}
.vu_section .vu_s-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
}

/* Row
================================================== */
.vu_row {
  margin-left: 0;
  margin-right: 0;
}
.vu_row .vu_r-wrapper {
  position: relative;
}
.vu_row .vu_r-wrapper.vu_r-equal-height .vu_r-content {
  display: flex;
}
@media (max-width: 991px) {
  .vu_row .vu_r-wrapper.vu_r-equal-height .vu_r-content {
    display: block;
  }
}
.vu_row .vu_r-wrapper.vu_r-color-overlay:before,
.vu_row .vu_r-wrapper.vu_r-pattern-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.vu_row .vu_r-wrapper.vu_r-pattern-overlay:after {
  background-repeat: repeat;
}
.vu_row .vu_r-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
}
.vu_row .vu_r-wrapper > .vu_clone {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 4;
}
.vu_row .vu_r-wrapper > .vu_clone + .vu_r-content {
  position: static;
}
.vu_row .vu_r-wrapper > .vu_clone > * {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.vu_row .vu_r-wrapper > .vu_clone.vu_c-stretch-full {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
.vu_row .vu_r-wrapper > .vu_clone.vu_c-stretch-right {
  right: 0;
}
.vu_row .vu_r-wrapper > .vu_clone.vu_c-stretch-right {
  right: 0;
}
@media (max-width: 767px) {
  .vu_row .vu_r-wrapper > .vu_clone {
    display: none !important;
  }
}

/* Row Inner
================================================== */
.vu_row-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vu_row-inner .vu_r-wrapper {
  position: relative;
}
.vu_row-inner .vu_ri-wrapper.vu_ri-equal-height .vu_ri-content {
  display: flex;
}
@media (max-width: 991px) {
  .vu_row-inner .vu_ri-wrapper.vu_ri-equal-height .vu_ri-content {
    display: block;
  }
}
.vu_row-inner .vu_ri-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
}

/* Column
================================================== */
.vu_row.vu_r-layout-boxed .vu_column:not([class*="col-"]),
.vu_container.vu_c-type-fullwidth:not(.vu_with-sidebar)
  .vu_row.vu_r-layout-boxed
  .vu_column:not([class*="col-"]) {
  padding-left: 15px;
  padding-right: 15px;
}
.vu_column .vu_c-wrapper {
  position: relative;
}
.vu_column.vu_c-valign-auto {
  align-self: auto;
}
.vu_column.vu_c-valign-top {
  align-self: baseline;
}
.vu_column.vu_c-valign-middle {
  align-self: center;
}
.vu_column.vu_c-valign-bottom {
  align-self: flex-end;
}
.vu_column.vu_c-valign-stretch {
  align-self: stretch;
}
.vu_column.vu_c-layout-stretch-full > .vu_c-wrapper,
.vu_column.vu_c-layout-stretch-left > .vu_c-wrapper,
.vu_column.vu_c-layout-stretch-right > .vu_c-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .vu_column.vu_c-layout-stretch-full .vu_c-wrapper,
  .vu_column.vu_c-layout-stretch-left .vu_c-wrapper,
  .vu_column.vu_c-layout-stretch-right .vu_c-wrapper {
    display: block;
  }
}

/* Column Inner
================================================== */
.vu_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.vu_column-inner .vu_ci-wrapper {
  position: relative;
}
.vu_column-inner.vu_ci-valign-top {
  align-self: baseline;
}
.vu_column-inner.vu_ci-valign-middle {
  align-self: center;
}
.vu_column-inner.vu_ci-valign-bottom {
  align-self: flex-end;
}

/* Accordion
================================================== */
.vu_accordion {
  margin-bottom: 30px;
}
.vu_accordion .vu_a-section {
  margin: 0 0 15px 0 !important;
}
.vu_accordion .vu_a-section:last-child {
  margin-bottom: 0 !important;
}
.vu_accordion .vu_a-wrapper .vu_a-header {
  margin: 0 !important;
  position: relative;
  font-size: inherit;
  cursor: pointer;
  line-height: 20px !important;
  padding: 10px 20px !important;
  background-color: var(--secondary-color) !important;
  transition: all 0.3s ease-in-out;
}
.vu_accordion .vu_a-wrapper .vu_a-header.ui-state-active {
  background-color: var(--primary-color) !important;
}
.vu_accordion .vu_a-wrapper .vu_a-header a {
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 24px;
  padding: 0 !important;
}
.vu_accordion .vu_a-wrapper .vu_a-header.ui-state-active a {
  color: #fff;
}
.vu_accordion .vu_a-wrapper .vu_a-header.ui-state-focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon,
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon {
  display: block !important;
  float: right !important;
  width: auto !important;
  height: 24px !important;
  background-image: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: 20px !important;
  margin-top: 0 !important;
  color: #fff !important;
  text-align: right !important;
  text-indent: 0 !important;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon {
  color: #fff !important;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon i.fa {
  font-size: 20px !important;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon .vu_a-active-icon {
  display: none !important;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon .vu_a-inactive-icon {
  display: none !important;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon .vu_a-active-icon {
  display: block !important;
}
.vu_accordion .vu_a-content {
  padding: 0 !important;
}
.vu_accordion .vu_a-content .wpb_content_element {
  padding: 0 20px 20px 20px !important;
  margin: 0 !important;
}
.vu_accordion .vu_a-content .wpb_content_element:first-child {
  padding-top: 20px !important;
}
.vu_accordion .vu_a-content .wpb_content_element:last-child {
  padding-bottom: 0 !important;
}

/* Toggle
================================================== */
.vu_toggle {
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.vu_toggle .vu_t-title .fa {
  float: left;
  width: 44px;
  height: 44px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.vu_toggle .vu_t-title .vu_t-inactive-icon {
  display: none;
}
.vu_toggle.vc_toggle_active .vu_t-title .vu_t-active-icon {
  display: none;
}
.vu_toggle.vc_toggle_active .vu_t-title .vu_t-inactive-icon {
  display: inline-block;
}
.vu_toggle .vu_t-title h4 {
  display: inline-block !important;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  color: var(--secondary-color);
  width: calc(100% - 44px);
  margin: 0;
  padding: 10px 20px !important;
  text-transform: uppercase;
  background-color: #f9f9f9;
}
.vu_toggle .vu_t-title:hover .fa,
.vu_toggle.vc_toggle_active .vu_t-title .fa {
  color: #fff;
  background-color: var(--primary-color);
}
.vu_toggle .vu_t-content {
  padding-left: 64px;
  margin: 0 !important;
}
.vu_toggle .vu_t-content .vu_t-content-inner {
  margin-top: 20px;
}
.vu_toggle .vu_t-content .vu_t-content-inner p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 10px 0;
}
.vu_toggle .vu_t-content .vu_t-content-inner p:last-child {
  margin-bottom: 0 !important;
}

/* Tabs
================================================== */
/* #1 (Default) */
.vu_tabs .vu_t-wrapper {
  border: 2px solid #f1f1f1;
  padding: 0 25px 25px !important;
}
.vu_tabs.vu_t-nav-bottom .vu_t-wrapper {
  padding: 25px 25px 0 25px !important;
}
.vu_tabs:not(.vu_t-nav-bottom) .vu_t-nav {
  border-bottom: 2px solid #f1f1f1 !important;
  margin-bottom: 10px !important;
}
.vu_tabs.vu_t-nav-bottom .vu_t-nav {
  border-top: 2px solid #f1f1f1 !important;
  margin-top: 10px !important;
}
.vu_tabs .vu_t-nav li {
  float: none !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.vu_tabs .vu_t-nav li a {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--secondary-color) !important;
  padding: 14px 20px 10px !important;
  margin: 0 !important;
}
.vu_tabs.vu_t-nav-left .vu_t-nav {
  text-align: left;
}
.vu_tabs.vu_t-nav-right .vu_t-nav {
  text-align: right;
}
.vu_tabs.vu_t-nav-center .vu_t-nav {
  text-align: center;
}
.vu_tabs:not(.vu_t-nav-right):not(.vu_t-nav-center) .vu_t-nav li:first-child a {
  padding-left: 0 !important;
}
.vu_tabs.vu_t-nav-right .vu_t-nav li:last-child a {
  padding-right: 0 !important;
}
.vu_tabs .vu_t-nav li.ui-tabs-active a {
  color: var(--primary-color) !important;
}
.vu_tabs .vu_t-nav li:hover a {
  opacity: 0.9;
}
.vu_tabs .vu_t-panel {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.vu_tabs .vu_t-panel .wpb_content_element {
  margin-bottom: 20px !important;
}

.vu_tabs .vu_t-panel .wpb_content_element:last-child {
  margin-bottom: 0 !important;
}

/* #2 */
.vu_tabs.vu_t-style-2 .vu_t-nav {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.vu_tabs.vu_t-style-2:not(.vu_t-nav-bottom) .vu_t-nav {
  border-bottom: 2px solid #f1f1f1 !important;
}
.vu_tabs.vu_t-style-2.vu_t-nav-bottom .vu_t-nav {
  border-top: 2px solid #f1f1f1 !important;
}
.vu_tabs.vu_t-style-2 .vu_t-nav li a {
  padding: 13px 25px 11px !important;
}
.vu_tabs.vu_t-style-2:not(.vu_t-nav-right):not(.vu_t-nav-center)
  .vu_t-nav
  li:first-child
  a {
  padding-left: 25px !important;
}
.vu_tabs.vu_t-style-2.vu_t-nav-right .vu_t-nav li:last-child a {
  padding-right: 25px !important;
}
.vu_tabs.vu_t-style-2 .vu_t-nav li.ui-tabs-active a {
  background-color: #f1f1f1 !important;
}
.vu_tabs.vu_t-style-2 .vu_t-nav li:not(.ui-tabs-active):hover a {
  opacity: 0.9;
  background-color: #f9f9f9 !important;
}

/* #3 */
.vu_tabs.vu_t-style-3 .vu_t-wrapper {
  border: none !important;
  padding: 0 !important;
}
.vu_tabs.vu_t-style-3 .vu_t-nav {
  border: none !important;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default a {
  position: relative;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default a:after {
  content: "/";
  position: absolute;
  right: -2px;
  color: #ddd;
  width: 4px;
  text-align: center;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default:last-child a:after {
  content: "" !important;
  display: none !important;
}

/* Tour (Vertical Tabs)
================================================== */
.vu_tour .vu_t-wrapper .vu_t-panel {
  padding: 20px 25px !important;
  border: 2px solid #f1f1f1 !important;
}
.vu_tour .vu_t-wrapper .vu_t-nav a {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: var(--secondary-color) !important;
  padding: 11px 20px 9px !important;
  margin: 0 !important;
  text-transform: uppercase;
  border: 2px solid #f1f1f1 !important;
  background-color: #fff !important;
}
.vu_tour .vu_t-nav li {
  margin: 0 !important;
}
.vu_tour .vu_t-wrapper .vu_t-nav > li + li a {
  border-top: none !important;
}
.vu_tour .vu_t-nav li.ui-tabs-active a {
  color: var(--primary-color) !important;
  background-color: #f1f1f1 !important;
}
.vu_tour .vu_t-nav li:not(.ui-tabs-active):hover a {
  background-color: #f9f9f9 !important;
}
.wpb_tour_next_prev_nav {
  display: none !important;
}
.vu_tour .vu_t-wrapper .vu_t-panel {
  float: right;
}

/* right */
.vu_tour.vu_t-nav-right .vu_t-nav,
.vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
  float: right;
}
.vu_tour.vu_t-nav-left .vu_t-wrapper .vu_t-panel {
  margin-left: -2px;
}
.vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
  margin-right: -2px;
}

@media (max-width: 480px) {
  .vu_tour.vu_t-nav-left .vu_t-wrapper .vu_t-panel {
    margin-top: -2px;
    margin-left: 0px;
  }
  .vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
    margin-top: -2px;
    margin-right: 0px;
  }
}

/* Preloader
================================================== */
#vu_preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Progress Bar
================================================== */
.vu_progress-bar {
  color: #343434;
  margin-bottom: 20px;
}
.vu_progress-bar .vu_pb-label,
.vu_progress-bar .vu_pb-count {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-transform: uppercase;
  line-height: 25px;
}
.vu_progress-bar .vu_pb-label {
  float: left;
}
.vu_progress-bar .vu_pb-count {
  float: right;
}
.vu_progress-bar .vu_pb-container {
  position: relative;
  margin-top: 10px;
  background-color: #e1e1e1;
}
.vu_progress-bar .vu_pb-bar {
  width: 0;
  height: 10px;
  text-align: right;
  background-color: var(--primary-color);
  transition: width 0.5s ease-in-out;
}

/* Countdown
================================================== */
.vu_countdown {
  text-align: center;
  margin-bottom: 30px;
}
.vu_countdown.vu_c-alignment-left {
  text-align: left;
}
.vu_countdown.vu_c-alignment-left .countdown-section:first-child {
  margin-left: 0 !important;
}
.vu_countdown.vu_c-alignment-center {
  text-align: center;
}
.vu_countdown.vu_c-alignment-right {
  text-align: right;
}
.vu_countdown.vu_c-alignment-right .countdown-section:last-child {
  margin-right: 0 !important;
}
.vu_countdown .countdown-row {
  clear: both;
  display: block;
  margin-bottom: -15px;
}
.vu_countdown .countdown-section {
  display: inline-block;
  width: 130px;
  margin: 0 15px 15px;
  padding: 2em 0 2.1em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.85);
}
.vu_countdown .countdown-amount {
  display: block;
  font-size: 38px;
  line-height: 1;
}
.vu_countdown .countdown-period {
  margin-top: 15px;
  font-size: 15px;
  color: var(--primary-color);
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

/* Medium size */
.vu_countdown.vu_c-size-medium .countdown-row {
  margin-bottom: -10px;
}
.vu_countdown.vu_c-size-medium .countdown-section {
  width: 100px;
  margin: 0 10px 10px;
  padding: 1.7em 0 1.8em;
}
.vu_countdown.vu_c-size-medium .countdown-amount {
  font-size: 28px;
}
.vu_countdown.vu_c-size-medium .countdown-period {
  font-size: 13px;
  margin-top: 10px;
}

/* Small size */
.vu_countdown.vu_c-size-small .countdown-row {
  margin-bottom: -3px;
}
.vu_countdown.vu_c-size-small .countdown-section {
  width: 58px;
  margin: 0 3px 3px;
  padding: 1em 0 1.1em;
}
.vu_countdown.vu_c-size-small .countdown-amount {
  font-size: 22px;
}
.vu_countdown.vu_c-size-small .countdown-period {
  font-size: 11px;
  margin-top: 6px;
  text-transform: none;
}

/* Widget Navigation
================================================== */
.vu_widget-nav {
  margin: -20px 0;
}
.vu_widget-nav li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
}
.vu_widget-nav li:last-child {
  border-bottom: none;
}
.vu_widget-nav a {
  display: block;
  padding: 10px 0;
  color: #343434;
}
.vu_widget-nav li.active > a,
.vu_widget-nav a:hover {
  color: var(--primary-color);
}
.vu_widget-nav a i {
  float: right;
  line-height: 20px;
}

/* Image Box
================================================== */
.vu_image-box {
  position: relative;
  padding: 25px 25px 20px 25px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  background-color: #fcfcfc;
}
.vu_image-box.vu_ib-position-bottom {
  padding: 20px 25px 25px 25px;
}
.vu_image-box .vu_ib-image {
  overflow: hidden;
  margin: -26px -26px 20px -26px;
  background-color: #f9f9f9;
}
.vu_image-box.vu_ib-position-bottom .vu_ib-image {
  margin: 20px -26px -26px -26px;
}
.vu_image-box .vu_ib-image img {
  display: block;
  width: 100%;
  transform: translateZ(0px);
  transition: all 0.3s ease-in-out;
}
.vu_image-box .vu_ib-image:hover img {
  transform: scale(1.1) translateZ(0px);
  opacity: 0.7;
}
.vu_image-box .vu_ib-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}
.vu_image-box .vu_ib-title a {
  color: inherit;
}
.vu_image-box .vu_ib-title a:hover {
  opacity: 0.8;
}
.vu_image-box .vu_ib-description {
  margin-top: 15px;
}
.vu_image-box .vu_ib-description p {
  font-family: inherit;
  margin: 0 0 10px 0;
}
.vu_image-box .vu_ib-description p:last-child {
  margin-bottom: 0;
}
.vu_image-box .vu_ib-read-more {
  display: inline-block;
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
  color: var(--secondary-color);
  text-transform: uppercase;
}
.vu_image-box .vu_ib-read-more:hover {
  color: inherit;
  opacity: 0.8;
}
.vu_image-box .vu_ib-read-more i {
  margin-left: 7px;
}

/* Team Member
================================================== */
.vu_team-member {
  text-align: center;
  margin-bottom: 30px;
}
.vu_team-member .vu_tm-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.vu_team-member .vu_tm-social-networks ul {
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.vu_team-member .vu_tm-social-networks li {
  display: inline-block;
  margin: 0 5px;
}
.vu_team-member .vu_tm-social-networks a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: var(--secondary-color);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.vu_team-member .vu_tm-social-networks a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.vu_team-member .vu_tm-name {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
}
.vu_team-member .vu_tm-name a {
  color: inherit;
}
.vu_team-member .vu_tm-name a:hover {
  opacity: 0.8;
}
.vu_team-member .vu_tm-position {
  margin: 2px 0 0 0;
  display: block;
  font-size: 14px;
}
.vu_team-member .vu_tm-description p:last-child {
  margin-bottom: 0;
}

/* Style 1 */
.vu_team-member.vu_tm-style-1 {
  padding-top: 30px;
}
.vu_team-member.vu_tm-style-1 .vu_tm-container {
  padding: 0 20px 20px 20px;
  border: 2px solid var(--secondary-color);
  transition: all 0.2s ease-in-out;
}
.vu_team-member.vu_tm-style-1:hover .vu_tm-container {
  border-color: var(--primary-color);
}
.vu_team-member.vu_tm-style-1 .vu_tm-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -32px 0 20px 0;
}
.vu_team-member.vu_tm-style-1 .vu_tm-name {
  color: var(--secondary-color);
}
.vu_team-member.vu_tm-style-1 .vu_tm-position {
  color: var(--primary-color);
}
.vu_team-member.vu_tm-style-1 .vu_tm-description {
  margin-top: 20px;
}
.vu_team-member.vu_tm-style-1 .vu_tm-social-networks {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  padding: 25px 20px;
  background-color: rgba(104, 79, 64, 0.6);
  opacity: 0;

  transform: scale(0) rotate(90deg);

  transition: all 0.4s ease-out;
}
.vu_team-member.vu_tm-style-1:hover .vu_tm-social-networks {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.vu_team-member.vu_tm-style-1 .vu_tm-social-networks ul {
  align-self: flex-end;
}

/* Style 2 */
.vu_team-member.vu_tm-style-2 {
  position: relative;
  border: 2px solid #f1f1f1;
}
.vu_team-member.vu_tm-style-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(104, 79, 64, 0.8);

  transition: all 0.3s ease-out;
}
.vu_team-member.vu_tm-style-2 .vu_tm-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 25px 15px;
  opacity: 0;

  transition: all 0.4s ease-out;
}
.vu_team-member.vu_tm-style-2:hover:after,
.vu_team-member.vu_tm-style-2:hover .vu_tm-container {
  opacity: 1;
}
.vu_team-member.vu_tm-style-2 .vu_tm-name {
  color: #fff;
}
.vu_team-member.vu_tm-style-2 .vu_tm-position {
  color: var(--primary-color);
}
.vu_team-member.vu_tm-style-2 .vu_tm-description {
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
}
.vu_team-member.vu_tm-style-2 .vu_tm-social-networks {
  margin-top: 20px;
}

/* Style 3 */
.vu_team-member.vu_tm-style-3 .vu_tm-image {
  position: relative;
  width: 220px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
}
.vu_team-member.vu_tm-style-3 .vu_tm-image img {
  border-radius: 50%;
}
.vu_team-member.vu_tm-style-3 .vu_tm-name {
  color: var(--secondary-color);
}
.vu_team-member.vu_tm-style-3 .vu_tm-position {
  color: var(--primary-color);
}
.vu_team-member.vu_tm-style-3 .vu_tm-description {
  margin-top: 15px;
}
.vu_team-member.vu_tm-style-3 .vu_tm-social-networks {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(104, 79, 64, 0.6);
  opacity: 0;

  transition: all 0.4s ease-out;
}
.vu_team-member.vu_tm-style-3:hover .vu_tm-social-networks {
  opacity: 1;
}

/* Testimonial
================================================== */
/* General */
.vu_testimonial {
  position: relative;
  margin-bottom: 30px;
}
.vu_testimonial.vu_t-alignment-left {
  text-align: left;
}
.vu_testimonial.vu_t-alignment-center {
  text-align: center;
}
.vu_testimonial.vu_t-alignment-right {
  text-align: right;
}
.vu_testimonial.vu_t-style-1 .vu_t-container {
  display: flex;
  align-items: center;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image {
  position: relative;
  width: 25%;
  padding-bottom: 28%;
  margin: 0 auto;
  overflow: hidden;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image .vu_t-ai-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image span {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10.5% 100%);
  clip-path: polygon(0 0, 89.5% 0, 100% 100%, 10% 100%);
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image img {
  display: none;
}
.vu_testimonial.vu_t-style-1 .vu_t-content {
  width: 100%;
  padding: 30px 0;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image + .vu_t-content {
  width: 75%;
  padding: 30px 0 30px 60px;
}
.vu_testimonial.vu_t-style-1 .vu_t-description {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.vu_testimonial.vu_t-style-1 .vu_t-description p:last-child {
  margin-bottom: 0;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-name {
  position: relative;
  color: #333333;
  margin: 20px 0 0;
  padding: 15px 0 0;
  font-size: 15px;
  text-transform: uppercase;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-name:before {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  background-color: var(--secondary-color);
}
.vu_testimonial.vu_t-style-1.vu_t-alignment-left .vu_t-author-name:before {
  left: 0;
  transform: translateX(0);
}
.vu_testimonial.vu_t-style-1.vu_t-alignment-center .vu_t-author-name:before {
  left: 50%;
  transform: translateX(-50%);
}
.vu_testimonial.vu_t-style-1.vu_t-alignment-right .vu_t-author-name:before {
  right: 0;
  transform: translateX(0);
}
.vu_testimonial.vu_t-style-1 .vu_t-author-position {
  display: block;
  color: var(--secondary-color);
}

/* Carousel */
.vu_carousel.vu_c-testimonials {
  position: relative;
  margin-bottom: 0;
}
.vu_carousel.vu_c-testimonials .vu_testimonial.vu_t-style-1 {
  margin-bottom: 0;
}
.vu_carousel.vu_c-testimonials .vu_testimonial.vu_t-style-1 .vu_t-content {
  padding-bottom: 75px;
}
.vu_carousel.vu_c-testimonials .owl-controls .owl-pagination {
  position: absolute;
  right: 12px;
  bottom: 30px;
  margin: 0;
  text-align: right;
}
.vu_carousel.vu_c-testimonials .owl-pagination .owl-page.active span {
  border-color: var(--secondary-color);
}
.vu_carousel.vu_c-testimonials .owl-pagination .owl-page.active span:before {
  background-color: var(--secondary-color);
}

/* Responsive */
@media (max-width: 767px) {
  .vu_testimonial.vu_t-style-1 .vu_t-container {
    display: block !important;
  }
  .vu_testimonial.vu_t-style-1 .vu_t-author-image {
    padding-top: 25px !important;
  }
  .vu_testimonial.vu_t-style-1 .vu_t-content {
    width: 100% !important;
    padding: 30px 0 70px 0 !important;
    text-align: center !important;
  }
  .vu_testimonial.vu_t-style-1 .vu_t-author-name:before,
  .vu_carousel.vu_c-testimonials .owl-controls .owl-pagination {
    right: 50% !important;
    transform: translateX(50%) !important;
  }
}

/* Style 2 */
.vu_testimonial.vu_t-style-2 {
  margin: 0 auto 30px auto;
  max-width: 900px;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-left {
  text-align: left;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-center {
  text-align: center;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-right {
  text-align: right;
}
.vu_testimonial.vu_t-style-2 .vu_t-author-image {
  margin: 0 0 25px;
  overflow: hidden;
}
.vu_testimonial.vu_t-style-2 .vu_t-author-image img {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.vu_testimonial.vu_t-style-2 .vu_t-content {
  text-align: inherit;
}
.vu_testimonial.vu_t-style-2 .vu_t-content p {
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  margin: 0 0 10px 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-content p:last-child {
  margin-bottom: 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-author {
  text-align: inherit;
  padding: 20px 0 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-name {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin: 0;
  position: relative;
  padding-top: 15px;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-name:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: 0px;
  background-color: #ddd;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-left
  .vu_t-author
  .vu_t-author-name:before {
  left: 0;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-center
  .vu_t-author
  .vu_t-author-name:before {
  left: 50%;
  margin-left: -15px;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-right
  .vu_t-author
  .vu_t-author-name:before {
  right: 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-position {
  display: block;
  font-size: 13px;
  color: var(--primary-color);
}

/* Before / After
================================================== */
.vu_before-after-wrapper {
  margin-bottom: 30px;
}
.vu_before-after .twentytwenty-handle {
  height: 42px;
  width: 42px;
  margin-left: -21px;
  margin-top: -21px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.twentytwenty-up-arrow {
  margin-top: -16px;
}
.twentytwenty-down-arrow {
  margin-bottom: -16px;
}
/* horizontal */
.twentytwenty-horizontal .twentytwenty-after-label,
.twentytwenty-horizontal .twentytwenty-before-label {
  margin-top: 0;
  transform: translateY(-50%);
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 2px;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 25px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 25px;
}
.vu_before-after .twentytwenty-after-label,
.vu_before-after .twentytwenty-before-label {
  letter-spacing: normal !important;
}
.vu_before-after .twentytwenty-before-label:empty,
.vu_before-after .twentytwenty-after-label:empty {
  display: none !important;
}
/* vertical */
.twentytwenty-vertical .twentytwenty-after-label,
.twentytwenty-vertical .twentytwenty-before-label {
  margin-left: 0;
  transform: translateX(-50%);
}
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  height: 2px;
  margin-top: -1px;
}
.twentytwenty-vertical .twentytwenty-handle:after {
  margin-right: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  margin-left: 22px;
}

/* Product Item
================================================== */
.vu_product {
  margin-bottom: 30px;
}

/* Style 1 */
.vu_product.vu_p-style-1 .vu_p-image {
  float: left;
  width: 130px;
  height: 130px;
  margin: 0 20px 0 0;
}
.vu_product.vu_p-style-1 .vu_p-image a {
  position: relative;
  display: block;
  border-radius: 50%;
}
.vu_product.vu_p-style-1 .vu_p-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translateZ(0px);
}
.vu_product.vu_p-style-1 .vu_p-image .vu_p-i-cover {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 116px;
  height: 116px;
  line-height: 116px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff, 0 0 0 7px var(--primary-color);
  background-color: rgba(253, 184, 34, 0.6);

  transition: all 0.3s ease-out;
}
.vu_product.vu_p-style-1:hover .vu_p-image .vu_p-i-cover {
  opacity: 1;
}
.vu_product.vu_p-style-1 .vu_p-image + .vu_p-content {
  margin-left: 150px;
}
.vu_product.vu_p-style-1 .vu_p-name {
  font-size: 16px;
  margin: 5px 0 0;
}
.vu_product.vu_p-style-1 .vu_p-name a {
  color: inherit;
}
.vu_product.vu_p-style-1 .vu_p-description {
  font-size: 13px;
  margin: 5px 0 0;
}
.vu_product.vu_p-style-1 .vu_p-description p:last-child {
  margin-bottom: 0;
}
.vu_product.vu_p-style-1 .vu_p-price {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
  margin: 10px 0 0;
}

/* Style 2, 3, 4 and 5 */
.vu_product.vu_p-style-2,
.vu_product.vu_p-style-3,
.vu_product.vu_p-style-4,
.vu_product.vu_p-style-5 {
  position: relative;
  background-color: #fff;
}
.vu_product.vu_p-style-2,
.vu_product.vu_p-style-4 {
  padding: 7px;
  border: 2px solid var(--secondary-color);
}
.vu_product.vu_p-style-2 .vu_p-label,
.vu_product.vu_p-style-3 .vu_p-label,
.vu_product.vu_p-style-4 .vu_p-label,
.vu_product.vu_p-style-5 .vu_p-label {
  position: absolute;
  width: 60px;
  height: 70px;
  top: 3px;
  left: 3px;
  z-index: 3;
  font-family: "Montserrat";
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-color: var(--tertiary-color);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
}
.vu_product.vu_p-style-2 .vu_p-label span,
.vu_product.vu_p-style-3 .vu_p-label span,
.vu_product.vu_p-style-4 .vu_p-label span,
.vu_product.vu_p-style-5 .vu_p-label span {
  display: block;
  width: 100%;
  transform: translateY(-15%);
}
.vu_product.vu_p-style-2 .vu_p-image,
.vu_product.vu_p-style-3 .vu_p-image,
.vu_product.vu_p-style-4 .vu_p-image,
.vu_product.vu_p-style-5 .vu_p-image {
  position: relative;
  height: 0;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-out;
}
/*.vu_product.vu_p-style-2:hover .vu_p-image,
.vu_product.vu_p-style-3:hover .vu_p-image,
.vu_product.vu_p-style-4:hover .vu_p-image,
.vu_product.vu_p-style-5:hover .vu_p-image {
  background-position-y: 0;
}*/
.vu_product.vu_p-style-4 .vu_p-image,
.vu_product.vu_p-style-5 .vu_p-image {
  padding-bottom: 100%;
}
.vu_product.vu_p-style-2 .vu_p-image.vu_p-img-portrait,
.vu_product.vu_p-style-3 .vu_p-image.vu_p-img-portrait {
  padding-bottom: 133.34%;
}
.vu_product.vu_p-style-2 .vu_p-image.vu_p-img-landscape,
.vu_product.vu_p-style-3 .vu_p-image.vu_p-img-landscape {
  padding-bottom: 66.67%;
}
.vu_product.vu_p-style-2 .vu_p-image.vu_p-img-square,
.vu_product.vu_p-style-3 .vu_p-image.vu_p-img-square {
  padding-bottom: 100%;
}
.vu_product.vu_p-style-2:hover .vu_p-image,
.vu_product.vu_p-style-3:hover .vu_p-image,
.vu_product.vu_p-style-4:hover .vu_p-image,
.vu_product.vu_p-style-5:hover .vu_p-image {
  opacity: 0.4;
}
.vu_product.vu_p-style-2 .vu_p-image > a,
.vu_product.vu_p-style-3 .vu_p-image > a,
.vu_product.vu_p-style-2 .vu_p-image > span,
.vu_product.vu_p-style-3 .vu_p-image > span,
.vu_product.vu_p-style-4 .vu_p-image > span,
.vu_product.vu_p-style-5 .vu_p-image > span {
  position: absolute;
  width: 100%;
  height: 100%;
}
.vu_product.vu_p-style-2 .vu_p-image img,
.vu_product.vu_p-style-3 .vu_p-image img,
.vu_product.vu_p-style-4 .vu_p-image img,
.vu_product.vu_p-style-5 .vu_p-image img {
  display: none !important;
}
.vu_product.vu_p-style-2 .vu_p-content,
.vu_product.vu_p-style-3 .vu_p-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 0 20px 20px;
  text-align: center;
  background-color: rgba(253, 184, 34, 0.9);
}
.vu_product.vu_p-style-4 .vu_p-content,
.vu_product.vu_p-style-5 .vu_p-content {
  color: #333333;
  padding: 0 10px 11px;
  text-align: center;
}
.vu_product.vu_p-style-2 .vu_p-content.vu_p-content-hover,
.vu_product.vu_p-style-3 .vu_p-content.vu_p-content-hover {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.vu_product.vu_p-style-2:hover .vu_p-content.vu_p-content-hover,
.vu_product.vu_p-style-3:hover .vu_p-content.vu_p-content-hover {
  opacity: 1;
}
.vu_product.vu_p-style-2 .vu_p-icons,
.vu_product.vu_p-style-3 .vu_p-icons {
  position: relative;
  z-index: 3;
  height: 28px;
}
.vu_product.vu_p-style-4 .vu_p-icons,
.vu_product.vu_p-style-5 .vu_p-icons {
  position: absolute;
  z-index: 3;
  left: 0;
  top: calc(27% + 10px);
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.vu_product.vu_p-style-4:hover .vu_p-icons,
.vu_product.vu_p-style-5:hover .vu_p-icons {
  opacity: 1;
}
.vu_product.vu_p-style-2 .vu_p-icon,
.vu_product.vu_p-style-3 .vu_p-icon,
.vu_product.vu_p-style-4 .vu_p-icon,
.vu_product.vu_p-style-5 .vu_p-icon {
  position: relative;
  top: -28px;
  font-size: 18px;
  width: 56px;
  height: 56px;
  line-height: 52px;
  display: inline-block;
  margin: 0 6px;
  color: var(--primary-color);
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background-color: #fff;
}
.vu_product.vu_p-style-4 .vu_p-icon,
.vu_product.vu_p-style-5 .vu_p-icon {
  position: static;
  top: auto;
  color: #fff !important;
  background-color: var(--primary-color);
}
.vu_product.vu_p-style-2 .vu_p-icon:hover,
.vu_product.vu_p-style-3 .vu_p-icon:hover,
.vu_product.vu_p-style-4 .vu_p-icon:hover,
.vu_product.vu_p-style-5 .vu_p-icon:hover {
  color: #fff;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.vu_product.vu_p-style-2 .vu_p-name,
.vu_product.vu_p-style-3 .vu_p-name,
.vu_product.vu_p-style-4 .vu_p-name,
.vu_product.vu_p-style-5 .vu_p-name {
  font-size: 16px;
  line-height: 1.875;
  margin: 15px 0 0;
  color: #fff;
  text-transform: none;
}
.vu_product.vu_p-style-4 .vu_p-name,
.vu_product.vu_p-style-5 .vu_p-name {
  color: var(--secondary-color);
  text-transform: uppercase;
}
.vu_product.vu_p-style-2 .vu_p-name a,
.vu_product.vu_p-style-3 .vu_p-name a,
.vu_product.vu_p-style-4 .vu_p-name a,
.vu_product.vu_p-style-5 .vu_p-name a {
  color: inherit;
}
.vu_product.vu_p-style-2 .vu_p-description,
.vu_product.vu_p-style-3 .vu_p-description,
.vu_product.vu_p-style-4 .vu_p-description,
.vu_product.vu_p-style-5 .vu_p-description {
  font-size: 14px;
  margin: 5px 0 0;
  line-height: 22px;
}
.vu_product.vu_p-style-2 .vu_p-description p:last-child,
.vu_product.vu_p-style-3 .vu_p-description p:last-child,
.vu_product.vu_p-style-4 .vu_p-description p:last-child,
.vu_product.vu_p-style-5 .vu_p-description p:last-child {
  margin-bottom: 0;
}
.vu_product.vu_p-style-2 .vu_p-price,
.vu_product.vu_p-style-3 .vu_p-price,
.vu_product.vu_p-style-4 .vu_p-price,
.vu_product.vu_p-style-5 .vu_p-price {
  display: block;
  font-size: 20px;
  color: inherit;
  font-weight: bold;
  line-height: 28px;
  margin: 10px 0 0;
}
.vu_product.vu_p-style-4 .vu_p-price,
.vu_product.vu_p-style-5 .vu_p-price {
  font-size: 18px;
  color: var(--primary-color);
  margin: 7px 0 0;
}
.vu_product.vu_p-style-4 .vu_p-name + .vu_p-price,
.vu_product.vu_p-style-5 .vu_p-name + .vu_p-price {
  margin: 3px 0 0;
}

/* Form Controls
================================================== */
label {
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
}
.form-control {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  color: #696969;
  height: 42px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease-out;
}
.form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: none;
}
textarea.form-control {
  padding: 12px !important;
  height: auto;
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-control:-moz-placeholder {
  color: #aaaaaa;
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}

/* Contact Form 7
================================================== */
/* Style: Inverse*/
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
}
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control:focus {
  background-color: #fff;
  border-color: var(--secondary-color);
}
.vu_contact-form-7.vu_cf7-style-inverse
  .vu_cf7-frm
  .form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.vu_contact-form-7.vu_cf7-style-inverse
  .vu_cf7-frm
  .form-control:-moz-placeholder {
  color: #aaaaaa;
}
.vu_contact-form-7.vu_cf7-style-inverse
  .vu_cf7-frm
  .form-control::-moz-placeholder {
  color: #aaaaaa;
}
.vu_contact-form-7.vu_cf7-style-inverse
  .vu_cf7-frm
  .form-control:-ms-input-placeholder {
  color: #aaaaaa;
}

/* Paddings */
.vu_contact-form-7 .vu_cf7-frm .vu_cf-p-r {
  padding-right: 10px;
}
.vu_contact-form-7 .vu_cf7-frm .vu_cf-p-l {
  padding-left: 10px;
}
@media (max-width: 992px) {
  .vu_contact-form-7 .vu_cf7-frm .vu_cf-p-r {
    padding-right: 15px;
  }
  .vu_contact-form-7 .vu_cf7-frm .vu_cf-p-l {
    padding-left: 15px;
  }
}

/* Others */
.vu_contact-form-7.vu_cf7-hide-valid-msgs .wpcf7-not-valid-tip {
  display: none !important;
}

/* WPCF7
================================================== */
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  color: #696969;
  height: 44px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease-out;
}
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: var(--secondary-color);
}
.wpcf7-form:not(.vu_cf7-frm) textarea.wpcf7-form-control {
  padding: 12px !important;
  height: auto !important;
}
.wpcf7-form:not(.vu_cf7-frm)
  .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder {
  color: #aaaaaa;
}
.wpcf7-form:not(.vu_cf7-frm)
  .wpcf7-form-control:not(.wpcf7-submit):-moz-placeholder {
  color: #aaaaaa;
}
.wpcf7-form:not(.vu_cf7-frm)
  .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: #aaaaaa;
}
.wpcf7-form:not(.vu_cf7-frm)
  .wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder {
  color: #aaaaaa;
}

/* Others */
.wpcf7-form [class*="col-"] p {
  margin-bottom: 0;
}
.wpcf7-form .vu_cf7-submit-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.wpcf7-form .text-right .vu_cf7-submit-container {
  flex-direction: row-reverse;
}
.wpcf7-form .text-center .vu_cf7-submit-container {
  justify-content: center;
}
.wpcf7-form .text-center .vu_cf7-submit-container .wpcf7-spinner,
.wpcf7-form .vu_ajax-loader-in-btn .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form .vu_ajax-loader-in-btn .wpcf7-spinner {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* Spinner */
.wpcf7-spinner {
  display: none;
  margin: 0 !important;
}
.wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block;
}

/* Submit Button */
.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  opacity: 0.5;
}

/* Notices */
.wpcf7 .form-control {
  margin-top: 0;
}
.wpcf7-not-valid {
  border-color: #a81010;
}
span.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #a94442;
  font-size: 13px;
}
.wpcf7-response-output {
  cursor: pointer;
  font-size: 14px;
  margin: 20px 0px !important;
  padding: 10px 15px !important;
  line-height: 22px !important;
  background-color: #fff;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-width: 1px;
  border-color: #faebcc;
}
div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-width: 1px;
  border-color: #ebccd1;
}
div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-width: 1px;
  border-color: #d6e9c6;
}

/* Order Form
================================================== */
.vu_order-form {
  margin-bottom: 30px;
}
.vu_order-form.vu_of-hide-valid-msgs .wpcf7-not-valid-tip {
  display: none !important;
}
.vu_order-form select.vu_of_products {
  display: none !important;
}
.vu_order-form select.wpcf7-not-valid ~ span[role="alert"] {
  margin-top: 0;
}
.vu_order-form .vu_of-products .vu_of-product-item {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #e1e1e1;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 5px 0;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-image {
  float: left;
  width: 58px;
  height: 58px;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-image img {
  display: block;
}
.vu_order-form
  .vu_of-products
  .vu_of-product-item
  .vu_of-pi-image
  + .vu_of-pi-content {
  margin-left: 78px;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-name {
  font-size: 15px;
  margin: 0 100px 10px 0;
  line-height: 24px;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-description {
  margin: 0 100px 0 0;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-price-holder {
  position: absolute;
  right: 12px;
  top: 12px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: var(--primary-color);
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-price {
  display: inline-block;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-currency {
  display: inline-block;
  margin-right: 3px;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-quantity {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-quantity * {
  float: left;
  display: block;
  text-align: center;
}
.vu_order-form
  .vu_of-products
  .vu_of-product-item
  .vu_of-pi-quantity
  .vu_of-pi-qty-btn {
  width: 22px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  color: #333333;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjQyLDIwIDIyLDIwIDIyLDAgMjAsMCAyMCwyMCAwLDIwIDAsMjIgMjAsMjIgMjAsNDIgMjIsNDIgMjIsMjIgNDIsMjIgIiBmaWxsPSIjMzMzMzMzIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
}
.vu_order-form
  .vu_of-products
  .vu_of-product-item
  .vu_of-pi-quantity
  .vu_of-pi-qty-btn[data-action="minus"] {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cmVjdCB5PSIyMCIgd2lkdGg9IjQyIiBoZWlnaHQ9IjIiIGZpbGw9IiMzMzMzMzMiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}
.vu_order-form
  .vu_of-products
  .vu_of-product-item
  .vu_of-pi-quantity
  .vu_of-pi-qty-input {
  width: 38px;
  height: 24px;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding: 0 2px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

/* Products - Select2 */
.vu_order-form .vu_of-products-select2 {
  width: 100% !important;
  margin-bottom: 5px;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-selection--single,
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-selection--multiple {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  color: #696969;
  outline: 0;
  height: 42px;
  border: 1px solid #e1e1e1;
  background-color: rgba(255, 255, 255, 0.9);
}
.vu_order-form
  .vu_of-products-select2.select2-container--default.select2-container--open
  .select2-selection--single,
.vu_order-form
  .vu_of-products-select2.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: var(--secondary-color);
  box-shadow: none;
}
.vu_order-form
  .vu_of_products.wpcf7-not-valid
  + .vu_of-products-select2.select2-container--default
  .select2-selection--single,
.vu_order-form
  .vu_of_products.wpcf7-not-valid
  + .vu_of-products-select2.select2-container--default
  .select2-selection--multiple {
  border-color: #a81010 !important;
}
.vu_order-form
  .vu_of-products-select2.select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 6px;
  height: 42px;
  line-height: 42px;
  color: #696969;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 20px;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 2px 6px;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-radius: 2px;
  margin-right: 5px;
  margin-top: 4px;
  padding: 1px 6px;
  border: 1px solid #e1e1e1;
  background-color: #f1f1f1;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 4px;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-selection__clear {
  display: none !important;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-search__field {
  width: 100% !important;
  margin: 7px 0 0 6px;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-search__field::-webkit-input-placeholder {
  color: #aaaaaa;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-search__field:-moz-placeholder {
  color: #aaaaaa;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-search__field::-moz-placeholder {
  color: #aaaaaa;
}
.vu_order-form
  .vu_of-products-select2.select2-container--default
  .select2-search__field:-ms-input-placeholder {
  color: #aaaaaa;
}

.vu_of-products-select2-outer-container.select2-container.select2-container--default.select2-container--open {
  z-index: 100001;
}
.vu_of-products-select2-outer-container .select2-dropdown {
  border-radius: 0;
  border: 1px solid var(--secondary-color);
}
.vu_of-products-select2-outer-container
  .select2-dropdown.select2-dropdown--below {
  transform: translateY(-1px);
}
.vu_of-products-select2-outer-container
  .select2-dropdown.select2-dropdown--above {
  transform: translateY(1px);
}
.admin-bar
  .vu_of-products-select2-outer-container
  .select2-dropdown.select2-dropdown--below,
.admin-bar
  .vu_of-products-select2-outer-container
  .select2-dropdown.select2-dropdown--above {
  margin-top: 32px;
}
.vu_of-products-select2-outer-container .select2-search--dropdown {
  display: block;
  padding: 4px 6px 4px 4px;
}
.vu_of-products-select2-outer-container.select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  padding: 6px;
  border: 1px solid #e1e1e1;
}
.vu_of-products-select2-outer-container.select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 248px;
}
.vu_of-products-select2-outer-container .select2-results__option {
  margin-bottom: 0 !important;
}
.vu_of-products-select2-outer-container
  .select2-results__option
  .vu_s2-product-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.vu_of-products-select2-outer-container
  .select2-results__option
  .vu_s2-product-item
  .vu_s2-pi-img {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.vu_of-products-select2-outer-container
  .select2-results__option
  .vu_s2-product-item
  .vu_s2-pi-img[src=""] {
  display: none;
}
.vu_of-products-select2-outer-container
  .select2-results__option
  .vu_s2-product-item
  .vu_s2-pi-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--secondary-color);
  margin: 0 100px 0 0;
}
.vu_of-products-select2-outer-container
  .select2-results__option
  .vu_s2-product-item
  .vu_s2-pi-desc {
  display: block;
  font-size: 13px;
  margin: 2px 100px 0 0;
}
.vu_of-products-select2-outer-container
  .select2-results__option
  .vu_s2-product-item
  .vu_s2-pi-price {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: var(--primary-color);
}
.vu_of-products-select2-outer-container.vu_of-products-s2-multiple
  .select2-results__option[aria-selected="true"] {
  display: none !important;
}
.vu_of-products-select2-outer-container.select2-container--default
  .select2-results__option[aria-selected="true"],
.vu_of-products-select2-outer-container.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f1f1;
}

/* Filterable
================================================== */
.vu_filterable {
  overflow: hidden;
}

/* Item */
.vu_filterable .vu_f-item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
.vu_filterable .vu_f-item > * {
  margin-bottom: 0;
}

/* Layout */
.vu_filterable.vu_f-layout-1 .vu_f-item {
  width: 100%;
}
.vu_filterable.vu_f-layout-2 .vu_f-item {
  width: 50%;
}
.vu_filterable.vu_f-layout-3 .vu_f-item {
  width: 33.333333333%;
}
.vu_filterable.vu_f-layout-4 .vu_f-item {
  width: 25%;
}
.vu_filterable.vu_f-layout-5 .vu_f-item {
  width: 20%;
}
.vu_filterable.vu_f-layout-6 .vu_f-item {
  width: 20%;
}
.vu_filterable.vu_f-style-with-space .vu_f-item {
  margin-bottom: 30px;
}
.vu_filterable.vu_f-style-without-space .vu_f-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Responsive */
@media (max-width: 991px) and (min-width: 812px) {
  .vu_filterable .vu_f-item {
    width: 33.333333333% !important;
  }
}
@media (max-width: 812px) and (min-width: 480px) {
  .vu_filterable .vu_f-item {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .vu_filterable .vu_f-item {
    width: 100% !important;
  }
}

/* Style */
.vu_filterable.vu_f-style-with-space .vu_f-items {
  margin-left: -15px;
  margin-right: -15px;
}
.vu_filterable.vu_f-style-with-space .vu_f-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.vu_filterable.vu_f-style-without-space .vu_f-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Filterable Filter */
.vu_filterable .vu_f-filters {
  font-size: 0;
}
.vu_filterable.vu_f-alignment-left .vu_f-filters {
  text-align: left;
}
.vu_filterable.vu_f-alignment-left .vu_f-filters .vu_f-filter:first-child {
  margin-left: 0;
  padding-left: 0;
}
.vu_filterable.vu_f-alignment-left
  .vu_f-filters
  .vu_f-filter:first-child
  .vu_f-filter-name {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.vu_filterable.vu_f-alignment-center .vu_f-filters {
  text-align: center;
}
.vu_filterable.vu_f-alignment-right .vu_f-filters {
  text-align: right;
}
.vu_filterable.vu_f-alignment-right .vu_f-filters .vu_f-filter:last-child {
  margin-right: 0;
  padding-right: 0;
}
.vu_filterable.vu_f-alignment-right
  .vu_f-filters
  .vu_f-filter:last-child
  .vu_f-filter-name {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.vu_filterable .vu_f-filters .vu_f-filter {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #696969;
  cursor: pointer;
  user-select: none;
  transition: all 0.4s ease-out;
}

/* Style #1 */
.vu_filterable .vu_f-filters.vu_f-filters-style-1 {
  margin-bottom: 24px;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter {
  padding: 0 22px 16px;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  transform: translateY(-8px);
  background-color: #e1e1e1;
}
.vu_filterable
  .vu_f-filters.vu_f-filters-style-1
  .vu_f-filter:last-child:after {
  display: none;
}
.vu_filterable
  .vu_f-filters.vu_f-filters-style-1
  .vu_f-filter
  .vu_f-filter-icon {
  position: relative;
  display: block;
  width: 78px;
  height: 78px;
  line-height: 74px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--secondary-color);
  border: 2px solid transparent;
  background-color: var(--secondary-color);
  transition: all 0.3s ease-out;
}
.vu_filterable
  .vu_f-filters.vu_f-filters-style-1
  .vu_f-filter
  .vu_f-filter-name {
  display: none;
}
.vu_filterable
  .vu_f-filters.vu_f-filters-style-1
  .vu_f-filter:hover
  .vu_f-filter-icon,
.vu_filterable
  .vu_f-filters.vu_f-filters-style-1
  .vu_f-filter.active
  .vu_f-filter-icon {
  color: #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

/* Style #2 */
.vu_filterable .vu_f-filters.vu_f-filters-style-2 {
  margin-bottom: 30px;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter {
  margin: 0 0 10px 0;
  border-right: 2px solid #e1e1e1;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter:last-child {
  border-right: none;
}
.vu_filterable
  .vu_f-filters.vu_f-filters-style-2
  .vu_f-filter
  .vu_f-filter-icon {
  display: none;
}
.vu_filterable
  .vu_f-filters.vu_f-filters-style-2
  .vu_f-filter
  .vu_f-filter-name {
  font-size: 16px;
  font-weight: normal;
  padding: 0 13px 0;
  margin: 0 5px;
  color: #696969;
  transition: all 0.3s ease-out;
}
.vu_filterable
  .vu_f-filters.vu_f-filters-style-2
  .vu_f-filter:hover
  .vu_f-filter-name,
.vu_filterable
  .vu_f-filters.vu_f-filters-style-2
  .vu_f-filter.active
  .vu_f-filter-name {
  color: var(--primary-color);
}

/* MailChimp Form
================================================== */
.vu_mailchimp-form {
  margin-bottom: 30px;
}
.vu_mailchimp-form .vu_mcf-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: inherit;
}
.vu_mailchimp-form .vu_mcf-description {
  color: inherit;
  margin-bottom: 25px;
}
.vu_mailchimp-form .vu_mcf-description p:last-child {
  margin-bottom: 0;
}

/* Style: Inverse*/
.vu_mailchimp-form.vu_mcf-style-inverse .form-control {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
}
.vu_mailchimp-form.vu_mcf-style-inverse .form-control:focus {
  background-color: #fff;
  border-color: var(--secondary-color);
}
.vu_mailchimp-form.vu_mcf-style-inverse
  .form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.vu_mailchimp-form.vu_mcf-style-inverse .form-control:-moz-placeholder {
  color: #aaaaaa;
}
.vu_mailchimp-form.vu_mcf-style-inverse .form-control::-moz-placeholder {
  color: #aaaaaa;
}
.vu_mailchimp-form.vu_mcf-style-inverse .form-control:-ms-input-placeholder {
  color: #aaaaaa;
}

/* Notices */
.vu_mailchimp-form .mc4wp-response .mc4wp-alert {
  padding: 10px 15px;
  margin: 15px 0 0 0;
}
.vu_mailchimp-form .mc4wp-response .mc4wp-alert p:last-child {
  margin-bottom: 0;
}
.vu_mailchimp-form .mc4wp-response .mc4wp-error {
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}
.vu_mailchimp-form .mc4wp-response .mc4wp-success {
  color: #3c763d;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
}

/* Special Offer
================================================== */
.vu_special-offer {
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
}
.vu_special-offer .vu_so-tabs {
  float: left;
  width: 210px;
}
.vu_special-offer .vu_so-tab {
  position: relative;
  display: block;
  width: 164px;
  height: 164px;
  padding: 5px;
  margin: 0 0 35px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  /*background-color: #f9f9f9;*/

  transition: all 0.3s ease-in-out;
}
.vu_special-offer .vu_so-tab:before,
.vu_special-offer .vu_so-tab:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -51px;
  opacity: 0;
  transform: translateY(-50%);
  border: 8px solid transparent;
}
.vu_special-offer .vu_so-tab:before {
  border-right-color: var(--primary-color);
  transform: translateY(-50%) translateX(-3px);
}
.vu_special-offer .vu_so-tab:after {
  border-right-color: #fff;
}
.vu_special-offer .vu_so-tab.active {
  border-color: var(--primary-color);
}
.vu_special-offer .vu_so-tab.active:before,
.vu_special-offer .vu_so-tab.active:after {
  opacity: 1;
}
.vu_special-offer .vu_so-tab img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.vu_special-offer .vu_so-panes {
  display: flex;
  float: right;
  width: calc(100% - 210px);
  padding: 5px;
  border: 2px solid var(--primary-color);
  background-color: #fff;
}
.vu_special-offer .vu_so-pane {
  display: none;
  width: 100%;

  transition: all 0.3s ease-in-out;
}
.vu_special-offer .vu_so-pane.active {
  display: flex;
}
.vu_special-offer .vu_so-pane-left {
  float: left;
  width: 50%;
  padding: 30px;
}
.vu_special-offer .vu_so-item-name {
  margin: 0 0 15px;
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
}
.vu_special-offer .vu_so-item-content p:last-child {
  margin-bottom: 0;
}
.vu_special-offer .vu_so-item-footer {
  display: flex;
  margin: 100px 0 0 0;
}
.vu_special-offer .vu_so-item-price {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  color: #333333;
  margin-right: 30px;
}
.vu_special-offer .vu_so-item-btn {
  display: inline-block;
}
.vu_special-offer .vu_so-pane-right {
  position: relative;
  float: right;
  width: 50%;
}
.vu_special-offer .vu_so-item-label {
  position: absolute;
  width: 110px;
  height: 130px;
  top: -7px;
  right: 27px;
  font-family: "Montserrat";
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-color: var(--tertiary-color);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
}
.vu_special-offer .vu_so-item-label span {
  display: block;
  width: 100%;
  transform: translateY(-15%);
}
.vu_special-offer .vu_so-item-image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9f9f9;
  background-size: cover;
}
.vu_special-offer .vu_so-item-image img {
  display: none !important;
}

/* Scheme Dark */
.vu_special-offer.vu_so-scheme-dark .vu_so-tab {
  border-color: rgba(255, 255, 255, 0.25);
}
.vu_special-offer.vu_so-scheme-dark .vu_so-tab:before {
  border-right-color: #fff;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-tab:after {
  border-right-color: #000;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-tab.active {
  border-color: #fff;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-panes {
  border-color: #fff;
  background-color: #000;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-item-name,
.vu_special-offer.vu_so-scheme-dark .vu_so-item-content,
.vu_special-offer.vu_so-scheme-dark .vu_so-item-price {
  color: #fff;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-item-image {
  background-color: #111;
}

/* Responsive */
@media (max-width: 991px) and (min-width: 768px) {
  .vu_special-offer .vu_so-pane-left {
    width: 60%;
  }
  .vu_special-offer .vu_so-pane-right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .vu_special-offer .vu_so-pane-left {
    width: 100%;
  }
  .vu_special-offer .vu_so-pane-right {
    display: none;
  }
}
@media (max-width: 479px) {
  .vu_special-offer {
    display: block;
    text-align: center;
  }
  .vu_special-offer .vu_so-tabs {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .vu_special-offer .vu_so-tab {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 8px 8px 0;
  }
  .vu_special-offer .vu_so-tab.active:before,
  .vu_special-offer .vu_so-tab.active:after {
    display: none;
  }
  .vu_special-offer .vu_so-panes {
    display: block;
    width: 100%;
  }
  .vu_special-offer .vu_so-item-footer {
    display: block;
    margin-top: 30px;
  }
  .vu_special-offer .vu_so-item-price {
    margin-right: 0;
  }
  .vu_special-offer .vu_so-item-price,
  .vu_special-offer .vu_so-item-btn {
    display: block;
  }
  .vu_special-offer .vu_so-item-price + .vu_so-item-btn {
    margin-top: 20px;
  }
}

/* Map
================================================== */
.vu_map {
  position: relative;
}
.vu_map.vu_m-fullwith {
  width: 100%;
  height: 500px;
}
.vu_map.vu_m-fullheight {
  width: 100%;
  height: 100%;
}
.vu_map-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vu_map .vu_m-marker.vu_m-m-animation-bounce {
  -webkit-animation: bounce;
  animation: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.vu_map .vu_m-marker.vu_m-m-animation-drop {
  -webkit-animation: backInDown;
  animation: backInDown;
  animation-duration: 2s;
}

/* Icon Box
================================================== */
.vu_icon-box {
  width: 100%;
  margin-bottom: 30px;
}

.vu_icon-box .vu_ib-icon {
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  transition: all 0.45s ease-in-out;
}

.vu_icon-box.vu_ib-style-none .vu_ib-icon {
  color: var(--secondary-color);
  border-radius: 0;
  border-color: transparent !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
}
.vu_icon-box.vu_ib-style-none.vu_ib-position-left.vu_ib-size-large
  .vu_ib-content {
  margin-left: 85px;
}
.vu_icon-box.vu_ib-style-none.vu_ib-position-right.vu_ib-size-large
  .vu_ib-content {
  margin-right: 85px;
}
.vu_icon-box.vu_ib-style-none.vu_ib-position-left.vu_ib-size-medium
  .vu_ib-content {
  margin-left: 65px;
}
.vu_icon-box.vu_ib-style-none.vu_ib-position-right.vu_ib-size-medium
  .vu_ib-content {
  margin-right: 65px;
}
.vu_icon-box.vu_ib-style-none.vu_ib-position-left.vu_ib-size-small
  .vu_ib-content {
  margin-left: 55px;
}
.vu_icon-box.vu_ib-style-none.vu_ib-position-right.vu_ib-size-small
  .vu_ib-content {
  margin-right: 55px;
}

.vu_icon-box[class*="vu_ib-style-circle"] .vu_ib-icon {
  border-radius: 50%;
}
.vu_icon-box[class*="vu_ib-style-rounded"] .vu_ib-icon {
  border-radius: 5px;
}
.vu_icon-box[class*="vu_ib-style-rhombus"] .vu_ib-icon {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.vu_icon-box.vu_ib-size-large[class*="vu_ib-style-rhombus"] .vu_ib-icon {
  border: none;
  font-size: 38px;
  line-height: 150px;
}
.vu_icon-box.vu_ib-size-medium[class*="vu_ib-style-rhombus"] .vu_ib-icon {
  border: none;
  font-size: 24px;
  line-height: 100px;
}
.vu_icon-box.vu_ib-size-small[class*="vu_ib-style-rhombus"] .vu_ib-icon {
  border: none;
  font-size: 20px;
  line-height: 80px;
}
.vu_icon-box[class*="vu_ib-style-octagon"] .vu_ib-icon {
  -webkit-clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}
.vu_icon-box.vu_ib-size-large[class*="vu_ib-style-octagon"] .vu_ib-icon {
  border: none;
  font-size: 38px;
  line-height: 150px;
}
.vu_icon-box.vu_ib-size-medium[class*="vu_ib-style-octagon"] .vu_ib-icon {
  border: none;
  font-size: 24px;
  line-height: 100px;
}
.vu_icon-box.vu_ib-size-small[class*="vu_ib-style-octagon"] .vu_ib-icon {
  border: none;
  font-size: 20px;
  line-height: 80px;
}

.vu_icon-box.vu_ib-style-circle-outline .vu_ib-icon,
.vu_icon-box.vu_ib-style-square-outline .vu_ib-icon,
.vu_icon-box.vu_ib-style-rounded-outline .vu_ib-icon {
  background-color: transparent !important;
}

.vu_icon-box.vu_ib-style-octagon-outline .vu_ib-icon:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  background-color: #fff;
  -webkit-clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}
.vu_icon-box.vu_ib-style-rhombus-outline .vu_ib-icon:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  z-index: -1;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.vu_icon-box.vu_ib-position-left {
  text-align: left;
}
.vu_icon-box.vu_ib-position-left .vu_ib-icon {
  float: left;
  display: block;
}

.vu_icon-box.vu_ib-position-right {
  text-align: right;
}
.vu_icon-box.vu_ib-position-right .vu_ib-icon {
  float: right;
  display: block;
}

.vu_icon-box.vu_ib-position-top {
  text-align: center;
}
.vu_icon-box.vu_ib-position-top .vu_ib-icon {
  display: inline-block;
  margin-bottom: 25px;
}

.vu_icon-box.vu_ib-size-large .vu_ib-icon {
  width: 140px;
  height: 140px;
  line-height: 136px;
  font-size: 60px;
}
.vu_icon-box.vu_ib-size-medium .vu_ib-icon {
  width: 100px;
  height: 100px;
  line-height: 96px;
  font-size: 38px;
}
.vu_icon-box.vu_ib-size-small .vu_ib-icon {
  width: 80px;
  height: 80px;
  line-height: 76px;
  font-size: 32px;
}

.vu_icon-box.vu_ib-position-left.vu_ib-size-large .vu_ib-content {
  margin-left: 175px;
}
.vu_icon-box.vu_ib-position-right.vu_ib-size-large .vu_ib-content {
  margin-right: 175px;
}

.vu_icon-box.vu_ib-position-left.vu_ib-size-medium .vu_ib-content {
  margin-left: 125px;
}
.vu_icon-box.vu_ib-position-right.vu_ib-size-medium .vu_ib-content {
  margin-right: 125px;
}

.vu_icon-box.vu_ib-position-left.vu_ib-size-small .vu_ib-content {
  margin-left: 105px;
}
.vu_icon-box.vu_ib-position-right.vu_ib-size-small .vu_ib-content {
  margin-right: 105px;
}

.vu_icon-box .vu_ib-content .vu_ib-title {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 24px;
  margin: 0 0 10px 0;
  transition: all 0.45s ease-in-out;
}
.vu_icon-box.vu_ib-size-small .vu_ib-content .vu_ib-title {
  font-size: 14px;
  line-height: 22px;
}
.vu_icon-box .vu_ib-content .vu_ib-title a {
  color: inherit;
}
.vu_icon-box .vu_ib-content .vu_ib-title a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}
.vu_icon-box .vu_ib-content .vu_ib-description p {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  margin: 0 0 10px 0;
}
.vu_icon-box .vu_ib-content .vu_ib-description p:last-child {
  margin-bottom: 0;
}

.vu_icon-box.vu_ib-color-primary .vu_ib-content .vu_ib-title {
  color: var(--secondary-color);
}
.vu_icon-box.vu_ib-color-primary .vu_ib-icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.vu_icon-box.vu_ib-color-primary:hover .vu_ib-icon {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.vu_icon-box.vu_ib-color-primary[class*="-outline"] .vu_ib-icon {
  color: var(--primary-color);
}
.vu_icon-box.vu_ib-color-primary[class*="-outline"]:hover .vu_ib-icon {
  color: var(--secondary-color);
}

.vu_icon-box.vu_ib-color-secondary .vu_ib-content .vu_ib-title {
  color: var(--primary-color);
}
.vu_icon-box.vu_ib-color-secondary .vu_ib-icon {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.vu_icon-box.vu_ib-color-secondary:hover .vu_ib-icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.vu_icon-box.vu_ib-color-secondary[class*="-outline"] .vu_ib-icon {
  color: var(--secondary-color);
}
.vu_icon-box.vu_ib-color-secondary[class*="-outline"]:hover .vu_ib-icon {
  color: var(--primary-color);
}

.vu_icon-box.vu_ib-color-black .vu_ib-content .vu_ib-title {
  color: #333333;
}
.vu_icon-box.vu_ib-color-black .vu_ib-icon {
  background-color: #333333;
  border-color: #333333;
}
.vu_icon-box.vu_ib-color-black:hover .vu_ib-icon {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.vu_icon-box.vu_ib-color-black[class*="-outline"] .vu_ib-icon {
  color: #333333;
}
.vu_icon-box.vu_ib-color-black[class*="-outline"]:hover .vu_ib-icon {
  color: #f1f1f1;
  border-color: #333333 !important;
  background-color: #333333 !important;
}

.vu_icon-box.vu_ib-color-gray .vu_ib-content .vu_ib-title {
  color: #333333;
}
.vu_icon-box.vu_ib-color-gray .vu_ib-icon {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: var(--primary-color);
}
.vu_icon-box.vu_ib-color-gray:hover .vu_ib-icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.vu_icon-box.vu_ib-color-gray[class*="-outline"] .vu_ib-icon {
  color: #f5f5f5;
}
.vu_icon-box.vu_ib-color-gray[class*="-outline"]:hover .vu_ib-icon {
  color: #333333;
}

.vu_icon-box.vu_ib-color-white .vu_ib-content .vu_ib-title {
  color: var(--primary-color);
}
.vu_icon-box.vu_ib-color-white .vu_ib-icon {
  background-color: #fff;
  border-color: #fff;
  color: #333333;
}
.vu_icon-box.vu_ib-color-white:hover .vu_ib-icon {
  background-color: #333333;
  border-color: #333333;
  color: #333333;
}
.vu_icon-box.vu_ib-color-white[class*="-outline"] .vu_ib-icon {
  color: #fff;
}
.vu_icon-box.vu_ib-color-white[class*="-outline"]:hover .vu_ib-icon {
  color: #333333;
}

.vu_icon-box.vu_ib-boxed {
  padding: 25px;
  border: 1px solid #f1f1f1;
  background-color: #fcfcfc;
}
.vu_icon-box.vu_ib-text-left {
  text-align: left;
}
.vu_icon-box.vu_ib-text-center {
  text-align: center;
}
.vu_icon-box.vu_ib-text-right {
  text-align: right;
}

.vu_icon-box .vu_ib-read-more {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}

/* Timeline
================================================== */
.vu_timeline {
  position: relative;
}
.vu_timeline .vu_t-date {
  position: relative;
  width: 130px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  margin-top: 51px;
  padding: 5px;
  text-align: center;
  background-color: var(--secondary-color);
}
.vu_timeline.vu_t-position-left .vu_t-date {
  float: left;
}
.vu_timeline.vu_t-position-right .vu_t-date {
  float: right;
}
.vu_timeline .vu_t-date:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--primary-color), 0 0 0 8px #f9f9f9;
  background-color: var(--primary-color);
}
.vu_timeline.vu_t-position-left .vu_t-date:before {
  right: -35px;
}
.vu_timeline.vu_t-position-right .vu_t-date:before {
  left: -35px;
}
.vu_timeline.vu_t-position-left .vu_t-container {
  margin: 1px 0 1px 160px;
  padding: 27px 0 27px 40px;
  border-left: 1px dashed #ddd;
}
.vu_timeline.vu_t-position-right .vu_t-container {
  margin: 1px 160px 1px 0;
  padding: 27px 40px 27px 0;
  border-right: 1px dashed #ddd;
}
.vu_timeline .vu_t-content {
  position: relative;
  padding: 25px;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}
.vu_timeline .vu_t-content:before,
.vu_timeline .vu_t-content:after {
  content: "";
  position: absolute;
  top: 32px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
}
.vu_timeline.vu_t-position-left .vu_t-content:before {
  left: -20px;
  border-right-color: #f1f1f1;
}
.vu_timeline.vu_t-position-left .vu_t-content:after {
  left: -19px;
  border-right-color: #ffffff;
}
.vu_timeline.vu_t-position-right .vu_t-content:before {
  right: -20px;
  border-left-color: #f1f1f1;
}
.vu_timeline.vu_t-position-right .vu_t-content:after {
  right: -19px;
  border-left-color: #fff;
}
.vu_timeline .vu_t-title {
  font-size: 18px;
  color: var(--primary-color);
  margin-top: 0;
}
.vu_timeline .vu_t-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #696969;
}
.vu_timeline .vu_t-description p:last-child {
  margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 767px) {
  .vu_timeline .vu_t-date {
    float: none !important;
    display: block !important;
    margin: 0 auto 15px !important;
  }
  .vu_timeline .vu_t-date:before {
    display: none !important;
  }
  .vu_timeline .vu_t-container {
    padding: 0 !important;
    margin: 0 0 30px !important;
    border: none !important;
  }
  .vu_timeline .vu_t-content {
    text-align: center !important;
  }
  .vu_timeline .vu_t-content:before,
  .vu_timeline .vu_t-content:after {
    display: none !important;
  }
}

/* Video Section
================================================== */
.vu_video-section {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.vu_video-section:before,
.vu_video-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vu_video-section:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.vu_video-section.vu_vs-with-pattern:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXxvZSoAAAAAElFTkSuQmCC)
    repeat;
  opacity: 0.3;
}
.vu_video-section * {
  position: relative;
  z-index: 3;
}
.vu_video-section .vu_vs-inner:not(.embed-responsive) .vu_vs-player {
  width: 100%;
  height: 100%;
}
.vu_video-section .vu_vs-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  margin-top: -35px;
  margin-left: -35px;
  text-decoration: none;
  border-radius: 50%;
  background-color: var(--primary-color);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
}
.vu_video-section.vu_vs-with-title .vu_vs-play {
  margin-top: -65px;
}
.vu_video-section .vu_vs-play:hover {
  opacity: 0.9;
  box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.35);
}
.vu_video-section .vu_vs-play:focus,
.vu_video-section .vu_vs-play:active {
  outline: none;
}
.vu_video-section .vu_vs-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -16px;
  margin-left: -7px;
  z-index: 3;
}
.vu_video-section .vu_vs-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
}

/* Separator
================================================== */
.vu_separator {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 0;
  text-align: center;
  line-height: 1;
}
.vu_separator span {
  display: inline-block;
  height: 0;
  margin: 0 5px;
}
.vu_separator .vu_s-line-left,
.vu_separator .vu_s-line-right {
  width: 35%;
}

/* #1 */
.vu_separator.vu_s-style-1 .vu_s-bullet {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: var(--secondary-color);
}
.vu_separator.vu_s-style-1 .vu_s-bullet[data-number="2"] {
  background-color: var(--primary-color);
}
.vu_separator.vu_s-style-1 .vu_s-line-left,
.vu_separator.vu_s-style-1 .vu_s-line-right {
  position: relative;
  top: -4px;
  height: 2px;
  background-color: #ddd;
}

/* #2 */
.vu_separator.vu_s-style-2 .vu_s-line {
  position: relative;
  height: 1px;
  width: 77.5%;
  margin: 0;
  background-color: #ddd;
}
.vu_separator.vu_s-style-2 .vu_s-line:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 3px;
  background-color: var(--primary-color);
}

/* #3 */
.vu_separator.vu_s-style-3 .vu_s-line {
  position: relative;
  height: 1px;
  width: 77.5%;
  margin: 0;
  background-color: #ddd;
}
.vu_separator.vu_s-style-3 .vu_s-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 1px;
  background-color: var(--secondary-color);
}

/* #4 */
.vu_separator.vu_s-style-4 .vu_s-line {
  position: relative;
  height: 1px;
  width: 77.5%;
  margin: 0;
  background-color: #ddd;
}
.vu_separator.vu_s-style-4 .vu_s-line:before,
.vu_separator.vu_s-style-4 .vu_s-line:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 1px;
  background-color: var(--primary-color);
}
.vu_separator.vu_s-style-4 .vu_s-line:before {
  top: -6px;
}
.vu_separator.vu_s-style-4 .vu_s-line:after {
  bottom: -6px;
}

/* #5 */
.vu_separator.vu_s-style-5 .vu_s-line-left,
.vu_separator.vu_s-style-5 .vu_s-line-center,
.vu_separator.vu_s-style-5 .vu_s-line-right {
  width: 70px;
  height: 1px;
  margin: 0 5px;
  background-color: var(--secondary-color);
}
.vu_separator.vu_s-style-5 .vu_s-line-center {
  background-color: var(--primary-color);
}

/* Call to Action
================================================== */
.vu_call-to-action {
  padding: 40px 0;
}
.vu_row.vu_r-layout-boxed .vu_call-to-action .container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}
.vu_call-to-action .vu_cta-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .vu_call-to-action .vu_cta-wrapper {
    display: block;
  }
}
.vu_call-to-action .vu_cta-content p {
  margin: 0 0 10px 0;
}
.vu_call-to-action .vu_cta-content p:last-child {
  margin-bottom: 0 !important;
}
.vu_call-to-action .vu_cta-button {
  text-align: right;
}
@media (max-width: 991px) {
  .vu_call-to-action .vu_cta-button {
    text-align: center;
    margin-top: 30px;
  }
  .vu_call-to-action .vu_cta-content {
    text-align: center;
  }
}

/* Revolution Slider
================================================== */
.wpb_revslider_element {
  position: relative;
  z-index: 0;
  margin-bottom: 0 !important;
}
.rev_slider_wrapper {
  overflow: hidden !important;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
  border-width: 0 !important;
}

/* Color Overlay
================================================== */
.vu_color-overlay {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0;
  margin: 0;
  color: #343434;
}
.vu_color-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vu_color-overlay > * {
  position: relative;
  z-index: 2;
}

/* Carousel
================================================== */
.vu_carousel {
  opacity: 0;
  display: none;
  margin-bottom: 30px;
  transition: opacity 0.4s ease;
}
.vu_carousel-container {
  margin-left: -15px;
  margin-right: -15px;
}
.vu_row.vu_r-layout-full .vu_carousel-container {
  margin-left: 0;
  margin-right: 0;
}
.vu_carousel .owl-item {
  touch-action: pan-y;
  user-select: none;
}
.vu_carousel .owl-wrapper > .owl-item > .vu_carousel-item {
  padding: 0 15px;
}
.vu_carousel.vu_c-without-overflow .owl-wrapper-outer {
  overflow: visible !important;
}

/* pagination */
.vu_carousel .owl-controls .owl-pagination {
  text-align: center;
  /*margin: 20px 0 10px;*/
  margin: 0 0 10px;
  line-height: 0;
}
.vu_carousel .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 3px;
}
.vu_carousel .owl-pagination .owl-page span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  background-color: transparent;
}
.vu_carousel .owl-pagination .owl-page span,
.vu_carousel .owl-pagination .owl-page span:before {
  transition: all 0.4s ease;
}
.vu_carousel .owl-pagination .owl-page span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  opacity: 0;
}
.vu_carousel .owl-pagination .owl-page:not(.active) span:hover {
  opacity: 0.8;
}
.vu_carousel .owl-pagination .owl-page.active span {
  border-color: var(--primary-color);
}
.vu_carousel .owl-pagination .owl-page.active span:before {
  opacity: 1;
  background-color: var(--primary-color);
}
/* numbers */
.vu_carousel .owl-pagination .owl-page .owl-numbers {
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
  color: var(--secondary-color);
}
.vu_carousel .owl-pagination .owl-page .owl-numbers:before {
  display: none !important;
}
.vu_carousel .owl-pagination .owl-page.active .owl-numbers {
  color: var(--primary-color);
}
/* white color */
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page span:before,
.vu_carousel.vu_c-pagination-white
  .owl-pagination
  .owl-page.active
  span:before {
  background-color: #fff;
}
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page span,
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page.active span {
  border-color: #fff;
}
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page .owl-numbers {
  color: #fff;
}

/* navigation */
.vu_carousel .owl-buttons .owl-prev,
.vu_carousel .owl-buttons .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 46px;
  top: calc(50% - 30px);
  margin: -25px 0 0 0;
  font-size: 20px;
  color: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease;
  opacity: 0;
}
.vu_carousel .owl-buttons .owl-prev:hover,
.vu_carousel .owl-buttons .owl-next:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.vu_carousel .owl-pagination + .owl-buttons .owl-prev,
.vu_carousel .owl-pagination + .owl-buttons .owl-next {
  margin-top: -56px;
}
.vu_carousel[data-options*='"paginationNumbers":true']
  .owl-pagination
  + .owl-buttons
  .owl-prev,
.vu_carousel[data-options*='"paginationNumbers":true']
  .owl-pagination
  + .owl-buttons
  .owl-next {
  margin-top: -61px;
}
.vu_carousel .owl-buttons .owl-prev {
  left: -75px;
}
.vu_carousel .owl-buttons .owl-next {
  right: -75px;
}
@media (max-width: 1350px) {
  .vu_carousel .owl-buttons .owl-prev {
    left: 30px;
  }
  .vu_carousel .owl-buttons .owl-next {
    right: 30px;
  }
}
.vu_carousel .owl-buttons .owl-prev:hover,
.vu_carousel .owl-buttons .owl-next:hover {
  opacity: 0.7;
}
.vu_carousel:hover .owl-buttons .owl-prev,
.vu_carousel:hover .owl-buttons .owl-next {
  opacity: 1;
}
/* extra class */
.vu_c-pagination-top-right .owl-controls .owl-pagination {
  position: absolute;
  top: -50px;
  right: 10px;
  margin: 0;
}

/* Client/Partner
================================================== */
.vu_client {
  text-align: center;
  margin-bottom: 30px;
}
.vu_client a {
  opacity: 0.7;
  display: block;
}
.vu_client img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.vu_client.vu_c-grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.vu_client.vu_c-sepia img {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}
.vu_client > img {
  opacity: 0.7;
  transform: translateZ(0px);
  transition: all 0.45s ease-out;
}
.vu_client:hover a,
.vu_client:hover > img {
  opacity: 1;
}

/* Image
================================================== */
.vu_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Heading
================================================== */
/* Default */
.vu_heading {
  margin: 65px 0 45px 0;
  text-align: center;
}
.vu_heading.vu_h-alignment-left {
  text-align: left;
}
.vu_heading.vu_h-alignment-center {
  text-align: center;
}
.vu_heading.vu_h-alignment-right {
  text-align: right;
}
.vu_heading .vu_h-heading {
  display: block;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  color: var(--secondary-color);
}
.vu_heading .vu_h-heading:before,
.vu_heading .vu_h-heading:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.vu_heading.vu_h-alignment-left .vu_h-heading:before,
.vu_heading.vu_h-alignment-left .vu_h-heading:after {
  left: 0;
  transform: translateX(0);
}
.vu_heading.vu_h-alignment-center .vu_h-heading:before,
.vu_heading.vu_h-alignment-center .vu_h-heading:after {
  left: 50%;
  transform: translateX(-50%);
}
.vu_heading.vu_h-alignment-right .vu_h-heading:before,
.vu_heading.vu_h-alignment-right .vu_h-heading:after {
  left: auto;
  right: 0;
  transform: translateX(0);
}
.vu_heading.vu_h-alignment-left .vu_h-heading:before,
.vu_heading.vu_h-alignment-right .vu_h-heading:before {
  left: 0;
  right: 0;
  width: auto;
}
.vu_heading .vu_h-heading:before {
  width: 150px;
  z-index: 1;
  background-color: #ddd;
}
.vu_heading .vu_h-heading:after {
  width: 50px;
  z-index: 2;
  background-color: var(--primary-color);
}
.vu_heading .vu_h-subheading p {
  font-family: inherit;
  font-size: 15px;
  line-height: 25px;
  color: #696969;
  margin: 0 0 10px 0;
  padding-top: 25px;
}
.vu_heading .vu_h-subheading p:last-child {
  margin-bottom: 0;
}

/* Style 2 */
.vu_heading.vu_h-style-2 .vu_h-heading {
  padding: 0;
}
.vu_heading.vu_h-style-2 .vu_h-heading span {
  position: relative;
  display: inline-block;
  padding: 2px 20px;
  color: #fff;
  background-color: var(--primary-color);
  z-index: 3;
}
.vu_heading.vu_h-style-2 .vu_h-heading:before {
  width: auto;
  left: 0;
  right: 0;
  transform: translateX(0);
  bottom: calc(50% - 1px);
}
.vu_heading.vu_h-style-2.vu_h-alignment-center .vu_h-heading:before {
  width: 100%;
  max-width: 380px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.vu_heading.vu_h-style-2 .vu_h-heading:after {
  display: none;
}

/* Style 3 */
.vu_heading.vu_h-style-3 .vu_h-heading {
  padding: 0;
}
.vu_heading.vu_h-style-3 .vu_h-heading:before,
.vu_heading.vu_h-style-3 .vu_h-heading:after {
  display: none;
}
.vu_heading.vu_h-style-3 .vu_h-heading {
  font-size: 22px;
  line-height: 30px;
}
.vu_heading.vu_h-style-3 .vu_h-subheading p {
  font-size: 16px;
  padding-top: 10px;
}

/* Style 4 */
.vu_heading.vu_h-style-4 .vu_h-heading {
  padding: 0;
}
.vu_heading.vu_h-style-4 .vu_h-heading:before {
  display: none;
}
.vu_heading.vu_h-style-4 .vu_h-heading:after {
  width: 370px;
  height: 1px;
  bottom: 7px;
  background-color: #ddd;
}
.vu_heading.vu_h-style-4 .vu_h-heading {
  font-size: 22px;
  line-height: 32px;
}
.vu_heading.vu_h-style-4 .vu_h-subheading p {
  font-size: 16px;
  padding-top: 8px;
}

/* Pie Chart
================================================== */
.vu_pie-chart {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.vu_pie-chart .vu_pc-graph {
  position: relative;
}
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text {
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
}
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text:before,
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.vu_pie-chart .vu_pc-graph .vu_pc-icon {
  font-size: 36px;
  color: #343434;
}
.vu_pie-chart .vu_pc-graph .vu_pc-text {
  display: inline-block;
  font-size: 36px;
  font-weight: normal;
  color: #343434;
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}

/* #1 */
.vu_pie-chart.vu_pc-style-1 .vu_pc-graph {
  margin: 5px;
}
.vu_pie-chart.vu_pc-style-1 .vu_pc-graph .vu_pc-graph-text:before {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 5px solid transparent;
}
.vu_pie-chart.vu_pc-style-1 .vu_pc-graph .vu_pc-graph-text:after {
  display: none;
}

/* #2 */
.vu_pie-chart.vu_pc-style-2 .vu_pc-graph .vu_pc-graph-text:before,
.vu_pie-chart.vu_pc-style-2 .vu_pc-graph .vu_pc-graph-text:after {
  display: none;
}

/* #3 */
.vu_pie-chart.vu_pc-style-3 .vu_pc-graph {
  margin: 3px;
}
.vu_pie-chart.vu_pc-style-3 .vu_pc-graph .vu_pc-graph-text:before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 3px solid transparent;
}
.vu_pie-chart.vu_pc-style-3 .vu_pc-graph .vu_pc-graph-text:after {
  border: 3px solid transparent;
}

/* Pricing Table
================================================== */
.vu_pricing-table {
  margin-bottom: 30px;
  border: 2px solid var(--primary-color);
  background-color: #fff;
}
.vu_pricing-table.vu_pt-active {
  border-color: var(--secondary-color);
}
.vu_pricing-table .vu_pt-title {
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 12px 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--primary-color);
}
.vu_pricing-table.vu_pt-active .vu_pt-title {
  background-color: var(--secondary-color);
}
.vu_pricing-table .vu_pt-price {
  padding: 50px 30px;
  text-align: center;
  background-color: #fcfcfc;
}
.vu_pricing-table .vu_pt-currency {
  position: relative;
  top: -18px;
  font-size: 28px;
  display: inline-block;
  color: #343434;
}
.vu_pricing-table .vu_pt-amount {
  font-size: 54px;
  display: inline-block;
  line-height: 1;
  color: #343434;
  letter-spacing: -1px;
}
.vu_pricing-table .vu_pt-amount sup {
  top: -0.79em;
  font-size: 50%;
}
.vu_pricing-table .vu_pt-period {
  font-size: 13px;
  color: #696969;
  line-height: 20px;
  margin-left: -32px;
}
.vu_pricing-table .vu_pt-content {
  color: #696969;
  padding: 25px 0;
}
.vu_pricing-table .vu_pt-content ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.vu_pricing-table .vu_pt-content ul li {
  font-size: 14px;
  text-align: center;
  color: inherit;
  padding: 7px 20px;
  margin: 0;
}
.vu_pricing-table .vu_pt-button {
  padding: 20px 30px;
  text-align: center;
  border-top: 2px solid #f1f1f1;
  background-color: #fcfcfc;
}
.vu_pricing-table .vu_pt-button a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--secondary-color);
}
.vu_pricing-table.vu_pt-active .vu_pt-button a {
  color: #fff;
  background-color: var(--primary-color);
}
.vu_pricing-table .vu_pt-button a:hover {
  opacity: 0.8;
}

/* Menu Item
================================================== */
.vu_menu-item {
  margin-bottom: 30px;
}
.vu_menu-item .vu_mi-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.vu_menu-item .vu_mi-title,
.vu_menu-item .vu_mi-price {
  -ms-flex: 1 auto;
  flex: 1 auto;

  font-size: 15px;
  line-height: 24px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.vu_menu-item .vu_mi-title {
  padding: 0 10px 0 0;
}
.vu_menu-item .vu_mi-title a {
  color: inherit;
}
.vu_menu-item .vu_mi-title a:hover {
  opacity: 0.7;
}
.vu_menu-item .vu_mi-line {
  flex: 1000;
  margin: 0 0 17px;
  border-bottom: 1px dashed #ddd;
}
.vu_menu-item .vu_mi-price {
  position: relative;
  text-align: right;
  padding: 0 0 0 10px;
}
.vu_menu-item .vu_mi-price .vu_mi-older-price {
  display: block;
  font-size: 14px;
  color: #696969;
}
.vu_menu-item.vu_mi-with-older-price .vu_mi-current-price {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
}
.vu_menu-item.vu_mi-with-older-price .vu_mi-description {
  padding-right: 50px;
}
.vu_menu-item .vu_mi-description p {
  font-size: 14px;
  line-height: 22px;
}
.vu_menu-item .vu_mi-description p:last-child {
  margin-bottom: 0;
}

/* Buttons
================================================== */
.btn {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #343434;
  padding: 12px 25px;
  white-space: normal;
  border-radius: 0;
  border: 2px solid #343434;
  background-color: transparent;
  transition: all 0.3s ease-in-out !important;
}
.btn.btn-block {
  display: block;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: 0 !important;
}
.btn.btn-inverse,
.btn:hover {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
}
.btn.btn-default:focus {
  background-color: transparent;
}
.btn.btn-inverse:hover {
  color: #343434;
  border-color: #343434;
  background-color: transparent;
}
/* primary */
.btn.btn-primary,
.btn.btn-primary.btn-default {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn.btn-primary:hover,
.btn.btn-primary.btn-default:hover,
.btn.btn-primary.btn-inverse {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.btn.btn-primary.btn-inverse:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: transparent;
}
/* primary hover */
.btn.btn-primary-hover:hover,
.btn.btn-primary-hover.btn-default:hover {
  color: #fff !important;
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}
.btn.btn-primary-hover.btn-inverse:hover {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  background-color: transparent !important;
}
/* secondary */
.btn.btn-secondary,
.btn.btn-secondary.btn-default {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn.btn-secondary:hover,
.btn.btn-secondary.btn-default:hover,
.btn.btn-secondary.btn-inverse {
  color: #fff;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.btn.btn-secondary.btn-inverse:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  background-color: transparent;
}
/* secondary hover */
.btn.btn-secondary-hover:hover,
.btn.btn-secondary-hover.btn-default:hover {
  color: #fff !important;
  border-color: var(--secondary-color) !important;
  background-color: var(--secondary-color) !important;
}
.btn.btn-secondary-hover.btn-inverse:hover {
  color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  background-color: transparent !important;
}
/* black */
.btn.btn-black,
.btn.btn-black.btn-default {
  color: #343434;
  border-color: #343434;
}
.btn.btn-black:hover,
.btn.btn-black.btn-default:hover,
.btn.btn-black.btn-inverse {
  color: #fff;
  border-color: #343434;
  background-color: #343434;
}
.btn.btn-black.btn-inverse:hover {
  color: #343434;
  border-color: #343434;
  background-color: transparent;
}
/* black hover */
.btn.btn-black-hover:hover,
.btn.btn-black-hover.btn-default:hover {
  color: #fff !important;
  border-color: #343434 !important;
  background-color: #343434 !important;
}
.btn.btn-black-hover.btn-inverse:hover {
  color: #343434 !important;
  border-color: #343434 !important;
  background-color: transparent !important;
}
/* white */
.btn.btn-white,
.btn.btn-white.btn-default {
  color: #fff;
  border-color: #fff;
}
.btn.btn-white:hover,
.btn.btn-white.btn-default:hover,
.btn.btn-white.btn-inverse {
  color: #343434;
  border-color: #fff;
  background-color: #fff;
}
.btn.btn-white.btn-inverse:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
/* white hover */
.btn.btn-white-hover:hover,
.btn.btn-white-hover.btn-default:hover {
  color: #343434 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
.btn.btn-white-hover.btn-inverse:hover {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}
/* gray */
.btn.btn-gray,
.btn.btn-gray.btn-default {
  color: #969696;
  border-color: #eee;
}
.btn.btn-gray:hover,
.btn.btn-gray.btn-default:hover,
.btn.btn-gray.btn-inverse {
  color: #969696;
  border-color: #eee;
  background-color: #eee;
}
.btn.btn-gray.btn-inverse:hover {
  color: #969696;
  border-color: #eee;
  background-color: transparent;
}
/* gray hover */
.btn.btn-gray-hover:hover,
.btn.btn-gray-hover.btn-default:hover {
  color: #969696 !important;
  border-color: #eee !important;
  background-color: #eee !important;
}
.btn.btn-gray-hover.btn-inverse:hover {
  color: #969696 !important;
  border-color: #eee !important;
  background-color: transparent !important;
}
/* size */
.btn.btn-lg {
  font-size: 17px;
  padding: 14px 30px;
}
.btn-lg.btn-icon {
  padding-right: 28px;
}
.btn.btn-md {
  font-size: 14px;
  padding: 12px 25px;
}
.btn-md.btn-icon {
  padding-right: 25px;
}
.btn.btn-sm {
  font-size: 13px;
  padding: 10px 20px 9px;
}
.btn-sm.btn-icon {
  padding-right: 20px;
}
.btn.btn-xs {
  font-size: 11px;
  padding: 8px 12px 7px;
}
.btn-xs.btn-icon {
  padding-right: 15px;
}
.btn.btn-disable {
  opacity: 0.5 !important;
}
.btn.btn-disable:hover {
  background-color: #fff;
  color: var(--primary-color);
}
/* align */
.btn.btn-left {
  text-align: left;
}
.btn.btn-center {
  text-align: center;
}
.btn.btn-right {
  text-align: right;
}
/* icon */
.btn.btn-icon i ~ span {
  margin-left: 12px;
}
.btn.btn-icon span ~ i {
  margin-left: 12px;
}
/* round */
.btn.btn-round {
  border-radius: 3px;
}
.btn.btn-round-top {
  border-radius: 3px 3px 0 0;
}
.btn.btn-round-bottom {
  border-radius: 0 0 3px 3px;
}
.btn.btn-round-left {
  border-radius: 3px 0 0 3px;
}
.btn.btn-round-right {
  border-radius: 0 3px 3px 0;
}

/* Gallery
================================================== */
.vu_gallery.vu_g-style-with-space .vu_g-items {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.vu_gallery.vu_g-style-without-space .vu_g-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .vu_gallery.vu_g-type-standard[data-layout="5"] .vu_g-item {
    width: 20%;
  }
}
.vu_gallery.vu_g-type-carousel {
  margin-bottom: 30px;
}
.vu_gallery.vu_g-type-carousel .vu_carousel {
  margin-bottom: 0;
}
.vu_gallery.vu_g-type-carousel .owl-item .vu_gallery-item {
  margin-bottom: 0;
}
.vu_gallery.vu_g-type-carousel
  .vu_carousel[data-options*='"pagination":true']
  .owl-item
  .vu_gallery-item {
  margin-bottom: 30px;
}
.vu_r-type-fullwidth .vu_gallery.vu_g-type-carousel .vu_g-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vu_gallery.vu_g-type-carousel .vu_g-carousel > .vu_gallery-item {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Gallery: Standard
================================================== */
.vu_gallery.vu_g-type-standard[data-layout="2"] .vu_g-item:nth-child(2n + 1) {
  clear: left;
}
.vu_gallery.vu_g-type-standard[data-layout="3"] .vu_g-item:nth-child(3n + 1) {
  clear: left;
}
.vu_gallery.vu_g-type-standard[data-layout="4"] .vu_g-item:nth-child(4n + 1) {
  clear: left;
}
.vu_gallery.vu_g-type-standard[data-layout="5"] .vu_g-item:nth-child(5n + 1) {
  clear: left;
}
@media (max-width: 991px) {
  .vu_gallery.vu_g-type-standard .vu_g-item {
    clear: none !important;
  }
  .vu_gallery.vu_g-type-standard .vu_g-item:nth-child(2n + 1) {
    clear: left !important;
  }
}

/* Gallery: Masonry Type
================================================== */
.vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image.vu_img-loaded {
  opacity: 1;
}
.vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image img {
  display: none;
}

/* Gallery Filter */
.vu_gallery .vu_g-filters {
  text-align: center;
  font-size: 0;
  padding: 0 0 35px 0;
}
.vu_gallery .vu_g-filters .vu_g-filter {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #696969;
  cursor: pointer;
  user-select: none;
  transition: all 0.4s ease-out;
}

/* Style #1 */
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter {
  margin: 0 0 0 12px;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter:before {
  content: "|";
  font-size: 16px;
  display: inline-block;
  margin-right: 12px;
  color: #dddddd;
  position: relative;
  top: -1px;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter:first-child:before {
  display: none;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter.active,
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter:hover {
  color: var(--primary-color);
}

/* Style #2 */
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter {
  padding: 6px 20px;
  margin: 0 5px;
  font-size: 15px;
  color: #fff;
  border-radius: 1px;
  background-color: var(--secondary-color);
}
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter.active,
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter:hover {
  color: #fff;
  background-color: var(--primary-color);
}

/* Layouts */
.vu_gallery.vu_g-type-masonry .vu_g-items {
  overflow: hidden;
}
.vu_gallery.vu_g-type-masonry .vu_g-item {
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
}

.vu_gallery.vu_g-type-masonry[data-layout="2"] .vu_g-item {
  width: 50%;
}
.vu_gallery.vu_g-type-masonry[data-layout="3"] .vu_g-item {
  width: 33.33333333%;
}
.vu_gallery.vu_g-type-masonry[data-layout="4"] .vu_g-item {
  width: 25%;
}
.vu_gallery.vu_g-type-masonry[data-layout="5"] .vu_g-item {
  width: 20%;
}
.vu_gallery.vu_g-type-masonry[data-layout="6"] .vu_g-item {
  width: 16.66666666%;
}

.vu_gallery.vu_g-type-masonry .vu_g-item[data-size] .vu_gallery-item {
  padding-bottom: 100%;
}

/* Sizes */
@media (min-width: 480px) {
  .vu_gallery.vu_g-type-masonry .vu_g-item[data-size="1x1"] .vu_gallery-item {
    padding-bottom: 100%;
  }
  .vu_gallery.vu_g-type-masonry .vu_g-item[data-size="1x2"] .vu_gallery-item {
    padding-bottom: 200%;
  }
  .vu_gallery.vu_g-type-masonry .vu_g-item[data-size="2x1"] .vu_gallery-item {
    padding-bottom: 50%;
  }
  .vu_gallery.vu_g-type-masonry .vu_g-item[data-size="2x2"] .vu_gallery-item {
    padding-bottom: 100%;
  }
}

/* Gallery Item
================================================== */
.vu_gallery-item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.vu_gallery-item .vu_gi-image {
  transform: scale(1) translateZ(0px);
  transition: all 0.4s ease-in-out;
}
.vu_gallery-item:hover .vu_gi-image {
  opacity: 0.7 !important;
  transform: scale(1.04);
}
.vu_gallery-item .vu_gi-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.vu_gallery-item .vu_gi-details-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(253, 184, 34, 0.8);
  transition: all 0.3s ease-in-out;
}
.vu_gallery-item:hover .vu_gi-details-container {
  opacity: 1;
}
.vu_gallery-item .vu_gi-details-container.vu_gi-empty {
  background-color: transparent !important;
}
.vu_gallery-item .vu_gi-details {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
.vu_gallery-item .vu_gi-details .vu_gi-content-container {
  color: #fff;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  outline: 0;
  box-shadow: none !important;
}
.vu_gallery-item .vu_gi-details .vu_gi-content {
  display: block;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icon {
  display: block;
  font-size: 22px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.vu_gallery-item:hover .vu_gi-details .vu_gi-content .vu_gi-icon {
  opacity: 1;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icon + .vu_gi-title,
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icon + .vu_gi-subtitle {
  margin-top: 25px;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-title {
  position: relative;
  display: block;
  top: -10px;
  font-family: Montserrat;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  text-decoration: none;
  padding: 0 20px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-subtitle {
  position: relative;
  top: 10px;
  font-size: 14px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  line-height: 22px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-title + .vu_gi-subtitle {
  margin-top: 5px;
}
.vu_gallery-item:hover .vu_gi-details .vu_gi-content .vu_gi-title,
.vu_gallery-item:hover .vu_gi-details .vu_gi-content .vu_gi-subtitle {
  top: 0;
  opacity: 1;
}

/* Gallery Widget
================================================== */
.vu_gallery-widget {
  position: relative;
  margin: 0 -5px -10px;
  font-size: 0;
}
.vu_gallery-widget .vu_gw-item {
  display: inline-block;
  width: calc(100% / 3);
  padding: 0 5px 10px;
}
.vu_gallery-widget .vu_gw-item .vu_gw-image {
  display: block;
  overflow: hidden;
  background-color: var(--primary-color);
}
.vu_gallery-widget .vu_gw-item .vu_gw-image img {
  display: inline-block;
  transform: translateZ(0px);
  transition: all 0.4s ease;
}
.vu_gallery-widget .vu_gw-item .vu_gw-image:hover img {
  opacity: 0.7;
}

/* Animated SVG
================================================== */
.vu_animated-svg {
  margin-bottom: 30px;
}
.vu_animated-svg .vu_as-svg svg path[stroke] {
  stroke: var(--secondary-color);
}
.vu_animated-svg.vu_as-position-left {
  text-align: left;
}
.vu_animated-svg.vu_as-position-left .vu_as-svg {
  float: left;
  display: block;
}
.vu_animated-svg.vu_as-position-right {
  text-align: right;
}
.vu_animated-svg.vu_as-position-right .vu_as-svg {
  float: right;
  display: block;
}
.vu_animated-svg.vu_as-position-top {
  text-align: center;
}
.vu_animated-svg.vu_as-position-top .vu_as-svg {
  display: inline-block;
  margin-bottom: 25px;
}
.vu_animated-svg .vu_as-content .vu_as-title {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 24px;
  margin: 0 0 10px 0;
  transition: all 0.45s ease-in-out;
}
.vu_animated-svg .vu_as-content .vu_as-title a {
  color: inherit;
}
.vu_animated-svg .vu_as-content .vu_as-title a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}
.vu_animated-svg .vu_as-content .vu_as-description p {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  margin: 0 0 10px 0;
}
.vu_animated-svg .vu_as-content .vu_as-description p:last-child {
  margin-bottom: 0;
}

/* Counter
================================================== */
.vu_counter {
  padding: 30px 0;
  text-align: center;
  color: var(--secondary-color);
}
.vu_counter .vu_c-holder {
  display: block;
  font-family: "Montserrat";
  font-weight: normal;
  color: inherit;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.vu_counter .vu_c-holder:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 15px auto 10px auto;
  background-color: var(--primary-color);
}
.vu_counter .vu_c-holder > * {
  display: inline-block;
  font-size: 48px;
  line-height: 1em;
  margin: 0 3px;
}
.vu_counter .vu_c-label {
  display: block;
  color: #343434;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0 0;
  padding: 0;
}

/* Image Slider
================================================== */
.vu_image-slider {
  position: relative;
  margin-bottom: 30px;
}
.vu_image-slider .vu_is-item {
  position: relative;
}
.vu_image-slider .vu_is-item img {
  width: 100%;
  max-width: 100%;
}
.vu_image-slider .vu_is-item .vu_is-i-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  background-color: rgba(254, 184, 36, 0.9);
}
/* ratios */
.vu_image-slider[data-ratio] .vu_is-item .vu_is-i-figure {
  position: relative;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vu_image-slider[data-ratio] .vu_is-item .vu_is-i-figure img {
  display: none !important;
}
.vu_image-slider[data-ratio="1:1"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 100%;
}
.vu_image-slider[data-ratio="2:1"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 50%;
}
.vu_image-slider[data-ratio="3:2"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 66.67%;
}
.vu_image-slider[data-ratio="3:4"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 133.34%;
}
.vu_image-slider[data-ratio="4:3"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 75%;
}
.vu_image-slider[data-ratio="16:9"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 56.25%;
}
/* navigation */
.vu_image-slider .owl-buttons .owl-prev,
.vu_image-slider .owl-buttons .owl-next {
  width: 50px;
  height: 50px;
  line-height: 46px;
  top: 50%;
  margin: -25px 0 0 0 !important;
  font-size: 20px;
  color: var(--secondary-color);
  opacity: 1;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  background-color: rgba(255, 255, 255, 0.8);
}
.vu_image-slider .owl-buttons .owl-prev:hover,
.vu_image-slider .owl-buttons .owl-next:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: #fff;
}
.vu_image-slider.vu_is-with-captions .owl-buttons .owl-prev,
.vu_image-slider.vu_is-with-captions .owl-buttons .owl-next {
  transform: translateY(-54px);
}
.vu_image-slider.vu_is-with-captions.vu_is-pagination-none
  .owl-buttons
  .owl-prev,
.vu_image-slider.vu_is-with-captions.vu_is-pagination-none
  .owl-buttons
  .owl-next {
  transform: translateY(-27px);
}
.vu_image-slider.vu_is-without-captions .owl-buttons .owl-prev,
.vu_image-slider.vu_is-without-captions .owl-buttons .owl-next,
.vu_image-slider.vu_is-pagination-none .owl-buttons .owl-prev,
.vu_image-slider.vu_is-pagination-none .owl-buttons .owl-next {
  margin-top: -25px !important;
}
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-next {
  opacity: 0;
}
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-next,
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-next {
  opacity: 1;
}
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-prev {
  left: 20px;
}
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-next {
  right: 20px;
}
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-prev {
  left: 0;
}
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-next {
  right: 0;
}
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-prev {
  left: 20px;
}
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-next {
  right: 20px;
}
/* pagination */
.vu_image-slider .owl-controls .owl-pagination {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  line-height: 0;
  text-align: center;
  transition: all 0.4s ease-out;
}
.vu_image-slider.vu_is-without-captions .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
}
.vu_image-slider.vu_is-pagination-hover .owl-controls .owl-pagination {
  opacity: 0;
}
.vu_image-slider.vu_is-pagination-always .owl-controls .owl-pagination,
.vu_image-slider.vu_is-pagination-hover:hover .owl-controls .owl-pagination {
  opacity: 1;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  background-color: transparent;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page.active span:before,
.vu_image-slider .owl-controls .owl-pagination .owl-page:hover span:before {
  opacity: 1;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page.active span,
.vu_image-slider .owl-controls .owl-pagination .owl-page:hover span {
  border-color: var(--primary-color);
}

/* Post Pasword Form
================================================== */
form.post-password-form {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
form.post-password-form p:first-child {
  margin-bottom: 30px;
}
form.post-password-form input[name="post_password"] {
  display: inline-block;
  max-width: 320px;
  margin-bottom: 15px;
}
form.post-password-form input[type="submit"] {
  position: relative;
  top: -1px;
  margin-left: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

/* Magnific Popup
================================================== */
.mfp-figure .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: none !important;
}
.mfp-close {
  right: 0 !important;
  top: 0 !important;
  text-align: right;
  padding-right: 6px;
  width: 72px !important;
  height: 72px !important;
  background-color: #505050 !important;
  transition: opacity 0.2s ease-out;
}
.mfp-close:hover {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.admin-bar .mfp-close {
  top: 32px !important;
}
.mfp-close:before,
.mfp-close:after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 1px;
  background-color: #fff;
  top: 18px;
  left: 50%;
}
.mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close:after {
  transform: rotate(-45deg);
}
.mfp-arrow {
  height: 90px !important;
  background-color: #505050 !important;
  transition: opacity 0.2s ease-out;
}
.mfp-title {
  color: #ccc;
  font-size: 13px;
  line-height: 18px;
}
.mfp-title:empty + .mfp-counter {
  right: 50% !important;
  margin-right: -15px !important;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 30px !important;
  border-right: 21px solid #fff !important;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 21px solid #505050 !important;
  margin-left: 31px !important;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 21px solid #fff !important;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px !important;
  border-bottom-width: 21px !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px !important;
  margin-left: 36px;
  border: medium inset transparent;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 21px solid #505050 !important;
  margin-left: 34px !important;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 21px !important;
  border-bottom-width: 21px !important;
  top: 0 !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px !important;
  margin-left: 36px;
  border: medium inset transparent;
}
.mfp-bg {
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-img,
.mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out;
  transform: scale(0.93);
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-img,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: scale(1);
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-img,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  transform: scale(0.93) !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-close,
.mfp-zoom-in .mfp-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-figure:after {
  transition: all 0.2s ease-in-out;
  transform: scale(0.93);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-ready .mfp-figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-figure:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: scale(0.93);
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 10px 70px 20px rgba(0, 0, 0, 0.35) !important;
}
.mfp-zoom-in.mfp-ready .mfp-close,
.mfp-zoom-in.mfp-ready .mfp-arrow {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.mfp-zoom-in.mfp-removing .mfp-close,
.mfp-zoom-in.mfp-removing .mfp-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler {
  overflow: visible;
}
/* Inline Type */
.vu_popup-inline-wrapper {
  position: relative;
  padding: 30px;
  width: auto;
  max-width: 600px;
  margin: 40px auto;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.vu_popup-inline-wrapper p:last-child {
  margin-bottom: 0 !important;
}
.mfp-zoom-in.mfp-removing .vu_popup-inline-wrapper {
  opacity: 0;
}

/* Blog: Shortcode
================================================== */
.vu_blog .vu_pagination {
  margin-top: 15px;
}
.vu_blog.vu_b-type-carousel {
  margin: 0 -15px;
}
.vu_blog .vu_b-carousel .owl-item {
  padding: 0 15px;
}
.vu_blog.vu_b-type-carousel .vu_b-carousel .owl-buttons .owl-prev,
.vu_blog.vu_b-type-carousel .vu_b-carousel .owl-buttons .owl-next {
  top: 27.5%;
}
.vu_blog.vu_b-type-grid.vu_b-layout-2 .vu_b-item-wrap:nth-child(2n + 1),
.vu_blog.vu_b-type-grid.vu_b-layout-3 .vu_b-item-wrap:nth-child(3n + 1),
.vu_blog.vu_b-type-grid.vu_b-layout-4 .vu_b-item-wrap:nth-child(4n + 1) {
  clear: both;
}
@media (max-width: 991px) {
  .vu_blog.vu_b-type-grid .vu_b-item-wrap {
    clear: none !important;
  }
  .vu_blog.vu_b-type-grid .vu_b-item-wrap:nth-child(2n + 1) {
    clear: left !important;
  }
}
.vu_blog .vu_blog-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.vu_blog .vu_b-carousel .vu_blog-item {
  margin-bottom: 15px;
}
.vu_blog .vu_blog-item.sticky {
  padding: 0;
  border: none;
  background-color: transparent;
}
.vu_blog .vu_bi-content-wrapper {
  overflow: initial;
}
.vu_blog .vu_blog-item .vu_bi-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  padding: 6px;
  border: 2px solid var(--secondary-color);
  background-color: #fff;

  transition: all 0.4s ease-out;
}
.vu_blog .vu_blog-item:hover .vu_bi-image {
  border-color: var(--primary-color);
}
.vu_blog.vu_b-no-border .vu_blog-item .vu_bi-image {
  border: none;
  padding: 0;
}
.vu_blog .vu_blog-item .vu_bi-title {
  font-size: 16px;
  color: #343434;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.vu_blog .vu_blog-item .vu_bi-title a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.vu_blog .vu_blog-item .vu_bi-title a:hover {
  color: var(--primary-color);
}
.vu_blog .vu_blog-item .vu_bi-meta {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.vu_blog .vu_blog-item .vu_bi-meta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item {
  display: inline-block;
  margin: 0 0 5px;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item:after {
  content: "|";
  margin: 0 8px;
  opacity: 0.7;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item:last-child:after {
  display: none;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item .fa {
  margin-right: 5px;
  color: var(--secondary-color);
  transform: scale(0.85);
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item a {
  color: inherit;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item a:hover {
  color: var(--primary-color);
}
.vu_blog .vu_blog-item .vu_bi-content {
  font-size: 14px;
  line-height: 24px;
}

/* Blog Post
================================================== */
.vu_blog-post {
  padding: 25px;
  margin-bottom: 45px;
  border: 2px solid var(--secondary-color);
}
/* Post Format: All */
.vu_blog-post .vu_bp-image {
  text-align: center;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}
.vu_blog-post .vu_bp-image a {
  display: block;
  outline: none;
}
.vu_blog-post .vu_bp-image img {
  display: inline-block;
  width: 100%; /**/
  max-width: 100%;
}
.vu_blog-post .vu_bp-title {
  color: var(--secondary-color);
  margin: 0 0 16px 0;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
}
.vu_blog-post .vu_bp-title a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.vu_blog-post .vu_bp-title a:hover {
  color: var(--primary-color);
}
.vu_blog-post .vu_bp-meta {
  font-size: 13px;
  color: #999;
  padding: 6px 0 5px;
  margin: 16px 0 22px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.vu_blog-post .vu_bp-m-item {
  display: inline-block;
  margin-right: 20px;
}
.vu_blog-post .vu_bp-m-item:last-child {
  margin-right: 0;
}
.vu_blog-post .vu_bp-m-item a {
  color: inherit;
  text-decoration: none;
}
.vu_blog-post .vu_bp-m-item a:hover {
  color: var(--secondary-color);
}
.vu_blog-post .vu_bp-m-item i {
  margin-right: 5px;
  color: var(--primary-color);
}
.vu_blog-post .vu_bp-content .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.vu_blog-post .vu_bp-content .container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.vu_blog-post .vu_bp-content-full iframe {
  max-width: 100%;
}
.vu_blog-post .vu_bp-content-full p,
.vu_blog-post .vu_bp-content-excerpt p {
  margin: 0 0 25px 0;
}
.vu_blog-post .vu_bp-content-full p:last-child,
.vu_blog-post .vu_bp-content-excerpt p:last-child {
  margin-bottom: 0;
}
.vu_blog-post .vu_bp-read-more {
  font-size: 13px;
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
.vu_blog-post .vu_bp-read-more i {
  margin-left: 7px;
}
.vu_blog-post .vu_bp-read-more:hover {
  opacity: 0.8;
}

/* Post Format: Standard & Image */
.vu_blog-post.vu_bp-type-standard .vu_bp-image,
.vu_blog-post.vu_bp-type-image .vu_bp-image {
  background-color: #f9f9f9;
}
.vu_blog-post.vu_bp-type-standard .vu_bp-image a:hover,
.vu_blog-post.vu_bp-type-image .vu_bp-image a:hover {
  opacity: 0.7;
}
/* Post Format: Gallery */
.vu_blog-post.vu_bp-type-gallery .vu_bp-image .vu_image-slider {
  margin-bottom: 0;
}
/* Post Format: Audio */
.vu_blog-post.vu_bp-type-audio .vu_bp-image {
  background-color: #222222;
  padding: 5px;
}
.vu_blog-post.vu_bp-type-audio .vu_bp-image .mejs-container {
  outline: none !important;
}
.vu_blog-post.vu_bp-type-audio
  .vu_bp-image
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current {
  background-color: var(--primary-color);
}
.vu_blog-post.vu_bp-type-audio
  .vu_bp-image
  .mejs-controls
  .mejs-time-rail
  .mejs-time-total {
  box-shadow: none !important;
  outline: none !important;
}
/* Post Format: Link */
.vu_blog-post.vu_bp-type-link {
  position: relative;
}
.vu_blog-post.vu_bp-type-link:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--secondary-color);
  z-index: 1;
  opacity: 0.7;
}
/* Post Format: Quote */
.vu_blog-post.vu_bp-type-quote {
  padding: 0;
  border: none;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote {
  position: relative;
  border: 1px solid #f1f1f1;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--secondary-color);
  z-index: 1;
  opacity: 0.7;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote,
.vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-content {
  position: relative;
  padding: 35px 25px;
  border: none !important;
  margin: 0 !important;
  color: var(--primary-color);
  z-index: 2;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote p,
.vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-content p {
  font-size: 25px;
  line-height: 1.4;
  color: inherit;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote cite,
.vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-author {
  font-size: 15px;
  font-weight: normal;
  color: var(--secondary-color);
}

/* Sticky Post*/
.sticky,
.category-sticky {
  position: relative;
  border-color: var(--primary-color);
  background-color: #fafafa;
}

/* Social & Tags Container */
.vu_bp-social-tags-container {
  padding: 20px 0;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}

/* Blog : Single Post Tags
================================================== */
.vu_bp-social-tags-container .vu_bp-tags {
  font-size: 15px;
  line-height: 36px;
  color: var(--secondary-color);
}
.vu_bp-social-tags-container .vu_bp-tags span {
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}
.vu_bp-social-tags-container .vu_bp-tags a {
  color: #696969;
}
.vu_bp-social-tags-container .vu_bp-tags a:hover {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .vu_bp-social-tags-container .vu_bp-tags {
    margin-bottom: 10px !important;
  }
}

/* Blog : Social Networks
================================================== */
.vu_bp-social-networks {
  text-align: right;
}
.vu_bp-social-networks ul {
  font-size: 0;
  margin: 0;
}
.vu_bp-social-networks li {
  display: inline-block;
  margin: 0 3px;
}
.vu_bp-social-networks li:first-child {
  margin-left: 0;
}
.vu_bp-social-networks li:last-child {
  margin-right: 0;
}
.vu_bp-social-networks a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--secondary-color);
}
.vu_bp-social-networks a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
@media (max-width: 767px) {
  .vu_bp-social-networks {
    text-align: left !important;
  }
}

/* Blog: Single Post Next Prev Links
================================================== */
.vu_bp-next-prev-container {
  margin-bottom: 40px;
  color: #343434;
}
.vu_bp-next-prev-container a {
  font-size: 15px;
  color: inherit;
}
.vu_bp-next-prev-container a:hover {
  color: var(--primary-color);
}
.vu_bp-next-prev-container .vu_bp-next-link i,
.vu_bp-next-prev-container .vu_bp-prev-link i {
  position: relative;
  top: -1px;
}
.vu_bp-next-prev-container .vu_bp-next-link {
  text-align: right;
}
.vu_bp-next-prev-container .vu_bp-next-link i {
  margin-left: 10px;
}
.vu_bp-next-prev-container .vu_bp-prev-link {
  text-align: left;
}
.vu_bp-next-prev-container .vu_bp-prev-link i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .vu_bp-next-prev-container .vu_bp-next-link {
    text-align: left !important;
  }
}

/* Blog: Single Post
================================================== */
.vu_main-header + .vu_container.vu_blog-single-post {
  margin-top: 70px;
}
.vu_blog-single-post .vu_blog-post {
  padding: 0;
  border: none;
  margin-bottom: 35px;
}
.vu_blog-single-post .vu_blog-post .vu_bp-image {
  margin: 0 0 26px 0;
}
.vu_blog-single-post .vu_blog-post .vu_bp-meta {
  margin: 16px 0 22px 0;
}
.vu_blog-single-post .vu_bsp-content {
  padding: 25px;
  margin: 0 0 40px;
  border: 2px solid var(--secondary-color);
}

/* Blog: Comments
================================================== */
.vu_comments {
  font-weight: normal;
}
.vu_comments .vu_c-list {
  position: relative;
}
.vu_comments ol.children {
  list-style: none;
  padding: 0 0 0 100px;
}
@media (max-width: 991px) {
  .vu_comments ol.children {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .vu_comments ol.children {
    padding-left: 25px;
  }
}
@media (max-width: 479px) {
  .vu_comments ol.children {
    padding-left: 0;
  }
}
.vu_comments .vu_c-count,
.vu_comments .vu_c-text {
  font-size: 20px;
  line-height: 26px;
  color: var(--primary-color);
  margin: 0 0 35px 0;
  text-transform: uppercase;
}
.vu_comments .vu_c-text {
  text-align: right;
}
.vu_comments .vu_c-article {
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.vu_comments .vu_c-article .comment-respond {
  clear: both;
}
.vu_comments .vu_c-a-avatar {
  float: left;
  margin-bottom: 35px;
}
.vu_comments .vu_c-a-container {
  position: relative;
  margin-left: 130px;
  margin-bottom: 35px;
}
.vu_comments .vu_c-a-header {
  margin-bottom: 15px;
}
.vu_comments .vu_c-a-author {
  font-size: 16px;
  color: var(--secondary-color);
  margin: 0 0 5px 0;
}
.vu_comments .vu_c-a-author a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.vu_comments .vu_c-a-author a:hover {
  opacity: 0.8;
}
.vu_comments .vu_c-a-meta {
  line-height: normal;
}
.vu_comments .vu_c-a-m-item {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #aaaaaa;
  margin: 0 0 5px 10px;
}
.vu_comments .vu_c-a-m-item a {
  color: inherit;
  text-decoration: none;
}
.vu_comments .vu_c-a-m-item a:hover {
  color: var(--primary-color);
}
.vu_comments .vu_c-a-m-item i {
  margin-right: 5px;
}
.vu_comments .vu_c-a-m-item:first-child {
  margin-left: 0;
}
.vu_comments .vu_c-a-edit,
.vu_comments .vu_c-a-reply {
  position: absolute;
  top: 0;
  right: 0;
}
.vu_comments .vu_c-a-edit {
  right: 85px;
}
.vu_comments .vu_c-a-edit a,
.vu_comments .vu_c-a-reply a {
  display: block;
  width: 75px;
  color: #fff;
  text-align: center;
  padding: 9px 15px 6px;
  background-color: var(--primary-color);
}
.vu_comments .vu_c-a-edit a {
  background-color: var(--secondary-color);
}
.vu_comments .vu_c-a-edit a:hover,
.vu_comments .vu_c-a-reply a:hover {
  color: #fff !important;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .vu_comments .comment .vu_c-a-edit,
  .vu_comments .comment .vu_c-a-reply {
    position: static;
  }
  .vu_comments .comment .vu_c-a-edit a,
  .vu_comments .comment .vu_c-a-reply a {
    width: auto;
    color: #343434;
    padding: 0;
    background-color: transparent !important;
  }
  .vu_comments .comment .vu_c-a-edit a:hover,
  .vu_comments .comment .vu_c-a-reply a:hover {
    color: #696969 !important;
  }
}
.vu_comments .vu_c-a-content {
  font-size: 14px;
  color: #696969;
  line-height: 24px;
}
.vu_comments .vu_c-a-content .vu_c-a-moderation {
  color: var(--primary-color);
}
.vu_comments .vu_c-a-content p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0 0 5px 0;
}
.vu_comments .vu_c-a-content p:last-child {
  margin-bottom: 0;
}

/* Pingback & Trackback */
.vu_comments li.pingback,
.vu_comments li.trackback {
  position: relative;
  padding: 5px 0 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.vu_comments li.pingback .vu_c-a-edit,
.vu_comments li.trackback .vu_c-a-edit {
  right: 0;
  margin-bottom: 0;
}
.vu_comments li.pingback p,
.vu_comments li.trackback p {
  margin-bottom: 0;
}
.vu_comments li.pingback .vu_c-a-edit + p,
.vu_comments li.trackback .vu_c-a-edit + p {
  padding-right: 100px;
}

.comment-reply-title {
  font-size: 20px;
  color: var(--secondary-color);
  line-height: 26px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.comment-reply-title small a {
  font-size: 13px;
  color: var(--primary-color);
  text-decoration: none;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #f1f1f1;
}
.comment-reply-title small a:hover {
  color: var(--secondary-color);
}

.vu_no-comments {
  margin-bottom: 0;
}

/* Comments Form */
.comment-form .form-control {
  font-family: inherit;
  font-size: 16px;
  color: #696969;
  height: 42px;
  box-shadow: none;
  outline: 0;
  margin: 0 0 20px 0;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  transition: all 0.4s ease-out;
}
.comment-form .form-control:focus {
  border-color: var(--secondary-color);
}
.comment-form textarea.form-control {
  padding: 12px !important;
  height: auto;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.comment-form .form-control:-moz-placeholder {
  color: #aaaaaa;
}
.comment-form .form-control::-moz-placeholder {
  color: #aaaaaa;
}
.comment-form .form-control:-ms-input-placeholder {
  color: #aaaaaa;
}

.comment-form .form-submit {
  text-align: right;
  margin: 10px 0 0;
}

/* Pagination
================================================== */
.vu_pagination {
  margin: 0 0 70px 0;
  text-align: center;
}
.vu_pagination .vu_p-list {
  font-size: 0;
  margin: 0;
}
.vu_pagination .vu_p-list li {
  display: inline-block;
  margin: 0 5px;
}
.vu_pagination .vu_p-list .page-numbers {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #343434;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  background-color: #ebebeb;
}
.vu_pagination .vu_p-list a:hover {
  color: #fff;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.vu_pagination .vu_p-list .current {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  background-color: #fff;
}

/* Recent Posts
================================================== */
.vu_recent-posts .vu_rp-item {
  overflow: hidden;
  margin-bottom: 25px;
}
.vu_recent-posts .vu_rp-item:last-child {
  margin-bottom: 0;
}
.vu_recent-posts .vu_rp-item .vu_rp-img {
  float: left;
  width: 80px;
  height: 80px;
  padding: 3px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.vu_recent-posts .vu_rp-item .vu_rp-img img {
  border-radius: 50%;
}
.vu_recent-posts .vu_rp-item .vu_rp-img ~ * {
  margin-left: 80px;
}
.vu_recent-posts .vu_rp-item .vu_rp-title {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #343434;
  text-transform: none;
  margin: 5px 0 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vu_main-footer .vu_recent-posts .vu_rp-item .vu_rp-title {
  color: #fff;
}
.vu_recent-posts .vu_rp-item .vu_rp-title a {
  color: inherit;
  font-size: inherit;
}
.vu_recent-posts .vu_rp-item .vu_rp-title a:hover {
  color: var(--primary-color);
}
.vu_recent-posts .vu_rp-item .vu_rp-author {
  font-size: 14px;
  line-height: 1.5;
  color: #696969;
  margin-bottom: 3px;
}
.vu_recent-posts .vu_rp-item .vu_rp-date {
  font-size: 12px;
  line-height: 1.5;
  color: #696969;
}
.vu_main-footer .vu_recent-posts .vu_rp-item .vu_rp-title {
  color: #fff;
}
.vu_main-footer .vu_recent-posts .vu_rp-item .vu_rp-author,
.vu_main-footer .vu_recent-posts .vu_rp-item .vu_rp-date {
  color: #d6d8db;
}

/* Working Hours
================================================== */
.vu_working-hours .vu_wh-item {
  font-size: 0;
  line-height: normal;
  padding: 1px 0 0;
}
.vu_working-hours .vu_wh-item:first-child {
  padding-top: 0;
}
.vu_working-hours .vu_wh-item:last-child {
  border-bottom: 0;
}
.vu_working-hours .vu_wh-item .vu_wh-day,
.vu_working-hours .vu_wh-item .vu_wh-hours {
  display: inline-block;
  width: 60%;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
}
.vu_working-hours .vu_wh-item .vu_wh-hours {
  width: 40%;
  text-align: right;
  padding-right: 0;
}
.vu_working-hours .vu_wh-item.active .vu_wh-day,
.vu_working-hours .vu_wh-item.active .vu_wh-hours {
  color: var(--primary-color);
  font-weight: 600;
}

/* Social Networks
================================================== */
.vu_social-networks {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.vu_social-networks.vu_sn-alignment-left {
  text-align: left;
}
.vu_social-networks.vu_sn-alignment-center {
  text-align: center;
}
.vu_social-networks.vu_sn-alignment-right {
  text-align: right;
}
.vu_social-networks .vu_social-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.vu_social-networks .vu_social-icon:last-child {
  margin-right: 0;
}
.vu_social-networks .vu_social-icon a {
  position: relative;
  z-index: 1;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.vu_social-networks .vu_social-icon a:hover {
  z-index: 2;
  color: #fff;
  background-color: var(--secondary-color);
}
.vu_social-networks .vu_social-icon a:hover i {
  color: inherit !important;
}
.vu_social-networks.vu_sn-size-large .vu_social-icon a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
}
.vu_social-networks.vu_sn-size-medium .vu_social-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
.vu_social-networks.vu_sn-size-small .vu_social-icon a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

/* Share Buttons
================================================== */
.vu_share-buttons {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.vu_share-buttons.vu_sb-alignment-left {
  text-align: left;
}
.vu_share-buttons.vu_sb-alignment-center {
  text-align: center;
}
.vu_share-buttons.vu_sb-alignment-right {
  text-align: right;
}
.vu_share-buttons .vu_sb-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.vu_share-buttons .vu_sb-icon:last-child {
  margin-right: 0;
}
.vu_share-buttons .vu_sb-icon a {
  position: relative;
  z-index: 1;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.vu_share-buttons .vu_sb-icon a:hover {
  z-index: 2;
  color: #fff;
  background-color: var(--secondary-color);
}
.vu_share-buttons .vu_sb-icon a:hover i {
  color: inherit !important;
}
.vu_share-buttons.vu_sb-size-large .vu_sb-icon a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
}
.vu_share-buttons.vu_sb-size-medium .vu_sb-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
.vu_share-buttons.vu_sb-size-small .vu_sb-icon a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

/* Error Page - 404
================================================== */
body.error404 .vu_main-footer {
  margin-top: 0;
}
.vu_error-page {
  text-align: center;
  margin: -10px 0 70px 0;
}
.vu_error-page .vu_ep-404 {
  font-family: "Montserrat";
  font-size: 130px;
  font-weight: normal;
  color: var(--primary-color);
  line-height: 1;
  margin: 0 auto 20px auto;
}
.vu_error-page .vu_ep-title {
  font-size: 28px;
  color: var(--secondary-color);
  line-height: normal;
  margin: 0 0 15px 0;
}
.vu_error-page .vu_ep-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}

/* Widgets
================================================== */
/* General */
.widget {
  margin-bottom: 35px;
}
.widgettitle,
.widget_title,
.wp-block-heading {
  position: relative;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: var(--secondary-color);
  line-height: 24px;
  padding: 0 0 15px 0;
  margin: 25px 0 30px 0;
}
.widgettitle a,
.widget_title a,
.wp-block-heading a {
  color: inherit;
}
.vu_sidebar .widget {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.vu_sidebar .widget:last-child {
  border-bottom: none;
}
.vu_sidebar .widgettitle,
.vu_sidebar .widget_title,
.vu_sidebar .wp-block-heading {
  padding-bottom: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .vu_sidebar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vu_sidebar .widget {
    float: left;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .vu_sidebar .widget:nth-child(2n) {
    float: right;
  }
}

/* Social Icons */
.widget .vu_social-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.widget .vu_social-icon:last-child {
  margin-right: 0;
}
.widget .vu_social-icon a {
  position: relative;
  z-index: 1;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.widget .vu_social-icon a:hover {
  z-index: 2;
  color: #fff;
  background-color: var(--secondary-color);
}
.widget .vu_social-icon a:hover i {
  color: #fff !important;
}

/* Search Form */
.vu_search-form .vu_sf-wrapper {
  position: relative;
}
.vu_search-form .vu_sf-wrapper .vu_sf-input {
  height: 42px;
  padding-right: 38px !important;
  border: 2px solid var(--secondary-color);
}
.vu_search-form .vu_sf-wrapper .vu_sf-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: var(--secondary-color);
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
}
.vu_search-form .vu_sf-wrapper .vu_sf-submit:focus {
  box-shadow: none;
  outline: none;
}
.vu_top-bar .vu_search-form {
  display: inline-block;
  width: 180px;
}
.vu_top-bar .vu_search-form .vu_sf-wrapper .vu_sf-input {
  height: 24px;
  font-size: 12px;
  border: none !important;
  padding-left: 8px !important;
  padding-right: 24px !important;
}
.vu_top-bar .vu_search-form .vu_sf-wrapper .vu_sf-submit {
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* Search Modal */
.vu_search-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
}
.vu_search-modal .vu_sm-content {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.vu_search-modal .vu_sm-close {
  position: absolute;
  top: -100px;
  left: 0;
  font-size: 17px;
  color: #fff;
}
.vu_search-modal .vu_sm-close:hover {
  color: #fff;
  opacity: 0.8;
}
.vu_search-modal .vu_search-form .vu_sf-wrapper .vu_sf-input {
  height: 54px;
  font-size: 16px;
  border: none;
  padding-left: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
}
.vu_search-modal .vu_search-form .vu_sf-wrapper .vu_sf-submit {
  height: 54px;
  line-height: 54px;
  font-size: 17px;
  text-align: right;
  color: #fff;
}

/* Inputs */
.widget .form-control,
.widget input[type="text"],
.widget input[type="search"] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
  color: #696969;
  box-shadow: none;
  outline: 0;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease-out;
}
.widget .form-control:focus,
.widget input[type="text"]:focus,
.widget input[type="search"]:focus {
  border-color: var(--primary-color);
}
.widget textarea.form-control,
.widget textarea {
  padding: 12px !important;
  height: auto;
}
.widget .form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.widget .form-control:-moz-placeholder {
  color: #aaaaaa;
}
.widget .form-control::-moz-placeholder {
  color: #aaaaaa;
}
.widget .form-control:-ms-input-placeholder {
  color: #aaaaaa;
}

/* Latest Tweets
================================================== */
.vu_latest-tweets .tweet_avatar {
  display: none;
}
.vu_latest-tweets ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.vu_latest-tweets ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 15px 0;
}
.vu_latest-tweets ul li:last-child {
  margin-bottom: 0;
}
.vu_latest-tweets ul li:before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 18px;
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 5px;
}
.vu_main-footer .vu_latest-tweets a {
  color: #fff;
  opacity: 0.7;
}
.vu_main-footer .vu_latest-tweets a:hover {
  opacity: 1;
  color: var(--primary-color);
}

/* Flickr photos
================================================== */
.vu_flickr-photos {
  margin: 0 -5px -10px -5px;
}
.vu_flickr-photos span {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.vu_flickr-photos a,
.vu_flickr-photos a img {
  display: block;
}
.vu_flickr-photos a:hover {
  opacity: 0.7;
}

/* Default Wordpress Widgets
================================================== */
/* General */
.widget .screen-reader-text {
  display: none;
}
.widget.widget_text .textwidget img {
  max-width: 100%;
  height: auto;
}
.widget.widget_archive > ul,
.widget.widget_pages > ul,
.widget.widget_recent_comments > ul,
.widget.widget_recent_entries > ul,
.widget.widget_meta > ul,
.widget.widget_categories > ul,
.widget .wp-block-archives-list,
.widget .wp-block-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -7px !important;
}
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_recent_comments li,
.widget.widget_recent_entries li,
.widget.widget_meta li,
.widget.widget_categories li,
.widget .wp-block-archives-list li,
.widget .wp-block-categories-list li {
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
}
.widget.widget_archive li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_recent_comments li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_meta li:last-child,
.widget.widget_categories li:last-child,
.widget .wp-block-archives-list li:last-child,
.widget .wp-block-categories-list li:last-child {
  margin-bottom: 0;
}
.widget.widget_archive li:last-child > a,
.widget.widget_pages li:last-child > a,
.widget.widget_recent_comments li:last-child > a,
.widget.widget_recent_entries li:last-child > a,
.widget.widget_meta li:last-child > a,
.widget.widget_categories li:last-child > a,
.widget
  .wp-block-archives-list
  li:last-child
  > a
  .widget
  .wp-block-categories-list
  li:last-child
  > a {
  margin-bottom: 0;
}
.widget.widget_archive li,
.widget.widget_categories li {
  text-align: right;
  margin-bottom: 0;
}
.widget.widget_archive li ul,
.widget.widget_categories li ul {
  clear: both;
  padding-left: 25px;
}
.widget.widget_archive li a,
.widget.widget_categories li a {
  clear: both;
  float: left;
  margin-bottom: 7px;
}
.widget.widget_archive li a,
.widget.widget_pages li a,
.widget.widget_recent_entries li a,
.widget.widget_meta li a,
.widget.widget_categories li a {
  color: inherit;
  margin-right: 6px;
}
.widget.widget_categories li.cat-item-none {
  text-align: left;
}
.widget.widget_calendar table {
  margin-bottom: 0;
}
.vu_sidebar .widget.widget_recent_comments li a {
  color: var(--secondary-color);
}
.vu_sidebar .widget.widget_recent_comments li a.url {
  color: var(--primary-color);
}
.widget.widget_recent_comments li a {
  color: inherit;
  opacity: 0.7;
}
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_recent_comments li a:hover,
.widget.widget_recent_entries li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_categories li a:hover {
  color: var(--primary-color);
}
.widget.widget_pages ul.children {
  margin-top: 11px;
  padding-left: 15px !important;
}

/* Tags Widget */
.widget.widget_tag_cloud .tagcloud {
  margin-right: -6px;
  margin-bottom: -6px;
  font-size: 0;
}
.widget.widget_tag_cloud a {
  display: inline-block;
  color: #fff;
  font-size: 14px !important;
  background-color: var(--secondary-color);
  padding: 6px 15px 4px;
  margin: 0 6px 6px 0;
}
.widget.widget_tag_cloud a.active,
.widget.widget_tag_cloud a:hover {
  color: #fff;
  background-color: var(--primary-color);
}

/* RSS Widget */
.widget.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget.widget_rss .widgettitle > a:first-child,
.widget.widget_rss .widget_title > a:first-child {
  display: none;
}
.widget.widget_rss li {
  margin-bottom: 15px;
}
.widget.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget.widget_rss li .rsswidget {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}
.vu_main-footer .widget.widget_rss li .rsswidget {
  color: #fff;
}
.widget.widget_rss .rss-date {
  display: block;
  color: var(--secondary-color);
  font-size: 13px;
  line-height: 1.4em;
  padding: 0px 0 5px 0;
}
.widget.widget_rss .rssSummary {
  color: inherit;
  opacity: 0.8;
}
.widget.widget_rss cite {
  display: block;
  font-size: 13px;
  color: inherit;
  margin-top: 5px;
  opacity: 0.9;
}

/* Highlight
================================================== */
.vu_highlight {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  background-color: var(--primary-color);
}

/* List with icon
================================================== */
.vu_list-with-icon {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.vu_list-with-icon li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
}
.vu_list-with-icon li:last-child {
  margin-bottom: 0;
}
.vu_list-with-icon li a {
  display: inline-block;
  color: inherit;
  padding: 3px 0;
}
.vu_list-with-icon li:first-child a {
  padding-top: 0;
}
.vu_list-with-icon li a:hover {
  color: var(--primary-color);
}
.vu_list-with-icon li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9em;
  color: var(--primary-color);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.vu_list-with-icon[data-color="primary"] li a:hover,
.vu_list-with-icon[data-color="primary"] li:before {
  color: var(--primary-color);
}
.vu_list-with-icon[data-color="secondary"] li a:hover,
.vu_list-with-icon[data-color="secondary"] li:before {
  color: var(--secondary-color);
}
.vu_list-with-icon[data-color="black"] li a:hover,
.vu_list-with-icon[data-color="black"] li:before {
  color: #343434;
}
.vu_list-with-icon[data-color="gray"] li a:hover,
.vu_list-with-icon[data-color="gray"] li:before {
  color: #aaa;
}
.vu_list-with-icon[data-color="white"] li a:hover,
.vu_list-with-icon[data-color="white"] li:before {
  color: #fff;
}
.vu_list-with-icon[data-font="Bakery"] li:before {
  font-family: "Bakery";
}
.vu_list-with-icon[data-font="Milingona"] li:before {
  font-family: "Milingona";
}
.vu_list-with-icon[data-font="FontAwesome"] li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.vu_list-with-icon[data-icon] li:before {
  content: attr(data-icon);
}

/* Footer
================================================== */
.vu_main-footer {
  position: relative;
  color: #fff;
  background-color: #1a1a1a;
}

.vu_main-footer.vu_mf-fullwidth .vu_mf-widgets .container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vu_main-footer.vu_mf-fullwidth [class^="vu_mf-footer"] {
  padding-left: 70px;
  padding-right: 70px;
}

.vu_main-footer [class^="vu_mf-footer"] {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 748px) {
  .vu_main-footer [class^="vu_mf-footer"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.vu_main-footer .widgettitle,
.vu_main-footer .widget_title,
.vu_main-footer .wp-block-heading {
  margin-bottom: 45px;
  padding-bottom: 25px;
  color: #fdbb2f;
  border-bottom: 1px solid #303030;
}
.vu_main-footer .vu_mf-footer-2 .widgettitle:after,
.vu_main-footer .vu_mf-footer-2 .widget_title:after,
.vu_main-footer .vu_mf-footer-2 .wp-block-heading:after,
.vu_main-footer .vu_mf-footer-3 .widgettitle:after,
.vu_main-footer .vu_mf-footer-3 .widget_title:after,
.vu_main-footer .vu_mf-footer-3 .wp-block-heading:after,
.vu_main-footer .vu_mf-footer-4 .widgettitle:after,
.vu_main-footer .vu_mf-footer-4 .widget_title:after,
.vu_main-footer .vu_mf-footer-4 .wp-block-heading:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  left: -30px;
  bottom: -1px;
  background-color: #303030;
}

.vu_main-footer .vu_mf-widgets {
  font-size: 14px;
  line-height: 1.55em;
}

.vu_main-footer .widget {
  margin-bottom: 30px;
}

.vu_main-footer .vu_mf-subfooter {
  background-color: #000000;
}

.vu_main-footer .vu_mf-subfooter .container {
  padding-left: 0px;
  padding-right: 0px;
}

.vu_main-footer .vu_mf-subfooter .vu_mf-sf-content {
  padding: 12px 0 10px 0;
  font-size: 13px;
  color: inherit;
  line-height: 32px;
}
@media (max-width: 767px) {
  .vu_main-footer .vu_mf-subfooter .vu_mf-sf-content {
    text-align: center;
  }
}
.vu_main-footer .vu_mf-subfooter a {
  color: inherit;
  text-decoration: none;
}
.vu_main-footer .vu_mf-subfooter a:hover {
  color: var(--primary-color);
}

/* Footer Widgets */
.vu_main-footer .widget.widget_calendar table {
  margin-bottom: 0;
}

/* Back to top */
.vu_back-to-top {
  position: absolute;
  z-index: 99;
  bottom: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.vu_back-to-top:focus {
  color: rgba(255, 255, 255, 0.35);
}
.vu_back-to-top:hover {
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.35);
}

/* Embed Content
================================================== */
.vu_embed,
.vu_embed body {
  margin: 0 !important;
}
.vu_embed body {
  padding: 50px !important;
}
.vu_embed .vu_embed-container {
  margin-left: -15px !important;
  margin-right: -15px !important;

  opacity: 0;

  transition: opacity 0.3s ease-in-out;
}
.vu_embed .vu_embed-container .container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Embed Responsive
================================================== */
.embed-responsive.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.embed-responsive.embed-responsive-2by1 {
  padding-bottom: 50%;
}
.embed-responsive.embed-responsive-3by2 {
  padding-bottom: 66.67%;
}
.embed-responsive.embed-responsive-3by4 {
  padding-bottom: 133.34%;
}

/* WordPress Generated Generics
================================================== */
.bypostauthor {
  background-color: #fff;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #696969;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}

.wp-caption-text {
  clear: both;
  line-height: 32px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-cover-text {
  color: #fff !important;
}
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  margin-bottom: 1.3em;
}

/* Extra Classes
================================================== */
/* primary colors */
.vu_primary-text-color {
  color: var(--primary-color);
}
.vu_primary-border-color {
  border-color: var(--primary-color);
}
.vu_primary-bg-color {
  background-color: var(--primary-color);
}

/* secondary colors */
.vu_secondary-text-color {
  color: var(--secondary-color);
}
.vu_secondary-border-color {
  border-color: var(--secondary-color);
}
.vu_secondary-bg-color {
  background-color: var(--secondary-color);
}

/* black colors */
.vu_black-text-color {
  color: #000;
}
.vu_black-border-color {
  border-color: #000;
}
.vu_black-bg-color {
  background-color: #000;
}

/* white colors */
.vu_white-text-color {
  color: #fff;
}
.vu_white-border-color {
  border-color: #fff;
}
.vu_white-bg-color {
  background-color: #fff;
}

/* icons */
.vu_with-icon {
  position: relative;
  padding-left: 22px;
  color: #696969;
}
.vu_with-icon > i.fa {
  position: absolute;
  left: 0;
  line-height: 1.8;
  color: var(--primary-color);
}
.vu_main-footer .vu_with-icon,
.vu_main-footer .vu_with-icon > i.fa {
  color: #fff;
}

/* border */
.vu_with-border {
  border: 1px solid #f1f1f1;
}
.vu_with-bg {
  background-color: #f9f9f9;
}

/* lazy load */
.vu_lazy-load {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=);
  transition: background-image 0.4s ease-in-out;
}

/* zoom image */
.vu_zoom-img {
  overflow: hidden;
}
.vu_zoom-img img {
  transition: all 0.2s ease-in-out;
}
.vu_zoom-img:hover img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}

/* shadow */
.vu_with-shadow {
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

/* arrows */
.vu_arrow-down {
  position: relative;
}
.vu_arrow-down:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  z-index: 1;
  border: 15px solid transparent;
  border-top-color: var(--primary-color);
}
.vu_arrow-down.vu_secondary-bg-color:after {
  border-top-color: var(--secondary-color);
}

/* text align */
@media (max-width: 991px) {
  .vu_md-text-left {
    text-align: left !important;
  }
  .vu_md-text-center {
    text-align: center !important;
  }
  .vu_md-text-right {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .vu_sm-text-left {
    text-align: left !important;
  }
  .vu_sm-text-center {
    text-align: center !important;
  }
  .vu_sm-text-right {
    text-align: right !important;
  }
}
@media (max-width: 479px) {
  .vu_xs-text-left {
    text-align: left !important;
  }
  .vu_xs-text-center {
    text-align: center !important;
  }
  .vu_xs-text-right {
    text-align: right !important;
  }
}

/* width */
.w-0 {
  width: 0%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}

/* positions */
.p-s {
  position: static;
}
.p-f {
  position: fixed;
}
.p-a {
  position: absolute;
}
.p-r {
  position: relative;
}

.t-0 {
  top: 0px;
}
.t-1 {
  top: 1px;
}
.t-2 {
  top: 2px;
}
.t-3 {
  top: 3px;
}
.t-4 {
  top: 4px;
}
.t-5 {
  top: 5px;
}
.t-6 {
  top: 6px;
}
.t-7 {
  top: 7px;
}
.t-8 {
  top: 8px;
}
.t-9 {
  top: 9px;
}
.t-10 {
  top: 10px;
}
.t-15 {
  top: 10px;
}
.t-20 {
  top: 20px;
}
.t-30 {
  top: 30px;
}
.t-40 {
  top: 40px;
}
.t-50 {
  top: 50px;
}
.t-60 {
  top: 60px;
}
.t-70 {
  top: 70px;
}
.t-80 {
  top: 80px;
}
.t-90 {
  top: 90px;
}
.t-100 {
  top: 100px;
}

.r-0 {
  right: 0px;
}
.r-1 {
  right: 1px;
}
.r-2 {
  right: 2px;
}
.r-3 {
  right: 3px;
}
.r-4 {
  right: 4px;
}
.r-5 {
  right: 5px;
}
.r-6 {
  right: 6px;
}
.r-7 {
  right: 7px;
}
.r-8 {
  right: 8px;
}
.r-9 {
  right: 9px;
}
.r-10 {
  right: 10px;
}
.r-15 {
  right: 10px;
}
.r-20 {
  right: 20px;
}
.r-30 {
  right: 30px;
}
.r-40 {
  right: 40px;
}
.r-50 {
  right: 50px;
}
.r-60 {
  right: 60px;
}
.r-70 {
  right: 70px;
}
.r-80 {
  right: 80px;
}
.r-90 {
  right: 90px;
}
.r-100 {
  right: 100px;
}

.b-0 {
  bottom: 0px;
}
.b-1 {
  bottom: 1px;
}
.b-2 {
  bottom: 2px;
}
.b-3 {
  bottom: 3px;
}
.b-4 {
  bottom: 4px;
}
.b-5 {
  bottom: 5px;
}
.b-6 {
  bottom: 6px;
}
.b-7 {
  bottom: 7px;
}
.b-8 {
  bottom: 8px;
}
.b-9 {
  bottom: 9px;
}
.b-10 {
  bottom: 10px;
}
.b-15 {
  bottom: 10px;
}
.b-20 {
  bottom: 20px;
}
.b-30 {
  bottom: 30px;
}
.b-40 {
  bottom: 40px;
}
.b-50 {
  bottom: 50px;
}
.b-60 {
  bottom: 60px;
}
.b-70 {
  bottom: 70px;
}
.b-80 {
  bottom: 80px;
}
.b-90 {
  bottom: 90px;
}
.b-100 {
  bottom: 100px;
}

.l-0 {
  left: 0px;
}
.l-1 {
  left: 1px;
}
.l-2 {
  left: 2px;
}
.l-3 {
  left: 3px;
}
.l-4 {
  left: 4px;
}
.l-5 {
  left: 5px;
}
.l-6 {
  left: 6px;
}
.l-7 {
  left: 7px;
}
.l-8 {
  left: 8px;
}
.l-9 {
  left: 9px;
}
.l-10 {
  left: 10px;
}
.l-15 {
  left: 10px;
}
.l-20 {
  left: 20px;
}
.l-30 {
  left: 30px;
}
.l-40 {
  left: 40px;
}
.l-50 {
  left: 50px;
}
.l-60 {
  left: 60px;
}
.l-70 {
  left: 70px;
}
.l-80 {
  left: 80px;
}
.l-90 {
  left: 90px;
}
.l-100 {
  left: 100px;
}

/* z-index */
.z-i-0 {
  z-index: 0;
}

.z-i-1 {
  z-index: 1;
}
.z-i-2 {
  z-index: 2;
}
.z-i-3 {
  z-index: 3;
}
.z-i-4 {
  z-index: 4;
}
.z-i-5 {
  z-index: 5;
}
.z-i-10 {
  z-index: 10;
}

.-z-i-1 {
  z-index: -1;
}
.-z-i-2 {
  z-index: -2;
}
.-z-i-3 {
  z-index: -3;
}
.-z-i-4 {
  z-index: -4;
}
.-z-i-5 {
  z-index: -5;
}

/* margin */
.no-margin {
  margin: 0 !important;
}

.-m-t-1 {
  margin-top: -1px !important;
}
.-m-t-2 {
  margin-top: -2px !important;
}
.-m-t-3 {
  margin-top: -3px !important;
}
.-m-t-4 {
  margin-top: -4px !important;
}
.-m-t-5 {
  margin-top: -5px !important;
}
.-m-t-6 {
  margin-top: -6px !important;
}
.-m-t-7 {
  margin-top: -7px !important;
}
.-m-t-8 {
  margin-top: -8px !important;
}
.-m-t-9 {
  margin-top: -9px !important;
}
.-m-t-10 {
  margin-top: -10px !important;
}
.-m-t-11 {
  margin-top: -11px !important;
}
.-m-t-12 {
  margin-top: -12px !important;
}
.-m-t-13 {
  margin-top: -13px !important;
}
.-m-t-14 {
  margin-top: -14px !important;
}
.-m-t-15 {
  margin-top: -15px !important;
}
.-m-t-16 {
  margin-top: -16px !important;
}
.-m-t-20 {
  margin-top: -20px !important;
}
.-m-t-25 {
  margin-top: -25px !important;
}
.-m-t-30 {
  margin-top: -30px !important;
}
.-m-t-35 {
  margin-top: -35px !important;
}
.-m-t-40 {
  margin-top: -40px !important;
}
.-m-t-45 {
  margin-top: -45px !important;
}
.-m-t-50 {
  margin-top: -50px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.m-t-3 {
  margin-top: 3px !important;
}
.m-t-4 {
  margin-top: 4px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-6 {
  margin-top: 6px !important;
}
.m-t-7 {
  margin-top: 7px !important;
}
.m-t-8 {
  margin-top: 8px !important;
}
.m-t-9 {
  margin-top: 9px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-11 {
  margin-top: 11px !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.m-t-13 {
  margin-top: 13px !important;
}
.m-t-14 {
  margin-top: 14px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-16 {
  margin-top: 16px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-t-55 {
  margin-top: 55px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-65 {
  margin-top: 65px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-t-90 {
  margin-top: 90px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}

.-m-r-1 {
  margin-right: -1px !important;
}
.-m-r-2 {
  margin-right: -2px !important;
}
.-m-r-3 {
  margin-right: -3px !important;
}
.-m-r-4 {
  margin-right: -4px !important;
}
.-m-r-5 {
  margin-right: -5px !important;
}
.-m-r-6 {
  margin-right: -6px !important;
}
.-m-r-7 {
  margin-right: -7px !important;
}
.-m-r-8 {
  margin-right: -8px !important;
}
.-m-r-9 {
  margin-right: -9px !important;
}
.-m-r-10 {
  margin-right: -10px !important;
}
.-m-r-11 {
  margin-right: -11px !important;
}
.-m-r-12 {
  margin-right: -12px !important;
}
.-m-r-13 {
  margin-right: -13px !important;
}
.-m-r-14 {
  margin-right: -14px !important;
}
.-m-r-15 {
  margin-right: -15px !important;
}
.-m-r-16 {
  margin-right: -16px !important;
}
.-m-r-20 {
  margin-right: -20px !important;
}
.-m-r-25 {
  margin-right: -25px !important;
}
.-m-r-30 {
  margin-right: -30px !important;
}
.-m-r-35 {
  margin-right: -35px !important;
}
.-m-r-40 {
  margin-right: -40px !important;
}
.-m-r-45 {
  margin-right: -45px !important;
}
.-m-r-50 {
  margin-right: -50px !important;
}

.m-r-0 {
  margin-right: 0 !important;
}
.m-r-1 {
  margin-right: 1px !important;
}
.m-r-2 {
  margin-right: 2px !important;
}
.m-r-3 {
  margin-right: 3px !important;
}
.m-r-4 {
  margin-right: 4px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-6 {
  margin-right: 6px !important;
}
.m-r-7 {
  margin-right: 7px !important;
}
.m-r-8 {
  margin-right: 8px !important;
}
.m-r-9 {
  margin-right: 9px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-11 {
  margin-right: 11px !important;
}
.m-r-12 {
  margin-right: 12px !important;
}
.m-r-13 {
  margin-right: 13px !important;
}
.m-r-14 {
  margin-right: 14px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-16 {
  margin-right: 16px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-r-55 {
  margin-right: 55px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.m-r-65 {
  margin-right: 65px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.m-r-90 {
  margin-right: 90px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}

.-m-b-1 {
  margin-bottom: -1px !important;
}
.-m-b-2 {
  margin-bottom: -2px !important;
}
.-m-b-3 {
  margin-bottom: -3px !important;
}
.-m-b-4 {
  margin-bottom: -4px !important;
}
.-m-b-5 {
  margin-bottom: -5px !important;
}
.-m-b-6 {
  margin-bottom: -6px !important;
}
.-m-b-7 {
  margin-bottom: -7px !important;
}
.-m-b-8 {
  margin-bottom: -8px !important;
}
.-m-b-9 {
  margin-bottom: -9px !important;
}
.-m-b-10 {
  margin-bottom: -10px !important;
}
.-m-b-11 {
  margin-bottom: -11px !important;
}
.-m-b-12 {
  margin-bottom: -12px !important;
}
.-m-b-13 {
  margin-bottom: -13px !important;
}
.-m-b-14 {
  margin-bottom: -14px !important;
}
.-m-b-15 {
  margin-bottom: -15px !important;
}
.-m-b-16 {
  margin-bottom: -16px !important;
}
.-m-b-20 {
  margin-bottom: -20px !important;
}
.-m-b-25 {
  margin-bottom: -25px !important;
}
.-m-b-30 {
  margin-bottom: -30px !important;
}
.-m-b-35 {
  margin-bottom: -35px !important;
}
.-m-b-40 {
  margin-bottom: -40px !important;
}
.-m-b-45 {
  margin-bottom: -45px !important;
}
.-m-b-50 {
  margin-bottom: -50px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-1 {
  margin-bottom: 1px !important;
}
.m-b-2 {
  margin-bottom: 2px !important;
}
.m-b-3 {
  margin-bottom: 3px !important;
}
.m-b-4 {
  margin-bottom: 4px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-6 {
  margin-bottom: 6px !important;
}
.m-b-7 {
  margin-bottom: 7px !important;
}
.m-b-8 {
  margin-bottom: 8px !important;
}
.m-b-9 {
  margin-bottom: 9px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-11 {
  margin-bottom: 11px !important;
}
.m-b-12 {
  margin-bottom: 12px !important;
}
.m-b-13 {
  margin-bottom: 13px !important;
}
.m-b-14 {
  margin-bottom: 14px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-16 {
  margin-bottom: 16px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-55 {
  margin-bottom: 55px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-65 {
  margin-bottom: 65px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.m-b-85 {
  margin-bottom: 85px !important;
}
.m-b-90 {
  margin-bottom: 90px !important;
}
.m-b-95 {
  margin-bottom: 95px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}

.-m-l-1 {
  margin-left: -1px !important;
}
.-m-l-2 {
  margin-left: -2px !important;
}
.-m-l-3 {
  margin-left: -3px !important;
}
.-m-l-4 {
  margin-left: -4px !important;
}
.-m-l-5 {
  margin-left: -5px !important;
}
.-m-l-6 {
  margin-left: -6px !important;
}
.-m-l-7 {
  margin-left: -7px !important;
}
.-m-l-8 {
  margin-left: -8px !important;
}
.-m-l-9 {
  margin-left: -9px !important;
}
.-m-l-10 {
  margin-left: -10px !important;
}
.-m-l-11 {
  margin-left: -11px !important;
}
.-m-l-12 {
  margin-left: -12px !important;
}
.-m-l-13 {
  margin-left: -13px !important;
}
.-m-l-14 {
  margin-left: -14px !important;
}
.-m-l-15 {
  margin-left: -15px !important;
}
.-m-l-20 {
  margin-left: -20px !important;
}
.-m-l-25 {
  margin-left: -25px !important;
}
.-m-l-30 {
  margin-left: -30px !important;
}
.-m-l-35 {
  margin-left: -35px !important;
}
.-m-l-40 {
  margin-left: -40px !important;
}
.-m-l-45 {
  margin-left: -45px !important;
}
.-m-l-50 {
  margin-left: -50px !important;
}

.m-l-0 {
  margin-left: 0 !important;
}
.m-l-1 {
  margin-left: 1px !important;
}
.m-l-2 {
  margin-left: 2px !important;
}
.m-l-3 {
  margin-left: 3px !important;
}
.m-l-4 {
  margin-left: 4px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-6 {
  margin-left: 6px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.m-l-8 {
  margin-left: 8px !important;
}
.m-l-9 {
  margin-left: 9px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-11 {
  margin-left: 11px !important;
}
.m-l-12 {
  margin-left: 12px !important;
}
.m-l-13 {
  margin-left: 13px !important;
}
.m-l-14 {
  margin-left: 14px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.m-l-55 {
  margin-left: 55px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.m-l-65 {
  margin-left: 65px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.m-l-90 {
  margin-left: 90px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}

/* padding */
.no-padding {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}
.p-t-1 {
  padding-top: 1px !important;
}
.p-t-2 {
  padding-top: 2px !important;
}
.p-t-3 {
  padding-top: 3px !important;
}
.p-t-4 {
  padding-top: 4px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-6 {
  padding-top: 6px !important;
}
.p-t-7 {
  padding-top: 7px !important;
}
.p-t-8 {
  padding-top: 8px !important;
}
.p-t-9 {
  padding-top: 9px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-11 {
  padding-top: 11px !important;
}
.p-t-12 {
  padding-top: 12px !important;
}
.p-t-13 {
  padding-top: 13px !important;
}
.p-t-14 {
  padding-top: 14px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}
.p-r-1 {
  padding-right: 1px !important;
}
.p-r-2 {
  padding-right: 2px !important;
}
.p-r-3 {
  padding-right: 3px !important;
}
.p-r-4 {
  padding-right: 4px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-6 {
  padding-right: 6px !important;
}
.p-r-7 {
  padding-right: 7px !important;
}
.p-r-8 {
  padding-right: 8px !important;
}
.p-r-9 {
  padding-right: 9px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-11 {
  padding-right: 11px !important;
}
.p-r-12 {
  padding-right: 12px !important;
}
.p-r-13 {
  padding-right: 13px !important;
}
.p-r-14 {
  padding-right: 14px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-1 {
  padding-bottom: 1px !important;
}
.p-b-2 {
  padding-bottom: 2px !important;
}
.p-b-3 {
  padding-bottom: 3px !important;
}
.p-b-4 {
  padding-bottom: 4px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-6 {
  padding-bottom: 6px !important;
}
.p-b-7 {
  padding-bottom: 7px !important;
}
.p-b-8 {
  padding-bottom: 8px !important;
}
.p-b-9 {
  padding-bottom: 9px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-11 {
  padding-bottom: 11px !important;
}
.p-b-12 {
  padding-bottom: 12px !important;
}
.p-b-13 {
  padding-bottom: 13px !important;
}
.p-b-14 {
  padding-bottom: 14px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}
.p-l-1 {
  padding-left: 1px !important;
}
.p-l-2 {
  padding-left: 2px !important;
}
.p-l-3 {
  padding-left: 3px !important;
}
.p-l-4 {
  padding-left: 4px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-6 {
  padding-left: 6px !important;
}
.p-l-7 {
  padding-left: 7px !important;
}
.p-l-8 {
  padding-left: 8px !important;
}
.p-l-9 {
  padding-left: 9px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-11 {
  padding-left: 11px !important;
}
.p-l-12 {
  padding-left: 12px !important;
}
.p-l-13 {
  padding-left: 13px !important;
}
.p-l-14 {
  padding-left: 14px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}

/* font size */
.fs-0 {
  font-size: 0px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-29 {
  font-size: 29px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-33 {
  font-size: 33px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-37 {
  font-size: 37px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-39 {
  font-size: 39px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-41 {
  font-size: 41px !important;
}
.fs-42 {
  font-size: 42px !important;
}

/* line-height */
.lh-0 {
  line-height: 0 !important;
}

/* borders */
.b-t-0 {
  border-top: 0 !important;
}
.b-r-0 {
  border-right: 0 !important;
}
.b-b-0 {
  border-bottom: 0 !important;
}
.b-l-0 {
  border-left: 0 !important;
}
