/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 .google-map-container{
    border: 1px solid gray;
 }

 .entry-title,
 .wp-block-heading{
   color: #d5b50c;
 }

 .stk-block-heading__text {
   color: #b3980b;
 }

 @media screen and (max-width:600px) {
    .google-map-container iframe{
      height: 400px;
    }
 }

.hide-city-blocks{
  visibility:hidden;
}

@media screen and (max-width:688px) {
  .hide-city-blocks{
    display:none;
  }
}

#sp_easy_accordion-1749743347{
  width: 100%;
}

.main-contact-form{
  background-color: #b3980b;
  padding: 20px; box-sizing: border-box;
  border-radius: 15px;
}

.main-contact-form .wpforms-field-label{
 color: white;
 font-size: 18px;
 font-family: 'Sen', sans-serif;
}

.main-contact-form .default-font{
  font-size: 18px;
 font-family: 'Sen', sans-serif;
}



