/*
Theme Name: Incuna IFF
Version: 0.1
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author: Impulso Gráfico
Author URI: http://impulsografico.es/
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/*
 * Custom Styles
 */

/** Menú secundario */
.sub-menu li a {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.sub-menu li ul {
  width: 260px;
}
.sub-menu li li a {
  font-size: 14px !important;
  font-weight: 400 !important;
  width: 220px !important;
}
.menu li a i + span {
  display: none;
}
.menu li:nth-child(3) {
  margin-left: 20px;
}
.menu li:nth-child(3),
.menu li:nth-child(4),
.menu li:nth-child(5) {
  margin-right: 8px !important;
}
/** Ficha de película */
.single-project .et_pb_post {
  margin-bottom: 0 !important;
}

/** Grid de noticias  */
.et_pb_blog_grid .entry-title {
  margin: 0 -19px;
}
.et_pb_blog_grid .post-content {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px;
}

/** Formulario de inscripción */
.et_pb_contact_form .et_pb_contact_field:last-of-type {
  display: inline-block;
  width: 60%;
}
.et_pb_contact_form .et_pb_contact_field:last-of-type .et_pb_contact_field_options_title {
  display: none;
}
.et_pb_contact_form .et_pb_contact_field select {
  padding-top: 18px;
  padding-bottom: 19px;
  padding-left: 16px;
}
