/*-------------------------------------------------------
Theme Name: Divi Child Theme
Theme URI: https://worshiptimes.org
Description: A child theme of Divi for the Worship Times WT4.0 Network
Author: Michael Gyura
Author URI: https://worshiptimes.org
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

body.WTSITE #page-container .et_color_scheme_green #top-header,
body.WTSITE #page-container .et_color_scheme_green .et_pb_counter_amount,
body.WTSITE #page-container .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading {
    background: #44bc23 !important;
}

/* Full Calendar Override */

body #content-area .entry-content .wpfc-calendar-wrapper .fc-body tr td.fc-event-container,
body .entry-content .wpfc-calendar-wrapper .fc-body tr td.fc-event-container {
    padding: 1px 4px;
}

/* Trinity Lutheran Church - WT005134054 Changes */

body.WT005134054 .wt_breadcrumbs {
    background: #5d3678;
    padding: 0 0 0 100px;
}

body.WT005134054 .wt_breadcrumbs span[typeof="v:Breadcrumb"] {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
}

body.WT005134054 .wt_breadcrumbs span[typeof="v:Breadcrumb"] a {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
}

body.WT005134054 .wt_breadcrumbs strong {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    color: #9b9b9b;
}

body.WT005134054 .wt_breadcrumbs span,
body.WT005134054 .wt_breadcrumbs p a {
    color: #ffffff;
}

body.WT005134054 .wt_breadcrumbs p#breadcrumbs {
    padding-bottom: 0;
}

body.WT005134054 .wt_show_on_mobile {
    display: none;
}

/* Lutheran Church of the Master  - WT005161964 Changes */

body.WT005161964 .post-password-required .et_password_protected_form {
    min-height: initial;
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 100px;
    width: 70%;
}

/* First Presbyterian Church, Norman - WT005740717 Changes */

body.WT005740717.archive #main-header,
body.WT005740717.error404 #main-header,
body.WT005740717.single #main-header {
    background-color: rgba(35, 59, 147, 0.89);
}

/* Mobile */

@media (max-width: 959px) {
    /* Trinity Lutheran Church - WT005134054 Changes */
    body.WT005134054 .wt_show_on_mobile {
        display: inherit;
    }
}


