/*
 Theme Name: Sky Pilot Child
 Theme URI: https://www.bizlog.fi
 Description: A lightweight child theme for the Sky Pilot theme.
 Author: BizLog Oy
 Author URI: https://www.bizlog.fi
 Template: sky-pilot
 Version: 1.0.0
 Text Domain: sky-pilot-child
*/

/* Add your custom CSS below */

.llms-section-description {
  margin: 0.75rem 0 1.25rem;
  padding: 0 .75rem 0 .75rem; 
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: .95;
}

.llms-section-lesson-description {
  margin: 0;
  padding: 0 .75rem 0 .75rem; 
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: .95;
}

.llms-section-lesson-description p {
  margin: 0;
  padding: 0; 
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: .95;
}

header.wp-block-template-part {
    background: #2A4182;
    color: White;
    text-decoration: none;
}

.wp-block-site-title :where(a) {
    color: White !important;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
}

#sib_signup_form_1 > p:nth-child(2) {
display:none;
}