/*
 Theme Name:   Papi Rich Child
 Theme URI:    http://www.papirich.com/papirich-child/
 Description:  Tema hijo de dt-the7 para Papi Rich
 Author:       Hector E. Pica
 Author URI:   http://www.hectorpica.com
 Template:     dt-the7
 Version:      1.0.0
 Text Domain:  papirich_child
*/

/* Importar el estilo del tema principal */
@import url("../dt-the7/style.css");

/* Aquí se agregara los estilos personalizados */
.papi-form {
  max-width: 600px;
}

.papi-form .row {
  margin-bottom: 20px;
}

.papi-form .col {
  width: 48%;
  display: inline-block;
}

.papi-form .col:first-child {
  margin-right: 4%;
}

/* Inputs */
.papi-form input,
.papi-form select,
.papi-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding: 15px;
  font-size: 14px;
  outline: none;
}

/* Placeholder */
.papi-form input::placeholder,
.papi-form textarea::placeholder {
  color: rgba(255,255,255,0.5);
}

/* Botón */
.papi-form input[type="submit"] {
  background: #D4AF37;
  color: #000;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.papi-form input[type="submit"]:hover {
  background: #FFC72C;
}