/*
 Theme Name:   Divi Child
 Theme URI:    https://yoursite.com
 Description:  Divi Child Theme
 Author:       Your Name
 Author URI:   https://yoursite.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child
*/

/* ================================*/
/* MENU PRINCIPAL */
/*================================ */


#wf-home-icon {
   font-size: 20px;
   display: inline-block;
   transform: translateY(4px);
}

#wf-menu-appointment {
   background-color: var(--gcid-fakvy3uu9d);
   color: #fff;
   padding: 16px 20px;
   border-radius: 4px;
   text-decoration: none;
   font-weight: bold;
}

#wf-menu-appointment i {
   margin-right: 2px;
   display: inline-block;
   transform: translateY(2px);
   font-size: 16px;
}

/* ================================*/
/* MODULE TEXT + IMAGE FULLWITDH */
/*================================ */

.fullWidthImageTextRowContainer>div:nth-child(2) {
   padding: 80px;
}

.fullWidthImageTextRowContainerRight>div:nth-child(1) {
   padding: 80px;
}


/* ================================*/
/* ARTICLES DE BLOG */
/*================================ */

.et_post_meta_wrapper h1.entry-title {
   font-weight: 900;
   color: #020202;
   font-size: 40px;
}