/*------------------------------------------------------------------
[Master Stylesheet]

Project: Beliynt
Version: 2.0

-------------------------------------------------------------------*/
/*  PARTICLES
----------------------------------------------------------*/
/*  GENERAL STYLES
----------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  padding-left: 80px;
}
@media (max-width: 575px) {
  body {
    padding-left: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
/*  CONTENT
----------------------------------------------------------*/
.container {
  max-width: 1200px;
  width: 100%;
}
.vlt-content-holder {
  overflow: hidden;
}
.navbar-offset {
  padding-left: 80px;
}
@media (max-width: 575px) {
  .navbar-offset {
    padding-left: 0;
  }
}
.vlt-main-padding {
    padding-top: 0px;
    padding-bottom: 80px;
}
.vlt-content-empty {
  display: block;
}
.vlt-content-empty-input .vlt-search-form {
  margin-top: 30px;
  max-width: 320px;
}
.vlt-search-form i {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  bottom: 8px;
  display: flex;
  color: #666;
  align-items: center;
}
/*  TYPOGRAPHY
----------------------------------------------------------*/
p {
  margin: 10px 0 30px;
}
p:first-child {
  margin-top: 0;
}
p.large {
  font-size: 20px;
  line-height: 2rem;
  color: #b2b2b2;
}
.highlight {
  color: #fff;
}
a {
  transition: color 300ms ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  margin: 0;
}
b,
strong {
  font-weight: 500;
}
img {
  margin-bottom: 30px;
}
p + img,
img:last-child {
  margin-bottom: 0;
}
ul,
ol {
  list-style-position: inside;
  margin: 30px 0;
}
ul {
  list-style-type: disc;
}
hr {
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
address {
  font-style: italic;
  font-size: 120%;
  margin: 30px 0;
  color: #323232;
}
blockquote {
  position: relative;
  margin: 30px 0;
  padding: 10px 0 10px 20px;
  border-left-style: solid;
  border-left-width: 2px;
}
blockquote * {
  margin: 0 !important;
}
cite {
  color: #191919;
  display: block;
  font-size: 14px;
  font-style: normal;
}
cite::before {
  content: '\2014';
  padding-right: 10px;
}
code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  padding: 5px 6px;
  border-radius: 0;
  color: #191919;
  font-size: 80%;
}
pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  margin: 30px 0;
  overflow: auto;
  max-width: 100%;
  padding: 10px 15px;
  clear: both;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: #999;
  color: #191919;
}
form {
  max-width: 100%;
}
form + form {
  margin-top: 30px;
}
label {
  display: block;
  margin: 0;
  padding: 0;
  color: #191919;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
  transition: color 300ms ease-in-out;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  transition: color 300ms ease-in-out;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  transition: color 300ms ease-in-out;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
  transition: color 300ms ease-in-out;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
textarea:hover,
select:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="text"]:hover::-webkit-input-placeholder,
input[type="email"]:hover::-webkit-input-placeholder,
input[type="password"]:hover::-webkit-input-placeholder,
input[type="tel"]:hover::-webkit-input-placeholder,
input[type="url"]:hover::-webkit-input-placeholder,
input[type="search"]:hover::-webkit-input-placeholder,
input[type="number"]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
select:hover::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: #191919;
}
input[type="text"]:hover:-moz-placeholder,
input[type="email"]:hover:-moz-placeholder,
input[type="password"]:hover:-moz-placeholder,
input[type="tel"]:hover:-moz-placeholder,
input[type="url"]:hover:-moz-placeholder,
input[type="search"]:hover:-moz-placeholder,
input[type="number"]:hover:-moz-placeholder,
textarea:hover:-moz-placeholder,
select:hover:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: #191919;
}
input[type="text"]:hover::-moz-placeholder,
input[type="email"]:hover::-moz-placeholder,
input[type="password"]:hover::-moz-placeholder,
input[type="tel"]:hover::-moz-placeholder,
input[type="url"]:hover::-moz-placeholder,
input[type="search"]:hover::-moz-placeholder,
input[type="number"]:hover::-moz-placeholder,
textarea:hover::-moz-placeholder,
select:hover::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: #191919;
}
input[type="text"]:hover:-ms-input-placeholder,
input[type="email"]:hover:-ms-input-placeholder,
input[type="password"]:hover:-ms-input-placeholder,
input[type="tel"]:hover:-ms-input-placeholder,
input[type="url"]:hover:-ms-input-placeholder,
input[type="search"]:hover:-ms-input-placeholder,
input[type="number"]:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
select:hover:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: #191919;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  display: block;
  width: 100%;
  outline: none;
  padding: 0 0 8px;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
textarea {
  max-width: 100%;
}
.vlt-form-group {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.vlt-form-group label {
  z-index: 0;
  padding-bottom: 8px;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  transform: translateY(100%);
}
.vlt-form-group::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  transition: width 300ms ease-in-out;
}
.vlt-form-group.input-focus label {
  transform: translateY(0);
}
.vlt-form-group.input-focus::after {
  width: 100%;
}
.vlt-form-group:hover label,
.vlt-form-group.input-focus label {
  color: #191919;
}
dl {
  margin: 0 0 30px;
}
dt {
  font-weight: 500;
}
dd {
  padding: 0;
  margin: 0;
}
dd + dt {
  margin-top: 30px;
}
table {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}
th {
  text-align: left;
  font-weight: 500;
}
table thead th,
table tbody th,
table tfoot th,
table tr th,
table thead td,
table tbody td,
table tfoot td,
table tr td {
  padding: 10px !important;
  border: 1px solid #f5f5f5;
}
table thead tr th {
  border-bottom: 2px solid #f5f5f5;
}
table thead tr th,
table thead tr td {
  border-bottom-width: 2px;
}
table tbody + tbody {
  border-top: 2px solid #f5f5f5;
}
table table {
  background-color: #f9f9f9;
}
/*  ADDITIONAL CSS
----------------------------------------------------------*/
.vlt-dotted-bg {
  background-size: 4px 4px;
  background-image: linear-gradient(45deg, rgba(25,25,25,0.8) 1px, transparent 1px), linear-gradient(45deg, rgba(25,25,25,0.8) 1px, transparent 1px);
}
.span.mejs-time-total.mejs-time-slider {
  outline: none !important;
}
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
  padding-top: 0 !important;
}
.vlt-preloader-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  animation-fill-mode: both;
}
.vlt-preloader-inner {
  display: inline-flex;
  font-size: 70px;
  line-height: 70px;
  animation: loader_spinner 3s ease-in-out infinite;
}
.site-loaded .vlt-preloader-holder {
  animation: loader_hide 400ms ease-in-out forwards;
}
.vlt-preload-blind {
  overflow: hidden;
  position: relative;
}
.vlt-preload-blind > div {
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 0s 1s ease-in-out, transform 0.8s 1s ease-in-out;
}
.vlt-preload-blind::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 3;
  transform-origin: right;
  transition: all 0.8s ease-in-out, transform 0.7s 1s ease-in-out;
}
.vlt-preload-blind.loaded > div {
  opacity: 1;
  transform: translateX(0);
}
.vlt-preload-blind.loaded::after {
  left: 0;
  transform: scaleX(0);
}
.vlt-back-to-top {
  display: block;
  position: fixed;
  bottom: 160px;
  right: 34px;
  font-size: 12px;
  line-height: 12px;
  writing-mode: vertical-rl;
  z-index: 99;
  transition: opacity 300ms ease-in-out;
}
.vlt-back-to-top,
.vlt-back-to-top:hover {
  color: #191919;
}
.vlt-back-to-top.btt-white,
.vlt-back-to-top.btt-white:hover {
  color: #fff;
}
.vlt-back-to-top.hidden {
  opacity: 0;
  visibility: hidden;
}
.vlt-back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .vlt-back-to-top {
    display: none;
  }
}
.vlt-page-not-found-holder {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}
.vlt-page-not-found-404 {
  background-size: cover;
  background-position: center center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
}
.vlt-page-not-found-404 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 180px;
  line-height: 1.1;
}
.vlt-page-not-found-subtitle {
  font-size: 20px;
  margin: 30px 0;
}
.post-password-form {
  max-width: 300px;
  overflow: hidden;
  margin: 50px auto;
  padding: 50px;
  background-color: #f5f5f5;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  text-align: center;
}
.post-password-form input[type="password"] {
  margin-bottom: 15px;
}
.post-password-form p {
  margin: 0;
}
.post-password-form br {
  display: none;
}
.post-password-form i {
  display: block;
  text-align: center;
  font-size: 46px;
  margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.span.wpcf7-not-valid-tip {
  font-size: 60%;
  top: calc(100% + 2px);
  line-height: 1;
  position: absolute;
}
.wpcf7 br {
  display: none;
}
.wpcf7 p {
  padding: 40px 0 0;
}
@-moz-keyframes loader_spinner {
  50% {
    transform: scale(0.6) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes loader_spinner {
  50% {
    transform: scale(0.6) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@-o-keyframes loader_spinner {
  50% {
    transform: scale(0.6) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes loader_spinner {
  50% {
    transform: scale(0.6) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@-moz-keyframes loader_hide {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes loader_hide {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes loader_hide {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loader_hide {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes animateTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*  NAVBAR
----------------------------------------------------------*/
.vlt-navigation-aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  bottom: 0;
  display: flex;
  background-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #f5f5f5;
  z-index: 222;
  box-shadow: 0px 1px 3px 0px rgba(204,204,204,0.3);
}
.admin-bar .vlt-navigation-aside {
  top: 32px;
}
.vlt-navigation-box-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 500ms ease-in-out;
}
.vlt-navigation-aside .vlt-navigation-box {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 782px) {
  .admin-bar .vlt-navigation-aside {
    top: 0;
  }
}
@media (max-width: 575px) {
  .vlt-navigation-aside {
    position: relative;
    width: 100%;
    height: 80px;
    border-right: none;
    border-bottom: 1px solid #f5f5f5;
  }
  .vlt-navigation-aside .vlt-navigation-box-bottom {
    left: 285px !important;
    right: 0;
    border-top: none;
    border-left: 1px solid #f5f5f5;
  }
}
@media (min-width: 576px) {
  .menu-opened .vlt-navigation-aside .vlt-navigation-box-bottom {
    transform: translateY(100%);
  }
}
.vlt-navigation-aside .vlt-navigation-logo {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width:414px) and (min-width:414px){
  .vlt-navigation-aside .vlt-navigation-box-bottom {
    left: 327px !important;}
}
@media (max-width:320px) and (min-width:320px){
  .vlt-navigation-aside .vlt-navigation-box-bottom {
    left: 240px !important;}
}

/*.vlt-navigation-aside .vlt-navigation-logo img {
 max-height: 35px;
}
*/


/*  NAVBAR MENU
----------------------------------------------------------*/
.vlt-no-menu-holder {
  display: flex;
  align-items: center;
  height: calc(100vh - 32px);
}
.vlt-menu-popup {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 783px) {
  .admin-bar .vlt-menu-popup {
    top: 32px;
  }
}
.vlt-menu-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.vlt-menu-popup-overlay ~ * {
  z-index: 2;
  position: relative;
}
.vlt-menu-popup-inner {
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
}
.vlt-menu-holder {
  position: relative;
  height: 100vh;
  max-height: 100%;
  overflow: auto;
}
.admin-bar .vlt-menu-holder {
  height: calc(100vh - 32px);
}
.vlt-menu {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
.vlt-menu ul li a {
  display: inline-block;
  overflow: hidden;
  font-size: 50px;
  padding: 2px 0;
  color: #ccc;
  transition: color 300ms ease-in-out, visibility 0s 0s !important;
}
.vlt-menu ul li a span {
  display: inline-block;
}
.lm-menu-holder .lm-has-submenu > a::after {
  display: none;
}
@media (max-width: 782px) {
  .admin-bar .vlt-menu-popup {
    top: 0;
  }
}
@media (max-width: 575px) {
  .vlt-menu ul li a {
    font-size: 42px !important;
  }
  .vlt-menu-popup {
    left: 0;
  }
  .vlt-menu-popup-inner {
    padding: 0 40px;
  }
  .vlt-menu-holder {
    text-align: center;
  }
  .vlt-menu {
    left: calc(50% - 160px);
  }
}
.vlt-menu-popup-sidebar {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #666;
}
.vlt-menu-popup-sidebar .row {
  width: 100%;
}
.vlt-menu-popup-sidebar div[class^="col"]:not(:nth-child(-n+2)) {
  margin-top: 40px;
}
.vlt-menu-popup-sidebar .vlt-widget .vlt-widget-title {
  padding: 0;
}
.vlt-menu-popup-sidebar .vlt-widget .vlt-widget-title::after {
  display: none;
}
.vlt-navigation-aside .vlt-toggle-menu {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
}
.vlt-navigation-aside .vlt-toggle-menu span {
  display: block;
  position: relative;
  width: 22px;
  height: 2px;
}
.vlt-navigation-aside .vlt-toggle-menu span,
.vlt-navigation-aside .vlt-toggle-menu span::before,
.vlt-navigation-aside .vlt-toggle-menu span::after {
  transition: transform 500ms ease-in-out, width 500ms ease-in-out, top 300ms ease-in-out;
}
.vlt-navigation-aside .vlt-toggle-menu span::before,
.vlt-navigation-aside .vlt-toggle-menu span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.vlt-navigation-aside .vlt-toggle-menu span::before {
  transform-origin: right top;
  transform: translateY(-6px);
}
.vlt-navigation-aside .vlt-toggle-menu span::after {
  transform-origin: right bottom;
  transform: translateY(6px);
}
.vlt-navigation-aside .vlt-toggle-menu span::after {
  top: 2px;
}
.vlt-navigation-aside .vlt-toggle-menu span::before {
  top: -2px;
}
.menu-opened .vlt-navigation-aside .vlt-toggle-menu span {
  transform: rotate(180deg);
}
.menu-opened .vlt-navigation-aside .vlt-toggle-menu span::before,
.menu-opened .vlt-navigation-aside .vlt-toggle-menu span::after {
  width: 50%;
  transition: transform 500ms ease-in-out, width 500ms ease-in-out;
}
.menu-opened .vlt-navigation-aside .vlt-toggle-menu span::before {
  transform: rotate(45deg);
}
.menu-opened .vlt-navigation-aside .vlt-toggle-menu span::after {
  transform: rotate(-45deg);
}
.menu-opened .vlt-navigation-aside .vlt-toggle-menu span::before,
.menu-opened .vlt-navigation-aside .vlt-toggle-menu span::after {
  top: 0;
}
@media (max-width: 991px) {
  .vlt-menu-popup-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .vlt-menu-popup-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vlt-navigation-aside .vlt-toggle-menu {
    left: 50%;
    top: 0;
    margin-top: 0;
    margin-left: -40px;
  }
  .menu-opened .vlt-navigation-aside .vlt-toggle-menu span {
    transform: rotate(270deg);
  }
}
/*  NAVBAR SOCIAL
----------------------------------------------------------*/
.vlt-social-popup {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding-left: 80px;
  padding-right: 80px;
}
.admin-bar .vlt-social-popup {
  top: 32px;
}
.vlt-social-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.vlt-social-popup-overlay ~ * {
  z-index: 2;
  position: relative;
}
.vlt-social-popup-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vlt-social-popup-inner ul li {
  display: inline-block;
  padding: 15px 0;
  text-align: center;
}
.vlt-social-popup-inner ul li + li {
  margin-left: 60px;
}
.vlt-social-popup-inner ul li a.vlt-social-link {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  color: #ccc;
  overflow: hidden;
}
.vlt-social-popup-inner ul li a.vlt-social-link span {
  display: inline-block;
}
.vlt-social-popup-inner ul li span.vlt-social-title {
  position: relative;
  margin-top: 15px;
  display: block;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 3px;
  color: #ccc;
  opacity: 0;
  transform: translateY(15px);
  transition: all 300ms ease-in-out;
}
.vlt-social-popup-inner ul li:hover span.vlt-social-title {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 782px) {
  .admin-bar .vlt-social-popup {
    top: 0;
  }
}
@media (max-width: 991px) {
  .vlt-social-popup {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .vlt-social-popup {
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .vlt-social-popup-inner ul li {
    display: block;
  }
  .vlt-social-popup-inner ul li + li {
    margin-left: 0;
  }
  .vlt-social-popup-inner ul li a.vlt-social-link {
    font-size: 32px;
  }
  .vlt-social-popup-inner ul li span.vlt-social-title {
    display: none;
  }
}
.vlt-navigation-aside .vlt-toggle-social {
  color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #f5f5f5;
  transition: color 300ms ease-in-out;
}
.vlt-navigation-aside .vlt-toggle-social i {
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 1.1;
}
.vlt-navigation-aside .vlt-toggle-social i::before {
  display: block;
}
.vlt-navigation-aside .vlt-toggle-social::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-left: -18px;
  margin-top: -18px;
  border-radius: 50%;
  opacity: 0.4;
  z-index: 1;
  animation: pulsate 1.7s linear infinite;
}
.vlt-navigation-aside .vlt-toggle-social:hover i::before,
.social-opened .vlt-navigation-aside .vlt-toggle-social i::before {
  content: '\e995';
  animation: rocking 1.5s ease-in-out infinite;
}
@-moz-keyframes rocking {
  0% {
    transform: rotate(-14deg);
  }
  50% {
    transform: rotate(14deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}
@-webkit-keyframes rocking {
  0% {
    transform: rotate(-14deg);
  }
  50% {
    transform: rotate(14deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}
@-o-keyframes rocking {
  0% {
    transform: rotate(-14deg);
  }
  50% {
    transform: rotate(14deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}
@keyframes rocking {
  0% {
    transform: rotate(-14deg);
  }
  50% {
    transform: rotate(14deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}
/*  FOOTER
----------------------------------------------------------*/
.vlt-footer {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  color: #fff;
}
.vlt-footer[data-blind-hover="1"]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 300ms ease-in-out;
  transform-origin: bottom left;
  transform: scaleY(0);
}
.vlt-footer[data-blind-hover="1"] * {
  z-index: 2;
  position: relative;
}
.vlt-footer[data-blind-hover="1"]:hover::after {
  transform: scaleY(1);
}
.vlt-footer .vlt-widget {
  padding-right: 50px;
}
.vlt-footer .vlt-link:hover {
  color: #fff !important;
}
.vlt-footer .vlt-link::after {
  background-color: #fff !important;
}
@media (max-width: 992px) {
  .vlt-footer [class^="col-"]:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
  .vlt-footer [class^="col-"]:not(:nth-child(-n+2)):last-child {
    margin-bottom: 0;
  }
  .vlt-footer .vlt-widget {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .vlt-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .vlt-footer [class^="col-"] {
    margin-top: 30px;
  }
  .vlt-footer [class^="col-"]:last-child {
    margin-bottom: 0;
  }
}
/*  POST STANDARD
----------------------------------------------------------*/
.vlt-post-standard {
  position: relative;
  padding-left: 40px;
  margin-top: 50px;
}
.vlt-post-standard:first-child {
  margin-top: 0;
}
.vlt-post-standard .vlt-post-date {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  writing-mode: vertical-lr;
  text-transform: uppercase;
}
.vlt-post-standard .vlt-post-standard-inner {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.vlt-post-standard .vlt-post-standard-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  transform-origin: right;
  transition: transform 500ms ease-in-out;
  transform: scaleX(0);
}
.vlt-post-standard .vlt-post-standard-inner:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.vlt-post-standard .vlt-post-thumbnail {
  position: relative;
  text-align: center;
  line-height: 0;
}
.vlt-post-standard .vlt-post-thumbnail img {
  display: inline-block;
}
.vlt-post-standard .vlt-post-thumbnail + .vlt-post-standard-content {
  margin-top: -30px;
  margin-bottom: 5px;
  z-index: 5;
}
.vlt-post-standard .vlt-post-standard-content {
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: transparent;
}
.vlt-post-standard .vlt-post-standard-content .vlt-post-title {
  margin-bottom: 20px;
}
.vlt-post-standard .vlt-post-standard-content p {
  margin: 0;
}
.vlt-post-standard .vlt-post-standard-content a.vlt-btn {
  margin-top: 30px;
}
.vlt-post-standard .vlt-post-standard-content .vlt-post-meta {
  margin-bottom: 10px;
  color: #ccc;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.vlt-post-standard .vlt-post-standard-content .vlt-post-meta span + span::before {
  content: '|';
}
.vlt-post-standard .vlt-post-standard-content .vlt-post-meta a:hover {
  color: #191919;
}
.vlt-post-standard.sticky .vlt-post-standard-content .vlt-post-title::before {
  content: '\f097';
  font-family: fontawesome;
  font-size: 50%;
  margin-right: 6px;
  vertical-align: top;
}
@media (max-width: 575px) {
  .vlt-post-standard .vlt-post-standard-content {
    margin-left: 0;
    margin-right: 0;
  }
  .vlt-post-standard .vlt-post-thumbnail + .vlt-post-standard-content {
    margin-top: 0;
  }
  .vlt-post-standard {
    padding-left: 0;
  }
  .vlt-post-standard .vlt-post-date {
    display: none;
  }
}
/*  POST MINIMAL
----------------------------------------------------------*/
.vlt-post-minimal {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f5f5f5;
}
.vlt-post-minimal::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  transform-origin: right;
  transition: transform 500ms ease-in-out;
  transform: scaleX(0);
}
.vlt-post-minimal:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.vlt-post-minimal:first-child {
  padding-top: 0;
}
.vlt-post-minimal .vlt-scalable-thumbnail {
  position: fixed;
  display: none;
  line-height: 0;
  pointer-events: none;
  z-index: 10;
}
.vlt-post-minimal .vlt-scalable-thumbnail img {
  margin: 0;
  padding: 0;
}
.vlt-post-minimal .vlt-post-minimal-content .vlt-post-meta {
  margin-bottom: 10px;
  color: #ccc;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.vlt-post-minimal .vlt-post-minimal-content .vlt-post-meta span + span::before {
  content: '|';
}
.vlt-post-minimal .vlt-post-minimal-content .vlt-post-meta a:hover {
  color: #191919;
}
.vlt-post-minimal .vlt-post-minimal-content .vlt-post-title {
  margin-bottom: 10px;
}
.vlt-post-minimal .vlt-post-minimal-content p {
  margin: 0;
  padding: 0;
}
.vlt-post-minimal.sticky .vlt-post-minimal-content .vlt-post-title::before {
  content: '\f097';
  font-family: fontawesome;
  font-size: 50%;
  margin-right: 6px;
  vertical-align: top;
}
@media (max-width: 575px) {
  .vlt-post-minimal .vlt-scalable-thumbnail {
    display: none !important;
  }
}
/*  POST RECENT
----------------------------------------------------------*/
.vlt-recent-news-holder,
.vlt-popular-news-holder {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fcfcfc;
}
.vlt-recent-news-holder .vlt-recent-news-title,
.vlt-popular-news-holder .vlt-recent-news-title,
.vlt-recent-news-holder .vlt-popular-news-title,
.vlt-popular-news-holder .vlt-popular-news-title {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .vlt-recent-news-holder .col-md-3 + .col-md-3,
  .vlt-popular-news-holder .col-md-3 + .col-md-3 {
    margin-top: 30px;
  }
}
.vlt-post-recent .vlt-post-thumbnail,
.vlt-post-popular .vlt-post-thumbnail {
  display: block;
}
.vlt-post-recent .vlt-post-recent-content,
.vlt-post-popular .vlt-post-recent-content,
.vlt-post-recent .vlt-post-popular-content,
.vlt-post-popular .vlt-post-popular-content {
  padding: 10px 0;
}
.vlt-post-recent .vlt-post-meta,
.vlt-post-popular .vlt-post-meta {
  margin-bottom: 5px;
  color: #ccc;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.vlt-post-recent .vlt-post-meta span + span::before,
.vlt-post-popular .vlt-post-meta span + span::before {
  content: '|';
}
.vlt-post-recent .vlt-post-meta a:hover,
.vlt-post-popular .vlt-post-meta a:hover {
  color: #191919;
}
.vlt-post-recent .vlt-post-title,
.vlt-post-popular .vlt-post-title {
  font-size: 15px;
  line-height: 1.3rem;
}
/*  COMMENTS
----------------------------------------------------------*/
.vlt-comment-required-field,
.vlt-comments-number,
.logged-in-as {
  margin: 0 0 10px;
  color: #ccc;
}
.vlt-comment-required-field a,
.vlt-comments-number a,
.logged-in-as a {
  font-weight: normal;
}
.form-submit {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.comment + .comment-respond {
  margin-top: 20px;
}
#cancel-comment-reply-link {
  color: #191919;
  font-size: 60%;
  margin-left: 10px;
}
.vlt-comments-list,
.vlt-comments-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vlt-comments-list {
  margin-top: 50px;
}
.vlt-comments-list > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vlt-comments-list > li:first-child {
  padding-top: 0;
}
.vlt-comments-list > li:last-child {
  padding-bottom: 0;
}
.vlt-comments-list > li ul.children {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.vlt-comments-list > li ul.children > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vlt-comment-left {
  float: left;
  text-align: center;
}
.vlt-comment-left .vlt-product-rating {
  margin-top: 15px;
}
.vlt-comment-left .vlt-comment-avatar {
  overflow: hidden;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.vlt-comment-left .comment-reply-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 22px;
  line-height: 1;
  color: #ccc;
}
.vlt-comment-content {
  padding-left: 130px;
}
.vlt-comment-header-holder {
  height: 100px;
  display: flex;
  align-items: center;
}
.vlt-comment-header-holder .vlt-comment-date {
  color: #ccc;
  margin-top: 5px;
}
.vlt-comment-header-holder .vlt-comment-author {
  line-height: 1;
}
.vlt-comment-header-holder .vlt-comment-author .vlt-comment-post-author-marker {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 2px;
  margin-left: 4;
  background-color: currentColor;
  vertical-align: top;
}
@media (max-width: 767px) {
  .vlt-comment-form-holder {
    margin-top: 100px;
  }
  .vlt-comments-list > li ul.children {
    padding-left: 0;
  }
  .vlt-comment-avatar {
    height: 60px !important;
    width: 60px !important;
  }
  .vlt-comment-content {
    padding-left: 90px;
  }
}
/*  SINGLE POST
----------------------------------------------------------*/
.vlt-post-single {
  position: relative;
}
.vlt-post-single .vlt-post-header {
  padding: 0 0 50px;
  text-align: center;
}
.vlt-post-single .vlt-post-title {
  margin: 0;
}
.vlt-post-single .vlt-post-meta {
  margin-bottom: 10px;
  color: #ccc;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.vlt-post-single .vlt-post-meta span + span::before {
  content: '|';
}
.vlt-post-single .vlt-post-meta a:hover {
  color: #191919;
}
.vlt-post-single .vlt-singlepost-thumbnail {
  position: relative;
  text-align: center;
}
.vlt-post-single .vlt-singlepost-thumbnail img {
  display: inline-block;
}
.vlt-post-single .vlt-singlepost-thumbnail + .vlt-post-content-holder {
  margin: -40px 30px 0;
  padding: 40px 0 0;
  z-index: 5;
}
.vlt-post-single .vlt-post-content-holder {
  position: relative;
  background-color: #fff;
}
.vlt-post-single .vlt-post-content .wp-caption.aligncenter,
.vlt-post-single .vlt-post-content blockquote {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
  max-width: 116.66667%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.vlt-about-author-holder {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 60px;
}
.vlt-about-author-holder .vlt-about-author-avatar {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.vlt-about-author-holder .vlt-about-author-avatar img {
  border-radius: 50%;
}
.vlt-about-author-holder .vlt-about-author-title {
  color: #b2b2b2;
  margin: 10px 0 !important;
}
.vlt-about-author-holder .vlt-about-author-title a:hover {
  color: #191919;
}
.vlt-about-author-holder .vlt-about-author-social a {
  margin: 0 6px;
  color: #b2b2b2;
}
.vlt-post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.vlt-post-footer > div {
  width: 50%;
}
.vlt-post-footer .vlt-post-share {
  text-align: right;
}
.vlt-post-tags {
  text-align: left;
}
.vlt-post-tags > a {
  display: inline-flex;
  padding: 6px 10px;
  margin: 0 4px 6px 0;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 10px !important;
  line-height: 1;
  font-weight: 500;
  color: #ccc;
  border-style: solid;
  border-width: 2px;
  border-color: #e5e5e5;
}
.vlt-post-tags > a:hover {
  color: #191919;
}
@media (max-width: 575px) {
  .vlt-post-footer {
    display: block;
  }
  .vlt-post-footer > div {
    width: 100%;
    text-align: left;
  }
  .vlt-post-footer > div + div {
    margin-top: 30px;
  }
}
/*  SIDEBAR
----------------------------------------------------------*/
.vlt-widget {
  margin: 0;
  padding: 0;
}
.vlt-widget:last-child {
  padding-top: 0;
}
.vlt-widget p:last-child {
  margin-bottom: 0;
}
.vlt-widget + .vlt-widget {
  margin-top: 50px;
}
.vlt-widget .vlt-widget-title {
  position: relative;
  padding: 5px 0 10px;
  margin-bottom: 15px;
}
.vlt-widget .vlt-widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
}
.vlt-widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: inherit;
  color: #666;
}
.vlt-widget ul li {
  padding: 25px 0;
  border-bottom: 1px solid #f9f9f9;
}
.vlt-widget ul li:last-child {
  border-bottom: none;
}
.vlt-widget ul li .children {
  margin-left: 15px;
}
.vlt-widget ul li a {
  color: #191919;
}
.vlt-widget.widget_recent_comments > ul,
.vlt-widget.widget_recent_entries > ul {
  counter-reset: section;
}
.vlt-widget.widget_recent_comments > ul > li::before,
.vlt-widget.widget_recent_entries > ul > li::before {
  content: counters(section, '.');
  counter-increment: section;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #191919;
}
/*  WIDGET SOCIAL
----------------------------------------------------------*/
.vlthemes_widget_socials a {
  font-size: 16px;
  color: #ccc;
}
.vlthemes_widget_socials a + a {
  margin-left: 15px;
}
/*  WIDGET MENU
----------------------------------------------------------*/
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li {
  border: none;
  padding: 0;
}
.widget_nav_menu ul.sub-menu {
  display: none;
}
.widget_nav_menu li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
/*  WIDGET TAGCLOUD
----------------------------------------------------------*/
.tagcloud > a {
  display: inline-flex;
  padding: 6px 10px;
  margin: 0 4px 6px 0;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 10px !important;
  line-height: 1;
  font-weight: 500;
  color: #ccc;
  border-style: solid;
  border-width: 2px;
  border-color: #e5e5e5;
}
.tagcloud > a:hover {
  color: #191919;
}
/*  WIDGET SUBSCRIBE
----------------------------------------------------------*/
.vlthemes_widget_subscribe p {
  font-size: 12px;
  line-height: 1.2rem;
  color: #b2b2b2;
  margin: 0 0 5px;
}
.vlthemes_widget_subscribe .vlt-btn {
  margin-top: 20px;
}
/*  WIDGET ABOUT
----------------------------------------------------------*/
.vlthemes_widget_about img {
  margin-bottom: 15px;
}
.vlthemes_widget_about .vlt-widget-about-content p:last-child {
  margin: 0;
  padding: 0;
}
.vlthemes_widget_about .vlt-widget-about-footer {
  margin-top: 15px;
}
/*  PAGINATION NUMERIC
----------------------------------------------------------*/
.vlt-pagination-numeric {
  margin-top: 100px;
  font-size: 46px;
  line-height: 1.3;
  color: #b2b2b2;
}
.vlt-pagination-numeric span + a,
.vlt-pagination-numeric a + a {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .vlt-pagination-numeric {
    font-size: 34px;
  }
}
/*  PAGINATION LOAD MORE BTN
----------------------------------------------------------*/
.vlt-pagination-load-more-btn {
  margin-top: 100px;
}
.vlt-pagination-load-more-btn .vlt-btn-ajax-load.loaded span {
  animation: blink 1s ease-in-out infinite;
}
/*  PAGINATION INFINITE LOAD
----------------------------------------------------------*/
#infscr-loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 22;
}
#infscr-loading div {
  display: inline-block;
}
#infscr-loading img {
  display: none !important;
}
/*  PAGINATION BUTTONS
----------------------------------------------------------*/
.vlt-pagination-buttons {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.vlt-pagination-buttons .prev-page,
.vlt-portfolio-navigation-inner .prev-page,
.vlt-pagination-buttons .next-page,
.vlt-portfolio-navigation-inner .next-page {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #191919;
  max-width: 33.333%;
  width: 100%;
}
.vlt-pagination-buttons .prev-page i,
.vlt-portfolio-navigation-inner .prev-page i,
.vlt-pagination-buttons .next-page i,
.vlt-portfolio-navigation-inner .next-page i {
  display: inline-flex;
  font-size: 22px;
}
.vlt-pagination-buttons .prev-page span,
.vlt-portfolio-navigation-inner .prev-page span,
.vlt-pagination-buttons .next-page span,
.vlt-portfolio-navigation-inner .next-page span {
  transition: transform 300ms ease-in-out;
}
.vlt-pagination-buttons .prev-page.inactive,
.vlt-portfolio-navigation-inner .prev-page.inactive,
.vlt-pagination-buttons .next-page.inactive,
.vlt-portfolio-navigation-inner .next-page.inactive {
  color: #ccc;
  cursor: not-allowed;
}
.vlt-pagination-buttons .next-page,
.vlt-portfolio-navigation-inner .next-page {
  justify-content: flex-end;
}
.vlt-pagination-buttons .prev-page i,
.vlt-portfolio-navigation-inner .prev-page i {
  margin-right: 6px;
}
.vlt-pagination-buttons .next-page i,
.vlt-portfolio-navigation-inner .next-page i {
  margin-left: 6px;
}
.vlt-pagination-buttons .prev-page:not(.inactive):hover i,
.vlt-portfolio-navigation-inner .prev-page:not(.inactive):hover i {
  animation: animateLeft 500ms ease-in-out forwards;
}
.vlt-pagination-buttons .prev-page:not(.inactive):hover span,
.vlt-portfolio-navigation-inner .prev-page:not(.inactive):hover span {
  transform: translateX(15px);
}
.vlt-pagination-buttons .next-page:not(.inactive):hover span,
.vlt-portfolio-navigation-inner .next-page:not(.inactive):hover span {
  transform: translateX(-15px);
}
.vlt-pagination-buttons .next-page:not(.inactive):hover i,
.vlt-portfolio-navigation-inner .next-page:not(.inactive):hover i {
  animation: animateRight 500ms ease-in-out forwards;
}
@media (max-width: 575px) {
  .vlt-pagination-buttons .prev-page,
  .vlt-portfolio-navigation-inner .prev-page,
  .vlt-pagination-buttons .next-page,
  .vlt-portfolio-navigation-inner .next-page {
    max-width: 50%;
  }
}
/*  NAVIGATION PORTFOLIO
----------------------------------------------------------*/
.vlt-portfolio-navigation {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #f5f5f5;
}
.vlt-portfolio-navigation-inner {
  display: flex;
  justify-content: space-between;
}
.vlt-portfolio-navigation-inner .back-link {
  font-weight: 500;
  color: #191919;
}
/*  NAVIGATION BLOG
----------------------------------------------------------*/
.vlt-post-navigation {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  color: #fff;
}
.vlt-post-navigation a.vlt-link {
  color: #fff;
}
.vlt-post-navigation a.vlt-link::after {
  color: #fff;
}
.vlt-post-navigation a.vlt-link:hover {
  color: #fff;
}
.vlt-post-navigation .vlt-next-post {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  color: rgba(255,255,255,0.8);
  letter-spacing: 3px;
  padding-left: 3px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
.vlt-post-navigation .vlt-next-post-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 850px;
  margin: 10px auto 0;
  font-size: 50px;
  line-height: 1.3;
  color: #fff;
  transition: all 300ms ease-in-out;
}
.vlt-post-navigation .vlt-next-post-title a:hover {
  color: rgba(255,255,255,0.9);
}
.vlt-post-navigation .vlt-previous-post-title {
  position: absolute;
  left: 50%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  transform: translateY(30px) translateX(-50%);
}
.vlt-post-navigation:hover .vlt-next-post {
  opacity: 0;
  transform: translateY(-50px);
}
.vlt-post-navigation:hover .vlt-next-post-title {
  transform: translateY(-40px);
}
.vlt-post-navigation:hover .vlt-previous-post-title {
  opacity: 1;
  transform: translateY(-20px) translateX(-50%);
}
@media (max-width: 767px) {
  .vlt-post-navigation .vlt-next-post-title {
    font-size: 46px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .vlt-post-navigation .vlt-next-post-title {
    font-size: 36px;
    line-height: 1.3;
  }
}
@-moz-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*  WOOCOMMERCE
----------------------------------------------------------*/
.woocommerce .vlt-onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-style: italic;
  z-index: 9;
}
.vlt-related-products-holder {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.vlt-related-products-holder .vlt-related-products-title {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .vlt-related-products-holder .col-md-3 + .col-md-3 {
    margin-top: 30px;
  }
}
.product .price {
  color: #b2b2b2;
}
.product .price del {
  font-size: 90%;
  color: #ccc;
}
.product .price ins {
  text-decoration: none;
}
.vlt-product-rating {
  line-height: 0;
  font-size: 0;
}
.vlt-product-rating span {
  height: 8px;
  width: 8px;
  background-color: #ccc;
  display: inline-flex;
  border-radius: 50%;
}
.vlt-product-rating span + span {
  margin-left: 4px;
}
.wc-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0 0 80px;
  text-align: center;
}
.wc-tabs li {
  display: inline-block;
  margin: 0 12px;
}
.wc-tabs li a {
  font-size: 20px;
  color: #b2b2b2;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
  margin-bottom: 20px;
}
#customer_details {
  margin-bottom: 50px;
}
.comment-form-rating {
  margin: 10px 0;
}
.woocommerce p.stars a::before,
.woocommerce p.stars.selected a.active~a::before,
.woocommerce p.stars a:hover~a::before {
  color: #ccc;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before,
.woocommerce p.stars a::before,
.woocommerce p.stars.selected a.active ~ a::before {
  content: '\f006';
}
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before {
  content: '\f005';
}
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em;
}
.woocommerce-product-gallery ul,
.woocommerce-product-gallery ol {
  margin: 0;
  padding: 0;
}
.woocommerce-product-gallery .flex-control-nav {
  margin-top: 15px;
}
.woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.8;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}
.woocommerce-product-gallery img {
  display: block;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -99999px;
}
.woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce-product-gallery__trigger::before {
  content: '\ea6e';
  font-family: 'iconsmind';
  font-size: 20px;
  text-indent: 0px;
}
.vlt-product-thumbnail {
  position: relative;
}
form.cart:not(.variations_form) {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.quantity {
  position: relative;
  display: inline-flex;
  max-width: 160px;
}
.quantity input {
  padding: 0;
  font-size: 38px;
  line-height: 1;
  border: none;
  font-style: italic;
  text-align: center;
}
.quantity + .vlt-btn {
  margin-left: 12px;
}
.quantity label {
  display: none;
}
.vlt-product-summary .product_title {
  margin-bottom: 15px;
}
.vlt-product-summary .woocommerce-review-link {
  font-size: 90%;
  color: #b2b2b2;
}
.vlt-product-summary .vlt-product-rating {
  display: inline-block;
  margin-right: 12px;
  margin: 10px 0;
}
.vlt-product-summary .price {
  margin: 50px 0;
  line-height: 1;
}
.vlt-product-summary .price ins {
  font-size: 50px;
  font-style: italic;
}
.vlt-product-summary .stock {
  font-size: 110%;
  font-style: italic;
  color: #b2b2b2;
}
.woocommerce .star-rating::before {
  color: #b2b2b2;
}
@media (max-width: 767px) {
  .vlt-product-summary {
    margin-top: 50px;
  }
}
.variations {
  margin-top: 0;
  margin-bottom: 0;
}
.variations td.label label {
  text-transform: capitalize;
}
.variations a.reset_variations {
  text-transform: uppercase;
  font-size: 50%;
  letter-spacing: 1px;
  font-weight: 500;
  margin-left: 12px;
}
.woocommerce-variation-price {
  padding: 50px 0;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
  line-height: 2;
}
.product_meta {
  margin-top: 30px;
}
.product_meta .sku_wrapper,
.product_meta .posted_in {
  display: block;
}
.product_meta span + span,
.product_meta + .vlt-post-share {
  margin-top: 15px;
}
.vlt-form-woo-login {
  max-width: 350px;
  padding: 30px;
  border: 1px solid #f5f5f5;
}
.vlt-form-woo-login p.lost_password {
  margin: 10px 0 0;
}
.vlt-form-login-title {
  margin-bottom: 30px;
}
.vlt-form-remember-me {
  margin-top: 10px;
}
.cart-empty {
  margin-top: 0;
  margin-bottom: 20px;
}
.return-to-shop {
  margin: 0;
}
.product-remove {
  text-align: center;
}
.product-thumbnail {
  text-align: center;
}
.product-thumbnail img {
  width: 60px;
  height: 60px;
}
.coupon {
  float: left;
}
#coupon_code {
  float: left;
  max-width: 120px;
  padding: 6px 0;
  border: none;
  margin-right: 12px;
}
td.actions {
  text-align: right;
}
.wc_payment_methods {
  padding: 0;
  list-style-type: none;
}
.woocommerce-NoticeGroup {
  margin-bottom: 30px;
}
.product_list_widget .vlt-product-rating {
  margin: 10px 0;
}
.product_list_widget del {
  color: #ccc;
  font-size: 90%;
}
.product_list_widget ins {
  text-decoration: none;
  color: #b2b2b2;
}
.woocommerce .price_slider_wrapper {
  padding-top: 25px;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  font-size: 90%;
  line-height: 1;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  line-height: 1;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 90%;
  float: left;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: none;
  color: inherit;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-left: 4px;
  margin-right: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  top: -4px;
  margin-left: -4px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f5f5f5;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
/*  PRODUCT
----------------------------------------------------------*/
.vlt-product-standard .vlt-product-standard-content,
.vlt-product-related .vlt-product-standard-content {
  padding: 20px 0;
}
.vlt-product-standard .vlt-product-standard-content .vlt-product-meta,
.vlt-product-related .vlt-product-standard-content .vlt-product-meta {
  font-size: 14px;
}
.vlt-product-standard .vlt-product-standard-content .vlt-product-title,
.vlt-product-related .vlt-product-standard-content .vlt-product-title {
  font-size: 20px;
}
.vlt-product-standard .vlt-product-standard-content .price,
.vlt-product-related .vlt-product-standard-content .price {
  color: #b2b2b2;
}
.vlt-product-standard .vlt-product-standard-content .price del,
.vlt-product-related .vlt-product-standard-content .price del {
  font-size: 90%;
  color: #ccc;
}
.vlt-product-standard .vlt-product-standard-content .price ins,
.vlt-product-related .vlt-product-standard-content .price ins {
  text-decoration: none;
}
.vlt-product-related .vlt-product-standard-content {
  padding: 5px 0;
}
/*  LIGHTCASE
----------------------------------------------------------*/
#lightcase-overlay {
  background-color: rgba(25,25,25,0.9) !important;
  opacity: 1 !important;
}
#lightcase-nav a[class*=lightcase-icon-]:hover {
  text-shadow: none;
}
[class*=lightcase-icon-]::before {
  font-family: iconsmind;
}
#lightcase-nav a[class*=lightcase-icon-] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  color: #fff;
}
#lightcase-info #lightcase-caption {
  color: #ccc;
  font-size: inherit;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 0;
  margin-bottom: -40px;
  bottom: 50%;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev::before {
  content: '\e657';
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev:hover::before {
  animation: animateLeft 500ms ease-in-out forwards;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next {
  right: 0;
  margin-bottom: -40px;
  bottom: 50%;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next::before {
  content: '\e658';
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next:hover::before {
  animation: animateRight 500ms ease-in-out forwards;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
  top: 0;
  right: 0;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close::before {
  content: '\e773';
}
.admin-bar #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
  top: 32px;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
  margin-left: -40px;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause::before {
  content: '\eb44';
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play::before {
  content: '\ecd1';
}
#lightcase-loading {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  text-shadow: none;
  animation: loader_spinner 3s ease-in-out infinite;
}
.lightcase-icon-spin::before {
  content: '\ea53';
}
/*  SLICK SLIDER
----------------------------------------------------------*/
.slick-slide {
  outline: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  font-size: 24px;
}
.slick-prev::before,
.slick-next::before {
  font-family: iconsmind;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: not-allowed;
}
.slick-prev {
  left: 0;
  margin-top: -40px;
}
.slick-prev::before {
  content: '\e657';
}
.slick-prev:hover:not(.slick-disabled)::before {
  animation: animateLeft 500ms ease-in-out forwards;
}
.slick-next {
  right: 0;
  margin-top: -40px;
}
.slick-next::before {
  content: '\e658';
}
.slick-next:hover:not(.slick-disabled)::before {
  animation: animateRight 500ms ease-in-out forwards;
}
.slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 20px;
  left: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  text-indent: 999999px;
  border: 0;
  outline: none;
  background-color: #ccc;
}
/*  WORDPRESS DEFAULT CSS
----------------------------------------------------------*/
.alignnone {
  margin: 30px;
}
.aligncenter {
  display: inline-block;
}
.alignright {
  float: right;
  margin: 10px 0 30px 30px;
}
.alignleft {
  float: left;
  margin: 10px 30px 30px 0;
}
.wp-caption {
  max-width: 100%;
  padding: 0;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 10px 0 30px 0;
}
.wp-caption.alignleft {
  margin: 10px 30px 30px 0;
}
.wp-caption.alignright {
  margin: 10px 0 30px 30px;
}
.wp-caption img {
  display: block;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  color: #ccc;
  font-weight: 500;
  margin: 10px 0 0;
}
.screen-reader-text,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}
/*  SHORTCODES
----------------------------------------------------------*/
/*  SHORTCODE ALERT
----------------------------------------------------------*/
.vlt-alert,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-left-style: solid;
  border-left-width: 3px;
  background-color: #f5f5f5;
  border-left-color: #999;
  border-radius: 0;
  color: #191919;
}
.vlt-alert:last-child,
.woocommerce-error:last-child,
.woocommerce-info:last-child,
.woocommerce-message:last-child {
  margin-bottom: 0;
}
.vlt-alert:first-child,
.woocommerce-error:first-child,
.woocommerce-info:first-child,
.woocommerce-message:first-child {
  margin-top: 0;
}
.vlt-alert p:last-child,
.woocommerce-error p:last-child,
.woocommerce-info p:last-child,
.woocommerce-message p:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.vlt-alert::after,
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  content: '';
  display: table;
}
.vlt-alert.vlt-alert-danger,
.woocommerce-error {
  border-color: #ea280f;
}
.vlt-alert.vlt-alert-success {
  border-color: #4ba64c;
}
.vlt-alert.vlt-alert-warning {
  border-color: #ea9528;
}
.vlt-alert.vlt-alert-info,
.woocommerce-info {
  border-color: #38b0d4;
}
/*  SHORTCODE AWARDS LIST
----------------------------------------------------------*/
.vlt-awards-row {
  position: relative;
}
.vlt-awards-row .second-col,
.vlt-awards-row .first-col {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vlt-awards-row.border-top {
  border-top: 1px solid #f5f5f5;
}
.vlt-awards-row.border-top:first-child {
  border-top: none;
}
.vlt-awards-row:not(.border-top) .second-col {
  border-top: 1px solid #f5f5f5;
}
.vlt-awards-row .vlt-awards-content p:last-child {
  margin: 0;
}
.vlt-awards-row .second-col-inner {
  text-align: right;
}
@media (max-width: 767px) {
  .vlt-awards-row .first-col-inner {
    margin-bottom: 10px;
  }
  .vlt-awards-row .second-col-inner {
    text-align: left;
  }
}
/*  SHORTCODE BUTTONS
----------------------------------------------------------*/
.vlt-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: 0;
  overflow: hidden;
  padding: 14px 30px;
  transition: all 300ms ease-in-out;
}
.vlt-btn span {
  position: relative;
  z-index: 2;
}
.vlt-link,
p > a {
  position: relative;
}
.vlt-link::after,
p > a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 300ms ease-in-out;
}
.vlt-link:not([disabled]):hover,
p > a:not([disabled]):hover {
  color: #fff;
}
.vlt-link:not([disabled]):hover::after,
p > a:not([disabled]):hover::after {
  height: 4px;
}
li.active .vlt-link {
  color: #fff;
}
li.active .vlt-link::after {
  height: 4px;
}
.vlt-link.reverse::after {
  height: 4px;
}
.vlt-link.reverse:not([disabled]):hover::after {
  height: 0;
}
.vlt-link.white,
.vlt-link.white:hover {
  color: #fff;
}
.vlt-btn[disabled],
.vlt-link[disabled],
p > a[disabled],
a[disabled] {
  cursor: not-allowed !important;
}
/*  SHORTCODE COLLAGE
----------------------------------------------------------*/
.vlt-collage-list {
  position: relative;
}
.vlt-collage-list.gutter {
  margin: -15px;
  padding: 15px;
}
.vlt-collage-list .vlt-collage-image {
  position: relative;
  line-height: 0;
}
.vlt-collage-list .vlt-collage-image .vlt-collage-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  user-select: none;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.vlt-collage-list .vlt-collage-image:hover .vlt-collage-link {
  opacity: 1;
}
/*  SHORTCODE COUNTER UP
----------------------------------------------------------*/
.vlt-counter-up .vlt-counter-title {
  margin: 0 !important;
}
.odometer.odometer-auto-theme {
  display: inline-flex;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit {
  display: inline-flex;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
  display: inline-flex;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
  display: block;
  backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value {
  display: block;
  transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value {
  text-align: center;
}
/*  SHORTCODE CUSTOM TITLE
----------------------------------------------------------*/
.vlt-custom-title-holder .vlt-custom-subtitle {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.vlt-custom-title-holder .vlt-custom-subtitle + .vlt-custom-title,
.vlt-custom-title-holder .vlt-custom-title + .vlt-custom-subtitle {
  margin-top: 10px;
}
.vlt-custom-title-holder .vlt-custom-title-line {
  display: inline-block;
  width: 1px;
  height: 60px;
}
.vlt-custom-title-holder .vlt-custom-title + .vlt-custom-title-line,
.vlt-custom-title-holder .vlt-custom-subtitle + .vlt-custom-title-line {
  margin-top: 15px;
}
.vlt-custom-title-holder.center .vlt-custom-subtitle {
  padding-left: 3px;
}
/*  SHORTCODE DIVIDER
----------------------------------------------------------*/
.divider-hatching {
  display: block;
  height: 5px;
  width: 100%;
  margin: 30px 0;
  background-image: linear-gradient(-45deg, #e5e5e5 25%, transparent 25%, transparent 50%, #e5e5e5 50%, #e5e5e5 75%, transparent 75%, transparent);
  background-size: 5px 5px;
}
/*  SHORTCODE GOOGLE MAP
----------------------------------------------------------*/
.vlt-map {
  position: relative;
}
.vlt-map-controls {
  position: absolute;
  top: 15px;
  right: 15px;
}
.vlt-map-controls > div {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  background-color: rgba(255,255,255,0.7);
  transition: all 300ms ease-in-out;
}
.vlt-map-controls > div:hover {
  color: #fff;
}
.vlt-map-controls > div + div {
  margin-top: 4px;
}
/*  SHORTCODE HERO HEADER
----------------------------------------------------------*/
.vlt-hero-title-holder {
  position: relative;
  padding-top: 250px;
  padding-bottom: 15px;
}
.vlt-hero-title-holder .vlt-hero-phantom-text {
    position: absolute;
    bottom: 0;
    left: 160px;
    white-space: nowrap;
    user-select: none;
    font-size: 190px;
    line-height: 210px;
    letter-spacing: -7px;
    color: #f9f9f9;
    z-index: 1;
}
.vlt-hero-title-holder .vlt-hero-title-content {
 /* position: relative;
  z-index: 2; */
  display: none;
}
.vlt-hero-title-holder .vlt-hero-title {
  font-size: 60px;
  line-height: 1;
}
.vlt-hero-title-holder .vlt-hero-subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 2.2rem;
  color: #ccc;
}

.aboutPic {margin-top: 5px;}

@media (min-width: 768px){
	.vc_col-sm-10 {
	    width: 100% !important;
	}
}

@media (max-width: 1499px){
.vlt-hero-title-holder .vlt-hero-phantom-text {
    font-size: 120px;
  }

}


@media (max-width: 1160px){
	.vlt-hero-title-holder .vlt-hero-phantom-text {
    font-size: 130px;
	}
}

@media (max-width: 890px){
	.vlt-hero-title-holder .vlt-hero-phantom-text {
    font-size: 90px;
	}
}

@media (max-width: 768px) {
	.vlt-hero-title-holder {
    position: relative;
    padding-top: 80px;
    padding-bottom: 15px;
}
	.vlt-hero-title-holder .vlt-hero-phantom-text {
    position: absolute;
    bottom: 0;
    left: 75px;
    white-space: nowrap;
    user-select: none;
    font-size: 300px;
    line-height: 210px;
    letter-spacing: -7px;
    color: #f9f9f9;
    z-index: 1;
	}
 	.vlt-hero-title-holder .vlt-hero-phantom-text {
    font-size: 70px;
    line-height: 0px;
    letter-spacing: -10px;
    color: #f9f9f9;
    z-index: 1;
	}
	.vlt-main-padding {
    padding-top: 10px;
    padding-bottom: 80px;
	}
}

@media (max-width: 575px) {
	.vlt-main-padding {
    padding-top: 0px;
    padding-bottom: 80px;
	}
 .vlt-hero-title-holder {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0px;
}
  .vlt-hero-title-holder .vlt-hero-title {
    display: none;
  }
.vlt-hero-title-holder .vlt-hero-phantom-text {
    font-size: 50px;
    margin-top: 0px;
    left: 50px;
	}
}

@media (max-width: 320px){
.vlt-hero-title-holder .vlt-hero-phantom-text {
    font-size: 40px;
    margin-top: 0px;
    left: 50px;
  }
}

/*  SHORTCODE MASK IMAGES
----------------------------------------------------------*/
.vlt-mask-images {
  position: relative;
  line-height: 0;
}
.vlt-mask-images img {
  margin: 0;
  padding: 0;
}
.vlt-mask-images .vlt-first-image {
  position: relative;
  transition: all 500ms ease-in-out;
  z-index: 5;
}
.vlt-mask-images .vlt-second-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.vlt-mask-images:hover .vlt-first-image {
  opacity: 0;
}
/*  SHORTCODE OFFERS LIST
----------------------------------------------------------*/
.vlt-offers-row {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.vlt-offers-row:last-child {
  border-bottom: none;
}
.vlt-offers-row:first-child {
  padding-top: 0;
}
.vlt-offers-row .vlt-scalable-image {
  position: fixed;
  display: none;
  line-height: 0;
  pointer-events: none;
  z-index: 10;
}
.vlt-offers-row .vlt-scalable-image img {
  margin: 0;
  padding: 0;
}
.vlt-offers-row .vlt-offers-content p:last-child {
  margin: 0;
}
.vlt-offers-row .second-col {
  text-align: right;
}
@media (max-width: 767px) {
  .vlt-offers-row .first-col {
    margin-bottom: 10px;
  }
  .vlt-offers-row .second-col {
    text-align: left;
  }
}
/*  SHORTCODE PARTNERS
----------------------------------------------------------*/
.vlt-partner-item {
  display: flex;
  align-items: center;
  line-height: 0;
}
.vlt-partner-item.left {
  justify-content: flex-start;
}
.vlt-partner-item.center {
  justify-content: center;
}
.vlt-partner-item.right {
  justify-content: flex-end;
}
.vlt-partner-item a {
  display: block;
}
.vlt-partner-item .vlt-partner-item-inner img {
  display: inline-block;
  width: auto;
}
/*  SHORTCODE PILLING SLDIER
----------------------------------------------------------*/
.vlt-pilling-slider .vlt-pilling-section .vlt-pillingsection-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.vlt-pilling-slider .vlt-pilling-section .vlt-pillingsection-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  color: #191919;
  opacity: 0;
  transform: scale(0.8);
  transition: all 700ms ease-in-out;
}
.vlt-pilling-slider .vlt-pilling-section .vlt-pillingsection-content.animated {
  opacity: 1;
  transform: scale(1);
}
.vlt-pilling-slider .vlt-pilling-section .vlt-pillingsection-content .h1 {
  font-size: 82px;
  line-height: 1;
}
.vlt-pilling-slider .vlt-pilling-section.dark .vlt-pillingsection-content .h1 {
  color: #fff;
}
@media (max-width: 991px) {
  .vlt-pilling-slider .vlt-pilling-section .vlt-pillingsection-bg .vlt-pillingsection-content .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .vlt-pilling-slider .vlt-pilling-section .vlt-pillingsection-bg .vlt-pillingsection-content .h1 {
    font-size: 42px;
  }
}
#pp-nav li {
  display: block;
  height: 14px;
  width: 14px;
  margin: 7px;
}
#pp-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#pp-nav li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border: 0;
  z-index: 1;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  transition: all 300ms ease-in-out;
  background-color: rgba(255,255,255,0.4);
}
#pp-nav li a.active span,
#pp-nav li a:hover span {
  height: 10px;
  width: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 100%;
}
#pp-nav li a.active span {
  background-color: #fff;
}
.segmenter {
  overflow: hidden;
}
.segmenter__background,
.segmenter__pieces,
.segmenter__piece-wrap,
.segmenter__piece-parallax,
.segmenter__piece {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
}
.segmenter__piece-parallax {
  transition: transform 300ms ease-in-out;
}
.segmenter__pieces {
  perspective: 400px;
}
.segmenter__background,
.segmenter__piece,
.segmenter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.segmenter__shadow {
  position: absolute;
  opacity: 0;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
}
/*  SHORTCODE PORTFOLIO
----------------------------------------------------------*/
.vlt-projectlist-holder {
  position: relative;
}
.vlt-project-style1 {
  position: relative;
}
.vlt-project-style1 .vlt-project-image img {
  margin: 0;
  padding: 0;
}
.vlt-project-style1 .vlt-project-link,
.vlt-project-style1 .vlt-project-info-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vlt-project-style1 .vlt-project-link {
  z-index: 1;
}
.vlt-project-style1 .vlt-project-info-holder {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  pointer-events: none;
  z-index: 2;
}
.vlt-project-style1 .vlt-project-info-holder .vlt-overflow-mask {
  overflow: hidden;
}
.vlt-project-style1 .vlt-project-info-holder .vlt-project-info {
  align-self: flex-start;
  width: 100%;
}
.vlt-project-style1 .vlt-project-info-holder .vlt-project-info .vlt-project-title {
  margin-top: 0;
  margin-bottom: 2px;
  color: #fff;
}
.vlt-project-style1 .vlt-project-info-holder .vlt-project-info .vlt-project-cat {
  margin: 0;
  padding: 0;
  color: #fff;
}
.vlt-project-style1 .vlt-project-info-holder .vlt-project-arrow-holder {
  align-self: flex-end;
  width: 100%;
}
.vlt-project-style1 .vlt-project-link {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.vlt-project-style1 .vlt-project-info-holder .vlt-project-info .vlt-project-title {
  transform: translateY(100%);
  transition-duration: 0s;
  transition-property: all;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.vlt-project-style1 .vlt-project-info-holder .vlt-project-info .vlt-project-cat {
  transform: translateY(100%);
  transition-duration: 0s;
  transition-property: all;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.vlt-project-style1 .vlt-project-arrow {
  line-height: 0;
  transform: translateY(100%);
  transition-duration: 0s;
  transition-property: all;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.vlt-project-style1 .vlt-project-arrow i {
  line-height: 20px;
  font-size: 32px;
  color: #fff;
}
.vlt-project-style1:hover .vlt-project-link {
  opacity: 1;
}
.vlt-project-style1:hover .vlt-project-info .vlt-project-title,
.vlt-project-style1:hover .vlt-project-info .vlt-project-cat {
  transform: translateY(0);
}
.vlt-project-style1:hover .vlt-project-info .vlt-project-title,
.vlt-project-style1:hover .vlt-project-info .vlt-project-cat {
  transition-duration: 500ms;
}
.vlt-project-style1:hover .vlt-project-info .vlt-project-cat {
  transition-delay: 200ms;
}
.vlt-project-style1:hover .vlt-project-arrow {
  transform: translateY(0);
  transition-duration: 500ms;
  transition-delay: 280ms;
}
.vlt-project-style2 {
  position: relative;
}
.vlt-project-style2 .vlt-project-image img {
  margin: 0;
  padding: 0;
}
.vlt-project-style2 .vlt-project-info-holder {
  padding: 20px 0;
}
.vlt-project-style2 .vlt-project-info-holder .vlt-project-info {
  width: 100%;
  text-align: center;
}
.vlt-project-style2 .vlt-project-info-holder .vlt-project-info .vlt-project-title {
  margin-top: 0;
  margin-bottom: 2px;
}
.vlt-project-style2 .vlt-project-info-holder .vlt-project-info .vlt-project-cat {
  margin: 0;
  padding: 0;
  color: #b2b2b2;
}
.vlt-project-filter-holder {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  user-select: none;
}
.vlt-project-filter-holder .vlt-toggle-filter {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  cursor: pointer;
}
.vlt-project-filter-holder .vlt-project-filter {
  position: absolute;
  top: 100%;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.vlt-project-filter-holder .vlt-project-filter ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 30px;
    background: #e52b50;
    border: solid 3px black;
}

.vlt-project-filter-holder .vlt-project-filter li {
  display: block;
  overflow: hidden;
  text-align: right;
}
.vlt-project-filter-holder .vlt-project-filter li .vlt-filter-counter {
  margin-left: 6px;
  font-size: 50%;
  line-height: 1;
  vertical-align: top;
}
.vlt-project-filter-holder .vlt-project-filter li .vlt-filter-mask {
  display: inline-block;
  padding: 3px 0;
  font-size: 24px;
  line-height: 2.4rem;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  transition: color 300ms ease-in-out;
}
.vlt-project-filter-holder .vlt-project-filter li .vlt-filter-mask:hover {
  color: #fff;
}

.admin-bar .vlt-project-filter-holder {
  top: 32px;
}

@media (max-width: 414px){
    .admin-bar .vlt-project-filter-holder {
    top: 150px !important;
    }
}


/*  SHORTCODE POST SHARE
----------------------------------------------------------*/
.vlt-post-share > a {
  font-size: 12px;
  color: #b2b2b2;
}
.vlt-post-share > a + a {
  margin-left: 12px;
}
/*  SHORTCODE PRICING TABLE
----------------------------------------------------------*/
.vlt-pricing-table {
  text-align: center;
  padding: 50px;
  border: 1px solid #f5f5f5;
}
.vlt-pricing-table.featured .vlt-price-name,
.vlt-pricing-table.featured .vlt-price-price,
.vlt-pricing-table.featured .vlt-price-features {
  color: #fff;
}
.vlt-pricing-table .vlt-price-name {
  font-weight: normal;
  margin-bottom: 20px;
}
.vlt-pricing-table .vlt-price-price {
  font-size: 80px;
  line-height: 1.1;
  font-style: italic;
}
.vlt-pricing-table .vlt-price-features {
  margin: 20px 0;
}
.vlt-pricing-table .vlt-price-features ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 2;
}
.vlt-pricing-table .vlt-price-features .vlt-btn {
  margin-top: 30px;
}
/*  SHORTCODE PROGRESS BAR
----------------------------------------------------------*/
.vlt-progress-bar-holder .vlt-progress-bar-title {
  display: block;
  margin-bottom: 5px;
}
.vlt-progress-bar-holder .vlt-progress-bar-title span {
  float: right;
}
.vlt-progress-bar-holder .vlt-progress-bar-title span::after {
  content: '%';
}
.vlt-progress-bar-holder .vlt-progress-bar {
  position: relative;
  background-size: 4px 4px;
  background-image: linear-gradient(45deg, rgba(25,25,25,0.8) 1px, transparent 1px), linear-gradient(45deg, rgba(25,25,25,0.8) 1px, transparent 1px);
}
.vlt-progress-bar-holder .vlt-progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
/*  SHORTCODE SERVICES
----------------------------------------------------------*/
.vlt-services.top {
  text-align: center;
}
.vlt-services.top .vlt-services-icon + .vlt-services-content {
  margin-top: 15px;
}
.vlt-services.left .vlt-services-icon {
  float: left;
}
.vlt-services.right .vlt-services-icon {
  float: right;
}
.vlt-services.right .vlt-services-content {
  text-align: right;
}
.vlt-services .vlt-services-content .vlt-services-title {
  margin-bottom: 10px;
}
.vlt-services .vlt-services-content .vlt-services-description {
  margin: 0;
}
/*  SHORTCODE SINGLE IMAGE
----------------------------------------------------------*/
.vlt-single-image {
  position: relative;
  display: block;
  line-height: 0;
}
.vlt-single-image a {
  display: block;
  line-height: 0;
}
.vlt-single-image .vlt-single-image-caption {
  position: absolute;
  margin: 30px;
  padding: 6px 20px;
  color: #fff;
  opacity: 0;
  z-index: 3;
  max-width: 50%;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  transition: all 500ms ease-in-out;
}
.vlt-single-image .vlt-single-image-caption.top-left {
  top: 0;
  left: 0;
}
.vlt-single-image .vlt-single-image-caption.top-right {
  top: 0;
  right: 0;
}
.vlt-single-image .vlt-single-image-caption.bottom-right {
  bottom: 0;
  right: 0;
}
.vlt-single-image .vlt-single-image-caption.left {
  bottom: 0;
  left: 0;
}
.vlt-single-image:hover .vlt-single-image-caption,
.vlt-single-image.hovered .vlt-single-image-caption {
  opacity: 1;
}
/*  SHORTCODE TEAM MEMBER
----------------------------------------------------------*/
.vlt-team-member.style1 .vlt-team-member-avatar {
  line-height: 0;
}
.vlt-team-member.style1 .vlt-team-member-content {
  padding: 20px 0;
  text-align: center;
  line-height: 1.2;
}
.vlt-team-member.style1 .vlt-team-member-function {
  margin-top: 5px;
}
.vlt-team-member.style1 .vlt-team-member-social {
  margin-top: 10px;
}
.vlt-team-member.style1 .vlt-team-member-social a {
  margin-left: 12px;
}
.vlt-team-member.style1 .vlt-team-member-social a:first-child {
  margin-left: 0;
}
.vlt-team-member.style2 .vlt-team-member-avatar {
  position: relative;
  line-height: 0;
}
.vlt-team-member.style2 .vlt-team-member-avatar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.vlt-team-member.style2 .vlt-team-member-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.vlt-team-member.style2 .vlt-team-member-function {
  margin-top: 5px;
}
.vlt-team-member.style2 .vlt-team-member-social {
  margin-top: 10px;
}
.vlt-team-member.style2 .vlt-team-member-social a {
  margin-left: 12px;
}
.vlt-team-member.style2 .vlt-team-member-social a:first-child {
  margin-left: 0;
}
.vlt-team-member.style2 .vlt-team-member-avatar:hover::before,
.vlt-team-member.style2 .vlt-team-member-avatar:hover .vlt-team-member-content {
  opacity: 1;
}
/*  SHORTCODE TESTIMONIALS
----------------------------------------------------------*/
.vlt-testimonials-holder {
  text-align: center;
}
.vlt-testimonials-holder .vlt-testimonial-row .vlt-testimonial-blockquote {
  padding: 10px 0 20px;
  font-size: 20px;
  line-height: 2rem;
}
.vlt-testimonials-holder .vlt-testimonial-row .vlt-testimonial-author {
  font-size: 18px;
}
.vlt-testimonials-holder .slick-dots {
  position: static;
}
/*  SHORTCODE VIDEO LIGHTBOX
----------------------------------------------------------*/
.vlt-video-lightbox-holder {
  position: relative;
}
.vlt-video-lightbox-holder .vlt-video-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 34px;
  z-index: 2;
  background-color: #fff;
  transform: translate3d(-50%, -50%, 0);
}
