<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: King Kong Placeholder
Author: King Kong
Description: Placeholder theme for default Wordpress installation
Version: 0.0.1
*/

.form-group i.fa, .form-group img {
  z-index: 2;
}
form br {
  display: none;
}
form textarea {
  max-height: 150px;
}


@media screen and (max-width: 767px) {
  .header-top {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .header-top-logo {
    margin-bottom: 0;
    float: left;
  }
  .header-top-logo img {
    float: left;
  }
  .header-top-contact {
    float: right;
  }
  .header-top-contact .col-auto:last-child {
    display: none;
  }
  .header-subtitle {
    display: none;
  }
}

.wpcf7-response-output {
  color: #fff;
  background: #f26522;
}

@media screen and (max-width: 575px) {
	.wistia_responsive_wrapper {
		width: 100% !important;
	}
	
}
</pre></body></html>