/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

.thumbnail.course .ld_course_grid_price.ribbon-enrolled {
    background: #677980;
}

.ld-course-list-items .ld_course_grid .btn-primary {
    color: #ffffff;
    background-color: #677980;
    border-color: #677980;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled:before {
    border-top: 4px solid #677980;
    border-right: 4px solid #677980;
}
.ldsc_number_text {
    display: none !important;
}

/* Increase the header width on desktop SS-31206810-hc */

@media screen and (min-width: 1280px) {
body:not(.fse-enabled) #masthead{
width: 90%;
}
}
/* change the site title and description color SS-31206810-hc */
.site-title a:link, .site-title a:visited, .site-header .site-title + .site-description {
color: #6A8E7E;
}
/* Change the menu hover color SS-31206810-hc */
@media only screen and (min-width: 560px){
.site-header .main-navigation > div > ul > li:hover > a, .site-header .main-navigation > div > ul > li.focus > a, .site-header .main-navigation > div > ul > li.current-menu-item > a {
color: #6A8E7E;
}
}
/* Change the menu hover, buttons and link color SS-4233073-hc */
@media only screen and (min-width: 560px) {
.site-header .main-navigation > div > ul > li:hover li > a, .site-header .main-navigation > div > ul > li.focus li > a, .site-header .main-navigation > div > ul > li.current-menu-item li > a{
    background: #6A8E7E;
  }
.site-header .main-navigation > div > ul > li:hover > ul:before, .site-header .main-navigation > div > ul > li.focus > ul:before, .site-header .main-navigation > div > ul > li.current-menu-item > ul:before {
 border-bottom-color: #6A8E7E;
 }
}
button[data-load-more-btn], .button, button, input[type="submit"], .wp-block-button__link, .wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
  background-color: #6A8E7E;
}
/* set site and menu background colors 31214924-hc*/
body,
.site,
.main-navigation > div > ul > li > .sub-menu {
    background-color: #EFEFEF;
}
/* Adjust background color of button blocks when hovered | 31248950-hc */
.wp-block-button__link:not(.has-background):hover {
	background-color: #677980;
}
/*Quote Block  Font Size hc-31542931 AR*/
.wp-block-quote p{
font-size: .99rem;
} 

/* Reduce spacing beneath paragraphs for "Draft Modules" page | 36591014-hc bb */
#post-3478 p {
	margin-bottom: -20px;
}

/* Place Site Title and Navigation on separate lines | 36591014-hc bb */
#masthead {
	display: block;
}

/* Hide the page titles from the live site (to replace with Heading blocks in the editor) -- 5516129-zen*/
.type-page .entry-title {
    display: none;
}

‪@media screen and (max-width: 768px) {‬
‪  .page-id-8744 .header-navigation,‬
‪  .page-id-8744 .cart-icon {‬
‪    display: none !important;‬
‪  }‬
‪}‬