.site-header {
	background-color: #fff;
	min-height: 40px;
	padding: 40px 20px 40px 20px;
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	z-index: 9999;
}

.wp-custom-logo .title-area {
	height: 0px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding: 0;
}

.site-header .custom-logo-link .custom-logo {
	height: auto;
	width: auto;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	color: #000;
	display: block;
	font-family: Muli, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 10px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	padding: 12px 15px;
	position: relative;
	width: 160px;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	bottom: 0;
	font-size: 13px;
	line-height: 1;
	padding-bottom: 40px;
	padding-top: 40px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: -99;
}

.gmm-active .site-footer {
	position: inherit;
}

.site-footer .genesis-nav-menu .current-menu-item > a,
.site-footer a,
.site-footer p {
	border-bottom: 1px solid transparent;
	color: #fff;
}

.site-footer .wrap a {
	padding-bottom: 2px;
}

.site-footer .genesis-nav-menu .current-menu-item > a:focus,
.site-footer .genesis-nav-menu .current-menu-item > a:hover,
.site-footer a:hover,
.site-footer a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
	border-bottom-color: currentColor;
	color: #ccc;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .ion-heart {
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}

.footer-logo {
	display: block;
	height: 75px;
	width: auto;
}

/* Eliminar linea separadora en cabeceras
 */ 
hr.entry-header {
    border-bottom: none;
}

.ab-block-post-grid-title {
	text-transform: uppercase;
}

.ab-block-post-grid-title a {
	color: #000;
	font-weight: 600;
}

.entry {
        text-align: justify;
}

@media only screen and (max-width: 600px) {

	.admin-bar .site-header {
		position: sticky;
		min-height: 20px;
		padding: 5px 5px 5px 5px;
	}
	
	.wp-custom-logo .title-area {
	width: 280px;
	margin-left: -20px;
	margin-right: auto;
	margin-top: 12px;

}

	.footer-cta-button {
		display: block;
	}
	
	.menu-toggle {
		display: block;
		float: right;
		font-size: 15px;
		font-weight: 200;
		line-height: 18px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		z-index: 1000;
	}

}
