.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
#loader {
  position: absolute;
  height: 100%;
  top: 0;
  left: calc(50% - 72px);
  display: none; }

.loader-animation {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  max-height: 40px;
  margin-bottom: 1em;
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }

.loader-message {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  font-size: 15px;
  font-weight: 500;
  margin-top: 8px; }

.loader-animation svg {
  width: 120px;
  height: 60px;
  margin-left: 35px;
  display: inline-block; }

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s; }

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0px;
    opacity: 1; } }
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
#vs-button-wrapper {
  margin-top: 64px;
  width: 450px;
  text-align: center;
  padding: 0 100px;
  box-sizing: border-box;
  -webkit-transition: .3s all ease .3s;
  transition: .3s all ease .3s;
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: relative;
  z-index: 99; }

#vs-button-wrapper button {
  width: 100%;
  border: none;
  padding: 5px 0;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  position: relative; }

#vs-button-wrapper button p {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  max-height: 40px;
  margin-bottom: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }

#vs-button-wrapper button .fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0%;
  background: #27AE60;
  border-radius: 3px; }

#vs-button-wrapper button .dashicons {
  font-size: 25px;
  color: white;
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  line-height: 50px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

#vs-button-wrapper.clicked {
  padding: 0; }

#vs-button-wrapper.clicked button {
  background: #ccc;
  margin-top: 25px;
  height: 16px; }

#vs-button-wrapper.clicked button p {
  max-height: 0;
  overflow: hidden; }

#vs-button-wrapper.clicked button:focus {
  outline: none;
  border: 1px solid #bbb; }

#vs-button-wrapper.clicked button .fill {
  width: 100%;
  -webkit-transition: .3s all ease .3s;
  transition: 2s all ease .6s; }

#vs-button-wrapper.success button {
  margin: 0;
  /*padding: 25px;*/
  height: auto;
  width: 50px;
  height: 50px;
  border-radius: 50px; }

#vs-button-wrapper.success button .dashicons {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease .3s;
  transition: .3s all ease .3s; }

.flex {
  display: flex;
  align-content: stretch; }
  @media (max-width: 768px) {
    .flex {
      flex-direction: column; } }

.centervertical {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.flex-col {
  flex: 1; }

.flex-grid-halves {
  display: flex;
  justify-content: space-between; }

.flex-grid-halves .col {
  width: 47%; }

@media (max-width: 468px) {
  .flex-grid,
  .flex-grid-halves {
    display: block; }
    .flex-grid .col,
    .flex-grid-halves .col {
      width: 100%;
      margin: 0 0 10px 0; } }
.vs-grid:after {
  content: '';
  clear: both;
  display: block; }

.vs-grid .regular-text {
  width: 100%;
  /*box-sizing: ;*/ }

.vs-2-col {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 2em;
  float: left; }

.vs-2-col:nth-child(2n) {
  margin-right: 0; }

.vs-2-col:nth-child(2n+1) {
  clear: left; }

/** Lightgallery Overrides */
.colors-light .lg-backdrop,
.colors-light .lg-outer .lg-thumb-outer {
  background: #fff; }

.colors-light .lg-outer .lg-thumb-outer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1); }

.colors-light .lg-toolbar,
.colors-light .lg-actions .lg-next,
.colors-light .lg-actions .lg-prev,
.colors-light .lg-outer .lg-toogle-thumb {
  background-color: transparent; }

.colors-light .lg-toolbar .lg-icon:hover,
.colors-light .lg-actions .lg-next:hover,
.colors-light .lg-actions .lg-prev:hover,
.colors-light .lg-outer .lg-toogle-thumb:hover,
.colors-light .lg-outer.lg-thumb-open .lg-toogle-thumb {
  color: #222; }

.colors-light .lg-outer.lg-thumb-open .lg-toogle-thumb {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); }

.lg-outer .lg-thumb-item,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border: 0 !important;
  border-radius: 0 !important; }

.colors-light .lg-outer .lg-thumb-item {
  opacity: .5;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

.colors-light .lg-outer .lg-thumb-item.active,
.colors-light .lg-outer .lg-thumb-item:hover {
  opacity: 1; }

.admin-bar .lg-toolbar {
  top: 32px; }
  @media only screen and (max-width: 782px) {
    .admin-bar .lg-toolbar {
      top: 46px; } }

/* Sell Media */
.sell-media-search .radioholder {
  display: inline-block; }

.sell-media-search-field {
  display: inline-block;
  width: 33%;
  text-align: center; }

.sell-media-search-field label {
  width: auto !important;
  cursor: pointer; }

@media only screen and (max-width: 800px) {
  .sell-media-search-hidden .sell-media-search-field {
    width: 50%;
    margin-top: 1.5em; }

  .sell-media-search-hidden .sell-media-search-type {
    width: 100%;
    margin-top: 0; } }
.sell-media-grid-item > a:not(.sell-media-add-to-lightbox) {
  display: table;
  margin: 0 auto; }

.sell-media-search-hidden {
  margin-top: 20px !important; }

.sell-media-search-form {
  border: 2px solid #ccc; }

.sell-media-search .sell-media-search-query {
  margin-bottom: 0;
  border-bottom: 0;
  width: calc( 100% - 50px ); }

.sell-media-search-query input[type=text] {
  border: 1px solid #ccc;
  box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.2); }

.sell-media-search .sell-media-search-submit label,
.sell-media-search .sell-media-search-submit {
  width: 50px;
  height: 50px;
  margin: 0; }

.sell-media-search .sell-media-search-submit input[type="submit"] {
  display: none; }

.sell-media-search .sell-media-search-submit svg {
  width: 50px;
  padding: 11px;
  background: #222;
  fill: #fff; }

.sell-media-search .sell-media-search-submit svg:hover,
.sell-media-search .sell-media-search-submit svg:focus {
  background: #000;
  cursor: pointer; }

.sell-media-search-field:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.entry-content .sell-media-breadcrumbs {
  font-size: 10px; }

.entry-content .sell-media-button:hover {
  color: #fff; }

/* Homepage Widgets */
#homepage-widgets .widget {
  padding: 2.25em 0; }

/* Banner Widget */
.vs-banner-container {
  background-size: cover;
  background-repeat: none;
  padding-top: 4em;
  padding-bottom: 6em;
  text-align: center; }

.vs-banner-container .vs-banner-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 1em; }

.vs-banner-container .vs-banner-description {
  margin-bottom: 3em;
  font-size: 1.25em; }

.vs-banner-container .vs-banner-button a {
  background: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 2em;
  padding: 1.25em 1.5em;
  color: #fff;
  font-size: 1em;
  transition: color 0.1s ease-in; }

.vs-banner-container .vs-banner-button a:hover {
  color: #eee; }

/* Info Widget */
.widget-info {
  text-align: center; }

.widget-info .dashicons {
  font-size: 40px;
  width: 40px;
  height: 40px;
  margin-bottom: .5em; }

/* Image Widget */
.widget-image .vs-image-title {
  background-color: #000;
  color: #fff;
  padding: 1em;
  font-size: 1.25em;
  text-align: center; }

.widget-image a {
  display: block; }

.widget-image a img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Gallery, Blog Widgets */
.widget-gallery ul li,
.widget-blog ul li {
  border: 0; }

.vs-gallery-container,
.vs-blog-container {
  margin: 0;
  padding: 0;
  list-style: none; }

.vs-blog-grid h2 {
  padding: 1.5em 0 0; }

.vs-grid .col-3 {
  margin: 0 0 2em;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .vs-grid .col-3 {
    float: left;
    margin: 0 5% 2em 0;
    width: 30%; }
    #secondary .vs-grid .col-3 {
      float: none;
      margin: 0 0 2em 0;
      width: 100%; }

  .vs-grid .col-3 img {
    margin: 0 auto; }
    #secondary .vs-grid .col-3 img {
      margin-bottom: 2em; } }
.vs-grid .col-3:nth-child(3n) {
  margin-right: 0; }

.vs-grid .col-3:nth-child(3n+1) {
  clear: left; }

.vs-gallery-container a,
.vs-blog-container a,
.vs-gallery-container img,
.vs-blog-container img {
  display: block; }

.vs-gallery-container .entry-title,
.page .vs-gallery-container .entry-title {
  font-size: 1em;
  margin: 1em 0 0; }

.vs-blog-masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em; }

/* Override 2017 theme */
.widget-pblog .vs-blog-masonry li {
  padding: 1em; }

.widget-gallery ul.vs-gallery-multiple li + li,
.widget-blog ul.vs-blog-grid li + li,
.widget-blog ul.vs-blog-grid-alt li + li {
  margin-top: 0; }

.vs-blog-masonry li {
  display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 1px 1px 4px 0 #ccc; }

@media only screen and (min-width: 480px) {
  .vs-blog-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }

  .vs-blog-masonry .vs-narrow-container {
    padding: 2em; } }
@media only screen and (min-width: 960px) {
  .vs-blog-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
/* Blog Widget */
.more-link {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.vs-blog-list {
  margin: 0 0 4em; }

.vs-blog-list .vs-narrow-container {
  margin: 4em 0; }

@media only screen and (min-width: 768px) {
  .content-area .vs-blog-list .vs-narrow-container {
    margin: 4em auto;
    width: 60%; } }
.vs-blog-compact .vs-narrow-container {
  margin: 2em 0; }

@media only screen and (min-width: 768px) {
  .content-area .vs-blog-compact img {
    float: left;
    margin-right: 5%;
    width: 47.5%; }
  .content-area .vs-blog-compact .vs-narrow-container {
    float: right;
    margin: 0;
    width: 47.5%; }
  .content-area .widget-blog ul.vs-blog-compact li {
    float: left;
    margin: 2em 0; } }
/* Site footer */
.vs-site-address:before,
.vs-site-address .phone:before {
  content: "\00b7";
  padding: 0 10px; }

.site-credits {
  margin: 1em 0; }

/* Address */
.vs-site-address {
  margin: 1em 0; }

.vs-site-address span:last-child {
  margin-right: 0;
  padding-right: 0; }

.vs-site-address .street:after,
.vs-site-address .city:after,
.vs-site-address .zip:after {
  content: ','; }

.vs-site-address .street:after,
.vs-site-address .city:after,
.vs-site-address .state,
.vs-site-address .zip {
  margin-right: 4px; }

.colors-custom .navigation-primary, .colors-custom .main-navigation ul,
.colors-dark .navigation-primary, .colors-dark .main-navigation ul {
  background: transparent; }

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a,
body.has-header-image .site-description,
body.has-header-video .site-description {
  color: #222; }

/*# sourceMappingURL=vs.css.map */
