/*!
Theme Name: Betel Zorilor Theme 2023
Theme URI: https://www.betelzorilor.ro/
Author: Betel Zorilor
Author URI: https://www.betelzorilor.ro/
Description: A hybrid WordPress Start Theme based on Underscores and using theme.json
Version: 2023.01.V1
Tested up to: 6.1.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beteltheme
Tags: featured-images, threaded-comments

This theme, like WordPress, is licensed under the GPL.

BetelTheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layout
	- Display
	- Content Widths
	- Content Spacing
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Media
	- Captions
# Plugins
# Utilities
	- Accessibility
	- Alignments
	- Helpers
# Header
# Footer

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers
 * 2. Prevent adjustments of font size after orientation changes in iOS
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox
 * 2. Show the overflow in Edge and IE
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers
 * 2. Correct the odd `em` font sizing in all browsers
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari
 */
b,
strong,
.betel-text-weight-bold {
	font-weight: bolder;
}

.betel-text-weight-normal {
	font-weight: 300;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers
 * 2. Correct the odd `em` font sizing in all browsers
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers
 */
small,
.small {
	font-size: 85%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers
 * 2. Remove the margin in Firefox and Safari
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE
 * 1. Show the overflow in Edge
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE
 * 1. Remove the inheritance of text transform in Firefox
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10
 * 2. Remove the padding in IE 10
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Safari
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--wp--preset--color--dark);
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

p {
	font-size: 1.25rem;
	margin: 0 0 0 0 !important;
	padding-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	padding-bottom: 1rem;
}

h1,
h2 {
	font-size: 2.8125rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.3rem;
}

h6 {
	font-size: 1.25rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	font-style: initial;
	margin: 0 0 1rem;
}

blockquote {
	margin: 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5rem;
}

ul,
ol {
	margin: 0 0 1.5rem 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: var(--wp--preset--color--dark);
}

a:hover,
a:focus,
a:active {
	color: var(--wp--preset--color--brand-1);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* div.wp-block-button {
	background-color: var(--wp--preset--color--brand-1);
	color: var(--wp--preset--color--light);
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0;
}

a.wp-block-button__link
a.wp-block-button__link:visited {
	color: var(--wp--preset--color--light);
	background-color: transparent !important;
} */

/* Forms
--------------------------------------------- */
button,
input[type="range"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: var(--wp--preset--color--brand-1);
	color: var(--wp--preset--color--light);
	border-radius: 0;
	font-weight: 700;
	/* TODO Add button weight variable */
	line-height: 1;
	/* TODO Check Gutenberg button line height for consistency */
	padding: .75em 1.5em;
	/* TODO Replace with variables */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* TODO Hover effect */
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/* TODO Focus/active effect */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/* Display
--------------------------------------------- */

.betel-d-block {
	display: block;
}

.betel-d-inline {
	display: inline;
}

.betel-d-inline-block {
	display: inline-block;
}

.betel-d-flex {
	display: flex;
}

.betel-d-grid {
	display: grid;
}

.betel-d-inline-grid {
	display: inline-grid;
}

.betel-d-none {
	display: none;
}


/* Content Widths
--------------------------------------------- */

/* Align wide and full */
.alignfull,
.alignwide {
	clear: both;
	max-width: 100%;
}

.alignwide,
.alignfull>*,
.alignwide>* {
	margin-left: auto;
	margin-right: auto;
}


/* Content Vertical spacing
--------------------------------------------- */
.is-root-container>div:first-child,
.is-root-container>section:first-child,
.is-root-container>figure:first-child {
	margin-bottom: var(--beteltheme--gutter-outside);
}

.is-root-container>*:not(.alignfull)+section,
.is-root-container>*:not(.alignfull)+div,
.is-root-container>*:not(.alignfull)+figure {
	margin-top: var(--beteltheme--gutter-outside);
	margin-bottom: var(--beteltheme--gutter-outside);
}

.is-root-container>*.alignfull+*:not(.alignfull) {
	margin-top: var(--beteltheme--gutter-outside);
}

.is-root-container>*:last-child:not(.alignfull) {
	margin-bottom: var(--beteltheme--gutter-outside);
}

.is-root-container:last-child>*:last-child.alignfull,
.is-root-container> :not(.alignfull)+div.alignfull {
	margin-bottom: 0;
}

.is-root-container:last-child>*:last-child.alignfull:after {
	clear: both;
	display: table;
	content: '';
}

.wp-block-group.has-background>*:first-child:not(.alignfull) {
	padding-top: var(--beteltheme--gutter-outside);
}

.wp-block-group.has-background>*:last-child:not(.alignfull) {
	padding-bottom: var(--beteltheme--gutter-outside);
}

.wp-block-group.has-background .wp-block-group.has-background>*.alignfull:last-child {
	padding-bottom: 0;
}

.wp-block-group:last-child>*:last-child {
	margin-bottom: 0;
}


/* Content Spacing
--------------------------------------------- */

.flex-grow-0 {
	flex-grow: 0;
}

.flex-grow-1 {
	flex-grow: 1;
}

.flex-grow-2 {
	flex-grow: 2;
}


.betel-mt-0 {
	margin-top: 0 !important;
}

.betel-mr-0 {
	margin-right: 0 !important;
}

.betel-mb-0 {
	margin-bottom: 0 !important;
}

.betel-ml-0 {
	margin-left: 0 !important;
}

.betel-mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.betel-my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.betel-pt-0 {
	padding-top: 0 !important;
}

.betel-pr-0 {
	padding-right: 0 !important;
}

.betel-pb-0 {
	padding-bottom: 0 !important;
}

.betel-pl-0 {
	padding-left: 0 !important;
}

.betel-px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.betel-py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.betel-p-0 {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}


.betel-mt-1 {
	margin-top: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-mr-1 {
	margin-right: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-mb-1 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-ml-1 {
	margin-left: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-mx-1 {
	margin-left: calc(var(--beteltheme--gutter-outside) / 4) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-my-1 {
	margin-top: calc(var(--beteltheme--gutter-outside) / 4) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-pt-1 {
	padding-top: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-pr-1 {
	padding-right: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-pb-1 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-pl-1 {
	padding-left: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-px-1 {
	padding-left: calc(var(--beteltheme--gutter-outside) / 4) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-py-1 {
	padding-top: calc(var(--beteltheme--gutter-outside) / 4) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) / 4) !important;
}

.betel-p-1 {
	padding-top: calc(var(--beteltheme--gutter-outside) / 4) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) / 4) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) / 4) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) / 4) !important;
}


.betel-mt-2 {
	margin-top: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-mr-2 {
	margin-right: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-mb-2 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-ml-2 {
	margin-left: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-mx-2 {
	margin-left: calc(var(--beteltheme--gutter-outside) / 2) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-my-2 {
	margin-top: calc(var(--beteltheme--gutter-outside) / 2) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-pt-2 {
	padding-top: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-pr-2 {
	padding-right: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-pb-2 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-pl-2 {
	padding-left: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-px-2 {
	padding-left: calc(var(--beteltheme--gutter-outside) / 2) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-py-2 {
	padding-top: calc(var(--beteltheme--gutter-outside) / 2) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) / 2) !important;
}

.betel-p-2 {
	padding-top: calc(var(--beteltheme--gutter-outside) / 2) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) / 2) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) / 2) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) / 2) !important;
}


.betel-mt-3 {
	margin-top: var(--beteltheme--gutter-outside) !important;
}

.betel-mr-3 {
	margin-right: var(--beteltheme--gutter-outside) !important;
}

.betel-mb-3 {
	margin-bottom: var(--beteltheme--gutter-outside) !important;
}

.betel-ml-3 {
	margin-left: var(--beteltheme--gutter-outside) !important;
}

.betel-mx-3 {
	margin-left: var(--beteltheme--gutter-outside) !important;
	margin-right: var(--beteltheme--gutter-outside) !important;
}

.betel-my-3 {
	margin-top: var(--beteltheme--gutter-outside) !important;
	margin-bottom: var(--beteltheme--gutter-outside) !important;
}

.betel-pt-3 {
	padding-top: var(--beteltheme--gutter-outside) !important;
}

.betel-pr-3 {
	padding-right: var(--beteltheme--gutter-outside) !important;
}

.betel-pb-3 {
	padding-bottom: var(--beteltheme--gutter-outside) !important;
}

.betel-pl-3 {
	padding-left: var(--beteltheme--gutter-outside) !important;
}

.betel-px-3 {
	padding-left: var(--beteltheme--gutter-outside) !important;
	padding-right: var(--beteltheme--gutter-outside) !important;
}

.betel-py-3 {
	padding-top: var(--beteltheme--gutter-outside) !important;
	padding-bottom: var(--beteltheme--gutter-outside) !important;
}

.betel-p-3 {
	padding-top: var(--beteltheme--gutter-outside) !important;
	padding-right: var(--beteltheme--gutter-outside) !important;
	padding-bottom: var(--beteltheme--gutter-outside) !important;
	padding-left: var(--beteltheme--gutter-outside) !important;
}


.betel-mt-4 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-mr-4 {
	margin-right: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-mb-4 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-ml-4 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-mx-4 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-my-4 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-pt-4 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-pr-4 {
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-pb-4 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-pl-4 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-px-4 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-py-4 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}

.betel-p-4 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.25) !important;
}


.betel-mt-5 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-mr-5 {
	margin-right: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-mb-5 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-ml-5 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-mx-5 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-my-5 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-pt-5 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-pr-5 {
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-pb-5 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-pl-5 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-px-5 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-py-5 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}

.betel-p-5 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.5) !important;
}


.betel-mt-6 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-mr-6 {
	margin-right: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-mb-6 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-ml-6 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-mx-6 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-my-6 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-pt-6 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-pr-6 {
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-pb-6 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-pl-6 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-px-6 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-py-6 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}

.betel-p-6 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) * 1.75) !important;
}


.betel-mt-7 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-mr-7 {
	margin-right: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-mb-7 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-ml-7 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-mx-7 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 2) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-my-7 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 2) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-pt-7 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-pr-7 {
	padding-right: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-pb-7 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-pl-7 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-px-7 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 2) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-py-7 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 2) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 2) !important;
}

.betel-p-7 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 2) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 2) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 2) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) * 2) !important;
}


.betel-mt-8 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-mr-8 {
	margin-right: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-mb-8 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-ml-8 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-mx-8 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-my-8 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-pt-8 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-pr-8 {
	padding-right: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-pb-8 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-pl-8 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-px-8 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-py-8 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}

.betel-p-8 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) * 2.5) !important;
}


.betel-mt-9 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-mr-9 {
	margin-right: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-mb-9 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-ml-9 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-mx-9 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 3) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-my-9 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 3) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-pt-9 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-pr-9 {
	padding-right: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-pb-9 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-pl-9 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-px-9 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 3) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-py-9 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 3) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 3) !important;
}

.betel-p-9 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 3) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 3) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 3) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) * 3) !important;
}


.betel-mt-10 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-mr-10 {
	margin-right: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-mb-10 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-ml-10 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-mx-10 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-my-10 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-pt-10 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-pr-10 {
	padding-right: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-pb-10 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-pl-10 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-px-10 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-py-10 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}

.betel-p-10 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) * 3.5) !important;
}


.betel-mt-11 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-mr-11 {
	margin-right: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-mb-11 {
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-ml-11 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-mx-11 {
	margin-left: calc(var(--beteltheme--gutter-outside) * 4) !important;
	margin-right: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-my-11 {
	margin-top: calc(var(--beteltheme--gutter-outside) * 4) !important;
	margin-bottom: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-pt-11 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-pr-11 {
	padding-right: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-pb-11 {
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-pl-11 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-px-11 {
	padding-left: calc(var(--beteltheme--gutter-outside) * 4) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-py-11 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 4) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 4) !important;
}

.betel-p-11 {
	padding-top: calc(var(--beteltheme--gutter-outside) * 4) !important;
	padding-right: calc(var(--beteltheme--gutter-outside) * 4) !important;
	padding-bottom: calc(var(--beteltheme--gutter-outside) * 4) !important;
	padding-left: calc(var(--beteltheme--gutter-outside) * 4) !important;
}













/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.beteltheme-main .comment-navigation,
.beteltheme-main .posts-navigation,
.beteltheme-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
#comments ol.comment-list {
	padding-left: 0;
	list-style: none;
}

#comments ol.comment-list li {
	margin-top: var(--beteltheme--gutter-inside);
	margin-bottom: var(--beteltheme--gutter-inside);
}

#comments .comment-author {
	display: grid;
	grid-template-columns: 50px auto;
	grid-template-rows: auto auto auto;
	grid-column-gap: calc(var(--beteltheme--gutter-inside) / 2);
}

#comments .comment-author .comment-avatar {
	grid-column: 1 / 1;
	grid-row: 1 / 3;
}

#comments .comment-author .comment-name {
	grid-column: 2 / 2;
	grid-row: 1 / 1;
}

#comments .comment-author .comment-metadata {
	grid-column: 2 / 2;
	grid-row: 2 / 2;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-reply-title small {
	margin-left: calc(var(--beteltheme--gutter-inside) / 2);
}

#commentform .required-field-message {
	display: block;
	font-style: italic;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target */
#beteltheme-main[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: var(--beteltheme--gutter-outside);
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: var(--beteltheme--gutter-outside);
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Helpers
--------------------------------------------- */
.green {
	background-color: lightgreen;
}

.red {
	background-color: lightcoral;
}

.blue {
	background-color: lightblue;
}

.yellow {
	background-color: lightgoldenrodyellow;
}

.pink {
	background-color: lightpink;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#beteltheme-header {
	margin-top: 2px;
	margin-bottom: 0;
}

#beteltheme-header #beteltheme-header__content {
	grid-template-columns: 1fr 1fr;
	margin-bottom: 0;
}

@media screen and (min-width:360px) {
	#beteltheme-header #beteltheme-header__content {
		grid-template-columns: 1fr 2fr;
	}
}

#beteltheme-header #beteltheme-header__content #beteltheme-header__site-branding {
	justify-self: start;
	margin-left: 0;
}

#beteltheme-header #beteltheme-header__content #beteltheme-header__site-branding p {
	margin-bottom: 0 !important;
}

#beteltheme-header #beteltheme-header__content .custom-logo-link img {
	margin-top: 4px;
	width: 100px;
}


/* Navigation
--------------------------------------------- */

.main-navigation {
	display: block;
}

.main-navigation {
	margin-top: 2px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

#beteltheme-header #beteltheme-header__content .main-navigation {
	justify-self: end;
	margin-left: 0;
	margin-right: 0;
}

#beteltheme-header #beteltheme-header__content .main-navigation li {
	padding: 0 calc(var(--beteltheme--gutter-inside) / 2);
	border-left: 1px solid var(--wp--preset--color--dark);
}

#beteltheme-header #beteltheme-header__content .main-navigation li:last-child {
	padding-right: 0;
}

#beteltheme-header #beteltheme-header__content .main-navigation li:first-child {
	border-left: 0px
}

#beteltheme-header #beteltheme-header__content .main-navigation li a {
	font-size: 0.875rem;
}

#beteltheme-header #beteltheme-header__content .main-navigation li a,
#beteltheme-header #beteltheme-header__content .main-navigation li a:visited {
	color: var(--wp--preset--color--dark);
}

#beteltheme-header #beteltheme-header__content .custom-logo-link img,
#beteltheme-header #beteltheme-header__content .main-navigation li a {
	transition: all 0.2s ease-in-out;
}

#beteltheme-header #beteltheme-header__content .custom-logo-link img:hover,
#beteltheme-header #beteltheme-header__content .main-navigation li a:hover {
	color: var(--wp--preset--color--brand-1);
	transform: scale(1.1);
}

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

	.main-navigation {
		margin-top: -1px;
	}

	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	.main-navigation.toggled nav.menu-header-menu-container {
		position: absolute;
		left: 0;
		min-height: 1000%;
		background-color: var(--wp--preset--color--white);
		z-index: 10;
		width: 100vw;
		margin: 0;
	}

	.main-navigation.toggled nav.menu-header-menu-container ul li {
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 0 !important;
		text-align: center;
		margin-bottom: 1rem;
		border-left-width: 0px !important;
	}

	#beteltheme-header #beteltheme-header__content .main-navigation li a {
		font-size: 1.2rem;
	}

	.main-navigation.toggled nav.menu-header-menu-container ul {
		position: relative;
		margin-top: 350px;
	}

	.main-navigation.toggled nav.menu-header-menu-container ul:before {
		content: "";
		width: 200px;
		height: 200px;
		background-image: url('img/betel-red-inside-circle-no-lines.svg');
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: calc(50% - 100px);
		bottom: 300px;
	}

	#site-navigation button.menu-toggle {
		width: 28px;
		height: 28px;
		border: 0;
		outline: none;
		text-indent: -9999em;
		background: none;
		position: relative;
	}

	#site-navigation button.menu-toggle span,
	#site-navigation button.menu-toggle span:before,
	#site-navigation button.menu-toggle span:after {
		cursor: pointer;
		height: 4px;
		width: 22px;
		background-color: var(--wp--preset--color--dark);
		position: absolute;
		display: block;
		content: '';
		border-radius: 2px;
	}

	#site-navigation button.menu-toggle span {
		top: calc(50% - 2px);
		right: 0.5rem
	}

	#site-navigation button.menu-toggle span:before {
		top: -8px
	}

	#site-navigation button.menu-toggle span:after {
		bottom: -8px
	}

	#site-navigation button.menu-toggle span,
	#site-navigation button.menu-toggle span:before,
	#site-navigation button.menu-toggle span:after {
		transition: all 500ms ease-in-out
	}

	#site-navigation button.menu-toggle[aria-expanded=true] span {
		background-color: initial
	}

	#site-navigation button.menu-toggle[aria-expanded=true] span:before,
	#site-navigation button.menu-toggle[aria-expanded=true] span:after {
		top: 0;
		background-color: var(--wp--preset--color--dark);
	}

	#site-navigation button.menu-toggle[aria-expanded=true] span:before {
		transform: rotate(45deg)
	}

	#site-navigation button.menu-toggle[aria-expanded=true] span:after {
		transform: rotate(-45deg)
	}

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* Push Footer to bottom of screen on short pages */
#beteltheme {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#beteltheme-footer {
	margin-top: auto;
}

#beteltheme-footer p,
#beteltheme-footer a,
#beteltheme-footer a:visited,
#beteltheme-footer .beteltheme-footer__contact-details__address,
#beteltheme-footer .beteltheme-footer__copyright {
	color: var(--wp--preset--color--light);
	text-decoration: none;
}

#beteltheme-footer a:hover {
	text-decoration: underline;
}

.beteltheme-footer__home-link {
	display: block;
	margin-bottom: 1em;
}

#beteltheme-footer ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

#beteltheme-footer li {
	margin-bottom: 1em;
}

@media screen and (min-width: 576px) {
	#beteltheme-footer ul {
		column-count: 2;
		column-gap: var(--beteltheme--gutter-inside);
	}
}

@media screen and (min-width: 992px) {
	#beteltheme-footer ul {
		column-count: 3;
	}
}

#beteltheme-footer .beteltheme-footer__area-1 .betel-d-grid {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: var(--beteltheme--gutter-inside);
}

.beteltheme-footer__area-1-a {
	grid-column: 1 / 4;
	justify-self: end;
}

.beteltheme-footer__area-1-b {
	grid-column: 1 / 4;
}

.beteltheme-footer__area-1-c {
	grid-column: 1 / 2;
	justify-self: start;
}

.beteltheme-footer__area-1-d {
	grid-column: 1 / 2;
	justify-self: start;
}

.beteltheme-footer__area-1-e {
	grid-column: 2 / 4;
	grid-row: 3 / 5;
	justify-self: end;
	align-self: end;
}

.beteltheme-footer__area-1-e img {
	width: 200px;
	height: auto;
}

@media screen and (min-width: 574px) {
	.beteltheme-footer__area-1-c {
		grid-column: 1 / 2;
	}

	.beteltheme-footer__area-1-d {
		grid-column: 2 / 3;
	}

	.beteltheme-footer__area-1-e {
		grid-column: 3 / 4;
	}
}

@media screen and (min-width: 1200px) {
	.beteltheme-footer__area-1-e img {
		width: 230px;
		height: auto;
	}

	.beteltheme-footer__area-1-c {
		margin-bottom: 3rem;
	}
}

.beteltheme-footer__logo {
	min-width: 200px;
	max-width: 50%;
}

.beteltheme-footer__contact-details__address {
	line-height: 1.7rem;
}

.beteltheme-footer__social-network-icons i {
	font-size: 1.5rem;
}

.beteltheme-footer__social-network-icons i:before {
	margin-left: 0;
	margin-right: 1rem;
}

.beteltheme-footer__social-network-icons i.icon-twitter {
	position: relative;
	bottom: -2px;
}


a.beteltheme-footer__home-link:hover i:before {
	transform: rotate(360deg);
}

.beteltheme-footer__company-details {
	grid-template-columns: 1fr;
}

#beteltheme-footer .beteltheme-footer__navigation li:last-child {
	margin-bottom: 0;
}


.beteltheme-footer__partner-logos,
.beteltheme-footer__organisation_info,
.beteltheme-footer__copyright {
	margin-left: 0;
	margin-right: 0;
}

.beteltheme-footer__copyright p {
	margin-bottom: 0 !important;
}

.beteltheme-footer__partner-logos {
	margin-bottom: 0.75rem;
}

.beteltheme-footer__partner-logos a img {
	margin-bottom: var(--beteltheme--gutter-inside);
	height: var(--beteltheme--gutter-inside);
	width: auto;
}

@media screen and (min-width: 574px) {
	.beteltheme-footer__company-details {
		grid-template-columns: 2fr 1fr;
		grid-template-rows: auto auto;
	}

	.beteltheme-footer__partner-logos {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		justify-self: end;
	}

	.beteltheme-footer__organisation_info {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.beteltheme-footer__copyright {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	.beteltheme-footer__partner-logos a img {
		margin-left: auto;
	}
}

.beteltheme-footer__social-network-icons a i:before,
.beteltheme-footer__back-to-top:hover i:before,
.beteltheme-footer__back-to-top i:before,
.beteltheme-footer__logo img,
.beteltheme-footer__partner-logos a img {
	transition: all 0.2s ease-in-out;
}

.beteltheme-footer__social-network-icons a:hover i:before,
.beteltheme-footer__back-to-top:hover i:before {
	transform: scale(1.2);
}

.beteltheme-footer__logo img:hover,
.beteltheme-footer__partner-logos a:hover img {
	transform: scale(1.05);
}

.beteltheme-footer__home-link i:before {
	transition: all 0.3s ease-in-out;
	margin-left: 0;
	margin-right: 6px;
	position: relative;
	bottom: 1.5px;
}

.beteltheme-footer__back-to-top:hover {
	text-decoration: none !important;
}

.beteltheme-footer__back-to-top i {
	margin-right: 8px;
}


/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

/* Cover
--------------------------------------------- */
.wp-block-cover {
	padding: calc(var(--beteltheme--gutter-outside) * 2) var(--beteltheme--gutter-outside);
}

.wp-block-cover__inner-container>*:first-child {
	margin-top: 0;
}

.wp-block-cover__inner-container>*:last-child {
	margin-bottom: 0;
}

/* Group
--------------------------------------------- */

/* Clearfix for group blocks with floated images inside - breaks space-between justifications */
/*.wp-block-group::after {
	display: table;
	content: "";
	clear: both;
}*/

/* Image & Gallery
--------------------------------------------- */
.wp-block-gallery>figcaption,
.wp-block-image>figcaption {
	text-align: center;
	font-size: 0.9rem;
}

.wp-block-gallery>figcaption {
	margin-top: calc(0.5em - var(--beteltheme--gutter-inside));
}

.is-root-container>.wp-block-image.alignfull:not(.is-style-aspect-16x9):not(.is-style-aspect-square)>figcaption,
.wp-block-group.has-background>.wp-block-image.alignfull:not(.is-style-aspect-16x9):not(.is-style-aspect-square)>figcaption {
	margin-left: var(--beteltheme--gutter-outside);
	margin-right: var(--beteltheme--gutter-outside);
}