.wootwoot {
  display: none;
}

.top-site-bar
{
  display: none;
}

.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.site-header .eastalta-company-name {
    text-align: left;
    height: 70px;
    vertical-align: middle;
    padding-top: 12px;
    font-weight: bold;
    font-size: 28px;
}

@media (max-width: 480px)
{
 .site-header .eastalta-company-name
 {
    display: none;
 }   

 .site-header .eastalta-company-logo img
 {
     width: 144px;
     height: 144px;
 }
}

@media (max-width: 1020px)
{
 .site-header .eastalta-company-name
 {
   text-align: center;
    
 }   
}

body[data-nav--hid="bYARkJorl51pn9jM"] .gallery-item-title p {
    color: red;
}
