/*
Theme Name: Twenty Twenty-Four Child
Theme URI: http://example.com/twentytwentyfour-child/
Description: Child theme for the Twenty Twenty-Four theme
Author: Your Name
Author URI: http://example.com
Template: twentytwentyfour
Version: 1.0.0
*/


/* CUSTOM */
:root{
    --bs-link-color: #ba0000;
    --bs-link-color-rgb: 186, 0, 0;
}
body{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans';
}
a{
    outline: 0;
}
#page{
    flex: 1 0 auto;
}
#page > #header, 
#page > #footer, 
#page > hr {
    display: none;
}
.learn-press-form-login button[type=submit], 
.learn-press-form-register button[type=submit]{
    border: none;
}
.learn-press-breadcrumb{
    display: none;
}
#learn-press-course{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.learn-press-profile-course__progress .lp_profile_course_progress__header,
#learn-press-quiz-app .quiz-status .questions-index,
#learn-press-quiz-app .quiz-status .questions-index span,
#learn-press-quiz-app .quiz-status .countdown .fas,
#learn-press-quiz-app .quiz-status .countdown{
    color: #FFFFFF;
}
.site_section{
    width: 100%;
    padding: 50px 0;
}
.site_container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}
.site_title{
    padding: 0 0 50px !important;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
    font-weight: 700;
}
.site_title span{
    font-style: normal;
}
.loop_courses{
    width: 100%;
    padding: 50px 0 !important;
}
.loop_courses .wp-block-post-template{
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -10px;
}
.loop_courses .wp-block-post{
    width: 100%;
    padding: 10px;
}
.loop_courses .wp-block-group{
    display: block;
}
.loop_courses .wp-block-post-title a{
    color: #BA0000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    outline: 0;
}
.loop_courses .wp-block-post-title a:hover,
.loop_courses .wp-block-post-title a:focus{
    color: #231F20;
}
.loop_courses .wp-block-post-excerpt__excerpt{
    font-size: 16px;
}
.course_categories_wrapper {
    width: 100%;
}

.course_categories_grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.course_categories_grid_item {
    width: 33.33%;
    padding: 10px;
}

.course_categories_block {
    width: 100%;
    padding: 20px;
    border: 3px solid #27a223;
    border-radius: 10px;
}

.course_categories_block .head {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.course_categories_block .head h4 {
    font-size: 24px;
    margin: 0;
}

.course_categories_block .description {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.8;
}

.course_categories_block 
 .bttn_wrapper {
    width: 100%;
    text-align: right;
}

.course_categories_block .bttn {
    display: inline-block;
    background-color: #27a223;
    border: 2px solid #27a223;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.course_categories_block .bttn:hover,
.course_categories_block .bttn:focus{
    background-color: transparent;
    color: #27a223;
}