/*
Theme Name: Renovar Progression Child
Description: Child Theme for Renovar Theme
Version: 1.0.0
Author: Ichigo Web
Author URI: https://ichigo.gr
Template: renovar-progression
*/

/************************************************
 * RENOVAR CHILD THEME – STYLES
 *
 * CONTENTS
 * ------------------------------------------------
 * [1] TYPOGRAPHY
 * [2] HEADER
 * [3] BUTTONS
 * [4] THEME HACKS
 *
 ************************************************/

/* ==================================================
   [1] TYPOGRAPHY
   ================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

body, body input, body textarea, select {
	line-height: 1.6;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

/*** The Google Revoews Widget ***/
#google-reviews .ti-widget, #google-reviews .ti-widget * {
  font-family: var(--e-global-typography-text-font-family, 'Roboto', sans-serif);
}

/* ==================================================
   [2] HEADER
   ================================================== */

/* ==================================================
   [3] BUTTONS
   ================================================== */

/* ==================================================
   [4] THEME HACKS
   ================================================== */
.contact-page #content-pro {
    padding-bottom: 0;
}