/*
Theme Name: hellochild
Author: iZZi
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

#google-business-reviews-rating ul li {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

#google-business-reviews-rating ul.listing {
  gap: 1.7rem 2rem;
}

#google-business-reviews-rating .rating {
  text-align: center;
}

#google-business-reviews-rating a.review-more-link,
#google-business-reviews-rating a.review-more-link:hover  {
  color: #BF1216;
}

/* FORMULAIRE */

body .gform-theme--api, 
body .gform-theme--foundation {
    --gf-form-gap-y: 18px;
    --gf-field-img-choice-size-md: 150px;
}
body #gform_wrapper_1[data-form-index="0"].gform-theme,
body #gform_wrapper_2[data-form-index="0"].gform-theme,
body #gform_wrapper_3[data-form-index="0"].gform-theme,
body  [data-parent-form="1_0"],
body [data-parent-form="2_0"] {
    --gf-color-primary: #BF1216;
    --gf-color-primary-rgb: 0, 0, 0;
    --gf-color-primary-contrast: #fff;
    --gf-color-primary-contrast-rgb: 255, 255, 255;
    --gf-color-primary-darker: #BF1216;
    --gf-color-primary-lighter: #BF1216;
    --gf-color-in-ctrl-primary: #BF1216;
}

.readonly input {
  outline: none;
  box-shadow: none;
  border-color: inherit;
  pointer-events: none;
  cursor: default;
}

body .gform_wrapper .gfield--type-image_choice .gfield-choice-input {
  display: none;
}
body .gfield--type-image_choice .gfield-image-choice-wrapper-outer {
  cursor: pointer;
  padding: 10px !important;
}
body .gfield--type-image_choice .gfield-image-choice-wrapper-outer .gfield-image-choice-wrapper-inner {
  display: block;
  text-align: center;
}
body .gfield--type-image_choice .gfield-image-choice-wrapper-outer label {
  margin-left: 0;
  font-size: 12px;
  min-height: 40px;
}

.notif-form {
  border: 1px solid #BF1216;
  padding: 10px;
  border-radius: 6px;
  background-color: rgba(191,18,22,0.1);
  color: #000;
}
.notif-form a,
.notif-form a:hover,
.notif-form a:focus,
.notif-form a:active {
  color: #BF1216;
}

.list-presta-form {
  padding-left: 18px;
}

body #gform_2 .gchoice label { cursor: pointer; }