/**
Theme Name: hostalathenas
Author: grafreak.net
Author URI: https://grafreak.net
Description: hostalathenas.com theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hostalathenas
Template: astra
*/
h2 {
	background: #fff;
  	display: inline-block;
  	padding: 0 20px;
}
h2:after {
	content: "";
	display: inline-block;
	background: var(--ast-global-color-0);
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	z-index: -1;
}

.page:not(.home) #content {
	margin-top: 56px;
	margin-bottom: 56px;
}
.site-above-footer-inner-wrap {
	padding: 0 !important;
}
