/**
Theme Name: courtclass
Author: courtclass.Com
Author URI: courtclass.Com
Description: courtclass
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: courtclass
Template: kadence
*/
ul#secondary-menu li {
    position: relative;
}

ul#secondary-menu li:after {
    content: " ";
    height: 13px;
    width: 1px;
    background: #333;
    position: absolute;
    right: 0;
    top: 14px;
}

ul#secondary-menu li:last-child:after {
    content: none;
}
.content-area {
    margin-top: 40px;
    margin-bottom: 40px;
}
.entry-content-wrap {
    padding: 0;
}
.entry.single-entry {
    box-shadow: none;
}
.title-white .entry-title {
    color: #fff;
}
.hero-container.site-container .entry-title {
    font-size: 36px;
    font-weight: 300;
    text-transform: capitalize;
}
.chart-table td, th {
    padding: 10px !important;
    border: #fff 1px solid !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.chart-table img {
    width: 100%;
    max-width: 24px !important;
    margin: 0 auto;
}

.chart-table table {border-spacing: 0;border-collapse: collapse;}
.entry-content-wrap {
    padding: 0;
}
.course-box {
    background-color: #142980;
    padding-top: 5px;
}
.course-box a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans';
    text-transform: uppercase;
    width: 100%;
    display: block;
    background: #ffbe01;
    padding: 6px 20px;
    text-decoration:none;
}
.course-box a:hover, .espanollink:hover {
    color: #fff !important;
    background: #c22d2f !important;
}
.course-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px;
    font-family: 'Open Sans';
    margin-bottom: 5px;
    min-height: 44px;
}
.course-box p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Open Sans';
    margin-bottom: 5px;
    padding: 0 20px;
}

.lifterlms-reports-container {
    border: none;
    margin-top: -100px;
}
.llms-sd-section.llms-my-memberships {
	display: none;
}
.llms-certificate-container hr {
	display: none;
}