/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* 
/* Css de formulario Contact Form 7 */
/*
/* Contenedor principal */
.cf7Form {
  max-width: 95%;
  margin: 0 auto;
  font-family: "manrope";
  padding: 20px;
}

/* Título */
.cf7Title {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}

/* Etiquetas */
.cf7Label {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  margin-bottom: -20px !important;
  margin-top: 10px !important;
}

/* Inputs de texto y email */
.cf7Input {
  width: 100%;
  margin: 0px !important;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background-color: white;
}
.cf7Input:focus {
  border-color: #6c5ce7;
  outline: none;
}

/* Select */
.ui-selectmenu-text {
  padding: 0.75rem;
  background-color: white;
  min-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;	
  font-size: 1rem;
  font-weight: 400;
}
.ui-menu-item-wrapper.ui-state-active {
  background-color: #6c5ce7a8 !important;
  font-size: 1rem;
  color: white !important;
  font-weight: 700;
  padding: 0.75rem;	
}
.cf7Select:focus {
  border-color: #6c5ce7;
  opacity: 0.2;
  outline: none;
}

/* Textarea */
.cf7Textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  background-color: white;
  height: 120px;
} 
.cf7Textarea:focus {
  border-color: #6c5ce7;
  outline: none;
}

/* Checkbox */
.cf7CheckboxLabel {
  font-size: 1rem;
  color: #000;
}
.cf7CheckboxLabel a {
  color: #FF624D;
  text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  background-color: white !important;
}

/* Botón de envío */
.cf7Submit {
  text-align: right;
}
.cf7Button {
  display: inline-block;
  background-color: #FF624D;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 55px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cf7Button:hover {
  background-color: #ff3b21;
}

/* Radio Group en linea */
.cf7RadioGroup p {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}
.cf7RadioGroup .wpcf7-list-item {
  display: inline-flex !important;
  align-items: center;
  margin-right: 1rem;
}
.cf7RadioGroup input[type="radio"] {
  margin: 0;
}
.cf7RadioGroup label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #555;
  white-space: nowrap;
}

/* Errores */
.wpcf7-not-valid-tip {	
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #FF624D;
  margin-bottom: -20px !important;
  margin-top: 0px !important;
}

/* Checkbox de políticas */
.aceptance {
  margin-top: 7.5rem !important;
}
.acceptance .wpcf7-list-item-label a:hover {
  text-decoration: underline !important;
  color: #FF624D !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance {
    display: inline !important; 
    margin-bottom: 15px !important;
  }
}
/* 
/* Css de formulario Contact Form 7 */
/*