/*
Theme Name: Pancionat Theme
Theme URI:
Author: Andrew Pritula
Description: Custom theme for pancionat website
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: pancionat-theme
*/
nav .menu-item {
  list-style-type: none;
}

footer .custom-logo {
  width: 300px;
  height: auto;
}

#google-map, #google-map-2 {
  width: 100%;
  max-width: 100%;
  padding-top: 56.25% !important;
}

@media (min-width: 768px) {
  #google-map, #google-map-2 {
    width: 80%;
    padding-top: 40% !important;
  }
}

@media (min-width: 1280px) {
  #google-map, #google-map-2 {
    width: 65%;
    padding-top: 30% !important;
  }
}
