/*!
Theme Name: ronawords2026
Theme URI: http://underscores.me/
Author: Roman Himadinov
Author URI: https://ronawords.com/
Description: Rona Words
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ronawords
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ronawords2026 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
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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%;
}

/* 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 {
	font-weight: bolder;
}

/**
 * 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 {
	font-size: 80%;
}

/**
 * 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
--------------------------------------------- */
html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1;
}

h1 {
	font-weight: 800;
}

h2 {
	font-weight: 700;
}

h3 {
	font-weight: 600;
}

p {
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.15;
	margin: 0;
}

strong {
	font-weight: 500;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 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%;
}

.font-size-17, .rona-footer-content-copy {
	font-size: clamp(0.0625rem, -0.1875rem + 1.33333vw, 1.0625rem);
}

@media screen and (max-width: 890px) {
	.font-size-17, .rona-footer-content-copy {
		font-size: clamp(0.0625rem, 0.06083rem + 2.67112vw, 1.0625rem);
	}
}

@media screen and (max-width: 430px) {
	.font-size-17, .rona-footer-content-copy {
		font-size: clamp(0.0625rem, 0.06062rem + 3.00752vw, 0.8125rem);
	}
}

.font-size-18 {
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 890px) {
	.font-size-18 {
		font-size: clamp(0.0625rem, 0.06073rem + 2.83806vw, 1.125rem);
	}
}

@media screen and (max-width: 430px) {
	.font-size-18 {
		font-size: clamp(0.0625rem, 0.06046rem + 3.25815vw, 0.875rem);
	}
}

.font-size-19, body,
button,
input,
select,
optgroup,
textarea, p {
	font-size: clamp(0.0625rem, -0.22656rem + 1.54167vw, 1.21875rem);
}

@media screen and (max-width: 890px) {
	.font-size-19, body,
	button,
	input,
	select,
	optgroup,
	textarea, p {
		font-size: clamp(0.0625rem, 0.06057rem + 3.08848vw, 1.21875rem);
	}
}

@media screen and (max-width: 430px) {
	.font-size-19, body,
	button,
	input,
	select,
	optgroup,
	textarea, p {
		font-size: clamp(0.0625rem, 0.06007rem + 3.88471vw, 1.03125rem);
	}
}

.font-size-23, .rona-footer-content-title, .home__a-step-title, .home__a-step-sub-title, .home__b-feature-title, .home__e .accordion button {
	font-size: clamp(0.0625rem, -0.28125rem + 1.83333vw, 1.4375rem);
}

@media screen and (max-width: 890px) {
	.font-size-23, .rona-footer-content-title, .home__a-step-title, .home__a-step-sub-title, .home__b-feature-title, .home__e .accordion button {
		font-size: clamp(0.0625rem, 0.0602rem + 3.67279vw, 1.4375rem);
	}
}

@media screen and (max-width: 430px) {
	.font-size-23, .rona-footer-content-title, .home__a-step-title, .home__a-step-sub-title, .home__b-feature-title, .home__e .accordion button {
		font-size: clamp(0.0625rem, 0.05968rem + 4.51128vw, 1.1875rem);
	}
}

.font-size-24, .rona-link-button, .home__c form input[type='submit'], .rona-footer ul li a, .home__a-sub-title {
	font-size: clamp(0.0625rem, -0.29688rem + 1.91667vw, 1.5rem);
}

@media screen and (max-width: 890px) {
	.font-size-24, .rona-link-button, .home__c form input[type='submit'], .rona-footer ul li a, .home__a-sub-title {
		font-size: clamp(0.0625rem, 0.0601rem + 3.83973vw, 1.5rem);
	}
}

@media screen and (max-width: 430px) {
	.font-size-24, .rona-link-button, .home__c form input[type='submit'], .rona-footer ul li a, .home__a-sub-title {
		font-size: clamp(0.0625rem, 0.05952rem + 4.7619vw, 1.25rem);
	}
}

.font-size-40, h2 {
	font-size: clamp(0.0625rem, -0.54688rem + 3.25vw, 2.5rem);
}

@media screen and (max-width: 890px) {
	.font-size-40, h2 {
		font-size: clamp(0.0625rem, 0.05843rem + 6.51085vw, 2.5rem);
	}
}

@media screen and (max-width: 430px) {
	.font-size-40, h2 {
		font-size: clamp(0.0625rem, 0.05764rem + 7.76942vw, 2rem);
	}
}

.font-size-60, h1 {
	font-size: clamp(0.0625rem, -0.85938rem + 4.91667vw, 3.75rem);
}

@media screen and (max-width: 890px) {
	.font-size-60, h1 {
		font-size: clamp(0.0625rem, 0.05634rem + 9.84975vw, 3.75rem);
	}
}

@media screen and (max-width: 430px) {
	.font-size-60, h1 {
		font-size: clamp(0.0625rem, 0.05514rem + 11.77945vw, 3rem);
	}
}

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

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

ul,
ol {
	margin: 1.2rem 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover, a:focus, a:active {
	color: #f1f1f1;
}

a:focus {
	outline: none;
}

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

.anchor-scroll-margin, .home__a, .home__b, .home__c, .home__e {
	scroll-margin-top: 150px;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.48em 1em 0.32em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus, button:active, button:focus-visible,
input[type='button']:focus,
input[type='button']:active,
input[type='button']:focus-visible,
input[type='reset']:focus,
input[type='reset']:active,
input[type='reset']:focus-visible,
input[type='submit']:focus,
input[type='submit']:active,
input[type='submit']:focus-visible {
	outline: none;
	background-color: transparent;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
}

.rona-link-button, .home__c form input[type='submit'] {
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
	width: fit-content;
	transition: 0.5s;
	background-size: 200% auto;
	display: block;
	padding: 0.5em 1.5em;
	border-radius: 8px;
	border: 1px solid #fbe394;
	text-shadow: 0 1px #d17d00;
	background-image: linear-gradient(180deg, #fdb006 0%, #ea9f06 51%, #ce8714 100%);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	box-shadow: 0px 0px 14px -7px #ffc401;
	text-decoration: none;
	text-align: center;
	line-height: 1;
}

@media screen and (max-width: 800px) {
	.rona-link-button, .home__c form input[type='submit'] {
		border-radius: 5px;
	}
}

.rona-link-button:hover, .home__c form input:hover[type='submit'] {
	background-position: right center;
	color: #ffffff;
}

.rona-link-button:active, .home__c form input:active[type='submit'] {
	transform: scale(0.95);
}

.rona-link-button:hover, .home__c form input:hover[type='submit'], .rona-link-button:visited, .home__c form input:visited[type='submit'], .rona-link-button:active, .home__c form input:active[type='submit'], .rona-link-button:focus, .home__c form input:focus[type='submit'] {
	color: #ffffff;
}

.rona-link-button--black {
	box-shadow: 0px 0px 14px -7px #5d5554;
	background-image: linear-gradient(45deg, #5d5554 0%, #5d5554 51%, #5d5554 100%);
}

.rona-link-button--white {
	color: #355e3b;
	box-shadow: 0px 0px 14px -7px #ffffff;
	background-image: linear-gradient(45deg, #ffffff 0%, #ffffff 51%, #ffffff 100%);
}

.rona-link-button--white:hover, .rona-link-button--white:visited, .rona-link-button--white:active, .rona-link-button--white:focus {
	color: #355e3b;
}

.rona-link-button--transparent {
	border: 2px solid #ffffff;
	background-image: none;
	background-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	height: 125px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(90deg, #f7f3f2 0%, #fefaf8 51%, #fffbf9 100%);
	z-index: 1000;
	transition: all 1s ease;
}

@media screen and (max-width: 1200px) {
	.site-header {
		height: 100px;
	}
}

@media screen and (max-width: 890px) {
	.site-header {
		padding: 0 2rem;
	}
}

.site-header.sticky-nav {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0px 2px 5px 0px rgba(126, 88, 68, 0.6);
	background-image: linear-gradient(90deg, #f7f3f2 0%, #fefaf8 51%, #fffbf9 100%);
	transition: all 1s ease;
}

@media screen and (min-width: 1200px), screen and (max-width: 800px) {
	.site-header.sticky-nav {
		height: 80px;
	}
}

@media screen and (min-width: 1200px) and (min-width: 1200px), screen and (max-width: 800px) and (min-width: 1200px) {
	.site-header.sticky-nav .main-navigation ul ul {
		top: 80px;
	}
}

@media screen and (min-width: 1200px), screen and (max-width: 800px) {
	.site-header.sticky-nav .main-navigation ul ul a {
		padding: 15px 20px;
	}
	.site-header.sticky-nav .sub-menu li a:before {
		top: 4px;
		height: 86%;
	}
}

.site-branding img {
	max-width: 180px;
	width: 100%;
	margin-top: -11px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
	.site-branding img {
		max-width: 140px;
	}
}

.site-branding p {
	display: none;
}

.menu-main-menu-container > ul {
	display: flex;
	justify-content: flex-start;
}

.menu-main-menu-container > ul > li:last-child {
	padding-right: 0;
	margin-left: auto;
}

@media screen and (max-width: 890px) {
	.menu-main-menu-container > ul > li:last-child {
		display: none;
	}
}

.menu-main-menu-container > ul > li:last-child a {
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
	width: fit-content;
	transition: 0.5s;
	background-size: 200% auto;
	display: block;
	padding: 0.5em 1.5em;
	border-radius: 8px;
	border: 1px solid #fbe394;
	text-shadow: 0 1px #d17d00;
	background-image: linear-gradient(180deg, #fdb006 0%, #ea9f06 51%, #ce8714 100%);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.menu-main-menu-container > ul > li:last-child a:hover {
	background-position: right center;
}

.menu-main-menu-container > ul > li:last-child a:active {
	transform: scale(0.95);
}

.menu-main-menu-container > ul > li:last-child a:before {
	content: none;
}

.menu-main-menu-container > ul > li:last-child:hover > a,
.menu-main-menu-container > ul > li:last-child.focus > a {
	outline: none;
}

.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul li {
	position: relative;
	padding-right: 2.5em;
}

@media screen and (max-width: 1200px) {
	.main-navigation ul li {
		padding-right: 2em;
	}
}

.main-navigation ul a {
	display: block;
	text-decoration: none;
	position: relative;
	color: #5d5554;
	font-size: clamp(0.0625rem, -0.21563rem + 1.48333vw, 1.175rem);
	font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-stretch: normal;
	font-style: normal;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width: 890px) {
	.main-navigation ul a {
		color: #ffffff;
	}
}

.main-navigation ul a:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: -10px;
	background-image: linear-gradient(45deg, #fdb006 0%, #ea9f06 51%, #ce8714 100%);
	height: 3px;
	transition-property: left, right;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

@media screen and (max-width: 890px) {
	.main-navigation ul a:before {
		content: none;
	}
}

.main-navigation ul a:hover:before, .main-navigation ul a:focus:before, .main-navigation ul a:active:before {
	left: 0;
	right: 0;
}

.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul .current_page_ancestor > a,
.main-navigation ul .current-menu-ancestor > a {
	color: #ffc401;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	width: 100%;
	position: fixed;
	text-align: center;
	top: 125px;
	z-index: 99999;
	left: 0;
	background-color: #aa1f2e;
	background-image: repeating-linear-gradient(135deg, rgba(33, 37, 41, 0.05), rgba(33, 37, 41, 0.05) 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
	transition: all 0.8s ease-in;
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 1200px) {
	.main-navigation ul ul {
		top: calc(70px + 10px);
	}
}

@media screen and (max-width: 890px) {
	.main-navigation ul ul {
		box-shadow: inherit;
		position: inherit;
		top: inherit;
		z-index: inherit;
		background-color: inherit;
		background-image: inherit;
		transition: inherit;
		opacity: 1;
		visibility: visible;
	}
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu {
		padding: 0;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li {
		padding: 0;
	}
}

.main-navigation .sub-menu li a {
	padding: 19px 23px;
	color: #191919;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1200px) {
	.main-navigation .sub-menu li a {
		padding: 19.6px 25.5px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li a {
		color: #355e3b;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
}

.main-navigation .sub-menu li a:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 87%;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: inherit;
	background: #ffffff;
	border-radius: 4px;
	transform: scaleX(0);
	transform-origin: 50%;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

@media screen and (max-width: 1200px) {
	.main-navigation .sub-menu li a:before {
		top: 4px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li a:before {
		content: none;
	}
}

.main-navigation .sub-menu li a:hover:before, .main-navigation .sub-menu li a:focus:before, .main-navigation .sub-menu li a:active:before {
	transform: scaleX(1);
}

.main-navigation .sub-menu li a:hover {
	color: #aa1f2e;
}

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

@media screen and (min-width: 891px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .menu-main-menu-container {
		display: block;
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
	}
	.main-navigation.toggled .menu-main-menu-container,
	.main-navigation.hiding .menu-main-menu-container {
		position: absolute;
		height: 100vh;
		display: flex;
		justify-content: center;
		background-color: rgba(126, 88, 68, 0.9);
		text-align: center;
		padding-top: 100px;
		top: 100px;
		left: 0;
		width: 100%;
		transform: translateX(0);
		transition: transform 0.3s ease-in-out;
	}
}

@media screen and (max-width: 890px) and (max-width: 321px) {
	.main-navigation.toggled .menu-main-menu-container,
	.main-navigation.hiding .menu-main-menu-container {
		padding-top: 25px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation.toggled .menu-main-menu-container ul li,
	.main-navigation.hiding .menu-main-menu-container ul li {
		padding: 20px 0;
	}
	.main-navigation.toggled .menu-main-menu-container ul li a,
	.main-navigation.hiding .menu-main-menu-container ul li a {
		font-size: 1.53rem;
	}
	.main-navigation.toggled .menu-main-menu-container ul li ul.sub-menu,
	.main-navigation.hiding .menu-main-menu-container ul li ul.sub-menu {
		margin-top: 20px;
	}
	.main-navigation.toggled .menu-main-menu-container ul li ul.sub-menu a,
	.main-navigation.hiding .menu-main-menu-container ul li ul.sub-menu a {
		color: #191919;
	}
	.main-navigation.hiding .menu-main-menu-container {
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-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%;
}

button.menu-toggle {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

@media screen and (max-width: 890px) {
	button.menu-toggle {
		float: right;
	}
}

.menu-toggle {
	position: relative;
}

.menu-toggle .hamburger {
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
}

.menu-toggle .line {
	width: 100%;
	height: 2px;
	background-color: #7e5844;
	display: block;
	position: absolute;
	transition: all 0.3s ease;
}

.menu-toggle .line:nth-child(2) {
	top: 8px;
}

.menu-toggle .line:nth-child(3) {
	top: 16px;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(1) {
	transform: rotate(45deg);
	top: 9px;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(2) {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(3) {
	transform: rotate(-45deg);
	top: 9px;
}

.navigation-get-started {
	position: absolute;
	top: 15px;
	width: 110px;
	right: 0;
}

@media screen and (max-width: 370px) {
	.navigation-get-started {
		top: 23px;
		width: 70px;
	}
}

@media screen and (min-width: 891px) {
	.navigation-get-started {
		display: none;
	}
}

a.custom-logo-link {
	display: flex;
}

@media screen and (max-width: 890px) {
	a.custom-logo-link {
		position: absolute;
		top: 3px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 370px) {
	a.custom-logo-link {
		top: 20px;
		max-width: 100px;
	}
}

@media screen and (min-width: 1200px) {
	#masthead.sticky-nav .site-header {
		padding: 15px 20px;
		transition: all 0.3s ease;
	}
	#masthead.sticky-nav .site-branding img {
		max-width: 130px;
		transition: all 0.3s ease;
	}
	#masthead.sticky-nav .main-navigation li:last-child a {
		transition: all 0.3s ease;
	}
}

#masthead.sticky-nav .menu-main-menu-container {
	top: 100px;
}

@media screen and (max-width: 800px) {
	#masthead.sticky-nav .menu-main-menu-container {
		top: 80px;
	}
}

@media screen and (max-width: 890px) {
	#primary-menu > li:first-child {
		padding-bottom: 0;
	}
	#primary-menu > li:first-child > a:first-child {
		padding: 20px 0;
		margin-top: -20px;
	}
	#primary-menu .current-menu-ancestor a {
		color: #191919;
	}
	#primary-menu .current-menu-ancestor .current-menu-item a {
		color: #355e3b;
	}
}

.site-nav {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding-top: 1px;
	padding-left: 4rem;
}

@media screen and (max-width: 891px) {
	.site-nav {
		justify-content: space-between;
		padding-left: inherit;
	}
}

.mobile-logo,
.mobile-button {
	display: block;
	align-items: center;
}

@media screen and (min-width: 891px) {
	.mobile-logo,
	.mobile-button {
		display: none;
	}
}

@media screen and (max-width: 890px) {
	.site-branding {
		display: none;
	}
}

.mobile-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 130px;
}

.mobile-button {
	text-align: center;
	font-size: 18px;
	line-height: 0.9;
	padding: 0.91em 1.94em;
	top: 1.75em;
	right: 7.5em;
}

@media screen and (max-width: 400px) {
	.mobile-button {
		font-size: 14px;
	}
}

@media screen and (max-width: 315px) {
	.mobile-button {
		font-size: 10px;
	}
}

.rona-footer {
	padding: 4% 3rem 2.5rem;
	display: flex;
	height: 100%;
	flex-direction: column;
}

@media screen and (max-width: 890px) {
	.rona-footer {
		padding: 4% 1rem 2.5rem;
	}
}

@media screen and (max-width: 800px) {
	.rona-footer {
		padding: 1rem;
	}
}

.rona-footer-bg {
	background-image: url("https://ronawords.com/wp-content/uploads/2026/01/footer-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	aspect-ratio: 1536 / 417;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 890px) {
	.rona-footer-bg {
		aspect-ratio: inherit;
		background-position: top right;
		padding-top: 1rem;
	}
}

.rona-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 15%;
}

@media screen and (max-width: 890px) {
	.rona-footer ul {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.rona-footer ul li {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: end;
	margin-left: 1.35rem;
}

@media screen and (max-width: 890px) {
	.rona-footer ul li {
		margin-left: 0;
	}
}

.rona-footer ul li a {
	font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	color: #5d5554;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	width: 100%;
}

@media screen and (max-width: 890px) {
	.rona-footer ul li a {
		text-align: center;
	}
}

.rona-footer ul li a:hover {
	color: #ffc401;
}

.rona-footer-link {
	color: #ffc401;
}

.rona-footer-link:visited {
	color: #ffffff;
}

.rona-footer-link:hover, .rona-footer-link:focus, .rona-footer-link:active {
	color: #ffffff;
}

.rona-footer-content {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 35% 45% 20%;
	height: 100%;
	padding-top: 3rem;
}

@media screen and (max-width: 800px) {
	.rona-footer-content {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 890px) {
	.rona-footer-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 0;
	}
}

.rona-footer-content-title {
	color: #ce8714;
	font-weight: 600;
	font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-align: center;
	margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.rona-footer-content-title {
		color: #7e5844;
	}
}

.rona-footer-content-copy {
	color: #5d5554;
	letter-spacing: inherit;
	text-align: center;
	font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media screen and (max-width: 800px) {
	.rona-footer-content-copy {
		color: #7e5844;
	}
}

.rona-footer-content-copy a {
	color: #ce8714;
}

@media screen and (max-width: 800px) {
	.rona-footer-content-copy a {
		color: #7e5844;
	}
}

.rona-footer-icons {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 890px) {
	.rona-footer-icons {
		margin-bottom: 1rem;
	}
}

.rona-footer-icons img {
	width: 40px;
	margin: 0 1rem;
	position: relative;
	transition: 0.3s;
}

.rona-footer-icons img:hover {
	transform: scale(1.05);
}

.rona-footer-icons img:active {
	transform: scale(0.95);
}

/* Posts and pages
--------------------------------------------- */
.rona-color--green {
	color: #355e3b;
}

.rona-color--gold {
	color: #ffc401;
}

.rona-shadow--white {
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 800px) {
	.rona-shadow--white {
		text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.4);
	}
}

.rona-shadow--black {
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.rona-shadow--foggy {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1);
}

.rona-shadow--brown {
	text-shadow: 0 0 10px rgba(126, 88, 68, 0.5), 0 0 20px rgba(126, 88, 68, 0.4), 0 0 30px rgba(126, 88, 68, 0.3), 0 0 40px rgba(126, 88, 68, 0.2), 0 0 50px rgba(126, 88, 68, 0.1);
}

.rona-grid {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 50% 50%;
}

@media screen and (max-width: 800px) {
	.rona-grid {
		grid-template-columns: 100%;
	}
}

.page-template-default {
	background-image: linear-gradient(90deg, #f7f3f2 0%, #fefaf8 51%, #fffbf9 100%);
}

.default-template {
	margin: 125px auto;
}

@media screen and (max-width: 890px) {
	.default-template {
		margin: 80px auto;
	}
}

.default-template .page-header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background-color: #7e5844;
}

.default-template .page-header .page-title {
	color: #ffffff;
	text-align: center;
}

.default-template .page-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1450px) {
	.default-template .page-content {
		padding: 0 1.5rem;
	}
}

.default-template a {
	color: #f9c84c;
}

.no-select {
	user-select: none;
	/* Standard property */
	-webkit-user-select: none;
	/* Safari and Chrome */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer and Edge */
}

.uppercase {
	text-transform: uppercase;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.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;
}

.mobile-only,
.tablet-only {
	display: none;
}

.web-only {
	display: block;
}

@media screen and (max-width: 890px) {
	.web-only {
		display: none;
	}
}

/* Mobile */
@media screen and (max-width: 800px) {
	.mobile-only {
		display: block;
	}
}

/* Tablet */
@media screen and (min-width: calc(800px + 1px)) and (max-width: 890px) {
	.tablet-only {
		display: block;
	}
}

.superscript {
	background-color: #191919;
	padding: 0.5rem 1rem;
	line-height: 1;
}

.superscript p {
	margin: 0;
}

.superscript a {
	font-size: 0.8rem;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}

sup a {
	color: #191919;
	text-decoration: none;
}

sup .sup--white {
	color: #ffffff;
}

sup .sup--green {
	color: #355e3b;
}

.home {
	position: relative;
	z-index: 0;
	background-image: linear-gradient(90deg, #f7f3f2 0%, #fefaf8 51%, #fffbf9 100%);
}

.home-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1450px) {
	.home-content {
		padding: 0 1.5rem;
	}
}

.home__header {
	padding-top: 1rem;
	margin-bottom: 2rem;
}

.home__header-content {
	position: relative;
	height: 500px;
	display: flex;
	align-items: center;
	margin-top: 125px;
	margin-left: 3rem;
	margin-right: 3rem;
	border-radius: 30px;
	border-top-right-radius: 0;
	background: url("https://ronawords.com/wp-content/uploads/2026/01/home-hero-header-bg.jpg") right no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1150px) {
	.home__header-content {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}

@media screen and (max-width: 890px) {
	.home__header-content {
		margin-top: 80px;
		margin-left: 0;
		margin-right: 0;
		height: 100%;
		min-height: 500px;
		border-radius: 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.home__header-content:before {
		content: '';
		position: absolute;
		inset: 0;
		background-color: rgba(126, 88, 68, 0.6);
		inset: 0;
		border-radius: 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

.home__header-content:after {
	content: '';
	position: absolute;
	inset: 0;
	transform: translateY(0.8rem);
	background-image: linear-gradient(90deg, #e1c8b8 0%, #f9ebdf 51%, #fae9db 100%);
	border-radius: 30px;
	z-index: -1;
}

@media screen and (max-width: 890px) {
	.home__header-content:after {
		border-radius: 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

.home__header-content h1 {
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	text-shadow: 0 1px #63321a;
	line-height: 1;
	margin: 0;
}

.home__header-content h1 span {
	color: #ffc401;
}

.home__header-content ul {
	display: flex;
	justify-content: center;
	gap: 2em;
	padding: 0;
	margin: 1rem 0 0 0;
}

.home__header-content ul li::marker {
	color: #ffc401;
}

@media screen and (max-width: 890px) {
	.home__header-content ul {
		gap: 0;
		flex-direction: column;
		align-items: center;
	}
}

.home__header-content h2 {
	color: #ffffff;
	font-weight: 500;
	text-shadow: 0 1px #63321a;
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 890px) {
	.home__header-content h2 {
		font-size: clamp(0.0625rem, 0.06073rem + 2.83806vw, 1.125rem);
	}
}

@media screen and (max-width: 430px) {
	.home__header-content h2 {
		font-size: clamp(0.0625rem, 0.05952rem + 4.7619vw, 1.25rem);
		margin: 0.8rem 0;
	}
}

.home__header-content h2 strong {
	font-weight: 700;
}

.home__header-inner {
	width: 50%;
}

@media screen and (max-width: 890px) {
	.home__header-inner {
		width: 100%;
		z-index: 1;
	}
}

.home__header-buttons {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	gap: 3rem;
}

@media screen and (max-width: 890px) {
	.home__header-buttons {
		margin-top: 2rem;
	}
	.home__header-buttons--footer {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 430px) {
	.home__header-buttons {
		gap: 1rem;
	}
}

.home__header-button {
	position: relative;
	transition: 0.3s;
}

.home__header-button img {
	width: 180px;
}

.home__header-button:hover {
	transform: scale(1.05);
}

.home__header-button:active {
	transform: scale(0.95);
}

.home__header-button:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(171, 132, 112, 0.2), rgba(210, 143, 95, 0.3));
	border-radius: 8px;
	height: 90%;
	z-index: 1;
}

.home__a {
	margin-top: 10rem;
}

@media screen and (max-width: 890px) {
	.home__a {
		margin-top: 5rem;
	}
}

.home__a-title, .home__a-sub-title {
	color: #493e3c;
	text-align: center;
}

.home__a-title {
	margin-bottom: 1rem;
	line-height: 1;
}

.home__a-sub-title {
	margin-bottom: 3rem;
}

.home__a-video-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 800/450;
	overflow: hidden;
	margin: 0 auto 5rem;
	border-radius: 30px;
}

@media screen and (max-width: 890px) {
	.home__a-video-container {
		border-radius: 20px;
	}
}

.home__a-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.home__a-steps {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.home__a-step {
	position: relative;
	width: 250px;
	border-radius: 25px;
	box-shadow: 0px 3px 10px 3px rgba(126, 88, 68, 0.6);
	text-align: center;
	padding: 1.2rem 5px;
	background: #ffffff;
}

@media screen and (max-width: 1400px) {
	.home__a-step {
		width: calc( 250px - (250px * 20 / 100));
	}
}

@media screen and (max-width: 1150px) {
	.home__a-step {
		width: calc( 250px - (250px * 40 / 100));
	}
}

@media screen and (max-width: 890px) {
	.home__a-step {
		border-radius: 20px;
		width: 250px;
		margin: 1rem auto;
	}
}

@media screen and (max-width: 800px) {
	.home__a-step {
		width: 80%;
	}
}

.home__a-step:after {
	content: '';
	position: absolute;
	top: 45%;
	right: -4.5rem;
	transform: translateY(-45%);
	width: 100px;
	height: 31px;
	background-image: url("https://ronawords.com/wp-content/uploads/2026/01/home-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 1;
}

.home__a-step:last-child:after {
	display: none;
}

.home__a-step-title {
	color: #e69b07;
}

@media screen and (max-width: 800px) {
	.home__a-step-title {
		font-weight: 700;
	}
}

.home__a-step-sub-title {
	color: #403331;
}

@media screen and (max-width: 800px) {
	.home__a-step-sub-title {
		font-weight: 700;
	}
}

.home__a-step-title, .home__a-step-sub-title {
	font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.home__a-step-img {
	width: 150px;
	margin: 2rem auto 1rem;
}

@media screen and (max-width: 1400px) {
	.home__a-step-img {
		margin-top: 1rem;
		width: calc( 150px - (150px * 20 / 100));
	}
}

@media screen and (max-width: 1150px) {
	.home__a-step-img {
		width: calc( 150px - (150px * 40 / 100));
	}
}

@media screen and (max-width: 800px) {
	.home__a-step-img {
		width: 55%;
	}
}

.home__a-step .rona-link-button, .home__a-step .home__c form input[type='submit'], .home__c form .home__a-step input[type='submit'] {
	margin: 1rem auto 0.2rem;
}

@media screen and (max-width: 890px) {
	.home__a-step .rona-link-button, .home__a-step .home__c form input[type='submit'], .home__c form .home__a-step input[type='submit'] {
		margin: 2rem auto 0.2rem;
	}
}

.home__a-slider {
	position: relative;
}

.home__a-slider .rona-slider-button-next, .home__a-slider .rona-slider-button-prev {
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	cursor: pointer;
}

.home__a-slider .rona-slider-button-next {
	left: 0;
	border-right: 15px solid #7e5844;
}

.home__a-slider .rona-slider-button-prev {
	right: -15px;
	border-left: 15px solid #7e5844;
}

.home__a-slider .rona-slider-pagination {
	text-align: center;
	margin-top: 2rem;
}

.home__a-slider .rona-slider-pagination .swiper-pagination-bullet {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	opacity: 1;
	background: #7e5844;
}

.home__a-slider .rona-slider-pagination .swiper-pagination-bullet-active {
	background: #f9c84c;
	color: #7e5844;
}

.home__a-slider .swiper-button-disabled {
	opacity: 0.4;
}

.home__b {
	margin-top: 10rem;
}

@media screen and (max-width: 890px) {
	.home__b {
		margin-top: 5rem;
	}
}

.home__b-features {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.home__b-feature {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 25px;
	box-shadow: 0px 3px 10px 3px rgba(126, 88, 68, 0.6);
	padding: 2rem;
	background: #ffffff;
}

@media screen and (max-width: 890px) {
	.home__b-feature {
		flex-direction: column;
	}
}

.home__b-feature-title {
	margin-top: 0;
	color: #e69b07;
}

.home__b-feature-text {
	color: #403331;
}

@media screen and (max-width: 890px) {
	.home__b-feature-text {
		text-align: center;
	}
}

@media screen and (max-width: 430px) {
	.home__b-feature-text {
		font-size: clamp(0.0625rem, 0.05984rem + 4.26065vw, 1.125rem);
	}
}

.home__b-feature-title {
	font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.home__b-feature-img {
	display: block;
	width: 250px;
	margin: 0 auto;
}

@media screen and (max-width: 890px) {
	.home__b-feature-img {
		width: 200px;
		margin: 1rem auto;
	}
}

.home__b-feature--left {
	width: 70%;
}

.home__b-feature--right {
	width: 30%;
}

.home__b-feature .rona-link-button, .home__b-feature .home__c form input[type='submit'], .home__c form .home__b-feature input[type='submit'] {
	margin-top: 2rem;
}

.home__c {
	margin-top: 10rem;
	overflow: hidden;
}

@media screen and (max-width: 1250px) {
	.home__c {
		margin-top: 5rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

@media screen and (max-width: 890px) {
	.home__c {
		margin-top: 2.5rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

@media screen and (max-width: 890px) {
	.home__c {
		padding-bottom: 3rem;
	}
}

.home__c-form {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.home__c-form:before {
	content: '';
	background-image: url("https://ronawords.com/wp-content/uploads/2026/01/home-email-bot.jpg");
	position: absolute;
	left: -240px;
	bottom: -85px;
	width: 200px;
	height: 226px;
}

@media screen and (max-width: 1250px) {
	.home__c-form:before {
		left: -98px;
		bottom: -184px;
		background-size: 60%;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 890px) {
	.home__c-form:before {
		left: 0px;
		bottom: -226px;
	}
}

.home__c-form:after {
	content: '';
	background-image: url("https://ronawords.com/wp-content/uploads/2026/01/home-email-top.jpg");
	position: absolute;
	right: -240px;
	top: -170px;
	width: 247px;
	height: 178px;
	z-index: -1;
}

@media screen and (max-width: 1250px) {
	.home__c-form:after {
		right: -95px;
		top: -200px;
		background-size: 60%;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 890px) {
	.home__c-form:after {
		right: -170px;
		top: -280px;
	}
}

.home__c form {
	position: relative;
	width: 100%;
	margin: 0 auto 5rem;
	border-radius: 25px;
	box-shadow: 0px 3px 10px 3px rgba(126, 88, 68, 0.6);
	background: #ffffff;
	padding: 3rem 5rem 1rem;
	background-image: linear-gradient(90deg, #e1c8b8 0%, #f9ebdf 51%, #fae9db 100%);
}

@media screen and (max-width: 800px) {
	.home__c form {
		padding: 3rem 2rem 1rem;
	}
}

.home__c form input,
.home__c form textarea {
	width: 100%;
	border: 2px solid #d7c7c0;
	margin: auto 0;
}

.home__c form input:focus, .home__c form input:active, .home__c form input:focus-visible,
.home__c form textarea:focus,
.home__c form textarea:active,
.home__c form textarea:focus-visible {
	outline: none;
}

.home__c form .mt-2 {
	margin-top: 2rem;
}

@media screen and (max-width: 800px) {
	.home__c form .mt-2 {
		margin-top: 1rem;
	}
}

.home__c form .no-resize {
	resize: none;
}

.home__c form .form-row p {
	color: #7e5844;
	padding-bottom: 0.5rem;
}

@media screen and (max-width: 430px) {
	.home__c form .form-row p {
		font-size: clamp(0.0625rem, 0.05984rem + 4.26065vw, 1.125rem);
	}
}

.home__c form input[type='submit'] {
	margin: 2rem auto 0;
}

.home__c form .wpcf7-not-valid-tip {
	font-size: 14px;
	padding: 5px 0;
}

.home__c form .wpcf7-response-output {
	border-radius: 25px;
	margin: 0;
}

.home__c form .wpcf7-list-item {
	margin: 0;
	font-size: 14px;
}

.home__c form .wpcf7-list-item-label {
	bottom: 2px;
	position: relative;
}

.home__c form .wpcf7-list-item input[type='checkbox'] {
	width: 15px;
}

.home__c form .wpcf7-list-item a {
	color: #7e5844;
}

.home__e {
	margin-top: 10rem;
}

@media screen and (max-width: 1250px) {
	.home__e {
		margin-top: 5rem;
	}
}

@media screen and (max-width: 890px) {
	.home__e {
		display: flex;
		margin-top: 2.5rem;
		margin-bottom: 1rem;
	}
}

.home__e #accordion-container {
	margin-bottom: 3rem;
}

.home__e .accordion {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0.2rem;
	border-bottom: 1px solid #cfdfe7;
	border-radius: 25px;
	box-shadow: 0px 3px 10px 3px rgba(126, 88, 68, 0.6);
	background-image: linear-gradient(90deg, #edd5c8 0%, #fdf6f4 51%, #faede3 100%);
}

@media screen and (max-width: 890px) {
	.home__e .accordion {
		max-width: inherit;
	}
}

.home__e .accordion button {
	color: #493e3c;
	font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	width: 100%;
	font-weight: 600;
	line-height: 1.2;
	border: none;
	padding: 1rem;
	padding-right: 2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 0;
	background: none;
}

.home__e .accordion button img {
	width: 50px;
	margin-right: 0.5rem;
}

.home__e .accordion button span {
	position: relative;
	font-weight: 100;
	color: #d9771e;
	font-size: clamp(0.0625rem, -0.45312rem + 2.75vw, 2.125rem);
	margin-left: auto;
}

@media screen and (max-width: 890px) {
	.home__e .accordion button span {
		font-size: clamp(0.0625rem, 0.05906rem + 5.50918vw, 2.125rem);
	}
}

.home__e .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
}

.home__e .accordion-content div {
	color: #493e3c;
	padding: 2rem 4rem;
	background: #fff;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: inset 0px 2px 2px 0px rgba(126, 88, 68, 0.4);
}

.home__e .accordion-content div .tip {
	position: relative;
	border: 1px solid #f8e6da;
	font-style: italic;
	background-color: #fdebd9;
	padding: 0.8rem;
	margin-top: 1rem;
	padding-left: 2rem;
}

.home__e .accordion-content div .tip img {
	position: absolute;
	width: 50px;
	left: -2rem;
	top: -0.1rem;
}

.home__e .accordion-content.open {
	max-height: 300px;
	opacity: 1;
}

.home__e-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: -1;
	position: relative;
}

.home__e-bg-bottom {
	background-image: url("https://ronawords.com/wp-content/uploads/2026/01/home-faq-bg-bot.jpg");
	aspect-ratio: 1536 / 545;
	margin-top: -25rem;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */