.wp-travel-advance-gallery-buttons {
  text-align: right;
}

.wptag__items-list li {
  width: 100%;
  overflow: hidden;
  background: #f1f1f1;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
  display: flex;
}
.wptag__items-list li .wptag__card-remove {
  position: absolute;
  top: 0;
  right: 0;
  background: #a2a2a2;
  border: 0;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 0 4px;
  padding: 5px;
}
.wptag__items-list li .wptag__card-remove:hover {
  background: red;
}
.wptag__items-list li .wptag__thumbnail {
  width: 200px;
  float: left;
  border: 1px solid #ccc;
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #cecece;
  text-align: center;
}
.wptag__items-list li .wptag__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wptag__items-list li .wptag__featured-image {
  position: relative;
}
.wptag__items-list li .wptag__media-detail-form {
  float: left;
  width: 380px;
  padding: 20px 10px;
}
.wptag__items-list li .wptag__media-detail-form label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.wptag__items-list li .wptag__media-detail-form input[type=text] {
  width: 100%;
  min-width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 9px;
}
.wptag__items-list li .wptag__media-detail-form textarea {
  width: 100%;
  min-width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 9px;
}

.wptag__dragger {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.wptag__external-link-form {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.wptag__external-link-form input[type=text] {
  width: 100%;
  min-width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 9px;
}
.wptag__external-link-form textarea {
  width: 100%;
  min-width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 9px;
}
.wptag__external-link-form label {
  font-weight: bold;
}

.wptag__featured-image .wptag__thumbnail::before {
  content: "\f155";
  color: #f1d375;
  position: absolute;
  left: 5px;
  font-family: dashicons;
  text-shadow: 0px 1px 1px #000;
  top: 3px;
  z-index: 1;
  font-size: 15px;
}

.wptag__embed-preview {
  flex: 2;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.wptag__embed-preview iframe {
  margin: 0 auto;
}
.wptag__embed-preview span {
  color: #797979;
  font-size: 15px;
  font-weight: bold;
}

.wp-travel-advance-gallery-popup-form {
  flex: 1;
  background: #f1f1f1;
  padding: 60px 20px 20px 20px;
}

.wptag__thumbnail {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wptag__thumbnail .media-default-thumbnail span {
  background: none;
  color: #444;
  width: 100%;
  font-size: 25px;
  position: relative;
}
.wptag__thumbnail span {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  background-repeat: no-repeat;
  background: #444;
  color: #fff;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
.mfp-bg {
  z-index: 160000;
}

.mfp-wrap {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  width: auto;
  height: auto;
  z-index: 160000;
}

.mfp-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fcfcfc;
}

.wptag__edit-thumb {
  position: absolute;
  display: block;
  background: #32373c;
  width: 100%;
  text-align: center;
  bottom: 0;
  padding: 5px 0;
  color: #fff !important;
  text-decoration: none;
}

.mfp-iframe-scaler .mfp-bottom-bar {
  margin-bottom: 0;
}

/*# sourceMappingURL=wp-travel-advanced-gallery.css.map */
