/*
Theme Name: Hestia Pro Child
Theme URI: https://www.themeisle.com/ 
Description: This is a custom child theme I have created.
Author: Genesis Bult
URI: https://www.themeisle.com/ 
Template: hestia-pro
Version: 1.0
*/
.nav > li > a{
	padding: 10px 12px;
}

/* HOME HERO SPANISH */
html[lang="es-ES"] .home h1.hestia-title,
html[lang="es-ES"] .home h1.hestia-title + .sub-title,
html[lang="es-ES"] .home h1.hestia-title + .sub-title > font strong {
    font-size: 0 !important;
}
html[lang="es-ES"] .home h1.hestia-title:before{
	content: "¡Empoderando a las mujeres para que sean todo lo que pueden ser!";
	font-size: 67px;
	line-height: .75
}
html[lang="es-ES"] .home h1.hestia-title + .sub-title:before{
	content: "Somos Pensadoras Independientes; NO somos Republicanas o Demócratas. Somos Seres Humanos; NO somos Negras, Blancas o Hispanas. Somos Hijas de Dios; NO somos Protestantes o Católicas. Somos Luchadoras por la Justicia Social; NO somos Ricas o Pobres.";
	font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
html[lang="es-ES"] .home h1.hestia-title + .sub-title > font strong:before{
	content: "Somos Pro-Mujer; NO somos Pro-Vida ni Pro-Elección";
	font-size: 22px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #d34371;
    padding: 0 15px 15px;
}

.page-template-event-product .wpml-ls-statics-footer,
.page-template-landing-product .wpml-ls-statics-footer {
    margin: 0 !important;
}

@media screen and (min-width:768px){
	.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
		position: relative;
		margin: 0 15px 15px;
	}
}

@media screen and (min-width:1200px){
	.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
		position: relative;
		margin: 0 30px 30px;
	}
}

.wpml-ls-statics-footer a {
    background-color: #eee;
    padding: 10px 12px;
}
.wpml-ls-statics-footer a:hover {
    background-color: #faf37b;
}
.wpml-ls-statics-footer li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.wpml-ls-statics-footer li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wpml-ls-statics-footer .wpml-ls-current-language > a,
.wpml-ls-statics-footer .wpml-ls-current-language > a:hover,
.wpml-ls-statics-footer .wpml-ls-current-language > a:focus {
    background-color: #d34371;
    background-color: #be2e5c;
    color: #fff;
}
.wpml-ls-statics-footer .wpml-ls-current-language > a::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin-right: 5px;
    font-size: 10px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
    opacity: .6;
    transition: all .2s ease;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer:hover > ul{
	opacity: 1;
}
.header .hestia-top-bar a:hover, 
.header .hestia-top-bar .top-bar-nav li a:hover {
    color: #555;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a:before {
    content: "\f0c0";
    font-family: "FontAwesome";
}
.account-message {
    padding: 20px 15px;
    text-align: center;
    background-color: 
    #fff1f0;
    font-size: 20px;
    margin-bottom: 15px;
}
.account-message > p:last-child{
	margin-bottom: 0;
}