/*
 * Theme Name: NYS Neurological Society
 * Author: Deinna	
 * Version: 1.1.0
 **/

/* Custom Class */
.lh-1 {
    line-height: normal;
}

/* Members */
/* .modal-header {
    padding: 1.2rem 3.5rem;
}

.modal-body {
    padding: 2rem 3.5rem;
} */

/* Form */
.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    padding: 8px 16px;
    line-height: normal;
    border: none;
}

.wpcf7-submit {
    width: auto !important;
    background-color: transparent;
    font-size: 20px;
    padding: 8px 15px;
    border-style: solid;
    display: inline-block;
    color: #ffffff;
    background-color: #4ba7de;
    font-weight: 900;
}

.wpcf7-submit:hover {
    background-color: #4294c5;
}

.wpcf7-form textarea {
    height: 100px;
}

/* Footer */
footer .site-details li {
    margin-bottom: 0 !important;
}

footer .site-details li,
footer .site-details a {
    color: #7c7c7c;
}

footer .site-details u {
    text-decoration: none;
}

.modal {
    padding-right: 0 !important;
}

.narrow-container {
    padding-left: 15px;
    padding-right: 15px;
}

span.wpcf7-list-item.first {
    margin-left: 0;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    width: auto !important;
}

.white-link a {
    color: white;
}

.white-link a:hover {
    color:#9ebc3b;
}

.page-link {
    color: #9ebc3b;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9ebc3b;
    border-color: #9ebc3b;
}

form#zipcode {
    margin-bottom: 15px;
}

form#zipcode button {
    padding: 1px 10px;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}

.physicians hr {
    border-top: 1px solid rgb(93 132 154);
}

.form-control {
    border-radius: 0;
    border: 0;
}

@media (min-width: 576px ) {
    .modal-dialog {
        max-width: 650px;
    }
}

/* Media Queries */
@media ( max-width: 575px ) {
    .page-banner {
        height: 200px;
    }
}
@media ( max-width: 320px ) {
    .site-details a {
        font-size: 16px;
    }
}