/* REMOVE */
#wpcom-launch-banner-wrapper,
.sensei-message.info{
  display: none !important;
}
.border-none{
	details.wp-block-sensei-lms-accordion-section{
		border: none;
	}
}

/* GENERAL */
.reverse-row {
  @media only screen and (max-width: 767px) {
    flex-direction: row-reverse;
	}
}

.tablet-aspect-ratio > img {
@media only screen and (max-width: 780px) and (min-width:450px) {	aspect-ratio: 4 / 3 !important;
}}}

.rtl{ direction: rtl !important; }


/* HEADER */
header{
	.header-wrapper{
		max-width: 1200px;
    margin: auto;
	}
}

/* NAV */
.wp-block-site-logo img {
  @media only screen and (max-width: 767px) {
    max-width: 180px;
  }
}

.wp-block-navigation{
	a.wp-block-navigation-item__content {
    text-decoration: none;
	}
}

/** MOBILE NAV **/
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open{
	background-color: var(--wp--preset--color--primary) !important;
	color: #fff !important;
	.wp-block-buttons{
		margin-top: 1rem;
		
	a.wp-block-button__link.wp-element-button {
    font-size: 1.5rem;
		}
	}
	
	.wp-block-navigation__responsive-container-close{
		margin-top: 5px;
		svg{
			color: #fff;
    	width: 46px;
    	height: 46px;
		}
	}
}

/* STRONG TESTIMONIALS */
.strong-testimonials-custom{
	.wpmtst-testimonial-content.testimonial-content {
    margin-bottom: 20px !important;
    line-height: 1.2;
}
	.wpmslider-wrapper{
		direction: rtl;
	}
	
	.strong-view.controls-type-sides.rtl .wpmslider-prev{
		right: 0;
	}
	.strong-view.controls-type-sides.rtl .wpmslider-next{
		left: 0;
	}
}

/* SENSEI */
svg.wp-block-sensei-lms-course-outline-lesson__chevron {
    transform: scaleX(-1);
}

h3.wp-block-sensei-lms-accordion-summary__title {
    color: var(--wp--preset--color--foreground);
}

.wp-block-sensei-lms-course-list .sensei-lms-course-list-featured-label__image-wrapper .sensei-lms-course-list-featured-label__text {
    color: var(--wp--preset--color--background, #1d2327);
    border-radius: 2px;
    background-color: var(--wp--preset--color--foreground, #ffffff);
    font-size: 11px;
    line-height: 16px;
    padding: 3px 6px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1000;
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
}
:root .wp-block-sensei-lms-course-categories>a {
    color: var(--wp--preset--color--background, #1d2327);
    border-radius: 2px;
    background-color: var(--wp--preset--color--foreground, #ffffff);
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    padding: 3px 6px;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
:root .wp-block-sensei-lms-course-categories>a:not(:last-child) {
    margin-left: 10px;
		margin-right: 0;
}


// LOGIN FORM
#my-courses #customer_login form {
	text-align: right;
	input.button.wp-element-button {
    margin-right: 0 !important;
    margin-left: 1rem;
	}
}

/* COOKIES */
div#cmplz-document {
    direction: ltr;
}

/* NINJA FORMS */
input[type="submit"].safa-submit {
    background-color: var(--wp--preset--color--secondary);
    font-family: inherit;
    font-weight: 500;
    padding: 0.9em 1.6em;
    border-radius: var(--wp--custom--button--radius);
}

.nf-form-fields-required {
    display: none;
}

.nf-error.field-wrap .nf-field-element:after {
    left: 1px;
    right: auto;
}
.nf-pass.field-wrap .nf-field-element:after {
    left: 16px;
    right: auto;
}
.nf-form-content {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea,
    select {
        font-family: inherit;
    }
    label {
        color: var(--wp--preset--color--primary);    
		}
}

.has-primary-background-color {
    .nf-form-content {
        label {
            color: white !important;
        }
    }
}