/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

* {
  scroll-behavior: smooth;
}

/* Select */
select, input {
    background-color: #fff !important;
	border: 1px solid #ddd !important;
}

#wp-submit-register, #wp-submit, .ld-course-list-items .ld_course_grid .btn-primary:focus {
	border: 1px solid #78be20 !important;
	background-color: #78be20 !important;
	outline: none !important;
}

.acf-input-wrap input {
    width: 100%;
}

.acf-user-register-fields.acf-fields.-clear .acf-input {
    margin-bottom: 20px;
}

.acf-user-register-fields.acf-fields.-clear .acf-label {
    margin-bottom: 10px;
}

ul.acf-radio-list.acf-hl {
    margin-left: 0;
}

select {
    width: 100%;
	margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.edit-profile-container .acf-field select, .edit-profile-container .acf-field input, .acf-input-wrap input, .acf-input-wrap select, .acf-input select {
	padding: .75em !important;
}


select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 22px) calc(1em + 2px),
    calc(100% - 17px) calc(1em + 2px),
    calc(100% - .5em) .5em !important;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 22px) 1em,
    calc(100% - 17px) 1em,
    calc(100% - .5em) .5em !important;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


.acf-field select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
    background-position: 
	calc(100% - 17px) calc(1em + 2px),
    calc(100% - 12px) calc(1em + 2px),
    calc(100% - .5em) .5em !important;
    background-size: 5px 5px,
    5px 5px,
    1.5em 1.5em;
    background-repeat: no-repeat;
}

.acf-field select:focus {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
    background-position: 
calc(100% - 17px) calc(1em + 2px),
    calc(100% - 12px) calc(1em + 2px),
    calc(100% - .5em) .5em !important;
    background-size: 5px 5px,
    5px 5px,
    1.5em 1.5em;
    background-repeat: no-repeat;
}

button.acf-button.button.button-primary.edit-password {
    margin-top: 15px;
	padding: 10px 40px;
}

/* Footer widget */
.widget {
    margin: 0;
}

/* Courses title - description */
p.uagb-ifb-desc {
    margin: 0 0 30px 0 !important;
}

/* Courses box */
.ld-course-list-items .ld_course_grid .thumbnail.course {
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.ld-course-list-items.row {
	row-gap: 30px;
}

.ld_course_grid, .testimonial-custom .wp-block-uagb-container {
	transition: transform .5s;
}

.ld_course_grid:hover, .testimonial-custom .wp-block-uagb-container:hover {
	transform: scale(1.1);
}

/* Courses inner box */
.ld-course-list-items .ld_course_grid .thumbnail .caption {
    padding: 30px;
    height: 350px;
    display: flex;
    flex-direction: column;
}

/* Courses buttons */

.ld_course_grid_button .btn.btn-primary {
    background: #78be20;
	border-color: #78be20;
}

.ld_course_grid_button .btn.btn-primary:hover {
	background: #92dd34;
	border-color: #92dd34;
}

.ld-course-list-items .ld_course_grid .ld_course_grid_button {
	margin-top: auto !important;
}

/* Courses title */
/* .ld-course-list-items .ld_course_grid .entry-title {
    height: 100px;
} */

.ld_course_grid h3 {
	font-size: 22px;
	color: #002A3A;
}

/* All Courses Description */

.ld_course_grid .entry-content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.ld-course-list-items .ld_course_grid .entry-content {
    margin-top: 10px;
}

/* Footer block */
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
    text-align: center !important;
}

.ast-footer-copyright a {
    color: #fff;
}

.ast-footer-copyright a:hover {
    color: #78be20;
}

/* Halt page */
.halt-statistics {
	width: 70%;
	margin-right: auto !important;
	margin-left: auto !important;
}

.renewable-items .uagb-ifb-title-wrap {
    height: 100px;
}

@media screen and (min-width: 2000px) {
	.halt-statistics {
		width: 50%;
	}
}

/* Logo carousel */
.kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius img {
    height: initial !important;
    width: 150px !important;
}

.kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius {
    height: 110px !important;
}

/* Registration form */
[data-name="person_type"] ul.acf-radio-list.acf-hl {
    display: flex;
    min-width: 100%;
    list-style: none;
}

.acf-radio-list input {
    width: unset !important;
    margin-right: 5px !important;
}

.acf-radio-list li {
    padding-right: 20px;
}

#learndash-registration-wrapper h2 {
    font-size: 32px;
    font-weight: 400;
}

/* Ninja forms */

.nf-form-cont {
	margin-bottom: 50px !important;
}

.nf-form-title {
	display: none;
}

.nf-fu-progress {
    display: none;
}

.ninja-forms-field[type="submit"] {
	width: 100% !important;
	background: #78be20 !important;
	border-color: #78be20 !important;
	border-radius: 8px !important;
}

.ninja-forms-field[type="submit"]:hover {
	color: #fff !important;
	background: #92dd34 !important;
	border-color: #92dd34 !important;	
}

.file_upload-container {
	margin: 30px 0 !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content select.ninja-forms-field:not([multiple]) {
    border-radius: 8px !important;
}


/* Course details */
.course-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.label {
	margin-bottom: 10px;
    font-weight: bold;
    color: #78be20; 
    display: block;
	font-size: 20px;
}

.data {
    color: #003B5C; 
    font-weight: normal;
    display: block;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.course-info .label {
		font-size: 16px;
	}
	
	.course-info .data {
		font-size: 14px;
	}
	
	.wp-block-uagb-container.uagb-block-3e949f89.alignfull.uagb-is-root-container {
    	padding-left: 0;
	}
}

/* Single Course Accordion Styling */
.accordion-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion {
	margin-bottom: 32px;
}

.accordion-toggle {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
}

@media only screen and (min-width: 1024px) {
	.accordion-toggle {
		padding-left: 55px;
	}
}
@media only screen and (max-width: 768px) {
	.wp-block-uagb-container.uagb-block-2ca68862.alignfull.uagb-is-root-container {
		padding-left: 0;
	}
}

span.accordion-title {
    color: #15495D;
	font-family: UniNeue, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}

.accordion-toggle:hover {
    background: #fff;
	color: #15495D;
}


.accordion-icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding: 16px 0 16px 70px;
    font-size: 18px;
    transition: max-height 0.3s ease-out;
}

@media only screen and (max-width:768px) {
	.accordion-content {
		padding: 16px 0 16px 50px;
	}
}

div.accordion-content p {
    margin-bottom: 0;
}

/* Active State */
.accordion-toggle.active {
    color: #15495D;
}

.accordion-toggle .accordion-icon.open {
    display: none;
}

.accordion-toggle.active .accordion-icon.open {
    display: inline-block;
}

.accordion-toggle.active .accordion-icon.closed {
    display: none;
}
button.accordion-toggle:focus, button.accordion-toggle:hover {
    background-color: #fff !important;
}

.accordion.nested {
    margin-bottom: 16px;
}


/* Single Course Logo Container */
.logo-container {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
	margin-bottom: 40px !important;
	gap: 10px;
}

.ld-course-status.ld-course-status-not-enrolled {
    background: #fff !important;
}

/* Single Course Info bar */
.ld-course-status.ld-course-status-not-enrolled {
    background: #fff !important;
}

.ld-course-status.ld-course-status-enrolled {
    display: none !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>* {
    border: none !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	width: 100%;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>* {
	display: flex;
}

.ld-course-status-segment.ld-course-status-seg-action .ld-course-status-label {
    display: none !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label {
	margin-top: 5px;
	font-weight: 400;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>* {
	padding-left: 0;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status {
    display: inline-block;
    width: auto;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 16px;
	font-weight: 400;
    font-family: 'DroidSans', sans-serif;
    text-transform: none;
	color: #002A3A;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) #btn-join, .learndash-wrapper:not(.ld-registration__outer-wrapper) .btn-join {
	padding: 12px 24px !important;
    border-radius: 8px !important;
    font-size: 23px !important;
	font-weight: 400 !important;
    font-family: 'DroidSans', sans-serif;
    text-transform: none;
	color: #fff !important;
	background-color: #15495D !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) #btn-join:hover, .learndash-wrapper:not(.ld-registration__outer-wrapper) .btn-join:hover {
	background-color: #146685 !important;
}

section.ld-course-status-segment.ld-course-status-seg-price.ld-course-status-mode-paynow {
    align-items: center;
}

h2#ld-course-status-price-label, h2#ld-course-enrolled-status-label {
    font-size: 18px;
}

.greentech-contact-button, .custom-apply-now-button a {
	padding: 12px 24px !important;
	border-radius: 8px !important;
    font-size: 23px !important;
	font-weight: 400 !important;
    font-family: 'DroidSans', sans-serif;
    text-transform: none;
	color: #fff !important;
	background-color: #15495D !important;
}

.greentech-contact-button:hover, .custom-apply-now-button a:hover {
	background-color: #146685 !important;
}

a.ld-button {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #64A70B;
	padding: 12px 24px !important;
	border-radius: 8px !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price {
	color: #15495D;
	font-family: 'DroidSans', sans-serif;
	font-size: 23px;
	font-weight: 700;
}

span.ld-course-status-label {
    color: #002A3A !important;
    font-family: 'DroidSans', sans-serif;
    font-size: 18px !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
    background: #f0f3f6;
    display: flex;
    justify-self: flex-start;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child {
    flex-basis: 100% !important;
    justify-content: start !important;
}


@media screen and (max-width: 768px) {
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
		justify-self: center !important;
		align-items: center !important;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child {
		justify-content: center !important;
	}
	
	.greentech-closed-course-message {
		justify-content: center;
		display: flex;
		margin-bottom: 30px;
		margin-top: -20px;
	}
}

.ld-course-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing */
    align-items: center;
}

.ld-course-status-segment {
    flex: 1; /* Allow elements to grow evenly */
    min-width: 150px; /* Ensure responsiveness */
}

.ld-course-status-seg-action {
    flex-basis: 100%; /* Make the button full width */
    text-align: center; /* Center the button */
}

/* Single Course Status / Price / Button columns */
.ld-course-status-segment.ld-course-status-seg-status {
    width: 25%;
    justify-content: normal !important;
    align-items: center;
	gap: 16px;
}

.ld-course-status-segment.ld-course-status-seg-price.ld-course-status-mode-closed, .ld-course-status-segment.ld-course-status-seg-price.ld-course-status-mode-free {
    width: 25%;
    justify-content: normal !important;
    align-items: center;
    gap: 16px;
}

/* Instructor Section */
.instructor-section {
    display: grid;
    gap: 24px;
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.instructor-card {
	background: #EDF0F3;
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 24px 20px;
}

.instructor-main {
    display: flex;
    column-gap: 12px;
	margin-bottom: 16px;
}

.instructor-titles h3 {
	margin-bottom: 4px;
	font-family: DroidSans, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.instructor-image img {
    border-radius: 100px;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.bio-full {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.bio-full.show {
  max-height: 1000px; /* big enough to show all content */
}

/* Materials Part */
ul.material-files li a {
    color: #0A58CA;
	font-size: 18px;
	
}
ul.material-files {
	list-style: none;
    margin: 10px 0;
}

ul.material-files li {
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.instructor-section {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	span.accordion-title {
		font-size: 24px;
	}
}


/* Testimonials */

@media screen and (max-width: 768px) {
  .testimonials .splide {
    margin-top: 100px;
  }
}

.testimonials .hide-arrows {
  display: none;
}

.testimonials .splide__arrows {
  position: relative;
  display: flex;
}

.testimonials .splide__arrow {
  background: none;
  border: none;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .testimonials .splide__arrow {
    display: none;
  }
}

.testimonials .splide__arrow--prev {
  margin-right: 10px;
}

.testimonials .splide__arrow--prev svg {
  transform: scale(-1, 1);
}

.testimonial-card {
  margin-bottom: 20px;
  background-color: #edf0f3;
  padding: 50px 25px;
  display: flex;
  align-items: center;
  column-gap: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .testimonial-card {
    margin: 0 50px 20px 50px;
  }
}

@media screen and (max-width: 768px) {
  .testimonial-card {
    flex-direction: column;
  }
}

.testimonial-content {
  margin-left: 20px;
}

.testimonial-quote {
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .testimonial-text {
    font-size: 16px !important;
  }
}

.testimonial-author {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .testimonial-author {
    font-size: 16px;
  }
}

.testimonial-author span {
  display: block;
  font-weight: 700;
}

svg#quote-icon {
  width: 60px;
  height: 43px;
}

svg#slider-arrow-icon {
    width: 18px;
    height: 33px;
    fill: #002A3A;
}

input#nf-field-47 {
    display: none;
}

/* Full-Screen Popup */
.greentech-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Dark overlay */
    justify-content: center;
    align-items: center;
}

.greentech-popup-content {
    background: #fff;
    padding: 40px;
    width: 90%;
    max-width: 800px;
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
	.greentech-popup-content {
		padding: 10px;
	}
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.greentech-close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
}

.greentech-closed-course-message {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}


div.greentech-popup.active {
    position: fixed !important;
}

/* Custom Course Grid */
.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 50px;
}

@media screen and (max-width: 768px) {
	.courses-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.course-item {
	position: relative;
}

.course-price {
    background: #64A70B;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
	position: absolute;
	top: 0;
}

.course-title a {
	color: #15495D;
	font-size: 22px;
	font-weight: 700;
	font-family: UniNeue, sans-serif;
}

h3.course-title {
	font-size: 22px;
	line-height: 33px;
}

@media screen and (max-width: 768px) {
	.course-title a {
		font-size: 20px !important;
	}
	
	h2.wp-block-post-title {
    	font-size: 28px !important;
	}
	
	.single-course-content p, .greentech-closed-course-message p, .greentech-closed-course-message button {
    	font-size: 16px !important;
	}
	
}

.course-title {
	margin-top: 24px;
	margin-bottom: 12px;
}

.course-item p.application-deadline {
    margin-bottom: 8px;
}

.course-item p.start-date {
	margin-bottom: 24px; 
}

.selected-logos {
    display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.selected-logos img {
	width: 108px;
	height: auto;
}


.logo-container .logo-item img {
    width: 180px; /* Adjust as needed */
    height: auto;
    border-radius: 5px;
    display: block;
}

.single-course-content {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #BFCACE;
}


/* FACETWP */

.facet-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    column-gap: 24px;
}

@media screen and (max-width: 768px) {
	.facet-filters {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.facet-filters .search {
    	grid-column: span 1 / span 1 !important;
	}
}

.facet-filters .search {
    grid-column: span 2 / span 2;
}

.facet-filters .facetwp-input-wrap {
	display: block;
}

input.facetwp-search {
    border: none;
    padding: 12px 11px 12px 50px !important;
    border-radius: 8px;
	background-color: #F3F5F6;
	font-size: 18px;
    font-family: 'DroidSans', sans-serif;
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	width: 100%;
	min-width: unset !important;
}

.facetwp-icon {
	position: relative !important;
    left: 0 !important;
}

/* Faceit Custom Search Icon */
.facetwp-icon:before {
    background: none !important;
    width: unset !important;
    position: relative;
    top: 45px;
	left: 12px;
    color: #000;
    content: url("data:image/svg+xml,%3Csvg fill='%23000000' width='25px' height='25px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.71,20.29,18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Z'/%3E%3C/svg%3E") !important;
}

@media (max-width: 768px) {
	.facetwp-icon:before {
		top: 48px;
	}
}

/* Faceit Category Selector */
.fs-label-wrap {
    position: relative;
    background-color: #EDF0F3 !important;
    border: unset !important;
    border-radius: 8px;
    padding: 12px 8px;
}
.fs-wrap.single.fs-open .fs-label-wrap {
	background-color: #DAE0E7 !important;
}


/* 2 Faceit filter placing */
.wp-block-uagb-container.uagb-block-e3073f87, .wp-block-uagb-container.uagb-block-90e9ac82 {
    justify-content: flex-end;
}

.fs-dropdown {
    background-color: #fff;
    border: unset !important;
    border-radius: 8px;
    box-shadow: 0px 16px 32px -4px #9E9E9E1F;
    padding: 12px 16px;
}

input.facetwp-date.facetwp-date-min.ready.fdate-alt-input, input.facetwp-date.facetwp-date-min.ready.disabled, input.facetwp-date.facetwp-date-min.ready.fdate-input {
    background-color: #EDF0F3 !important;
    border: unset !important;
    border-radius: 8px !important;
    padding: 13px 16px !important;
    color: #002A3A !important;
    font-size: 18px !important;
    font-family: 'DroidSans', sans-serif !important;
	width: 100% !important;
}

input.facetwp-date.facetwp-date-min.ready.fdate-alt-input::placeholder, input.facetwp-date.facetwp-date-min.ready.disabled::placeholder {
    color: #002A3A;
}

.fs-option, .fs-search, .fs-optgroup-label {
    padding: 11px 8px !important;
}

.fs-label {
    color: #002A3A;
    font-family: 'DroidSans', sans-serif;
	font-size: 18px;
}

.fs-option:hover {
    background-color: #EDF0F3;
    border-radius: 8px;
}

.fs-option-label {
    color: #002A3A;
    font-size: 16px;
}

.fs-open .fs-arrow, .fs-arrow {
    display: none;
}

.fs-open .fs-label:after {
    content: "";
    position: absolute;
    top: 24px !important;
    right: 16px;
    width: 16px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6924 8.07662L8.00007 0.384308L0.307765 8.07662L1.84623 9.61508L8.00007 3.46123L14.1539 9.61508L15.6924 8.07662Z' fill='%23002A3A'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat !important;
}

.fs-label:after {
    content: "";
    position: absolute;
    top: 24px !important;
    right: 16px;
    width: 16px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.307617 1.92338L7.99993 9.61569L15.6922 1.92338L14.1538 0.384922L7.99993 6.53877L1.84608 0.384922L0.307617 1.92338Z' fill='%23002A3A'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat !important;
}

.fs-wrap {
    width: 100% !important;
}

.pagination {
	text-align: center;
	margin-top: 50px;
}

.page-numbers {
    background-color: #64A70B;
    padding: 12px 16px;
	color: #fff;
}

.page-numbers.current {
	background-color: #EDF0F3;
	color: #728188;
}

/* Related Courses */
.related-courses {
    margin: 50px 0;
}

.related-courses .related-courses-title {
	font-size: 44px;
	color: #002A3A;
	margin-bottom: 48px;
}

.related-courses.related-courses-slider-mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.related-courses.related-courses-slider-mobile .related-courses-title {
		font-size: 28px;
	}
	
	.related-courses.related-courses-grid {
    	display: none;
	}
	body.sfwd-courses-template-default.single .ast-container {
		padding: 0 !important;
	}
}

@media screen and (max-width: 1280px) {
	.related-courses.related-courses-slider-mobile {
		display: block;
	}
}


.learndash-wrapper a.ld-login.ld-login.ld-login-text.ld-login-button.ld-button {
    display: none;
}

.learndash-wrapper .ld-login-modal {
    margin: 50% !important;
}

.ld-login-modal-branding img {
    display: none;
}

.learndash-wrapper a.ld-logout.ld-logout.ld-login-text.ld-login-button.ld-button {
    display: none;
}


.acf-radio-list li {
	list-style: none;
}

span.acf-required, span.required {
    color: red;
}

.ld-course-status.ld-course-status-not-enrolled .ld-text {
    display: none !important;
}

.ld-course-status-segment.ld-course-status-seg-action.status-closed .ld-text {
    display: block !important;
    font-size: 16px !important;
}

input#btn-join {
    border-color: var(--ast-global-color-0) !important;
    background-color: var(--ast-global-color-0) !important;
}

.recent-courses-post-grid img {
    border-radius: 14px;
}

@media only screen and (min-width: 1024px) {

	#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
		max-width: 1250px;
		
	}
}


.ldgr-lightbox {
	position: fixed !important;
}

