
/* Themify Custom CSS */
body:not(.mobile_menu_active).header-classic .header-bar {
    margin-top: 0px !important;
}
.header-classic #site-description {
    margin: 15px !important;
}

.tf-tile.size-square-large, .tf-tile.size-square-large .map-container {
  width: 580px;
height: 580px;
}
@media (max-width: 768px) {
    .tf-tile.size-square-large, .tf-tile.size-square-large .map-container {
  width: 280px;
height: 280px;
}
}
.tf-tile.size-square-small, .tf-tile.size-square-small .map-container {
  width: 290px;
height: 290px;
}
@media (max-width: 768px) {
      .tf-tile.size-square-small, .tf-tile.size-square-small .map-container {
  width: 140px;
height: 140px;
}
}
.tf-tile.size-landscape, .tf-tile.size-landscape .map-container {
  width: 580px;
height: 290px;
}
@media (max-width: 768px) {
      .tf-tile.size-landscape, .tf-tile.size-landscape .map-container {
  width: 280px;
height: 140px;
}
}
.themify_builder .module-tile.size-portrait,.themify_builder .module-tile.size-portrait .map-container {
  width: 290px;
height: 580px;
}
@media (max-width: 768px) {
      .themify_builder .module-tile.size-portrait,.themify_builder .module-tile.size-portrait .map-container {
  width: 140px;
height: 280px;
}
}
