/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://empowerrf.es/
 Description:  Tema hijo de Hello Elementor
 Author:       We Love Web
 Author URI:   https://weloveweb.eu
 Template:     hello-elementor
 Version:      1.0.0
*/

/*Blog - Long words*/
.type-post h1, h2, h3{
  word-wrap: break-word;  
  overflow-wrap: break-word;
  word-break: break-word;    
}


/*Blog - Long categoreis*/
.new-categories {
    display: flex;
    flex-wrap: wrap;      
    gap: 8px;             
    padding: 0;
    margin: 0;
    list-style: none;
}

.new-categories li {
    flex: 0 1 auto;       
    word-break: break-word; 
}


/*Form*/
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea
input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], select, textarea,
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    color: black !important;
}
