/* Navigation menu styling */

.wp-block-navigation li.current-menu-item > a {
  color: #ebe6e6;
  background-color: #000000;
}

.wp-block-navigation li > a:hover {
  color: #ebe6e6;
  background-color: #000000;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  padding: 8px;
}


.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  width: 220px;
}


/* Contact form styling */

#convert,
#quote,
#contactmike {
  background-color: tan;
  border-top: 4px ridge black;
  border-radius: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  box-shadow: 5px 12px 12px  #000000;
  opacity: 1;
  margin-right: 20px;
}

input[type="text"],
input[type="email"],
input[type="select"] {
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  height: 2em;
  font-size: 16px;
  width: 70%;
}

textarea {
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  height: 8em;
  font-size: 16px;
  width: 70%;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  font-size: 16px;
}

input[type=button],
input[type=submit] {
  box-shadow: 5px 7px 10px  #000000;
  opacity: 1;
  background-color: black;
  border-radius: 7px;
  padding: 12px;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

input[type=button]:hover,
input[type=submit]:hover {
  background-color: #000000;
}

iframe {
  height: 400px;
}

a.gb-button-7f256de3 {
  box-shadow: 7px 7px 7px #000;
}