.required {
  color: #B90504; }

label {
  cursor: pointer;
  display: block;
  margin: 0 0 5px 0; }

form fieldset {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 25px; }
  form fieldset legend {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%; }
  form fieldset.collapsible legend {
    cursor: pointer; }
    form fieldset.collapsible legend:after {
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      content: '+';
      display: block;
      font-size: 20px;
      height: 34px;
      line-height: 33px;
      margin: -6px 0 0 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 34px; }
  form fieldset.collapsible.open legend:after {
    content: '-'; }
  form fieldset.collapsible .fieldset-content {
    display: none; }
  form fieldset.collapsible.open .fieldset-content {
    display: block; }

.form-group {
  margin: 0 0 25px 0; }
  .form-group.checkbox input {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle; }
  .form-group.checkbox label {
    font-weight: 400; }
  .form-group .form-control {
    display: block;
    width: 100%; }
  .form-group.form-error .form-control {
    border: 1px solid #B90504; }
  .form-group .form-error {
    color: #B90504;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px; }
  .form-group:last-child {
    margin-bottom: 0; }

.listing-manager-submission-package {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 30px 0;
  position: relative; }
  .listing-manager-submission-package label {
    padding: 25px; }
  .listing-manager-submission-package h4 {
    margin: 0;
    padding: 0; }
  .listing-manager-submission-package input {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .listing-manager-submission-package ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .listing-manager-submission-package ul li {
      display: inline-block; }
      .listing-manager-submission-package ul li:after {
        content: '/'; }
      .listing-manager-submission-package ul li:last-child:after {
        display: none; }
  .listing-manager-submission-package.expired {
    opacity: .5; }
    .listing-manager-submission-package.expired label {
      cursor: not-allowed; }
    .listing-manager-submission-package.expired:after {
      background-color: rgba(0, 0, 0, 0.04);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }

.listing-manager-packages {
  margin: 0 -15px; }

.listing-manager-package-wrapper {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 33.3333%; }

.listing-manager-package {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 25px; }
  .listing-manager-package h2 {
    margin: 0;
    text-align: center; }
  .listing-manager-package p {
    text-align: center; }
  .listing-manager-package ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0; }
    .listing-manager-package ul li span, .listing-manager-package ul li strong {
      display: block; }
  .listing-manager-package .button {
    text-align: center;
    width: 100%; }

#opening_hours {
  padding: 12px; }

.woocommerce_options_panel table.opening-hours {
  background-color: #FAFAFA;
  border: 1px solid #EEEEEE;
  width: 100%; }
  .woocommerce_options_panel table.opening-hours p.form-field {
    margin: 0;
    padding: 0 !important; }
  .woocommerce_options_panel table.opening-hours input {
    width: 100%; }
  .woocommerce_options_panel table.opening-hours thead th {
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding: 8px 12px;
    text-align: left; }
    .woocommerce_options_panel table.opening-hours thead th:last-child {
      border-right: 0; }
  .woocommerce_options_panel table.opening-hours tbody th {
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding: 8px 12px;
    text-align: left; }
  .woocommerce_options_panel table.opening-hours tbody td {
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding: 8px 12px; }
    .woocommerce_options_panel table.opening-hours tbody td:last-child {
      border-right: 0; }
  .woocommerce_options_panel table.opening-hours tbody tr:last-child th, .woocommerce_options_panel table.opening-hours tbody tr:last-child td {
    border-bottom: 0; }

.listing-manager-submission-opening-hours th {
  font-size: 12px; }

.listing-manager-submission-opening-hours th, .listing-manager-submission-opening-hours td {
  padding: 8px 10px;
  vertical-align: middle; }

.listing-manager-submission-opening-hours .day-name {
  font-weight: bold; }

.map-container {
  height: 500px; }

.marker {
  background-image: url("../img/marker.png");
  background-size: cover;
  height: 2.375rem;
  display: block;
  left: 0;
  position: relative;
  top: 0;
  transition: all ease .15s;
  user-select: none;
  -webkit-user-select: none;
  width: 1.5rem; }
  .marker:after {
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    content: '';
    display: block;
    height: .75rem;
    left: .375rem;
    position: relative;
    top: -1.25rem;
    width: .75rem; }
  .marker:before {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    bottom: .0625rem;
    box-shadow: 0 0 0 0 #000;
    content: '';
    display: block;
    height: .0625rem;
    left: 50%;
    position: absolute;
    transition: all ease .15s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: .0625rem;
    z-index: -1; }
  .marker:hover {
    margin-top: -0.375rem; }
    .marker:hover:before {
      background-color: rgba(0, 0, 0, 0.14);
      bottom: -0.3125rem;
      box-shadow: 0 0 0.4375rem 0.0625rem rgba(0, 0, 0, 0.4);
      width: 1rem; }

.marker-inner {
  color: #fff;
  display: block;
  font-size: 1rem;
  height: 1.625rem;
  line-height: 1.6875rem;
  margin: 0 0 0 0.375rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  top: 0.375rem;
  width: 1.625rem; }

.infobox {
  background-color: #fff;
  position: relative; }
  .infobox:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0.75rem 0.375rem;
    border-top-color: #fff;
    bottom: -1.5rem;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0; }

.infobox-inner {
  background-color: #fff;
  border-radius: 0.1875rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.2);
  padding: 0.9375rem;
  position: relative;
  width: 16.25rem; }
  .infobox-inner .close {
    background-color: #323232;
    border: 0;
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
    cursor: pointer;
    height: 1.625rem;
    opacity: 1;
    padding: 0.1875rem;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 1.625rem;
    z-index: 999; }
    .infobox-inner .close:after {
      background-color: #fff;
      content: '';
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      width: 10px; }
    .infobox-inner .close:before {
      background-color: #fff;
      content: '';
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      width: 10px; }
    .infobox-inner .close:hover {
      background-color: #323232; }

.infobox-image {
  background-size: cover;
  background-position: center center;
  border-radius: 0.1875rem 0.1875rem 0 0;
  height: 10.625rem;
  margin: -0.9375rem -0.9375rem 0 -0.9375rem;
  position: relative; }
  .infobox-image:after {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 3.4375rem);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
  .infobox-image a {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.infobox-item {
  border-bottom: 0.0625rem solid #f4f4f4;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.75rem 0; }
  .infobox-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.infobox-item-title {
  color: #323232;
  display: block;
  font-size: 0.875rem;
  margin: 0.75rem 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .infobox-item-title a {
    color: #323232; }

.infobox-item-image {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 2.8125rem;
  margin: 0 0.8125rem 0 0;
  position: relative;
  width: 3.75rem; }
  .infobox-item-image a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.infobox.multiple .infobox-inner {
  overflow: auto; }

.infobox-title {
  position: relative; }
  .infobox-title h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0.8125rem 0 0 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 10.625rem;
    white-space: nowrap; }
    .infobox-title h2 a {
      color: #323232; }

.infobox-rating {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 0.125rem; }
  .infobox-rating .fa {
    margin: 0 0 0 0.25rem; }

.infobox-category {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: -0.125rem; }

.map-actions {
  user-select: none;
  -webkit-user-select: none; }
  .map-actions a {
    background-color: #323232;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 1.875rem;
    line-height: 1.875rem;
    margin: 0 -0.25rem 0 0;
    min-width: 1.875rem;
    text-align: center;
    transition: all .15s linear; }
    .map-actions a:hover {
      background-color: #323232;
      color: #fff; }
    .map-actions a .fa {
      font-size: 0.8125rem; }
    .map-actions a span {
      font-size: 0.8125rem;
      padding: 0 0.9375rem; }
  .map-actions a:first-of-type:before {
    content: none; }
  .map-actions a:before {
    content: "";
    display: block;
    position: absolute;
    height: 1.25rem;
    margin-top: 0.3rem;
    border-left: 0.0625rem solid #4c4c4c; }

.map-actions-group {
  display: inline-block;
  margin: 0 0.75rem 0 0; }
  .map-actions-group:hover a:before {
    height: 1.875rem;
    margin-top: 0; }

.clusterer {
  align-items: center;
  background-color: #323232;
  border-radius: 50%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px; }

.clusterer-inner {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  justify-content: center;
  width: 28px; }

.listing-manager-form-gallery {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 25px 0;
  overflow: hidden;
  padding: 25px; }

.listing-manager-form-gallery-image {
  float: left;
  margin: 0 25px 0 0;
  position: relative; }
  .listing-manager-form-gallery-image img {
    display: block;
    max-width: 80px; }
  .listing-manager-form-gallery-image a {
    background-color: #B90504;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    left: 50%;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    transition: all .15s linear;
    top: 0;
    visibility: hidden; }
  .listing-manager-form-gallery-image:hover a {
    opacity: 1;
    visibility: visible; }
