/*
 Theme Name:   LairdPage Theme
 Theme URI:    https://andytlaird.com
 Description:  Default Andy T Laird child theme
 Author:       Andy T. Laird
 Author URI:   https://andytlaird.com/about/
 Template:     generatepress
 Version:      1.1
*/
/* GeneratePress Site CSS */  /* End GeneratePress Site CSS */
body.single-post .entry-content a:not(.button):not(.gb-button) {
    border-bottom: 1px solid #333;
    padding-bottom: 1px;
}
.wp-block-image {
    margin-bottom: 1.5em;
}
/* Accent Lines */
.accent-lines::before, .accent-lines::after {
	content:'';
	width: 40px;
	border-bottom: 2px solid white;
	margin: auto;
}

.accent-lines::before{
	margin-right: .5em; 
}

.accent-lines::after{
	margin-left: .5em; 
}
/* block quotes */
blockquote p {
	font-style: normal; 
	font-size: 1.2rem;
}
blockquote cite {
	font-style: normal; 
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/* kaushan-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: url('https://andytlaird.com/wp-content/uploads/2024/01/kaushan-script-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*Change button background color on the grid*/
.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
background-color: #328600;
}
/* gradient text */
.gradient-text {
	background: linear-gradient(to right, #195c85 0%, #06b2e5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent
}

.quote-img {position:absolute;}
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('https://andytlaird.com/wp-content/uploads/2024/03/poppins-v20-latin-700.woff2poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
   /* Default ribbon background color */
       background: #ef7705;
   /* Default ribbon text color */
   color: #fff;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
   /* Ribbon background color when user is enrolled */
       background: #ef7705;
   /* Ribbon text color when user is enrolled */
   color: #fff;
}
/* Popup Positioning Fix */
.learndash-wrapper .ld-login-modal { top: 170px; }

I hope that helps. Please let me know if there is anything else.