.field-info {
  display: block;
  font-style: italic;
  margin-top: 5px;
  color: #838383;
}
.vtt-form-input {
  width: 100%;
}
.form-table tr td:first-child {
  width: 240px;
}
.img-wrapp .get-img img{
  width: 200px;
  object-fit: contain;
}
.img-wrapp {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.img-wrapp .delete-img,
.img-wrapp .delete-img-gallery {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #333;
  width: 14px;
  height: 14px;
  padding: 3px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
}
.gallery_wrapper {
  margin-top: 14px;
}
#gallery-img-post {
  border-top: 5px dashed #ddd;
}

.slider_button_more {
  margin-top: 30px;
}
#add_more_slider {
  padding: 6px 25px;
  border: 0;
  background: #cb422d;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 2px 3px 9px 0 #999;
  transition: all 0.2s ease-in-out;
  outline: none;
}
#add_more_slider:hover {
  background: #890c1d;
}
.form-table {
  position: relative;
}
.delete-table {
  position: absolute;
  right: 7px;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  top: 10px;
  cursor: pointer;
}
.form-table textarea {
  width: 400px;
  height: 120px;
}
.form-table input.ff-tab-s {
  width: 400px;
}
.multihighlight {
  border: 1px solid red;
  font-weight: bold;
  font-size: 45px;
  background-color: #333333;
}
#multiSliderOptions {
  margin-top: 30px;
  padding-left: 30px;
}
#multiSliderOptions .form-table {
  margin-bottom: 30px;
  box-shadow: 1px 1px 10px -3px #000;
}
#multiSliderOptions .form-table:before {
  content: '';
  position: absolute;
  left: -29px;
  top: 0;
  width: 30px;
  background: #ddd;
  height: 100%;
  cursor: move;
}
.attraction-prev-img-metabox {
  display: block;
  margin-top: 10px;
}
.attraction-prev-img-metabox img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.info-multiple-slider {
  font-size: 20px;
  margin: 0 0 6px 0;
  padding: 0;
}
.multi-slider-options-info {
  margin-top: 30px;
}