/**handles:divi-style**/
/*
Theme Name: The Singing Self Program by Robert Sussuma
Theme URI: https://thesingingself.com
Description: Website created by Keith Dream
Author: Keith Eldridge
Author URI: https://keithdream.tech
Author Email: support@keithdream.tech
Template: Divi
Version: 0.25
Text Domain: kd-theme
*/

/*  Color Scheme */
:root {

    --hex-orange: #f26a21;
    --hex-yellow: #f6a61c;
    --hex-yellow-light: #f9d367;
    --hex-silver: #e1e3e4;
    --hex-silver-light: #f5f6f7;
    --hex-blue: #5f718d;
    --hex-dark-blue: #293144;
    --hex-black: #333333;
    --hex-white: #ffffff;

    --orange: 242, 106, 33;
    --yellow: 246, 166, 28;
    --yellow-light: 249, 211, 103;
    --light-silver: 225, 227, 228;
    --silver: 138, 150, 170;
    --blue: 95, 113, 141;
    --dark-blue: 41, 49, 68;
    --black: 0, 0, 0;
    --white: 255, 255, 255;
}

/* Theme Style */

a, a:hover, a:focus, a:link {
    color: rgb(var(--red));
}
a:hover {
    text-decoration-line: rgba(var(--yellow, .3));
}

::selection {
    background-color: var(--hex-orange);
    color: var(--hex-dark-blue);
}

span.logo_helper {
    vertical-align: top;
}

.et_fixed_nav.et_secondary_nav_enabled #main-header,
#main-header,
#main-header.et-fixed-header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 980px) {
    #main-header .et_mobile_menu {
        border-top: 3px solid var(--hex-orange) !important;
    }
}

/* Social Icons */
.et-social-podcast a.icon:before {
	content: '\f3c9';
	font-family: "Font Awesome 5 Free"!important;
}

/* Add icons before file links, block buttons append another a link, so negate those */
a[href$=".pdf"]:not(.wp-block-file__button)::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;
    font-size: 1.4em;
    content: '\f1c1';
    float: left;
    padding-right: 1em;
    color: var(--hex-orange);
}

ul li {
    padding-bottom: .5em;
}

.highlight {
    background: linear-gradient(transparent 82%, var(--hex-orange) 80%);
    display: inline;
    font-weight: 800;
}

.blockquote {
    border-color: var(--hex-orange);
}

ul li .fa-times {
    color: #f26a21;
}

ul li .fa-check {
    color: green;
}

ul li .fas, ul li .far {
    padding-right: .5em;
}

.custpost .et_pb_post {
    margin-bottom: 0px;
}

/* LearnDash */
/** Focus mode: Stop overflow with long breadcrumbs **/
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main {
    width: calc(100vw);
}

.learndash-wrapper .ld-focus .ld-focus-main {
    width: calc(100vw - 350px);
}

.single-sfwd-courses .post-meta,
.single-sfwd-lessons .post-meta,
.single-sfwd-topic .post-meta,
.single-sfwd-quiz .post-meta,
.single-sfwd-assignment .post-meta {
	display: none;
}

/** Profile avitar **/
.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
    border: none;
}

/** Highlight first section in course **/

.ld-item-list .ld-item-list-section-heading:nth-of-type(1) > .ld-lesson-section-heading:after,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading.ld-lesson-item-section-heading-1604567955253:after {
    display:inline-block;
    animation: blinker 3s linear infinite;
    margin-left: .5em;
    padding-left: .5em;
    padding-right:.5em;
    border-radius: 2px;
    background-color: var(--hex-orange);
    font-size: .7em;
    content: "START HERE!";
}

@keyframes blinker {
  50% {
    opacity: .3;
  }
}

/* Forminator */
.forminator-custom-form.forminator-design--flat .forminator-field .forminator-label {
    font-size: 1rem;
}

/* Footer */
.footer-blogs .entry-title::before {
    float: left;
    padding-right: .5em;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;
    font-size: .8em;
    content: '\f054';
    color: #f26a21 !important;
}

#et-boc .et-l--footer .footer-blogs article.et_pb_post {
    margin-bottom: 0;
    padding-bottom: 0;
}