/*
 Theme Name:   Kleanity Child
 Theme URI:    http://demo.goodlayers.com/kleanity
 Description:  Goodlayers Kleanity Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kleanity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kleanity-child

 START YOUR CHILD THEME CSS HERE
*/

/*Cambios Elías*/

/*Header*/
.kleanity-navigation .kleanity-navigation-slide-bar {
    border-color: #ffffff;
}

/*Cuerpo*/
.gdlr-core-button-item #gdlr-core-button-id-2:hover, 
.gdlr-core-button-item #gdlr-core-button-id-1:hover {
    color: #ffffff;
}

/*Formulario de contacto*/
.wpcf7 .wpcf7-form-control .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7 .wpcf7-form-control-wrap select {
    font-size: 15px;
    padding: 15px 22px;
    width: 100%;
    display: block;
    color: #4e4e4e;
    background-color: #f1f6ee;
    border: 0px;
}
.wpcf7 .wpcf7-form-indicator {
    display: none;
}
.kleanity-body input, 
.kleanity-body textarea {
    background-color: #f1f6ee;   
    border: 0px;
}
.kleanity-body input[type="submit"] {
    font-size: 11px;
    font-style: normal;
    color: #ffffff;
    padding: 20px 41px 20px 41px;
    margin: 0px 10px 10px 0px;
    border-radius: 29px;
    -moz-border-radius: 29px;
    -webkit-border-radius: 29px;
    background: #00674a;
}
.kleanity-body input[type="submit"]:hover {
    background-color: #9ac31c;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
    color: #9ac31c;
}
.wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: #545454;
}

/*Footer*/
body footer .kleanity-footer-wrapper {
    padding-bottom: 0;
}
.kleanity-copyright-wrapper p {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}
.kleanity-copyright-wrapper a {
    color: #2db199;
}
.kleanity-copyright-wrapper a:hoover {
    color: #ffffff;
}

/*GDPR*/
@media only screen and (max-width: 540px) {
    body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
      text-align: center;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
        display: grid;
    }
  }
