/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.dk-speakout-signature-count {
    display: none;
}

.dk-speakout-count {
    display: none;
}

.dk-speakout-petition label {
    text-transform: initial !important;
font-size: 15px !important;
}


/* OCULTAR INSIGNIA RECAPTCHA 3 */
.grecaptcha-badge { 
    visibility: hidden;
}


/* BOTONES PLUGIN GDPR */
span.gdpr-nav-tab-title {
    font-size: 13px !important;
}


/* OVERLAY FOTOS PAG.
.nectar_team_member_overlay {
    background-color: #000 !important;
    color: #555;
} */


/* NOMBRES EQUIPO
.team-member[data-style=bio_fullscreen_alt] h3 {
    margin-bottom: 10px;
    font-size: 28px !important;
}*/


/* PLAN ESTRATEGICO */
.tabbed>ul li a {
    font-family: Roboto Condensed; !important;
    text-transform: uppercase; !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}

.tabbed>ul li .active-tab {
    color: #fff;
	font-family: Roboto Condensed; !important;
    text-transform: uppercase; !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}


/* TEAM */
.team-meta h5 {
    font-size: 18px !important;
	font-weight: normal !important;
    line-height: 26px !important;
}

.team-meta h3 {
    font-size: 25px !important;
    line-height: 30px !important;
	letter-spacing: -0.01em !important;
}


/* CONTACT FORM 7 */
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #e4003b !important;
}


/* TRAYECTORIA */
div[data-style="minimal"] .toggle h3 a {
    padding: 30px 70px 30px 0;
    transition: color 0.15s ease;
    font-size: 20px !important;
}


/* BLOG HOME */
.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *, .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content * {
    color: #525252 !important;
}


/* TITULOS GRID BLOG */
.blog-recent[data-style*="classic_enhanced"][data-color-scheme="light"] h3.title {
  color: #333;
  font-size: 22px !important;
  line-height: 28px !important;
}


/* === PLUGIN FIRMAS === */

/* Layout Box */
.dk-speakout-petition-wrap {
    background-color: #f3f3f3;
    border: 0px solid #fff;
    border-radius: 5px;
    /* box-shadow: 3px 3px 6px rgb(0 0 0 / 8%); */
    box-shadow: none !important;
    font: normal 15px/1.4em Arial, sans-serif !important;
    padding: 0;
    text-shadow: none;
    width: 100%;
}

.dk-speakout-petition {
    padding-top: 1.3em;
}


/* Titulo Peticion */
.dk-speakout-petition-wrap h3 {
	display: none;
}


/* Boton Firma Ahora */
.dk-speakout-submit {
  background: #ffdd00 url(../images/bg-submit-button.png) repeat-x top left;
  background: -webkit-linear-gradient(#fe0, #fd0);
  background: -moz-linear-gradient(#fe0, #fd0);
  background: -ms-linear-gradient(#fe0, #fd0);
  background: -o-linear-gradient(#fe0, #fd0);
  background: linear-gradient(#fe0, #fd0);
    background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  border: 1px solid #ffdd00;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2.4em;
  margin-top: 0;
  position: relative;
  text-shadow: 0 0px 0 #fff;
  width: 90%;
  height: 50px;
  padding: 0;
  color: #043d5e;
}

/* Txt Checkbox Form */
.dk-speakout-petition label {
    color: #777;
    font-size: 16px;
    font-weight: normal;
    margin-left: 1px;
    position: relative;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0%);
    text-transform: lowercase;
}

/* Box Share */
.dk-speakout-share, .dk-speakout-progress-wrap {
    background: #f3f3f3;
}

.dk-speakout-share {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    padding: 0 2% 1.2em 2%;
    text-align: center;
}

/* Inputs Form */
.dk-speakout-petition input[type=text], .dk-speakout-petition input[type=email], .dk-speakout-petition select {
    border: 1px solid #b3b3b3 !important;
    border-radius: 3px;
    color: #333;
    font: 15px/1.4em Helvetica, Arial, sans-serif !important;
    margin-bottom: 0.6em;
    padding: 10px 5px 10px 0.5em !important;
    width: 100%;
    height: 1.8em;
}


/* Txt lightbox Firma Propuesta */
#dk-speakout-reader-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Public Sans, sans-serif !important;
    font-size: 17px;
    height: 100%;
    line-height: 26px;
    overflow: auto;
    padding: 20px 30px 40px 30px;
    text-align: left;
}

