/*
Theme Name: Instituto Capaz
Version: 1.0
Description: Tema hijo de Stockholm
Author: Team MediaCode
Template: stockholm
*/

/*----------------- Cambios a partir de aquí -------------------------------*/

header.transparent.fixed.scrolled .drop_down .second,
header.transparent.fixed_hiding.scrolled .drop_down .second {
  top: 130% !important;
}
.drop_down .second {
 -webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
}

header.transparent .drop_down .second:not(.right) {
  left: 0px !important;
}

header.transparent.fixed.scrolled .drop_down .second::before,
header.transparent.fixed_hiding.scrolled .drop_down .second::before {
  content: "";
  position: absolute;
  left: 8%;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  clear: both;
}

header.transparent:not(.sticky) .drop_down .second::before {
  content: "";
  position: absolute;
  left: 8%;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  clear: both;
}
li.narrow .second .inner ul {
  padding: 14px 0 10px !important;
}

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h4 {
  line-height: 20px !important;
  margin: 10px 24px !important;
}

.drop_down .second .inner > ul > li > a .menu-text:hover,
.drop_down .second .inner ul li.sub ul li a menu-text:hover {
  border-bottom: 2px solid !important;
  padding-bottom: 2px;
}

.grecaptcha-badge {
    z-index: 9999;
}
