/* Enter Your Custom CSS Here */

.nf-form-fields-required {
  display: none;
}
.wpcf7 label {
    width: 100% !important;
}
.wpcf7 input {
    border: 1px solid #ddd;
}
.wpcf7 textarea {
    height: 110px;
}
.sit-form h3 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 1.5px;
    font-family: "Roboto Slab";
    margin-bottom: 40px;
}
.page-id-3511 header.page-header {
    max-width: 1100px;
    margin: 0 auto;
}
.shshat-special a {
    color: #fff;
    text-shadow: 0 0 7px #000;
		opacity:0;
		z-index: 9;
    position: relative;
		transition: 1s;
}
.shshat-special:hover a {
    opacity: 1;
}
.shshat-special a:hover {
    color: #fff !important;
}
.shshat-special:hover::before {
    background: #0000007a;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    content: '';
		transition: 1s;
}
.blog-header {
		background-size: 1px 422px !important;
}