body.logged-in.toolbar-fixed .listings-map-1 .main-map-wrapper, body.logged-in.toolbar-fixed .mode-filter-fixed .views-exposed-form {
  margin-top: 39px;
}

body.logged-in.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .listings-map-1 .main-map-wrapper, body.logged-in.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .mode-filter-fixed .views-exposed-form {
  margin-top: 79px;
}

#listing-main-map {
  width: 100%;
  height: 100%;
}

#listing-main-map .gva-icon-map .icon-map {
  width: 54px;
  height: 54px;
  background-size: 100%;
  display: inline-block;
  position: relative;
}

#listing-main-map .gva-icon-map .icon-map .icon-cat {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 4px;
  left: 10px;
  z-index: 9;
  background: #fff;
  color: #3EAAFD;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

#listing-main-map .gva-icon-map .pin-st1, #listing-main-map .gva-icon-map .pin-st0 {
  fill: #3EAAFD;
}

#listing-main-map .marker-cluster-small {
  background-color: rgba(250, 63, 53, 0.6);
}

#listing-main-map .marker-cluster-small div {
  background: #fa3f35;
  font-weight: 700;
  color: #fff;
}

#listing-main-map .leaflet-popup-content-wrapper {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  max-width: 250px;
  min-width: 190px;
}

@media (max-width: 767.98px) {
  #listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content {
    min-width: 90px;
  }
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup {
  max-width: 220px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .image {
  display: block;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner {
  display: block;
  padding: 15px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .address {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .address .icon {
  font-size: 16px;
  color: #3EAAFD;
  width: 20px;
  position: relative;
  top: 2px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .phone {
  margin-top: 6px;
  display: block;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .phone .icon {
  font-size: 16px;
  color: #3EAAFD;
  width: 20px;
  position: relative;
  top: 2px;
}

.gva-listings-map-page {
  position: relative;
}

.gva-listings-map-page .map-action {
  margin: 0 0 10px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gva-listings-map-page .map-action .control-search, .gva-listings-map-page .map-action .control-search-link {
  float: left;
}

.gva-listings-map-page .map-action .control-map {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gva-listings-map-page .map-action .control-map .control-hover-show-map {
  float: left;
  top: 3px;
}

.gva-listings-map-page .map-action .control-map .control-hover-show-map.pretty.p-switch .state label {
  font-weight: 500 !important;
}

.gva-listings-map-page .map-action .control-map .control-hover-show-map:hover.pretty.p-switch .state label {
  color: #3EAAFD;
}

.gva-listings-map-page .map-action .control-map .control-reset-map {
  float: left;
  position: relative;
  top: -3px;
}

.gva-listings-map-page .map-action .control-map .control-reset-map .gva-reset-map i {
  font-size: 18px;
  margin-right: 3px;
}

.gva-listings-map-page .map-action .control-map .control-current-map {
  float: left;
  position: relative;
  margin-left: 5px;
}

.gva-listings-map-page .map-action .control-map .control-current-map .gva-current-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../images/icon-position.svg") no-repeat center center transparent;
  position: relative;
  margin-top: -5px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-listings-map-page .map-action .control-map .control-current-map .gva-current-map:hover {
  border-color: #3EAAFD;
}

.gva-listings-map-page .map-action-mobile {
  margin: 0;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: none;
  padding: 10px 10px 2px;
  background: #f5f5f5;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (max-width: 991.98px) {
  .gva-listings-map-page .map-action-mobile {
    display: block;
  }
}

.gva-listings-map-page .map-action-mobile.map-open {
  margin-left: 60px;
}

.gva-listings-map-page .map-action-mobile.map-open .control-current-map {
  opacity: 1 !important;
}

.gva-listings-map-page .map-action-mobile .control-search, .gva-listings-map-page .map-action-mobile .control-search-link {
  float: left;
}

.gva-listings-map-page .map-action-mobile .control-map {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gva-listings-map-page .map-action-mobile .control-map .control-reset-map {
  float: left;
  position: relative;
  margin-right: 10px;
}

.gva-listings-map-page .map-action-mobile .control-map .control-reset-map .gva-reset-map i {
  font-size: 18px;
  margin-right: 3px;
}

.gva-listings-map-page .map-action-mobile .control-map .control-current-map {
  float: left;
  position: relative;
  margin-right: 5px;
  opacity: 0;
}

.gva-listings-map-page .map-action-mobile .control-map .control-current-map .gva-current-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../images/icon-position.svg") no-repeat center center transparent;
  position: relative;
  top: 0 !important;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-listings-map-page .map-action-mobile .control-map .control-current-map .gva-current-map:hover {
  border-color: #3EAAFD;
}

.gva-listings-map-page .map-action-mobile .control-map .control-open-map-listtings {
  float: left;
}

.gva-listings-map-page ul.pager {
  float: left;
  margin-bottom: 30px;
}

.gva-listings-map-page .views-exposed-form .form-checkboxes {
  margin-left: -5px;
  margin-right: -5px;
}

.gva-listings-map-page .views-exposed-form .form-checkboxes > .form-item {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 18px;
}

@media (max-width: 560px) {
  .gva-listings-map-page .views-exposed-form .form-checkboxes > .form-item {
    width: 100%;
  }
}

.gva-listings-map-page .views-exposed-form .form-checkboxes > .form-item:nth-child(2n+1) {
  clear: both;
}

.gva-listings-map-page ul.pager {
  margin: 0 0 45px;
  margin-left: 30px;
}

.gva-listings-map-page .mode-filter-fixed .views-exposed-form {
  width: 450px;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  margin-bottom: 0;
  z-index: 99;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  border-top: 1px solid #dee2e6;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-listings-map-page .mode-filter-fixed .views-exposed-form.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}

.gva-listings-map-page .mode-filter-fixed .views-exposed-form .views-exposed-form-content-inner {
  padding: 10px 30px 30px;
  width: 100%;
}

.gva-listings-map-page .mode-filter-fixed .views-exposed-form .views-exposed-form-content-inner .close-exposed-form {
  display: block !important;
  visibility: visible !important;
  width: 30px;
  height: 30px;
  background: #3EAAFD;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 15px;
}

.gva-listings-full-page .view-content-wrapper {
  padding-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.gva-listings-full-page .view-content-wrapper .view-content-1 {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  float: left;
}

@media (max-width: 1199.98px) {
  .gva-listings-full-page .view-content-wrapper .view-content-1 {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .gva-listings-full-page .view-content-wrapper .view-content-1 {
    width: 100%;
  }
}

.gva-listings-full-page .view-content-wrapper .view-content-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.6667%;
  float: left;
}

@media (max-width: 1199.98px) {
  .gva-listings-full-page .view-content-wrapper .view-content-2 {
    width: 60%;
  }
}

@media (max-width: 991.98px) {
  .gva-listings-full-page .view-content-wrapper .view-content-2 {
    width: 100%;
  }
}

.gva-listings-full-page .views-exposed-form .form-checkboxes {
  margin-left: -5px;
  margin-right: -5px;
}

.gva-listings-full-page .views-exposed-form .form-checkboxes > .form-item {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 18px;
}

@media (max-width: 560px) {
  .gva-listings-full-page .views-exposed-form .form-checkboxes > .form-item {
    width: 100%;
  }
}

.gva-listings-full-page .views-exposed-form .form-checkboxes > .form-item:nth-child(2n+1) {
  clear: both;
}

.gva-listings-full-page-2 .content-main-full {
  position: relative !important;
  padding-top: 600px;
}

.gva-listings-full-page-2 .content-main-full .view-content-2, .gva-listings-full-page-2 .content-main-full .view-content-wrapper, .gva-listings-full-page-2 .content-main-full .gva-view, .gva-listings-full-page-2 .content-main-full .views-element-container {
  position: static !important;
}

.gva-listings-full-page-2 .main-map-wrapper {
  position: absolute;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100%;
}

.gva-listings-full-page-2 .map-action {
  margin: 0 0 10px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gva-listings-full-page-2 .map-action .control-map {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gva-listings-full-page-2 .map-action .control-map .control-hover-show-map {
  float: left;
  top: 3px;
}

.gva-listings-full-page-2 .map-action .control-map .control-hover-show-map.pretty.p-switch .state label {
  font-weight: 500 !important;
}

.gva-listings-full-page-2 .map-action .control-map .control-hover-show-map:hover.pretty.p-switch .state label {
  color: #3EAAFD;
}

.gva-listings-full-page-2 .map-action .control-map .control-reset-map {
  float: left;
  position: relative;
  top: -3px;
}

.gva-listings-full-page-2 .map-action .control-map .control-reset-map .gva-reset-map i {
  font-size: 18px;
  margin-right: 3px;
}

.gva-listings-full-page-2 .map-action .control-map .control-current-map {
  float: left;
  position: relative;
  margin-left: 5px;
}

.gva-listings-full-page-2 .map-action .control-map .control-current-map .gva-current-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../images/icon-position.svg") no-repeat center center transparent;
  position: relative;
  top: -5px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-listings-full-page-2 .map-action .control-map .control-current-map .gva-current-map:hover {
  border-color: #3EAAFD;
}

.gva-listings-full-page-2 .view-content-wrapper {
  padding-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 45px;
}

.gva-listings-full-page-2 .view-content-wrapper .view-content-1 {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  float: left;
}

@media (max-width: 1199.98px) {
  .gva-listings-full-page-2 .view-content-wrapper .view-content-1 {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .gva-listings-full-page-2 .view-content-wrapper .view-content-1 {
    width: 100%;
  }
}

.gva-listings-full-page-2 .view-content-wrapper .view-content-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.6667%;
  float: left;
}

@media (max-width: 1199.98px) {
  .gva-listings-full-page-2 .view-content-wrapper .view-content-2 {
    width: 60%;
  }
}

@media (max-width: 991.98px) {
  .gva-listings-full-page-2 .view-content-wrapper .view-content-2 {
    width: 100%;
  }
}

.gva-listings-full-page-2 .views-exposed-form {
  margin-bottom: 35px;
}

.gva-listings-full-page-2 .views-exposed-form .form-checkboxes:before, .gva-listings-full-page-2 .views-exposed-form .form-checkboxes:after {
  content: " ";
  display: table;
}

.gva-listings-full-page-2 .views-exposed-form .form-checkboxes:after {
  clear: both;
}

.gva-listings-full-page-2 .views-exposed-form .form-checkboxes > .form-item {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 18px;
  font-size: 13px;
}

.gva-listings-full-page-2 .views-exposed-form .form-checkboxes > .form-item:nth-child(2n+1) {
  clear: both;
}

@media (max-width: 560px) {
  .gva-listings-full-page-2 .views-exposed-form .form-checkboxes > .form-item {
    width: 100%;
  }
}

.listings-map-1 .main-listing-wrapper {
  width: 40%;
  position: relative;
  padding: 30px 20px 0;
}

@media (max-width: 1400px) {
  .listings-map-1 .main-listing-wrapper {
    width: 48%;
  }
}

@media (max-width: 1199.98px) {
  .listings-map-1 .main-listing-wrapper {
    width: 50%;
    padding: 30px 15px 0;
  }
}

@media (max-width: 991.98px) {
  .listings-map-1 .main-listing-wrapper {
    width: 100%;
    padding: 0 15px 0;
  }
}

.listings-map-1 .main-map-wrapper {
  width: 60%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1400px) {
  .listings-map-1 .main-map-wrapper {
    width: 52%;
  }
}

@media (max-width: 1199.98px) {
  .listings-map-1 .main-map-wrapper {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .listings-map-1 .main-map-wrapper {
    width: 100%;
    z-index: 9;
  }
}

@media (max-width: 767.98px) {
  .listings-map-1 .control-hover-show-map {
    display: none;
  }
}

.listings-map-2 .main-listing-wrapper {
  width: 50%;
  position: relative;
  padding: 30px 20px 0;
}

@media (max-width: 1600px) {
  .listings-map-2 .main-listing-wrapper {
    width: 55%;
  }
}

@media (max-width: 991.98px) {
  .listings-map-2 .main-listing-wrapper {
    width: 100%;
    padding: 0 15px 0;
  }
}

.listings-map-2 .main-map-wrapper {
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1600px) {
  .listings-map-2 .main-map-wrapper {
    width: 45%;
  }
}

@media (max-width: 991.98px) {
  .listings-map-2 .main-map-wrapper {
    width: 100%;
    z-index: 9;
  }
}

@media (max-width: 767.98px) {
  .listings-map-2 .control-hover-show-map {
    display: none;
  }
}

.listings-map-3 .taxonomy-term-content {
  width: 60%;
}

@media (max-width: 991.98px) {
  .listings-map-3 .taxonomy-term-content {
    width: 100%;
  }
}

.listings-map-3 .map-action-mobile {
  margin-bottom: 15px;
}

.listings-map-3 .main-listing-wrapper {
  width: 50%;
  position: relative;
  padding: 30px 20px 0;
}

@media (max-width: 991.98px) {
  .listings-map-3 .main-listing-wrapper {
    width: 100%;
  }
}

.listings-map-3 .main-map-wrapper {
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .listings-map-3 .main-map-wrapper {
    width: 100%;
  }
}

.map-layout-full .main-map-wrapper {
  position: relative;
  z-index: 9;
  top: 0 !important;
}

.map-layout-full .main-map-wrapper #listing-main-map {
  height: 750px;
}

@media (max-width: 991.98px) {
  .map-layout-full .main-map-wrapper #listing-main-map {
    height: 600px;
  }
}

@media (max-width: 767.98px) {
  .map-layout-full .main-map-wrapper #listing-main-map {
    height: 500px;
  }
}

@media (max-width: 575.98px) {
  .map-layout-full .main-map-wrapper #listing-main-map {
    height: 400px;
  }
}

.map-layout-full .main-listing-wrapper {
  position: relative;
  z-index: 11;
}

.map-layout-full .main-listing-wrapper .map-action {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 11;
  padding: 15px 15px 12px;
}

.map-layout-full .main-listing-wrapper .map-action .control-search, .map-layout-full .main-listing-wrapper .map-action .control-search-link {
  font-size: 14px;
  margin-right: 15px;
  line-height: 1;
}

.map-layout-full .main-listing-wrapper .map-action .control-map {
  line-height: 1;
}

.filter-map-popular {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 9;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .filter-map-popular {
    position: relative;
    bottom: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .filter-map-popular .most-search-block ul > li {
    color: #242424;
  }
  .filter-map-popular .most-search-block ul > li a {
    color: #242424;
    border-color: #dee2e6;
  }
}

.filter-map-popular > .block form {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 5px;
}

.filter-map-popular > .block form:before, .filter-map-popular > .block form:after {
  content: " ";
  display: table;
}

.filter-map-popular > .block form:after {
  clear: both;
}

.listing-block {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.listing-block:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: -1;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.listing-block .listing-image {
  position: relative;
}

.listing-block .listing-image .listing-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
}

.listing-block .listing-image .listing-preview .preview-gallery, .listing-block .listing-image .listing-preview .preview-video {
  color: #fff;
}

.listing-block .listing-image .listing-preview .preview-gallery a, .listing-block .listing-image .listing-preview .preview-video a {
  color: #fff;
}

.listing-block .listing-image .listing-preview .preview-gallery .icon, .listing-block .listing-image .listing-preview .preview-video .icon {
  color: #fff;
  font-size: 16px;
  margin-right: 6px;
}

.listing-block .listing-image .listing-preview .preview-gallery:hover, .listing-block .listing-image .listing-preview .preview-video:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.listing-block .listing-image .listing-preview .preview-gallery {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 9;
}

.listing-block .listing-image .listing-preview .preview-video {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 9;
}

.listing-block .show-in-map {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.listing-block .show-in-map a {
  display: inline-block;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #3EAAFD;
}

.listing-block .show-in-map a:hover {
  background: #0c94fc;
}

.listing-block .listing-content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
}

.listing-block .listing-content .listing-info {
  padding: 15px 18px;
}

.listing-block .listing-content .listing-info .title {
  font-size: 18px;
  margin: 5px 0 10px;
  font-weight: 500;
}

.listing-block .listing-content .listing-info .body {
  font-size: 13px;
}

.listing-block .listing-content .listing-info .address, .listing-block .listing-content .listing-info .phone {
  margin-top: 6px;
  font-size: 13px;
  color: #242424;
  line-height: 16px;
}

.listing-block .listing-content .listing-info .address .icon, .listing-block .listing-content .listing-info .phone .icon {
  font-size: 16px;
  margin-right: 6px;
  color: #3EAAFD;
  width: 16px;
  position: relative;
  top: 2px;
}

.listing-block .listing-footer {
  float: left;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding: 10px 18px;
  font-size: 12px;
}

.listing-block .listing-footer:before, .listing-block .listing-footer:after {
  content: " ";
  display: table;
}

.listing-block .listing-footer:after {
  clear: both;
}

.listing-block .listing-footer .left {
  float: left;
  width: 50%;
}

.listing-block .listing-footer .right {
  float: right;
  width: 50%;
  text-align: right;
}

.listing-block .listing-footer .right .icon {
  font-size: 18px;
  color: #242424;
}

.listing-block:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(58, 87, 135, 0.15);
  box-shadow: 0 8px 12px 0 rgba(58, 87, 135, 0.15);
}

.listing-block.v2 .listing-content .listing-info {
  min-height: 118px;
  padding: 15px 18px 5px;
}

.listing-block.v2 .listing-content .listing-info .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.owl-carousel .listing-block {
  margin-bottom: 0;
}

.main-listing-wrapper .listing-block .show-in-map {
  display: block;
}

.listing-category-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.listing-category-block .cat-image .item-image a {
  display: block;
}

.listing-category-block .cat-image .item-image a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.listing-category-block .cat-image .item-image img {
  -webkit-transition: all 6s;
  transition: all 6s;
  -moz-transition: all 6s;
  -ms-transition: all 6s;
}

.listing-category-block .cat-image .cat-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.listing-category-block .cat-image .cat-icon i.la-coffee {
  position: relative;
  top: 3px;
  left: -3px;
}

.listing-category-block .content-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 22px 20px 18px;
}

.listing-category-block .content-inner .cat-name {
  line-height: 22px;
  margin-bottom: 6px;
  font-size: 18px;
}

.listing-category-block .content-inner .cat-name a {
  color: #fff;
  font-weight: 600;
}

.listing-category-block .content-inner .cat-name a:hover {
  color: #3EAAFD;
}

.listing-category-block .content-inner .cat-desc {
  color: #c9c9c9;
  line-height: 18px;
}

.listing-category-block .small-items > .row {
  margin-bottom: 30px;
}

.listing-category-block:hover .item-image img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.owl-carousel .listing-category-block {
  margin-bottom: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.listing-category-block-2 {
  padding: 30px;
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.listing-category-block-2 .content-inner {
  position: relative;
  z-index: 11;
}

.listing-category-block-2 .content-inner .cat-icon {
  width: 68px;
  height: 68px;
  text-align: center;
  line-height: 85px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.listing-category-block-2 .content-inner .cat-icon i {
  font-size: 36px;
}

.listing-category-block-2 .content-inner .cat-icon i.la-coffee {
  position: relative;
  top: 5px;
  left: -4px;
}

.listing-category-block-2 .content-inner .cat-name {
  font-size: 18px;
  margin-top: 15px;
}

.listing-category-block-2:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.listing-location-block {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.listing-location-block .item-image img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}

.listing-location-block .item-image a {
  display: block;
  position: relative;
}

.listing-location-block .item-image a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.68)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.68) 100%);
}

.listing-location-block .content-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 22px 20px 18px;
}

.listing-location-block .content-inner .cat-name {
  line-height: 22px;
  margin-bottom: 0;
  font-size: 18px;
}

.listing-location-block .content-inner .cat-name a {
  color: #fff;
  font-weight: 600;
}

.listing-location-block .content-inner .cat-name a:hover {
  color: #3EAAFD;
}

.listing-location-block .content-inner .cat-desc {
  color: #c9c9c9;
}

.listing-location-block .small-items > .row {
  margin-bottom: 30px;
}

.listing-location-block:hover .item-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-category {
  position: relative;
  position: relative;
  color: #3EAAFD;
}

.listing-category .icon {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.listing-category a {
  color: #3EAAFD;
}

.listing-category a:hover {
  text-decoration: underline;
}

.listing-category.red {
  color: #D03632;
}

.listing-category.red a {
  color: #D03632;
}

.listing-category.pink {
  color: #FF69B4;
}

.listing-category.pink a {
  color: #FF69B4;
}

.listing-category.light-pink {
  color: #AC70B8;
}

.listing-category.light-pink a {
  color: #AC70B8;
}

.listing-category.orange {
  color: #FDA400;
}

.listing-category.orange a {
  color: #FDA400;
}

.listing-category.yellow {
  color: #F4EC4D;
}

.listing-category.yellow a {
  color: #F4EC4D;
}

.listing-category.green {
  color: #64C568;
}

.listing-category.green a {
  color: #64C568;
}

.listing-category.blue {
  color: #26B2EC;
}

.listing-category.blue a {
  color: #26B2EC;
}

.listing-category.dark-mint {
  color: #90D0C4;
}

.listing-category.dark-mint a {
  color: #90D0C4;
}

.listing-category.violet {
  color: #D9AC09;
}

.listing-category.violet a {
  color: #D9AC09;
}

.listing-category.navy {
  color: #23569C;
}

.listing-category.navy a {
  color: #23569C;
}

.listing-category.purple {
  color: #9A30D8;
}

.listing-category.purple a {
  color: #9A30D8;
}

.listing-category.gray {
  color: #BFC0BC;
}

.listing-category.gray a {
  color: #BFC0BC;
}

.listing-category.black {
  color: #071F20;
}

.listing-category.black a {
  color: #071F20;
}

.cat-icon {
  position: relative;
  position: relative;
  color: #3EAAFD;
}

.cat-icon .icon {
  font-size: 18px;
}

.cat-icon.bg-red {
  background: #D03632;
}

.cat-icon.bg-pink {
  background: #FF69B4;
}

.cat-icon.bg-light-pink {
  background: #AC70B8;
}

.cat-icon.bg-orange {
  background: #FDA400;
}

.cat-icon.bg-yellow {
  background: #F4EC4D;
}

.cat-icon.bg-green {
  background: #64C568;
}

.cat-icon.bg-blue {
  background: #26B2EC;
}

.cat-icon.bg-dark-mint {
  background: #90D0C4;
}

.cat-icon.bg-violet {
  background: #D9AC09;
}

.cat-icon.bg-navy {
  background: #23569C;
}

.cat-icon.bg-purple {
  background: #9A30D8;
}

.cat-icon.bg-gray {
  background: #BFC0BC;
}

.cat-icon.bg-black {
  background: #071F20;
}

.gva-icon-map .icon-cat .la-coffee {
  position: relative;
  top: 2px;
  left: -2px;
}

.gva-icon-map.color-red .icon-cat {
  color: #D03632 !important;
}

.gva-icon-map.color-red .pin-st0, .gva-icon-map.color-red .pin-st1 {
  fill: #D03632 !important;
}

.gva-icon-map.color-pink .icon-cat {
  color: #FF69B4 !important;
}

.gva-icon-map.color-pink .pin-st0, .gva-icon-map.color-pink .pin-st1 {
  fill: #FF69B4 !important;
}

.gva-icon-map.color-light-pink .icon-cat {
  color: #AC70B8 !important;
}

.gva-icon-map.color-light-pink .pin-st0, .gva-icon-map.color-light-pink .pin-st1 {
  fill: #AC70B8 !important;
}

.gva-icon-map.color-orange .icon-cat {
  color: #FDA400 !important;
}

.gva-icon-map.color-orange .pin-st0, .gva-icon-map.color-orange .pin-st1 {
  fill: #FDA400 !important;
}

.gva-icon-map.color-yellow .icon-cat {
  color: #F4EC4D !important;
}

.gva-icon-map.color-yellow .pin-st0, .gva-icon-map.color-yellow .pin-st1 {
  fill: #F4EC4D !important;
}

.gva-icon-map.color-green .icon-cat {
  color: #64C568 !important;
}

.gva-icon-map.color-green .pin-st0, .gva-icon-map.color-green .pin-st1 {
  fill: #64C568 !important;
}

.gva-icon-map.color-blue .icon-cat {
  color: #26B2EC !important;
}

.gva-icon-map.color-blue .pin-st0, .gva-icon-map.color-blue .pin-st1 {
  fill: #26B2EC !important;
}

.gva-icon-map.color-dark-mint .icon-cat {
  color: #90D0C4 !important;
}

.gva-icon-map.color-dark-mint .pin-st0, .gva-icon-map.color-dark-mint .pin-st1 {
  fill: #90D0C4 !important;
}

.gva-icon-map.color-violet .icon-cat {
  color: #D9AC09 !important;
}

.gva-icon-map.color-violet .pin-st0, .gva-icon-map.color-violet .pin-st1 {
  fill: #D9AC09 !important;
}

.gva-icon-map.color-navy .icon-cat {
  color: #23569C !important;
}

.gva-icon-map.color-navy .pin-st0, .gva-icon-map.color-navy .pin-st1 {
  fill: #23569C !important;
}

.gva-icon-map.color-purple .icon-cat {
  color: #9A30D8 !important;
}

.gva-icon-map.color-purple .pin-st0, .gva-icon-map.color-purple .pin-st1 {
  fill: #9A30D8 !important;
}

.gva-icon-map.color-gray .icon-cat {
  color: #BFC0BC !important;
}

.gva-icon-map.color-gray .pin-st0, .gva-icon-map.color-gray .pin-st1 {
  fill: #BFC0BC !important;
}

.gva-icon-map.color-black .icon-cat {
  color: #071F20 !important;
}

.gva-icon-map.color-black .pin-st0, .gva-icon-map.color-black .pin-st1 {
  fill: #071F20 !important;
}

.views-exposed-form {
  margin-bottom: 30px;
}

.views-exposed-form .form-item {
  margin-bottom: 15px;
}

.views-exposed-form .form-item input[type='text']:not(.chosen-search-input), .views-exposed-form .form-item input[type='search'], .views-exposed-form .form-item input[type='password'], .views-exposed-form .form-item input[type='email'], .views-exposed-form .form-item textarea, .views-exposed-form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-position: right 15px center !important;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  padding: 0 16px;
  width: 100%;
  color: #67676f;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}

.views-exposed-form .form-item label {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

.views-exposed-form .form-item.form-item-sort-by {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.views-exposed-form .form-item.form-item-sort-by label {
  display: none;
}

.views-exposed-form .form-item.form-item-sort-order {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.views-exposed-form .form-item.form-item-sort-order label {
  display: none;
}

.views-exposed-form .pretty {
  white-space: normal;
}

.views-exposed-form .pretty .state {
  position: relative;
  padding-left: 23px;
}

.views-exposed-form .pretty .state label {
  text-indent: 0;
  line-height: 18px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #757575;
}

.views-exposed-form .pretty .state label:after, .views-exposed-form .pretty .state label:before {
  top: 1px;
  left: 0;
  z-index: 1;
}

.views-exposed-form .pretty:hover label {
  color: #3EAAFD !important;
}

.views-exposed-form fieldset .fieldset-legend {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3EAAFD;
}

.views-exposed-form .form-actions input.form-submit {
  font-size: 14px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  background: #3EAAFD;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
  font-family: "Poppins", sans-serif;
}

.views-exposed-form .form-actions input.form-submit:hover {
  background: #0c94fc;
  cursor: pointer;
}

#views-exposed-form-listing-content-listing-filter-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#views-exposed-form-listing-content-listing-filter-form:before, #views-exposed-form-listing-content-listing-filter-form:after {
  content: " ";
  display: table;
}

#views-exposed-form-listing-content-listing-filter-form:after {
  clear: both;
}

#views-exposed-form-listing-content-listing-filter-form .form-item {
  width: 26%;
  float: left;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 680px) {
  #views-exposed-form-listing-content-listing-filter-form .form-item {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
  }
}

#views-exposed-form-listing-content-listing-filter-form .form-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  top: 50%;
  right: 0;
  margin-top: -20px;
  z-index: 1;
}

@media (max-width: 680px) {
  #views-exposed-form-listing-content-listing-filter-form .form-item:after {
    display: none;
  }
}

#views-exposed-form-listing-content-listing-filter-form .form-item input[type='text'], #views-exposed-form-listing-content-listing-filter-form .form-item input[type='search'], #views-exposed-form-listing-content-listing-filter-form .form-item input[type='password'], #views-exposed-form-listing-content-listing-filter-form .form-item input[type='email'], #views-exposed-form-listing-content-listing-filter-form .form-item textarea, #views-exposed-form-listing-content-listing-filter-form .form-item select {
  border: none;
}

#views-exposed-form-listing-content-listing-filter-form .chosen-container-single {
  border: none !important;
}

#views-exposed-form-listing-content-listing-filter-form .form-actions {
  width: 22%;
  float: left;
}

@media (max-width: 680px) {
  #views-exposed-form-listing-content-listing-filter-form .form-actions {
    width: 100%;
    margin-top: 15px;
  }
}

#views-exposed-form-listing-content-listing-filter-form .form-actions input {
  width: 100%;
  line-height: 46px;
}

.listing-taxonomy-page .view-page header {
  padding: 30px 30px 0;
  max-width: 41.66667%;
}

@media (max-width: 991.98px) {
  .listing-taxonomy-page .view-page header {
    max-width: 100%;
    display: none;
  }
}

.listing-taxonomy-page .view-page header .field--name-name {
  font-size: 18px;
  margin-bottom: 10px;
}

.listing-taxonomy-page .view-page header .field--name-description {
  margin-top: 10px;
}

.listing-taxonomy-page .view-page .main-listing-wrapper {
  padding-top: 0 !important;
}

.node-listing-single {
  background: #F5F7FA;
}

.node-listing-single .gallery-carousel-center {
  overflow: hidden;
}

.node-listing-single .gallery-carousel-center .item {
  position: relative;
}

.node-listing-single .gallery-carousel-center .item:after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.node-listing-single .gallery-carousel-center .item .image-popup {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  right: 50%;
  margin-right: -19px;
  margin-top: -19px;
  z-index: 9;
  display: inline-block;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.node-listing-single .gallery-carousel-center .item .image-popup:hover {
  background: #3EAAFD;
}

.node-listing-single .gallery-carousel-center .item:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.node-listing-single .gallery-carousel-center .item:hover .image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
}

.node-listing-single .listing-top {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}

.node-listing-single .listing-top .listing-top-content {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.node-listing-single .listing-top .listing-top-content .listing-price {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #3EAAFD;
  letter-spacing: 2px;
}

.node-listing-single .listing-top .listing-top-content .listing-price .label {
  letter-spacing: 0;
  color: #757575;
  font-family: "Poppins", sans-serif;
}

.node-listing-single .listing-top .listing-top-content .post-title {
  margin-top: 2px;
}

.node-listing-single .listing-nav {
  border-top: 1px solid #dee2e6;
  background: #fff;
  position: relative;
}

.node-listing-single .listing-nav:before, .node-listing-single .listing-nav:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-nav:after {
  clear: both;
}

.node-listing-single .listing-nav .listing-nav-inner {
  background: #fff;
  position: relative;
  z-index: 1;
}

.node-listing-single .listing-nav .listing-nav-inner:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 0;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
}

.node-listing-single .listing-nav .listing-nav-inner .listing-nav-inner-inner {
  background: #fff;
  position: relative;
  z-index: 11;
  padding: 20px 0;
}

.node-listing-single .listing-nav .listing-nav-inner ul {
  margin: 0;
  padding: 0;
}

.node-listing-single .listing-nav .listing-nav-inner ul > li {
  list-style-type: none;
  float: left;
  padding: 0 15px;
}

.node-listing-single .listing-nav .listing-nav-inner ul > li a {
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #242424;
  display: inline-block;
}

.node-listing-single .listing-nav .listing-nav-inner ul > li a:hover {
  color: #3EAAFD;
}

.node-listing-single .listing-nav.is-fixed .listing-nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.node-listing-single .listing-content-main .listing-info-block {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}

.node-listing-single .listing-content-main .listing-info-block .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 25px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.node-listing-single .listing-content-main .listing-info-block .title i {
  margin-right: 6px;
  color: #888;
}

.node-listing-single .listing-content-main .listing-info-block .block-content {
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.node-listing-single .listing-content-main .listing-info-block:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 0;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties:before, .node-listing-single .listing-content-main .listing-info-block.listing-amenties:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties:after {
  clear: both;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field {
  margin-left: -15px;
  margin-right: -15px;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field:before, .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field:after {
  clear: both;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item {
  width: 33.3333%;
  float: left;
  padding-right: 15px;
  margin-bottom: 8px;
  padding-left: 42px;
  position: relative;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:after {
  content: '\f17e';
  font-family: 'LineAwesome';
  position: absolute;
  top: -1px;
  left: 15px;
  z-index: 1;
  color: #3EAAFD;
  font-size: 16px;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:nth-child(3n+1) {
  clear: both;
}

@media (max-width: 991.98px) {
  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item {
    width: 50%;
  }
  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:nth-child(3n+1) {
    clear: none;
  }
  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 575.98px) {
  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item {
    width: 100%;
  }
  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:nth-child(2n+1) {
    clear: none;
  }
}

.node-listing-single .listing-content-main .listing-info-block.listing-video iframe {
  min-height: 450px;
}

@media (max-width: 767.98px) {
  .node-listing-single .listing-content-main .listing-info-block.listing-video iframe {
    min-height: 280px;
  }
}

.node-listing-single .listing-content-main .listing-info-block.listing-location .listing-location-taxonomy a {
  background: #3EAAFD;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 6px 16px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.node-listing-single .listing-content-main .listing-info-block.listing-location .listing-location-taxonomy a:hover {
  background: #0c94fc;
}

.node-listing-single .listing-content-main .listing-info-block.listing-location .listing-main-map {
  min-height: 400px;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info li {
  margin-bottom: 18px;
  color: #757575;
  font-family: "Poppins", sans-serif;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info li i {
  color: #757575;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: #F3F3F6;
  display: inline-block;
  font-size: 16px;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info li a {
  color: #757575;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info li a:hover {
  color: #3EAAFD;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials {
  margin: 20px 0 0;
  padding: 0;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials:before, .node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials:after {
  clear: both;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials > li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials > li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #F3F3F6;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials > li a i {
  margin-right: 0;
  color: #757575;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials > li a:hover {
  background: #3EAAFD;
  color: #fff;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials > li a:hover i {
  color: #fff;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials > li a:last-child {
  margin-right: 0;
}

.node-listing-single .listing-content-main .listing-info-block.business-hours ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.node-listing-single .listing-content-main .listing-info-block.business-hours ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.node-listing-single .listing-content-main .listing-info-block.business-hours ul li span {
  float: right;
}

.node-listing-single .listing-content-main .listing-info-block.business-hours ul li:last-child {
  border-bottom: 0;
}

.node-listing-single .listing-content-main .block {
  background: #fff;
  position: relative;
}

.node-listing-single .listing-content-main .block:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 0;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
}

.node-listing-single .listing-content-main .block .block-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 25px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.node-listing-single .listing-content-main .block .block-content {
  padding: 25px;
  position: relative;
  background: #fff;
  z-index: 11;
}

.node-listing-single .listing-content-main .block .block-content:before, .node-listing-single .listing-content-main .block .block-content:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-content-main .block .block-content:after {
  clear: both;
}

.node-listing-single .field--name-field-listing-tags:before, .node-listing-single .field--name-field-listing-tags:after {
  content: " ";
  display: table;
}

.node-listing-single .field--name-field-listing-tags:after {
  clear: both;
}

.node-listing-single .field--name-field-listing-tags .field__item {
  float: left;
  margin: 0 10px 10px 0;
}

.node-listing-single .field--name-field-listing-tags .field__item a {
  display: inline-block;
  padding: 0 16px;
  line-height: 34px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.node-listing-single .field--name-field-listing-tags .field__item a:hover {
  color: #3EAAFD;
  border-color: #3EAAFD;
}

/* #Block grid
--------------------------------------------------------------- */
.item-columns {
  padding: 0 10px;
}

[class*="block-grid-"] {
  display: block;
  margin: 0 -10px;
  padding: 0;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  display: table;
  content: " ";
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > div {
  display: block;
  float: left;
  height: auto;
  padding: 0 10px;
  width: 100%;
}

[class*="block-grid-"] > div:after {
  display: block;
}

@media (min-width: 480px) {
  .xs-block-grid-1 > div {
    width: 100%;
  }
  .xs-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .xs-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .xs-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .xs-block-grid-2 > div {
    width: 50%;
  }
  .xs-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .xs-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .xs-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .xs-block-grid-3 > div {
    width: 33.33333%;
  }
  .xs-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .xs-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .xs-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .xs-block-grid-4 > div {
    width: 25%;
  }
  .xs-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .xs-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .xs-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .xs-block-grid-5 > div {
    width: 20%;
  }
  .xs-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .xs-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .xs-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .xs-block-grid-6 > div {
    width: 16.66667%;
  }
  .xs-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .xs-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .xs-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .xs-block-grid-7 > div {
    width: 14.28571%;
  }
  .xs-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .xs-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .xs-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .xs-block-grid-8 > div {
    width: 12.5%;
  }
  .xs-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .xs-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .xs-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .xs-block-grid-9 > div {
    width: 11.11111%;
  }
  .xs-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .xs-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .xs-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .xs-block-grid-10 > div {
    width: 10%;
  }
  .xs-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .xs-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .xs-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .xs-block-grid-11 > div {
    width: 9.09091%;
  }
  .xs-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .xs-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .xs-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .xs-block-grid-12 > div {
    width: 8.33333%;
  }
  .xs-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .xs-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .xs-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

@media (min-width: 768px) {
  .sm-block-grid-1 > div {
    width: 100%;
  }
  .sm-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .sm-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .sm-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .sm-block-grid-2 > div {
    width: 50%;
  }
  .sm-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .sm-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .sm-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .sm-block-grid-3 > div {
    width: 33.33333%;
  }
  .sm-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .sm-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .sm-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .sm-block-grid-4 > div {
    width: 25%;
  }
  .sm-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .sm-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .sm-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .sm-block-grid-5 > div {
    width: 20%;
  }
  .sm-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .sm-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .sm-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .sm-block-grid-6 > div {
    width: 16.66667%;
  }
  .sm-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .sm-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .sm-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .sm-block-grid-7 > div {
    width: 14.28571%;
  }
  .sm-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .sm-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .sm-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .sm-block-grid-8 > div {
    width: 12.5%;
  }
  .sm-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .sm-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .sm-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .sm-block-grid-9 > div {
    width: 11.11111%;
  }
  .sm-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .sm-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .sm-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .sm-block-grid-10 > div {
    width: 10%;
  }
  .sm-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .sm-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .sm-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .sm-block-grid-11 > div {
    width: 9.09091%;
  }
  .sm-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .sm-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .sm-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .sm-block-grid-12 > div {
    width: 8.33333%;
  }
  .sm-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .sm-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .sm-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Medium */
@media (min-width: 992px) {
  [class*="block-grid-"] {
    margin: 0 -10px;
  }
  [class*="block-grid-"] > div {
    padding: 0 10px;
  }
  .item-columns {
    padding: 0 10px;
  }
  .md-block-grid-1 > div {
    width: 100%;
  }
  .md-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .md-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .md-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .md-block-grid-2 > div {
    width: 50%;
  }
  .md-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .md-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .md-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .md-block-grid-3 > div {
    width: 33.33333%;
  }
  .md-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .md-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .md-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .md-block-grid-4 > div {
    width: 25%;
  }
  .md-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .md-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .md-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .md-block-grid-5 > div {
    width: 20%;
  }
  .md-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .md-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .md-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .md-block-grid-6 > div {
    width: 16.66667%;
  }
  .md-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .md-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .md-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .md-block-grid-7 > div {
    width: 14.28571%;
  }
  .md-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .md-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .md-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .md-block-grid-8 > div {
    width: 12.5%;
  }
  .md-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .md-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .md-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .md-block-grid-9 > div {
    width: 11.11111%;
  }
  .md-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .md-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .md-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .md-block-grid-10 > div {
    width: 10%;
  }
  .md-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .md-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .md-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .md-block-grid-11 > div {
    width: 9.09091%;
  }
  .md-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .md-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .md-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .md-block-grid-12 > div {
    width: 8.33333%;
  }
  .md-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .md-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .md-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Large */
@media (min-width: 1200px) {
  [class*="block-grid-"] {
    margin: 0 -12px;
  }
  [class*="block-grid-"] > div {
    padding: 0 12px;
  }
  .item-columns {
    padding: 0 12px;
  }
  .lg-block-grid-1 > div {
    width: 100%;
  }
  .lg-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .lg-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .lg-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .lg-block-grid-2 > div {
    width: 50%;
  }
  .lg-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .lg-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .lg-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .lg-block-grid-3 > div {
    width: 33.33333%;
  }
  .lg-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .lg-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .lg-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .lg-block-grid-4 > div {
    width: 25%;
  }
  .lg-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .lg-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .lg-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .lg-block-grid-5 > div {
    width: 20%;
  }
  .lg-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .lg-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .lg-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .lg-block-grid-6 > div {
    width: 16.66667%;
  }
  .lg-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .lg-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .lg-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .lg-block-grid-7 > div {
    width: 14.28571%;
  }
  .lg-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .lg-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .lg-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .lg-block-grid-8 > div {
    width: 12.5%;
  }
  .lg-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .lg-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .lg-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .lg-block-grid-9 > div {
    width: 11.11111%;
  }
  .lg-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .lg-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .lg-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .lg-block-grid-10 > div {
    width: 10%;
  }
  .lg-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .lg-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .lg-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .lg-block-grid-11 > div {
    width: 9.09091%;
  }
  .lg-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .lg-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .lg-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .lg-block-grid-12 > div {
    width: 8.33333%;
  }
  .lg-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .lg-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .lg-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

.no-gutter [class*="block-grid-"] {
  margin: 0 !important;
}

.no-gutter [class*="block-grid-"] > div {
  padding: 0 !important;
}

.no-gutter .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-gutter [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


