/* Enter Your Custom CSS Here */
.wpcf7-text, #respond form p input, #respond form p textarea, .wpcf7 form p textarea {
color: #000;
resize: none;
}
.post-media-attachments li a {
display: none;
}

#textIframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 305px;
	height: 225px;
}

.top-nav ul li {
    color: #fcfaf1;
    margin-left: 29px;
}

.logo {
    float: left;
    margin: 26px 0px 26px 0px;
}

@media (min-width: 1055px) {
  .header-section .logo a, .header-section .logo img {
      position: absolute !important;
      top: -20px;
      display: block !important;
      width: 227px !important;
      height: 227px !important;
      z-index: 99 !important;
  }
  .header-section .navigation {
      margin: 0 0 20px 250px !important;
  }
}