  /**
 * Prism Form Styles
 */
body .prism-form.template-7 {
    background: #FFF;    
    padding: 10px 30px 30px;
    border-radius: 0 0 25px 25px;
    max-width: initial;
}

body .prism-form .template-7-header span.title,
body .prism-form .template-7-header span.subtitle {
    display: none;
}

body .prism-form.template-7 input:not([type="radio"]):not([type="checkbox"]), 
body .prism-form.template-7 textarea, 
body .prism-form.template-7 select {
    border: 1px solid #dddddd;  
    padding: 11px 5px 10px!important;
    text-indent: 10px;
    transition: none;
}

body .prism-form.template-7 select.filled, 
body .prism-form.template-7 input:not([type="radio"]):not([type="checkbox"]).filled {
    padding: 16px 5px 5px!important;
}

body .prism-form.template-7 select {
    background-image: url("https://prism.thru-line.com/assets/img/forms/select-arrow.png");
    background-size: 16px 12px;
}

body .prism-form #prism-anchor-button, 
body .prism-form.template-7 .prism-submit,
body .prism-form.template-7 .prism-submit:hover:not([disabled]) {
    background: #e55525;    
    border: none;
    box-shadow: none;
    color: #FFF;
}

body .prism-form.template-7 .prism-submit:hover:not([disabled]) {
    background: #ca4a1f;
}

/**
 * Anchor Button Styles
 */

 body #prism-anchor-button-wrap {
    padding: 0;
    display:none;
}

body #prism-anchor-button-wrap #prism-anchor-button {
    max-width: 380px;
    color: #FFF;
    /* font-family: Mundial; */
    font-size: 19px;
    line-height: 24px;
    text-transform: capitalize;
    border: none;
    padding: 12px 0;
    border-radius: 8px;
    background: #e55525;
    box-shadow: 0 4px 4px 0 rgba(13, 31, 34, 0.25);
    letter-spacing: .1em;
}


body #prism-anchor-button-wrap #prism-anchor-button:focus {
    outline: none!important;
}

@media (min-width:767px) {

    body #prism-anchor-button-wrap {
        display:none!important;
    }
}


/**
 * Sidebar Form Styles
 */

#custom_html-2 {
    background: #FFF;
    padding: 0;
    border-radius: 0 0 25px 25px;
    max-width: initial;
    box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.19);
}

#custom_html-2 .form-title {
    background: #021A3A;
    padding: 20px 0;
    text-align: center;
}

#custom_html-2 .form-title h3 {
    color: #fff;
    margin: 0;
}
