
body .quform-recaptcha,
body .grecaptcha-badge {
    display: none !important;
}
#secondary .iphorm-element-spacer {
    padding: 0;
}
#secondary .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label,
#secondary .iphorm-element-wrap-textarea.iphorm-labels-inside > .iphorm-element-spacer > label,
#secondary .iphorm-element-wrap-password.iphorm-labels-inside > .iphorm-element-spacer > label,
#secondary .iphorm-element-wrap-captcha.iphorm-labels-inside > .iphorm-element-spacer > label {
    line-height: 50px;
    margin-left: 10px;
    margin-top: 0;
    color: #FFF;
	font-size: 14px;
}
#secondary .iphorm-element-wrap label span.iphorm-required {
    font-size: 14px;
    margin: 0;
    font-family: brandon-grotesque, sans-serif;
    color: #22263f;
}
#secondary input[type=text],
#secondary input[type=email] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border: none;
    margin: 0 0 30px;
	font-family: brandon-grotesque, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #22263f;
}
#secondary textarea {
    width: 100%;
    height: 140px;
    padding: 15px 10px;
    border: none;
    margin: 0 0 30px;
    resize: none;
	font-family: brandon-grotesque, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #22263f;
}
#secondary .iphorm-submit-input-wrap {
    float: none;
}
#secondary .iphorm-submit-wrap {
    margin: 0;
    text-align: center;
}
#secondary .iphorm-submit-wrap button {
    text-transform: uppercase;
    display: inline-block;
    background: transparent;
    height: 60px;
    border: solid #000 2px;
    line-height: 56px;
    margin-right: 0px;
	font-family: brandon-grotesque, sans-serif;
	font-size: 16px;
	padding: 0 100px;
}
#secondary .iphorm-submit-wrap button span {
    padding-left: 0;
    background: transparent;
    border: none;
}
#secondary .iphorm-submit-wrap button em {
    font-style: normal;
    padding-right: 0;
    background: transparent;
}
#secondary .iphorm-submit-wrap button span,
#secondary .iphorm-submit-wrap button em {
    line-height: 56px;
    color: #22263f;
    cursor: pointer;
}
.form-left-col {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.form-right-col {
    float: right;
    width: 50%;
    padding-left: 15px;
}
#secondary .iphorm-element-wrap {
    clear: both;
}
.entry-content .mejs-container,
.entry-content .mejs-container .mejs-controls,
.entry-content .mejs-embed,
.entry-cotent .mejs-embed body {
    background: #666;
}
#footer-widgets .iphorm-element-spacer {
    padding-bottom: 0px;
}
#footer-widgets input[type=email] {
    margin: 0;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    background-color: transparent;
	font-family: brandon-grotesque, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#footer-widgets .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label,
#footer-widgets .iphorm-element-wrap-textarea.iphorm-labels-inside > .iphorm-element-spacer > label,
#footer-widgets .iphorm-element-wrap-password.iphorm-labels-inside > .iphorm-element-spacer > label,
#footer-widgets .iphorm-element-wrap-captcha.iphorm-labels-inside > .iphorm-element-spacer > label {
    line-height: 40px;
    margin-left: 10px;
    margin-top: 0;
    color: #FFF;
	font-size: 12px;
}
#footer-widgets .iphorm-element-wrap label span.iphorm-required {
    font-size: 12px;
    margin: 0;
    font-family: brandon-grotesque, sans-serif;
    color: #FFF;
}
#footer-widgets form {
    position: relative;
    padding-right: 100px;
}
#footer-widgets .iphorm-submit-wrap {
    margin: 0;
}
#footer-widgets .iphorm-submit-input-wrap {
    float: none;
    position: absolute;
    width: 100px;
    top: 0px;
    right: 0px;
}
#footer-widgets .iphorm-submit-wrap button {
    text-transform: uppercase;
    display: block;
    background: #ccc2cc;
    height: 40px;
    width: 100%;
    border: none;
    line-height: 40px;
    margin-right: 0px;
	font-family: brandon-grotesque, sans-serif;
	font-size: 14px;
	padding: 0;
}
#footer-widgets .iphorm-submit-wrap button span {
    padding-left: 0;
    background: transparent;
    border: none;
}
#footer-widgets .iphorm-submit-wrap button em {
    font-style: normal;
    padding-right: 0;
    background: transparent;
}
#footer-widgets .iphorm-submit-wrap button span,
#footer-widgets .iphorm-submit-wrap button em {
    line-height: 40px;
	color: #22263f;
    cursor: pointer;
}
#page .iphorm-edit-form-wrap {
    display: none;
}
@media only screen and (max-width : 600px) {
    .form-left-col,
    .form-right-col {
        float: none;
        width: 100%;
        padding: 0px;
    }
    #footer-widgets form {
        padding: 0;
    }
    #footer-widgets .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label,
    #footer-widgets .iphorm-element-wrap-textarea.iphorm-labels-inside > .iphorm-element-spacer > label,
    #footer-widgets .iphorm-element-wrap-password.iphorm-labels-inside > .iphorm-element-spacer > label,
    #footer-widgets .iphorm-element-wrap-captcha.iphorm-labels-inside > .iphorm-element-spacer > label {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    #footer-widgets input[type=email] {
        margin: 0;
        border-bottom: solid 2px #FFF;
        height: 42px;
        text-align: center;
    }
    #footer-widgets .iphorm-submit-input-wrap {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
    #footer-widgets .iphorm-submit-wrap button {
        background: transparent;
        height: 44px;
        border: solid 2px #FFF;
    }
    #secondary .iphorm-submit-wrap button {
        width: 100%;
    }
    #footer-widgets .iphorm-submit-wrap button span,
    #footer-widgets .iphorm-submit-wrap button em {
        color: #FFF;
    }
}
