body {
	overflow-y: scroll;
	overflow-x: hidden;
}
body header.entry-header {
	display: none;
}
body.woocommerce header.entry-header,
body.archive header.entry-header,
body.single-post header.entry-header {
	display: block;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	display: none;
}

/*** Header ***/
body:not(.home) header .site-header-main {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.site-header-main .menu-toggle {
	font-size: 0;
	margin: 10px 0;
}
.site-header-main .menu-toggle:before {
	content: "\f0c9";
    font-family: FontAwesome;
    display: inline-block;
    padding: 5px 10px;
    font-size: 25px;
    line-height: 30px;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
}
.site-header-main .menu-toggle:hover:before {
	color: #fff;
}

/*** Breadcrumb ***/
body.home .breadcrumb {
	display: none;
}
.breadcrumb {
    padding: 8px 15px;
	margin: 0 auto;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	max-width: 1200px;
	margin-top: 30px;
}
.breadcrumb a {
    text-decoration: none;
}
.full-content .sidebar {
	display: none;
}
.sidebar {
	width: 25%!important;
	padding-left: 15px;
	padding-right: 15px;
}
body.single-post .sidebar-left-ws,
body.single-post .sidebar-right-ws,
body.category .sidebar-left-ws,
body.category .sidebar-right-ws {
	display: none;
}
body.woocommerce .sidebar-left-blog,
body.woocommerce .sidebar-right-blog {
	display: none;
}
.content-area {
    width: 100%;
    max-width: 100%;
}
.sidebar section ul li {
	line-height: 32px;
}

/*** Single article layout ***/
body.single-post #primary,
body.single-post #sidebar-right-blog {
	float: none;
	margin-left: 0;
	margin-right: 0;
}
body.single-post #sidebar-right-blog {
	width: 100%!important;
	padding: 0;
}
body.archive #primary,
body.archive #sidebar-right-blog {
	float: none;
	margin-left: 0;
	margin-right: 0;
}
body.archive #sidebar-right-blog {
	width: 100%!important;
	padding: 0;
}
body.single-post .site-main > article,
body.single-post .entry-header,
body.single-post .post-thumbnail,
body.single-post .entry-content,
body.single-post .entry-footer,
body.single-post .post-navigation,
body.single-post .comments-area {
	margin-left: 0;
	margin-right: 0;
}
body.single-post article:not(.type-page) .entry-content,
body.single-post article:not(.type-page) .entry-footer {
	float: none;
	width: 100%;
}
/* Normalize text links imported from older Joomla/static content. */
body.wp-singular .entry-content :is(u, span[style*="text-decoration"]):has(a),
body.wp-singular .entry-content a u {
	text-decoration: none!important;
}
body.wp-singular .entry-content a:not(.wp-block-button__link):not(.button):not(.gasos-reference-slide__button):not(.gasos-reference-button):not(.gasos-programmes-button):not(:has(img)) {
	border-bottom: 0!important;
	box-shadow: none!important;
	color: #ef7f1a!important;
	text-decoration: none!important;
}
body.wp-singular .entry-content a:not(.wp-block-button__link):not(.button):not(.gasos-reference-slide__button):not(.gasos-reference-button):not(.gasos-programmes-button):not(:has(img)):hover,
body.wp-singular .entry-content a:not(.wp-block-button__link):not(.button):not(.gasos-reference-slide__button):not(.gasos-reference-button):not(.gasos-programmes-button):not(:has(img)):focus {
	box-shadow: none!important;
	color: #ef7f1a!important;
	text-decoration: underline!important;
	text-underline-offset: .15em;
}
body.archive .entry-content :is(u, span[style*="text-decoration"]):has(a),
body.archive .entry-content a u {
	text-decoration: none!important;
}
body.archive .entry-content a:not(:has(img)) {
	border-bottom: 0!important;
	box-shadow: none!important;
	color: #ef7f1a!important;
	text-decoration: none!important;
}
body.archive .entry-content a:not(:has(img)):hover,
body.archive .entry-content a:not(:has(img)):focus {
	box-shadow: none!important;
	color: #ef7f1a!important;
	text-decoration: underline!important;
	text-underline-offset: .15em;
}
@media(min-width: 992px) {
	body.home .gasos-programmes .gasos-programme--lower {
		grid-column: span 2;
		margin-top: 12px;
	}
}
body.home .gasos-programmes > a > span {
	grid-template-columns: 24.64px minmax(0, 1fr);
	padding: 12px!important;
}
body.home .gasos-programmes > a > span::before {
	width: 24.64px;
	height: 24.64px;
	font-size: 10.08px;
}
body.home .entry-content :is(
	.gasos-reference-slide__button,
	.gasos-reference-button,
	.gasos-programmes-button
),
body.home .entry-content :is(
	.gasos-reference-slide__button,
	.gasos-reference-button,
	.gasos-programmes-button
):hover,
body.home .entry-content :is(
	.gasos-reference-slide__button,
	.gasos-reference-button,
	.gasos-programmes-button
):focus {
	border-color: #ff7d00!important;
	background: #ff7d00!important;
	box-shadow: none!important;
	color: #fff!important;
	opacity: 1!important;
	text-decoration: none!important;
	transform: none!important;
	transition: none!important;
}
body.single-post .entry-footer {
	clear: both;
	border-top: 1px solid #e2e2e2;
	margin-top: 1.25rem;
	padding: .75rem 0 .25rem;
}
body.single-post .site-main > article.status-publish {
	border-bottom: 0;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
body.single-post .entry-footer .edit-link {
	display: block;
	margin-top: .35rem;
	margin-bottom: 0;
}
.gasos-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem 1.5rem;
	color: #686868;
	font-size: .875rem;
}
.gasos-article-meta__label {
	color: #333;
	font-weight: 600;
	margin-right: .35rem;
}
body.single-post .post-navigation {
	border-top: 1px solid #dedede;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 3rem;
}
body.single-post .post-navigation a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .45rem;
	padding: .5rem 0 .75rem;
	text-decoration: none;
}
body.single-post .post-navigation .meta-nav {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin: 0;
	padding: .55rem .75rem;
	border-radius: 2px;
	background: #ef7f1a;
	color: #fff;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .035em;
	line-height: 1;
	transition: background-color .2s ease, color .2s ease;
}
body.single-post .post-navigation .nav-previous .meta-nav::before {
	content: "\2190";
	font-size: 1rem;
	line-height: .75;
}
body.single-post .post-navigation .nav-next .meta-nav::after {
	content: "\2192";
	font-size: 1rem;
	line-height: .75;
}
body.single-post .post-navigation .post-title {
	display: block;
	max-width: 90%;
	color: #444!important;
	font-size: .8125rem!important;
	font-weight: 600;
	line-height: 1.4!important;
}
body.single-post .post-navigation a:hover .meta-nav,
body.single-post .post-navigation a:focus .meta-nav {
	background: #111;
	color: #fff;
}
body.single-post .post-navigation a:hover .post-title,
body.single-post .post-navigation a:focus .post-title {
	color: #ef7f1a!important;
}
body.single-post .post-navigation div + div {
	border-top: 1px solid #dedede;
}

@media(min-width: 768px) {
	body.single-post .post-navigation .nav-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem;
	}
	body.single-post .post-navigation .nav-next {
		text-align: right;
	}
	body.single-post .post-navigation .nav-next a {
		align-items: flex-end;
	}
	body.single-post .post-navigation div + div {
		border-top: 0;
	}
}

/*** Footer ***/
.site-footer {
	padding-bottom: 0;
}
.site-footer .site-info {
	text-align: center;
	width: 100%;
}
.main-footer {
   display: inline-block;
    width: 100%;
}
.site-footer .container,
.main-footer .container {
	max-width: 1140px;
	margin: 0 auto;
}
.main-footer .container {
	padding: 70px 0;
	display: inline-block;
}
.top-bottom {
	width: 100%!important;
}
.main-footer .top-bottom-item {
	width: 33.33%;
	float: left;
}
.main-footer .columns {
	width: 25%;
	float: left;
}

/*** Responsive ***/
@media(min-width: 911px) {
	body.single-post #content.site-content,
	body.archive #content.site-content {
		display: grid;
		grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr);
		column-gap: 40px;
		align-items: start;
	}
	body.single-post #content #primary,
	body.archive #content #primary {
		grid-column: 1;
		grid-row: 1;
		width: auto!important;
	}
	body.single-post #content #sidebar-right-blog,
	body.archive #content #sidebar-right-blog {
		grid-column: 2;
		grid-row: 1;
		width: auto!important;
	}
	.sidebar-content-sidebar-ws #content #primary,
	.sidebar-content-sidebar-blog #content #primary {
		width: 50%!important;
		margin-left: 25%;
	}
	.sidebar-left {
		float: left;
		margin-left: -100%;
	}
	.content-sidebar-ws #content #primary,
	.content-sidebar-blog #content #primary {
		width: 72%!important;
		margin-left: 0;
	}
	.sidebar-content-ws #content #primary,
	.sidebar-content-blog #content #primary {
		width: 70%!important;
		margin-left: 28%;
		float: left;
	}
	.sidebar-content-ws .sidebar-left.sidebar-left-ws {
		margin-left: 0;
	}
	.null-ws #content #primary,
	.null-blog #content #primary {
		width: 100%!important;
		margin-left: 0;
	}
}
@media(max-width: 910px) {
	body .sidebar, body #primary {
		width: 100%!important;
	}
	.site-main .entry-content {
		margin: 0;
	}
	.lt-price-item .elementor-widget-wrap {
	    padding: 30px 0!important;
	}
	.top-head .top-head-widget {
		width: 100%!important;
	}
	.top-head .top-social,
	.top-head .top-contact {
		text-align: center!important;
	}
	.top-head ul {
		border-bottom: 1px solid #6a6984
	}
	.top-head ul li a {
		line-height: 30px;
	}
}
@media(max-width: 768px) {
	.main-footer .columns {
		width: 50%;
	}
	.main-footer .footer3 {
		clear: left;
	}
}
@media(max-width: 480px) {
	.main-footer .columns {
		width: 100%;
	}
	.top-head ul,
	.top-head ul li {
		border: 0!important;
	}
}
body.full-content #content #primary {
	width: 100%!important;
}
