/* CUSTOM FONTS */

@font-face {
    font-family: 'pf_manic_attackregular';
    src: url('../fonts/pfmanicattack-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alt_silent_screamitalic';
    src: url('../fonts/alt_silent_scream_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pfurbandecayregular';
    src: url('../fonts/pfurbandecay-webfont.eot');
    src: url('../fonts/pfurbandecay-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfurbandecay-webfont.woff2') format('woff2'),
         url('../fonts/pfurbandecay-webfont.woff') format('woff'),
         url('../fonts/pfurbandecay-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/* CONTACT FORM */

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
/*     height: 30px!important; */
    width: 100%;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    color: #aaaaaa;
	border-radius: 2px;
	box-shadow: none;
	padding: 17.5px 20px;
	font-size: 16px;
	transition: all 100ms ease-out;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    color: #aaaaaa;
    border-radius: 2px;
    box-shadow: none;
	padding: 17.5px 20px;
	font-size: 16px;
	transition: all 100ms ease-out;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 25%;
    height: 55px;
    color: #fff;
    font-size: 21px;
    border: 1px solid #eeeeee;
    background: #c02222;
    color: fff;
    border-radius: 2px;
    border-color: #c02222;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 100ms ease-out;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    border-color: #b31515;
    background-color: #b31515;
}

@media (max-width: 640px) {
	input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    }
}


/* HIDE RECAPTCHA */
/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}

/* Shows the reCAPTCHA on the Contact page */
.page-id-17 .grecaptcha-badge {
    display: block !important;
}