/* Enter Your Custom CSS Here */
.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: none;
    color: #232323;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.contact-form input {
    margin-bottom: 0 !important;
}
.contact-form textarea {
  min-height: 185px !important;
  height: 185px !important;
}
.wpcf7-submit {
    background: #2377b0 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
iframe {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
html, body {
  margin: 0;
  padding: 0;
}
.single-blog-post-thumnail {
    height: 200px !important;
}
.footer-top-area .post-widget-content h4 {
	text-transform: none !important;
}