/* Set and change variables throughout the site */
/* Shortlist Catfish */
.shortlist-catfish {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.shortlist-catfish h3 {
  color: #000000;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 730px) {
  .shortlist-catfish h3 {
    display: none;
  }
}
.shortlist-catfish h3 span {
  color: #337CEB;
}

#shortlist-popup-mask {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 20;
}

.shortlist-toggle-trigger {
  display: none;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #db5051;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
}

.shortlist-toggle-trigger i {
  color: #000000;
  font-weight: bold;
  transition: 0.7s;
}

.optional-trigger {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 10px;
  clear: both;
}

.optional-trigger textarea {
  height: 100px;
}

.optional-trigger span {
  font-family: "Merriweather", serif;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.optional-arrow {
  transition: 0.35s;
  font-weight: bold;
}

.spun {
  transform: rotate(-180deg);
}

.hidden {
  display: none;
}

.heightzero {
  max-height: 0px;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}

#shortlist-popup .enpuire_bavarian_outer, #shortlist-popup-promo .enpuire_bavarian_outer {
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

#shortlist-popup .barvarian-enquire-more-button, #shortlist-popup-promo .barvarian-enquire-more-button {
  display: none;
}

#shortlist-popup .enpuire_bavarian_outer, #shortlist-popup-promo .enpuire_bavarian_outer {
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

#shortlist-popup .barvarian-enquire-more-button, #shortlist-popup-promo .barvarian-enquire-more-button {
  display: none;
}

#shortlist-popup, #shortlist-popup-promo {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  z-index: 100;
  width: 100%;
  max-width: 600px;
}

.shortlist-popup-inner {
  padding: 35px 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.shortlist-popup-inner .checkbox-wrap {
  margin-bottom: 20px;
}
.shortlist-popup-inner .checkbox-wrap input[type=checkbox] {
  float: left;
  margin-right: 10px;
}
.shortlist-popup-inner .label-wrap label {
  display: inline-block;
  width: 92%;
}
.shortlist-popup-inner .label-wrap label a {
  font-family: "DM Sans", sans-serif;
}

#shortlist-popup .checkbox-container .enquiry-checkbox:after,
#shortlist-popup-promo .checkbox-container .enquiry-checkbox:after {
  left: 9px;
  top: 3px;
  position: relative;
}

#shortlist-popup #shortlist-checkboxes,
#shortlist-popup-promo #shortlist-checkboxes {
  height: 190px;
  overflow-y: scroll;
  margin: 10px 0 20px;
}

#shortlist-popup #shortlist-checkboxes::-webkit-scrollbar,
#shortlist-popup-promo #shortlist-checkboxes::-webkit-scrollbar {
  width: 3px;
}

#shortlist-popup #shortlist-checkboxes::-webkit-scrollbar-track,
#shortlist-popup-promo #shortlist-checkboxes::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 3px;
}

#shortlist-popup #shortlist-checkboxes::-webkit-scrollbar-thumb,
#shortlist-popup-promo #shortlist-checkboxes::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #337CEB;
  box-shadow: 0 0 0 2px #337CEB;
  height: 50px;
}

#shortlist-popup h2,
#shortlist-popup-promo h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
  font-size: 32px;
}

#shortlist-popup h2 span,
#shortlist-popup-promo h2 span {
  color: #337CEB;
}

#shortlist-popup input[type=text], #shortlist-popup input[type=email], #shortlist-popup input[type=tel], .optional-information input, .optional-information textarea,
#shortlist-popup-promo input[type=text], #shortlist-popup-promo input[type=email], #shortlist-popup-promo input[type=tel], .optional-information input, .optional-information textarea {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 12px 15px;
  margin: 10px 0;
  font-family: "Merriweather", serif;
  color: #999999;
  font-size: 14px;
  resize: vertical;
}

.shortlist-popup-inner.single-entry-inner {
  max-width: 100%;
  position: relative;
  height: 350px;
  bottom: 0;
}

.widget_enquiry_form__container {
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 10px;
  max-width: 390px;
  display: block;
  margin: 0px auto;
}
.widget_enquiry_form__container h4 {
  border-bottom: 2px solid #337CEB;
}
.widget_enquiry_form__container div p {
  font-family: "DM Sans", sans-serif;
}
.widget_enquiry_form__container .optional-trigger span, .widget_enquiry_form__container .enquiry-text {
  font-family: "DM Sans", sans-serif;
}
.widget_enquiry_form__container .enquiry-text {
  color: #000000;
}
.widget_enquiry_form__container .enquiry-text::placeholder {
  color: #999;
}
.widget_enquiry_form__container .close {
  position: absolute;
  right: -20px;
  top: -20px;
}
.widget_enquiry_form__container .close:hover {
  cursor: pointer;
}
.widget_enquiry_form__container.multiple.multi-popup {
  max-width: 650px !important;
  padding: 30px;
}
.widget_enquiry_form__container.multiple.multi-popup .side-gdpr {
  max-width: 500px;
}
@media only screen and (max-width: 730px) {
  .widget_enquiry_form__container.multiple.multi-popup {
    max-width: unset !important;
    padding-bottom: 100px !important;
  }
  .widget_enquiry_form__container.multiple.multi-popup .close {
    right: 10px;
    top: 10px;
  }
}
.widget_enquiry_form__container.multiple form {
  transition: max-height 0.8s ease-out;
  max-height: 900px;
  overflow: hidden;
}
.widget_enquiry_form__container.multiple form.hide-form {
  max-height: 0px;
}
.widget_enquiry_form__container.multiple form ul li {
  margin-bottom: 20px;
}
.widget_enquiry_form__container.multiple h4 {
  border-bottom: none;
}
.widget_enquiry_form__container.multiple h4:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  background: #337CEB;
  width: 100%;
  max-width: 150px;
}
.widget_enquiry_form__container.multiple .left-border:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  height: 100%;
  max-height: 250px;
  width: 1px;
  background: #DDD;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .widget_enquiry_form__container.multiple .left-border:after {
    height: 1px;
    width: 100%;
  }
}
.widget_enquiry_form__container.multiple .full-border {
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  height: 40px;
  width: 40px;
}
.widget_enquiry_form__container.multiple .full-border.large {
  min-height: 80px;
  min-width: 80px;
}
@media only screen and (max-width: 991px) {
  .widget_enquiry_form__container.multiple.side-form {
    display: none;
  }
}
.widget_enquiry_form__container.multiple.side-form .full-border {
  height: 50px;
  min-width: 50px;
  width: 50px;
}
.widget_enquiry_form__container.multiple.side-form p {
  font-size: 12px;
  line-height: 17px;
  font-family: "DM Sans", sans-serif;
}
.widget_enquiry_form__container.multiple.side-form p a {
  font-family: "DM Sans", sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  font-style: italic;
}
.widget_enquiry_form__container.multiple li a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 120%;
}
.widget_enquiry_form__container.multiple .request-free {
  max-width: 410px;
  padding: 15px 10px;
  white-space: normal;
  border-radius: 3px;
}
@media only screen and (max-width: 380px) {
  .widget_enquiry_form__container.multiple .request-free {
    white-space: initial;
  }
}
.widget_enquiry_form__container.multiple .directory-spinner {
  margin: auto;
}
.widget_enquiry_form__container .similar-franchise-text {
  position: relative;
}
.widget_enquiry_form__container .similar-franchise-text span {
  text-decoration: underline;
}
.widget_enquiry_form__container .similar-franchise-text span:hover {
  cursor: pointer;
}
.widget_enquiry_form__container .side-gdpr {
  font-size: 10px;
  max-width: 290px;
  line-height: 14px;
  font-family: "DM Sans", sans-serif;
}
.widget_enquiry_form__container .side-gdpr a {
  font-family: inherit;
  color: #000000;
  text-decoration: underline;
  font-size: inherit;
}

.multi-enquiry-form .checkbox-wrap {
  max-width: 410px;
  margin: auto;
  margin-top: 10px;
}
.multi-enquiry-form .checkbox-wrap input[type=checkbox] {
  float: left;
  margin-right: 10px;
}
.multi-enquiry-form .checkbox-wrap .label-wrap label {
  display: inline-block;
  max-width: 90%;
}
.multi-enquiry-form .checkbox-wrap .label-wrap label a {
  font-family: "DM Sans", sans-serif;
}

#shortlist-popup .close {
  z-index: 10;
}
#shortlist-popup .multi-enquiry-form input[type=email], #shortlist-popup .multi-enquiry-form input[type=text] {
  max-width: 410px;
  margin: auto;
}

.popup-left {
  max-width: 50%;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
  border-right: 1px solid #eee;
  font-family: "Merriweather", serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.popup-left img {
  max-width: 100%;
  padding: 20px;
}
.popup-left .price {
  font-family: "DM Sans", sans-serif;
}

.popup-left h3 {
  font-size: 18px;
  font-weight: 600;
}

.popup-left p {
  font-weight: 400;
  margin: 10px 0;
}

.price {
  display: block;
  font-size: 20px;
}

.investment {
  display: block;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}

.popup-right {
  max-width: 50%;
  float: right;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 0;
}
.popup-right button {
  width: 100%;
}

.company-checkboxes-wrapper {
  margin-top: 10px;
}

.company-checkBoxes-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
}

.checkbox-container {
  vertical-align: middle;
  float: left;
  overflow: hidden;
}

.company-checkBoxes-container {
  height: 50px;
  display: block;
  width: 320px;
}

.companyCheckbox {
  vertical-align: middle;
  display: none;
}

.companyCheckbox-image {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.companyCheckbox-label {
  vertical-align: middle;
  height: 35px;
  display: inline-block;
  min-width: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.checkbox-title {
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  /* white-space: nowrap; */
  width: 220px;
}

.checkbox-investment {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #b6b6b6;
  position: relative;
  text-align: left;
}

.checkbox-container:hover {
  cursor: pointer;
}

.checkbox-container .enquiry-checkbox {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.checkbox-container:hover input ~ .enquiry-checkbox {
  background-color: #a0c0f2;
}

.checkbox-container input:checked ~ .enquiry-checkbox {
  background-color: #337CEB;
  border: 1px solid #337CEB;
}

.checkbox-container input:checked ~ .enquiry-checkbox:after {
  display: block;
}

.checkbox-container .enquiry-checkbox:after {
  left: 7px;
  width: 7px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: relative;
  display: none;
}

@media only screen and (max-width: 730px) {
  #shortlist-popup, #shortlist-popup-promo {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    transform: none;
    z-index: 10000;
    border-radius: 0;
    padding: 23px;
    overflow-y: scroll;
  }

  .shortlist-popup-inner.single-entry-inner {
    padding: 0;
  }

  #shortlist-popup h2.single-entry-header, #shortlist-popup-promo h2.single-entry-header {
    margin-bottom: 0;
  }

  .popup-left, .popup-right {
    max-width: 100%;
    position: static;
    transform: none;
    border-right: none;
  }
}
.extra-field {
  opacity: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
