@charset "UTF-8";
.fa-twitter:before {
  content: "\ea12";
  font-family: "bb-icons";
}

.buddyboss-theme .wpe-wps-uploader-form .plupload-upload-ui.drag-drop .wp-spaces-drag-drop-area .drag-drop-inside .drag-drop-info:before {
  display: flex;
}

.wpe-wps-select2-option.level-1:before {
  content: "- ";
}
.wpe-wps-select2-option.level-2:before {
  content: "-- ";
}
.wpe-wps-select2-option.level-3:before {
  content: "--- ";
}
.wpe-wps-select2-option.level-4:before {
  content: "---- ";
}

.wpe-wps-ajax-spinner {
  display: none;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: wpe-wps-ajax-spinner-spin 2s linear infinite;
}

.wpe-wps-has-ajax-spinner {
  display: flex !important;
  gap: 10px;
}

@keyframes wpe-wps-ajax-spinner-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpe-wps-avatar-template {
  width: 40px;
  height: 40px;
}
.wpe-wps-avatar-template.small {
  width: 32px;
  height: 32px;
}
.wpe-wps-avatar-template.large {
  width: 60px;
  height: 60px;
}
.wpe-wps-avatar-template.x-large {
  width: 80px;
  height: 80px;
}
.wpe-wps-avatar-template.xx-large {
  width: 100px;
  height: 100px;
}
.wpe-wps-avatar-template .wpe-wps-avatar {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.widget_wpe_wps_social_icons .wpe-wps-social-icons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(41px, 0fr));
  grid-gap: 10px;
}
.widget_wpe_wps_social_icons .wpe-wps-social-icons-container .wpe-wps-social-icon {
  margin: 0;
}
.widget_wpe_wps_social_icons .wpe-wps-social-icons-container .wpe-wps-social-icon a {
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}
.widget_wpe_wps_social_icons .wpe-wps-social-icons-container .wpe-wps-social-icon a i {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #555558;
  background: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.widget_wpe_wps_social_icons .wpe-wps-social-icons-container .wpe-wps-social-icon a:hover {
  color: #fff;
}
.widget_wpe_wps_social_icons .wpe-wps-social-icons-container .wpe-wps-social-icon a:hover i {
  color: #fff;
}

.widget_wpe_wps_contact_form .wpcf7-form p {
  margin: 0;
}
.widget_wpe_wps_contact_form .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-bottom: 10px;
}
.widget_wpe_wps_contact_form .wpcf7-form p .wpcf7-form-control-wrap textarea {
  height: 100px;
}
.widget_wpe_wps_contact_form .fluentform .ff-el-input--label label {
  font-size: 14px;
  margin-bottom: 0 !important;
}

.widget_wpe_wps_work_hours .work-hours-head {
  display: flex;
  flex-direction: column;
}
.widget_wpe_wps_work_hours .work-hours-head.expanded .timing-today .expand_more {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget_wpe_wps_work_hours .work-hours-head .work-hours-head-top i {
  float: left;
  color: #9d9d9d;
  font-size: 20px;
  padding-right: 6px;
  position: relative;
}
.widget_wpe_wps_work_hours .work-hours-head .work-hours-head-top h5 {
  font-weight: 600;
  color: #242429;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0;
  font-size: 14px;
  float: left;
  line-height: 20px;
}
.widget_wpe_wps_work_hours .work-hours-head .work-hours-head-top h5 .closed {
  color: #d44646;
}
.widget_wpe_wps_work_hours .work-hours-head .work-hours-head-top h5 .open {
  color: #179a6b;
}
.widget_wpe_wps_work_hours .work-hours-head .work-hours-head-bottom .timing-today {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  position: relative;
  padding-right: 26px;
}
.widget_wpe_wps_work_hours .work-hours-head .work-hours-head-bottom .timing-today span:not(.expand_more) {
  width: 137px;
  display: flex;
  flex-direction: column;
  align-self: start;
}
.widget_wpe_wps_work_hours .work-hours-head .work-hours-head-bottom .timing-today .expand_more {
  position: absolute;
  right: 0;
  top: -3px;
  color: #555558;
  background: #f4f4f4;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_wpe_wps_work_hours .work-hours-head .work-hours-head-bottom .timing-today .expand_more:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget_wpe_wps_work_hours .open-hours-wrapper #open-hours {
  margin-top: 10px;
}
.widget_wpe_wps_work_hours .open-hours-wrapper #open-hours .extra-details li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.widget_wpe_wps_work_hours .open-hours-wrapper #open-hours .extra-details li:first-child {
  padding-top: 4px;
}
.widget_wpe_wps_work_hours .open-hours-wrapper #open-hours .extra-details li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_wpe_wps_work_hours .open-hours-wrapper #open-hours .extra-details li p {
  margin: 0;
}
.widget_wpe_wps_work_hours .open-hours-wrapper #open-hours .extra-details li p.item-property {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.widget_wpe_wps_work_hours .open-hours-wrapper #open-hours .work-hours-timezone {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: right;
}

.widget_wpe_wps_contact_details p {
  margin-bottom: 10px;
}
.widget_wpe_wps_contact_details p:last-of-type {
  margin-bottom: 0;
}
.widget_wpe_wps_contact_details p .label, .widget_wpe_wps_contact_details p .name {
  font-weight: 600;
}
.widget_wpe_wps_contact_details p .value {
  display: block;
}

.bb-template-v2 .widget.widget_wpe_wps_map {
  overflow: hidden;
  padding: 0;
  height: 200px;
}

.widget.widget_wpe_wps_map {
  overflow: hidden;
  padding: 0;
}
.widget.widget_wpe_wps_map iframe {
  border-radius: 0;
}

.bb-template-v2 .widget.widget_wpe_wps_map_extended {
  overflow: hidden;
  padding: 0;
}

.widget.widget_wpe_wps_recent_spaces #spaces-list li {
  padding: 7.5px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
  border: none;
  margin: 0;
  width: 46%;
}
.widget.widget_wpe_wps_recent_spaces #spaces-list li .item-avatar {
  flex: 0 0 45px;
}

.widget.widget_wpe_wps_map_extended {
  overflow: hidden;
  padding: 0;
}
.widget.widget_wpe_wps_map_extended iframe {
  border-radius: 0;
}
.widget.widget_wpe_wps_map_extended ul li {
  padding: 10px 25px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dedede;
}
.widget.widget_wpe_wps_map_extended ul li:last-of-type {
  border-bottom: none;
}
.widget.widget_wpe_wps_map_extended ul li i {
  border: medium none;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  height: auto;
  text-align: left;
  vertical-align: top;
  min-width: 30px;
}
.widget.widget_wpe_wps_map_extended ul li a {
  display: flex;
}
.widget.widget_wpe_wps_map_extended ul li .field-content {
  display: flex;
  flex-direction: column;
}
.widget.widget_wpe_wps_map_extended ul li .field-content .value {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  line-height: 18px;
}
.widget.widget_wpe_wps_map_extended ul li.wpe-wps-social-icons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(41px, 0fr));
  grid-gap: 10px;
}
.widget.widget_wpe_wps_map_extended ul li.wpe-wps-social-icons-container .wpe-wps-social-icon {
  margin: 0;
}
.widget.widget_wpe_wps_map_extended ul li.wpe-wps-social-icons-container .wpe-wps-social-icon a {
  display: flex;
  justify-content: center;
}
.widget.widget_wpe_wps_map_extended ul li.wpe-wps-social-icons-container .wpe-wps-social-icon a i {
  width: auto;
  font-size: 22px;
  display: flex;
  justify-content: center;
}
.widget.widget_wpe_wps_map_extended ul li.wpe-wps-social-icons-container .wpe-wps-social-icon a:hover {
  color: #fff;
}
.widget.widget_wpe_wps_map_extended ul li.wpe-wps-social-icons-container .wpe-wps-social-icon a:hover i {
  color: #fff;
}
.widget.widget_wpe_wps_map_extended p {
  margin-bottom: 10px;
}
.widget.widget_wpe_wps_map_extended p:last-of-type {
  margin-bottom: 0;
}
.widget.widget_wpe_wps_map_extended p .label, .widget.widget_wpe_wps_map_extended p .name {
  font-weight: 600;
}
.widget.widget_wpe_wps_map_extended p .value {
  display: block;
}

.widget.widget_wpe_wps_description p:last-child {
  word-break: break-word;
  margin-bottom: 0;
}

.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list h2 {
  font-size: 13px;
  margin-bottom: 10px;
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list .wpe-wps-member-list-section {
  display: flex;
  flex-direction: column;
  margin: 10px 0 20px;
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list .wpe-wps-member-list-section:last-child {
  margin-bottom: 0;
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list .wpe-wps-member-list-section .wpe-wps-member {
  margin-bottom: 5px;
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list .wpe-wps-member-list-section .wpe-wps-member a {
  font-size: 12px;
  color: #4D5C6D;
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list .wpe-wps-member-list-section .wpe-wps-member a:hover {
  color: #000;
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list .wpe-wps-member-list-section .wpe-wps-member a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list.wpe-wps-members-list-compact .wpe-wps-member-list-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list.wpe-wps-members-list-compact .wpe-wps-member-list-section .wpe-wps-member {
  margin: 0 auto 10px;
}
.widget.widget_wpe_wps_team .space-team #wpe-wps-members-list.wpe-wps-members-list-compact .wpe-wps-member-list-section .wpe-wps-member img {
  margin-right: 0;
}

.mfp-wrap .mfp-container .mfp-content .mfp-close {
  border-radius: 0;
  right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close:hover {
  box-shadow: none;
}

.wpe-wps-stars {
  position: relative;
  display: inline-block;
  font-size: 15px;
  height: 1em;
  line-height: 1em;
  font-family: "Font Awesome 5 Free";
}
.wpe-wps-stars:before {
  content: "\f005\f005\f005\f005\f005";
}
.wpe-wps-stars:after {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 700;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: var(--w, 50%);
  color: #007CFF;
}

/* Ratings widget */
.rate {
  display: inline-block;
  border: 0;
  /* Click + hover color */
  /* color previous stars on hover */
  /* Hover highlights */
}
.rate input:checked ~ label,
.rate label:hover, .rate label:hover ~ label {
  color: #007CFF;
}
.rate input:checked + label:hover, .rate input:checked ~ label:hover,
.rate input:checked ~ label:hover ~ label,
.rate label:hover ~ input:checked ~ label {
  color: #00458f;
}

/* Hide radio */
.rate > input {
  display: none !important;
}

/* Order correctly by floating highest to the right */
.rate > label {
  float: right;
  position: relative;
}

/* The star of the show */
.rate > label:before {
  display: inline-block;
  font-size: 23px;
  padding: 0.3rem 0.2rem;
  margin-right: 0;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  /* full star */
}
@media (min-width: 1024px) {
  .rate > label:before {
    font-size: 20px;
  }
}

.rate.small > label:before {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .rate.small > label:before {
    font-size: 18px;
  }
}

/* Half star trick */
.rate .half:before {
  content: "\f005";
  /* half star no outline */
  position: absolute;
  padding-right: 0;
  width: 17px;
  overflow: hidden;
  margin-right: 0.4rem;
}

/* Half star trick */
.rate.small .half:before {
  width: 15px;
}

.wpe-wps-megaform .wpe-wps-uploader-form {
  display: none;
}
.wpe-wps-megaform .wpe-wps-megaform-textarea {
  height: auto;
  min-height: 8em;
  max-height: 15em;
  padding: 6px 24px 6px 12px;
  line-height: 1.42857143;
  font-size: inherit;
  color: #555555;
  background-color: transparent;
  border-bottom: none;
  border-left: none;
  border-right: none;
  cursor: text;
  margin-right: 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpe-wps-megaform .wpe-wps-megaform-textarea:focus {
  border-color: #66AFE9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wpe-wps-megaform #wpe-wps-megaform-includes {
  display: flex;
  align-items: center;
  margin: 15px 20px 0px;
  color: rgba(18, 43, 70, 0.4);
}
.wpe-wps-megaform #wpe-wps-megaform-includes a {
  margin-right: 10px;
  display: block;
}
.wpe-wps-megaform #wpe-wps-megaform-includes a:hover i {
  color: #122b46;
}
.wpe-wps-megaform #wpe-wps-megaform-includes a i {
  color: rgba(18, 43, 70, 0.5);
  transition: all linear 0.2s;
  font-size: 24px;
  width: auto;
  height: auto;
}
.wpe-wps-megaform #wpe-wps-megaform-message-buttons {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ebe9e6;
  padding: 10px;
}
.wpe-wps-megaform #wpe-wps-megaform-message-buttons button {
  height: 34px;
  line-height: 1 !important;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector {
  display: none;
  margin: 0;
  padding: 0px 15px;
  user-select: none;
  bottom: 0;
  width: 100%;
  z-index: 15;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-head {
  display: flex;
  margin: 0;
  align-items: center;
  align-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-head .wpe-wps-gifs-tabs {
  width: 100%;
  display: block;
  height: 34px;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  position: relative;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-head .wpe-wps-gifs-tabs span {
  height: 34px;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-head .wpe-wps-gifs-tabs span input {
  border-radius: 100px;
  height: 34px;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-head .wpe-wps-gifs-tabs span[data-package-id=search] {
  max-width: calc(100% - 50px);
  background: 0 0 !important;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-head .wpe-wps-gifs-tabs img {
  vertical-align: middle;
  height: 16px;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-head .wpe-wps-gifs-close {
  height: 34px;
  display: block;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-selector-gif-container {
  display: block;
  height: 160px;
  overflow: auto;
  position: relative;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-selector-gif-container .wpe-wps-gifs-selector-empty {
  padding-top: 10px;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-selector-gif-list {
  padding: 0 10px;
  min-height: 160px;
  margin: 0;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-selector-gif-list:not(.empty) {
  padding: 0;
  column-width: 150px;
  column-count: auto;
  column-gap: 0;
  margin-top: 10px;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-selector-gif-list .wpe-wps-gifs-selector-gif {
  margin: 0 5px 10px;
  cursor: pointer;
  border-radius: 3px;
}
.wpe-wps-megaform .wpe-wps-megaform-gifs-selector .wpe-wps-gifs-selector-gif-list .wpe-wps-gifs-selector-gif img {
  max-width: 100%;
  height: auto;
}
.wpe-wps-megaform .wpe-wps-megaform-gif-result {
  text-align: center;
  margin: 10px 0;
  position: relative;
}
.wpe-wps-megaform .wpe-wps-megaform-gif-result video {
  max-height: 150px;
}
.wpe-wps-megaform .wpe-wps-megaform-gif-result .wpe-wps-megaform-gif-remove-container {
  margin: 0 auto;
  z-index: 50;
}
.wpe-wps-megaform .wpe-wps-megaform-gif-result .wpe-wps-megaform-gif-remove-container .wpe-wps-megaform-gif-remove {
  text-align: center;
  color: #9ea8b3;
  cursor: pointer;
  font-size: 12px;
}
.wpe-wps-megaform .wpe-wps-megaform-gif-result .wpe-wps-megaform-gif-remove-container .wpe-wps-megaform-gif-remove:before {
  content: "";
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
.wpe-wps-megaform #wpe-wps-megaform-result {
  display: none;
  padding: 10px;
  border-left: 10px solid;
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 5px;
}
.wpe-wps-megaform #wpe-wps-megaform-result.error {
  border-color: darkred;
  background-color: #f7f7f7;
  color: #000;
}
.wpe-wps-megaform #wpe-wps-megaform-result.success {
  border-color: darkgreen;
  background-color: #f7f7f7;
  color: #000;
}

.wpe-wps-settings-section #wpe-wps-settings-media {
  margin-bottom: 0px;
}
.wpe-wps-settings-section #wpe-wps-settings-about {
  margin-bottom: 15px;
}
.wpe-wps-settings-section .wpe-wps-uploader-form {
  margin: 20px 0px;
}

.wpe-wps-create-space .wpe-wps-uploader-form {
  margin: 10px 0px 20px;
}

.wpe-wps-uploader-form {
  margin: 20px;
}
.wpe-wps-uploader-form .wp-spaces-uploader-form-label {
  font-weight: bold;
}
.wpe-wps-uploader-form .wp-spaces-uploader-form-label span {
  font-weight: normal;
}
.wpe-wps-uploader-form .wp-spaces-uploader-form-label span:before {
  content: "·";
  margin: 0 5px;
}
.wpe-wps-uploader-form .plupload-upload-ui {
  position: relative;
}
.wpe-wps-uploader-form .plupload-upload-ui.drag-drop .wp-spaces-drag-drop-area {
  border: 1px solid #e7e9ec;
  border-radius: 6px;
  min-height: 185px;
  max-height: 185px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  background: #f8f8f8;
  cursor: pointer;
}
.wpe-wps-uploader-form .plupload-upload-ui.drag-drop .wp-spaces-drag-drop-area .drag-drop-inside .drag-drop-info .drag-drop-info-title {
  display: block;
  color: #122b46 !important;
  font-weight: 700;
  font-size: 1.1em;
  margin: 5px 0;
  text-align: center;
}
.wpe-wps-uploader-form .plupload-upload-ui.drag-drop .wp-spaces-drag-drop-area .drag-drop-inside .drag-drop-info .drag-drop-info-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #a3a5a9 !important;
}
.wpe-wps-uploader-form .plupload-upload-ui.drag-drop .wp-spaces-drag-drop-area .drag-drop-inside .drag-drop-info:before {
  color: #A3A5A9;
  font-family: bb-icons;
  font-size: 24px;
  font-weight: 300;
  height: 54px;
  width: 54px;
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  line-height: 54px;
  margin: 10px auto;
}
.wpe-wps-uploader-form .plupload-upload-uidrag-over .wp-spaces-drag-drop-area {
  border-color: rgba(0, 128, 0, 0.5);
}
.wpe-wps-uploader-form .plupload-upload-ui .filelist .file {
  padding: 5px;
  margin-bottom: 4px;
  font-size: 12px;
}
.wpe-wps-uploader-form .plupload-upload-ui .filelist .fileprogress {
  width: 0;
  height: 5px;
}
.wpe-wps-uploader-form .plupload-upload-ui .plupload-thumbs .thumb {
  width: 200px;
  margin: 20px auto;
}
.wpe-wps-uploader-form .plupload-upload-ui .plupload-thumbs .thumb .thumb-img-container {
  position: relative;
  width: 150px;
  z-index: 40;
}
.wpe-wps-uploader-form .plupload-upload-ui .plupload-thumbs .thumb .remove-link-container {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 50;
}
.wpe-wps-uploader-form .plupload-upload-ui .plupload-thumbs .thumb .remove-link-container .remove-link {
  width: 16px;
  height: 16px;
  color: #9ea8b3;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpe-wps-uploader-form .plupload-upload-ui .plupload-thumbs .thumb .remove-link-container .remove-link:before {
  content: "☓";
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
}
.wpe-wps-uploader-form .plupload-upload-ui .plupload-thumbs .thumb img {
  width: 150px;
}
.wpe-wps-uploader-form .plupload-upload-ui .ui-sortable .thumb img {
  cursor: pointer;
}
.wpe-wps-uploader-form .plupload-upload-ui #wpe-wps-clear-images {
  border: 2px dashed lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  background: #ffd6d6;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  padding: 5px;
}
.wpe-wps-uploader-form .max-upload-size {
  display: block;
  margin: 10px 0;
}
.wpe-wps-uploader-form.wpe-wps-image-uploader .drag-drop-info:before {
  content: "\eeb4";
}
.wpe-wps-uploader-form.wpe-wps-video-uploader .drag-drop-info:before {
  content: "\ef65";
}

.wpe-wps-loading {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
}

.wpe-wps-loading > div {
  width: 10px;
  height: 10px;
  background-color: #8b8b8b;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.wpe-wps-loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.wpe-wps-loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.wpe_wpspace {
  /**
    Space input fields
   */
}
.wpe_wpspace h1:before, .wpe_wpspace h2:before, .wpe_wpspace h3:before, .wpe_wpspace h4:before, .wpe_wpspace h5:before, .wpe_wpspace h6:before {
  content: none !important;
}
.wpe_wpspace .emoji {
  height: 1em;
}
.wpe_wpspace .wpe-wps-activity-image {
  height: 400px;
  background: #d4d0c8;
  line-height: 400px;
  display: flex;
  justify-content: center;
}
.wpe_wpspace .wpe-wps-activity-image img {
  max-height: 400px;
  vertical-align: middle;
}
.wpe_wpspace .wpe-wps-result-box {
  display: none;
  padding: 6px 10px;
  border-left: 4px solid;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 5px;
  color: #000;
}
.wpe_wpspace .wpe-wps-result-box.error {
  border-color: darkred;
  background-color: #f7f7f7;
}
.wpe_wpspace .wpe-wps-result-box.success {
  border-color: darkgreen;
  background-color: #f7f7f7;
}
.wpe_wpspace .wpe-wps-result-box.info {
  background-color: #f7f7f7;
}
.wpe_wpspace .button.primary.create-space-button,
.wpe_wpspace #wpe-wps-content .button.primary,
.wpe_wpspace .button.primary {
  font-size: 15px;
  color: #fff !important;
  border-radius: 100px !important;
  padding: 10px 20px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  border: 1px solid transparent;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.wpe_wpspace .button.primary.create-space-button i,
.wpe_wpspace #wpe-wps-content .button.primary i,
.wpe_wpspace .button.primary i {
  margin-right: 5px;
}
.wpe_wpspace #wpe-wps-content .button.secondary,
.wpe_wpspace .button.secondary {
  font-size: 15px;
  color: #fff;
  background-color: transparent;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  border: 1px solid transparent;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.wpe_wpspace #wpe-wps-content .button.secondary i,
.wpe_wpspace .button.secondary i {
  margin-right: 5px;
}
.wpe_wpspace #wpe-wps-content .button.secondary:hover,
.wpe_wpspace .button.secondary:hover {
  background-color: transparent;
  box-shadow: none;
}
.wpe_wpspace .wpe-wps-thumbnail-container {
  margin: 20px 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, 100px);
}
.wpe_wpspace .wpe-wps-thumbnail-container.empty {
  display: block;
}
.wpe_wpspace .wpe-wps-thumbnail-container .wpe-wps-thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-position: center;
  background-size: 120%;
  box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px #e7e9ec;
  border: 4px solid white;
}
.wpe_wpspace .wpe-wps-thumbnail-container .wpe-wps-thumbnail .wpe-wps-thumbnail-actions {
  height: 30px;
  width: 100%;
  margin: 2px auto 0;
  display: flex;
  justify-content: flex-end;
}
.wpe_wpspace .wpe-wps-thumbnail-container .wpe-wps-thumbnail .wpe-wps-thumbnail-actions span {
  display: flex;
  padding: 4px;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin: 0px 2px;
  box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px #e7e9ec;
  cursor: pointer;
}
.wpe_wpspace .wpe-wps-thumbnail-container .wpe-wps-thumbnail .wpe-wps-thumbnail-actions span.wpe-wps-set-image path {
  fill: green;
}
.wpe_wpspace .wpe-wps-thumbnail-container .wpe-wps-thumbnail .wpe-wps-thumbnail-actions span.wpe-wps-delete-image path {
  fill: red;
}
.wpe_wpspace .wpe-wps-thumbnail-result {
  margin-left: 0;
}
.wpe_wpspace .wpe-wps-settings-section fieldset, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab, .wpe_wpspace #wpe-wps-add-service fieldset, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab {
  position: relative;
  margin: 0px 10px 20px;
  border: 0;
  padding: 0;
  flex-wrap: wrap;
  border: 1px solid #dedfe2;
  border-radius: 3px;
  box-shadow: none;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  margin: 10px 0px !important;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider .switch, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider .switch, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider .switch, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
  margin: 0;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider .switch input, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider .switch input, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider .switch input, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider .slider, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider .slider, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider .slider, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider .slider:before, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider .slider:before, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider .slider:before, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider input:focus + .slider, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider input:focus + .slider, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider input:focus + .slider, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider input:checked + .slider:before, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider input:checked + .slider:before, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider input:checked + .slider:before, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider .slider.round, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider .slider.round, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider .slider.round, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider .slider.round {
  border-radius: 34px;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-slider .slider.round:before, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-slider .slider.round:before, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-slider .slider.round:before, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-slider .slider.round:before {
  border-radius: 50%;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=text],
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=url],
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=email],
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=number],
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material textarea, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=text],
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=url],
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=email],
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=number],
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material textarea, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=text],
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=url],
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=email],
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=number],
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material textarea, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=text],
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=url],
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=email],
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=number],
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material textarea {
  background: none;
  color: #a1a1a1;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=text]:focus,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=url]:focus,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=email]:focus,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=number]:focus,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material textarea:focus, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=text]:focus,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=url]:focus,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=email]:focus,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=number]:focus,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material textarea:focus, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=text]:focus,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=url]:focus,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=email]:focus,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=number]:focus,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material textarea:focus, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=text]:focus,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=url]:focus,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=email]:focus,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=number]:focus,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material textarea:focus {
  outline: none;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=text]:focus ~ label, .wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=text]:not(:placeholder-shown) ~ label,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=url]:focus ~ label,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=url]:not(:placeholder-shown) ~ label,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=email]:focus ~ label,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=email]:not(:placeholder-shown) ~ label,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=number]:focus ~ label,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=number]:not(:placeholder-shown) ~ label,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material textarea:focus ~ label,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material textarea:not(:placeholder-shown) ~ label, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=text]:focus ~ label, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=text]:not(:placeholder-shown) ~ label,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=url]:focus ~ label,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=url]:not(:placeholder-shown) ~ label,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=email]:focus ~ label,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=email]:not(:placeholder-shown) ~ label,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=number]:focus ~ label,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=number]:not(:placeholder-shown) ~ label,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material textarea:focus ~ label,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material textarea:not(:placeholder-shown) ~ label, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=text]:focus ~ label, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=text]:not(:placeholder-shown) ~ label,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=url]:focus ~ label,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=url]:not(:placeholder-shown) ~ label,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=email]:focus ~ label,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=email]:not(:placeholder-shown) ~ label,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=number]:focus ~ label,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=number]:not(:placeholder-shown) ~ label,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material textarea:focus ~ label,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material textarea:not(:placeholder-shown) ~ label, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=text]:focus ~ label, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=text]:not(:placeholder-shown) ~ label,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=url]:focus ~ label,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=url]:not(:placeholder-shown) ~ label,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=email]:focus ~ label,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=email]:not(:placeholder-shown) ~ label,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=number]:focus ~ label,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=number]:not(:placeholder-shown) ~ label,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material textarea:focus ~ label,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  line-height: 1.6;
  font-size: 12px;
  color: #2196F3;
  width: auto;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=text]:focus ~ .bar:before,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=url]:focus ~ .bar:before,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=email]:focus ~ .bar:before,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material input[type=number]:focus ~ .bar:before,
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-material textarea:focus ~ .bar:before, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=text]:focus ~ .bar:before,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=url]:focus ~ .bar:before,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=email]:focus ~ .bar:before,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material input[type=number]:focus ~ .bar:before,
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-material textarea:focus ~ .bar:before, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=text]:focus ~ .bar:before,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=url]:focus ~ .bar:before,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=email]:focus ~ .bar:before,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material input[type=number]:focus ~ .bar:before,
.wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-material textarea:focus ~ .bar:before, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=text]:focus ~ .bar:before,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=url]:focus ~ .bar:before,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=email]:focus ~ .bar:before,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material input[type=number]:focus ~ .bar:before,
.wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-material textarea:focus ~ .bar:before {
  width: 100%;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio {
  flex-direction: column;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio .wps-description, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio .wps-description, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio .wps-description, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio .wps-description {
  display: none;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio .wps-radio-label, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio .wps-radio-label, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  color: #454545;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio .wps-radio-label input, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label input, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio .wps-radio-label input, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio .checkmark, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio .checkmark, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio .checkmark, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio .wps-radio-label:hover input ~ .checkmark, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label:hover input ~ .checkmark, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio .wps-radio-label:hover input ~ .checkmark, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label:hover input ~ .checkmark {
  background-color: #ccc;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio .checkmark:after, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio .checkmark:after, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio .checkmark:after, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio .wps-radio-label input:checked ~ .checkmark:after, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label input:checked ~ .checkmark:after, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio .wps-radio-label input:checked ~ .checkmark:after, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label input:checked ~ .checkmark:after {
  display: block;
}
.wpe_wpspace .wpe-wps-settings-section fieldset.wpe-wps-radio .wps-radio-label .checkmark:after, .wpe_wpspace .wpe-wps-settings-section .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label .checkmark:after, .wpe_wpspace #wpe-wps-add-service fieldset.wpe-wps-radio .wps-radio-label .checkmark:after, .wpe_wpspace #wpe-wps-add-service .wpe-wps-setting-tab.wpe-wps-radio .wps-radio-label .checkmark:after {
  top: 6px;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: white;
}
.wpe_wpspace .wpe-wps-settings-section .acf-form label, .wpe_wpspace #wpe-wps-add-service .acf-form label {
  position: relative;
}
.wpe_wpspace .wpe-wps-settings-section .wpe-wps-description, .wpe_wpspace #wpe-wps-add-service .wpe-wps-description {
  font-size: 12px;
  font-weight: 600;
  color: #808080;
  margin-top: 3px;
  width: 100%;
  margin-left: 5px;
  font-style: italic;
  border-top: 1px solid #dedfe2;
  padding-top: 8px;
}
.wpe_wpspace .wpe-wps-settings-section select, .wpe_wpspace #wpe-wps-add-service select {
  width: 100%;
}
.wpe_wpspace .wpe-wps-settings-section select#tabs[video_provider], .wpe_wpspace #wpe-wps-add-service select#tabs[video_provider] {
  border: none !important;
}
.wpe_wpspace .wpe-wps-settings-section label, .wpe_wpspace #wpe-wps-add-service label {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 7px;
  transition: 300ms ease all;
  margin-left: 5px;
  background-color: #fff;
}
.wpe_wpspace .wpe-wps-settings-section label.switch, .wpe_wpspace #wpe-wps-add-service label.switch {
  background-color: transparent;
}
.wpe_wpspace .wpe-wps-settings-section .select2-container, .wpe_wpspace #wpe-wps-add-service .select2-container {
  width: 100% !important;
}
.wpe_wpspace .wpe-wps-settings-section .select2-container.select2-container--default .select2-selection--single, .wpe_wpspace #wpe-wps-add-service .select2-container.select2-container--default .select2-selection--single {
  height: 100%;
  border: none;
}
.wpe_wpspace .wpe-wps-settings-section .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered, .wpe_wpspace #wpe-wps-add-service .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
}
.wpe_wpspace .wpe-wps-settings-section .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered span, .wpe_wpspace #wpe-wps-add-service .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered span {
  line-height: 40px;
}
.wpe_wpspace .wpe-wps-settings-section .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow, .wpe_wpspace #wpe-wps-add-service .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.wpe_wpspace .wpe-wps-settings-section #wpe-wps-settings-tabs-container, .wpe_wpspace #wpe-wps-add-service #wpe-wps-settings-tabs-container {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.wpe_wpspace .wpe-wps-settings-section #wpe-wps-settings-tabs-container .wpe-wps-setting-tab, .wpe_wpspace #wpe-wps-add-service #wpe-wps-settings-tabs-container .wpe-wps-setting-tab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wpe_wpspace .wpe-wps-settings-section #wpe-wps-settings-tabs-container #inbox, .wpe_wpspace #wpe-wps-add-service #wpe-wps-settings-tabs-container #inbox {
  order: 99;
}
.wpe_wpspace .wpe-wps-settings-section #wpe-wps-settings-tabs-container #settings, .wpe_wpspace #wpe-wps-add-service #wpe-wps-settings-tabs-container #settings {
  order: 100;
}
.wpe_wpspace .wpe-wps-settings-section .sortable, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled, .wpe_wpspace #wpe-wps-add-service .sortable, .wpe_wpspace #wpe-wps-add-service .sortable-disabled {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .wpe_wpspace .wpe-wps-settings-section .sortable, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled, .wpe_wpspace #wpe-wps-add-service .sortable, .wpe_wpspace #wpe-wps-add-service .sortable-disabled {
    width: 60%;
  }
}
.wpe_wpspace .wpe-wps-settings-section .sortable.wpe-wps-setting-tab, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled.wpe-wps-setting-tab, .wpe_wpspace #wpe-wps-add-service .sortable.wpe-wps-setting-tab, .wpe_wpspace #wpe-wps-add-service .sortable-disabled.wpe-wps-setting-tab {
  font-size: 1.4em;
  height: 36px;
  font-weight: normal;
  color: #454545;
  touch-action: none;
  align-items: center;
}
.wpe_wpspace .wpe-wps-settings-section .sortable.wpe-wps-setting-tab.sortable-checkbox, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox, .wpe_wpspace #wpe-wps-add-service .sortable.wpe-wps-setting-tab.sortable-checkbox, .wpe_wpspace #wpe-wps-add-service .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox {
  flex-direction: column;
  justify-content: center;
  align-content: space-between;
  padding: 0 10px;
  margin: 10px 0 !important;
}
.wpe_wpspace .wpe-wps-settings-section .sortable.wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label, .wpe_wpspace #wpe-wps-add-service .sortable.wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label, .wpe_wpspace #wpe-wps-add-service .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label {
  font-size: 16px;
  font-weight: normal;
}
.wpe_wpspace .wpe-wps-settings-section .sortable.wpe-wps-setting-tab.sortable-checkbox .switch, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox .switch, .wpe_wpspace #wpe-wps-add-service .sortable.wpe-wps-setting-tab.sortable-checkbox .switch, .wpe_wpspace #wpe-wps-add-service .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox .switch {
  margin-left: 0;
}
.wpe_wpspace .wpe-wps-settings-section .sortable.wpe-wps-setting-tab.sortable-checkbox.ui-state-disabled, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox.ui-state-disabled, .wpe_wpspace #wpe-wps-add-service .sortable.wpe-wps-setting-tab.sortable-checkbox.ui-state-disabled, .wpe_wpspace #wpe-wps-add-service .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox.ui-state-disabled {
  cursor: not-allowed;
}
.wpe_wpspace .wpe-wps-settings-section .sortable.wpe-wps-setting-tab.sortable-checkbox.ui-state-disabled .sortable-checkbox-label:before, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox.ui-state-disabled .sortable-checkbox-label:before, .wpe_wpspace #wpe-wps-add-service .sortable.wpe-wps-setting-tab.sortable-checkbox.ui-state-disabled .sortable-checkbox-label:before, .wpe_wpspace #wpe-wps-add-service .sortable-disabled.wpe-wps-setting-tab.sortable-checkbox.ui-state-disabled .sortable-checkbox-label:before {
  content: "";
  margin-right: 0;
}
.wpe_wpspace .wpe-wps-settings-section .sortable.wpe-wps-setting-tab label, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled.wpe-wps-setting-tab label, .wpe_wpspace #wpe-wps-add-service .sortable.wpe-wps-setting-tab label, .wpe_wpspace #wpe-wps-add-service .sortable-disabled.wpe-wps-setting-tab label {
  position: relative;
  color: #000;
}
@media (min-width: 1024px) {
  .wpe_wpspace .wpe-wps-settings-section .sortable .wpe-wps-setting-tab, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled .wpe-wps-setting-tab, .wpe_wpspace #wpe-wps-add-service .sortable .wpe-wps-setting-tab, .wpe_wpspace #wpe-wps-add-service .sortable-disabled .wpe-wps-setting-tab {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    height: 45px;
  }
  .wpe_wpspace .wpe-wps-settings-section .sortable .wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label:before, .wpe_wpspace .wpe-wps-settings-section .sortable-disabled .wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label:before, .wpe_wpspace #wpe-wps-add-service .sortable .wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label:before, .wpe_wpspace #wpe-wps-add-service .sortable-disabled .wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label:before {
    content: "⋮" "" "⋮";
    margin-right: 10px;
  }
}
.wpe_wpspace .wpe-wps-settings-section .sortable-disabled, .wpe_wpspace #wpe-wps-add-service .sortable-disabled {
  cursor: auto;
}
@media (min-width: 1024px) {
  .wpe_wpspace .wpe-wps-settings-section .sortable-disabled .wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label:before, .wpe_wpspace #wpe-wps-add-service .sortable-disabled .wpe-wps-setting-tab.sortable-checkbox .sortable-checkbox-label:before {
    content: "";
    margin-right: 0;
  }
}
.wpe_wpspace .select2-container .select2-dropdown {
  max-width: 555px !important;
}
.wpe_wpspace .wpe-wps-settings-section label {
  top: 0;
  left: 0;
  pointer-events: all;
}
.wpe_wpspace .wpe-wps-settings-section input[type=checkbox] {
  top: 0;
}
.wpe_wpspace .wpe-wps-settings-section #sortable li span {
  vertical-align: middle;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.wpe_wpspace .wpe-wps-settings-section #sortable li span:before {
  content: "⋮";
  margin-right: 20px;
}
.wpe_wpspace .wpe-wps-settings-section input[type=password] {
  letter-spacing: 0.3em;
}
.wpe_wpspace .wpe-wps-settings-section .emojionearea {
  border: 1px dashed #ddd;
  border-radius: 10px;
}
.wpe_wpspace .wpe-wps-settings-section .upload-error {
  display: none;
  padding: 10px;
  border-left: 3px solid;
  font-size: 14px;
  border-color: darkred;
  background-color: #f7f7f7;
  margin: 5px 0;
}

#wpe-wps-review-popup .modal-wrapper {
  max-width: none;
}
@media (min-width: 768px) {
  #wpe-wps-review-popup .modal-wrapper {
    width: 70%;
  }
}
#wpe-wps-review-popup .modal-container {
  max-height: 95vh;
  overflow-y: auto;
}
#wpe-wps-review-popup .bb-model-header {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  padding: 16px 30px;
}
#wpe-wps-review-popup .bb-model-header h3 {
  flex: 1;
  margin: 0;
  text-align: center;
}
#wpe-wps-review-popup .bb-model-header .mfp-close {
  margin-left: auto;
  position: relative;
  padding: 0;
  height: auto;
  line-height: inherit;
}
#wpe-wps-review-popup #wpe-wps-add-review {
  margin-bottom: 0;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields {
  display: flex;
  flex-direction: column;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields fieldset:not(.rate) {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields fieldset:not(.rate) label:hover {
  color: initial;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields fieldset:not(.rate) textarea {
  resize: both;
}
@media (min-width: 700px) {
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields fieldset:not(.rate) textarea {
    margin-bottom: 0;
  }
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .rate {
  margin: 0;
  padding: 0;
  width: 162px;
  margin-left: -0.3rem;
}
@media (min-width: 1024px) {
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .rate {
    width: 145px;
  }
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .rate.small {
  width: 145px;
}
@media (min-width: 1024px) {
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .rate.small {
    width: 134px;
  }
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields {
  width: 100%;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields .wpe-wps-add-sub-rating-field h3 {
  font-size: 16px;
}
@media (min-width: 420px) {
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-gap: 0 30px;
  }
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form {
  margin: 0;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .wp-spaces-uploader-form-label {
  color: #122B46;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs {
  display: flex;
  margin: 10px 0;
  flex-wrap: wrap;
  grid-gap: 10px;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs .thumb {
  width: auto;
  margin: 0;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs .thumb .thumb-img-container {
  width: 100px;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns {
  gap: 30px;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-arfd {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-arfd .wpe-wps-avatar-template-container .wpe-wps-avatar-template {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-arfd .wpe-wps-arfd-title-container {
  margin-top: 20px;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-arfd .wpe-wps-arfd-title-container .wpe-wps-arfd-title {
  font-size: 17px;
  font-weight: 500;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-arfd .wpe-wps-arfd-title-container .wpe-wps-arfd-meta h4 {
  font-size: 12px;
  margin: 0;
}
@media (min-width: 560px) {
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-arfd {
    flex-direction: row;
  }
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-arfd .wpe-wps-avatar-template-container .wpe-wps-avatar-template {
    position: absolute;
    bottom: 0;
  }
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-arfd .wpe-wps-arfd-title-container {
    margin-left: 120px;
    margin-top: 0;
  }
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left #wpe-wps-review-details-field {
  margin-bottom: 0;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left .wpe-wps-add-review-form-no-ratings .wpe-wps-description {
  margin-bottom: 20px;
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left .wpe-wps-add-review-form-no-ratings .space-location {
  display: none;
}
@media (min-width: 800px) {
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left .wpe-wps-add-review-form-no-ratings .space-location {
    display: block;
  }
}
#wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-right .wp-spaces-uploader-form-label {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
}
@media (min-width: 800px) {
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns {
    display: flex;
    justify-content: space-between;
  }
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-left {
    width: 35%;
  }
  #wpe-wps-review-popup #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-add-review-fields-columns .wpe-wps-add-review-fields-right {
    width: 65%;
  }
}
#wpe-wps-review-popup #wpe-wps-add-review-result {
  margin-left: 0;
  margin-bottom: 20px;
}
#wpe-wps-review-popup .bb-model-footer {
  text-align: right;
  background-color: #fff;
}
#wpe-wps-review-popup .bb-model-footer .button {
  width: auto;
}
#wpe-wps-review-popup .bb-model-footer .button.wpe-wps-cancel-add-review {
  position: relative;
}

/**
New style form fields Summer 2022
 */
#space-archive-container.buddypress-wrap .wpe-wps-form input:focus, #container-async.buddypress-wrap .wpe-wps-form input:focus {
  box-shadow: none;
}

.wpe-wps-form {
  /**
  We need these Select2 styles here as they are auto-injected outside of the specific dropdown elements
   */
}
.wpe-wps-form .select2-container {
  width: 100% !important;
}
.wpe-wps-form .select2-container .select2-search__field {
  padding-left: 6px;
}
.wpe-wps-form .select2-container .select2-search__field::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.wpe-wps-form .select2-container .select2-dropdown {
  top: 32px;
}
.wpe-wps-form .select2-container .select2-dropdown .select2-search__field {
  padding-left: 10px !important;
}
.wpe-wps-form .form-group {
  position: relative;
  padding-top: 11px;
  margin-bottom: 20px;
}
.wpe-wps-form .form-group input, .wpe-wps-form .form-group textarea {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  resize: none;
  line-height: 18px;
  background-color: transparent;
  padding: 14px 0;
  color: #242429;
  outline: none;
  font-size: 14px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
}
.wpe-wps-form .form-group input:focus, .wpe-wps-form .form-group textarea:focus {
  border-color: #007cff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: none;
}
.wpe-wps-form .form-group input:focus ~ label, .wpe-wps-form .form-group input:required:valid ~ label, .wpe-wps-form .form-group textarea:focus ~ label, .wpe-wps-form .form-group textarea:required:valid ~ label {
  top: 0;
  -webkit-transform: none;
  transform: none;
  font-size: 14px;
}
.wpe-wps-form .form-group input[type=text] {
  font-size: 14px;
  font-weight: 600;
}
.wpe-wps-form .form-group input[type=text]:focus {
  box-shadow: none;
  padding-left: 0;
}
.wpe-wps-form .form-group label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -4px;
  text-align: left;
}
.wpe-wps-form .form-group.wpe-wps-text-group label, .wpe-wps-form .form-group.wpe-wps-textarea-group label {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  pointer-events: none;
  left: 0;
}
.wpe-wps-form .form-group.geo-proximity-field-group #wpe-wps-geo-proximity-field {
  margin-top: 14px;
}
.wpe-wps-form .form-group.wpe-wps-range-group .range-display {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  color: #1d1d23;
  text-align: left;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.wpe-wps-form .form-group i {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.wpe-wps-form .form-group .md-checkbox {
  position: relative;
  margin: 5px;
  text-align: left;
}
.wpe-wps-form .form-group .md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.wpe-wps-form .form-group .md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
.wpe-wps-form .form-group .md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
.wpe-wps-form .form-group .md-checkbox label:before, .wpe-wps-form .form-group .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.wpe-wps-form .form-group .md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.wpe-wps-form .form-group .md-checkbox input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.wpe-wps-form .form-group .md-checkbox input[type=checkbox]:checked + label:before {
  background: #1e42dd;
  border: none;
}
.wpe-wps-form .form-group .md-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.wpe-wps-form .form-group .md-checkbox input[type=checkbox]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.wpe-wps-form .form-group .md-checkbox input[type=checkbox]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.wpe-wps-form .form-group .wpe-wps-radio {
  margin: 8px 0;
}
.wpe-wps-form .form-group .wpe-wps-radio.md-radio-inline {
  display: inline-block;
}
.wpe-wps-form .form-group .wpe-wps-radio input[type=radio] {
  display: none;
}
.wpe-wps-form .form-group .wpe-wps-radio input[type=radio]:checked + label {
  font-weight: 600;
}
.wpe-wps-form .form-group .wpe-wps-radio input[type=radio]:checked + label:before {
  border-color: rgb(51, 122, 183);
  animation: ripple 0.2s linear forwards;
}
.wpe-wps-form .form-group .wpe-wps-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.wpe-wps-form .form-group .wpe-wps-radio label {
  display: inline-block;
  min-height: 20px;
  position: relative;
  line-height: 1.5;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.wpe-wps-form .form-group .wpe-wps-radio label:before, .wpe-wps-form .form-group .wpe-wps-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.wpe-wps-form .form-group .wpe-wps-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.wpe-wps-form .form-group .wpe-wps-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: rgb(51, 122, 183);
}
.wpe-wps-form .form-group select {
  width: 100%;
}
.wpe-wps-form .form-group .select2-selection--multiple .select2-search__field::placeholder {
  color: darkslategrey;
}
.wpe-wps-form .form-group .select2-container--default .select2-selection--single {
  background: transparent;
  position: relative;
  outline: none;
  border: none;
  height: auto;
  margin-bottom: 0;
}
.wpe-wps-form .form-group .select2-container--default .select2-selection--single {
  background: transparent;
  position: relative;
  outline: none;
  border: none;
  height: auto;
  margin-bottom: 0;
}
.wpe-wps-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 14px 0;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  background-color: transparent;
  border-left: none;
  border-right: none;
  font-weight: 400;
  border-top: none;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: padding 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out, background 0.2s ease-in-out;
  min-height: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.wpe-wps-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  color: red;
  font-size: 1.5em;
  margin-right: 10px;
  margin-bottom: 3px;
}
.wpe-wps-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 0;
  bottom: 17px;
  font-family: Material Icons;
  top: auto;
}

#item-header-cover-image #item-header-content .group-item-actions .moderators-lists .user-list, #item-header-cover-image #item-header-content .group-item-actions .moderators-lists .user-list ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}

/**
Single Space Styles
- includes settings pages
- includes preview section of create pages

*/
.single-wpe_wpspace, .wpe-wps-create-space {
  /**
  settings social group
  */
}
.single-wpe_wpspace .verified-listing, .wpe-wps-create-space .verified-listing {
  max-height: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
  margin-left: 10px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .verified-listing, .wpe-wps-create-space .verified-listing {
    max-height: 22px;
  }
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .verified-listing, .wpe-wps-create-space .verified-listing {
    margin-top: 0;
  }
}
.single-wpe_wpspace .acf-media-modal .media-router .media-menu-item, .wpe-wps-create-space .acf-media-modal .media-router .media-menu-item {
  color: #000;
  border-radius: 0;
}
.single-wpe_wpspace .acf-media-modal .media-router .media-menu-item:hover, .single-wpe_wpspace .acf-media-modal .media-router .media-menu-item:active, .wpe-wps-create-space .acf-media-modal .media-router .media-menu-item:hover, .wpe-wps-create-space .acf-media-modal .media-router .media-menu-item:active {
  color: #2271b1;
}
.single-wpe_wpspace .acf-media-modal .attachment-filters, .wpe-wps-create-space .acf-media-modal .attachment-filters {
  height: auto;
}
.single-wpe_wpspace .acf-media-modal .search, .wpe-wps-create-space .acf-media-modal .search {
  height: auto;
}
.single-wpe_wpspace .acf-media-modal .media-modal-close, .wpe-wps-create-space .acf-media-modal .media-modal-close {
  border-radius: 0;
  background: none;
  border: 0;
}
.single-wpe_wpspace .activity-list.item-list .activity-item .activity-comments img.avatar, .wpe-wps-create-space .activity-list.item-list .activity-item .activity-comments img.avatar {
  width: 40px !important;
  height: 40px !important;
}
.single-wpe_wpspace .activity-list .activity-item div.item-avatar img, .wpe-wps-create-space .activity-list .activity-item div.item-avatar img {
  max-width: 40px !important;
  height: 40px !important;
}
.single-wpe_wpspace form.ac-form .ac-reply-content .ac-textarea, .wpe-wps-create-space form.ac-form .ac-reply-content .ac-textarea {
  margin-bottom: 0px;
}
.single-wpe_wpspace #buddypress .activity-list.bp-list .activity-item, .wpe-wps-create-space #buddypress .activity-list.bp-list .activity-item {
  border-color: #ebe9e6 !important;
}
.single-wpe_wpspace #primary.content-area, .wpe-wps-create-space #primary.content-area {
  padding-top: 0;
}
.single-wpe_wpspace .wpe_wpspace, .wpe-wps-create-space .wpe_wpspace {
  margin: 0 auto;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-admin-banner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-admin-banner {
  text-align: center;
  border: 2px dashed darkred;
  text-transform: uppercase;
  background-color: #ff8c8c;
  color: #fff;
  font-weight: bold;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #ebe9e6;
  background-color: #fff;
  border-radius: 4px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 200px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image:hover .link-change-cover-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image:hover .link-change-cover-image {
  opacity: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image .link-change-cover-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image .link-change-cover-image {
  left: 12px;
  top: 12px;
  margin: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 3;
  opacity: 0;
  transition: all 0.2s;
  text-decoration: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image .link-change-cover-image i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image .link-change-cover-image i {
  font-size: 34px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image #wpe-wps-watch-video, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image #wpe-wps-watch-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image #wpe-wps-watch-video img, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image #wpe-wps-watch-video img {
  width: 70px;
  height: 70px;
  transition: transform 0.4s;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image #wpe-wps-watch-video img:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image #wpe-wps-watch-video img:hover {
  transform: scale(1.25);
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image {
    height: 400px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content {
  position: relative;
  padding: 50px 10px 20px;
  border-bottom: 1px solid #ebe9e6;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar {
  min-width: 75px;
  height: 75px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  max-width: 180px;
  position: absolute;
  top: -25px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-top svg path, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-top svg path {
  fill: white;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar:hover .link-change-profile-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar:hover .link-change-profile-image {
  opacity: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .link-change-profile-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .link-change-profile-image {
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 3;
  opacity: 0;
  transition: all 0.2s;
  text-decoration: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .link-change-profile-image i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .link-change-profile-image i {
  font-size: 34px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-container {
  display: flex;
  align-items: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta h4, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button {
  margin-top: 8px;
  margin-bottom: 8px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button:last-of-type, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button:last-of-type {
  margin-right: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button #wpe-wps-follow-button.follow, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button #wpe-wps-follow-button.follow {
  border-color: darkgrey !important;
  color: darkgrey !important;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button #wpe-wps-follow-button.follow i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button #wpe-wps-follow-button.follow i {
  color: lightgrey;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score {
  width: 50px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #007CFF;
  height: 20px !important;
  line-height: 20px !important;
  margin-top: 0 !important;
  margin-left: 15px;
  padding: 0 5px;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score sup, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score sup {
  font-size: 75%;
  margin-left: 2px;
  top: -0.2em;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content {
    display: flex;
    padding: 50px 20px 20px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper {
    flex-direction: column;
    margin-top: 0;
    right: 20px;
    top: 10px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper .wpe-wps-header-nav-button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper .wpe-wps-header-nav-button {
    margin: 0 5px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1 {
    font-size: 20px;
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content {
    padding: 20px 10px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar {
    width: 100px;
    height: 100px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title {
    margin-left: 115px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1 {
    font-size: 24px;
    line-height: 1.4;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta h4, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta h4 {
    font-size: 16px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper {
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content {
    padding: 30px 20px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title {
    margin-left: 170px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1 {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta h4, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta .wpe-wps-title-follow-count, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta .wpe-wps-title-follow-count {
    font-size: 14px;
    font-weight: 500;
    color: #939597;
    display: block;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper {
    align-items: end;
    top: 35px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons {
    display: flex;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button #wpe-wps-follow-button.follow i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons .wpe-wps-header-nav-button #wpe-wps-follow-button.follow i {
    color: lightgrey;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating {
    display: flex;
    align-items: start;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score {
    width: 50px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    background-color: #007CFF;
    height: 20px !important;
    line-height: 20px !important;
    margin-top: 0 !important;
    margin-left: 15px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    font-weight: 700;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score sup, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score sup {
    font-size: 75%;
    margin-left: 2px;
    top: -0.2em;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-avatar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-avatar {
    top: -85.5px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper {
    align-items: end;
    margin-bottom: 0;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper #wpe-wps-header-nav-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  min-height: 41px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper #wpe-wps-header-rating, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper #wpe-wps-header-rating {
  display: flex;
  align-items: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score {
  width: 50px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #007CFF;
  height: 20px !important;
  line-height: 20px !important;
  margin-top: 0 !important;
  margin-left: 15px;
  padding: 0 5px;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score sup, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-cta-wrapper #wpe-wps-header-rating .wpe-wps-review-rating-score sup {
  font-size: 75%;
  margin-left: 2px;
  top: -0.2em;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-header-info, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-header-info {
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-header-info #wpe-wps-title, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-header-info #wpe-wps-title {
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-header-info #wpe-wps-description, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content.full #wpe-wps-header-info #wpe-wps-description {
  margin-bottom: 0;
  word-break: break-word;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  flex-direction: column;
  padding: 0 20px;
  align-items: flex-start;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs ul, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs ul {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  margin: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs ul::-webkit-scrollbar-thumb, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs ul::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs ul::-webkit-scrollbar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs ul::-webkit-scrollbar {
  height: 0.3em;
  overflow: visible;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs ul, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs ul {
    overflow-x: auto;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  list-style: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li a, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li a {
  background-color: transparent;
  opacity: 1;
  display: block;
  padding: 11px 0;
  text-decoration: none;
  line-height: 2;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li a, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li a {
    border-bottom: 1px solid transparent;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li#wpe-wps-nav-inbox-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li#wpe-wps-nav-inbox-wrapper {
  order: 99;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li#wpe-wps-nav-settings-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li#wpe-wps-nav-settings-wrapper {
  order: 100;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs {
    display: flex;
  }
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav {
    flex-direction: row;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs {
    margin-bottom: 0;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 7px;
  margin: 20px auto 0;
  max-width: 880px;
  background-color: #FAFBFD;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a {
  padding: 10px 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: #fff;
  border: 1px solid #dbdbdb;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a i {
  font-size: 20px;
  position: relative;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding-right: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a span {
  color: #242429;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a i {
    font-size: 16px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons a span {
    display: block;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content {
  padding: 20px 0px;
  max-width: 1200px;
  background-color: #FAFBFD;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
  /**
    Space About Page
   */
  /**
    Space Media Page
   */
  /**
    Space inbox Page
   */
  /**
  Space Activity Feed
   */
  /**
    Space services Page
   */
  /**
    Space Custom Tabs Page
   */
  /**
    Space Events Page
   */
  /**
    Space reviews Page
   */
  /**
    Space members Page
   */
  /**
    Space settings page
  */
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner {
    gap: 20px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-sidebar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-sidebar {
  min-width: 250px;
  width: 300px;
  flex: 1;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-sidebar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-sidebar {
    max-width: 300px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-inbox-create-message, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-inbox-create-message {
  padding: 0px !important;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-empty-page, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-empty-page {
  display: flex;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-empty-page .wpe-wps-content-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-empty-page .wpe-wps-content-box {
  width: 600px;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner {
    grid-template-columns: 4fr 6fr;
  }
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner {
    grid-template-columns: 3fr 7fr;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box {
  margin: 0 0 16px 0;
  background-color: #fff;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box .wpe-wps-avatar-template, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box .wpe-wps-avatar-template {
  width: 40px;
  height: 40px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box .wpe-wps-avatar-template.small, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box .wpe-wps-avatar-template.small {
  width: 32px;
  height: 32px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box .wpe-wps-avatar-template.large, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box .wpe-wps-avatar-template.large {
  width: 60px;
  height: 60px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box .wpe-wps-avatar-template .wpe-wps-avatar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box .wpe-wps-avatar-template .wpe-wps-avatar {
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar .wpe-wps-content-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar .wpe-wps-content-box {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar .wpe-wps-content-box > div, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar .wpe-wps-content-box > div {
  display: inline-block;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar .wpe-wps-content-box h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar .wpe-wps-content-box h2 {
  font-size: 1.125rem;
  letter-spacing: -0.24px;
  line-height: 1;
  margin: 0 0px 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar .wpe-wps-content-box.widget-area, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar .wpe-wps-content-box.widget-area {
  max-width: none;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-sidebar {
    order: 0;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header {
  display: flex;
  padding: 12px 15px;
  background-color: #fbfaf9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper {
  display: flex;
  align-items: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper .wpe-wps-activity-header-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper .wpe-wps-activity-header-content {
  margin-left: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper .wpe-wps-activity-header-content span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper .wpe-wps-activity-header-content span {
  cursor: pointer;
  direction: ltr;
  display: inline;
  height: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  overflow-wrap: break-word;
  text-align: left;
  text-decoration-thickness: auto;
  width: auto;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper .wpe-wps-activity-header-content .wpe-wps-activity-title span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper .wpe-wps-activity-header-content .wpe-wps-activity-title span {
  color: rgb(5, 5, 5);
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper .wpe-wps-activity-header-content .wpe-wps-activity-meta span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-wrapper .wpe-wps-activity-header-content .wpe-wps-activity-meta span {
  color: rgb(101, 103, 107);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-actions span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-actions span {
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-actions span svg, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed .wpe-wps-activity-header .wpe-wps-activity-header-actions span svg {
  fill: grey;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ebe9e6;
  padding: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons #wpe-wps-megaform-activity-cancel, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons #wpe-wps-megaform-activity-cancel {
  background-color: transparent;
  color: #a3a5a9;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons #wpe-wps-megaform-activity-cancel:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons #wpe-wps-megaform-activity-cancel:hover {
  background-color: transparent !important;
  box-shadow: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons #wpe-wps-megaform-activity-submit, .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons #wpe-wps-megaform-activity-cancel, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons #wpe-wps-megaform-activity-submit, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-megaform-activity #wpe-wps-megaform-activity-buttons #wpe-wps-megaform-activity-cancel {
  z-index: 10;
  border-radius: 3px;
  border-color: transparent;
  font-size: 14px;
  width: auto;
  font-weight: 500;
  letter-spacing: 0;
  height: 34px;
  padding: 0 20px;
  min-height: 34px;
  margin: 0;
  border-radius: 100px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-button {
  border-radius: 0px;
  border-top: 1px solid #ebe9e6;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 12px 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-button span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-button span {
  width: 100%;
  text-align: left;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-button #wpe-wps-create-activity-button-close, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-button #wpe-wps-create-activity-button-close {
  display: none;
  background-color: #ebe9e6;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-button #wpe-wps-create-activity-button-close:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-button #wpe-wps-create-activity-button-close:before {
  content: "✕";
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-textarea::placeholder, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-textarea::placeholder {
  color: grey;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form .emojionearea, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form .emojionearea {
  margin: 20px 0;
  border: 1px lightgray dashed;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-submit, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-submit {
  margin-top: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-result, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-result {
  display: none;
  padding: 10px;
  border-left: 10px solid;
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-result.error, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-result.error {
  border-color: darkred;
  background-color: #FFCCCC;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-result.success, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content #wpe-wps-create-activity-form #wpe-wps-create-activity-result.success {
  border-color: darkgreen;
  background-color: #ccffcc;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content.open #wpe-wps-create-activity-button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content.open #wpe-wps-create-activity-button {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content.open #wpe-wps-megaform-activity, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-create #wpe-wps-create-activity-content.open #wpe-wps-megaform-activity {
  display: block;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items {
  margin: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity {
  list-style: none;
  line-height: initial;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-content {
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-content span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-content span {
  color: rgb(5, 5, 5);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  direction: ltr;
  display: inline;
  height: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  overflow-wrap: break-word;
  white-space: pre-line;
  text-align: left;
  text-decoration-thickness: auto;
  width: auto;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-image {
  height: 400px;
  background: #d4d0c8;
  line-height: 400px;
  display: flex;
  justify-content: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-image img, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-image img {
  max-height: 400px;
  vertical-align: middle;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-gif, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-gif {
  background: #000;
  line-height: 400px;
  display: flex;
  justify-content: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-gif video, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-content-feed #wpe-wps-content-feed-items .wpe-wps-activity .wpe-wps-activity-gif video {
  max-height: 400px;
  vertical-align: middle;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-inbox-conversation, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner #wpe-wps-inbox-conversation {
  padding: 12px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box {
  background-color: #fff;
  padding: 12px;
  border: 1px solid #ebe9e6;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box.wpe-wps-settings-sections, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box.wpe-wps-settings-sections {
  padding-bottom: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box#wpe-wps-content-feed-create, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box#wpe-wps-content-feed-create {
  padding: 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #wpe-wps-general form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #wpe-wps-general form {
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #wpe-wps-members-list h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #wpe-wps-members-list h2 {
  margin-bottom: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box.wpe-wps-members-sections > h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box.wpe-wps-members-sections > h2 {
  margin-bottom: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box h2 {
  font-size: 1.125rem;
  letter-spacing: -0.24px;
  line-height: 1;
  margin: 0 0px 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box p, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #create-post-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #create-post-wrapper {
  display: flex;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #create-post-wrapper #create-post-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #create-post-wrapper #create-post-content {
  width: 100%;
  margin-left: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #create-post-wrapper #create-post-content #create-post-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-content-box #create-post-wrapper #create-post-content #create-post-form {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about {
  display: flex;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box {
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box .wpe-wps-about-banner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box .wpe-wps-about-banner {
  margin-bottom: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container {
  display: flex;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section {
  padding: 10px 0 10px;
  flex: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-heading, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-heading {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul {
  list-style: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li {
  display: flex;
  margin: 10px 3px 0;
  font-size: 14px;
  line-height: 1.5;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li i {
  margin-right: 10px;
  font-size: 18px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li a, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li a {
  word-break: break-all;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li p, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li p {
  margin: 0 0 5px;
  word-break: break-word;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li.wpe-wps-field-group, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li.wpe-wps-field-group {
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li.wpe-wps-field-group h3, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li.wpe-wps-field-group h3 {
  font-size: 14px;
  margin: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li.wpe-wps-field-group .field img, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content ul li.wpe-wps-field-group .field img {
  max-width: 300px;
  vertical-align: top;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(41px, 0fr));
  grid-gap: 10px;
  margin-top: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about {
  margin: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about a, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about a {
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about a i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about a i {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #555558;
  border-radius: 50%;
  text-align: center;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about a:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about a:hover {
  color: #fff;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about a:hover i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container .wpe-wps-about-section .wpe-wps-about-section-content .wpe-wps-social-icons-container .wpe-wps-social-icon-about a:hover i {
  color: #fff;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-left, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-left {
  flex: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-left .wpe-wps-about-section:first-child, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-left .wpe-wps-about-section:first-child {
  padding-top: 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-right .wpe-wps-about-section-content-item, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-right .wpe-wps-about-section-content-item {
  display: block;
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container {
    flex-direction: row;
    gap: 30px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-right, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-right {
    flex: 2;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-right .wpe-wps-about-section:first-child, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about .wpe-wps-content-box #wpe-wps-about-section-container #wpe-wps-about-section-container-right .wpe-wps-about-section:first-child {
    padding-top: 0px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media {
  display: block;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media {
    display: grid;
    grid-template-columns: 4fr 6fr;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu h2 {
  margin-bottom: 10px;
  font-size: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu #wpe-wps-media-menu-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu #wpe-wps-media-menu-inner {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu #wpe-wps-media-menu-inner span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu #wpe-wps-media-menu-inner span {
  color: #939597;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu #wpe-wps-media-menu-inner span:last-child, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu #wpe-wps-media-menu-inner span:last-child {
  margin-bottom: 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu #wpe-wps-media-menu-inner span:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-media-menu #wpe-wps-media-menu-inner span:hover {
  color: #000;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox {
    display: grid;
    grid-template-columns: 4fr 6fr;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users {
  padding: 12px 0 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users #wpe-wps-inbox-conversation-users-header, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users #wpe-wps-inbox-conversation-users-header {
  display: flex;
  padding: 0 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users #wpe-wps-inbox-conversation-users-header h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users #wpe-wps-inbox-conversation-users-header h2 {
  line-height: 16px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user {
  display: flex;
  align-items: center;
  padding: 10px;
  border-right: 3px solid transparent;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user.active, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user.active {
  background-color: #f5f6f7;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user img, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user .wpe-wps-inbox-conversation-user-name, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user .wpe-wps-inbox-conversation-user-name {
  font-size: 14px;
  color: rgb(28, 30, 33);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user .wpe-wps-inbox-conversation-user-date, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-inbox-conversation-users .wpe-wps-inbox-conversation-user .wpe-wps-inbox-conversation-user-date {
  font-size: 12px;
  color: rgb(144, 148, 156);
  margin-left: auto;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation {
  max-height: 600px;
  overflow: auto;
  padding: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 15px;
  padding: 6px 12px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message:first-of-type, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message:first-of-type {
  margin-bottom: 0;
  padding-top: 12px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message:last-of-type, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message:last-of-type {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message.sent-by-user, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message.sent-by-user {
  align-items: flex-start;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message.sent-by-user .wpe-wps-inbox-message-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message.sent-by-user .wpe-wps-inbox-message-inner {
  justify-content: flex-start;
  align-items: flex-end;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message.sent-by-user .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content p, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message.sent-by-user .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content p {
  background-color: #efefef;
  color: #131313;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner {
  display: flex;
  justify-content: flex-end;
  max-width: 60%;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-avatar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-avatar {
  margin-right: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-avatar img, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-avatar img {
  min-width: 30px;
  height: 30px;
  max-width: 30px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content {
  line-height: 0px;
  color: #fff;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content p, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content p {
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  background-color: #efefef;
  line-height: 24px;
  color: #131313;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content p img, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content p img {
  vertical-align: bottom;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content video, .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content img, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content video, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-inner .wpe-wps-inbox-message-content img {
  max-height: 250px;
  border-radius: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-meta, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-conversation .wpe-wps-inbox-message .wpe-wps-inbox-message-meta {
  font-size: 12px;
  color: rgb(141, 148, 158);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed {
  flex-wrap: nowrap !important;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed #buddypress, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed #buddypress {
  flex: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed #buddypress .activity-link-preview-container .activity-link-preview-info .activity-link-preview-excerpt p, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed #buddypress .activity-link-preview-container .activity-link-preview-info .activity-link-preview-excerpt p {
  white-space: normal;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed .activity-update-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed .activity-update-form {
  margin-bottom: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed .activity-update-form #whats-new-form .activity-post-name-status, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed .activity-update-form #whats-new-form .activity-post-name-status {
  display: flex;
  align-items: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed .activity-update-form #whats-new-form .activity-post-name-status #whats-new-status, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-activity-feed .activity-update-form #whats-new-form .activity-post-name-status #whats-new-status {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services {
  display: flex;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-uploader-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-uploader-form {
  margin: 0px 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box {
  width: 100%;
  min-height: 64px;
  margin: 0 auto;
  position: relative;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box h2#wpe-wps-services-top, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box h2#wpe-wps-services-top {
  margin: 12px 26px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-services-create, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-services-create {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service {
  margin-bottom: 15px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form {
  padding: 0px;
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form.open, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form.open {
  display: block;
  border-bottom: 1px solid #ebe9e6;
  margin-bottom: 15px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form > h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form > h2 {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form > h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form > h2 {
    margin-top: 0px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0px -10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields fieldset input, .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields fieldset textarea, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields fieldset input, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields fieldset textarea {
  width: 100%;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper #wpe-wps-services-form-buttons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper #wpe-wps-services-form-buttons {
  display: flex;
  justify-content: space-between;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper .wpe-wps-result-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper .wpe-wps-result-box {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields {
    flex-direction: row;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields > div, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields > div {
    width: 50%;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper {
    flex-direction: row;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper .wpe-wps-result-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form .wpe-wps-services-form-action-wrapper .wpe-wps-result-box {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields > div, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-fields > div {
    width: 50%;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-submit, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-box #wpe-wps-add-service-form #wpe-wps-add-service-submit {
  margin-left: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container {
  margin: 20px -10px 0px;
  display: grid;
  flex-wrap: wrap;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service {
  display: flex;
  flex-direction: column-reverse;
  height: 500px;
  margin-bottom: 50px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service:hover .wpe-wps-service-image-container .wpe-wps-top-overlay, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service:hover .wpe-wps-service-image-container .wpe-wps-top-overlay {
  opacity: 0.6;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service {
    flex-direction: row;
    justify-content: space-between;
    height: 270px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service {
    margin: 10px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service.hidden, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service.hidden {
  background-color: rgba(0, 0, 0, 0.01);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service.hidden .wpe-wps-service-details, .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service.hidden .wpe-wps-service-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service.hidden .wpe-wps-service-details, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service.hidden .wpe-wps-service-image {
  opacity: 0.4;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content {
  display: flex;
  padding: 0 30px 0 10px;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content {
    width: 50%;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-details, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-weight: 400;
  line-height: 1.5;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-details .wpe-wps-service-name, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-details .wpe-wps-service-name {
  max-width: 436px;
  font-size: 1.4rem;
  font-weight: 600;
  word-break: break-all;
  color: #5a5a5a;
  margin-bottom: 0.3rem;
  min-height: 30px;
  max-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-details .wpe-wps-service-price, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-details .wpe-wps-service-price {
  font-weight: 600;
  font-size: 18px;
  min-height: 30px;
  padding-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-details .wpe-wps-service-description, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-details .wpe-wps-service-description {
  font-size: 16px;
  margin: 5px 0px 10px 0px;
  overflow: auto;
}
@media (min-width: 1200px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-link-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-link-container {
    margin-top: 15px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-sort-icon, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-sort-icon {
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-sort-icon:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-sort-icon:before {
  content: "⋮" "" "⋮";
  margin-right: 16px;
  font-size: 24px;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-edit-icon:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-edit-icon:before {
  content: "✐";
  margin-right: 16px;
  font-size: 24px;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-delete-icon:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-delete-icon:before {
  content: "✖";
  margin-right: 16px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-restore-icon:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-restore-icon:before {
  content: "✔";
  margin-right: 16px;
  font-size: 24px;
  color: green;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-perm-delete-icon:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-content .wpe-wps-service-icons .wpe-wps-service-perm-delete-icon:before {
  content: "✖";
  margin-right: 16px;
  font-size: 20px;
  color: red;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
  padding: 0 10px;
  position: relative;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-top-overlay, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-top-overlay {
  background-color: #242429;
  border-radius: 10px;
  position: absolute;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container {
    width: 500px;
    height: 100%;
    padding: 0;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-image {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-image .wpe-wps-pricelabel, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-image .wpe-wps-pricelabel {
  position: absolute;
  text-align: center;
  min-width: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 5px;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-image::before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  opacity: 0.6;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container {
    box-shadow: 3px 0 3px rgb(103, 103, 103);
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-link, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-link {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container {
    margin-top: 0;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-link, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-container .wpe-wps-service .wpe-wps-service-image-container .wpe-wps-service-link {
    margin-top: 10px;
    width: 200px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-services-order-action-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-services-order-action-wrapper {
  display: flex;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-services-order-action-wrapper .button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-services-order-action-wrapper .button {
    width: initial;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-services-order-action-wrapper .wpe-wps-result-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-services-order-action-wrapper .wpe-wps-result-box {
  flex-grow: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-custom, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-custom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-custom, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-custom {
    flex-direction: row;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-custom > .wpe-wps-content-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-custom > .wpe-wps-content-box {
  flex: 1;
  max-width: 100%;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events {
  display: flex;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content {
  min-height: 64px;
  margin: 0 auto;
  position: relative;
  flex: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-admin-header nav ul, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-admin-header nav ul {
  display: flex;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-admin-header nav ul li, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-admin-header nav ul li {
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-admin-header nav ul li.selected a:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-admin-header nav ul li.selected a:hover {
  background: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-admin-header .unregistered a, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-admin-header .unregistered a {
  display: inline;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-event-heading .tribe-event-schedule-details, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-event-heading .tribe-event-schedule-details {
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .tribe-events-list-event-title, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .tribe-events-list-event-title {
  line-height: 1.4em;
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .tribe-events-event-meta, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .tribe-events-event-meta {
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .tribe-events-event-meta .tribe-events-gmap, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .tribe-events-event-meta .tribe-events-gmap {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-tribe-events-col-first, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-tribe-events-col-first {
  flex: 0;
  padding: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-tribe-events-col-first .tribe-events-event-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-tribe-events-col-first .tribe-events-event-image {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article {
    flex-direction: row;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-tribe-events-col-first, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-tribe-events-col-first {
    order: 1;
    flex: 0 0 300px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-tribe-events-col-first .tribe-events-event-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-list .wpe-wps-events-non-pro article .bs-tribe-events-col-first .tribe-events-event-image {
    margin: 0 20px 0 0;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-create-screen .tribe-community-events, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-create-screen .tribe-community-events {
  border: none;
  padding: 0 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-create-screen .tribe-community-events #event_tribe_organizer, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-create-screen .tribe-community-events #event_tribe_organizer {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-create-screen .tribe-community-events #tribetickets #tribe_ticket_list_table, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-events #wpe-wps-events-content #wpe-wps-events-create-screen .tribe-community-events #tribetickets #tribe_ticket_list_table {
  margin-top: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews {
  display: flex;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-uploader-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-uploader-form {
  margin: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews #wpe-wps-reviews-pagination, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews #wpe-wps-reviews-pagination {
  margin-top: 15px;
  text-align: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box {
  width: 100%;
  min-height: 64px;
  margin: 0 auto;
  position: relative;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header {
    flex-direction: row;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-count, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-count {
  text-align: left;
  margin: 10px 0 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header .wpe-wps-add-review-button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header .wpe-wps-add-review-button {
  display: flex;
  background-color: var(--bb-primary-button-background-regular);
  border: 1px solid #dedfe2;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  height: 41px;
  color: var(--bb-primary-button-text-regular);
  font-size: 15px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header .wpe-wps-add-review-button i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header .wpe-wps-add-review-button i {
  padding-right: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header .wpe-wps-add-review-button:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header .wpe-wps-add-review-button:hover {
  background-color: var(--bb-primary-button-background-hover);
  color: var(--bb-primary-button-text-hover);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters {
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters #wpe-wps-reviews-filter-submit-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters #wpe-wps-reviews-filter-submit-wrapper {
  display: flex;
  grid-gap: 10px;
  justify-content: space-between;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters #wpe-wps-reviews-filter-submit-wrapper .wpe-wps-reviews-filter-submit, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters #wpe-wps-reviews-filter-submit-wrapper .wpe-wps-reviews-filter-submit {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #fff;
  border: 1px solid #dedfe2;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters {
    flex-direction: row;
    margin-bottom: 0;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters #wpe-wps-reviews-filter-submit-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters #wpe-wps-reviews-filter-submit-wrapper {
    display: flex;
    grid-gap: 10px;
    justify-content: space-between;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters #wpe-wps-reviews-filter-submit-wrapper .wpe-wps-reviews-filter-submit, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box #wpe-wps-reviews-header #wpe-wps-reviews-filters #wpe-wps-reviews-filter-submit-wrapper .wpe-wps-reviews-filter-submit {
    width: auto;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box h2 {
  text-align: left;
  margin: 10px 0 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form {
    padding: 30px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields {
  display: flex;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields h3, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields fieldset:not(.rate), .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields fieldset:not(.rate) {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields fieldset:not(.rate) label:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields fieldset:not(.rate) label:hover {
  color: initial;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .rate, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .rate {
  margin: 0;
  padding: 0;
  width: 175px;
  margin-bottom: 20px;
  margin-left: -0.3rem;
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .rate, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .rate {
    width: 162px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .rate.small, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .rate.small {
  width: 145px;
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .rate.small, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .rate.small {
    width: 134px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields {
  width: 100%;
}
@media (min-width: 420px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 0 30px;
  }
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields #wpe-wps-add-sub-rating-fields {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form {
  margin-left: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs {
  display: flex;
  margin: 10px 0;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs .thumb, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs .thumb {
  width: auto;
  margin: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs .thumb .thumb-img-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review #wpe-wps-add-review-fields .wpe-wps-uploader-form .plupload-thumbs .thumb .thumb-img-container {
  width: 100px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form.open, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form.open {
  display: block;
  border-bottom: 1px solid #ebe9e6;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form > h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form > h2 {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form > h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form > h2 {
    margin-top: 0px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-review-form-action-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-review-form-action-wrapper {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-review-form-action-wrapper #wpe-wps-reviews-form-buttons, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-review-form-action-wrapper #wpe-wps-reviews-form-buttons {
  display: flex;
  justify-content: space-between;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-review-form-action-wrapper #wpe-wps-reviews-form-buttons #wpe-wps-add-review-submit, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-review-form-action-wrapper #wpe-wps-reviews-form-buttons #wpe-wps-add-review-submit {
  margin: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-review-form-action-wrapper #wpe-wps-add-review-result, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-review-form-action-wrapper #wpe-wps-add-review-result {
  flex-grow: 1;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review-fields, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form #wpe-wps-add-review-fields {
    flex-direction: row;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-reviews-form-action-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-reviews-form-action-wrapper {
    flex-direction: row;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-reviews-form-action-wrapper .wpe-wps-result-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-content-box#wpe-wps-add-review-form .wpe-wps-reviews-form-action-wrapper .wpe-wps-result-box {
    flex-grow: 1;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container {
  overflow-wrap: normal;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .pagination, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .pagination {
  display: flex;
  list-style: none;
  flex-basis: 100%;
  margin-top: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review {
  border: 1px solid #ebe9e6;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review:last-of-type, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review {
    flex-direction: row;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review.hidden, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review.hidden {
  background-color: rgba(0, 0, 0, 0.01);
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review.hidden .wpe-wps-review-details, .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review.hidden .wpe-wps-review-image, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review.hidden .wpe-wps-review-details, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review.hidden .wpe-wps-review-image {
  opacity: 0.4;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user .wpe-wps-review-user-name, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user .wpe-wps-review-user-name {
  color: #333 !important;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user .wpe-wps-review-user-review-count, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user .wpe-wps-review-user-review-count {
  font-size: 12px;
  margin-top: 0;
  color: #7f7f7f;
  font-weight: 700;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user .wpe-wps-review-user-review-count i:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user .wpe-wps-review-user-review-count i:before {
  color: #007CFF;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-user {
    max-width: 100px;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta {
    flex-direction: row;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-title, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-title {
  font-weight: bold;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-date, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-date {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 22px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 22px;
  margin-left: 5px;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag:hover {
  color: darkred;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag:before {
  content: "·";
  margin-right: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag i, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag i {
  margin-right: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag.wpe-wps-review-flagged, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag.wpe-wps-review-flagged {
  color: darkred;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag.wpe-wps-review-flagged:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info .wpe-wps-review-flag.wpe-wps-review-flagged:hover {
  color: #7f7f7f;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-info {
    margin-bottom: 0;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-rating, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-rating {
  display: flex;
  align-items: start;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-rating .wpe-wps-review-rating-score, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-rating .wpe-wps-review-rating-score {
  width: 50px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #007CFF;
  height: 20px !important;
  line-height: 20px !important;
  margin-top: 0 !important;
  margin-left: 15px;
  padding: 0 5px;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-rating .wpe-wps-review-rating-score sup, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-meta .wpe-wps-review-rating .wpe-wps-review-rating-score sup {
  font-size: 75%;
  margin-left: 2px;
  top: -0.2em;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-content-details p, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-content-details p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #7f7f7f;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container {
  display: flex;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container .wpe-wps-review-sub-rating, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container .wpe-wps-review-sub-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container .wpe-wps-review-sub-rating span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container .wpe-wps-review-sub-rating span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #7f7f7f;
  margin-right: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container .wpe-wps-review-sub-rating .wpe-wps-stars-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container .wpe-wps-review-sub-rating .wpe-wps-stars-wrapper {
  padding: 0px 3px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-gap: 20px;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container .wpe-wps-review-sub-rating, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-sub-rating-container .wpe-wps-review-sub-rating {
    margin-bottom: 0;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-attachments, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-attachments {
  margin: 10px 0 30px;
  max-width: 480px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-attachments .slick-arrow, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-attachments .slick-arrow {
  background: #fff;
  opacity: 1;
  margin-top: -5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-attachments .slick-arrow:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-attachments .slick-arrow:before {
  color: #000;
  font-size: 16px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-attachments .slick-arrow.slick-next, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-attachments .slick-arrow.slick-next {
  left: auto;
  right: 15px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote {
  margin-top: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-vote-count, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-vote-count {
  display: block;
  margin-bottom: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-vote-choice .wpe-wps-review-vote-label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-vote-choice .wpe-wps-review-vote-label {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-vote-choice .wpe-wps-review-voting-button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-vote-choice .wpe-wps-review-voting-button {
  background-color: #007cff;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding: 0 18px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform 0.15s linear;
  margin: 0 3px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-vote-choice .wpe-wps-review-voting-button:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-vote-choice .wpe-wps-review-voting-button:hover {
  transform: scale(1.075);
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-voting-success, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-voting-success {
  font-size: 14px;
  font-style: italic;
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-voting-success .wpe-wps-review-voting-success-smiley, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-vote .wpe-wps-review-voting-success .wpe-wps-review-voting-success-smiley {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0iI0ZGREQ2NyIgY3g9IjMyIiBjeT0iMzIiIHI9IjMyIi8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4yIDI3LjczMykiIGZpbGw9IiNGRjcxN0YiIG9wYWNpdHk9Ii44Ij48Y2lyY2xlIGN4PSI0OC44NTMiIGN5PSI4LjUzMyIgcj0iOC41MzMiLz48Y2lyY2xlIGN4PSI4Ljc0NyIgY3k9IjguNTMzIiByPSI4LjUzMyIvPjwvZz48ZyBmaWxsPSIjNjY0RTI3Ij48cGF0aCBkPSJNNDUuNDQgNDAuODUzYy04LjY0IDYuMDgtMTguMjQgNS45NzQtMjYuODggMC0xLjA2Ny0uNzQ2LTEuOTIuNTM0LTEuMjggMS43MDcgMi42NjcgNC4yNjcgNy44OTMgOC4yMTMgMTQuNzIgOC4yMTMgNi44MjcgMCAxMi4wNTMtMy44NCAxNC43Mi04LjIxMy42NC0xLjE3My0uMjEzLTIuNDUzLTEuMjgtMS43MDdNMjguMjY3IDI2LjU2Yy0yLjAyNy01LjQ0LTUuMDE0LTguMjEzLTgtOC4yMTMtMi45ODcgMC01Ljk3NCAyLjc3My04IDguMjEzLS4yMTQuNTMzLjg1MyAxLjQ5MyAxLjM4Ni45NiAxLjkyLTIuMDI3IDQuMjY3LTIuODggNi42MTQtMi44OCAyLjM0NiAwIDQuNjkzLjg1MyA2LjYxMyAyLjg4LjY0LjUzMyAxLjYtLjQyNyAxLjM4Ny0uOTZNNTEuNjI3IDI2LjU2Yy0yLjAyNy01LjQ0LTUuMDE0LTguMjEzLTgtOC4yMTMtMi45ODcgMC01Ljk3NCAyLjc3My04IDguMjEzLS4yMTQuNTMzLjg1MyAxLjQ5MyAxLjM4Ni45NiAxLjkyLTIuMDI3IDQuMjY3LTIuODggNi42MTQtMi44OCAyLjM0NiAwIDQuNjkzLjg1MyA2LjYxMyAyLjg4LjUzMy41MzMgMS42LS40MjcgMS4zODctLjk2Ii8+PC9nPjwvZz48L3N2Zz4=);
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply {
  display: flex;
  grid-gap: 20px;
  margin-top: 20px;
  border-top: 1px solid #e9e9e9;
  padding: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply .wpe-wps-review-reply-details .wpe-wps-review-reply-meta, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply .wpe-wps-review-reply-details .wpe-wps-review-reply-meta {
  line-height: initial;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply .wpe-wps-review-reply-details .wpe-wps-review-reply-meta .wpe-wps-review-reply-title, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply .wpe-wps-review-reply-details .wpe-wps-review-reply-meta .wpe-wps-review-reply-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply .wpe-wps-review-reply-details .wpe-wps-review-reply-meta .wpe-wps-review-reply-date, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply .wpe-wps-review-reply-details .wpe-wps-review-reply-meta .wpe-wps-review-reply-date {
  font-size: 12px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply .wpe-wps-review-reply-details .wpe-wps-review-reply-content, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply .wpe-wps-review-reply-details .wpe-wps-review-reply-content {
  font-size: 14px;
  margin-top: 8px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-reply-toggle, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-reply-toggle {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #7f7f7f;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-reply-toggle:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-reply-toggle:hover {
  color: #007cff;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-reply-toggle i:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-reply-toggle i:before {
  color: #007cff;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form {
  margin-bottom: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  border: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea::placeholder, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea::placeholder {
  color: transparent;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea:placeholder-shown ~ label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea:placeholder-shown ~ label {
  font-size: 16px;
  cursor: text;
  top: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea:focus ~ label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea:focus ~ label {
  color: #007cff;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea:focus, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #007cff;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container label,
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea:focus ~ label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container label,
.wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-content-container textarea:focus ~ label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #9b9b9b;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-submit, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-form .wpe-wps-review-reply-submit {
  margin-top: 20px;
  width: 140px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-result, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-container .wpe-wps-review .wpe-wps-review-content .wpe-wps-review-reply-box .wpe-wps-review-reply-result {
  margin: 10px 0 0 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-order-action-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-order-action-wrapper {
  display: flex;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-order-action-wrapper .button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-order-action-wrapper .button {
    width: initial;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-order-action-wrapper .wpe-wps-result-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews .wpe-wps-reviews-order-action-wrapper .wpe-wps-result-box {
  flex-grow: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members {
  display: block;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members {
    display: grid;
    grid-template-columns: 4fr 6fr;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu h2 {
  margin-bottom: 10px;
  font-size: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu #wpe-wps-members-menu-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu #wpe-wps-members-menu-inner {
  display: flex;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu #wpe-wps-members-menu-inner span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu #wpe-wps-members-menu-inner span {
  color: #939597;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu #wpe-wps-members-menu-inner span:last-child, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu #wpe-wps-members-menu-inner span:last-child {
  margin-bottom: 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu #wpe-wps-members-menu-inner span:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-menu #wpe-wps-members-menu-inner span:hover {
  color: #000;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign {
  margin-bottom: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form #wpe-wps-members-username, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form #wpe-wps-members-username {
  flex-grow: 1;
  border-radius: 3px;
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form #wpe-wps-members-role, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form #wpe-wps-members-role {
  border-radius: 3px;
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-result, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-result {
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form {
    flex-direction: row;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form #wpe-wps-members-username, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form #wpe-wps-members-username {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form #wpe-wps-members-role, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-assign #wpe-wps-members-assign-form #wpe-wps-members-role {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section:last-child, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section:last-child {
  margin-bottom: 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section span {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 1.5;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section a, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section a {
  margin-bottom: 5px;
  color: #4D5C6D;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section a:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section a:hover {
  color: #000;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section a img, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-members-sections #wpe-wps-members-list .wpe-wps-member-list-section a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings {
    display: grid;
    grid-template-columns: 3fr 7fr;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-menu h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-menu h2 {
  margin-bottom: 10px;
  font-size: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-menu #wpe-wps-settings-menu-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-menu #wpe-wps-settings-menu-inner {
  display: flex;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-menu #wpe-wps-settings-menu-inner span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-menu #wpe-wps-settings-menu-inner span {
  color: #939597;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-menu #wpe-wps-settings-menu-inner span:hover, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-menu #wpe-wps-settings-menu-inner span:hover {
  color: #000;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section:not(#wpe-wps-general), .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section:not(#wpe-wps-general) {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections #wpe-wps-settings-sidebar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections #wpe-wps-settings-sidebar {
  width: 100%;
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections #wpe-wps-settings-sidebar, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections #wpe-wps-settings-sidebar {
    width: 60%;
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-custom, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-custom {
  color: green;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-custom .acf-form .acf-add-checkbox, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-custom .acf-form .acf-add-checkbox {
  color: #fff;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-custom .acf-form .acf-field-image .acf-input .acf-button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-custom .acf-form .acf-field-image .acf-input .acf-button {
  display: block;
  width: fit-content;
  margin-top: 20px;
  background-color: #007CFF !important;
  color: #fff !important;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section h2 {
  margin-bottom: 20px !important;
  font-size: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-section-preamble, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-section-preamble {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.75;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-section-description, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-section-description {
  font-size: 0.8em;
  line-height: 1.75;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wp-spaces-uploader-form-label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wp-spaces-uploader-form-label {
  font-size: 12px;
  color: #2196F3;
  margin: 20px 0;
  font-weight: 400;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset {
  display: flex;
  margin: 30px 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.has-description, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.has-description {
  margin-bottom: 5px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-select2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-select2 {
  border: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-select2 label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-select2 label {
  position: relative;
  font-size: 12px;
  color: #2196F3;
  font-weight: 400;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset .wpe-wps-input-wrapper .wps-description, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset .wpe-wps-input-wrapper .wps-description {
  font-size: 12px;
  font-weight: 400;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset#reviews_sub_ratings_field, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset#reviews_sub_ratings_field {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset#reviews_sub_ratings_field ul, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset#reviews_sub_ratings_field ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset#reviews_sub_ratings_field ul li span, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset#reviews_sub_ratings_field ul li span {
  margin-left: 10px;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  padding: 1px 3px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-tinymce-field, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-tinymce-field {
  border: none;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-tinymce-field label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-tinymce-field label {
  position: relative;
  font-size: 12px;
  color: #2196F3;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-tinymce-field .mce-toolbar button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-tinymce-field .mce-toolbar button {
  border-radius: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-textarea-field, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-textarea-field {
  border: none;
  flex-direction: column;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-textarea-field label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section fieldset.wpe-wps-textarea-field label {
  position: relative;
  font-size: 12px;
  color: #2196F3;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-primary-button-container #wpe-wps-primary-button-container-inner, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-primary-button-container #wpe-wps-primary-button-container-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-primary-button-container #wpe-wps-primary-button-container-inner fieldset, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-primary-button-container #wpe-wps-primary-button-container-inner fieldset {
  margin: 0px 5px 10px;
  width: calc(100% - 10px);
}
@media (min-width: 576px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-primary-button-container #wpe-wps-primary-button-container-inner fieldset, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-primary-button-container #wpe-wps-primary-button-container-inner fieldset {
    width: calc(33.3333333333% - 10px);
  }
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-primary-button-container #wpe-wps-primary-button-container-info, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-primary-button-container #wpe-wps-primary-button-container-info {
  margin: 10px 0 20px 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper {
  display: flex;
  margin: 20px 0 0px 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper #wpe-wps-sidebar-submit,
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper #wpe-wps-tabs-submit, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper #wpe-wps-sidebar-submit,
.wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper #wpe-wps-tabs-submit {
  order: 2;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper button, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper button {
  display: flex;
  gap: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper #wpe-wps-general-delete, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper #wpe-wps-general-delete {
  margin-left: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper .wpe-wps-result-box, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper .wpe-wps-result-box {
  display: none;
  border-left: 4px solid;
  font-size: 14px;
  border-radius: 5px;
  margin: 20px 0 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper .wpe-wps-result-box.error, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper .wpe-wps-result-box.error {
  border-color: red;
  background-color: #F7F7FA;
  width: 100%;
  order: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper .wpe-wps-result-box.success, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper .wpe-wps-result-box.success {
  border-color: green;
  background-color: #F7F7FA;
  width: 100%;
  order: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper .button.wpe-wps-settings-space-delete, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-settings-action-wrapper .button.wpe-wps-settings-space-delete {
  color: #fff !important;
  background-color: darkred;
  border-color: #581e1e !important;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm {
  display: none;
  width: 400px;
  transition: all 0.5s ease;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm.open, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm.open {
  display: block;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm p, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm p {
  margin: 0 0 5px;
  color: #8b0000;
  font-weight: bold;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm div, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm div {
  display: flex;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm div #wpe-wps-settings-space-delete-confirm, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm div #wpe-wps-settings-space-delete-confirm {
  color: #fff;
  background-color: darkred !important;
  border-color: #581e1e !important;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm div #wpe-wps-settings-space-delete-cancel, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section #wpe-wps-general-delete-confirm div #wpe-wps-settings-space-delete-cancel {
  margin-left: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-item, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-item {
  display: flex;
  margin-bottom: 20px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-item select, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-item select {
  width: auto;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-item input[type=text], .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-item input[type=text] {
  margin-left: 10px;
  flex-grow: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-item .repeater-delete, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-item .repeater-delete {
  margin-left: 10px;
  border-radius: 50%;
  background-color: lightgrey;
  color: #000;
  padding: 0;
  min-width: 40px;
  min-height: 40px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-create, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section .wpe-wps-social-networks-repeater .repeater-create {
  background-color: lightgrey;
  color: #000;
  width: 100%;
  border-radius: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .bl-tabs-menu .nav-tabs, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .bl-tabs-menu .nav-tabs {
  list-style: none;
  display: flex;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .bl-tabs-menu .nav-tabs li, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .bl-tabs-menu .nav-tabs li {
  font-size: 0;
  display: inline-block;
  text-align: center;
  margin: 0;
  flex-grow: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .bl-tabs-menu .nav-tabs li a, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .bl-tabs-menu .nav-tabs li a {
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #d0d1d5;
  line-height: 22px;
  color: #242429;
  padding: 10px;
  display: block;
  margin-right: 2px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .bl-tabs-menu .nav-tabs li a span.visible-lg, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .bl-tabs-menu .nav-tabs li a span.visible-lg {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper:not(.active), .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper:not(.active) {
  display: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox {
  position: relative;
  height: 20px;
  margin: 10px 0;
  margin-right: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input, .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label {
  width: auto;
  display: inline-block;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label {
  position: relative;
  cursor: pointer;
  float: none;
  font-size: 13px;
  padding-left: 30px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.5em;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label:after, .single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label:after, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox label:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input[type=radio], .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input[type=radio] {
  outline: 0;
  margin-right: 10px;
  visibility: hidden;
  position: absolute;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input[type=radio] + label:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input[type=radio] + label:before {
  border-radius: 50%;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input[type=radio]:checked + label:before, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input[type=radio]:checked + label:before {
  background: #f24286;
  border: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input[type=radio]:checked + label:after, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .work-hours-type .md-checkbox input[type=radio]:checked + label:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .day, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .day {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .day select, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .day select {
  width: auto;
  flex-grow: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .day .repeater-delete, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .day .repeater-delete {
  border-radius: 50%;
  background-color: lightgrey;
  color: #000;
  padding: 0;
  min-width: 40px;
  min-height: 40px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .repeater-create, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours .days .tab-content .day-wrapper .repeater-create {
  background-color: lightgrey;
  color: #000;
  width: 100%;
  border-radius: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours-timezone h3, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-settings-sections .wpe-wps-settings-section#wpe-wps-hours .work-hours-timezone h3 {
  margin: 10px 0;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content.site-content, .wpe-wps-create-space.wpe-wps-layout-flex #content.site-content {
  padding-left: 0;
  padding-right: 0;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container, .wpe-wps-create-space.wpe-wps-layout-flex #content .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid {
  margin-left: 0;
  margin-right: 0;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary {
  padding-left: 0;
  padding-right: 0;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main {
  max-width: none;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content {
  max-width: 1400px;
  margin: 0 auto;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main .wpe-wps-header-nav, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main .wpe-wps-header-nav {
  max-width: 1400px;
  margin: 0 auto;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons {
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content {
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media (min-width: 576px) {
  .single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner {
    gap: 20px;
  }
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-sidebar, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-sidebar {
  min-width: 250px;
  width: 300px;
  flex: 1;
}
@media (min-width: 768px) {
  .single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-sidebar, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .wpe-wps-sidebar {
    max-width: 300px;
  }
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .widget-area, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .widget-area {
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .widget-area, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner .widget-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
    order: 0;
  }
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-home #buddypress, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-home #buddypress {
  min-width: 300px;
  flex: 2;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews {
  flex-direction: row;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews #wpe-wps-reviews, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-reviews #wpe-wps-reviews {
  height: max-content;
  width: auto;
  margin: 0;
  flex: 1;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-content-sidebar, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media .wpe-wps-content-sidebar {
  flex: 1;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media #wpe-wps-media-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-media #wpe-wps-media-content {
  min-width: 300px;
  flex: 2;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about {
  flex-direction: row;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about #wpe-wps-about-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-about #wpe-wps-about-content {
  height: max-content;
  width: auto;
  margin: 0;
  flex: 1;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-sidebar, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services .wpe-wps-content-sidebar {
  flex: 1;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-services #wpe-wps-services-content {
  min-width: 300px;
  flex: 2;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-content-sidebar, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members .wpe-wps-content-sidebar {
  flex: 1;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members #wpe-wps-members-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-members #wpe-wps-members-content {
  min-width: 300px;
  flex: 2;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox {
  flex-direction: row;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-content-sidebar, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox .wpe-wps-content-sidebar {
  flex: 1;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-inbox #wpe-wps-inbox-content {
  min-width: 300px;
  flex: 2;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings {
  flex-direction: row;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-content-sidebar, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings .wpe-wps-content-sidebar {
  flex: 1;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings #wpe-wps-settings-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-settings #wpe-wps-settings-content {
  min-width: 300px;
  flex: 2;
}
@media (min-width: 1200px) {
  .single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar {
    width: 170px;
    height: 170px;
  }
  .single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title {
    margin-left: 190px;
  }
  .single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-action-buttons {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content, .wpe-wps-create-space.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-wpe_wpspace .wpe-wps-settings-section .wpe-wps-groups-list-wrap, .wpe-wps-create-space .wpe-wps-settings-section .wpe-wps-groups-list-wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.single-wpe_wpspace .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group, .wpe-wps-create-space .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group {
  display: flex;
}
.single-wpe_wpspace .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group-avatar, .wpe-wps-create-space .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group-avatar {
  height: 75px;
  width: 75px;
  border-radius: 15px;
  overflow: hidden;
}
.single-wpe_wpspace .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group-details, .wpe-wps-create-space .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group-details {
  margin-left: 15px;
}
.single-wpe_wpspace .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group-visibility, .wpe-wps-create-space .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group-visibility {
  font-size: 16px;
  color: #9B9C9F;
}
.single-wpe_wpspace .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group-title h3, .wpe-wps-create-space .wpe-wps-settings-section .wpe-wps-groups-list-wrap .wpe-wps-group-title h3 {
  margin-bottom: 0;
}
.single-wpe_wpspace .wpe-wps-settings-section .wpe-wps-groups-list-wrap fieldset.wpe-wps-slider, .wpe-wps-create-space .wpe-wps-settings-section .wpe-wps-groups-list-wrap fieldset.wpe-wps-slider {
  border: 0;
  background: none;
  justify-content: end;
  height: 25px;
}
.single-wpe_wpspace .wpe-wps-settings-section .wpe-wps-groups-list-wrap .slider-label, .wpe-wps-create-space .wpe-wps-settings-section .wpe-wps-groups-list-wrap .slider-label {
  color: #a1a1a1;
  font-size: 14px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-groups #wpe-wps-content-groups, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-groups #wpe-wps-content-groups {
  flex: 1;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-groups #wpe-wps-content-groups.bb-cover-disabled > h2, .wpe-wps-create-space .wpe_wpspace #wpe-wps-content #wpe-wps-content-inner.wpe-wps-single-groups #wpe-wps-content-groups.bb-cover-disabled > h2 {
  margin-bottom: 80px;
}

/**
Space profile
 */
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar {
  position: absolute;
  overflow: visible;
}

.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-top {
  position: absolute;
  z-index: 0;
  width: 392px;
  max-width: 392px;
  top: -66px;
  left: -110px;
  height: 160px;
}

.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-image {
  position: absolute;
  top: -60px;
  border-radius: 99999px;
  width: 170px;
  height: 170px;
  border: 4px solid #fff;
  background-size: cover;
  background-position: center;
}

.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .link-change-profile-image {
  top: 15%;
}

.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info, .wpe-wps-create-space .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info {
  z-index: 11;
}

.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta .wpe-wps-title-follow-count {
  margin-top: 4px;
}

.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta .wpe-wps-title-follow-count .space-followers-wrap {
  display: flex;
}

.single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-meta .wpe-wps-title-follow-count .space-followers-wrap .spaces-follower-count:before {
  content: "•";
  margin: 0 5px 0 0;
}

@media (max-width: 1200px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-top {
    position: absolute;
    z-index: 0;
    width: 346px;
    max-width: 346px;
    top: -53px;
    left: -98px;
    height: 140px;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-image {
    position: absolute;
    top: -50px;
    border-radius: 99999px;
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    background-size: cover;
    background-position: center;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .link-change-profile-image {
    left: 53%;
    top: 18%;
  }
}
@media (max-width: 1024px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-top {
    position: absolute;
    z-index: 0;
    width: 208px;
    max-width: 208px;
    top: -20px;
    left: -52px;
    height: 82px;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-image {
    top: -15px;
    width: 100px;
    height: 100px;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .link-change-profile-image {
    left: 53%;
    top: 38%;
  }
}
@media (max-width: 767px) {
  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar {
    left: 50%;
    transform: translateX(-56%);
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-top {
    width: 166px;
    max-width: 166px;
    top: -10px;
    left: -43px;
    height: 66px;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .avatar-image {
    top: -10px;
    width: 80px;
    height: 80px;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar .link-change-profile-image {
    top: 45%;
    left: 60%;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info {
    display: flex;
    flex-direction: column;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title {
    align-self: center;
    text-align: center;
  }

  .single-wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title #wpe-wps-title-container {
    justify-content: center;
  }
}
.space-followers-wrap .bs-group-members {
  display: flex;
  margin-right: 5px;
}

.space-followers-wrap .bs-group-members .bs-group-member {
  max-width: 28px;
  float: left;
  position: relative;
  z-index: 1;
}

.space-followers-wrap .bs-group-members .bs-group-member [class*=" bb-icon-"] {
  height: 28px;
  width: 28px;
  font-size: 16px;
  color: #c3c4c8;
  line-height: 28px;
  border-radius: 50%;
  background-color: #f9f9f9;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# Events Tab
--------------------------------------------------------------*/
#space-events ul.space-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 0 15px;
}

#space-events ul.space-nav > li > a {
  padding: 16px;
  color: inherit;
  background: transparent;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

#space-events ul.space-nav > li > a:hover,
.buddypress-wrap #space-events ul.space-nav li.selected :hover {
  color: var(--global-primary-color);
}

#space-events ul.space-nav > li.selected a {
  background: transparent;
  color: var(--global-primary-color);
  outline: 0;
  border-bottom: 3px solid var(--global-primary-color) !important;
}

.space-tribe-wrapper > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 30px 0;
  position: relative;
}

.space-tribe-wrapper > article:last-child {
  margin-bottom: 15px;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-first {
  width: 28%;
}

.space-tribe-wrapper > article .tribe-events-event-image,
.space-tribe-wrapper > article .space-single-events-post-placeholder {
  margin: 0;
  height: 100%;
  border: 1px solid var(--global-border-color);
  border-right: 0;
  border-radius: var(--global-border-radius) 0 0 var(--global-border-radius) !important;
  overflow: hidden;
}

.space-tribe-wrapper > article .space-single-events-post-placeholder {
  background-color: rgba(0, 0, 0, 0.03);
  background-image: url("../img/image-placeholder.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 50% 50%;
  padding-top: 52.56%;
}

.space-tribe-wrapper > article .tribe-events-event-image a {
  position: relative;
  overflow: hidden;
  padding-top: 52.56%;
  display: block;
  height: 100%;
}

.space-tribe-wrapper > article .tribe-events-event-image a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  height: 100%;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last {
  font-size: 14px;
  width: 72%;
  background: var(--bb-content-background-color);
  border: 1px solid #ebe9e6;
  padding: 15px !important;
  border-left: 0;
  border-radius: 0 var(--global-border-radius) var(--global-border-radius) 0 !important;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-event-schedule-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-event-schedule-long {
  margin: 15px 0 0;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-event-schedule-short .space-single-schedule-short-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 70px;
  min-width: 70px;
  height: 70px;
  padding-top: 0;
  text-align: center;
  background: var(--bb-primary-color);
  border-radius: 5px;
  overflow: hidden;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-event-schedule-short span.space-single-schedule-short-m {
  margin-bottom: 0;
  color: #fff;
  margin-top: auto;
  background: #313441;
  height: 40px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-event-schedule-short span.space-single-schedule-short-d {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 30px;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-event-schedule-details {
  font-size: 14px;
  margin-left: 15px;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last h2.tribe-events-list-event-title {
  font-size: 24px;
  margin: 0;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-events-event-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-events-event-cost span {
  border: 0;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-overflow: ellipsis;
}

#space-single-events-create-screen .tribe-community-events {
  background: transparent;
  color: inherit;
  padding: 0;
  border: 0;
}

#space-single-events-create-screen .my-events-header {
  padding-bottom: 0;
}

#space-single-events-create-screen .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown {
  width: 100% !important;
}

#space-single-events-create-screen .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
}

#space-single-events-create-screen .tribe-community-events input[type=color],
#space-single-events-create-screen .tribe-community-events input[type=date],
#space-single-events-create-screen .tribe-community-events input[type=datetime-local],
#space-single-events-create-screen .tribe-community-events input[type=datetime],
#space-single-events-create-screen .tribe-community-events input[type=email],
#space-single-events-create-screen .tribe-community-events input[type=month],
#space-single-events-create-screen .tribe-community-events input[type=number],
#space-single-events-create-screen .tribe-community-events input[type=password],
#space-single-events-create-screen .tribe-community-events input[type=search],
#space-single-events-create-screen .tribe-community-events input[type=tel],
#space-single-events-create-screen .tribe-community-events input[type=text],
#space-single-events-create-screen .tribe-community-events input[type=time],
#space-single-events-create-screen .tribe-community-events input[type=url],
#space-single-events-create-screen .tribe-community-events input[type=week],
#space-single-events-create-screen .tribe-community-events textarea {
  border: 1px solid var(--global-border-color);
  box-shadow: none;
}

#space-single-events-create-screen #event_organizer,
#space-single-events-create-screen #event_tribe_venue {
  padding-right: 0;
}

#space-single-events-create-screen .tribe-dropdown.tribe-dropdown .select2-selection--single,
#space-single-events-create-screen .tribe-ea-dropdown.tribe-ea-dropdown .select2-selection--single {
  padding: 0 !important;
}

@media screen and (max-width: 782px) {
  .space-tribe-wrapper > article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .space-tribe-wrapper > article .space-single-tribe-events-col-first,
.space-tribe-wrapper > article .space-single-tribe-events-col-last {
    width: 100%;
  }

  .space-tribe-wrapper > article .tribe-events-event-image,
.space-tribe-wrapper > article .space-single-events-post-placeholder {
    border: 1px solid var(--global-border-color);
    border-bottom: 0;
    border-radius: var(--global-border-radius) var(--global-border-radius) 0 0 !important;
  }

  .space-tribe-wrapper > article .space-single-tribe-events-col-last {
    border: 1px solid var(--global-border-color);
    border-top: 0;
    border-radius: 0 0 var(--global-border-radius) var(--global-border-radius) !important;
  }

  .space-tribe-wrapper > article .space-single-tribe-events-col-last .space-single-event-heading {
    position: relative;
  }

  .space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-events-event-cost {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-event-schedule-short {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .space-tribe-wrapper > article .space-single-tribe-events-col-last .tribe-event-schedule-details {
    margin: 15px 0 0;
  }
}
/**
Archive Styles
 */
/*
On archive pages, ensure we set the main container to our wider flex width
 */
.wpe-wps-modal-open {
  padding-right: 0 !important;
  overflow-y: scroll;
  overflow: hidden;
}

#wpe-wps-avatar {
  position: absolute;
  overflow: visible;
  top: -25px;
}
#wpe-wps-avatar .avatar-top {
  height: 48px;
  width: 120px;
  max-width: 120px;
  top: -2px;
  position: absolute;
}
#wpe-wps-avatar .avatar-top svg path {
  fill: #fff;
}
#wpe-wps-avatar .avatar-image {
  position: absolute;
  top: -2px;
  border-radius: 99999px;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  background-size: cover;
  background-position: center;
}

.my-spaces #wpe-wps-avatar {
  position: absolute;
  overflow: visible;
  top: -25px;
}
.my-spaces #wpe-wps-avatar .avatar-top {
  height: 48px;
  width: 120px;
  max-width: 120px;
  top: -2px;
  left: -15px;
  position: absolute;
}
.my-spaces #wpe-wps-avatar .avatar-top svg path {
  fill: #fff;
}
.my-spaces #wpe-wps-avatar .avatar-image {
  position: absolute;
  top: -2px;
  left: 15px;
  border-radius: 99999px;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  background-size: cover;
  background-position: center;
}

.post-type-archive-wpe_wpspace #content .container {
  max-width: 1400px;
}

.wpe-wps-space-archive, .tax-wp_space_category, .tax-wp_space_location, .my-spaces {
  clear: both;
  /** *****************************************************************************************************************/
}
.wpe-wps-space-archive article, .tax-wp_space_category article, .tax-wp_space_location article, .my-spaces article {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transform: translateZ(0);
}
.wpe-wps-space-archive article .wpe-wps-top, .tax-wp_space_category article .wpe-wps-top, .tax-wp_space_location article .wpe-wps-top, .my-spaces article .wpe-wps-top {
  position: relative;
  height: 330px;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  transform: translateZ(0);
}
.wpe-wps-space-archive article .wpe-wps-top > a, .tax-wp_space_category article .wpe-wps-top > a, .tax-wp_space_location article .wpe-wps-top > a, .my-spaces article .wpe-wps-top > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-overlay, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-overlay, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-overlay, .my-spaces article .wpe-wps-top .wpe-wps-top-overlay {
  background-color: #242429;
  position: absolute;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
}
.wpe-wps-space-archive article .wpe-wps-top:hover .wpe-wps-top-overlay, .tax-wp_space_category article .wpe-wps-top:hover .wpe-wps-top-overlay, .tax-wp_space_location article .wpe-wps-top:hover .wpe-wps-top-overlay, .my-spaces article .wpe-wps-top:hover .wpe-wps-top-overlay {
  opacity: 0.6;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-background, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-background, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-background, .my-spaces article .wpe-wps-top .wpe-wps-top-background {
  background-position: 50%;
  height: 100%;
  width: 100%;
  background-size: cover;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.wpe-wps-space-archive article .wpe-wps-top #wpe-wps-avatar, .tax-wp_space_category article .wpe-wps-top #wpe-wps-avatar, .tax-wp_space_location article .wpe-wps-top #wpe-wps-avatar, .my-spaces article .wpe-wps-top #wpe-wps-avatar {
  position: absolute;
  overflow: visible;
  top: -25px;
}
.wpe-wps-space-archive article .wpe-wps-top #wpe-wps-avatar .avatar-top, .tax-wp_space_category article .wpe-wps-top #wpe-wps-avatar .avatar-top, .tax-wp_space_location article .wpe-wps-top #wpe-wps-avatar .avatar-top, .my-spaces article .wpe-wps-top #wpe-wps-avatar .avatar-top {
  height: 48px;
  width: 120px;
  max-width: 120px;
  top: -2px;
  left: -15px;
  position: absolute;
}
.wpe-wps-space-archive article .wpe-wps-top #wpe-wps-avatar .avatar-top svg path, .tax-wp_space_category article .wpe-wps-top #wpe-wps-avatar .avatar-top svg path, .tax-wp_space_location article .wpe-wps-top #wpe-wps-avatar .avatar-top svg path, .my-spaces article .wpe-wps-top #wpe-wps-avatar .avatar-top svg path {
  fill: #fff;
}
.wpe-wps-space-archive article .wpe-wps-top #wpe-wps-avatar .avatar-image, .tax-wp_space_category article .wpe-wps-top #wpe-wps-avatar .avatar-image, .tax-wp_space_location article .wpe-wps-top #wpe-wps-avatar .avatar-image, .my-spaces article .wpe-wps-top #wpe-wps-avatar .avatar-image {
  position: absolute;
  top: -2px;
  left: 15px;
  border-radius: 99999px;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  background-size: cover;
  background-position: center;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info {
  top: auto !important;
  bottom: -1px;
  -webkit-transform: translateY(calc(100% - 90px));
  transform: translateY(calc(100% - 90px));
  transition: all 0.3s;
  padding: 40px 15px 1px;
  color: #242429;
  background: #fff;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 9;
  text-align: left;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 9;
  background-color: #fff;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: -25px;
  left: 15px;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar {
  position: absolute;
  overflow: visible;
  top: -25px;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-top, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-top, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-top, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-top {
  height: 48px;
  width: 120px;
  max-width: 120px;
  top: -2px;
  left: -15px;
  position: absolute;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-top svg path, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-top svg path, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-top svg path, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-top svg path {
  fill: #fff;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-image, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-image, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-image, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info #wpe-wps-avatar .avatar-image {
  position: absolute;
  top: -2px;
  left: 15px;
  border-radius: 99999px;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  background-size: cover;
  background-position: center;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: bold;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title img.verified-listing, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title img.verified-listing, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title img.verified-listing, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title img.verified-listing {
  max-height: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info h6, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info h6, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info h6, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info h6 {
  color: #7e7e89;
  font-weight: 400;
  line-height: 20px;
  max-height: 36px;
  overflow: hidden;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 4px;
  margin: 0;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact li, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact li, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact li, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact li {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #242429;
  font-weight: 400;
  padding-right: 10px;
  white-space: nowrap;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact li i, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact li i, .tax-wp_space_location article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact li i, .my-spaces article .wpe-wps-top .wpe-wps-top-item-info > ul.wpe-wps-contact li i {
  margin-right: 5px;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-head, .tax-wp_space_category article .wpe-wps-top .wpe-wps-head, .tax-wp_space_location article .wpe-wps-top .wpe-wps-head, .my-spaces article .wpe-wps-top .wpe-wps-head {
  will-change: transform;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn, .tax-wp_space_category article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn, .tax-wp_space_location article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn, .my-spaces article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn {
  position: static;
  float: left;
  margin-right: 5px;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  color: #fff;
  top: 20px;
  background: transparent;
  border: 1.5px solid hsla(0deg, 0%, 100%, 0.3);
  border-radius: 5px;
  z-index: 4;
  line-height: 17px;
  height: 32px;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured, .tax-wp_space_category article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured, .tax-wp_space_location article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured, .my-spaces article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  transition: 0.2s ease;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-1, .tax-wp_space_category article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-1, .tax-wp_space_location article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-1, .my-spaces article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-1 {
  border-color: #C0C0C0;
  color: #C0C0C0;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-2, .tax-wp_space_category article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-2, .tax-wp_space_location article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-2, .my-spaces article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-2 {
  border-color: #fff47c;
  color: #fff47c;
}
.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-rating i, .tax-wp_space_category article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-rating i, .tax-wp_space_location article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-rating i, .my-spaces article .wpe-wps-top .wpe-wps-head .wpe-wps-head-btn.wpe-wps-rating i {
  margin-right: 3px;
  font-size: 12px;
}
.wpe-wps-space-archive article .wpe-wps-bottom, .tax-wp_space_category article .wpe-wps-bottom, .tax-wp_space_location article .wpe-wps-bottom, .my-spaces article .wpe-wps-bottom {
  background: #fff;
  height: 55px;
  display: flex;
  align-items: center;
}
.wpe-wps-space-archive article .wpe-wps-bottom li:last-of-type, .tax-wp_space_category article .wpe-wps-bottom li:last-of-type, .tax-wp_space_location article .wpe-wps-bottom li:last-of-type, .my-spaces article .wpe-wps-bottom li:last-of-type {
  overflow: visible;
}
.wpe-wps-space-archive article .wpe-wps-bottom > ul, .tax-wp_space_category article .wpe-wps-bottom > ul, .tax-wp_space_location article .wpe-wps-bottom > ul, .my-spaces article .wpe-wps-bottom > ul {
  float: left;
  width: 70%;
  position: absolute;
  left: 15px;
  max-width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wpe-wps-space-archive article .wpe-wps-bottom > ul > li, .tax-wp_space_category article .wpe-wps-bottom > ul > li, .tax-wp_space_location article .wpe-wps-bottom > ul > li, .my-spaces article .wpe-wps-bottom > ul > li {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.wpe-wps-space-archive article .wpe-wps-bottom > ul > li.bp-tooltip:after, .tax-wp_space_category article .wpe-wps-bottom > ul > li.bp-tooltip:after, .tax-wp_space_location article .wpe-wps-bottom > ul > li.bp-tooltip:after, .my-spaces article .wpe-wps-bottom > ul > li.bp-tooltip:after {
  white-space: normal;
}
.wpe-wps-space-archive article .wpe-wps-bottom > ul > li .cat-icon, .tax-wp_space_category article .wpe-wps-bottom > ul > li .cat-icon, .tax-wp_space_location article .wpe-wps-bottom > ul > li .cat-icon, .my-spaces article .wpe-wps-bottom > ul > li .cat-icon {
  border-radius: 50%;
  display: block;
  text-align: center;
  float: left;
  background: #b4b4c1;
  overflow: hidden;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 10px;
  padding-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.wpe-wps-space-archive article .wpe-wps-bottom > ul > li > a, .tax-wp_space_category article .wpe-wps-bottom > ul > li > a, .tax-wp_space_location article .wpe-wps-bottom > ul > li > a, .my-spaces article .wpe-wps-bottom > ul > li > a {
  display: flex;
  align-items: center;
}
.wpe-wps-space-archive article .wpe-wps-bottom > ul > li .wpe-wps-bottom-category-name, .tax-wp_space_category article .wpe-wps-bottom > ul > li .wpe-wps-bottom-category-name, .tax-wp_space_location article .wpe-wps-bottom > ul > li .wpe-wps-bottom-category-name, .my-spaces article .wpe-wps-bottom > ul > li .wpe-wps-bottom-category-name {
  font-size: 14px;
}
.wpe-wps-space-archive article .wpe-wps-bottom > ul > li:first-child, .tax-wp_space_category article .wpe-wps-bottom > ul > li:first-child, .tax-wp_space_location article .wpe-wps-bottom > ul > li:first-child, .my-spaces article .wpe-wps-bottom > ul > li:first-child {
  max-width: calc(80% - 12px);
  margin-right: 10px;
}
.wpe-wps-space-archive article .wpe-wps-bottom .wpe-wps-bottom-info, .tax-wp_space_category article .wpe-wps-bottom .wpe-wps-bottom-info, .tax-wp_space_location article .wpe-wps-bottom .wpe-wps-bottom-info, .my-spaces article .wpe-wps-bottom .wpe-wps-bottom-info {
  position: absolute;
  right: 15px;
  width: auto !important;
}
.wpe-wps-space-archive article .wpe-wps-bottom .wpe-wps-bottom-info ul, .tax-wp_space_category article .wpe-wps-bottom .wpe-wps-bottom-info ul, .tax-wp_space_location article .wpe-wps-bottom .wpe-wps-bottom-info ul, .my-spaces article .wpe-wps-bottom .wpe-wps-bottom-info ul {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}
.wpe-wps-space-archive article .wpe-wps-bottom .wpe-wps-bottom-info ul li, .tax-wp_space_category article .wpe-wps-bottom .wpe-wps-bottom-info ul li, .tax-wp_space_location article .wpe-wps-bottom .wpe-wps-bottom-info ul li, .my-spaces article .wpe-wps-bottom .wpe-wps-bottom-info ul li {
  float: left;
  margin-left: 7px;
}
.wpe-wps-space-archive article .wpe-wps-bottom .wpe-wps-bottom-info ul li.item-preview, .tax-wp_space_category article .wpe-wps-bottom .wpe-wps-bottom-info ul li.item-preview, .tax-wp_space_location article .wpe-wps-bottom .wpe-wps-bottom-info ul li.item-preview, .my-spaces article .wpe-wps-bottom .wpe-wps-bottom-info ul li.item-preview {
  display: none;
}
@media (min-width: 1024px) {
  .wpe-wps-space-archive article .wpe-wps-bottom .wpe-wps-bottom-info ul li.item-preview, .tax-wp_space_category article .wpe-wps-bottom .wpe-wps-bottom-info ul li.item-preview, .tax-wp_space_location article .wpe-wps-bottom .wpe-wps-bottom-info ul li.item-preview, .my-spaces article .wpe-wps-bottom .wpe-wps-bottom-info ul li.item-preview {
    display: block;
  }
}
.wpe-wps-space-archive article .wpe-wps-bottom .wpe-wps-bottom-info ul li i, .tax-wp_space_category article .wpe-wps-bottom .wpe-wps-bottom-info ul li i, .tax-wp_space_location article .wpe-wps-bottom .wpe-wps-bottom-info ul li i, .my-spaces article .wpe-wps-bottom .wpe-wps-bottom-info ul li i {
  font-size: 18px;
  color: #555558;
}
.wpe-wps-space-archive article .wpe-wps-bottom .wpe-wps-bottom-info ul li a, .tax-wp_space_category article .wpe-wps-bottom .wpe-wps-bottom-info ul li a, .tax-wp_space_location article .wpe-wps-bottom .wpe-wps-bottom-info ul li a, .my-spaces article .wpe-wps-bottom .wpe-wps-bottom-info ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpe-wps-space-archive article:hover .wpe-wps-top-item-info, .tax-wp_space_category article:hover .wpe-wps-top-item-info, .tax-wp_space_location article:hover .wpe-wps-top-item-info, .my-spaces article:hover .wpe-wps-top-item-info {
  transform: translateY(0);
}
.wpe-wps-space-archive #wpe-wps-create-space-archive-button, .tax-wp_space_category #wpe-wps-create-space-archive-button, .tax-wp_space_location #wpe-wps-create-space-archive-button, .my-spaces #wpe-wps-create-space-archive-button {
  border-radius: 3px;
}
@media (max-width: 650px) {
  .wpe-wps-space-archive #wpe-wps-create-space-archive-button, .tax-wp_space_category #wpe-wps-create-space-archive-button, .tax-wp_space_location #wpe-wps-create-space-archive-button, .my-spaces #wpe-wps-create-space-archive-button {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wpe-wps-space-archive #buddypress #dir-wpe-wps-search, .tax-wp_space_category #buddypress #dir-wpe-wps-search, .tax-wp_space_location #buddypress #dir-wpe-wps-search, .my-spaces #buddypress #dir-wpe-wps-search {
  border: 0;
  background-color: transparent;
  padding-left: 35px;
  font-size: 14px;
  height: 34px;
}
.wpe-wps-space-archive .spaces-type-navs, .tax-wp_space_category .spaces-type-navs, .tax-wp_space_location .spaces-type-navs, .my-spaces .spaces-type-navs {
  border-top: 0;
  box-shadow: none;
  margin-bottom: 20px;
  margin-top: 0;
  border-color: #E7E9EC;
}
.wpe-wps-space-archive .spaces-type-navs .spaces-nav, .tax-wp_space_category .spaces-type-navs .spaces-nav, .tax-wp_space_location .spaces-type-navs .spaces-nav, .my-spaces .spaces-type-navs .spaces-nav {
  display: flex;
}
.wpe-wps-space-archive .spaces-type-navs .spaces-nav li:not(:last-child), .tax-wp_space_category .spaces-type-navs .spaces-nav li:not(:last-child), .tax-wp_space_location .spaces-type-navs .spaces-nav li:not(:last-child), .my-spaces .spaces-type-navs .spaces-nav li:not(:last-child) {
  padding-right: 30px;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper, .tax-wp_space_category #wpe-wps-index-filter-wrapper, .tax-wp_space_location #wpe-wps-index-filter-wrapper, .my-spaces #wpe-wps-index-filter-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .wpe-wps-space-archive #wpe-wps-index-filter-wrapper, .tax-wp_space_category #wpe-wps-index-filter-wrapper, .tax-wp_space_location #wpe-wps-index-filter-wrapper, .my-spaces #wpe-wps-index-filter-wrapper {
    width: 280px;
    min-width: 280px;
  }
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-custom-fields .form-group:first-of-type, .tax-wp_space_category #wpe-wps-index-filter-wrapper #wpe-wps-index-custom-fields .form-group:first-of-type, .tax-wp_space_location #wpe-wps-index-filter-wrapper #wpe-wps-index-custom-fields .form-group:first-of-type, .my-spaces #wpe-wps-index-filter-wrapper #wpe-wps-index-custom-fields .form-group:first-of-type {
  padding-top: 0;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper .ui-slider, .tax-wp_space_category #wpe-wps-index-filter-wrapper .ui-slider, .tax-wp_space_location #wpe-wps-index-filter-wrapper .ui-slider, .my-spaces #wpe-wps-index-filter-wrapper .ui-slider {
  width: 95%;
  margin: 0 auto;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar input[type=radio], .tax-wp_space_category #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar input[type=radio], .tax-wp_space_location #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar input[type=radio], .my-spaces #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar .wpe-wps-radio-toolbar-label, .tax-wp_space_category #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar .wpe-wps-radio-toolbar-label, .tax-wp_space_location #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar .wpe-wps-radio-toolbar-label, .my-spaces #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar .wpe-wps-radio-toolbar-label {
  display: inline-block;
  font-size: 14px;
  color: var(--bb-headings-color);
  opacity: 1;
  font-weight: 600;
  width: calc(50% - 3px);
  padding: 7px;
  text-align: center;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: 0.2s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar input[type=radio]:checked + .wpe-wps-radio-toolbar-label, .tax-wp_space_category #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar input[type=radio]:checked + .wpe-wps-radio-toolbar-label, .tax-wp_space_location #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar input[type=radio]:checked + .wpe-wps-radio-toolbar-label, .my-spaces #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar input[type=radio]:checked + .wpe-wps-radio-toolbar-label {
  background-color: var(--bb-primary-button-background-regular);
  color: var(--bb-primary-button-text-regular);
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar .wpe-wps-radio-toolbar-label:hover, .tax-wp_space_category #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar .wpe-wps-radio-toolbar-label:hover, .tax-wp_space_location #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar .wpe-wps-radio-toolbar-label:hover, .my-spaces #wpe-wps-index-filter-wrapper .wpe-wps-radio-toolbar .wpe-wps-radio-toolbar-label:hover {
  border: 1.5px solid rgba(0, 0, 0, 0.5);
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns, .tax-wp_space_category #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns, .tax-wp_space_location #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns, .my-spaces #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns {
  display: flex;
  margin-bottom: 10px;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns select, .tax-wp_space_category #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns select, .tax-wp_space_location #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns select, .my-spaces #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns select {
  height: 34px;
  font-size: 14px;
  width: 48%;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons, .tax-wp_space_category #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons, .tax-wp_space_location #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons, .my-spaces #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons {
  display: flex;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter, .tax-wp_space_category #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter, .tax-wp_space_location #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter, .my-spaces #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter {
  margin-bottom: 20px;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter i, .wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-reset i, .tax-wp_space_category #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter i, .tax-wp_space_category #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-reset i, .tax-wp_space_location #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter i, .tax-wp_space_location #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-reset i, .my-spaces #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter i, .my-spaces #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-reset i {
  margin-right: 10px;
}
@media (min-width: 450px) {
  .wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns select, .tax-wp_space_category #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns select, .tax-wp_space_location #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns select, .my-spaces #wpe-wps-index-filter-wrapper #wpe-wps-index-dropdowns select {
    margin-left: 10px;
    width: auto;
  }
}
.wpe-wps-space-archive #wpe-wps-index-content-wrapper, .tax-wp_space_category #wpe-wps-index-content-wrapper, .tax-wp_space_location #wpe-wps-index-content-wrapper, .my-spaces #wpe-wps-index-content-wrapper {
  width: 100%;
}
.wpe-wps-space-archive .space-archive-wrapper .pagination, .tax-wp_space_category .space-archive-wrapper .pagination, .tax-wp_space_location .space-archive-wrapper .pagination, .my-spaces .space-archive-wrapper .pagination {
  margin: 0;
  display: flex;
  list-style: none;
  flex-basis: 100%;
  overflow: visible;
  grid-column: 1;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main, .my-spaces .space-archive-wrapper #space-archive-wrapper-main, .my-spaces .space-archive-wrapper .space-archive-wrapper-main {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 576px) {
  .wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main, .my-spaces .space-archive-wrapper #space-archive-wrapper-main, .my-spaces .space-archive-wrapper .space-archive-wrapper-main {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article {
  border: 1px solid #dcd7ca;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 5px #ccc;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article h2.wpe-wps-title, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article h2.wpe-wps-title, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article h2.wpe-wps-title, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article h2.wpe-wps-title, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article h2.wpe-wps-title, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article h2.wpe-wps-title, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article h2.wpe-wps-title, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article h2.wpe-wps-title {
  font-size: 15px;
  margin: 0 !important;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article h2.wpe-wps-title .verified-listing, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article h2.wpe-wps-title .verified-listing, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article h2.wpe-wps-title .verified-listing, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article h2.wpe-wps-title .verified-listing, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article h2.wpe-wps-title .verified-listing, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article h2.wpe-wps-title .verified-listing, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article h2.wpe-wps-title .verified-listing, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article h2.wpe-wps-title .verified-listing {
  max-height: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article .space-archive-header, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article .space-archive-header, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article .space-archive-header, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article .space-archive-header, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article .space-archive-header, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article .space-archive-header, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article .space-archive-header, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-header {
  height: 160px;
  background-size: cover;
  background-position: center;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content {
  display: flex;
  flex-direction: row;
  padding: 30px 12px 12px;
  position: relative;
  background: #fff;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-avatar, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-avatar, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-avatar, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-avatar, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-avatar, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-avatar, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-avatar, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-avatar {
  height: 60px;
  width: 60px;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  top: -25px;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info a, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info a, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info a, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info a, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info a, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info a, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info a, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info a {
  color: #000;
  text-decoration: none;
}
.wpe-wps-space-archive .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info p, .wpe-wps-space-archive .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info p, .tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info p, .tax-wp_space_category .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info p, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info p, .tax-wp_space_location .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info p, .my-spaces .space-archive-wrapper #space-archive-wrapper-main article .space-archive-content .space-archive-info p, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-info p {
  font-size: 13px;
  color: rgb(101, 103, 107);
  margin: 0;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper, .tax-wp_space_category #wpe-wps-index-main-wrapper, .tax-wp_space_location #wpe-wps-index-main-wrapper, .my-spaces #wpe-wps-index-main-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .wpe-wps-space-archive #wpe-wps-index-main-wrapper, .tax-wp_space_category #wpe-wps-index-main-wrapper, .tax-wp_space_location #wpe-wps-index-main-wrapper, .my-spaces #wpe-wps-index-main-wrapper {
    flex-direction: row;
    gap: 20px;
  }
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li {
  margin: 0 15px 15px 0;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li a, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li a, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li a, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li a {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li.active a, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li.active a, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li.active a, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper .wpe-wps-index-filter-tabs li.active a {
  border-color: #0B8AC7;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons {
  flex-direction: column;
}
@media (min-width: 576px) {
  .wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-widget-area, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-widget-area, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-widget-area, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-widget-area {
    width: 280px;
  }
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar {
  display: flex;
  flex-direction: column;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar #wpe-wps-index-widget-area, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar #wpe-wps-index-widget-area, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar #wpe-wps-index-widget-area, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar #wpe-wps-index-widget-area {
  order: -1;
}
@media (min-width: 576px) {
  .wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar #wpe-wps-index-widget-area, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar #wpe-wps-index-widget-area, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar #wpe-wps-index-widget-area, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-sidebar #wpe-wps-index-widget-area {
    order: 0;
  }
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status {
  margin-left: 20px;
  font-weight: 600;
  text-align: center;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status .wpe-wps-spinner, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status .wpe-wps-spinner, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status .wpe-wps-spinner, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status .wpe-wps-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status .spinner, .tax-wp_space_category #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status .spinner, .tax-wp_space_location #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status .spinner, .my-spaces #wpe-wps-index-main-wrapper #wpe-wps-index-content-wrapper .status .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/**
Quick View Popup
 */
#wpe-wps-quick-view-popup {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  will-change: opacity;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#wpe-wps-quick-view-popup .wpe-wps-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wpe-wps-quick-view-popup .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
#wpe-wps-quick-view-popup.spinning .modal-wrapper {
  display: none;
}
#wpe-wps-quick-view-popup.open {
  display: flex;
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
}
#wpe-wps-quick-view-popup .modal-wrapper {
  max-width: none;
}
#wpe-wps-quick-view-popup .modal-container {
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  #wpe-wps-quick-view-popup .modal-container {
    width: 1140px;
  }
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container {
  max-height: 500px;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container a {
  color: #fff;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container.no-map .wpe-wps-qv-image {
  min-height: 500px;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-info h2 {
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-info p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-info ul.wpe-wps-bottom-category-list {
  margin: 0;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-info ul.wpe-wps-bottom-category-list li {
  float: left;
  white-space: nowrap;
  overflow: hidden;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-info ul.wpe-wps-bottom-category-list li .cat-icon {
  border-radius: 50%;
  display: block;
  text-align: center;
  float: left;
  background: #b4b4c1;
  overflow: hidden;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 10px;
  padding-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-info ul.wpe-wps-bottom-category-list li .wpe-wps-bottom-category-name {
  font-size: 14px;
  line-height: 22px;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left {
  width: 50%;
  float: left;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image {
  height: 230px;
  position: relative;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-top-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #242429;
  opacity: 0.5;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-top-background {
  height: 100%;
  background-size: cover;
  background-position: center;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-meta {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-meta .wpe-wps-head-btn {
  position: static;
  float: left;
  margin-right: 5px;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  color: #fff;
  top: 20px;
  background: transparent;
  border: 1.5px solid hsla(0deg, 0%, 100%, 0.3);
  border-radius: 5px;
  z-index: 4;
  line-height: 17px;
  height: 32px;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-meta .wpe-wps-head-btn.wpe-wps-featured {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  transition: 0.2s ease;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-meta .wpe-wps-head-btn.wpe-wps-featured-1 {
  border-color: #abffec;
  color: #abffec;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-meta .wpe-wps-head-btn.wpe-wps-featured-2 {
  border-color: #fff47c;
  color: #fff47c;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-meta .wpe-wps-head-btn.wpe-wps-rating i {
  margin-right: 3px;
  font-size: 12px;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-title {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  color: #fff;
  right: 15px;
  overflow: hidden;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-title h4, #wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-title ul, #wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-title li {
  color: #fff;
  margin: 0;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-title h4 {
  margin-bottom: 5px;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-title img.verified-listing {
  max-height: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-left .wpe-wps-qv-image .wpe-wps-qv-title .wpe-wps-contact {
  display: flex;
  gap: 10px;
  list-style: none;
}
#wpe-wps-quick-view-popup .wpe-wps-qv-container .wpe-wps-qv-right {
  width: 50%;
  float: right;
  height: 100%;
}

/**
Category Pages
 */
.tax-wp_space_category #content, .tax-wp_space_location #content {
  padding-left: 0;
  padding-right: 0;
}
.tax-wp_space_category #content .container, .tax-wp_space_location #content .container {
  max-width: none;
  padding: 0;
}
.tax-wp_space_category .content-area, .tax-wp_space_location .content-area {
  padding-top: 0;
}
.tax-wp_space_category .space-archive-wrapper header, .tax-wp_space_location .space-archive-wrapper header {
  padding: 80px;
  text-align: center;
  margin-bottom: 2.1875rem;
}
.tax-wp_space_category .space-archive-wrapper header .cat-icon, .tax-wp_space_location .space-archive-wrapper header .cat-icon {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 22px;
  margin: 0 auto 20px;
  padding-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.tax-wp_space_category .space-archive-wrapper header h1, .tax-wp_space_location .space-archive-wrapper header h1 {
  margin-bottom: 20px;
}
.tax-wp_space_category .space-archive-wrapper header .archive-description, .tax-wp_space_location .space-archive-wrapper header .archive-description {
  font-size: 1.125rem;
  margin: 0;
  font-weight: 500;
}
.tax-wp_space_category .space-archive-wrapper header .archive-description p, .tax-wp_space_location .space-archive-wrapper header .archive-description p {
  margin: 0;
}
.tax-wp_space_category .space-archive-wrapper #space-archive-wrapper-main, .tax-wp_space_location .space-archive-wrapper #space-archive-wrapper-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-avatar {
  width: 0;
  height: 0;
  border: none;
  overflow: inherit;
}

.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar .avatar-top, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar .avatar-top, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-avatar .avatar-top {
  height: 48px;
  width: 120px;
  max-width: 120px;
  top: -2px;
  left: -15px;
  position: absolute;
}

.wpe-wps-space-archive article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar .avatar-image, .tax-wp_space_category article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar .avatar-image, .my-spaces .space-archive-wrapper .space-archive-wrapper-main article .space-archive-content .space-archive-avatar .avatar-image {
  height: 60px;
  width: 60px;
  z-index: 11;
  position: absolute;
  border: 4px solid #fff;
  border-radius: 999999px;
  left: 15px;
  top: -2px;
  background-size: cover;
  background-position: 50%;
}

.wpe-wps-space-archive .bp-secondary-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.wpe-wps-space-archive.buddypress-wrap .bp-secondary-header .form-group select {
  height: 36px;
}
.wpe-wps-space-archive.buddypress-wrap .space-grid-filters {
  background: #FFFFFF;
  border: 1px solid #D6D9DD;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  align-items: center;
  height: 36px;
}
.wpe-wps-space-archive.buddypress-wrap .space-grid-filters a {
  color: #1E2132;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  outline: 0;
  border-bottom: 0;
  line-height: 36px;
}
.wpe-wps-space-archive.buddypress-wrap .space-grid-filters a.active {
  color: #222;
}
.wpe-wps-space-archive.buddypress-wrap .space-grid-filters a:hover {
  color: #1E2132;
  opacity: 1;
}
.wpe-wps-space-archive.buddypress-wrap .space-grid-filters .active {
  opacity: 1;
}
.wpe-wps-space-archive .space-archive-wrapper:not(.grid) #space-archive-wrapper-main {
  grid-template-columns: none;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-space-cover .wpe-wps-top-background {
  width: 350px;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap {
  width: 100%;
  background: #fff;
  margin: 15px 10px 0 10px;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap .space-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap .space-title-wrap .space-avater-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap .space-title-wrap .space-avater-wrap .wpe-wps-avatar {
  width: 60px;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-position: 50%;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap .space-title-wrap .space-followers-wrap {
  margin-top: 5px;
  display: flex;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap .space-title-wrap .space-followers-wrap .spaces-follower-count {
  display: block;
  font-size: 13px;
  color: #242429;
  font-weight: 400;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap .space-title-wrap .space-followers-wrap .spaces-follower-count:before {
  background-color: #8d8f97;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 4px;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap .wpe-wps-title {
  margin: 0;
}
.wpe-wps-space-archive .space-archive-wrapper.list #space-archive-wrapper-main article .wpe-wps-info-wrap .wpe-wps-title img.verified-listing {
  max-height: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
}
.wpe-wps-space-archive .space-archive-wrapper.list article {
  margin-bottom: 0;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-space-cover .wpe-wps-head {
  will-change: transform;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-space-cover .wpe-wps-head .wpe-wps-head-btn {
  position: static;
  float: left;
  margin-right: 5px;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  color: #fff;
  top: 20px;
  background: transparent;
  border: 1.5px solid hsla(0deg, 0%, 100%, 0.3);
  border-radius: 5px;
  z-index: 4;
  line-height: 17px;
  height: 32px;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-space-cover .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  transition: 0.2s ease;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-space-cover .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-1 {
  border-color: #C0C0C0;
  color: #C0C0C0;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-space-cover .wpe-wps-head .wpe-wps-head-btn.wpe-wps-featured-2 {
  border-color: #fff47c;
  color: #fff47c;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-space-cover .wpe-wps-head .wpe-wps-head-btn.wpe-wps-rating i {
  margin-right: 3px;
  font-size: 12px;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-space-cover .wpe-wps-top-overlay {
  background-color: #242429;
  position: absolute;
  opacity: 0.4;
  width: 350px;
  height: 100%;
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-info-wrap .wpe-wps-top-item-info > ul.wpe-wps-contact {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-info-wrap .wpe-wps-top-item-info > ul.wpe-wps-contact li {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #242429;
  font-weight: 400;
  padding-right: 10px;
  white-space: nowrap;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-info-wrap .wpe-wps-top-item-info > ul.wpe-wps-contact li i {
  margin-right: 5px;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-info-wrap .wpe-wps-top-item-info h6 {
  height: 42px;
  color: #7e7e89;
  font-weight: 400;
  line-height: 20px;
  max-height: 42px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wpe-wps-space-archive .space-archive-wrapper.list article .wpe-wps-info-wrap .wpe-wps-bottom > ul {
  position: inherit;
  width: 70%;
  max-width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wpe-wps-space-archive .space-archive-wrapper.list .pagination {
  margin: 20px 0 0;
}

/**
Create Space Template Styles
 */
.wpe-wps-create-space header {
  grid-area: header;
}
.wpe-wps-create-space #site-footer {
  grid-area: footer;
  margin-top: 0 !important;
}
.wpe-wps-create-space #wp-spaces-create-wrapper {
  display: block;
  grid-area: main;
}
.wpe-wps-create-space #wp-spaces-create-wrapper .wpe-wps-create-space-error-content-container {
  margin: 40px auto;
}
@media (min-width: 768px) {
  .wpe-wps-create-space #wp-spaces-create-wrapper {
    display: flex;
  }
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel {
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel {
    width: 360px;
  }
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel fieldset {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel fieldset select {
  width: 100%;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel h2 {
  font-size: 20px;
  margin: 10px 0;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel p {
  font-size: 14px;
  margin-bottom: 15px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-1 h1 {
  font-size: 28px;
  margin: 5px 0;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-1 input, .wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-1 textarea {
  width: 100%;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-1 #create-space-result {
  display: none;
  padding: 10px;
  border-left: 3px solid;
  font-size: 14px;
  border-radius: 4px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-1 #create-space-result.error {
  border-color: red;
  background-color: #f7f7f7;
  color: #000;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-1 #create-space-result.success {
  border-color: green;
  background-color: #f7f7f7;
  color: #000;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 {
  display: none;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form {
  display: block;
  margin: 0 auto;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .wp-spaces-uploader-form-label {
  font-weight: bold;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .wp-spaces-uploader-form-label span {
  font-weight: normal;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .wp-spaces-uploader-form-label span:before {
  content: "·";
  margin: 0 5px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui {
  position: relative;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui.drag-drop .wp-spaces-drag-drop-area {
  background: #f8f8f8;
  border-radius: 0;
  border: 2px dashed #ebebeb;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui.drag-drop .drag-drop-info {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui.drag-drop .drag-drop-info span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-uidrag-over .wp-spaces-drag-drop-area {
  border-color: rgba(113, 148, 48, 0.5);
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui .filelist .file {
  padding: 5px;
  background: #ececec;
  border: solid 1px #ccc;
  margin-bottom: 4px;
  font-size: 12px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui .filelist .fileprogress {
  width: 0%;
  background: #B7C53D;
  height: 5px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui .plupload-thumbs .thumb {
  width: 50px;
  padding-right: 5px;
  float: left;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui .plupload-thumbs .thumb img {
  width: 50px;
  height: 50px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .plupload-upload-ui .ui-sortable .thumb img {
  cursor: pointer;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .wp-spaces-uploader-form .max-upload-size {
  display: block;
  margin: 10px 0;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-step-2 .upload-error {
  display: none;
  padding: 10px;
  border-left: 3px solid;
  font-size: 14px;
  border-color: darkred;
  background-color: #FFCCCC;
  margin: 5px 0;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-actions #wpe-wps-create-space-actions-inner {
  display: flex;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-actions #wpe-wps-create-space-actions-inner .save-space-button {
  display: none;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #space-create-panel #space-create-panel-actions #wpe-wps-create-space-actions-inner #wpe-wps-go-to-space {
  display: none;
  margin-left: 10px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel {
  display: none;
}
@media (min-width: 768px) {
  .wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel {
    display: flex;
    background-color: #f7f7f7;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 20px;
  }
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen {
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 15px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen h2 {
  text-align: center;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen article {
  cursor: not-allowed;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen article a {
  color: darkgrey;
  border-color: darkgrey;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen a, .wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen button {
  pointer-events: none;
  cursor: default;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-content #wpe-wps-content-inner {
  display: block;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image {
  height: 200px;
}
@media (min-width: 1008px) {
  .wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-cover-image {
    height: 300px;
  }
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content {
  padding: 20px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar {
  width: 75px;
  height: 75px;
}
@media (min-width: 1008px) {
  .wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-avatar {
    width: 100px;
    height: 100px;
  }
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title {
  max-width: 400px;
  margin-left: 120px;
  margin-right: 0px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1 {
  font-size: 20px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-title h1 {
    font-size: 24px;
  }
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper {
  max-width: 150px;
  width: 80%;
  margin-top: 40px;
  text-align: center;
  right: 10px;
  top: 10px;
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper a {
  color: darkgrey;
  font-size: 14px;
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 500;
  font-style: normal;
  height: 34px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: 1px solid darkgrey;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #fff !important;
}
@media (min-width: 1008px) {
  .wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper {
    width: initial;
    margin-top: 0;
  }
  .wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper a {
    width: initial;
  }
}
.wpe-wps-create-space #wp-spaces-create-wrapper #wpe-wps-create-space-preview-panel #wpe-wps-create-space-preview-screen #wpe-wps-header #wpe-wps-header-main .wpe-wps-header-nav a {
  border: 0;
}

html {
  height: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=main.css.map */
