/*
Theme Name: Northland IO Child Theme
Theme URI: https://www.hostwithnorthland.io/
Description: Child theme for Divi.
Author: Northland IO
Author URI:   https://www.hostwithnorthland.io/
Template: Divi
Version: 1.0
*/
.visuallyHidden {
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}


.postPreview {
    border-top: 1px solid #bf6c16;
}
.postPreview::before {
    background: #bf6c16;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    width: 100%;
    height: 1px;
}
.postPreview .et_pb_post {
    margin-bottom: 1em;
    padding-bottom: 2em;
    padding-top: 2em;
    position: relative;
}
.postPreview .et_pb_post::before {
    background: #bf6c16;
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 1px;
}
.postPreview .et_pb_post::after {
    clear: both;
    display: block;
}
@media all and (max-width:979.99px){

    .pageHeader .et_pb_column_4_tb_header {
        padding-bottom: 0;
    }
    .et_pb_blog_0_tb_body a.more-link {
        position: relative !important;
        top: 1em !important;
        left: inherit !important;
        right: inherit !important;
        bottom: inherit !important;
        text-align: center !important;
    }

    .membershipTable .et_pb_column {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
}
@media all and (min-width: 980px){
    .postPreview .et_pb_post .entry-title,
    .postPreview .et_pb_post .post-meta,
    .postPreview .et_pb_post .post-content {
        float: left;
        width: 75%;
    }

    .membershipTable .et_pb_module.et_pb_text ul {
        overflow: hidden;
    }
    .membershipTable .et_pb_module.et_pb_text ul li {
        float: left;
        padding-right: 1em;
        width: 50%;
    }
}

.postContent .et_pb_row {
    width: 100%;
}



.footerBgIcon img {
    left: 10em;
}


@media all and (min-width: 1px){
    .et_pb_section.et_pb_section_0_tb_header {
        display: block !important;
    }
}

input::placeholder,
textarea::placeholder {
    color: #003d53 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
	
}

@media all and (min-width: 1px){
    #main-content,
    .single-post .et_pb_module.postContent .et_pb_section {
        background-color: transparent !important;
    }
}

.et_pb_text.et_pb_module h2:first-child {
    line-height: 1.3em !important;
}
.et_pb_text.et_pb_module h2 + h3 {
    line-height: 1.3em !important;
    margin: 10px 0 !important;
    padding: 0 !important;
}