/*
 Theme Name:   Anemos Child
 Theme URI:    https://themeforest.net/user/euthemians
 Description:  Anemos Child Theme
 Version:      2.4.1
 Author:       Euthemians Team
 Author URI:   https://euthemians.com
 Template:     anemos
*/

/** LIMITAZIONE NUM LINEA ELINGHTER */
.enlighter-default{
   overflow-y: auto;
   min-height: 400px;
   max-height: 400px;
}

/** CAPOLETTERA */
.dropcap {
   float: left;
   color: #aaaaaa;
   font-size: 60px;
   line-height: 36px;
   background: #ffffff;
   padding: 2px 2px 2px 0;
   margin: 0 5px 5px 0;
   font-family: Times, serif, Georgia;
}