/*!
	Theme Name: Twenty Twenty - child theme
	Theme URI: https://wordpress.org/themes/twentytwenty/
	Description: Tema hijo de tema padre
	Author: Lucas
	Author URI: https://wordpress.org/
	Version: 1
	Template: twentytwenty
*/

.eael-grid-post-holder{
	border: none;
}
.ekit-team-modal-content{
	color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-primary-font-family );
    font-weight: var( --e-global-typography-primary-font-weight );
	font-size: 16px;
	line-height: 27px;
}

h1.entry-title{
	font-size: 3.4rem;
	font-weight: 600;
	font-family: var( --e-global-typography-primary-font-family );
    font-weight: var( --e-global-typography-primary-font-weight );
}

span.title span.title-inner{
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family );
}
span.arrow{
	color: var( --e-global-color-primary );
}

.post-inner .entry-content{
	font-family: var( --e-global-typography-primary-font-family );
}

div.entry-categories-inner a, p a
{
	color: var( --e-global-color-primary )!important;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message)
{
	background: none;
	border: none;
}
