/*
 Theme Name:   Faryita Child
 Theme URI:    https://faryita.wpengine.com/
 Description:  Faryita Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     faryita
 Version:      1.0.0
 Text Domain:  faryita-child
*/

:root {
  --light-color: #fafafa;
  --dark-color: #212121;
  --primary-color: #5c4738;
  --secondary-color: #e1b527;
  --gray-light-color: #cccccc;
  --gray-medium-color: #959595;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid var(--gray-medium-color) !important;
}

.d-none,
.select-caret-down-wrapper {
  display: none !important;
}

.icon-player i {
  transition: all 0.3s ease !important;
}
.icon-player:hover {
  transform: scale(1.2) !important;
}

select#form-field-setor,
.select2-container {
  background-color: var(--light-color) !important;
  width: 100% !important;
  border-radius: 10px !important;
}

.current_page_item > a {
  color: var(--primary-color) !important;
}

.current_page_item > a:hover {
  color: var(--secondary-color) !important;
}

.grecaptcha-badge {
  position: fixed !important;
  left: 0 !important;
  bottom: 20px !important;
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
