/*
Theme Name: Garrido
Version: 1.0
Description: Un tema hijo de Divi
Author: admin
Template: Divi
*/

@import url("../Divi/style.css");

button.mgbutton.moove-gdpr-modal-allow-all{
	visibility:hidden !important;
}

button.mgbutton.moove-gdpr-modal-allow-all:before{
	content:"Guardar Configuración" !important;
	visibility:visible !important;
	background-color: #005a49 !important;
	padding: 10px 30px;
	color: #fff;
}

/* Política de cookies - customización banner*/
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Clases personalizadas*/
.bn{
	filter: grayscale(100%) !important;
	-webkit-filter: grascale(100%) !important;
	cursor: pointer !important;
}
.bn:hover{
	filter: grayscale(0) !important;
	-webkit-filter: grascale(0) !important;
}

/*Color botones idiomas*/
.lang-item a{
	color: #005a49 !important;
}

/*Ajustes menú de navegación*/
#top-menu li.mega-menu>ul>li {
	width: 50%;
}
#top-menu li.mega-menu>ul {
    left: 250px!important;
    width: 60% !important;
	padding: 30px 0px 20px 20px !important;
}
.acceso-clientes{
	padding:14px 10px 5px;
	background:#005a49
}
#top-menu .sub-menu li a {
	color: #fff !important;
}

/*Configuración del footer*/
#footer-info {
    float: none !important;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
    margin: 0 auto !important;
}
.et-social-linkedin a.icon::before {
    color: #fff !important;
}
.et-social-twitter a.icon::before { 
    color: #005a49 !important;
}	
/*Configuración del formulario*/
#nombre, #referencia, #telefono, #email, #consulta{
	width: 100% !important;
	padding: 10px !important;
}
span.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}
.wpcf7-submit{
	background-color: #005a49 !important;
	color: #fff !important;
	border: none !important;
	padding: 10px 20px !important;
	cursor: pointer !important;
}
div.wpcf7-validation-errors{
    border: 1px solid #f00 !important;
}
div.wpcf7-mail-sent-ok{
    border: 1px solid #005a49 !important;
}

/*Configuración del single-footer*/
.single .et_pb_post {
    margin-bottom: 0 !important;
}
.single .post {
    padding-bottom: 0 !important;
}
.et_post_meta_wrapper > img{
	width: 50% !important;
}
.entry-title{
	color: #005a49 !important;
}
.entry-content h4{
	color: #005a49 !important;
	line-height: 1.2em !important;
	padding-bottom: 20px !important;
}

/*Ajustes de diseño banner política de cookies*/
#catapult-cookie-bar h3{
	display: none !important;
}
.ctcc-left-side{
	text-align: justify !important;
}
.ctcc-right-side {
    text-align: center !important;
}

/* Metadatos de los POST con dashicons */
.dashicons {
	vertical-align: middle;
	margin: 5px;
}


/* Ajustes visuales del aviso de cookies */
.moove-gdpr-branding-cnt a{
	display: none !important;
}
.moove-gdpr-cookie-notice{
	text-align: justify !important;
}
.moove-gdpr-cookie-notice a:hover{
	color: #ffffff !important;
}
.moove-gdpr-cookie-notice span u:hover{
	color: #ffffff !important;
}