/*
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
*/
/*Nuevo logo MIT (Páginas que no tienen header como componente)*/
.logo-header { /*Header individual*/
    margin-left: -20px !important;
}
@media screen and (max-width: 768px){ /*Footer General*/
	img.image.wp-image-35008.attachment-full.size-full {
    margin-left: -25px !important;
	}
}
/*End Nuevo logo MIT*/
div#gm-need-license-notice {
    display: none !important;
}
#section-fee .inactive-fee {
  color: #c8c8c8 !important;
}

#meta-bbdd {
  max-height: 0px;
  height: 0px;
  margin-top: -40px !important;
}

.iframe-form {
	width: 500px;
	height: 950px;
	margin-left: 50%;
	transform: translateX(-50%);
	border: none;
}
.contact-form {
	padding: 3%;
}
@media screen and (min-width: 768px){
	.iframe-form {
		height: 850px
	}
	.contact-form {
	  padding: 6%;
	}
}
.cky-consent-container p a,
.cky-modal.cky-modal-open .cky-preference-center .cky-show-desc-btn{
	color: #fff !important;
	text-decoration: underline;
}
.cky-always-active{
	color: #fff !important;
}
.cky-consent-container p a:hover,
.cky-modal.cky-modal-open .cky-preference-center .cky-show-desc-btn:hover{
	opacity: .8;
}

.contact-page--contact a {
	color: white !important;
}
