/*
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
*/

em {
    color: inherit;
}
/*-------------------Propias------------------------------*/
.boton.primario {
    font-size: 18px;
    color: #5e5750!important;
    background-color: #e2a615!important
}
.margin-CTA-blockinline{
    margin:0 12px 0 0;
}
.margin-top-mini{
    margin-top:3%;
}
body .nectar-button.medium {
    font-size: 18px;
}
.texto12px{
    font-size:12px;
    color:#000;
}
.texto-blanco{
    color:#fff;
}
.link-h2{
    font-family: Karla, Helvetica, sans-serif;
    font-weight: 500;
}
.link-h2 a{
    text-decoration:none;
    color:#fff;
}
.link-h2 a:hover{
    text-decoration:none;
    color:#f0c67a;
}
/*Controlar tamaño SVG para que respete tamaño asignado. Añádese porque fallou despois de actualizar plugin svg*/
.row .col img:not([srcset]) {
    width: none!important;
}
/*Ocultar Reviews Google Maps*/
.gm-style .review-box {
    padding-top: 5px;
    display: none!important;
}
/*foto equipo redondeada*/
.img-rounded {
    border-radius: 180px;
}

body h2{
    line-height: 40px;
}
.nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner {
    line-height: 120%;
}
.wpb_wrapper >div {
    margin-bottom: 10px;
}
.sin-margen-inferior{
    margin-bottom:0;
}
/* Quitar hr inferior Toogle. Controlar distancia entre elementos */
div[data-style="minimal"] .toggle {
    border-bottom: 0px solid rgba(0,0,0,0.08);
}
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 0 0 0px 0;
}
/*---------------------THEME-------------------------------------*/
body .nectar-button.small {
    font-size: 14px;
    margin-right: 15px;
}
/*meter subrayado Highlight por debaixo de texto*/
.nectar-highlighted-text[data-style="half_text"] em:before {
    height: 28%;
    top: auto;
    bottom: -5px;
}
/*----------------------PLUGIN------------------------------------*/
/*POPUP BOX*/
.ds-popup-close.-icon {
    background: #e2a615!important;
    color: #5e5750!important;
    border-radius: 180px!important;
    margin: 5px!important;
}
.ds-popup-content {
    font-size: 16px;
    position: relative;
    display: block;
    height: auto!important;
    overflow-y: hidden;
    line-height: 1.5;
}
.ds-popup-wrapper{
    padding: 0px 15px 30px!important;
}


/*-----------------------theme------------------------------------*/
/*Nav bar y Menu*/
#top nav ul li a {
    color: #5e5750;
}
#header-outer .sf-menu li ul li a{
    color: #5e5750;
}
.sf-menu li:hover {
    visibility: inherit;
    background-color: transparent!important;
}

/*botón submit*/
body[data-button-style="rounded"] .container-wrap input[type="submit"], body[data-button-style="rounded"] .container-wrap button[type="submit"] {
    padding: 5px 20px!important;
}

/*Team*/
.team-meta h5 {
    font-size: 16px!important;
}
.team-meta h3 {
    font-size: 24px!important;
}
/*acordeon*/
.toggle h3 a{
    font-family: Karla, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 21px;
    font-weight:300;
}
div[data-style="minimal"] .toggle h3 a {
    padding: 30px 70px 10px 0px;;
}
/*Simbolo + acordeon*/
div[data-style="minimal"] .toggle h3 i:before {
    content: ' ';
    top: 10px;
    left: 4px;
    margin-top: -2px;
    width: 11px;
    height: 2px;
    position: absolute;
    background-color: #888;
    -ms-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    -webkit-transition: background-color 0.15s ease;
}
div[data-style="minimal"] .toggle h3 i:after {
    content: ' ';
    top: 4px;
    left: 10px;
    width: 2px;
    margin-left: -2px;
    height: 10px;
    position: absolute;
    background-color: #888;
    -ms-transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
div[data-style*="minimal"] .toggle h3 i {
    width: 22px;
    height: 22px;
    margin-top: 0px;
}
/*FOOTER*/
#footer-outer #footer-widgets .widget h4, #footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
    color: #000000!important;
    font-size: 22px;
}
/*################
Contact Form
##################*/
/*Contact Form*/
body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date] {
    background-color: rgba(0,0,0,0.00);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    position: relative;
    margin-bottom: 0px;
    font-size: 16px;
    border-bottom: 2px solid #e0e0e0;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-radius: 0;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
.wpcf7 .wpcf7-response-output {
    padding: 15px;
    border:none;
}
#cookie-law-info-bar span {
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
padding: 13px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    margin-top: 11px;
    border-radius: 3px;
    width: 100px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    margin-top: 11px;
        margin-bottom: 15px;
}
div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
    background-color: #e0fbd5;
    padding: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 0px solid #ff0000;
    background-color: #fbdddd;
    padding: 10px;
}
.wpcf7-form .wpcf7-not-valid-tip {
    top: -30px;
    padding: 2px 12px;
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    position: relative;
        font-size: 0.7em;
}

/*WOOCOMMERCE*/
.woocommerce .summary .price, .woocommerce div.product .summary p.price {
    color: #444444;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 0px;
}
div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs {
    text-align: center;
    margin: 0px 0 0px 0;
}
.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li {
    float: left;
    display: inline-block;
    left: -20px;
}

/*##########FIN WOOCOMMERCE##############*/
/*------------------------MEDIA QUERIES-----------------------------------*/

@media only screen and (max-width: 1300px) and (min-width: 1000px){}
body h2, .single-product div.product h1.product_title {
    font-size: 22px;
    line-height: 37.4px;
    font-family: karla, sans-serif;
}}

/*
##############
EASY TIMETABLE
##############

.activite {
    margin: 0 auto 0;
    color: #333;
    font-size: 16px;
    text-align: center;
    height: 100%;
    padding: 0px;
    width: 140px;
    background-color: #00a27c!important;
}*/



