/**
 * Theme Name:     maestro
 * Author:         Ludovic Tristan
 * Template:       hello-elementor
 * Text Domain:	   maestro
 * Description:    Child theme Hello Elementor. Ludovic Tristan for Evgeny Svetlanov Website
 */

/** Charte */
.no-link a {text-decoration: none !important;}

.elementor-widget-text-editor blockquote {
    font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
    font-size:1.2em !important;
    line-height: 1.3em;
    font-style: italic;
    margin-inline-start: 20px !important;
   padding-left:20px;
    border-left:3px solid #35466d;
}
.bloc-exergue .elementor-widget-text-editor p:last-child, .bloc-image .elementor-widget-text-editor p:last-child, .bloc-citation .elementor-widget-text-editor p:last-child, .bloc-chiffres .elementor-widget-text-editor p:last-child, .bloc-txt p:last-child {
    margin-bottom:0px !important;
}


/** WPML */
.wpml-select .wpml-ls-legacy-dropdown {
    width:50px !important;
    font-size:13px !important;
    font-weight: 600 !important;
}

.wpml-select .wpml-ls-statics-shortcode_actions a {
  background-color: rgba(0, 0, 0, 0.1) !important;
    color:#fff !important;
    text-decoration: none !important;
      border:1px solid #fff !important;
    border-radius:4px !important;
}
.wpml-ls-sub-menu li {margin:4px 0px !important;}

/** Menu de navigation */
.menu-maestro .sub-arrow {padding:3px !important;}
.fil-ariane a {text-decoration: none !important;}

/** Form newsletter */
.form-footer .elementor-acceptance-field:active, .form-footer .elementor-acceptance-field:focus, .form-footer .elementor-acceptance-field:checked { background-color: #E25A30; accent-color:#E25A30;}


@media only screen and (max-width: 767px){
    
    .elementor-widget-text-editor blockquote {
    font-size:1em !important;
    margin-inline-start: 10px !important;
   padding-left:15px;
}
}
