/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* SINGLE POST */
body.single-post {
    font-size: 17px;
    line-height: 1.4em;
}
.single-post.content-max-width .entry-content ul {
    padding: 0 0 0 40px;
}
.single-post.content-max-width #related-posts {
    background-color: #F0F1F2;
    padding: 2em 3em;
    margin: 3em auto;
}
h3.related-posts-title {
    font-weight: 300;
}
.single-post.content-max-width .entry-content blockquote {
    max-width: 980px;
}
/* SINGLE POST */
/* KOBAN FORMS */
/* KOBAN */
.ncField input, .ncField select, .ncFieldct .ncField input, .ncFieldct .ncField select {
    width: 100%;
    border-radius: 2px;
}
.ncFieldct .ncField input[type="checkbox"] {
    width: auto;
    padding: 0;
}
a.kbn-form {
    font-family: "Open Sans", "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #6ec1e4 !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 1em 2em 1em 2em !important;
    display: inline-block !important;
}
a.kbn-form:hover {
    background-color: #24aafc !important;
}
a.kbn-form:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
}

@media( max-width: 767px ) {
    .ncFieldct label, .ncField {
        float: left;
        width: 90%;
        text-align: left;
    }
}
/* NEWSLETTER FOOTER */
.kbn_newsletter_footer form#ncform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.kbn_newsletter_footer .ncFieldct .ncField, .kbn_newsletter_footer .ncFieldct, .kbn_newsletter_footer .ncSendZone {
    width: auto;
    float: none;
    margin: 0;
    height: 100%;
}
.kbn_newsletter_footer .f_Contact_EMail {
    width: 100%;
    margin-right: 2rem;
}
.kbn_newsletter_footer input[type="email"] {
    padding: 16px;
} 
/* KOBAN FORMS */