<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vagebond .gallery-list-holder {
  margin-bottom: 30px;
}
.vagebond .gallery-list-holder .add-gallery-buttton {
  float: right;
}
.vagebond .gallery-list-holder .gallery-list li {
  width: 99%;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding: 8px;
}
.vagebond .gallery-list-holder .gallery-list li .gallery-image-holder {
  min-height: 80px;
  min-width: 80px;
}
.vagebond .gallery-list-holder .gallery-list li .gallery-image-holder,
.vagebond .gallery-list-holder .gallery-list li h3,
.vagebond .gallery-list-holder .gallery-list li a {
  display: inline-block;
}
.vagebond .gallery-list-holder .gallery-list li .gallery-image {
  border-radius: 10px;
  height: 80px;
  width: 80px;
}
.vagebond .gallery-list-holder .gallery-list li h3 {
  margin-top: 20px;
  padding-left: 15px;
  vertical-align: top;
}
.vagebond .red {
  color: #d81a31;
}
.vagebond .green {
  color: #62a51c;
}
.vagebond .add-update-gallery-title label {
  font-size: 15px;
}
.vagebond .add-update-gallery-title input[type="text"] {
  border-radius: 3px;
  height: 35px;
  width: 35%;
}
.vagebond .vagebond-shortcode-msg {
  margin: 15px 0px 20px;
}
.vagebond #vagebond-gallery .gallery {
  margin-top: 25px;
  width: 100%;
}
.vagebond #vagebond-gallery li {
  background-repeat: no-repeat;
  background-size: cover;
  border: medium none;
  border-radius: 5px;
  cursor: move;
  display: inline-block;
  height: 200px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  width: 200px;
}
.vagebond #vagebond-gallery li a {
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
}
.vagebond #vagebond-gallery li a.vb-delete {
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #3d6889;
  border: 2px solid #3d6889;
}
.vagebond #vagebond-gallery li a.vb-delete span {
  line-height: 20px;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}
.vagebond form {
  width: 100%;
}
.vagebond form input,
.vagebond form select,
.vagebond form textarea {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
}
.vagebond form input,
.vagebond form select {
  height: 40px !important;
  text-indent: 5px;
}
.vagebond form textarea {
  height: 80px;
  resize: none;
}
.vagebond form label {
  font-size: 8px;
  color: #666666;
}
.vagebond h1,
.vagebond h2,
.vagebond h3,
.vagebond h4,
.vagebond h5 {
  line-height: 1;
  color: #58585b;
  box-sizing: border-box;
  font-weight: 400;
}
.vagebond p {
  color: #666666;
  font-size: 9px;
  font-size: 0.9rem;
}
.vagebond h1 {
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
}
.vagebond h2 {
  font-size: 14px;
  font-size: 1.4rem;
}
.vagebond h3 {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
}
.bb {
  box-sizing: border-box;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vagebond-button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #3D6889;
  border: none;
  color: #FFFFFF;
  padding: 9px 18px;
  text-decoration: none;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}
.vagebond-button:hover {
  background-color: #3baddf;
  color: #FFFFFF;
}
.vagebond-button.small {
  font-size: 8px;
  font-size: 0.8rem;
  padding: 6px 10px;
}
.vagebond-button.large {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 12px 22px;
  min-width: 190px;
}
.vagebond-button.light {
  background-color: #FFFFFF;
  color: #3D6889;
}
.vagebond-button.light:hover {
  background-color: #3baddf;
  color: #FFFFFF;
}
.vagebond-button.button-red {
  background-color: #6c0000;
  float: right;
  margin-top: 20px;
}
.vagebond-container {
  margin-right: 20px;
  border-radius: 5px;
  margin-top: 15px;
}
.vagebond-container.white {
  background-color: #FFFFFF;
}
.vagebond-row {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  width: 100%;
  display: inline-block;
}
.vagebond-row.center {
  text-align: center;
}
.vagebond.background .vagebond-container .delete {
  background-color: #3D6889;
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -12px;
  border: 2px solid #3D6889;
  margin: auto auto;
}
.vagebond.background .vagebond-container .delete .svg-icon {
  width: 1.5em;
  height: 25px;
  display: block;
  margin: auto;
}
.vagebond.background .vagebond-container .delete:hover {
  background-color: white;
}
.vagebond.background .vagebond-container .delete:hover .svg-icon path,
.vagebond.background .vagebond-container .delete:hover .svg-icon polygon,
.vagebond.background .vagebond-container .delete:hover .svg-icon rect {
  fill: #3D6889;
}
.vagebond.background .vagebond-container .delete:hover .svg-icon circle {
  stroke: #3D6889;
}
.vagebond.background .vagebond-container.images .gallery {
  width: 100%;
  margin-top: 25px;
}
.vagebond.background .vagebond-container.images .gallery li {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: move;
  position: relative;
  border-radius: 5px;
}
#wp-content {
  position: relative;
}
.vagebond {
  height: 100%;
  padding: 20px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>