/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

body {
    color: #6b6b6b !important;
    line-height: 1.3 !important;
}

.wp-block-navigation-link a.wp-block-navigation-item__content {
    font-size: 16px;
    font-weight: 500;
}

.wp-block-navigation-link a.wp-block-navigation-item__content:hover {
    text-decoration: underline !important;
}

.topHead .wp-block-navigation-item, .topHead .wp-block-loginout {
    border: 0px !important;
    font-size: 14px;
    padding-top: .25em;
    padding-bottom: .25em;
}

/* Course Details */

.register_btn  {
    border: 1px !important;
}

.courseDesc .button a  {
    border: 0px !important;
    font-size: 14px;
    padding-top: .5em;
    padding-bottom: .5em;
}

.stepsSec h3,
.stepsSec h4 {
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: .5em !important;
}

.stepsSec .steps {
    padding: 2.5em !important;
}

.steps p {
    font-size: .9em;
    margin: 0px;
}

.coursesList .courseDesc .content {
    text-align: left !important;
}

#collapse5130 iframe {
    width: 80%;
    min-height: 480px;
}

#sp-ea-513 img {
    max-width: 150px;
    height: auto;
}

h2.eap_section_title {
    color: #ce873c !important;
    font-size: 1.5em;
    text-transform: capitalize;
    padding-left: 15px !important;
}

.single-lesson_module .timer_div { display: none; }

.single-lesson_module .wp-block-post-content:nth-child(1) { text-align: center; padding-top: 0px; }
.single-lesson_module .wp-block-post-content:nth-child(1) h3 { color: #00271f; }

#modal-2-content ul.wp-block-navigation__container li:first-child {
    display: none;
}

.steps button.download {
    background-color: #ce873c;
    color: #FFF;
    text-decoration: none;
    padding: .5em 1em;
    font-size: .75em;
    display: none;
    border: 0px;
    cursor: pointer;
    margin-left: 52%;
}

.steps.loggedIn button.download {
    clear: both;
    text-align: center;
    display: block !important;
    margin-top: 1em;
}

@media only screen and (max-width: 1400px) {
    .wp-block-navigation .wp-block-page-list,
    .wp-block-navigation__container,
    .wp-block-navigation__responsive-close,
    .wp-block-navigation__responsive-container,
    .wp-block-navigation__responsive-container-content,
    .wp-block-navigation__responsive-dialog {
        gap: 4em !important;
    }
}

@media only screen and (max-width: 1160px) {
    .wp-block-navigation .wp-block-page-list,
    .wp-block-navigation__container,
    .wp-block-navigation__responsive-close,
    .wp-block-navigation__responsive-container,
    .wp-block-navigation__responsive-container-content,
    .wp-block-navigation__responsive-dialog {
        gap: 3.5em !important;
    }
}

@media only screen and (max-width: 600px) {
    #collapse5130 iframe {
        width: 100%;
        min-height: 200px;
    }

    #sp-ea-513 img
    {
        max-width: 150px;
        height: auto;
    }

    #modal-2-content ul.wp-block-navigation__container li:first-child {
        display: block;
    }

    .steps button.download {
        margin-left: 0%;
        margin-bottom: 1em;
    }

    p.has-text-color:nth-child(4) {
        display: none;
    }

    .ur-frontend-form input[type="submit"],
    .user-registration-Button {
        width: 100% !important;
        max-width: 500px !important;
    }
}