/*
Theme Name: Structure Child
Theme URI: http://structure.thememove.com/01/
Description: A child theme of Structure Theme
Author: ThemeMove
Author URI: http://thememove.com/
Version:1.0
Template: structure
*/

.title_category {
  text-transform: uppercase;
  color: #e47f5a;
  border-bottom: 2px solid #e47f5a;
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: 20px;
}

.social .menu li a[href*="mailto"]:before {
  content: "\f003";
}

.customer-item .customer-item-img,
.collaborator-item .collaborator-item-img {
  height: 90px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.customer-item .customer-item-img img,
.collaborator-item .collaborator-item-img img {
  max-height: 100%;
  max-width: 90%;
}

.project-default-template-gallery .owl-controls {
  bottom: 20px;
  background: #ffb600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 27px;
  padding: 5px;
}
.project-default-template-gallery .owl-controls .owl-dot {
  background: #ffb600;
  border-color: #ffffff;
}
.project-default-template-gallery .owl-controls .owl-dot.active {
  border-color: #ffffff !important;
  background: #ffffff !important;
}

.project-default-template-gallery .owl-carousel .owl-item img {
  width: 100%;
}

.project-default-template-gallery .single-project .gallery a:before {
  display: none !important;
  content: "" !important;
}

@media only screen and (min-width: 768px) {
  .footer .menu li {
    display: block !important;
    width: 100% !important;
  }
}

#acf-candidate-form {
  background: white;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
}

.candidates #message {
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  color: white;
  background: #2eab2e;
  border-radius: 5px;
}

#acf-candidate-form th {
  text-transform: none !important;
  text-align: center;
}

#acf-candidate-form .acf-form-submit {
  padding: 10px;
}

#acf-candidate-form .acf-button.button.button-primary:hover {
  color: #1b273d;
  background-color: #ffb600;
}
#acf-candidate-form .acf-button.button.button-primary {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 24px;
  width: auto;
  font-size: 13px;
  text-transform: uppercase;
}

.add_fieldset::before {
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
}

.add_fieldset_personal_info::before {
  content: "Información personal";
}

.add_fieldset_studies::before {
  content: "Estudios";
}

.add_fieldset_specific_formation::before {
  content: "Formación específica";
}

.add_fieldset_work_experience::before {
  content: "Experiencia Laboral";
}

.add_fieldset_knowledge::before {
  content: "Conocimientos";
}

.add_fieldset_languages::before {
  content: "Idiomas";
}

.add_fieldset_other_data::before {
  content: "Otros datos";
}

.add_fieldset_accept_terms::before {
  content: "Política de protección de datos";
}

.qtranxs-lang-menu a img {
    padding: 5px 0;
}