/*
 Theme Name:     Restaurante abanico
 Description:    Divi Child Theme
 Author:         El Charko
 Author URI:     https://www.elcharko.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here */

#top-menu li.current-menu-item > a {
  color: #B23040 !important;
}

/* Estilos carta*/


.carta h4 {
  font-size: 30px;
}
 
/*** Estilos solo para tables ***/
@media all and (min-width: 768px) and (max-width: 980px) {
.carta div.et_pb_text_inner {text-align: center;} 
.carta .et_pb_text_1 h3 {text-align: center;}	
}
 
/*** Estilos solo para móviles ***/
@media all and (max-width: 767px) {
.carta div.et_pb_text_inner {text-align: center;} 
.carta .et_pb_text_1 h3 {text-align: center;}
}


/* Fin Estilos carta*/

/* Estilos Títulos Articulos 26-2-26 */

.et_pb_blog_grid h2 {font-size: 26px !important; line-height: 30px;}
.single-post h1 {font-size: 52px !important; line-height: 56px;}


/* Fin Estilos Títulos Articulos 26-2-26 */

