/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

#wpadminbar #adminbarsearch .adminbar-button {
    display: none !important;
}

/*------------------------------------*\
¡HELPERS
\*------------------------------------*/
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-center-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.pad-half--right {
  padding-right: 10px;
}

/*------------------------------------*\
¡MAIN
\*------------------------------------*/

.wpcf7-form .form-row, .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}

.input-group {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.wpcf7-form .col {
  margin: 25px 0 50px;
}

.wpcf7-form .col-half {
  width: 50%;
}

.wpcf7-form .col-full {
  flex-direction: column;
}

.wpcf7-form .col-full input {
  margin: 5px 0 15px !important;
}

.wpcf7-form .col-half:nth-of-type(odd) {
  padding-right: 0;
  border-right: #cdcbca dotted 2px;
}

.wpcf7-form .col-half:nth-of-type(even) {
  padding-left: 30px;
}

#wpcf7-f217-p2-o1 .wpcf7-response-output {
    display: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  padding: 0 5px;
}

input {
  color: #515252 !important;
  border: 1px solid #6f6e6f !important;
  border-radius: 7.296px !important;
  text-align: center !important;

}

input[type=number] {
  -moz-appearance: textfield;
  color: #515252 !important;
  padding: 5px 0 !important;
  width: 83px !important;
  height: 34px !important;
}

.order-submit, input[type=submit] {
  height: 34px !important;
  margin-top: 25px !important;
  display: block !important;
  width: 100% !important;
  font-size: 1.188em !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  background: #c38853 !important;
  border: 0 !important;
  border-radius: 7.296px !important;
  line-height: 100%;
}

.select-button {
  color: #ffffff !important;
  background: #2974b7 !important;
  border: 0 !important;
  border-radius: 7.296px !important;
  font-size: 1.188em !important;
  border: 0 !important;
  padding: 0 15px !important;
  margin-right: 20px !important;
  height: 34px !important;
}

.active {
  background: #1f5789 !important;
}

p {
  font-size: 1em !important;
  font-weight: 100;
  line-height: 1.4em !important;
}

p.item {
  margin-right: 30px;
  text-align: center;
}

p.center {
  text-align: center;
}

p.item span {
  display: block;
  font-size: 1.7em;
  font-weight: 400;
  margin-bottom: 3px;
}

.qty-input {
  display: none;
  padding: 0 15px;
  height: 34px
}

.qty-input label {
  display: none;
}

.qty-input span {
  margin-right: 11px;
}

.show {
  display: flex;
  align-items: center;
}

.form-disclaimer {
  text-align: center;
  font-style: italic;
}

.form-disclaimer span {
  font-weight: 800;
}

@media only screen and (max-width: 768px) {


  .wpcf7-form .col-full {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }

  .wpcf7-form .col-half:nth-of-type(odd) {
    border: 0;
  }

  .wpcf7-form .col-half:nth-of-type(even) {
    padding-left: 0;
  }
}
