/* Enter Your Custom CSS Here */

#sunshine-content h1 {
  font-size: 1.8em;
  font-family: cursive;
}

#sunshine-content h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.about-page-heading {
  font-family: cursive;
  text-align: center;
  font-size: 1.5em;
}

/* Disables page title on Gift Certificate Gallery page */
.page-id-497 .entry-title {
  display: none;
}

/* Centers image on Gift Certificate Gallery page */
.sunshine-image-thumbnail {
  margin: 0 auto !important;
  float: none !important;
}

/* Fixes the width issue on the Contact Page */
.page-template-page-contact-map .content {
  width: 50%;
  float: left;
}

.sunshine-qty {
  color: black;
}

#contact-info-small {
  display: none;
  text-align: center;
}

#contact-form-info {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  #contact-info-small {
    display: block;
  }
    
  #contact-form-info {
      display: none;
  }
}

#sunshine-add-form li .sunshine-product-desc {
  display: block;
}

#sunshine-add-form li .sunshine-product-desc-link {
  display: none;
}