.w2dc-content {
  font-size: 14px;
  direction: ltr;
  line-height: 1.7;
  white-space: initial;
}

.w2dc-content img {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

/************************   Bootstrap Additional CSS rules   ************************/
.w2dc-content .w2dc-form-control,
.w2dc-content .w2dc-form-control:focus {
  width: 100%;
  max-width: 100%;
  float: none;
  color: #555555;
  border: 1px solid #969696;
  border-radius: 2px;
  height: 48px;
  font-size: 16px;
  box-shadow: none !important;
  padding: 6px 12px;
}
.w2dc-content textarea.w2dc-form-control,
.w2dc-content textarea.w2dc-form-control:focus {
  height: auto;
}
.w2dc-content input.w2dc-form-control::-webkit-input-placeholder {
  color: #777777;
}
.w2dc-content input.w2dc-form-control::-moz-placeholder {
  color: #777777;
}
.w2dc-content input.w2dc-form-control:-moz-placeholder {
  color: #777777;
}
.w2dc-content input.w2dc-form-control:-ms-input-placeholder {
  color: #777777;
}
.w2dc-content .w2dc-form-horizontal .w2dc-control-label {
  text-align: left;
  margin: 0;
  padding: 0;
}
.w2dc-content .w2dc-has-feedback .w2dc-form-control:focus {
  padding-right: 42.5px;
}
.w2dc-content .w2dc-form-control-feedback {
  z-index: 0;
  display: inline;
  top: 0;
  cursor: pointer;
  height: 100%;
  line-height: 48px;
}
.w2dc-content .w2dc-label {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 3px;
  vertical-align: inherit;
}
.w2dc-content .w2dc-form-control-feedback.w2dc-glyphicon {
  color: #777777;
  font-size: 18px;
}
.w2dc-content .w2dc-form-group {
  margin-bottom: 15px !important;
  /* !important needed so JS COmposer can not break this by his *:last-child rules */
  overflow: hidden;
}
.w2dc-content .w2dc-nav-tabs > li.w2dc-active > a,
.w2dc-content .w2dc-nav-tabs > li.w2dc-active > a:hover,
.w2dc-content .w2dc-nav-tabs > li.w2dc-active > a:focus {
  cursor: pointer;
}
.w2dc-content .w2dc-popover {
  max-width: 500px;
}
.w2dc-content .w2dc-list-group {
  margin-left: 0;
}
.w2dc-content .w2dc-tooltip-inner {
  background-color: #3b3b3b;
  border-radius: 2px;
  padding: 10px;
}
.w2dc-content .w2dc-tooltip.w2dc-top .w2dc-tooltip-arrow {
  border-top-color: #3b3b3b;
}
.w2dc-content .w2dc-tooltip.w2dc-in {
  opacity: 1;
}
.w2dc-content .w2dc-btn-default:hover {
  background-color: #f3f4f7;
}
.w2dc-content input[type="checkbox"],
.w2dc-content input[type="radio"] {
  position: relative;
}
.w2dc-content .w2dc-btn-group .w2dc-dashboard-btn-mobile + .w2dc-btn,
.w2dc-content .w2dc-btn-group .w2dc-dashboard-btn-mobile + .w2dc-dashboard-btn-mobile {
  margin-left: -1px;
}
.w2dc-content .w2dc-progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w2dc-content .w2dc-panel-heading {
  padding: 10px 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.w2dc-content .w2dc-panel-heading > .w2dc-dropdown .w2dc-dropdown-toggle {
  color: inherit;
}

.w2dc-content .w2dc-btn:hover,
.w2dc-content .w2dc-btn:focus,
.w2dc-content .w2dc-btn:active,
.w2dc-content .w2dc-btn.w2dc-active {
  background-image: none;
  box-shadow: unset;
}

.w2dc-content .w2dc-btn {
  margin: 0;
  max-width: 100%;
  float: none;
  border-radius: 2px;
  height: 48px;
  font-size: 16px;
  padding: 12px;
}

.w2dc-content .w2dc-dashboard-tabs-content .w2dc-btn-group .w2dc-btn {
  height: auto;
  font-size: 14px;
  padding: 8px;
}

.w2dc-content .w2dc-checkbox,
.w2dc-content .w2dc-radio {
  margin-top: 0;
}

.w2dc-content .w2dc-checkbox label,
.w2dc-content .w2dc-radio label {
  position: relative;
  padding-left: 30px;
}

.w2dc-checkbox input,
.w2dc-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.w2dc-checkbox .w2dc-control-indicator,
.w2dc-radio .w2dc-control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  font-family: 'Glyphicons Halflings';
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #2393ba;
}

.w2dc-radio .w2dc-control-indicator {
  border-radius: 50%;
}

/* Checked state */
.w2dc-checkbox label input:checked ~ .w2dc-control-indicator,
.w2dc-radio label input:checked ~ .w2dc-control-indicator {
  border: none;
  background: #2393ba;
}

/* Disabled state */
.w2dc-checkbox label input:disabled ~ .w2dc-control-indicator,
.w2dc-radio label input:disabled ~ .w2dc-control-indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.w2dc-checkbox .w2dc-control-indicator:after {
  position: absolute;
  display: none;
  content: "\e013";
}

.w2dc-radio .w2dc-control-indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.w2dc-checkbox input:checked ~ .w2dc-control-indicator:after,
.w2dc-radio input:checked ~ .w2dc-control-indicator:after {
  display: block;
  color: #FFFFFF;
}

/* Checkbox tick */
.w2dc-checkbox .w2dc-control-indicator:after {
  font-size: 12px;
  left: 5px;
}

/* Disabled tick colour */
.w2dc-checkbox input:disabled ~ .w2dc-control-indicator:after {
  border-color: #CCCCCC;
}

/* Radio button inner circle */
.w2dc-radio .w2dc-control-indicator:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.w2dc-radio input:disabled ~ .w2dc-control-indicator:after {
  background: #7b7b7b;
}

.w2dc-content select:not(.w2dc-week-day-input) {
  background-image: linear-gradient(50deg, transparent 50%, white 50%), linear-gradient(130deg, white 50%, transparent 50%), linear-gradient(to right, #2393ba, #2393ba) !important;
  background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%, 100% 0 !important;
  background-size: 6px 6px, 6px 6px, 2em 48px !important;
  background-repeat: no-repeat !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  padding: 3px 12px !important;
}

.w2dc-content select:not(.w2dc-week-day-input)::-ms-expand {
  display: none;
}

.w2dc-content select:not(.w2dc-week-day-input):focus {
  background-image: linear-gradient(130deg, transparent 50%, white 50%), linear-gradient(50deg, white 50%, transparent 50%), linear-gradient(to right, #2393ba, #2393ba) !important;
}

.w2dc-content .w2dc-btn,
.w2dc-content a,
.w2dc-content button,
.w2dc-content input[type="button"] {
  transition: all 0.1s linear 0s;
}

.w2dc-content .w2dc-btn:focus,
.w2dc-content a:focus,
.w2dc-content button:focus,
.w2dc-content input[type="button"]:focus {
  outline: 0;
}

div.w2dc-content .w2dc-btn-primary, div.w2dc-content a.w2dc-btn-primary,
div.w2dc-content .w2dc-btn-primary:hover, div.w2dc-content a.w2dc-btn-primary:hover
div.w2dc-content .w2dc-btn-primary:visited, div.w2dc-content a.w2dc-btn-primary:visited,
div.w2dc-content .w2dc-btn-primary:focus, div.w2dc-content a.w2dc-btn-primary:focus {
  background-image: none;
}

.w2dc-categories-table,
.w2dc-locations-table {
  margin-bottom: 20px;
}

.w2dc-categories-row,
.w2dc-locations-row {
  margin-bottom: 15px;
}

.w2dc-terms-menu.w2dc-terms-depth-1 .w2dc-categories-row,
.w2dc-terms-menu.w2dc-terms-depth-1 .w2dc-locations-row {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .w2dc-categories-row,
  .w2dc-locations-row {
    margin-bottom: 0;
  }

  .w2dc-categories-column,
  .w2dc-locations-column {
    margin-bottom: 15px;
  }
}
.w2dc-category-item,
.w2dc-location-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.w2dc-content.w2dc-terms-menu .w2dc-categories-root,
.w2dc-content.w2dc-terms-menu .w2dc-locations-root {
  background-image: none !important;
  border-bottom: 1px solid #CCCCCC;
}

.w2dc-content .w2dc-categories-root a,
.w2dc-content .w2dc-subcategories a,
.w2dc-content .w2dc-locations-root a,
.w2dc-content .w2dc-sublocations a {
  display: block;
}

.w2dc-content .w2dc-categories-root a,
.w2dc-content .w2dc-locations-root a {
  padding: 35px 10px;
}

.w2dc-content.w2dc-terms-menu .w2dc-categories-root a,
.w2dc-content.w2dc-terms-menu .w2dc-locations-root a {
  padding: 10px;
}

.w2dc-content .w2dc-categories-root a,
.w2dc-content .w2dc-categories-root a:hover,
.w2dc-content .w2dc-categories-root a:visited,
.w2dc-content .w2dc-categories-root a:focus,
.w2dc-content .w2dc-locations-root a,
.w2dc-content .w2dc-locations-root a:hover,
.w2dc-content .w2dc-locations-root a:visited,
.w2dc-content .w2dc-locations-root a:focus {
  background-color: rgba(33, 33, 33, 0.45);
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

.w2dc-content .w2dc-categories-root a:hover,
.w2dc-content .w2dc-locations-root a:hover {
  background-color: rgba(33, 33, 33, 0.55);
}

.w2dc-content.w2dc-terms-menu .w2dc-categories-root a,
.w2dc-content.w2dc-terms-menu .w2dc-categories-root a:hover,
.w2dc-content.w2dc-terms-menu .w2dc-categories-root a:visited,
.w2dc-content.w2dc-terms-menu .w2dc-categories-root a:focus,
.w2dc-content.w2dc-terms-menu .w2dc-locations-root a,
.w2dc-content.w2dc-terms-menu .w2dc-locations-root a:hover,
.w2dc-content.w2dc-terms-menu .w2dc-locations-root a:visited,
.w2dc-content.w2dc-terms-menu .w2dc-locations-root a:focus {
  background-color: inherit;
  color: inherit;
  text-align: left;
}

.w2dc-content .w2dc-subcategories a,
.w2dc-content .w2dc-sublocations a {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
  text-decoration: none;
}

.w2dc-content .w2dc-subcategories li:last-child a,
.w2dc-content .w2dc-sublocations li:last-child a,
.w2dc-terms-menu.w2dc-terms-depth-1 .w2dc-categories-row:last-child .w2dc-categories-root,
.w2dc-terms-menu.w2dc-terms-depth-1 .w2dc-locations-row:last-child .w2dc-locations-root {
  border-bottom: none;
}

.w2dc-categories-grid .w2dc-term-label,
.w2dc-locations-grid .w2dc-term-label {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.w2dc-category-count,
.w2dc-location-count {
  float: right;
}

.w2dc-categories-sidebar-widget .w2dc-category-count,
.w2dc-locations-sidebar-widget .w2dc-location-count {
  float: none;
}

.w2dc-term-label-justify {
  display: inline-block;
}

.w2dc-categories-sidebar-widget .w2dc-term-label,
.w2dc-locations-sidebar-widget .w2dc-term-label {
  display: flex;
  justify-content: space-between;
}

.w2dc-content ul li.w2dc-category-item:after,
.w2dc-content ul li.w2dc-location-item:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

.w2dc-categories-grid .w2dc-categories-root a,
.w2dc-locations-grid .w2dc-locations-root a {
  font-weight: bold;
  border-radius: 5px;
}

.w2dc-categories-grid .w2dc-categories-root,
.w2dc-locations-grid .w2dc-locations-root {
  border-radius: 5px;
}

.w2dc-categories-grid.w2dc-terms-columns-1 .w2dc-categories-root a,
.w2dc-locations-grid.w2dc-terms-columns-1 .w2dc-locations-root a {
  /* padding: 250px 10px; */
  height: 550px;
  font-size: 2.2em;
}

.w2dc-categories-grid.w2dc-terms-columns-2 .w2dc-categories-root a,
.w2dc-locations-grid.w2dc-terms-columns-2 .w2dc-locations-root a {
  /* padding: 150px 10px; */
  height: 345px;
  font-size: 2em;
}

.w2dc-categories-grid.w2dc-terms-columns-3 .w2dc-categories-root a,
.w2dc-locations-grid.w2dc-terms-columns-3 .w2dc-locations-root a {
  /* padding: 100px 10px; */
  height: 240px;
  font-size: 1.8em;
}

.w2dc-categories-grid.w2dc-terms-columns-4 .w2dc-categories-root a,
.w2dc-locations-grid.w2dc-terms-columns-4 .w2dc-locations-root a {
  /* padding: 60px 10px; */
  height: 155px;
  font-size: 1.2em;
}

.w2dc-categories-grid .w2dc-categories-root a.w2dc-grid-item-tall,
.w2dc-locations-grid .w2dc-locations-root a.w2dc-grid-item-tall {
  height: 535px;
  font-size: 1.8em;
}

/* Maximum width of 992 pixels. */
@media screen and (max-width: 992px) {
  .w2dc-categories-grid .w2dc-categories-root a.w2dc-grid-item-tall,
  .w2dc-locations-grid .w2dc-locations-root a.w2dc-grid-item-tall {
    height: 260px;
  }
}
.w2dc-categories-grid .w2dc-categories-root a.w2dc-grid-item-normal,
.w2dc-locations-grid .w2dc-locations-root a.w2dc-grid-item-normal {
  height: 260px;
  font-size: 1.8em;
}

.w2dc-categories-widget .w2dc-categories-root,
.w2dc-locations-widget .w2dc-locations-root {
  margin: 0;
  background-color: transparent !important;
}

.w2dc-subcategories ul,
.w2dc-sublocations ul {
  margin: 0;
  padding: 0;
}

.w2dc-subcategories ul li,
.w2dc-sublocations ul li {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  background-color: #F2F2F2;
}

.w2dc-terms-menu .w2dc-subcategories ul li,
.w2dc-terms-menu .w2dc-sublocations ul li {
  background-color: inherit;
}

.w2dc-subcategories ul li:before,
.w2dc-sublocations ul li:before,
.w2dc-subcategories ul li:before,
.w2dc-sublocations ul li:before {
  content: none !important;
}

/* Decrease gutters between search fields and submit button in one row */
/* Minimum width of 768 pixels. */
@media screen and (min-width: 992px) {
  .w2dc-categories-row .w2dc-col-md-3 ~ .w2dc-col-md-3,
  .w2dc-categories-row .w2dc-col-md-3 ~ .w2dc-col-md-6,
  .w2dc-categories-row .w2dc-col-md-4 ~ .w2dc-col-md-4,
  .w2dc-categories-row .w2dc-col-md-6 ~ .w2dc-col-md-6,
  .w2dc-categories-row .w2dc-col-md-6 ~ .w2dc-col-md-3,
  .w2dc-categories-row .w2dc-col-md-7 ~ .w2dc-col-md-5,
  .w2dc-locations-row .w2dc-col-md-3 ~ .w2dc-col-md-3,
  .w2dc-locations-row .w2dc-col-md-3 ~ .w2dc-col-md-6,
  .w2dc-locations-row .w2dc-col-md-4 ~ .w2dc-col-md-4,
  .w2dc-locations-row .w2dc-col-md-6 ~ .w2dc-col-md-6,
  .w2dc-locations-row .w2dc-col-md-6 ~ .w2dc-col-md-3,
  .w2dc-locations-row .w2dc-col-md-7 ~ .w2dc-col-md-5 {
    padding-left: 0;
  }
}
.w2dc-terms-order-letter {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

.w2dc-field-output-block {
  margin: 10px 0;
  overflow: hidden;
}

.w2dc-field-name {
  font-weight: bold;
}

.w2dc-field-caption {
  vertical-align: top;
}

.w2dc-field-caption .w2dc-field-icon {
  vertical-align: top;
  color: #2393ba;
}

.w2dc-field-caption .w2dc-field-icon-image {
  width: 25px;
  min-height: 25px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

img.w2dc-field-icon {
  box-shadow: none  !important;
  margin: 0 5px 0 0;
  display: inline-block !important;
  vertical-align: middle  !important;
}

span.w2dc-field-icon {
  /* padding-right: 5px;
  width: 20px; */
  padding-right: 21px;
  width: 21px;
  line-height: 1.3;
  font-size: 1.3em;
}

.w2dc-listings-block .w2dc-field-content {
  display: inline-block;
}

.w2dc-listings-block .w2dc-field-content p {
  margin-bottom: 0;
}

.w2dc-listings-block .w2dc-field-content.w2dc-field-description {
  display: block;
}

.w2dc-listings-block .w2dc-field-addresses {
  display: inline;
}

.w2dc-listings-block .w2dc-field-addresses address {
  display: inline;
}

.w2dc-listings-block .w2dc-field-addresses address:after {
  content: "\a";
  white-space: pre;
}

.w2dc-field-output-block-address .w2dc-field-caption {
  display: inline-block;
}

.w2dc-content address {
  font-style: italic;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
}

.w2dc-hours-field strong {
  display: inline-block;
  width: 160px;
}

.w2dc-week-day-input {
  width: auto;
  display: inline !important;
}

.w2dc-content .w2dc-category-label,
.w2dc-content .w2dc-tag-label {
  margin-bottom: 2px;
  padding: 7px;
  font-size: 12px;
  border-radius: 2px;
  background-color: #f3f4f7;
  border: 2px solid #2393ba;
  color: #2393ba;
  text-decoration: none;
}

.w2dc-field-output-block-string .w2dc-field-phone-content,
.w2dc-field-output-block-website .w2dc-field-content {
  color: #2393ba;
  font-weight: bold;
}

.w2dc-listings-block .w2dc-field-output-block-checkbox ul,
.w2dc-listing-single .w2dc-field-output-block-checkbox ul {
  display: block;
  overflow: auto;
}

.w2dc-listing-single .w2dc-field-output-block-checkbox ul {
  margin: 0;
}

.w2dc-fields-group .w2dc-field-output-block-checkbox ul {
  display: inline-block;
  width: calc(100% - 150px);
}

.w2dc-field-output-block-checkbox ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 0 10px;
}

.w2dc-field-output-block-checkbox ul li:last-child {
  padding-bottom: 0;
}

.w2dc-listing-single ul.w2dc-checkboxes-columns-1 li {
  float: none;
  width: 100%;
}

.w2dc-listing-single ul.w2dc-checkboxes-columns-2 li {
  float: left;
  width: 50%;
}

.w2dc-listing-single ul.w2dc-checkboxes-columns-3 li {
  float: left;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .w2dc-field-output-block-checkbox ul li {
    float: none;
    width: 100%;
  }
}
.w2dc-field-checkbox-item {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 19px;
  margin: 0px 5px 0 0;
  width: 19px;
  display: inline-block;
}

.w2dc-field-checkbox-item-checked span {
  color: #2393ba;
}

.w2dc-field-checkbox-item-unchecked span {
  color: #FF6D6D;
}

.w2dc-field-checkbox-item-unchecked {
  opacity: 0.4;
}

.w2dc-fields-group {
  margin: 40px 0;
  overflow: auto;
  width: 100%;
}

.w2dc-single-listing-text-content-wrap .w2dc-fields-group:first-child {
  overflow: inherit;
  /* Wrap images gallery by the first fields group */
}

.w2dc-fields-group:after {
  clear: both;
  content: "";
  display: table;
}

.w2dc-fields-group .w2dc-fields-group-caption {
  border-bottom: 4px solid #CCCCCC;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0;
  padding: 0 0 10px;
  overflow: hidden;
  text-transform: uppercase;
}

.w2dc-fields-group .w2dc-field-output-block {
  border-bottom: 1px solid #CCCCCC;
  margin: 10px 0;
  padding: 0 0 10px;
  overflow: hidden;
  /* temporarily */
}

.w2dc-fields-group .w2dc-field-output-block:last-child {
  border-bottom: none;
}

.w2dc-fields-group .w2dc-field-caption {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  width: 140px;
}

.w2dc-fields-group .w2dc-field-caption-short {
  width: auto;
}

.w2dc-fields-group .w2dc-field-content {
  display: inline-block;
  padding: 0 5px;
}

.w2dc-fields-group ul.w2dc-field-content {
  margin: 0;
}

.w2dc-fields-group .w2dc-field-content.w2dc-field-description {
  display: block;
}

/************************   AJAX COMMENTS   ************************/
.w2dc-comments-profile-pic {
  float: left;
  margin: 0 10px 10px 0;
}

.w2dc-comments-profile-pic-container {
  margin: 0 10px 0 0;
  display: block;
  float: left;
  height: 32px;
  width: 32px;
}

.w2dc-comments-profile-pic:last-child {
  margin: 0 0 10px 0;
}

#w2dc_comments_ajax_target {
  overflow: auto;
}

.w2dc-comments-container > .w2dc-comments-container {
  margin-left: 20px;
}

.w2dc-comments-container .callout-container {
  width: 100%;
}

.w2dc-comments-container img {
  border: 0;
  max-width: 100%;
}

.w2dc-comments-container .w2dc-comments-p {
  float: left;
  font: normal 14px/1.5em helvetica, sans-serif;
  padding: 10px;
  margin: 10px 0;
  width: 97%;
}

.w2dc-comments-container .w2dc-comments-content,
.w2dc-comments-container .w2dc-comments-content-form {
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
}

.w2dc-comments-container .w2dc-comments-content-form {
  margin: 20px 0;
}

.w2dc-comments-container textarea {
  height: 40px;
  min-height: 40px;
  width: 80%;
  resize: none;
  overflow: auto;
  vertical-align: top;
}

.w2dc-comments-container time {
  font: normal 11px/1 helvetica, sans-serif;
  margin: 10px 0 0;
  float: left;
}

.w2dc-comments-more-container {
  display: none;
  padding: 0 0 0 42px;
}

.w2dc-comments-more-container .w2dc-comments-field {
  float: left;
  padding: 0 5px 0 0;
  width: 33%;
}

.w2dc-comments-more-container .w2dc-comments-field:last-child {
  margin: 0;
}

.w2dc-comments-more-handle a {
  font-weight: bold;
  left: 5px;
  position: relative;
  text-transform: uppercase;
}

.w2dc-comments-content-form *:focus {
  outline: none;
}

.w2dc-comments-content-form input[type="url"],
.w2dc-comments-content-form input[type="email"],
.w2dc-comments-content-form input[type="text"],
.w2dc-comments-content-form textarea {
  border: 1px solid #BBB;
  font: normal 13px/1.3em Helvetica, sans-serif, arial;
  padding: 6px;
}

.w2dc-comments-more-container .w2dc-comments-field input[type="text"],
.w2dc-comments-more-container .w2dc-comments-field input[type="email"],
.w2dc-comments-more-container .w2dc-comments-field input[type="url"] {
  margin: 5px 0 0;
  width: 100%;
}

.w2dc-comments-content-form input[type="text"]:hover,
.w2dc-comments-content-form textarea:hover {
  border: 1px solid #333;
}

.w2dc-comments-content-comment-fields {
  background: rgba(0, 0, 0, 0.04);
}

.w2dc-comments-highlight {
  background: #FFFFD7;
}

.w2dc-comments-administrator {
  border-left: 2px solid #F00;
  margin-left: -2px;
}

.w2dc-comments-allowed-tags-container {
  word-wrap: normal;
  margin: 5px 50px 5px 0;
  color: #C0C0C0;
  font-weight: 300;
  text-shadow: 1px 1px 0 #FFF;
}

.w2dc-comments-content blockquote {
  font-style: italic;
  border-left: 1px solid #DDD;
  float: left;
  padding: 3px 10px;
  margin: 5px 0;
  color: #888;
}

/* .ui-widget-content.w2dc-dropdowns-menu {
	background-color: $dropdown-menu-background-color;
} */
/* full screen map requires menu to have giant z-index (when it is not on sticky-scroll map)  */
body > .w2dc-dropdowns-menu {
  z-index: 100002;
}

.w2dc-dropdowns-menu-search {
  line-height: 1.7;
}

.w2dc-dropdowns-menu-search-counter,
.w2dc-dropdowns-menu-search-note {
  font-weight: normal;
  font-size: 10px;
  right: 8px;
  position: absolute;
}

.w2dc-dropdowns-menu-search-sublabel {
  display: block;
  font-size: 11px;
  color: #2d2d2d;
}

.w2dc-dropdowns-menu-search-sublabel b {
  color: #2d2d2d;
}

.w2dc-dropdowns-menu-search-root.w2dc-dropdowns-menu-search-term {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-weight: bold;
}

.w2dc-dropdowns-menu-search-term {
  padding-right: 50px;
}

.w2dc-dropdowns-menu.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.w2dc-content .ui-selectmenu-menu .ui-icon,
.w2dc-dropdowns-menu.ui-autocomplete .ui-icon {
  width: 32px;
  height: 32px;
  left: 9px;
}

.w2dc-dropdowns-menu.ui-autocomplete .w2dc-dropdowns-menu-search-listing .ui-icon {
  width: 42px;
  height: 42px;
  left: 4px;
}

.w2dc-dropdowns-menu.ui-menu .ui-menu-item {
  color: #000000;
  padding: 3px 8px 3px 50px !important;
  font-family: inherit;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #e6dada;
}

.w2dc-dropdowns-menu.ui-menu .ui-menu-item.ui-state-hover,
.w2dc-dropdowns-menu.ui-menu .ui-menu-item.ui-state-focus {
  border: none;
  border-bottom: 1px solid #e6dada;
  background: none;
  background-color: #dcf0f8;
  font-weight: inherit;
  color: #000000;
  margin: 0;
  padding: 3px 8px 3px 50px !important;
}

.w2dc-dropdowns-menu-only-address.ui-menu .ui-menu-item,
.w2dc-dropdowns-menu-only-address.ui-menu .ui-menu-item.ui-state-hover,
.w2dc-dropdowns-menu-only-address.ui-menu .ui-menu-item.ui-state-focus {
  padding: 3px 8px 3px 8px !important;
}

.w2dc-dropdowns-menu.ui-menu .ui-menu-item a {
  color: #000000;
}

.w2dc-dropdowns-menu.ui-menu .ui-menu-item a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.w2dc-content .w2dc-form-control.ui-autocomplete-input[readonly] {
  cursor: pointer;
  background-color: #FFFFFF;
}

/************************ Listings Block ************************/
.w2dc-featured-label {
  overflow: hidden;
  padding: 3px 5px;
  font-size: 90%;
  border-radius: 2px;
  background-color: #1f82a5;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

.w2dc-sticky-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  /* z-index: 1; */
  overflow: hidden;
  width: 65px;
  height: 65px;
  text-align: right;
}

.w2dc-sticky-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 85px;
  display: block;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 14px;
  right: -18px;
  background-color: #1f82a5;
}

.w2dc-sticky-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #1f82a5;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1f82a5;
}

.w2dc-sticky-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1f82a5;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1f82a5;
}

.w2dc-search-param {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #2393ba;
  color: #FFFFFF;
  padding: 2px 7px;
  border-radius: 3px;
}

.w2dc-search-param .w2dc-search-param-delete {
  float: right;
  margin-left: 10px;
}

.w2dc-search-param .w2dc-search-param-delete,
.w2dc-search-param .w2dc-search-param-delete:hover,
.w2dc-search-param .w2dc-search-param-delete:focus,
.w2dc-search-param .w2dc-search-param-delete:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.w2dc-visible-search-params:after {
  clear: both;
  content: " ";
  display: table;
}

.w2dc-listings-orderby {
  position: relative;
  display: inline-block;
}

.w2dc-listings-orderby-links-group {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 5px;
}

.w2dc-listings-orderby:hover .w2dc-listings-orderby-links-group {
  display: block;
}

.w2dc-btn.w2dc-listings-orderby-link {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: left;
  border-radius: 0;
}

.w2dc-btn.w2dc-listings-orderby-link:hover {
  background-color: #f1f1f1;
}

.w2dc-listings-block {
  margin-bottom: 20px;
}

.w2dc-listings-block-header {
  margin-bottom: 20px;
}

.w2dc-listings-block-content:after {
  clear: both;
  content: " ";
  display: table;
}

.w2dc-listing {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
}

article.w2dc-listing {
  clear: none;
}

.w2dc-listings-block .w2dc-listing {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.w2dc-listing.w2dc-hidden-content {
  border-top: 0;
  border-bottom: 0;
}

.w2dc-listings-list-view .w2dc-listing-text-content-wrap {
  padding-left: 10px;
}

.w2dc-listings-block .w2dc-listing-text-content-wrap-nologo {
  padding: 0;
}

.w2dc-single-listing-text-content-wrap {
  position: static;
}

.w2dc-single-listing-text-content-wrap:after {
  content: '';
  display: block;
  clear: both;
}

header.w2dc-listing-header {
  overflow: hidden;
}

header.w2dc-listing-header h2 {
  margin: 10px 0;
  padding: 0;
}

.w2dc-listings-block .w2dc-listing-logo-wrap .w2dc-featured-label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  display: block;
  margin-top: 0;
}
.w2dc-listings-block .w2dc-listing-logo-wrap header.w2dc-listing-header {
  width: 100%;
  text-align: left;
  padding: 10px;
  clear: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.w2dc-listings-block .w2dc-listing-logo-wrap header.w2dc-listing-header:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 50%);
  /* background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, #000000 50%); */
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
}
.w2dc-listings-block .w2dc-listing-logo-wrap header.w2dc-listing-header h2 {
  line-height: 1.5em;
  margin: 0;
  display: inline-block;
  text-align: left;
}
.w2dc-listings-block .w2dc-listing-logo-wrap header.w2dc-listing-header h2,
.w2dc-listings-block .w2dc-listing-logo-wrap header.w2dc-listing-header h2 a,
.w2dc-listings-block .w2dc-listing-logo-wrap header.w2dc-listing-header h2 a:hover,
.w2dc-listings-block .w2dc-listing-logo-wrap header.w2dc-listing-header h2 a:focus,
.w2dc-listings-block .w2dc-listing-logo-wrap header.w2dc-listing-header h2 a:visited {
  color: #FFFFFF;
}
.w2dc-listings-block .w2dc-listing-logo-wrap .w2dc-listing-date {
  color: #FFFFFF;
}

header.w2dc-listing-header h2 a,
header.w2dc-listing-header h2 a:hover,
header.w2dc-listing-header h2 a:focus,
header.w2dc-listing-header h2 a:visited {
  font-weight: bold;
  text-decoration: none;
}

.w2dc-author-link,
.w2dc-listing-date,
.w2dc-views-counter {
  float: none;
  margin-right: 10px;
}

.w2dc-meta-data:before,
.w2dc-meta-data:after {
  content: '';
  display: block;
  clear: both;
}

.w2dc-remove-from-favourites-list {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.w2dc-video-iframe {
  height: 400px !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.w2dc-tab-content .fluidvids {
  padding-top: 400px !important;
}

em.w2dc-listing-date {
  font-size: 0.8em;
  display: block;
}

ul.w2dc-listing-tabs.w2dc-nav {
  margin: 20px 0;
}

/************************ Breadcrumbs ************************/
ol.w2dc-breadcrumbs {
  margin: 10px 0 20px 0 !important;
  padding: 0 !important;
  float: none;
}

ol.w2dc-breadcrumbs > li {
  display: inline;
  list-style: outside none none;
  margin: 0 !important;
}

.w2dc-options-links, .w2dc-found-listings {
  margin: 10px 0;
  overflow: hidden;
}

.w2dc-listings-block .w2dc-options-links a {
  text-decoration: none;
}

/************************ Listings Grid & Carousel ************************/
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .w2dc-views-links {
    display: none;
  }

  .w2dc-listings-block .w2dc-listing-text-content-wrap {
    overflow: hidden;
  }
}
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .w2dc-mobile-listings-grid-2 .w2dc-listing {
    float: left;
  }

  .w2dc-mobile-listings-grid-2 .w2dc-listings-block-content {
    margin-left: -15px;
    margin-right: -15px;
  }

  .w2dc-mobile-listings-grid-2 .w2dc-listing .w2dc-listing-logo-wrap {
    float: none !important;
    width: 100% !important;
    margin: 0;
  }

  .w2dc-mobile-listings-grid-2 .w2dc-listing .w2dc-listing-text-content-wrap {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .w2dc-mobile-listings-grid-2 .w2dc-listing {
    width: 49% !important;
  }

  .w2dc-mobile-listings-grid-2 .w2dc-listings-block-content .w2dc-listing:nth-child(2n+1) {
    clear: both;
    margin-right: 2%;
    margin-left: 0;
  }

  .w2dc-mobile-listings-grid-2 .w2dc-listings-block-content .w2dc-listing:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .w2dc-mobile-listings-grid-2 figure.w2dc-listing-logo .w2dc-listing-logo-img-wrap {
    display: block;
    position: relative;
    width: 100%;
  }

  .w2dc-mobile-listings-grid-2 figure.w2dc-listing-logo .w2dc-listing-logo-img-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .w2dc-mobile-listings-grid-2 figure.w2dc-listing-logo .w2dc-listing-logo-img {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w2dc-mobile-listings-grid-1 figure.w2dc-listing-logo .w2dc-listing-logo-img img {
    width: auto !important;
  }
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
  .w2dc-listings-grid .w2dc-listing {
    float: left;
  }

  .w2dc-listings-grid .w2dc-listings-block-content {
    margin-left: -15px;
    margin-right: -15px;
  }

  .w2dc-listings-grid .w2dc-listing .w2dc-listing-logo-wrap {
    float: none !important;
    width: 100% !important;
    margin: 0;
  }

  .w2dc-listings-grid .w2dc-listing .w2dc-listing-text-content-wrap {
    margin-left: 0 !important;
  }

  .w2dc-listings-grid-1 .w2dc-listing {
    width: 100% !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .w2dc-listings-grid-2 .w2dc-listing {
    width: 49% !important;
  }

  .w2dc-listings-grid-2 .w2dc-listings-block-content .w2dc-listing:nth-child(2n+1) {
    clear: both;
    margin-right: 2%;
    margin-left: 0;
  }

  .w2dc-listings-grid-2 .w2dc-listings-block-content .w2dc-listing:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .w2dc-listings-grid-3 .w2dc-listing {
    width: 32% !important;
  }

  .w2dc-listings-grid-3 .w2dc-listings-block-content .w2dc-listing:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
    margin-left: 0;
  }

  .w2dc-listings-grid-3 .w2dc-listings-block-content .w2dc-listing:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 0;
  }

  .w2dc-listings-grid-3 .w2dc-listings-block-content .w2dc-listing:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }

  .w2dc-listings-grid-4 .w2dc-listing {
    width: 24.25% !important;
  }

  .w2dc-listings-grid-4 .w2dc-listings-block-content .w2dc-listing:nth-child(4n+1) {
    clear: both !important;
    margin-right: 1% !important;
    margin-left: 0 !important;
  }

  .w2dc-listings-grid-4 .w2dc-listings-block-content .w2dc-listing:nth-child(4n+2),
  .w2dc-listings-grid-4 .w2dc-listings-block-content .w2dc-listing:nth-child(4n+3) {
    margin-right: 1% !important;
    margin-left: 0 !important;
  }

  .w2dc-listings-grid-4 .w2dc-listings-block-content .w2dc-listing:nth-child(4n) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.w2dc-listings-carousel {
  position: relative;
  overflow: hidden;
}

.w2dc-listings-carousel .w2dc-listings-block-content {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  position: relative;
}

.w2dc-listings-carousel .w2dc-listing {
  float: left;
  border: 0;
}

.w2dc-listings-carousel .w2dc-listing .w2dc-listing-logo-wrap {
  float: none !important;
  width: 100% !important;
  margin: 0;
}

.w2dc-listings-carousel .w2dc-listing .w2dc-listing-text-content-wrap {
  margin-left: 0 !important;
}

.w2dc-listings-carousel .w2dc-listings-block-content .w2dc-listing {
  margin: 0 10px 0 0 !important;
}

.w2dc-listings-carousel-wrapper {
  position: relative;
  margin: 0 auto;
}

.w2dc-listings-carousel-button-left,
.w2dc-listings-carousel-button-right {
  position: absolute;
  top: calc(50% - 25px);
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
}

.w2dc-listings-carousel-button-left {
  left: -60px;
}

.w2dc-listings-carousel-button-right {
  right: -60px;
}

.w2dc-listings-carousel-button-left:hover,
.w2dc-listings-carousel-button-right:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .w2dc-listings-carousel-button-left,
  .w2dc-listings-carousel-button-right {
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
  }

  .w2dc-listings-carousel-button-left {
    left: -5px;
  }

  .w2dc-listings-carousel-button-right {
    right: -5px;
  }
}
/************************ Listings Logo ************************/
.w2dc-listing-logo-wrap {
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
}

.w2dc-listing-logo .w2dc-listing-logo-img {
  width: 100%;
}

figure.w2dc-listing-logo {
  margin: 0;
  padding: 0;
  position: relative;
}

figure.w2dc-listing-logo .w2dc-listing-logo-img-wrap {
  display: block;
  overflow: hidden;
}

/* listing logo will be square in grid view */
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
  .w2dc-listings-grid figure.w2dc-listing-logo .w2dc-listing-logo-img-wrap {
    display: block;
    position: relative;
    width: 100%;
  }

  .w2dc-listings-grid figure.w2dc-listing-logo .w2dc-listing-logo-img-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .w2dc-listings-grid figure.w2dc-listing-logo .w2dc-listing-logo-img {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w2dc-listings-list-view .w2dc-listing .w2dc-listing-logo-wrap {
    float: left;
  }

  .w2dc-listings-list-view .w2dc-listing .w2dc-listing-logo-wrap:after {
    clear: both;
    content: " ";
    display: table;
  }
}
.w2dc-listings-carousel figure.w2dc-listing-logo .w2dc-listing-logo-img-wrap {
  display: block;
  position: relative;
  width: 100%;
}

.w2dc-listings-carousel figure.w2dc-listing-logo .w2dc-listing-logo-img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.w2dc-listings-carousel figure.w2dc-listing-logo .w2dc-listing-logo-img {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.w2dc-listing-logo .w2dc-listing-logo-img {
  max-width: 100%;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* @media screen and (max-width: $mobile-screen-width) {
	figure.w2dc-listing-logo .w2dc-listing-logo-img {
		background-size: contain !important;
	}
} */
/* We are working with background image, so hide native image */
figure.w2dc-listing-logo .w2dc-listing-logo-img img {
  visibility: hidden;
  float: none;
}

/* native image in grid view must not take place because we load high resolution images */
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
  .w2dc-listings-grid figure.w2dc-listing-logo .w2dc-listing-logo-img img,
  .w2dc-listings-carousel figure.w2dc-listing-logo .w2dc-listing-logo-img img {
    width: 0;
  }
}
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .w2dc-listings-block figure.w2dc-listing-logo .w2dc-listing-logo-img img {
    /* visibility: visible; */
    width: auto;
    max-width: 100%;
  }
}
/* hide figcaption for touchscreens and when we selected no effect */
.w2dc-touch figure.w2dc-listing-logo .w2dc-figcaption,
.w2dc-no-anim-style figure.w2dc-listing-logo .w2dc-figcaption {
  display: none;
}

figure.w2dc-listing-logo .w2dc-figcaption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  figure.w2dc-listing-logo .w2dc-figcaption {
    font-size: 18px;
    padding: 20px;
  }
}
figure.w2dc-listing-logo .w2dc-figcaption {
  height: 100%;
  margin: 0px auto;
  text-align: center;
}

figure.w2dc-listing-logo .w2dc-figcaption .w2dc-figcaption-middle {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.w2dc-figcaption-summary {
  color: #FFFFFF;
  padding: 0 10px;
}

.w2dc-figcaption-summary a,
.w2dc-figcaption-summary a:hover,
.w2dc-figcaption-summary a:visited,
.w2dc-figcaption-summary a:focus {
  color: #FFFFFF !important;
}

/* Hover Animation Style */
.w2dc-anim-style figure.w2dc-listing-logo figcaption {
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.w2dc-anim-style figure.w2dc-listing-logo:hover figcaption {
  opacity: 0.9;
}

.w2dc-listing-figcaption-option a,
.w2dc-listing-figcaption-option a:hover,
.w2dc-listing-figcaption-option a:visited,
.w2dc-listing-figcaption-option a:focus {
  color: #FFFFFF !important;
  display: block;
}

/* Listing Figcaption options */
.w2dc-figcaption ul.w2dc-figcaption-options {
  padding: 10px 0;
  margin: 0;
}

.w2dc-figcaption li.w2dc-listing-figcaption-option {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.w2dc-figcaption li.w2dc-listing-figcaption-option:before,
.w2dc-figcaption li.w2dc-listing-figcaption-option:after {
  background: none;
  margin: 0;
  padding: 0;
  display: none;
}

.w2dc-figcaption li.w2dc-listing-figcaption-option a,
.w2dc-figcaption li.w2dc-listing-figcaption-option a:hover {
  text-decoration: none;
  border: none;
}

.w2dc-figcaption li.w2dc-listing-figcaption-option a span {
  font-size: 24px;
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 5px;
}

.w2dc-figcaption li.w2dc-listing-figcaption-option a span:hover {
  border: 2px solid #FFF !important;
}

/************************ Listings Share buttons ************************/
.w2dc-content .w2dc-share-buttons {
  margin: 10px 0;
}

.w2dc-content .w2dc-share-button {
  margin: 0 10px 10px 0;
  display: inline-block;
}

.w2dc-content .w2dc-share-button a {
  text-decoration: none;
  box-shadow: none;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.w2dc-content .w2dc-share-button a img {
  opacity: 0.5;
}

.w2dc-touch .w2dc-content .w2dc-share-button a img {
  opacity: 1;
}

.w2dc-content .w2dc-share-button a img:hover {
  opacity: 1;
}

.w2dc-share-count:after, .w2dc-share-count:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w2dc-share-count:after {
  border-color: rgba(224, 221, 221, 0);
  border-right-color: #f5f5f5;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}

.w2dc-share-count:before {
  border-color: rgba(85, 94, 88, 0);
  border-right-color: #e0dddd;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}

.w2dc-share-count {
  display: inline-block;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
  border-radius: 6px;
  position: relative;
  border: 1px solid #e0dddd;
  background: none repeat scroll 0 0 #f5f5f5;
}

#w2dc-ajax-loader-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.w2dc-ajax-target-loading {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.w2dc-loader:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #2393ba;
  border-bottom-color: #2393ba;
  animation: w2dc-spinner .8s ease infinite;
}

.w2dc-loader.w2dc-loader-max-top:before {
  top: 300px;
}

@keyframes w2dc-spinner {
  to {
    transform: rotate(360deg);
  }
}
.w2dc-search-input-reset:before {
  content: '\e014' !important;
  box-sizing: unset;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  border: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.w2dc-search-input-loader:before {
  content: '' !important;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #777777;
  border-bottom-color: #777777;
  animation: w2dc-spinner .8s ease infinite;
}

.w2dc-ajax-iloader {
  margin: 0px auto;
  width: 50px;
  height: 22px;
  text-align: center;
  font-size: 10px;
}

.w2dc-ajax-iloader > div {
  background-color: #FFF;
  margin-left: 3px;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.w2dc-ajax-iloader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.w2dc-ajax-iloader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.w2dc-ajax-iloader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.w2dc-ajax-iloader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/************************ Maps and Info Window ************************/
.w2dc-maps-canvas {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.w2dc-maps-canvas .gm-style img {
  max-width: none !important;
  box-shadow: none !important;
}

.w2dc-maps-canvas .gm-style label {
  width: auto !important;
  display: inline !important;
}

/* This CSS rule will stop the vertical Google Map copyright label in IE */
.w2dc-maps-canvas .gm-style-cc > div {
  word-wrap: normal;
}

.w2dc-maps-canvas-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  margin-bottom: 20px;
}

.w2dc-maps-canvas-wrapper.w2dc-sticky-scroll {
  border-radius: 0;
  border: 0;
}

.w2dc-maps-direction-route {
  margin: 20px 0;
}

.w2dc-map-info-window {
  border-radius: 5px;
}

.w2dc-content .mapboxgl-popup-content {
  padding: 0;
}

.w2dc-map-info-window,
.w2dc-map-info-window-tongue {
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}

.w2dc-map-info-window-title,
.w2dc-map-info-window-title a.w2dc-map-info-window-title-link,
.w2dc-map-info-window-title a.w2dc-map-info-window-title-link:hover,
.w2dc-map-info-window-title a.w2dc-map-info-window-title-link:visited,
.w2dc-map-info-window-title a.w2dc-map-info-window-title-link:focus {
  color: #ffffff;
}

.w2dc-map-info-window-title {
  padding: 5px;
  border-radius: 5px 5px 0 0;
}

.gm-style div.w2dc-map-info-window-title,
.gm-style div.w2dc-map-info-window-title a.w2dc-map-info-window-title-link,
.mapboxgl-map div.w2dc-map-info-window-title,
.mapboxgl-map div.w2dc-map-info-window-title a.w2dc-map-info-window-title-link {
  font-weight: bold !important;
  font-size: 14px !important;
}

.w2dc-map-info-window-title .w2dc-close-info-window {
  float: right;
  font-size: 16px !important;
  cursor: pointer;
}

.w2dc-map-info-window-logo {
  float: right;
  padding: 5px;
}

.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a,
.mapboxgl-map div,
.mapboxgl-map span,
.mapboxgl-map label,
.mapboxgl-map a {
  font-size: 13px !important;
}

.w2dc-map-info-window-content {
  padding: 5px;
}

.w2dc-map-info-window-field {
  line-height: 1.7em;
}

.w2dc-map-field-icon {
  width: 12px;
  padding-right: 15px;
  vertical-align: top;
  line-height: 1.7em;
}

.w2dc-map-info-window-field strong {
  display: inline-block;
  width: 80px;
}

.w2dc-map-info-window-buttons,
.w2dc-map-info-window-buttons-single {
  padding: 5px;
}

.w2dc-map-listings-panel .w2dc-map-info-window-buttons,
.w2dc-map-listings-panel .w2dc-map-info-window-buttons-single {
  padding: 10px 0 0;
}

.w2dc-map-info-window-buttons a {
  width: 49%;
}

.w2dc-map-info-window-buttons a:first-child {
  float: left;
}

.w2dc-map-info-window-buttons a:last-child {
  float: right;
}

.w2dc-map-info-window-buttons-single a {
  float: none;
  width: 100%;
}

.infoBox > img {
  z-index: 100;
}

span.w2dc-show-on-map {
  cursor: pointer;
}

.w2dc-map-field-hours {
  display: inline-block;
}

/************************ Maps Draw Panel ************************/
.gm-style .w2dc-map-custom-controls {
  margin: 10px 10px 0;
}

.gm-style .w2dc-map-draw-panel {
  margin: 10px;
}

.w2dc-map-draw-panel button.w2dc-btn {
  display: block;
  border-radius: 0;
}

.w2dc-map-draw-panel button.w2dc-btn:first-child {
  border-radius: 2px 2px 0 0;
}

.w2dc-map-draw-panel button.w2dc-btn:last-child {
  border-radius: 0 0 2px 2px;
}

.w2dc-map-draw-panel button.w2dc-btn.w2dc-btn-primary,
.w2dc-map-draw-panel button.w2dc-btn.w2dc-btn-primary:hover,
.w2dc-map-draw-panel button.w2dc-btn.w2dc-btn-primary:focus,
.w2dc-map-draw-panel button.w2dc-btn.w2dc-btn-primary[disabled] {
  border-width: 1px;
  border-style: solid;
}

.w2dc-map-draw-panel button.w2dc-btn[disabled] {
  opacity: 0.75;
}

.w2dc-map-draw-panel button.w2dc-btn.w2dc-btn-primary.w2dc-btn-active {
  background: gray !important;
}

/************************ Maps Markers ************************/
.w2dc-map-marker,
.w2dc-map-marker-empty {
  border-radius: 50% 50% 50% 0;
  height: 40px;
  margin: -30% 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 40px;
  cursor: pointer;
  text-align: center;
}

.w2dc-map-marker:after {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 78%;
  left: 11%;
  position: absolute;
  top: 11%;
  width: 78%;
}

.w2dc-map-marker-empty:after {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 40%;
  left: 32%;
  position: absolute;
  top: 28%;
  width: 40%;
}

.w2dc-map-marker .w2dc-map-marker-icon {
  font-size: 22px !important;
  position: relative;
  top: 22%;
  left: 1%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
  vertical-align: middle;
}

.w2dc-mapbox-marker,
.w2dc-mapbox-cluster {
  cursor: pointer;
}

.w2dc-mapbox-cluster {
  width: 40px;
  height: 40px;
  background-color: #006893;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.w2dc-mapbox-cluster-extrasmall {
  background-color: rgba(181, 226, 140, 0.8);
  color: black;
}

.w2dc-mapbox-cluster-small {
  background-color: rgba(240, 194, 12, 0.8);
  color: black;
}

.w2dc-mapbox-cluster-medium {
  background-color: rgba(241, 211, 87, 0.8);
  color: black;
}

.w2dc-mapbox-cluster-large {
  background-color: rgba(253, 156, 115, 0.8);
  color: black;
}

.w2dc-mapbox-cluster-extralarge {
  background-color: rgba(241, 128, 23, 0.8);
  color: black;
}

/************************ Map Search ************************/
.w2dc-maps-canvas-wrapper .w2dc-btn {
  padding: 8px 10px;
  font-size: 14px;
  height: 40px;
}

.w2dc-map-search-wrapper {
  width: 345px;
  height: 48px;
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 10px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 -1px 0px rgba(0, 0, 0, 0.1);
}

.w2dc-map-search-panel-wrapper {
  height: 100%;
  width: 365px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  overflow: visible;
  margin-left: -365px;
}

.w2dc-sidebar-open .w2dc-map-search-panel-wrapper {
  margin-left: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.w2dc-maps-canvas.w2dc-sidebar-open {
  margin-left: 365px;
  width: calc(100% - 365px) !important;
}

.w2dc-maps-canvas.mapboxgl-map.w2dc-sidebar-open {
  margin-left: 0;
  width: 100% !important;
  transition: none;
}

.w2dc-map-search-toggle-container {
  width: 48px;
  height: 48px;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 2px 0 0 2px;
}

.w2dc-map-search-toggle {
  width: 48px;
  height: 48px;
  display: block;
  padding: 12px;
  cursor: pointer;
}

.w2dc-map-search-toggle::before {
  content: '';
  display: block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAENJREFUeNpi/P//PwMtARMDjcGoBQNvAQsyh5GRkSpJCpgyGQfGByBPjEYyoSCiVrkxGsmjkUxFwDhao41aQDEACDAAGC4MNf+J1i8AAAAASUVORK5CYII=");
  height: 24px;
  width: 24px;
  opacity: .62;
}

.w2dc-sidebar-open .w2dc-map-search-toggle::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMZJREFUeNrsldENgzAMRBN2SIagZf8v0h1amCc9q0ZC1HZqKqSqItJ9kdyz7Evoaq3hSHXh4HUC9gFijAM0QgkKDWWoQBeRIE0eq9An6AElo8AMzbx3FL0UQGJzC7I2v9MeD2CBTGwwbSBv5mo3DIAEyZr5XsBS7Roimn8D2LZENNcAP3HRqPob1HOiqE0DRzk1TzdaJA1UjbB3BtkYqBhhD8AyVyPsAZSGuRTh4gFc6W35aIgvCBXUS15Ryf35w/kjwFOAAQD4GtEHKMueeAAAAABJRU5ErkJggg==");
}

.w2dc-map-sidebar-toggle-container {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
  margin-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

.w2dc-map-sidebar-toggle {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 7px center/7px 10px no-repeat;
  background-color: #FFFFFF;
  transform: scaleX(-1);
  width: 23px;
  height: 48px;
  cursor: pointer;
  display: block;
}

.w2dc-sidebar-open .w2dc-map-sidebar-toggle-container {
  margin-left: 365px;
}

.w2dc-sidebar-open .w2dc-map-sidebar-toggle {
  transform: scaleX(1);
}

.w2dc-map-sidebar-toggle-container-mobile {
  display: none;
}

.w2dc-map-search-input-container {
  position: absolute;
  left: 0;
  width: 345px;
}

/* .w2dc-map-search-input-container input.w2dc-form-control,
.w2dc-map-search-input-container input.w2dc-form-control:focus {
	border-radius: $border-radius;
	border: none !important;
	padding-left: 55px;
} */
.w2dc-map-search-toggle {
  width: 48px;
  height: 48px;
}

.w2dc-map-search-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  border-left: 1px solid #CCCCCC;
  height: 28px;
}

.w2dc-map-search-panel {
  padding: 88px 10px 20px 10px;
}

.w2dc-no-map-search-categories .w2dc-map-search-panel {
  padding: 20px 10px 20px 10px;
}

.w2dc-map-listings-panel {
  overflow-y: scroll;
  height: calc(100% - 233px);
  position: relative;
}

.w2dc-no-map-search-categories .w2dc-map-listings-panel {
  height: calc(100% - 138px);
}

.w2dc-no-map-search-locations .w2dc-map-listings-panel {
  height: calc(100% - 88px);
  padding-top: 88px;
}

.w2dc-no-map-search-form .w2dc-map-listings-panel {
  height: 100%;
}

/* It works with devices width less than 768 pixels. */
@media screen and (max-width: 768px) {
  .w2dc-map-full-screen .w2dc-map-search-form {
    display: none;
  }

  .w2dc-map-search-input-container {
    width: 100%;
    position: inherit;
    padding: 20px 10px;
  }

  .w2dc-maps-canvas.w2dc-sidebar-open {
    margin-left: 0;
    width: 100% !important;
  }

  .w2dc-sidebar-open .w2dc-map-search-wrapper {
    width: 100%;
    position: inherit;
    height: 68px;
    box-shadow: none;
  }

  .w2dc-map-search-panel {
    padding: 10px 10px 20px 10px;
  }

  .w2dc-map-search-toggle-container {
    display: none;
  }

  .w2dc-map-listings-panel {
    height: calc(100% - 165px);
  }

  .w2dc-map-search-wrapper,
  .w2dc-map-search-panel-wrapper {
    display: none;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .w2dc-map-search-panel-wrapper {
    height: 600px;
    width: 100%;
    position: relative;
    margin-left: 0;
    box-shadow: none !important;
  }

  .w2dc-sidebar-open .w2dc-map-search-wrapper,
  .w2dc-sidebar-open .w2dc-map-search-panel-wrapper {
    display: block;
  }

  .w2dc-map-sidebar-toggle-container {
    display: none;
  }

  .w2dc-map-sidebar-toggle-container-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 24px);
    z-index: 1;
    margin-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    width: 48px;
    background-color: white;
    text-align: center;
    height: 23px;
    cursor: pointer;
  }

  .w2dc-map-sidebar-toggle-container-mobile .w2dc-map-sidebar-toggle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 7px center/7px 10px no-repeat;
    background-color: #FFFFFF;
    transform: rotate(-90deg);
    height: 23px;
    display: inline-block;
  }

  .w2dc-sidebar-open .w2dc-map-sidebar-toggle-container-mobile .w2dc-map-sidebar-toggle {
    transform: rotate(90deg);
  }
}
/* It works with devices width more than 768 pixels. */
@media screen and (min-width: 769px) {
  .w2dc-map-search-input-container input.w2dc-form-control,
  .w2dc-map-search-input-container input.w2dc-form-control:focus {
    border-radius: 2px;
    border: none !important;
    padding-left: 55px;
  }
}
article.w2dc-listing-location {
  overflow: hidden;
  clear: both;
  padding: 20px 10px;
}

.w2dc-listing-location-content {
  overflow: auto;
}

.w2dc-map-listing-logo-wrap {
  float: left;
  width: 150px;
  margin-right: 10px;
}

.w2dc-map-listing-content-wrap {
  overflow: hidden;
}

header.w2dc-map-listing-header {
  float: none;
  padding: 0;
  margin: 0;
  clear: none;
  overflow: hidden;
}

header.w2dc-map-listing-header h2 {
  margin: 0;
  font-size: 16px;
}

.w2dc-map-listing-field {
  font-size: 13px !important;
  line-height: 1.7em;
  /* white-space: nowrap; */
}

.w2dc-map-listing-field-icon {
  margin-right: 5px;
  width: 12px;
  vertical-align: inherit;
}

.w2dc-map-listing-field-address address,
.w2dc-map-listing-field-address address.w2dc-location {
  display: inline;
}

.w2dc-map-listing-field-hours .w2dc-map-listing-field-icon {
  vertical-align: top;
}

.w2dc-map-listing-field-hours strong {
  display: inline-block;
  width: 40px;
}

.w2dc-updated,
.w2dc-error,
.w2dc-no-found-listings {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: block;
}

.w2dc-updated p,
.w2dc-updated div,
.w2dc-error p,
.w2dc-error div {
  margin: 1em !important;
  padding: 0;
}

.w2dc-updated {
  background-color: #FFFFE0;
  border-color: #E6DB55;
}

.w2dc-error {
  background-color: #FFEBE8;
  border-color: #CC0000;
}

.w2dc-no-found-listings {
  background-color: #FFF5F4;
  border-color: #FBC5C5;
}

/************************ Misc ************************/
.w2dc-contact-form label {
  display: block;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

a.w2dc-hint-icon:before {
  content: "\f059";
}

a.w2dc-hint-icon {
  font-family: 'FontAwesome' !important;
  text-decoration: none !important;
  font-size: 24px;
}

.w2dc-popover {
  width: 100%;
}

.w2dc-print-buttons {
  margin: 10px;
}

@media print {
  .w2dc-print {
    margin: 0;
    padding: 0;
  }

  .w2dc-print-buttons {
    display: none;
  }
}
/*
print landscape

.w2dc-print {
	size: landscape;
	-webkit-transform: rotate(-90deg); 
	-moz-transform:rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	page-break-before: avoid;
	width:100%;
	height:100%;
} */
/************************ Our plugin section in settings manager ************************/
.w2dc-our-plugins {
  margin: 100px 0;
}

.w2dc-our-plugins ul:after {
  content: "";
  clear: both;
  display: table;
}

.w2dc-our-plugins li {
  list-style: none;
  float: left;
  margin: 0 20px 20px 0;
}

.w2dc-our-plugins li img {
  width: 440px;
}

/************************ Frontpanel Buttons ************************/
.w2dc-directory-frontpanel {
  margin-bottom: 10px;
}

.w2dc-listing-single .w2dc-directory-frontpanel {
  margin: 0;
  float: right;
}

@media screen and (max-width: 768px) {
  .w2dc-listing-single .w2dc-directory-frontpanel {
    float: none;
  }
}
.w2dc-directory-frontpanel a.w2dc-btn {
  margin: 10px 10px 10px 0;
}

/* Avoid fluid-width-video-wrapper */
.w2dc-content .fluid-width-video-wrapper {
  padding-top: 0 !important;
  height: 400px !important;
}

.g-recaptcha {
  margin: 10px 0;
}

.w2dc-red-asterisk {
  color: red;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1px;
  padding: 2px;
}

/************************ Lightbox styles  ************************/
.w2dc-content .lb-prev,
.w2dc-content .lb-next {
  outline: 0 none !important;
}

/* 
	Bootstrap has default img max-width set to 100% and for some reason lightbox stops resizing
	http://stackoverflow.com/questions/17523977/lightbox-v2-shrinks-the-image-in-the-box
*/
.lb-image {
  max-width: inherit;
}

.lb-number {
  display: none !important;
}

/************************ Profile template ************************/
.dashicons, .dashicons-before::before {
  line-height: inherit;
}

/************************ Adapted for Contact Fotm 7 plugin ************************/
.w2dc-content .wpcf7-form .wpcf7-text,
.w2dc-content .wpcf7-form .wpcf7-select,
.w2dc-content .wpcf7-form .wpcf7-number,
.w2dc-content .wpcf7-form .wpcf7-date,
.w2dc-content .wpcf7-form .wpcf7-textarea {
  width: 100%;
}

div.w2dc-content .wpcf7-form .wpcf7-submit,
div.w2dc-content .wpcf7-form .wpcf7-submit:hover
div.w2dc-content .wpcf7-form .wpcf7-submit:visited,
div.w2dc-content .wpcf7-form .wpcf7-submit:focus {
  background-image: none;
}

/************************ Paginator ************************/
.w2dc-content .w2dc-pagination > li:first-child > a,
.w2dc-content .w2dc-pagination > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.w2dc-content .w2dc-pagination > li:last-child > a,
.w2dc-content .w2dc-pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.w2dc-content .w2dc-pagination .w2dc-btn-group > .w2dc-btn:first-child:not(:last-child):not(.w2dc-dropdown-toggle) {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.w2dc-content .w2dc-pagination .w2dc-btn-group > .w2dc-btn:last-child:not(:first-child),
.w2dc-content .w2dc-pagination .w2dc-btn-group > .w2dc-dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.w2dc-content .w2dc-pagination-wrapper {
  text-align: center;
  margin: 20px 0;
}
.w2dc-content .w2dc-pagination li {
  margin: 0;
}

/************************ Top Admin Bar ************************/
#wpadminbar #wp-admin-bar-edit-listing > a::before {
  content: "\f464";
  top: 2px;
}

/************************ Badges ************************/
.w2dc-badge.w2dc-listing-status-active,
.w2dc-badge.w2dc-invoice-status-paid {
  background-color: #5BB75B;
}

.w2dc-badge.w2dc-listing-status-expired {
  background-color: #DA4F49;
}

.w2dc-badge.w2dc-listing-status-unpaid,
.w2dc-badge.w2dc-invoice-status-unpaid {
  background-color: #FAA732;
}

.w2dc-badge.w2dc-listing-status-stopped,
.w2dc-badge.w2dc-invoice-status-pending {
  background-color: #000000;
}

.w2dc-payments-free {
  font-weight: bold;
}

.w2dc-choose-plan .w2dc-payments-free {
  color: #FFFFFF;
}

.w2dc-price {
  font-size: 3em;
  line-height: normal;
}

.w2dc-price-period {
  font-size: 0.5em;
}

.w2dc-price-cents {
  vertical-align: super;
  font-size: 50%;
}

.w2dc-payment-method {
  float: left;
  padding: 2%;
  width: 28%;
  text-align: center;
}

.w2dc-payment-method > a {
  font-weight: bold;
}

.w2dc-payment-gateway-icon {
  margin-bottom: 20px;
}

.widefat td, .widefat th {
  padding: 8px 10px;
}

#w2dc_invoice_payment.postbox .inside {
  overflow: auto;
}

.w2dc-rating {
  font-size: 18px;
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
}

.w2dc-dashboard-listings .w2dc-rating {
  margin-left: 10px;
}

.w2dc-rating-stars {
  overflow: hidden;
}

.w2dc-maps-canvas .w2dc-rating-icon {
  font-size: 18px !important;
}

label.w2dc-rating-icon {
  margin: 0;
  float: right;
  color: #FFB300;
  padding-left: 2px;
  font-size: 20px;
  font-weight: normal;
}

.w2dc-rating-active label.w2dc-rating-icon {
  cursor: pointer;
}

.w2dc-rating-icon:last-child {
  padding-left: 0;
}

.w2dc-rating-active .w2dc-rating-icon:hover:before,
.w2dc-rating-active .w2dc-rating-icon:hover ~ .w2dc-rating-icon:before {
  content: "\f005" !important;
  color: #CB8E00;
}
.w2dc-rating-active.w2dc-rating-stars:hover .w2dc-rating-icon:before {
  content: "\f006";
}

.w2dc-rating-avgvalue {
  display: block;
  position: relative;
  top: -2px;
  float: right;
  margin-left: 5px;
}

.w2dc-rating-avgvalue span {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: Arial !important;
  font-size: 11px !important;
  padding: 5px;
  line-height: 15px;
  background-color: #2393ba;
  text-align: center;
}

.w2dc-dropdowns-menu-search .w2dc-rating {
  margin: 0;
}

.w2dc-dropdowns-menu-search label.w2dc-rating-icon {
  font-size: 16px;
}

.w2dc-range-slider-criteria-label {
  margin-bottom: 10px;
}

.w2dc-range-slider-wrapper {
  height: 70px;
  position: relative;
}

.w2dc-range-slider {
  width: calc(100% - (73px));
  display: inline-block;
  position: relative;
}

input[type="range"].w2dc-range-slider-input {
  display: inline;
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: #428bca;
}

input[type="range"].w2dc-range-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  width: 6px;
  height: 25px;
  border: 0;
  border-radius: 3px;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

input[type="range"].w2dc-range-slider-input::-moz-range-thumb {
  width: 6px;
  height: 25px;
  border: 0;
  border-radius: 3px;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

input[type="range"].w2dc-range-slider-input::-ms-thumb {
  width: 6px;
  height: 25px;
  border: 0;
  border-radius: 3px;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

input[type="range"].w2dc-range-slider-input:hover {
  background: #428bca;
}

input[type="range"].w2dc-range-slider-input::-webkit-slider-thumb:hover {
  background: #428bca;
}

input[type="range"].w2dc-range-slider-input:active::-moz-range-thumb {
  background: #428bca;
}

input[type="range"].w2dc-range-slider-input:active::-ms-thumb {
  background: #428bca;
}

input[type="range"].w2dc-range-slider-input::-moz-range-track {
  background: #d7dcdf;
  height: 10px;
  border: 0;
}

input[type="range"].w2dc-range-slider-input::-webkit-slider-runnable-track {
  background: #d7dcdf;
  height: 10px;
  border: 0;
}

input[type="range"].w2dc-range-slider-input::-ms-track {
  background: #d7dcdf;
  height: 10px;
  border: 0;
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.w2dc-range-slider-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-right: 8px;
}

.w2dc-range-slider-value:after {
  position: absolute;
  top: 8px;
  right: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}

ul.w2dc-range-slider-labels {
  position: absolute;
  margin-top: 5px;
  width: 112.5%;
  margin-left: -6.25%;
  padding: 0;
  list-style: none;
  top: 17px;
  height: 37px;
}

ul.w2dc-range-slider-labels li {
  position: relative;
  float: left;
  width: 11.11%;
  text-align: center;
  color: #929292;
  font-size: 14px;
  cursor: pointer;
  margin: 0 0 6px;
}

ul.w2dc-range-slider-labels li::before {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 2px;
  height: 16px;
  background: #929292;
}

ul.w2dc-range-slider-labels .w2dc-range-slider-labels-selected::before {
  background: #428bca;
}

.w2dc-range-slider-labels-active.w2dc-range-slider-labels-selected::before {
  display: none;
}

.w2dc-progress-circle {
  font-size: 20px;
  margin: 20px auto;
  position: relative;
  padding: 0;
  width: 5em;
  height: 5em;
  background-color: #F2E9E1;
  border-radius: 50%;
  line-height: 5em;
}

.w2dc-progress-circle:after {
  border: none;
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 3.8em;
  height: 3.8em;
  background-color: white;
  content: " ";
}

.w2dc-progress-circle span {
  position: absolute;
  line-height: 3.4em;
  width: 3.4em;
  text-align: center;
  display: block;
  color: #428bca;
  z-index: 2;
  font-size: 30px;
  font-weight: bold;
}

.w2dc-left-half-clipper {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
}

.w2dc-progress-circle.w2dc-over50 .w2dc-left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

.w2dc-value-bar {
  position: absolute;
  clip: rect(0, 2.5em, 5em, 0);
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 1em solid #428bca;
  box-sizing: border-box;
}

.w2dc-progress-circle.w2dc-over50 .w2dc-first50-bar {
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #428bca;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.w2dc-progress-circle:not(.w2dc-over50) .w2dc-first50-bar {
  display: none;
}

.w2dc-progress-circle.p0 .w2dc-value-bar {
  display: none;
}

.w2dc-progress-circle.p1 .w2dc-value-bar {
  transform: rotate(4deg);
}

.w2dc-progress-circle.p2 .w2dc-value-bar {
  transform: rotate(7deg);
}

.w2dc-progress-circle.p3 .w2dc-value-bar {
  transform: rotate(11deg);
}

.w2dc-progress-circle.p4 .w2dc-value-bar {
  transform: rotate(14deg);
}

.w2dc-progress-circle.p5 .w2dc-value-bar {
  transform: rotate(18deg);
}

.w2dc-progress-circle.p6 .w2dc-value-bar {
  transform: rotate(22deg);
}

.w2dc-progress-circle.p7 .w2dc-value-bar {
  transform: rotate(25deg);
}

.w2dc-progress-circle.p8 .w2dc-value-bar {
  transform: rotate(29deg);
}

.w2dc-progress-circle.p9 .w2dc-value-bar {
  transform: rotate(32deg);
}

.w2dc-progress-circle.p10 .w2dc-value-bar {
  transform: rotate(36deg);
}

.w2dc-progress-circle.p11 .w2dc-value-bar {
  transform: rotate(40deg);
}

.w2dc-progress-circle.p12 .w2dc-value-bar {
  transform: rotate(43deg);
}

.w2dc-progress-circle.p13 .w2dc-value-bar {
  transform: rotate(47deg);
}

.w2dc-progress-circle.p14 .w2dc-value-bar {
  transform: rotate(50deg);
}

.w2dc-progress-circle.p15 .w2dc-value-bar {
  transform: rotate(54deg);
}

.w2dc-progress-circle.p16 .w2dc-value-bar {
  transform: rotate(58deg);
}

.w2dc-progress-circle.p17 .w2dc-value-bar {
  transform: rotate(61deg);
}

.w2dc-progress-circle.p18 .w2dc-value-bar {
  transform: rotate(65deg);
}

.w2dc-progress-circle.p19 .w2dc-value-bar {
  transform: rotate(68deg);
}

.w2dc-progress-circle.p20 .w2dc-value-bar {
  transform: rotate(72deg);
}

.w2dc-progress-circle.p21 .w2dc-value-bar {
  transform: rotate(76deg);
}

.w2dc-progress-circle.p22 .w2dc-value-bar {
  transform: rotate(79deg);
}

.w2dc-progress-circle.p23 .w2dc-value-bar {
  transform: rotate(83deg);
}

.w2dc-progress-circle.p24 .w2dc-value-bar {
  transform: rotate(86deg);
}

.w2dc-progress-circle.p25 .w2dc-value-bar {
  transform: rotate(90deg);
}

.w2dc-progress-circle.p26 .w2dc-value-bar {
  transform: rotate(94deg);
}

.w2dc-progress-circle.p27 .w2dc-value-bar {
  transform: rotate(97deg);
}

.w2dc-progress-circle.p28 .w2dc-value-bar {
  transform: rotate(101deg);
}

.w2dc-progress-circle.p29 .w2dc-value-bar {
  transform: rotate(104deg);
}

.w2dc-progress-circle.p30 .w2dc-value-bar {
  transform: rotate(108deg);
}

.w2dc-progress-circle.p31 .w2dc-value-bar {
  transform: rotate(112deg);
}

.w2dc-progress-circle.p32 .w2dc-value-bar {
  transform: rotate(115deg);
}

.w2dc-progress-circle.p33 .w2dc-value-bar {
  transform: rotate(119deg);
}

.w2dc-progress-circle.p34 .w2dc-value-bar {
  transform: rotate(122deg);
}

.w2dc-progress-circle.p35 .w2dc-value-bar {
  transform: rotate(126deg);
}

.w2dc-progress-circle.p36 .w2dc-value-bar {
  transform: rotate(130deg);
}

.w2dc-progress-circle.p37 .w2dc-value-bar {
  transform: rotate(133deg);
}

.w2dc-progress-circle.p38 .w2dc-value-bar {
  transform: rotate(137deg);
}

.w2dc-progress-circle.p39 .w2dc-value-bar {
  transform: rotate(140deg);
}

.w2dc-progress-circle.p40 .w2dc-value-bar {
  transform: rotate(144deg);
}

.w2dc-progress-circle.p41 .w2dc-value-bar {
  transform: rotate(148deg);
}

.w2dc-progress-circle.p42 .w2dc-value-bar {
  transform: rotate(151deg);
}

.w2dc-progress-circle.p43 .w2dc-value-bar {
  transform: rotate(155deg);
}

.w2dc-progress-circle.p44 .w2dc-value-bar {
  transform: rotate(158deg);
}

.w2dc-progress-circle.p45 .w2dc-value-bar {
  transform: rotate(162deg);
}

.w2dc-progress-circle.p46 .w2dc-value-bar {
  transform: rotate(166deg);
}

.w2dc-progress-circle.p47 .w2dc-value-bar {
  transform: rotate(169deg);
}

.w2dc-progress-circle.p48 .w2dc-value-bar {
  transform: rotate(173deg);
}

.w2dc-progress-circle.p49 .w2dc-value-bar {
  transform: rotate(176deg);
}

.w2dc-progress-circle.p50 .w2dc-value-bar {
  transform: rotate(180deg);
}

.w2dc-progress-circle.p51 .w2dc-value-bar {
  transform: rotate(184deg);
}

.w2dc-progress-circle.p52 .w2dc-value-bar {
  transform: rotate(187deg);
}

.w2dc-progress-circle.p53 .w2dc-value-bar {
  transform: rotate(191deg);
}

.w2dc-progress-circle.p54 .w2dc-value-bar {
  transform: rotate(194deg);
}

.w2dc-progress-circle.p55 .w2dc-value-bar {
  transform: rotate(198deg);
}

.w2dc-progress-circle.p56 .w2dc-value-bar {
  transform: rotate(202deg);
}

.w2dc-progress-circle.p57 .w2dc-value-bar {
  transform: rotate(205deg);
}

.w2dc-progress-circle.p58 .w2dc-value-bar {
  transform: rotate(209deg);
}

.w2dc-progress-circle.p59 .w2dc-value-bar {
  transform: rotate(212deg);
}

.w2dc-progress-circle.p60 .w2dc-value-bar {
  transform: rotate(216deg);
}

.w2dc-progress-circle.p61 .w2dc-value-bar {
  transform: rotate(220deg);
}

.w2dc-progress-circle.p62 .w2dc-value-bar {
  transform: rotate(223deg);
}

.w2dc-progress-circle.p63 .w2dc-value-bar {
  transform: rotate(227deg);
}

.w2dc-progress-circle.p64 .w2dc-value-bar {
  transform: rotate(230deg);
}

.w2dc-progress-circle.p65 .w2dc-value-bar {
  transform: rotate(234deg);
}

.w2dc-progress-circle.p66 .w2dc-value-bar {
  transform: rotate(238deg);
}

.w2dc-progress-circle.p67 .w2dc-value-bar {
  transform: rotate(241deg);
}

.w2dc-progress-circle.p68 .w2dc-value-bar {
  transform: rotate(245deg);
}

.w2dc-progress-circle.p69 .w2dc-value-bar {
  transform: rotate(248deg);
}

.w2dc-progress-circle.p70 .w2dc-value-bar {
  transform: rotate(252deg);
}

.w2dc-progress-circle.p71 .w2dc-value-bar {
  transform: rotate(256deg);
}

.w2dc-progress-circle.p72 .w2dc-value-bar {
  transform: rotate(259deg);
}

.w2dc-progress-circle.p73 .w2dc-value-bar {
  transform: rotate(263deg);
}

.w2dc-progress-circle.p74 .w2dc-value-bar {
  transform: rotate(266deg);
}

.w2dc-progress-circle.p75 .w2dc-value-bar {
  transform: rotate(270deg);
}

.w2dc-progress-circle.p76 .w2dc-value-bar {
  transform: rotate(274deg);
}

.w2dc-progress-circle.p77 .w2dc-value-bar {
  transform: rotate(277deg);
}

.w2dc-progress-circle.p78 .w2dc-value-bar {
  transform: rotate(281deg);
}

.w2dc-progress-circle.p79 .w2dc-value-bar {
  transform: rotate(284deg);
}

.w2dc-progress-circle.p80 .w2dc-value-bar {
  transform: rotate(288deg);
}

.w2dc-progress-circle.p81 .w2dc-value-bar {
  transform: rotate(292deg);
}

.w2dc-progress-circle.p82 .w2dc-value-bar {
  transform: rotate(295deg);
}

.w2dc-progress-circle.p83 .w2dc-value-bar {
  transform: rotate(299deg);
}

.w2dc-progress-circle.p84 .w2dc-value-bar {
  transform: rotate(302deg);
}

.w2dc-progress-circle.p85 .w2dc-value-bar {
  transform: rotate(306deg);
}

.w2dc-progress-circle.p86 .w2dc-value-bar {
  transform: rotate(310deg);
}

.w2dc-progress-circle.p87 .w2dc-value-bar {
  transform: rotate(313deg);
}

.w2dc-progress-circle.p88 .w2dc-value-bar {
  transform: rotate(317deg);
}

.w2dc-progress-circle.p89 .w2dc-value-bar {
  transform: rotate(320deg);
}

.w2dc-progress-circle.p90 .w2dc-value-bar {
  transform: rotate(324deg);
}

.w2dc-progress-circle.p91 .w2dc-value-bar {
  transform: rotate(328deg);
}

.w2dc-progress-circle.p92 .w2dc-value-bar {
  transform: rotate(331deg);
}

.w2dc-progress-circle.p93 .w2dc-value-bar {
  transform: rotate(335deg);
}

.w2dc-progress-circle.p94 .w2dc-value-bar {
  transform: rotate(338deg);
}

.w2dc-progress-circle.p95 .w2dc-value-bar {
  transform: rotate(342deg);
}

.w2dc-progress-circle.p96 .w2dc-value-bar {
  transform: rotate(346deg);
}

.w2dc-progress-circle.p97 .w2dc-value-bar {
  transform: rotate(349deg);
}

.w2dc-progress-circle.p98 .w2dc-value-bar {
  transform: rotate(353deg);
}

.w2dc-progress-circle.p99 .w2dc-value-bar {
  transform: rotate(356deg);
}

.w2dc-progress-circle.p100 .w2dc-value-bar {
  transform: rotate(360deg);
}

/************************ Color Picker panel ************************/
#w2dc-color-picker-panel {
  left: -177px;
  position: fixed;
  top: 25%;
  width: 227px;
  z-index: 100000;
}

#w2dc-color-picker {
  background-color: #F7FFFF;
  float: left;
  padding: 5px;
  width: 170px;
  border-radius: 0 0 6px 0;
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
}

#w2dc-color-picker table {
  line-height: 15px;
  margin-bottom: 10px;
  width: 100%;
}

.w2dc-color-scheme-name {
  margin: 5px 0;
}

#w2dc-color-picker-panel-tools {
  width: 57px;
  height: 50px;
  background-color: #F7FFFF;
  float: left;
  padding: 5px;
  border-radius: 0 6px 6px 0;
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
  text-align: right;
  cursor: pointer;
}

#w2dc-color-picker-panel-tools img {
  display: inline;
  box-shadow: none;
  width: 40px;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.w2dc-color-option {
  cursor: pointer;
  padding: 3px;
  margin-bottom: 2px;
}

.w2dc-color-option.color-option:hover, .w2dc-color-option.color-option.selected {
  background: none repeat scroll 0 0 #DDDDDD;
}

.w2dc-search-overlay {
  background: url("../images/search_overlay.png") no-repeat;
  background-repeat: repeat-y;
  background-size: 100% auto;
  /* overflow: auto; */
  padding: 15px;
}

.w2dc-search-form {
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

.w2dc-content a.w2dc-advanced-search-label,
.w2dc-content a.w2dc-advanced-search-label:hover,
.w2dc-content a.w2dc-advanced-search-label:focus {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.w2dc-advanced-search-toggle {
  font-size: 12px;
}

.w2dc-search-content-field {
  clear: both;
}

.w2dc-search-radius-label {
  /* margin-bottom: 20px; */
  font-size: 12px;
  line-height: 16px;
}

.w2dc-jquery-ui-slider {
  overflow: visible !important;
  /* margin-top: 5px; */
  padding-right: 11px;
}

.w2dc-submit-button-hidden {
  /* display: none !important; */
  position: absolute;
  left: -9999px;
}

.w2dc-on-row-button .w2dc-btn {
  width: 100%;
}

.w2dc-tax-dropdowns-wrap select {
  display: none;
}

/* Decrease gutters between search fields and submit button in one row */
/* Minimum width of 768 pixels. */
@media screen and (min-width: 992px) {
  .w2dc-col-md-5.w2dc-search-input-field-wrap ~ .w2dc-search-input-field-wrap,
  .w2dc-col-md-5.w2dc-search-input-field-wrap ~ .w2dc-search-submit-button-wrap,
  .w2dc-col-md-6.w2dc-search-input-field-wrap ~ .w2dc-search-input-field-wrap,
  .w2dc-col-md-6.w2dc-search-input-field-wrap ~ .w2dc-search-submit-button-wrap {
    padding-left: 0;
  }

  .w2dc-col-md-7.w2dc-search-datetime-input-wrap ~ .w2dc-col-md-5.w2dc-search-datetime-button-wrap {
    padding-left: 0;
  }

  .w2dc-col-md-10.w2dc-search-input-field-wrap ~ .w2dc-search-submit-button-wrap {
    padding-left: 0;
  }
}
.w2dc-search-form .w2dc-form-group .w2dc-radio:last-child,
.w2dc-search-form .w2dc-form-group .w2dc-checkbox:last-child {
  margin-bottom: 0 !important;
}

.w2dc-search-form .w2dc-search-content-field:last-child .w2dc-form-group,
.w2dc-search-form .w2dc-search-input-field-wrap:last-child .w2dc-form-group {
  /* margin-bottom: 0 !important; */
}

@media screen and (max-width: 768px) {
  .w2dc-field-search-block-select .w2dc-form-group,
  .w2dc-field-search-block-checkbox .w2dc-form-group,
  .w2dc-field-search-block-radio .w2dc-form-group {
    margin-bottom: 5px !important;
  }

  .w2dc-field-search-block-select .w2dc-form-group:last-child,
  .w2dc-field-search-block-checkbox .w2dc-form-group:last-child,
  .w2dc-field-search-block-radio .w2dc-form-group:last-child {
    margin-bottom: 15px !important;
  }
}
.w2dc-search-fields-block + .w2dc-search-form-bottom {
  margin-top: 15px;
}

.w2dc-search-fields-block[style*="none"] + .w2dc-search-form-bottom {
  margin-top: 0;
}

.w2dc-range-slider-scale {
  height: 35px;
  position: relative;
}

.w2dc-range-slider-scale label {
  position: absolute;
  width: 40px;
  text-align: center;
  margin-left: 4px;
  margin-top: -10px;
  font-size: 75%;
  font-weight: normal;
  transform: translateX(-50%);
}

.w2dc-range-slider-scale label span {
  display: block;
  font-size: 75%;
}

.w2dc-range-slider-scale label span.w2dc-range-slider-label {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .w2dc-range-slider-scale label:nth-child(even) span.w2dc-range-slider-label {
    display: none;
  }
}
.w2dc-content p.w2dc-search-suggestions {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
}

.w2dc-content p.w2dc-search-suggestions a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.w2dc-bx-wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  border: 0;
}

.w2dc-bx-wrapper .w2dc-bx-viewport {
  border: 0;
}

.w2dc-bx-wrapper .w2dc-bx-controls-direction a {
  outline: 0 none !important;
  border: none !important;
  text-indent: unset;
}

.w2dc-bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.w2dc-bx-pager {
  margin: 20px;
  margin-bottom: 60px;
  text-align: center;
}

.w2dc-bx-pager a {
  margin: 0 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.w2dc-bx-pager a img {
  /* width: 80px; */
  height: 60px;
  transition: .4s ease-in-out;
  border-radius: 5%;
  border: 1px solid #FFFFFF;
}

.w2dc-bx-wrapper a.w2dc-bx-prev,
.w2dc-bx-wrapper a.w2dc-bx-next {
  text-decoration: none !important;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: white;
  color: #666;
  width: 30px;
  height: 60px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}

.w2dc-bx-wrapper a.w2dc-bx-prev,
.w2dc-bx-wrapper a.w2dc-bx-next {
  opacity: 60%;
}

.w2dc-bx-wrapper a.w2dc-bx-prev:hover,
.w2dc-bx-wrapper a.w2dc-bx-next:hover {
  opacity: 90%;
}

.w2dc-bx-wrapper a.w2dc-bx-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.w2dc-bx-wrapper a.w2dc-bx-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.w2dc-bx-wrapper a.w2dc-bx-prev:before,
.w2dc-bx-wrapper a.w2dc-bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 60px;
}

.w2dc-bx-wrapper a.w2dc-bx-next:before {
  content: "\f105";
}

.w2dc-bx-wrapper a.w2dc-bx-prev:before {
  content: "\f104";
}

.w2dc-dashboard-tabs-content h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.w2dc-media-upload-wrapper {
  margin-bottom: 50px;
}

.w2dc-media-upload-wrapper:last-child {
  margin-bottom: 0;
}

.w2dc-editor-class {
  background-color: white;
  width: 100%;
}

.w2dc-submit-section {
  margin-bottom: 50px;
  background: #FBFBFB;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  padding: 0;
}

.w2dc-submit-section-adv {
  margin-bottom: 30px;
}

.w2dc-submit-section h3.w2dc-submit-section-label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #464646;
  background: #F3F3F3;
}

.w2dc-submit-section-inside {
  padding: 10px;
}

.w2dc-content .w2dc-choose-plan {
  border-width: 4px;
  border-style: solid;
  transition: all .2s ease-in-out;
}

.w2dc-choose-plan:hover,
.w2dc-choose-plan.w2dc-featured-level {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
  /* transform: scale(1.15);
  z-index: 1; */
}

.w2dc-choose-plan {
  text-align: center;
}

.w2dc-content .w2dc-panel-heading.w2dc-choose-plan-head {
  color: #FFFFFF;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.w2dc-choose-plan-head.w2dc-featured h3 {
  font-size: 2em;
}

.w2dc-choose-plan-level h3 {
  font-size: 1.5em;
}

.w2dc-choose-plan-level {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.w2dc-choose-plan-head ins {
  background-color: inherit;
}

.w2dc-choose-plan-head a.w2dc-hint-icon,
.w2dc-choose-plan-head a.w2dc-hint-icon:hover {
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 24px;
}

.w2dc-choose-plan-head .w2dc-popover {
  color: #666666;
}

.w2dc-choose-plan-head.w2dc-featured .w2dc-price {
  font-size: 4em;
}

.w2dc-choose-plan-option {
  padding: 10px;
  border: 1px solid #CCCCCC;
}

.w2dc-choose-plan-option {
  margin: 0 0 -1px;
}

.w2dc-choose-plan-option:nth-child(even) {
  background: none repeat scroll 0 0 #FAFAFA;
}

.w2dc-choose-plan-option-wrapper {
  width: 210px;
  text-align: left;
  margin: 0 auto;
  font-size: 1.3em;
}

.w2dc-choose-plan-option-icon {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 23px;
  margin: 0px 10px 0 0;
  width: 25px;
  display: inline-block;
}

.w2dc-choose-plan-option-yes {
  color: #2393ba;
}

.w2dc-choose-plan-option-yes:after {
  content: "\f00c";
}

.w2dc-choose-plan-option-no {
  color: #FF6D6D;
}

.w2dc-choose-plan-option-no:after {
  content: "\f00d";
}

.w2dc-content .w2dc-plan-column {
  margin: 0 auto;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

/* Maximum width of 800 pixels. */
@media screen and (max-width: 768px) {
  .w2dc-content .w2dc-plan-column {
    display: block;
    width: 100% !important;
  }
}
/* Categories Checkboxes List */
div.w2dc-categories-tree-panel {
  height: 300px;
  min-height: 42px;
  max-height: 950px;
  resize: vertical;
  overflow: auto;
  padding: 0.9em;
  margin-top: 1em;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}

ul.w2dc-categorychecklist {
  position: relative;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

ul.w2dc-categorychecklist, ul.w2dc-categorychecklist li {
  list-style: none outside none !important;
}

ul.w2dc-categorychecklist li {
  line-height: 19px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

ul.w2dc-categorychecklist li ul.children {
  margin-left: 12px;
}

ul.w2dc-categorychecklist li label {
  padding-left: 5px;
}

ul.w2dc-categorychecklist li.parent > .w2dc-category-parent {
  background-image: url("../images/plus_minus_icons.png");
  background-position: 25px center;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  height: 21px;
  width: 25px;
  cursor: pointer;
}

ul.w2dc-categorychecklist li > .w2dc-category-empty {
  display: inline-block;
  vertical-align: text-bottom;
  height: 21px;
  width: 25px;
}

ul.w2dc-categorychecklist span.w2dc-category-has-checked {
  background-image: url("../images/down_arrow.png");
  bottom: -2px;
  display: inline-block;
  height: 10px;
  position: absolute;
  right: -2px;
  width: 10px;
}

ul.w2dc-categorychecklist li.active > .w2dc-category-parent {
  background-position: 0 center;
}

ul.w2dc-categorychecklist li ul {
  border-left: 1px solid #CCCCCC;
  overflow: hidden;
  padding: 0 0 0 25px;
}

ul.w2dc-categorychecklist li ul li {
  position: relative;
}

ul.w2dc-categorychecklist li ul li:before {
  border-bottom: 1px dashed #CCCCCC;
  content: "";
  left: -20px;
  position: absolute;
  top: 12px;
  width: 15px;
}

.w2dc-dashboard {
  /* Maximum width of 768 pixels. */
}
.w2dc-dashboard a:hover {
  text-decoration: none;
}
.w2dc-dashboard .w2dc-td-listing-options {
  text-align: right;
}
.w2dc-dashboard .w2dc-td-listing-options .w2dc-dashboard-btn-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .w2dc-dashboard td {
    padding: 1px !important;
  }
  .w2dc-dashboard th {
    display: none;
  }
  .w2dc-dashboard .w2dc-rating {
    width: auto;
  }
  .w2dc-dashboard .w2dc-rating-stars {
    display: none;
  }
  .w2dc-dashboard .w2dc-td-listing-id {
    display: none;
  }
  .w2dc-dashboard .w2dc-td-listing-options {
    max-width: 100px !important;
  }
  .w2dc-dashboard .w2dc-td-listing-options .w2dc-btn {
    display: none;
  }
  .w2dc-dashboard .w2dc-td-listing-options .w2dc-dashboard-btn-mobile {
    display: block;
  }
}

.w2dc-table.w2dc-dashboard-listings {
  table-layout: auto;
}

.w2dc-table.w2dc-dashboard-listings td,
.w2dc-table.w2dc-dashboard-listings th {
  border: 0;
}

p.w2dc-description {
  margin: 10px 0;
}

/* Content fields */
.w2dc-delete-selection-item {
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.w2dc-content-fields-metabox .w2dc-field {
  padding: 20px 0;
  overflow: hidden;
}

.w2dc-content-fields-metabox .w2dc-field p.description {
  margin: 10px 0;
  float: none;
  clear: both;
}

.w2dc-content-fields-metabox .w2dc-field-input-select {
  min-width: 200px;
}

.w2dc-content-fields-metabox .w2dc-field-icon {
  box-shadow: none !important;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.w2dc-content-fields_metabox .w2dc-description-big {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.w2dc-content-fields-metabox .w2dc-field-checkbox-input {
  display: inline-block;
  width: 250px;
}

.w2dc-week-day-wrap, .w2dc-week-day-clear-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.w2dc-week-day-wrap:first-child {
  margin-top: 0;
}

span.w2dc-week-day {
  display: inline-block;
  width: 160px;
}

/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  span.w2dc-week-day {
    display: block;
  }

  span.w2dc-week-day-controls {
    display: block;
  }
}
/* Listing locations input */
.w2dc-locations-metabox {
  padding-bottom: 10px;
}

.w2dc-locations-metabox label {
  width: 100%;
}

.w2dc-location-in-metabox {
  border-bottom: 2px double #CCCCCC;
  padding: 25px 0;
  margin-bottom: 15px;
}

.w2dc-location-input {
  overflow: hidden;
}

input.w2dc-add-term-input {
  margin: 5px 0;
}

/* Icons selection dialog */
.w2dc-icons-theme-name {
  font-size: 14px;
  color: black;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: center;
}

.w2dc-icons-theme-block {
  padding: 8px;
}

.w2dc-icon,
.w2dc-png-image,
.w2dc-fa-icon {
  padding: 3px;
  float: left;
  background-color: white;
  cursor: pointer;
  font-size: 25px !important;
}

.w2dc-icon:hover,
.w2dc-png-image:hover,
.w2dc-fa-icon:hover {
  background-color: #EFEFEF;
}

.w2dc-selected-icon,
.w2dc-selected-icon:hover {
  background-color: #FCA057;
}

#w2dc-upload-functions {
  margin: 20px 0 40px;
}

.w2dc-upload-option {
  margin: 10px 0;
}

.w2dc-attached-item,
.w2dc-upload-item {
  position: relative;
  color: #FFFFFF;
  float: left;
  margin: 0 20px 20px 0;
  background-color: #8d8d8d;
  width: 255px;
  height: 322px;
}

#w2dc-attached-videos-wrapper .w2dc-attached-item {
  height: 240px;
}

.w2dc-drop-attached-item,
.w2dc-attached-item-img {
  background-color: #ababab;
  border: 2px dashed #7e7e7e;
  height: 180px;
  margin: 10px;
  padding: 40px 0;
  text-align: center;
}

.w2dc-attached-item-img {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.w2dc-btn.w2dc-upload-item-button {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.w2dc-drop-attached-item input[type="file"] {
  display: none;
}

.w2dc-attached-item-input,
.w2dc-attached-item-logo {
  margin: 10px;
}

.w2dc-attached-item-logo label {
  white-space: nowrap;
}

.w2dc-attached-item-delete {
  position: absolute;
  bottom: 10px;
  font-size: 23px;
  right: 10px;
  cursor: pointer;
}

.w2dc-attached-item-metadata {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto !important;
  /* sortable functions breaks layout without !important */
}

#w2dc-attached-images-wrapper .ui-sortable-placeholder {
  background-color: #FFFBCC !important;
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
}

.w2dc-move-label {
  cursor: move;
}

label.w2dc-fsubmit-contact {
  display: block;
  font-weight: bold;
  margin: 15px 0 5px;
}

ul.w2dc-dashboard-tabs.w2dc-nav {
  margin: 20px 0;
}

.dashicons,
.dashicons-before::before {
  line-height: inherit;
}

#pass-strength-result {
  background-color: #eee;
  border: 1px solid #CCCCCC;
  color: #23282d;
  margin: -2px 5px 5px 1px;
  padding: 3px 5px;
  text-align: center;
  width: 25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

#pass-strength-result.short {
  background-color: #f1adad;
  border-color: #e35b5b;
  opacity: 1;
}

#pass-strength-result.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
  opacity: 1;
}

#pass-strength-result.good {
  background-color: #ffe399;
  border-color: #ffc733;
  opacity: 1;
}

#pass-strength-result.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  opacity: 1;
}

#pass1.short,
#pass1-text.short {
  border-color: #e35b5b;
}

#pass1.bad,
#pass1-text.bad {
  border-color: #f78b53;
}

#pass1.good,
#pass1-text.good {
  border-color: #ffc733;
}

#pass1.strong,
#pass1-text.strong {
  border-color: #83c373;
}

.pw-weak {
  display: none;
}

.indicator-hint {
  padding-top: 8px;
}

#pass1-text,
.show-password #pass1 {
  display: none;
}

#pass1-text,
#pass1 {
  width: 25em;
}

.show-password #pass1-text {
  display: inline-block;
}

.wp-switch-editor {
  box-sizing: content-box;
}

/* close button on WP media window */
.screen-reader-text {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Listing Info metabox */
.w2dc-edit-listing-info-label {
  margin: 10px 0;
}

.w2dc-upload-image-form input[type="file"] {
  display: none;
}

.w2dc-upload-image {
  background-color: #ababab;
  /* border: 2px dashed #7e7e7e; */
  text-align: center;
  margin-bottom: 10px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10%;
}

.w2dc-upload-image-field-icon-image {
  width: 21px;
  min-height: 21px;
  border-radius: 0;
  background-color: transparent;
}

.w2dc-tokenizer {
  border-radius: 2px;
}

/************************   jquery.tokenize.css   ************************/
div.TokenizeMeasure,
div.Tokenize ul li span,
div.Tokenize ul.TokensContainer li.TokenSearch input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div.Tokenize {
  position: relative;
  display: inline-block;
  zoom: 1;
  width: 100%;
}

div.Tokenize ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.Tokenize ul li {
  white-space: nowrap;
}

div.Tokenize ul.TokensContainer {
  cursor: text;
  padding: 0 5px 10px 0;
  overflow-y: auto;
  background-color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

div.Tokenize ul.TokensContainer.Autosize {
  height: auto;
}

div.Tokenize.Disabled ul.TokensContainer,
div.Tokenize.Disabled ul.TokensContainer input {
  cursor: not-allowed;
}

div.Tokenize ul.TokensContainer li.Token {
  border: 1px solid #ccd5e3;
  background-color: #eff2f7;
  padding: 0 5px;
  line-height: 18px;
}

div.Tokenize ul.TokensContainer.ui-sortable:not(.ui-sortable-disabled) li.Token {
  cursor: move;
}

div.Tokenize ul.TokensContainer li.Token.MovingShadow {
  border: 1px solid #fcefa1;
  background-color: #fbf9ee;
}

div.Tokenize ul.TokensContainer li.Token.PendingDelete {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
}

div.Tokenize ul.TokensContainer li.Token,
div.Tokenize ul.TokensContainer li.TokenSearch {
  margin: 5px 0 0 5px;
  height: 22px;
  float: left;
}

div.Tokenize ul.TokensContainer li.TokenSearch input {
  margin: 0;
  padding: 1px 0;
  background-color: transparent;
  line-height: 18px;
  border: none;
  outline: none;
}

div.Tokenize ul.TokensContainer li.Placeholder {
  color: #ddd;
  position: absolute;
  line-height: 20px;
  padding: 5px 0 0 5px;
  display: none;
}

div.Tokenize ul.TokensContainer,
div.Tokenize ul.Dropdown {
  border: 1px solid #969696;
}

div.Tokenize ul.TokensContainer li.Token a.Close {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 18px;
  float: right;
  margin: 1px 0 0 5px;
  padding: 0;
  cursor: pointer;
  color: #a6b4ce;
}

div.Tokenize.Disabled ul.TokensContainer li.Token a.Close {
  display: none;
}

div.Tokenize ul.TokensContainer li.Token a.Close:hover {
  background: transparent;
  text-decoration: none;
}

div.Tokenize ul.Dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 5px 0;
  margin: -1px 0 0 0;
  position: absolute;
  background-color: white;
  overflow-y: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  z-index: 20;
}

div.Tokenize ul.Dropdown li {
  padding: 5px 20px;
  overflow: hidden;
  cursor: pointer;
  margin: 2px;
}

div.Tokenize ul.Dropdown li.Hover {
  color: white;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.w2dc-content .ui-slider .ui-slider-handle:before,
.w2dc-content .ui-slider .ui-slider-handle:after {
  content: none;
}
.w2dc-content .ui-slider .ui-slider-handle {
  z-index: 1 !important;
  cursor: pointer;
}
.w2dc-content .ui-widget-overlay {
  background-repeat: repeat !important;
  z-index: 5 !important;
}
.w2dc-content .ui-slider.ui-slider-horizontal .ui-widget-header {
  background: none;
  background-color: #1f82a5;
}
.w2dc-content .ui-slider.ui-slider-horizontal,
.w2dc-content .ui-slider.ui-slider-horizontal .ui-slider-range {
  height: 6px;
  top: -1px;
}
.w2dc-content .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.w2dc-content .ui-slider.ui-slider-horizontal {
  margin: 20px 0;
}
.w2dc-content .ui-slider .ui-slider-handle.ui-corner-all {
  top: -13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default,
.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:focus,
.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:active,
.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-focus,
.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover {
  border: 1px solid #1f82a5;
  border-width: 1px;
  background: none;
  background-color: #2393ba;
  font-weight: bold;
}

.w2dc-listings-sidebar-widget .w2dc-listings-block .w2dc-listing {
  margin-bottom: 20px;
}

.w2dc-listings-sidebar-widget .w2dc-listings-block .w2dc-listing:last-child {
  margin-bottom: 0;
}

.w2dc-widget-description {
  display: block;
  padding: 0 0 15px;
  margin: 0;
  font-style: normal;
  color: #72777c;
}

/************************  WooCommerce   ************************/
.w2dc-price .woocommerce-Price-amount {
  font-size: 1em;
}

.w2dc-price del .woocommerce-Price-amount {
  font-size: 0.7em;
}

.w2dc-page-header-widget {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #00A6C9;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

.w2dc-page-header-widget a {
  text-decoration: underline;
}

.w2dc-page-header-widget:after {
  background: #353a41;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
}

.w2dc-content .w2dc-page-header-widget,
.w2dc-content .w2dc-page-header-widget h1,
.w2dc-content .w2dc-page-header-widget a,
.w2dc-content .w2dc-page-header-widget a:hover,
.w2dc-content .w2dc-page-header-widget a:focus,
.w2dc-content .w2dc-page-header-widget a:visited {
  color: #FFFFFF;
}

h1.w2dc-page-title-widget {
  font-size: 44px;
}

.w2dc-breadcrumbs .w2dc-trail-browse,
.w2dc-breadcrumbs .w2dc-trail-items,
.w2dc-breadcrumbs .w2dc-trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
}

.w2dc-breadcrumbs .w2dc-trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

.w2dc-breadcrumbs .w2dc-trail-items {
  list-style: none;
}

.w2dc-trail-items li::after {
  content: "\002F";
  padding: 0 0.5em;
}

.w2dc-trail-items li:last-of-type::after {
  display: none;
}
