.lrm-user-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(52, 54, 66, 0.9);
z-index: 999999;
overflow-y: auto;
cursor: pointer;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s, visibility 0.3s;
-moz-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
}
.lrm-user-modal.is-visible {
visibility: visible !important;
opacity: 1;
}
.lrm-user-modal.is-visible .lrm-user-modal-container {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
ul.lrm-switcher {
list-style: none !important;
list-style-type: none !important;
padding: 0 !important;
margin: 0 !important;
}
.lrm-user-modal-container-inner {
background: #FFF;
}
.lrm-user-modal-container {
position: relative;
width: 98%;
max-width: 540px;
margin: 3em auto 4em;
cursor: auto;
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
}
@media only screen and (min-width: 600px) {
.lrm-user-modal-container {
width: 90%;
}
}
@media only screen and (min-width: 600px) {
.lrm-user-modal-container .lrm-user-modal-container {
margin: 4em auto;
}
}
.lrm-user-modal-container .lrm-switcher:after {
content: "";
display: table;
clear: both;
}
.lrm-user-modal-container ul.lrm-switcher li {
text-align: center;
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
}
.lrm-user-modal-container .lrm-switcher.-is-not-login-only li {
width: 50%;
float: left;
}
.lrm-user-modal-container .lrm-switcher a {
display: block !important;
width: 100%;
height: 50px;
line-height: 50px;
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
}
@media only screen and (min-width: 600px) {
.lrm-user-modal-container .lrm-switcher a {
height: 70px;
line-height: 70px;
}
}
.lrm-switch-to-link:before {
line-height: 1;
content: "";
display: inline-block;
overflow: hidden;
vertical-align: middle;
margin-right: 3px;
height: 24px;
} .lrm-form {
padding: 1.4em 0 0 !important;
margin: 0;
}
.lrm-btn-style--full-width .lrm-form {
padding-bottom: 0 !important;
}
.lrm-form .fieldset {
position: relative;
margin: 0 0 1.4em 0;
padding: 0 5px !important;
clear: both;
}
@media only screen and (min-width: 600px) {
.lrm-form .fieldset .lrm-form .fieldset {
margin: 2em 0 !important;
}
}
.lrm-form .gform_wrapper ul.gform_fields li.gfield,
.lrm-form .gform_wrapper,
.lrm-form .lrm-fieldset-wrap,
.lrm-form #buddypress #register-page,
#buddypress .lrm-form #register-page,
.lrm-form .fieldset--default {
padding: 0 1.4em !important;
}
@media only screen and (min-width: 600px) {
.lrm-form .gform_wrapper ul.gform_fields li.gfield .lrm-form .fieldset,
.lrm-form .gform_wrapper .lrm-form .fieldset,
.lrm-form .lrm-fieldset-wrap .lrm-form .fieldset,
.lrm-form #buddypress #register-page .lrm-form .fieldset,
#buddypress .lrm-form #register-page .lrm-form .fieldset,
.lrm-form .fieldset--default .lrm-form .fieldset {
padding: 0 2em !important;
}
}
.lrm-form .fieldset--full-width {
margin-bottom: 0 !important;
}
.lrm-form label {
font-size: 14px;
}
.lrm-form.--registration-done {
padding-bottom: 1em !important;
}
.lrm-form.--registration-done > div:not(.lrm-form-message-wrap) {
display: none;
}
.lrm-form [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity 1s 1s ease;
transition: opacity 1s 1s ease;
opacity: 0;
color: inherit;
} .fieldset--login {
display: none;
}
.lrm-form label.image-replace,
.lrm-form .lrm-image-replace { display: inline-block;
position: absolute;
left: 15px;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 21px;
width: 22px;
overflow: hidden;
color: rgb(210, 216, 216);
white-space: nowrap;
text-shadow: none;
background-repeat: no-repeat;
background-position: 50% 0;
padding: 0 !important;
}
.lrm-font-svg .lrm-form label.image-replace,
.lrm-font-svg .lrm-form .lrm-image-replace {
height: 20px;
color: transparent;
}
[dir=rtl] .lrm-form label.image-replace, [lang=ar] .lrm-form label.image-replace,
[dir=rtl] .lrm-form .lrm-image-replace,
[lang=ar] .lrm-form .lrm-image-replace {
right: 15px;
left: auto;
}
.lrm-form input, .lrm-form select {
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 300;
height: auto !important;
}
.lrm-form input.full-width,
.lrm-form select.full-width,
.lrm-form button.full-width {
width: 100% !important;
box-sizing: border-box;
}
.lrm-form input.has-padding,
.lrm-form select.has-padding,
.lrm-form button.has-padding {
padding: 12px 20px 12px 50px;
}
[dir=rtl] .lrm-form input.has-padding, [lang=ar] .lrm-form input.has-padding,
[dir=rtl] .lrm-form select.has-padding,
[lang=ar] .lrm-form select.has-padding,
[dir=rtl] .lrm-form button.has-padding,
[lang=ar] .lrm-form button.has-padding {
padding: 12px 50px 12px 20px;
}
@media only screen and (min-width: 600px) {
.lrm-form input.has-padding input.has-padding,
.lrm-form input.has-padding button.has-padding,
.lrm-form select.has-padding input.has-padding,
.lrm-form select.has-padding button.has-padding,
.lrm-form button.has-padding input.has-padding,
.lrm-form button.has-padding button.has-padding {
padding: 16px 20px 16px 50px !important;
}
.lrm-form input.has-padding button[type=submit],
.lrm-form input.has-padding input[type=submit],
.lrm-form input.has-padding #buddypress input[type=submit],
.lrm-form select.has-padding button[type=submit],
.lrm-form select.has-padding input[type=submit],
.lrm-form select.has-padding #buddypress input[type=submit],
.lrm-form button.has-padding button[type=submit],
.lrm-form button.has-padding input[type=submit],
.lrm-form button.has-padding #buddypress input[type=submit] {
padding: 16px 0 !important;
}
}
.lrm-form input.has-border,
.lrm-form select.has-border {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.lrm-form input.has-border:focus,
.lrm-form select.has-border:focus {
outline: none;
}
.lrm-form input[type=password] { padding-right: 65px;
}
.lrm-form a.button,
.lrm-form button[type=submit],
.lrm-form #buddypress input[type=submit],
.lrm-form .gform_wrapper input.gform_button[type=submit],
.lrm-form input[type=submit] {
cursor: pointer;
background: #2f889a;
color: #FFF;
font-weight: bold;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
height: auto;
border-radius: 5px;
width: 100% !important;
}
.lrm-btn-style--full-width .lrm-form a.button,
.lrm-btn-style--full-width .lrm-form button[type=submit],
.lrm-btn-style--full-width .lrm-form #buddypress input[type=submit],
.lrm-btn-style--full-width .lrm-form .gform_wrapper input.gform_button[type=submit],
.lrm-btn-style--full-width .lrm-form input[type=submit] {
border-radius: 0;
}
.lrm-form a.button,
.lrm-form button {
font-size: 16px;
padding: 8px 5px;
}
.lrm-form button[type=submit],
.lrm-form #buddypress input[type=submit],
.lrm-form input[type=submit] {
font-size: 20px;
padding: 16px 5px;
}
.no-touch .lrm-form input[type=submit]:hover,
.no-touch .lrm-form input[type=submit]:focus,
.no-touch .lrm-form button[type=submit]:hover,
.no-touch .lrm-form button[type=submit]:focus {
background: #3599ae;
outline: none;
}
.lrm-form .hide-password { display: inline-block;
position: absolute;
left: 15px;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 21px;
width: 22px;
overflow: hidden;
color: rgb(210, 216, 216);
white-space: nowrap;
text-shadow: none;
background-repeat: no-repeat;
background-position: 50% 0;
left: unset;
border-left: 1px solid black;
font-size: 14px;
font-size: 0.875rem;
cursor: pointer;
background-position: center;
padding: 10px 12px;
right: 5px;
}
.lrm-font-svg .lrm-form .hide-password {
height: 20px;
color: transparent;
}
[dir=rtl] .lrm-form .hide-password, [lang=ar] .lrm-form .hide-password {
right: 15px;
left: auto;
}
[dir=rtl] .lrm-form .hide-password, [lang=ar] .lrm-form .hide-password {
left: 0;
right: unset;
border-right: 1px solid black;
border-left: none;
}
.lrm-form .lrm-error-message {
display: inline-block;
position: absolute;
left: -5px;
bottom: -35px;
background: rgba(215, 102, 102, 0.9);
padding: 0.8em;
z-index: 2;
color: #FFF;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0.25em; pointer-events: none;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
-moz-transition: opacity 0.2s 0, visibility 0 0.2s;
transition: opacity 0.2s 0, visibility 0 0.2s;
}
.lrm-form .lrm-accept-terms-checkbox .lrm-error-message {
left: -18px;
bottom: -48px;
}
.lrm-form .lrm-error-message::after { content: "";
position: absolute;
left: 22px;
bottom: 100%;
height: 0;
width: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.lrm-form .lrm-error-message.is-visible {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.2s 0, visibility 0 0;
-moz-transition: opacity 0.2s 0, visibility 0 0;
transition: opacity 0.2s 0, visibility 0 0;
}
.lrm-form-message {
padding: 0.35em 0 0.3em 0.7em;
font-size: 14px;
font-size: 16px;
line-height: 1.4;
text-align: left;
margin: 5px 0 0;
border-left: 4px solid #6d6d6d;
}
@media only screen and (min-width: 600px) {
.lrm-form-message .lrm-form-message {
padding: 0.6em 0 0.5em 1em;
}
}
.lrm-form-message:empty {
display: none;
}
.lrm-form-message.lrm-is-error {
border-left-color: #dc3232;
}
[dir=rtl] .lrm-form-message.lrm-is-error, [lang=ar] .lrm-form-message.lrm-is-error {
border-left-color: transparent;
border-right-color: #dc3232;
}
[dir=rtl] .lrm-form-message, [lang=ar] .lrm-form-message {
border-right: 4px solid #6d6d6d;
border-left: none;
padding: 0.35em 0.3em 0 0.7em;
}
p.lrm-form-bottom-message {
position: absolute;
width: 100%;
left: 0;
bottom: -32px;
text-align: center;
font-size: 14px;
margin: 0 !important;
}
.lrm-user-modal p.lrm-form-bottom-message a {
color: #FFF;
text-decoration: underline;
}
.lrm-close-form { display: block;
position: absolute;
width: 40px;
height: 40px;
right: 0;
top: -40px;
background: url(//ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/cd-icon-close.svg) no-repeat center center;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
text-align: center;
}     .lrm-inline .lrm-close-form {
display: none !important;
}
.lrm-signin-section,
.lrm-signup-section,
.lrm-reset-password-section {
display: none;
}
.lrm-signin-section.is-selected,
.lrm-signup-section.is-selected,
.lrm-reset-password-section.is-selected {
display: block;
} .lrm-inline p.lrm-form-bottom-message a {
color: inherit;
}  .lrm-button-loader {
text-align: center;
width: 60px;
height: 22px;
x-display: none;
overflow: hidden;
color: #ffffff;
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.lrm-button-loader svg {
width: 100%;
height: 100%;
} html.html-has-lrm {
overflow: auto !important;
}
.lrm-position-relative {
position: relative;
}
.lrm-clearfix:after,
.clearfix:after {
display: table;
content: "";
clear: both;
}
.lrm-col {
position: relative;
margin: 0 0 1.4em 0;
}
.lrm-row {
margin: 1.4em 0;
}
@media only screen and (min-width: 600px) {
.lrm-col-half-width,
.lrm-col-1-2 {
width: 50%;
}
.lrm-col-1-3 {
width: 33.333%;
}
.lrm-col-2-3 {
width: 66.666%;
}
.lrm-col-1-4 {
width: 25%;
}
.lrm-col {
float: left;
clear: none;
padding: 0 5px 0 !important;
}
.lrm-row {
margin: 1.4em 0;
}
} .lrm-integrations label {
font-weight: bold;
}
.lrm-form .lrm-integrations input[type=text],
.lrm-form .lrm-integrations input[type=tel],
.lrm-form .lrm-integrations input[type=email],
.lrm-form .lrm-integrations input[type=number],
.lrm-form .lrm-integrations input[type=url],
.lrm-form .lrm-integrations input[type=date],
.lrm-form .lrm-integrations input[type=password],
.lrm-form .lrm-integrations textarea,
.lrm-form .lrm-integrations select {
border: 1px solid #d2d8d8;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
width: 100% !important;
box-sizing: border-box;
padding: 12px 20px;
font-size: 16px;
}
.lrm-form .lrm-integrations input[type=text]:focus,
.lrm-form .lrm-integrations input[type=tel]:focus,
.lrm-form .lrm-integrations input[type=number]:focus,
.lrm-form .lrm-integrations input[type=email]:focus,
.lrm-form .lrm-integrations input[type=url]:focus,
.lrm-form .lrm-integrations input[type=date]:focus,
.lrm-form .lrm-integrations input[type=password]:focus,
.lrm-form .lrm-integrations textarea:focus .lrm-form .lrm-integrations select:focus {
border-color: #343642;
box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
outline: none;
}
.lrm-form .acf-field {
text-align: left;
}
.lrm-form .acf-input-prepend,
.lrm-form .acf-input-append {
padding: 13px 7px;
}
.lrm-form input.has-error {
border: 1px solid #d76666;
}
.lrm-integrations {
text-align: center;
}
.lrm-integrations,
.lrm-integrations label,
.lrm-integrations p {
font-size: 16px;
}
.lrm-integrations br {
display: none;
text-align: center;
} .lrm-pass-strength-result {
background-color: #eee;
border: 1px solid #ddd;
color: #23282d;
margin: 1px 5px 5px 1px;
padding: 3px 5px;
text-align: center;
width: 25em;
opacity: 0;
display: none;
width: 100%;
}
.lrm-pass-strength-result[data-status] {
display: inline-block;
}
.lrm-pass-strength-result[data-status=short] {
background-color: #f1adad;
border-color: #e35b5b;
opacity: 1;
}
.lrm-pass-strength-result[data-status=bad] {
background-color: #fbc5a9;
border-color: #f78b53;
opacity: 1;
}
.lrm-pass-strength-result[data-status=good] {
background-color: #ffe399;
border-color: #ffc733;
opacity: 1;
}
.lrm-pass-strength-result[data-status=strong] {
background-color: #c1e1b9;
border-color: #83c373;
opacity: 1;
}
.lrm-pass-strength-result[data-status=empty] {
display: none;
} .lrm-integrations .cptch_input {
padding: 6px 8px;
font-size: 16px !important;
}
.wp-social-login-provider-list img {
display: inline-block;
} #jetpack-sso-wrap {
margin-top: 10px;
}
a.jetpack-sso {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
}
.jetpack-sso-or {
margin-bottom: 16px;
position: relative;
text-align: center;
}
.jetpack-sso-or:before {
background: #E5E5E5;
content: "";
height: 1px;
position: absolute;
left: 0;
top: 50%;
width: 100%;
}
.jetpack-sso-or span {
background: #fff;
color: #777;
position: relative;
padding: 0 8px;
text-transform: uppercase;
}
.jetpack-sso.button {
height: 36px;
line-height: 34px;
float: none;
margin-bottom: 16px;
position: relative;
width: 100%;
}
.jetpack-sso.button > span {
position: relative;
padding-left: 30px;
}
.jetpack-sso.button .genericon-wordpress {
position: absolute;
left: 0;
top: -3px;
font-size: 24px;
}
@media screen and (max-width: 782px) {
.jetpack-sso.button {
line-height: 22px;
}
} .lrm-signup-section .um-button.um-alt {
display: none;
}
.lrm-signup-section .um-col-alt .um-right.um-half {
display: none;
}
.lrm-signup-section .um-col-alt .um-half {
width: 100%;
}
.lrm-signup-section .um-register.um {
max-width: unset !important;
margin-bottom: 0;
}
.lrm-signup-section #um-submit-btn {
width: 100% !important;
}
.lrm-signup-section .um-form {
padding: 0 1.4em !important;
}
@media only screen and (min-width: 600px) {
.lrm-signup-section .um-form {
padding: 0 2em !important;
}
}
.lrm-signup-section .um-field {
margin-top: 15px;
}
@media (min-height: 33.875em) {
.um .picker--opened .picker__frame {
top: 50%;
}
}
.lrm-grecaptcha > div {
margin: auto;
}
.lrm-form .lrm-math-captcha-wrap {
padding: 5px 0;
text-align: center;
}
.lrm-form .lrm-math-captcha-wrap input.has-border {
width: 64px !important;
text-align: center;
}
.lrm-form .lrm-math-captcha-wrap input.has-border[disabled] {
color: gray;
}
.lrm-user-modal-container .lrm-form .lrm-math-captcha-wrap input.lrm-match-value {
font-weight: bold;
}
.lrm-form .lrm-math-captcha-wrap .lrm-math-captcha-label {
font-weight: bold;
}
.lrm-form .rcp_form label {
text-align: left;
}
.lrm-integrations .mc4wp-checkbox {
text-align: left;
}
.lrm-integrations .mc4wp-checkbox label span {
position: relative;
padding-left: 29px;
cursor: pointer;
font-weight: 400;
font-size: 14px;
color: grey;
line-height: 17px;
display: inline-block;
}
.lrm-integrations .mc4wp-checkbox label input[type=checkbox] {
display: none;
}
.lrm-integrations .mc4wp-checkbox label input[type=checkbox]:checked + span:after {
border-color: #0b76ef;
background: #0b76ef;
}
.lrm-integrations .mc4wp-checkbox label input[type=checkbox]:checked + span:before {
content: "";
display: block;
position: absolute;
top: 50%;
margin-top: -8px;
left: 9px;
width: 5px;
height: 11px;
transform: rotate(40deg);
border: solid #fff;
border-width: 0 2px 2px 0;
z-index: 1;
}
.lrm-integrations .mc4wp-checkbox label span:after {
content: "";
display: block;
position: absolute;
top: 50%;
margin-top: -12px;
left: 0;
width: 20px;
height: 20px;
border: 2px solid #e8e8eb;
border-radius: 3px;
} .lrm-signup-section .ginput_container_password button {
color: black !important;
}
.lrm-signup-section .gform_wrapper .gform_footer {
text-align: center;
}
.lrm-signup-section .gform_wrapper .gform_ajax_spinner {
padding: 0;
display: inline-block;
}
@media only screen and (min-width: 641px) {
.lrm-signup-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
max-width: 100% !important;
}
}
.lrm-signup-section .gform_confirmation_message {
font-size: 24px;
margin: 20px 0;
padding: 0 1.4em !important;
}
.lrm-nice-checkbox {
position: absolute;
z-index: -1;
opacity: 0;
-webkit-appearance: none;       }
.lrm-nice-checkbox__label {
position: relative;
padding-left: 27px;
font-size: 14px;
vertical-align: middle;
margin: 13px 0 3px;
display: block;
font-weight: 400;
line-height: 20px;
}
body.rtl .lrm-nice-checkbox__label {
padding-right: 27px;
padding-left: 0;
}
.lrm-nice-checkbox__indicator {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
background: #e6e6e6;
}
body.rtl .lrm-nice-checkbox__indicator {
left: unset;
right: 0;
}
.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator {
background: transparent;
border: 2px solid #e8e8eb;
border-radius: 3px;
}
.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator {
background: #0b76ef;
border-color: #0b76ef;
}
.lrm-nice-checkbox__label:hover input:not([disabled]):checked ~ .lrm-nice-checkbox__indicator, .lrm-nice-checkbox__label input:checked:focus ~ .lrm-nice-checkbox__indicator {
background: #0b76ef;
}
.lrm-nice-checkbox__label input:disabled ~ .lrm-nice-checkbox__indicator {
pointer-events: none;
opacity: 0.6;
background: #e6e6e6;
}
.lrm-nice-checkbox__indicator:after {
position: absolute;
display: none;
content: "";
}
.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator:after {
display: block;
}
.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator:after {
top: 0px;
left: 5px;
width: 5px;
height: 11px;
transform: rotate(40deg);
border: solid #fff;
border-width: 0 2px 2px 0;
}
.lrm-font-icomoon .lrm-ficon-user:before {
content: "\e904";
}
.lrm-font-material .lrm-ficon-user:before {
content: "\e901";
}
.lrm-font-fa4 .lrm-ficon-user:before {
content: "\f007";
}
.lrm-font-fa5-free .lrm-ficon-user:before {
content: "\f007";
}
.lrm-font-icomoon .lrm-ficon-eye:before {
content: "\e902";
}
.lrm-font-material .lrm-ficon-eye:before {
content: "\e8f4";
}
.lrm-font-fa4 .lrm-ficon-eye:before {
content: "\f06e";
}
.lrm-font-fa5-free .lrm-ficon-eye:before {
content: "\f06e";
}
.lrm-font-icomoon .lrm-ficon-eye-blocked:before {
content: "\e901";
}
.lrm-font-material .lrm-ficon-eye-blocked:before {
content: "\e8f5";
}
.lrm-font-fa4 .lrm-ficon-eye-blocked:before {
content: "\f070";
}
.lrm-font-fa5-free .lrm-ficon-eye-blocked:before {
content: "\f070";
}
.lrm-font-icomoon .lrm-ficon-key:before {
content: "\e903";
}
.lrm-font-material .lrm-ficon-key:before {
content: "\e0da";
}
.lrm-font-fa4 .lrm-ficon-key:before {
content: "\f13e";
}
.lrm-font-fa5-free .lrm-ficon-key:before {
content: "\f084";
}
.lrm-font-icomoon .lrm-ficon-lock:before {
content: "\e900";
}
.lrm-font-material .lrm-ficon-lock:before {
content: "\e897";
}
.lrm-font-fa4 .lrm-ficon-lock:before {
content: "\f023";
}
.lrm-font-fa5-free .lrm-ficon-lock:before {
content: "\f023";
}
.lrm-font-icomoon .lrm-ficon-mail:before {
content: "\e906";
}
.lrm-font-material .lrm-ficon-mail:before {
content: "\e0e1";
}
.lrm-font-fa4 .lrm-ficon-mail:before {
content: "\f003";
}
.lrm-font-fa5-free .lrm-ficon-mail:before {
content: "\f0e0";
}
.lrm-font-icomoon .lrm-ficon-login:before {
content: "\e908";
}
.lrm-font-material .lrm-ficon-login:before {
content: "\e879";
}
.lrm-font-fa4 .lrm-ficon-login:before {
content: "\f090";
}
.lrm-font-fa5-free .lrm-ficon-login:before {
content: "\f2f6";
}
.lrm-font-icomoon .lrm-ficon-register:before {
content: "\e907";
}
.lrm-font-material .lrm-ficon-register:before {
content: "\e7fe";
}
.lrm-font-fa4 .lrm-ficon-register:before {
content: "\f234";
}
.lrm-font-fa5-free .lrm-ficon-register:before {
content: "\f234";
}
.lrm-font-icomoon .lrm-ficon-close:before {
content: "\e914";
}
.lrm-font-material .lrm-ficon-close:before {
content: "\e902";
}
.lrm-font-fa4 .lrm-ficon-close:before {
content: "\e901";
}
.lrm-font-fa5-free .lrm-ficon-close:before {
content: "\f00d";
}
.lrm-font-icomoon .lrm-ficon-phone:before {
content: "\e90a";
}
.lrm-font-material .lrm-ficon-phone:before {
content: "\e0cd";
}
.lrm-font-fa4 .lrm-ficon-phone:before {
content: "\f095";
}
.lrm-font-fa5-free .lrm-ficon-phone:before {
content: "\f095";
}
.lrm-font-icomoon .lrm-ficon-mobile-phone:before {
content: "\e909";
}
.lrm-font-material .lrm-ficon-mobile-phone:before {
content: "\e324";
}
.lrm-font-fa4 .lrm-ficon-mobile-phone:before {
content: "\f10b";
}
.lrm-font-fa5-free .lrm-ficon-mobile-phone:before {
content: "\f3cd";
}
.lrm-ficon-mobile-phone:before {
top: 1px;
position: relative;
}
.lrm-font-icomoon .lrm-ficon-location:before {
content: "\e90d";
}
.lrm-font-material .lrm-ficon-location:before {
content: "\e568";
}
.lrm-font-fa4 .lrm-ficon-location:before {
content: "\f041";
}
.lrm-font-fa5-free .lrm-ficon-location:before {
content: "\f3c5";
}
.lrm-ficon-location:before {
top: 1px;
position: relative;
}
.lrm-font-icomoon .lrm-ficon-map:before {
content: "\e90b";
}
.lrm-font-material .lrm-ficon-map:before {
content: "\e55b";
}
.lrm-font-fa4 .lrm-ficon-map:before {
content: "\f278";
}
.lrm-font-fa5-free .lrm-ficon-map:before {
content: "\f279";
}
.lrm-font-icomoon .lrm-ficon-compass:before {
content: "\e90c";
}
.lrm-font-material .lrm-ficon-compass:before {
content: "\e7f1";
}
.lrm-font-fa4 .lrm-ficon-compass:before {
content: "\f124";
}
.lrm-font-fa5-free .lrm-ficon-compass:before {
content: "\f124";
}
.lrm-ficon-compass:before {
top: 1px;
position: relative;
}
[class^=lrm-ficon-], [class*=" lrm-ficon-"] {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
}
[class^=lrm-ficon-]:before, [class*=" lrm-ficon-"]:before {
font-size: 20px;
}
.lrm-font-material [class^=lrm-ficon-]:before, .lrm-font-material [class*=" lrm-ficon-"]:before {
font-size: 22px;
}
[class^=lrm-ficon-].lrm-switch-to-link:before, [class*=" lrm-ficon-"].lrm-switch-to-link:before {
font-size: 24px;
margin-top: -2px;
}
.lrm-font-svg .lrm-switch-to-link:before {
width: 22px;
vertical-align: text-bottom;
}
.lrm-font-svg .lrm-switch-to--login:before {
background: url(https://ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/login.png) no-repeat center center;
background-size: 100%;
}
.lrm-font-svg .lrm-switch-to--register:before {
background: url(//ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/user.png) no-repeat center center;
background-size: 100%;
}
.lrm-font-svg .lrm-form label.lrm-username,
.lrm-font-svg .lrm-form .lrm-ficon-user {
background-image: url(//ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/cd-icon-username.svg);
}
.lrm-font-svg .lrm-form label.lrm-email,
.lrm-font-svg .lrm-form .lrm-ficon-mail {
background-image: url(//ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/cd-icon-email.svg);
}
.lrm-font-svg .lrm-form label.lrm-password,
.lrm-font-svg .lrm-form .lrm-ficon-key {
background-image: url(//ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/cd-icon-password.svg);
}
.lrm-font-svg .lrm-form label.lrm-user_role {
background-image: url(//ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/lock.svg?v=2);
}
.lrm-font-svg .lrm-form .hide-password,
.lrm-font-svg .lrm-form .lrm-ficon-eye {
padding: 20px 21px;
background-size: 24px;
text-indent: -300px;
background-image: url(//ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/iconmonstr-eye-4.svg);
}
.lrm-font-svg .lrm-form .hide-password.hide-password--on, .lrm-font-svg .lrm-form .hide-password.lrm-ficon-eye-blocked,
.lrm-font-svg .lrm-form .lrm-ficon-eye.hide-password--on,
.lrm-font-svg .lrm-form .lrm-ficon-eye.lrm-ficon-eye-blocked {
background-image: url(//ideas-asso.org/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/iconmonstr-eye-8.svg?v3);
}
.lrm-is-font .hide-password {
width: 42px;
height: auto;
}
.lrm-font-icomoon .hide-password--on:before {
content: "\e901";
}
.lrm-font-material .hide-password--on:before {
content: "\e8f5";
}
.lrm-font-fa4 .hide-password--on:before {
content: "\f070";
}
.lrm-font-fa5-free .hide-password--on:before {
content: "\f070";
}.lrm-inline .lrm-user-modal-container { border: 2px solid #d2d8d8; }
.lrm-user-modal-container-inner {
border-radius: 0.25em;
overflow: hidden;
} .lrm-user-modal-container { x-border-radius: 0.25em; }
.lrm-user-modal-container .lrm-switcher a { background: #d2d8d8; color: #809191; }
.lrm-user-modal-container .lrm-switcher.-is-not-login-only a.selected { background: #FFF; color: #505260; }
.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:first-child a { border-radius: 0.25em 0 0 0; }
.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:last-child a { border-radius: 0 0.25em 0 0; }
.lrm-user-modal-container .lrm-switcher.-is-login-only li a { border-radius: 0.25em 0.25em 0 0; }
.lrm-form input.has-border, .lrm-form select.has-border { border: 1px solid #d2d8d8; }
.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] { background: #2f889a; color: #FFF; }
.lrm-form .hide-password { border-color: #d2d8d8; color: #343642; }
.lrm-user-modal-container .input-text, .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=search], .lrm-user-modal-container input[type=tel], .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=url], .lrm-user-modal-container select, .lrm-user-modal-container textarea { background-color: #f7f7f7; color: #000; font-weight: 300; box-shadow: none; border-radius: 0.25em; }
.lrm-user-modal-container .input-text:focus, .lrm-user-modal-container input[type=email]:focus, .lrm-user-modal-container input[type=password]:focus, .lrm-user-modal-container input[type=search]:focus, .lrm-user-modal-container input[type=tel]:focus, .lrm-user-modal-container input[type=text]:focus, .lrm-user-modal-container input[type=url]:focus, .lrm-user-modal-container select:focus, .lrm-user-modal-container textarea:focus { border: 1px solid #d2d8d8; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25); }.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//ideas-asso.org/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//ideas-asso.org/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//ideas-asso.org/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}