/*
 Theme Name:     SWANA NLC Child
 Theme URI:      https://swananorthernlights.org/
 Description:    SWANA NLC Child Theme
 Author:         SWAN ANLC
 Author URI:     https://swananorthernlights.org/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
p {
	margin-bottom: 5px !important;
}

h2 + p {
	margin-top:5px;
}

/*adjust the spacing above the list by targeting the <ul> element that immediately follows the <p> element
  p+ul {
	margin-top: -25px;
}

/*adjust the spacing above the paragraph after a list by targetting the <p> element that immediately follows the <ul> element*/
ul+p {
	margin-top: -15px;
}

.custom-hr-dark {
	border: none; /* Remove default border */
	height: 1px; /* Set height/thickness */
	background-color: #555E6F; /* Set color */
	margin: -6px 0 10px; /* Add space above and below */
}

.custom-hr-light {
	border: none;
	height: 1px;
    background-color: #ffffff;
    margin-top: 6px;
    width: 70%;
    margin-bottom: 10px;
    margin-left: auto;
}

/* Hide Memberpress Courses progress bar*/
.mpcs-section {
    display: none !important;
}

/* positions the page body content below the header if using fixed menu 
#page-container {
  padding-top: 115px; 
}*/

.mpcs-cards * {
	border-radius: 8px;
}

.et_pb_slider .et_pb_container {
	margin: 0 !important;
}

