/*
Theme Name: NESCA - Salient Child Theme
Theme URI:
Description: Child theme of salient theme for the Salient theme
Author: <a href="http://themenectar.com">ThemeNectar</a>
Author URI:
Template: salient
Version: 8.5.3
*/

.menu li.has-children > a:after {
    color: #fff;
    content: " ▼";
    font-size: 10px;
    vertical-align: 1px;
}
.menu li li.has-children > a:after {
    color: #222;
    content: " ►";
    font-size: 10px;
    vertical-align: 1px;
}
.mobile-blog-subscribe {
    max-width: 300px;
    margin: 0 auto 30px;
    padding: 0 5px;
}
.mobile-blog-subscribe .title {
    color: #999;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.mobile-blog-subscribe .form-preview {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: clamp(17px, 5%, 40px) clamp(17px, 7%, 50px) !important;
    max-width: none !important;
    border-radius: 6px !important;
    box-shadow: 0 5px 25px rgba(34, 60, 47, 0.25) !important;
}
.mobile-blog-subscribe .form-preview {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    padding: clamp(17px, 5%, 40px) clamp(17px, 7%, 50px) !important;
    max-width: none !important;
    border-radius: 6px !important;
    box-shadow: 0 5px 25px rgba(34, 60, 47, 0.25) !important;
}

.mobile-blog-subscribe .form-preview,
.mobile-blog-subscribe .form-preview * {
    box-sizing: border-box !important;
}

.mobile-blog-subscribe .form-preview .preview-heading {
    width: 100% !important;
}

.mobile-blog-subscribe .form-preview .preview-heading h5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mobile-blog-subscribe .form-preview .preview-input-field {
    margin-top: 20px !important;
    width: 100% !important;
}

.mobile-blog-subscribe .form-preview .preview-input-field input {
    width: 100% !important;
    height: 40px !important;
    border-radius: 6px !important;
    border: 2px solid #e9e8e8 !important;
    background-color: #fff !important;
    outline: none !important;
}

.mobile-blog-subscribe .form-preview .preview-input-field input {
    color: #000000 !important;
    font-family: "Montserrat" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: center !important;
}

.mobile-blog-subscribe .form-preview .preview-input-field input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

</p > <p > .mobile-blog-subscribe .form-preview .preview-input-field input:-ms-input-placeholder {
    color: #000000 !important;
}

</p > <p > .mobile-blog-subscribe .form-preview .preview-input-field input::-ms-input-placeholder {
    color: #000000 !important;
}

.mobile-blog-subscribe .form-preview .preview-submit-button {
    margin-top: 10px !important;
    width: 100% !important;
}

.mobile-blog-subscribe .form-preview .preview-submit-button button {
    width: 100% !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 6px !important;
    line-height: 0px !important;
}

.mobile-blog-subscribe .form-preview .preview-submit-button button:hover {
    cursor: pointer !important;
}

.mobile-blog-subscribe .powered-by-line {
    color: #231f20 !important;
    font-family: "Montserrat" !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px !important;
}

.mobile-blog-subscribe .powered-by-line img {
    margin-left: 10px !important;
    height: 1.13em !important;
    max-height: 1.13em !important;
}
/* Sperling Additions */
@media only screen and (min-width: 1001px) {
    .mobile-blog-subscribe {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .more-articles-flex {
        display: flex;
    }
}

body[data-form-style="minimal"] #sidebar .minimal-form-input {
    padding-top: 0;
}

.si-relatedposts-row {
    margin: 0 auto 60px auto;
}

.si-relatedposts-single {
    flex: 1 1 33.3333%;
    background-color: #efefef;
    margin: 10px;
}

.si-relatedposts-single a {
    text-align: center;
    display: block;
    padding: 20px;
}

.post-featured-img {
    display: none !important;
}

.alert-banner {
    background-color: #f8981d;
    text-align: center;
    color: white;
    padding: 25px;
}

.alert-banner p {
    color: white;
    margin: 0;
    font-size: 18px;
    padding: 0 !important;
}

.alert-banner a {
    color: white;
    text-decoration: underline;
}

/* FOOTER */
#footer-widgets h3.sec-label {
    display: flex;
    align-items: center;
}

#footer-widgets h3.sec-label i {
    color: #ffb23a;
    top: auto;
    height: auto;
    margin-right: 10px;
}

.per-address p:first-child {
    padding-bottom: 0 !important;
}
