/**
 * Theme Name:  Danbo-Express 2026
 * Theme URI:   http://
 * Description:  Theme for Danbo-Express site. Responsive.
 * Version:     1.0.0
 * Author:      Resourcecode
 * Author URI:  https://

 * Tags:        accessibility-ready, blog, custom-colors, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
 * Text Domain: rde2026
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html

 */


:root {
/** color pallete colors: **/
  --rde2026-color-white: #fff;
  --rde2026-color-gray: #848484;
  --rde2026-color-red: #b30000;
/** Submenu hover: var(--rde2026-hover-submenu-buttons) **/
  --rde2026-hover-submenu-buttons: var(--rde2026-color-red);
/** Links: var(--rde2026-links) **/
  --rde2026-links: var(--rde2026-color-red);
/** Links hover: var(--rde2026-hover-links) **/
  --rde2026-hover-links: var(--rde2026-color-red);
/** Footer menu: var(--rde2026-footer-menu) **/ 
  --rde2026-footer-menu: var(--rde2026-color-white);
/** Footer contact link: var(--rde2026-footer-contact-link) **/ 
  --rde2026-footer-contact-link: var(--rde2026-color-white);
/** Footer separators: var(--rde2026-footer-separators) **/ 
  --rde2026-footer-separators: var(--rde2026-color-gray);
/** Hero area background: var(--rde2026-hero-background) **/ 
  --rde2026-hero-background: var(--rde2026-color-red);
/** Btn btn-primary: var(--rde2026-hero-background) **/ 
  --rde2026-btn-primary: var(--rde2026-color-red);
  --rde2026-btn-primary-hover: #ff0000;

}
html {
/** Define slider left edge for later **/ 
--rde2026-slider-left: 0;
}
/* ==========================================================================
   # Structure
   ========================================================================== */

/* HTML
   ========================================================================== */

html {
	font-size: 20px;
}


main:focus,
nav:focus,
div:focus,
button:focus {
	outline: none;
}

/* Body
   ========================================================================== */

body {
	background: #333;
	color: #000;
	font-family: "ff-meta-web-pro", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	overflow-y: scroll;
	overflow-x: hidden;
	min-width: 320px;
	padding: 0;
}

button,
input,
select,
textarea {
	color: #333;
}

img {
max-width: 100%;
}

.site {
	max-width: 100%;
/*	overflow: hidden;  need to disable this so that .sticky-top works, but keep an eye out for possible issues with content flowing outside viewport */
}


/* Add super large screen break point */
@media (min-width: 1680px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1630px;
  }
}


/* Links
   ========================================================================== */

a {
	color: var(--rde2026-links);
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: var(--rde2026-links);
}

a:focus,
a:active,
a:hover {
	color: var(--rde2026-hover-links);
}

a:link,
a:visited,
button {
	-webkit-transition: color .2s ease, background-color .2s ease;
	-moz-transition: color .2s ease, background-color .2s ease;
	-o-transition: color .2s ease, background-color .2s ease;
	transition: color .2s ease, background-color .2s ease
}

a.right-arrow {
}
a.right-arrow::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	margin: 0 0 0 10px;
	font-weight: 900;
	font-size: 0.8em;
}

.entry-content a {
	font-weight: 700;
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	font-weight: inherit;
 	color: inherit; 
}


/* ==========================================================================
   # Typography
   ========================================================================== */

h1,h2,h3,h4,h5,h6 {
	font-weight: 600; 
	line-height: 1.4;
}


/* Base sizes
   ================================ */
h1, .h1 { font-size: 1.5rem; }
h2, .h2 { font-size: 1.4rem; }
h3, .h3 { font-size: 1.2rem; }
h4, .h4 { font-size: 1.1rem; }
h5, .h5 { font-size: 1rem; }
h6, .h6 { font-size: 0.9rem; }

p {
	margin-bottom: 0.9em;
}

p:last-child {
	margin-bottom: 0;
}

sub, sup, small, .small,
blockquote cite, .wp-caption .wp-caption-text { font-size: 0.9em; }

.smaller { font-size: 0.8em; }
.xsmall {
	font-size: 0.625em;
	line-height: 1.5em;
}


/* Typography General
   ========================================================================== */

ul,
ol,
dd,
dl,
figure,
fieldset,
form,
pre,
table {
	margin: 0 0 1.6rem;
}

object {
	margin-bottom: 1.5rem;
}

.forms .checkbox-list-vertical .checkbox:last-child {
	margin-bottom: 0;
}

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

i i,
em em,
mark mark,
cite cite,
blockqoute i,
blockquote em,
blockquote cite {
	font-style: normal;
}

acronym {
	text-transform: uppercase;
}

del,
s,
strike {
	text-decoration: line-through;
}

strong,
b,
.label[bold],
.badge[bold],
.message a,
.alert a {
	font-weight: 700;
}

b b,
strong strong {
	font-weight: 400;
}

var,
tfoot th,
tfoot td,
.muted {
	color: rgba(0, 0, 0, 0.5);
}

.show-if-js,
.label:empty,
.badge:empty,
.hide {
	display: none;
}

hr {
	background-color: #e6e6e6;
	border: 0;
	height: 1px;
	margin: 20px 0;
	/* clear: both; */
	display: block;
	overflow: hidden;
	opacity: 1;
}

p:empty,
p:blank {
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

sup {
	bottom: .3em;
	position: relative;
	vertical-align: baseline;
}

sub {
	position: relative;
	top: .3em;
	vertical-align: baseline;
}

.nowrap,
.nowrap td {
	white-space: nowrap;
}

.start {
	margin-top: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.normal {
	font-weight: normal !important;
}

.light {
	font-weight: 300 !important;
}

.thin {
	font-weight: 100 !important;
}

.bold {
	font-weight: 700 !important;
}

.italic {
	font-style: italic !important;
}

.list-flat {
	list-style: none;
	margin-left: 0;
}

/* === <bdo> and direction === */

[dir="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

bdo[dir="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

/* === Blockquotes, quotes, and cites === */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
blockquote {
	font-family: 'Merriweather Sans', sans-serif;
	font-style: italic;
	font-weight: 700;
	margin: 12px 0 20px;
	color: #73b753;
	padding-left: 5px;
	border-left: dotted 2px;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

cite {
	opacity: 0.65;
	font-style: italic;
}

.en-us q {
	quotes: \201C \201D \2018 \2019;
}

blockquote.alignleft,
blockquote.alignright {
	width: 32%;
}

.pull-right,
.pull-left {
	color: #222;
	border-top: solid 4px #222;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 2% 0 0 0;
	position: relative;
}

.pull-left {
	float: left;
	margin-top: 1%;
	margin-bottom: 3%;
}

.pull-right {
	margin-top: 1%;
	margin-bottom: 3%;
}

@media (min-width: 768px) {
	.pull-left {
		float: left;
		margin: 1% 5% 3% 0;
		width: 34%;
	}

	.pull-right {
		float: right;
		margin: 1% 0 3% 5%;
		width: 34%;
	}
}

@media (min-width: 992px) {
	blockquote {
		font-size: 17px;
		padding-left: 20px;
		line-height: 150%;
	}
}

/* === Acronyms and abbreviations === */

abbr[title],
acronym[title],
time[title],
dfn[title] {
	cursor: help;
}

abbr[title] {
	border-bottom: 1px dotted #202020;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
}

/* === Code and Preformatted text === */

ins,
u {
	text-decoration: underline;
}

mark {
	background-color: #ffd61e;
	color: #202020;
	text-decoration: none;
}

/*pre,
code,*/
kbd,
samp,
var,
output {
	cursor: text;
	font-family: Consolas, Andale Mono, AndaleMono, Courier New, Courier;
	font-size: 83%;
	font-style: normal;
}

pre {
	background: #e6e6e6;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
	margin: 1em 0;
	overflow: auto;
	padding: 0.65em;
}

td pre {
	white-space: 0;
	word-wrap: break-word;
}

mark,
/*code,*/
samp,
kbd {
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	padding: .2rem .4rem;
}

/* code {
	background: rgba(0, 0, 0, 0.07);
	direction: ltr;
	text-align: left;
} */

pre code {
	background: none;
	border: none;
	font-size: 100%;
	line-height: 24px;
	padding: 0;
}

samp {
	background: #46a9fc;
	color: rgba(255, 255, 255, 0.95);
}

kbd {
	background: #202020;
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
}

ins,
dfn {
	border-bottom: 1px solid #999;
	font-style: italic;
	text-decoration: none;
}

@media (min-width: 992px) {
	pre {
		font-size: 0.85rem;
		font-weight: 700;
		margin: 15px 0 20px;
		padding: 20px;
		width: auto;
	}
}

/* === <address> tag === */

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

/* === Lists === */

ul,
ol {
	margin-left: 0;
	padding-left: 1rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 0;
}

ol ol li {
	list-style-type: lower-alpha;
}

ol ol ol li {
	list-style-type: lower-roman;
}

th,
td {
  font-weight: normal;
}

body dt {
	font-size: 1em;
	font-weight: 700;
	margin-left: 0;
}

dd {
	margin-left: .75em;
}

dd + dd {
	margin-top: .75rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* ==========================================================================
   # Header
   ========================================================================== */

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

.site-header { 
	background: var(--rde2026-color-red);
	padding: 20px 0;
/*	position: relative;  need this disable so .fixed-top will work */
}

.site-header .site-branding {
	padding-left: 15px;
}

.site-branding .site-logo {
	position: relative;
}

.site-branding .site-logo .custom-logo-link {
	display: block;
	line-height: 1;
}

.site-branding .site-logo img {
	max-width: 100%;
	margin: 0;
	height: auto;
	width: auto;
}
.site-branding .site-logo .logo-sm img {
	height: 60px;
}

.site-tools-navs {
	display: none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.site-header {
		padding: 25px 0;
	}
	.site-header .site-branding {
		padding-left: 0;
	}
	.site-branding .site-logo .logo-lg {
		text-align: center;
	}
	.site-branding .site-logo .logo-lg img {
		height: 110px;
	}
}

@media (min-width: 1200px) {
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {  
}


/* ==========================================================================
   # Site Footer
   ========================================================================== */
.footer {
	color: #fff;
	font-size: 0.8rem;
	padding-top: 40px;
	padding-bottom: 60px;
}

.footer-content {
	position: relative;
}

.footer-content .footer-logo {
	margin-bottom: 40px;
	text-align: center;
}

.footer-content .footer-logo img {
	max-width: 300px;
}

.footer-content .footer-contact {
	text-align: center;
}

.footer-content .contact-info {
	font-size: 0.9rem;
}

.footer-content .contact-info h3 {
}

.footer-content .footer-contact .contact-info p {
}

.footer-content .footer-contact .contact-info p .address span,
.footer-content .footer-contact .contact-info p a {
	white-space: nowrap;
}

.footer-content .footer-contact .contact-info p .address {
	margin-right: 20px;
}

.footer-content .footer-contact .contact-info a {
	color: inherit;
	text-decoration: underline;
}

.footer-content .footer-contact .contact-info a:hover {
	text-decoration: none;
}

.footer-content .footer-contact .footer-menu-bar {
	display: none;
}
.footer-content .footer-contact .footer-menu-bar {
	padding-top: 20px;
}

.footer-content .copyright {
	color: #999;
	margin-top: 30px;
}

.footer-content .copyright a {
	color: var(--rde2026-color-white);
	font-weight: 600;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.footer-content .footer-logo {
		max-width: 300px;
		padding-right: 25px;
		margin-bottom: 0;
		text-align: left;
	}
	.footer-content .footer-contact {
		min-width: calc(100% - 300px);
		padding-left: 25px;
		text-align: left;
	}
	.footer-content .sitemap .footer-menu-bar {
		margin-top: 35px;
		padding-top: 20px;
	}
}

@media (min-width: 1200px) {
	.footer-content .sitemap .footer-menu-bar {
		margin-top: 40px;
	}
}

  
/* ==========================================================================
   # Menus
   ========================================================================== */
/* ====== Main Menu ====== */
.nav-wrap .offcanvas-lg {
	background: #fff;
	z-index: 10000;
	box-shadow: -7px 0 7px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: -7px 0 7px 0 rgba(0,0,0,0.05);
	-moz-box-shadow: -7px 0 7px 0 rgba(0,0,0,0.05);
}
.admin-bar .nav-wrap .offcanvas-end {
	min-width: 260px;
	top: 32px;
	width: auto;
}
.nav-wrap .offcanvas-backdrop {
	opacity: 0;
}
@media screen and (max-width: 782px) {
	.admin-bar .nav-wrap .offcanvas-end {
		top: 46px;
	}
}

.nav-wrap .btn-close {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	font-size: 21px;
	position: absolute;
	opacity: 1;
	right: 20px;
	top: 15px;
	z-index: 1001;
}

.nav-wrap .btn-close:hover {
	opacity: 0.6;
}

.mobile-nav-toggle {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
}
.mobile-nav-toggle .navbar-toggler {
	background: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	display: block;
	height: 28px;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 80px;
	width: 30px;
}
.mobile-nav-toggle .navbar-toggler:not(.collapsed) {
	top: 12px;
}
.mobile-nav-toggle .navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}
.mobile-nav-toggle .navbar-toggler span {
	display: block;
	position: absolute; 
	top: 17px; 
	left: 0; 
	right: 0; 
	height: 3px; 
	background: #000;
}
.mobile-nav-toggle .navbar-toggler span::before,
.mobile-nav-toggle .navbar-toggler span::after {
	position: absolute; 
	display: block; 
	left: 0; 
	width: 100%; 
	height: 3px; 
	background-color: #000; 
	content: " "; 
	transition-duration: 0.3s, 0.3s; 
	transition-delay: 0.3s, 0s;
}
.mobile-nav-toggle .navbar-toggler span::before {
	top: -10px; 
	transition-property: top, transform;
}
.mobile-nav-toggle .navbar-toggler span::after {
	bottom: -10px; 
	transition-property: bottom, transform;
}
.mobile-nav-toggle .navbar-toggler:not(.collapsed) span {
	background: none;
}
.mobile-nav-toggle .navbar-toggler:not(.collapsed) span::before {
	background-color: #999; 
	top: 0; 
	transform: rotate(45deg); 
	transition-delay: 0s, 0.3s;
}
.mobile-nav-toggle .navbar-toggler:not(.collapsed) span::after {
	background-color: #999; 
	bottom: 0; 
	transform: rotate(-45deg); 
	transition-delay: 0s, 0.3s;
}

.rde2026-main-nav {
	font-family: "ff-meta-headline-web-pro", sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.15em;
	padding: 0;
	z-index: 1000;
}

.rde2026-main-nav .menu-main-menu-container {
	width: 100%;
}

.rde2026-main-nav .navbar-nav {
	background: #fff;
	margin-left: 0;
	padding: 60px 20px;
	width: 100%;
}

.rde2026-main-nav .navbar-nav > .nav-item {
	border-bottom: 2px solid #f0f0f0;
	font-weight: 400; 
	text-transform: uppercase;
}

.rde2026-main-nav .navbar-nav > .nav-item:first-child {
	border-top: 1px solid #f0f0f0;
}

.rde2026-main-nav .navbar-nav > .nav-item > .nav-link {
	color: #000;
	padding: 11px 0 7px;
	font-weight: 400; 
}

.rde2026-main-nav .navbar-nav li.dropdown > .nav-link, 
.rde2026-main-nav .navbar-nav li.dropdown > .dropdown-item {
	padding-right: 42px;
}

.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle {
	color: #c1c1c1;
	position: absolute;
	right: 0;
	width: 42px;
	height: 36px;
	top: 5px;
	border: 0 none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	padding: 5px 2px;
	font-size: 14px;
}

.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle::after {
	content: none;
}

.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle .fa-chevron-up,
.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
	display: none;
	visibility: hidden;
}
.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle[aria-expanded="true"] .fa-chevron-up,
.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle[aria-expanded="false"] .fa-chevron-down {
	display: inline-block;
	visibility: visible;
}

.rde2026-main-nav .navbar-nav .nav-item:hover a,
.rde2026-main-nav .navbar-nav .nav-item.current-menu-item a,
.rde2026-main-nav .navbar-nav .nav-item.current-menu-ancestor a,
.rde2026-main-nav .navbar-nav .nav-item.current-page-ancestor a {
	color: var(--rde2026-hover-submenu-buttons);
	text-decoration: none;
	position: relative;
}

.rde2026-main-nav .nav-item .dropdown-menu {
	background: inherit;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0 none;
	font-size: 0.8rem;
	margin: -4px 0 0 -20px;
	padding: 0 0 10px;
	min-width: auto;
}

.rde2026-main-nav .navbar-nav li.dropdown li.dropdown .dropdown-toggle {
	top: -2px;
}

.rde2026-main-nav .nav-item .dropdown-menu .nav-item {
	margin: 0;
	padding: 0;
}

.rde2026-main-nav .nav-item .dropdown-menu .nav-item .dropdown-item {
	color: #333; 
	font-weight: 400;
	margin: 0;
	padding: 4px 0 4px 30px;
	white-space: collapse;
}

.rde2026-main-nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover,
.rde2026-main-nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus,
.rde2026-main-nav .nav-item .dropdown-menu .nav-item.current-menu-item > .dropdown-item, 
.rde2026-main-nav .nav-item .dropdown-menu .nav-item.current-menu-ancestor > .dropdown-item,
.rde2026-main-nav .nav-item .dropdown-menu .nav-item.current-menu-parent > .dropdown-item {
	color: var(--rde2026-hover-submenu-buttons);
	background-color: inherit;
}

.rde2026-main-nav .navbar-nav .nav-item:hover > .dropdown-toggle,
.rde2026-main-nav .navbar-nav .nav-item.current-menu-item > .dropdown-toggle,
.rde2026-main-nav .navbar-nav .nav-item.current-menu-ancestor > .dropdown-toggle,
.rde2026-main-nav .navbar-nav .nav-item.current-page-ancestor > .dropdown-toggle {
	color: var(--rde2026-hover-submenu-buttons);
}

.rde2026-main-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
	margin: 0;
	padding: 0;
}

.rde2026-main-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-item {
	font-weight: 400;
	padding-left: 40px;
}

.rde2026-main-nav .navbar-nav > .nav-item.insta-link > .nav-link {
	background: url(images/icon-insta.png) transparent 15px 8px no-repeat;
	padding: 43px 15px 0;
	max-height: 43px;
	overflow: hidden;
	width: 116px;
}

.rde2026-main-nav.upper-nav .navbar-nav {
	margin-left: 0;
	padding: 60px 20px;
	width: 100%;
}

.rde2026-main-nav.upper-nav .navbar-nav > .nav-item {
	border-bottom: 0 none;
	text-transform: uppercase;
}

.rde2026-main-nav.upper-nav .navbar-nav > .nav-item:first-child {
	border-top: 0 none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.nav-wrap .offcanvas-lg {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.site-header .nav-wrap {
		background: transparent;
		margin-top: 0;
	}
    .mobile-nav-toggle .navbar-toggler {
      display: none;
    }
	.rde2026-main-nav {
		background: transparent;
		display: block;
		padding: 0;
		position: relative;
		top: auto;
	}
	.rde2026-main-nav .navbar-nav {
		background: transparent;
		border-top: 0 none;
		flex-wrap: wrap;
		padding: 0;
		width: calc(100% + 20px);
		margin-left: -20px;
	}

	.rde2026-main-nav .navbar-nav > .nav-item {
		border-bottom: 0 none;
		padding-left: 0;
	}

	.rde2026-main-nav .navbar-nav > .nav-item:first-child {
		border-top: 0 none;
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .nav-link {
		color: #000;
		padding: 8px 15px;
		white-space: nowrap;
	}

	.rde2026-main-nav .navbar-nav .nav-item:hover a::after,
	.rde2026-main-nav .navbar-nav .nav-item.current-menu-item a::after,
	.rde2026-main-nav .navbar-nav .nav-item.current-menu-ancestor a::after,
	.rde2026-main-nav .navbar-nav .nav-item.current-page-ancestor a::after {
		content: " ";
		position: absolute;
		left: 15px;
		right: 15px;
		bottom: 8px;
		height: 2px;
		background: var(--rde2026-color-red);
	}

  .rde2026-main-nav .navbar-nav li.dropdown .nav-link {
    padding-right: 25px;
  }

	.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle {
		border: 0 none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #c1c1c1;
		width: 22px;
		height: 23px;
		padding: 2px 2px;
		right: 0;
		top: 10px;
	}

	.rde2026-main-nav .navbar-nav li.dropdown li.dropdown .dropdown-toggle {
		right: 10px;
	}
	
	.rde2026-main-nav .navbar-nav > li.dropdown:hover > .dropdown-menu,
	.rde2026-main-nav .navbar-nav > li.dropdown > .dropdown-menu.show {
		display: block;
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu {
		background: #fff;
		border: 1px solid #eaebe7;
		font-size: 0.75rem;
		margin: 0;
		left: 0;
		top: 100%;
		padding: 15px 0 5px 20px; 
		min-width: 100%;
		width: max-content;
	}

	.rde2026-main-nav .navbar-nav > .nav-item.dd-set-right > .dropdown-menu {
		left: auto;
		right: 0;
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu .nav-item {
		border-bottom: 0 none;
		padding: 0 0 3px; 
		line-height: 110%;
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu .nav-item:last-child {
		padding:0; 
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu .nav-item .dropdown-item {
		padding: 0 20px 10px 0;
		white-space: nowrap;
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu > .nav-item > .dropdown-item {
		padding-top: 6px;
	}

	.rde2026-main-nav .navbar-nav li.dropdown li.dropdown .dropdown-toggle {
		top: 6px;
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu .nav-item.dropdown > .dropdown-item {
		padding-right: 45px;
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu .nav-item .dropdown-menu {
		background: #fff;
		border: 0 none;
		font-size: 0.75rem;
		height: 0;
		position: absolute;
		opacity: 0.3;
		top: auto;
		-webkit-transition: all 0.35s ease;
		transition: all 1s ease;
		padding: 10px 15px 5px;
		border: 1px solid #eaebe7;
		left: 100%;
		top: -50%;
		width: max-content;
	}

	.rde2026-main-nav .navbar-nav > li.dropdown > .dropdown-menu > li.nav-item:hover > .dropdown-menu,
	.rde2026-main-nav .navbar-nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu.show {
		display: block;
		height: auto;
		opacity: 1;
	}

	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-item {
		padding-left: 0;
		white-space: collapse;
	}

	.rde2026-main-nav .navbar-nav > .nav-item.dd-child-left > .dropdown-menu .nav-item .dropdown-menu {
		left: auto;
		right: 100%;
	}

	.rde2026-main-nav .navbar-nav li.order-now .nav-link {
		background-color: var(--rde2026-color-red);
		border-radius: 7px;
		color: var(--rde2026-color-white);
		font-weight: 400;
		line-height: 1;
		padding: 13px 20px 12px;
		text-transform: uppercase;
		text-wrap: nowrap;
		margin-right: 20px;
	}

	.rde2026-main-nav .navbar-nav li.order-now .nav-link:hover {
		opacity: 0.7;
		text-decoration: none;
	}

}

@media (min-width: 1200px) {
	.rde2026-main-nav {
	}
	.rde2026-main-nav .navbar-nav > .nav-item > .nav-link {
		padding-left: 20px;
		padding-right: 20px;
	}
  .rde2026-main-nav .navbar-nav li.dropdown .nav-link {
		padding-right: 27px;
  }
	.rde2026-main-nav .navbar-nav li.dropdown .dropdown-toggle {
		top: 15px;
	}
	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu {
		font-size: 0.85rem;
	}
	.rde2026-main-nav .navbar-nav > .nav-item > .dropdown-menu .nav-item .dropdown-menu {
		font-size: 0.85rem;
	}
}

@media (min-width: 1400px) {
}

/* ====== Custom upper menu ====== */
.rde2026-main-nav.upper-nav .navbar-nav {
	padding:0;
}
.rde2026-main-nav.upper-nav .nav-item.now-hiring, 
.rde2026-main-nav.upper-nav .nav-item.contact-us {
	display: none;
}
@media (min-width: 992px) {
	.rde2026-main-nav.upper-nav .nav-item.now-hiring, 
	.rde2026-main-nav.upper-nav .nav-item.contact-us {
		display: inherit;
	}
}
/* ====== Custom lower menu ====== */
@media (min-width: 992px) {
	.rde2026-main-nav.lower-nav .nav-item.home, 
	.rde2026-main-nav.lower-nav .nav-item.now-hiring, 
	.rde2026-main-nav.lower-nav .nav-item.contact-us {
		display: none;
	}
}



/* ====== Footer menu ====== */
.footer-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  	margin: 0;
	position: relative;
	overflow: hidden;
	font-size: 0.8rem;
	padding-left: 0;
	list-style: none;
}
.footer-menu > li {
	position: relative;
	margin: 10px 10px 0 0;
	line-height: 130%;
	padding-right: 10px;
	border-right: 2px solid var(--rde2026-footer-separators);
}
.footer-menu>li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0 none;
}
.footer-menu > li a {
	display: block;
	width: 100%;
	color: var(--rde2026-footer-menu);
	white-space: nowrap;
	padding: 0 !important;
}

.footer-menu > li a:hover,
.footer-menu > li a:focus {
	color: var(--rde2026-footer-contact-link);
}

.footer-menu > li.break-before {
	clear: left;
}

@media screen and (min-width: 768px) {
	.footer-menu {
		justify-content: left;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* ====== Sidebar nav menu ====== */
.sidebar-nav-area .subnav-toggler {
	background: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	display: block;
	font-weight: 700;
	height: 28px;
	padding: 5px 0 0 40px;
	position: relative;
	width: auto;
	vertical-align: middle;
}
.sidebar-nav-area .subnav-toggler:focus {
	box-shadow: none;
	outline: none;
}
.sidebar-nav-area .subnav-toggler span {
	display: block;
	position: absolute; 
	top: 17px; 
	left: 0; 
	right: 0; 
	height: 3px; 
	background: #000;
	width: 30px;
}
.sidebar-nav-area .subnav-toggler span::before,
.sidebar-nav-area .subnav-toggler span::after {
	position: absolute; 
	display: block; 
	left: 0; 
	width: 100%; 
	height: 3px; 
	background-color: #000; 
	content: " "; 
	transition-duration: 0.3s, 0.3s; 
	transition-delay: 0.3s, 0s;
}
.sidebar-nav-area .subnav-toggler span::before {
	top: -10px; 
	transition-property: top, transform;
}
.sidebar-nav-area .subnav-toggler span::after {
	bottom: -10px; 
	transition-property: bottom, transform;
}
.sidebar-nav-area .subnav-toggler:not(.collapsed) span {
	background: none;
}
.sidebar-nav-area .subnav-toggler:not(.collapsed) span::before {
	top: 0; 
	transform: rotate(45deg); 
	transition-delay: 0s, 0.3s;
}
.sidebar-nav-area .subnav-toggler:not(.collapsed) span::after {
	bottom: 0; 
	transform: rotate(-45deg); 
	transition-delay: 0s, 0.3s;
}

.sidebar-nav {
	border-bottom: 1px solid #e6e6e6;
	margin-top: 20px;
	padding-bottom: 10px;
}
.sidebar-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav ul li {
	margin: 0;
	padding: 0;
}
.sidebar-nav a {
	color: #333;
	display: block;
	font-weight: 700;
	padding: 10px;
}
.sidebar-nav a:hover {
	color: var(--rde2026-hover-submenu-buttons);
}
.sidebar-nav > ul > li {
}
.sidebar-nav > ul > li a {
	padding-left: 0;
}
.sidebar-nav > ul > li:hover,
.sidebar-nav > ul > li.current-item,
.sidebar-nav > ul > li.is-ancestor-item {
}
.sidebar-nav > ul > li.current-item > a {
	color: var(--rde2026-hover-submenu-buttons);
}
.sidebar-nav > ul > li.is-ancestor-item > a {
	color: var(--rde2026-hover-submenu-buttons);
	padding-bottom: 6px;
}
.sidebar-nav > ul > li.is-ancestor-item > a:hover {
	color: var(--rde2026-hover-submenu-buttons);
}
.sidebar-nav > ul > li > ul {
	padding: 0 0 3px;
	margin-top: -3px;
}
.sidebar-nav > ul > li > ul > li {
	border-bottom: 0 none;
	font-size: 0.8rem;
	display: block;
}
.sidebar-nav > ul > li > ul > li a {
	color: #333;
	font-weight: 400;
	padding: 0 10px 3px;
}
.sidebar-nav > ul > li > ul > li a:hover,
.sidebar-nav > ul > li > ul > li.current-item a {
	color: var(--rde2026-hover-submenu-buttons);
}
.sidebar-nav > ul > li > ul > li > ul {
	display: none;
}

@media screen and (min-width: 992px) {
	.sidebar-nav-area .subnav-toggler {
		display: none;
	}
	.sidebar-nav {
		border-bottom: 0 none;
		display: block !important;
		margin-top: -7px;
		padding-bottom: 0;
	}
	.sidebar-nav > ul > li > ul > li a {
		padding-left: 0;
	}

}

/* ==========================================================================
   # Page common **** Start building from here *****
   ========================================================================== */

@media screen and (min-width: 576px) {

}

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

}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}


.no-margin-top {
	margin-top: 0;
}

.no-margin-right {
	margin-right: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin-left {
	margin-left: 0;
}



/* Main body block
   ========================================================================== */
main.content {
	background: #fff;
	min-height: 240px;
	position: relative;
}

section.main-section {
	background: #fff;
	padding: 25px 0 30px;
	position: relative;
}

.main-page-heading {
	background: #fff;
	padding: 30px 0 0;
}
.main-page-heading h1 {
	margin: 0;
}
.main-page-heading h1 .page-title {
	background-color: var(--rde2026-color-red);
	border-radius: 12px;
	color: var(--rde2026-color-white);
	display: inline-block;
	font-family: Impact, sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 30px;
	padding: 20px;
	text-transform: uppercase;
	text-wrap: nowrap;
}

.main-page-heading h1 .page-title-desc {
	display: block;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 400;
	margin-top: 15px;
}

.main-section .row.has-sidebar .sidebar-nav-area {
	margin-bottom: 25px;
}

@media screen and (min-width: 575px) {
	.main-page-heading h1 {
		display: flex;
		align-items: center;
		gap: 20px;
		margin: 0;
	}
	.main-page-heading h1 .page-title-desc {
		margin-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.main-page-heading {
		padding: 40px 0 0;
	}
	section.main-section {
		padding: 35px 0 40px;
	}
	.main-section .row.has-sidebar .sidebar-nav-area {
		margin-bottom: 0;
		width: 220px;
	}
	.main-section .row.has-sidebar main.content {
		margin-bottom: 0;
		width: calc(100% - 220px);
	}
}

@media screen and (min-width: 1200px) {
	section.main-section {
		padding: 40px 0 40px;
	}
}
/* === Post lists, post archive, single post === */

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
}

.posts-list-filter-fields {
	font-size: 0.8rem;
	border-bottom: 2px solid #bfbfbf;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.posts-list-filter-fields select {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
}

.posts-list-filter-fields select option {
  padding: 10px;
}

.posts-list-filter-fields .posts-search-box form {
	margin: 0;
	padding-right: 35px;
	position: relative;
	width: 100%;
}
.posts-list-filter-fields .posts-search-box #s {
	background: #fff;
	display: block;
	height: 30px;
	width: 100%;
	padding: 4px 10px;
	margin: 0;
	font-size: 1em;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: none;
}
.posts-list-filter-fields .posts-search-box #s::placeholder {
  color: #333;
  opacity: 1;
}
.posts-list-filter-fields .posts-search-box #searchsubmit {
	background: transparent;
	border: 0 none;
	color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 20px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	width: 35px;
}

.entry-content + .posts-list-filter-fields {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .posts-list-filter-fields {
    margin-bottom: 30px;
  }
  
  .posts-list-filter-fields .text-search {
    text-align: right;
  }
  
  .posts-list-filter-fields select {
    margin-bottom: 0;
    padding: 3px 4px;
    width: auto;
  }
  .posts-list-filter-fields select + select {
    margin-left: 30px;
  }

  .posts-list-filter-fields select option {
    padding: 2px 4px;
  }
}

@media screen and (min-width: 992px) {

  .posts-list-filter-fields .posts-search-box form {
    max-width: 100%;
    width: auto;
  }
  .posts-list-filter-fields .posts-search-box #s {
  	display: inline-block;
  	height: 30px;
  	width: auto;
  	padding: 4px;
  }
  .posts-list-filter-fields .posts-search-box #searchsubmit {
  	height: 30px;
  }
	.entry-content + .posts-list-filter-fields {
		margin-top: 40px;
	}

}

/* Fix ALM spinner path breaking with css loaded inline */
.alm-btn-wrap .alm-load-more-btn.loading::after {
  background: url("images/spinner-chasing-arrows.gif") no-repeat center center;
}

.alm-btn-wrap {
  margin-top: 30px;
}
.alm-btn-wrap .alm-load-more-btn {
  font-weight: 400;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
.alm-btn-wrap {
  margin-top: 35px;
}
}

/* Posts and pages
   ========================================================================== */
.page-content {
	position: relative;
}

.page-content .entry-content a:hover {
	text-decoration: underline;
}

.page-content .entry-content h2,
.page-content .entry-content h3,
.page-content .entry-content h4 {
	margin-bottom: 0.8em;
}

.page-content .entry-content h2 {
	clear: both;
	font-weight: 700;
	margin-top: 2em;
}

.page-content .entry-content h3 {
	margin-top: 1.8em;
}

.page-content .entry-content h4 {
	margin-top: 1.5em;
}

.page-content .entry-content h2 + h3,
.page-content .entry-content h2 + h4,
.page-content .entry-content h3 + h4 {
	margin-top: 0;
}

.page-content .entry-content > h2:first-child,
.page-content .entry-content > h3:first-child,
.page-content .entry-content > h4:first-child {
  margin-top: -5px;
}

.page-content .entry-content .wp-block-image:has(figure.alignleft, figure.alignright) + h2, 
.page-content .entry-content .wp-block-image:has(figure.alignleft, figure.alignright) + h3 {
	margin-top: 0;
}

.page-content .entry-content .wp-block-image:has(figure.alignleft) + h2, 
.page-content .entry-content .wp-block-image:has(figure.alignleft) + h3 {
	clear: right;
}

.page-content .entry-content .wp-block-image:has(figure.alignright) + h2, 
.page-content .entry-content .wp-block-image:has(figure.alignright) + h3 {
	clear: left;
}

.page-content .entry-content > h1 a,
.page-content .entry-content > h2 a,
.page-content .entry-content > h3 a,
.page-content .entry-content > h4 a,
.page-content .entry-content > h5 a,
.page-content .entry-content > h6 a {
  font-weight: inherit;
}

.page-content .entry-content > .row {
	margin-bottom: 0;
	margin-top: 30px;
}

.page-content .entry-content > .row + .row {
	margin-top: 0;
}

.page-content .entry-content > .row:first-child {
	margin-top: 0;
}

.page-content .entry-content > .row:last-child {
	margin-bottom: 0;
}

.page-content .entry-content > .row > div {
	margin-bottom: 30px;
}

.page-content .entry-content > .row:last-child > div:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.page-content .entry-content > .row:last-child > div.col-md-4,
	.page-content .entry-content > .row:last-child > div.col-md-6,
	.page-content .entry-content > .row:last-child > div.col-md-8 {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.page-content .entry-content > .row:last-child > div.col-lg-4,
	.page-content .entry-content > .row:last-child > div.col-lg-6,
	.page-content .entry-content > .row:last-child > div.col-lg-8 {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.page-content .entry-content > .row:last-child > div.col-xl-4,
	.page-content .entry-content > .row:last-child > div.col-xl-6,
	.page-content .entry-content > .row:last-child > div.col-xl-8 {
		margin-bottom: 0;
	}
}

.page-content .entry-content > .row + h2,
.page-content .entry-content > .row + h3,
.page-content .entry-content > .row + h4 {
	margin-top: 0;
}

.page-content .entry-content .row > div > h2:first-child,
.page-content .entry-content .row > div > h3:first-child,
.page-content .entry-content .row > div > h4:first-child,
.page-content .entry-content .row > div > h5:first-child,
.page-content .entry-content .row > div > h6:first-child {
	margin-top: 0;
}

.page-content .entry-content a {
/*  font-size: 0.85rem; */
  font-weight: 700;
}

.page-content .entry-content .cwukcard {
	background: #eee;
	border: 0 none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.page-content .entry-content .row > div > .cwukcard {
	height: 100%;
}
.page-content .entry-content .cwukcard figure {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 10px;
}
.page-content .entry-content .cwukcard figure img {
	display: block;
	min-height: 125px;
	max-width: 100%;
	margin: 0 auto;
}
.page-content .entry-content .cwukcard .card-body h2:first-child, 
.page-content .entry-content .cwukcard .card-body h3:first-child, 
.page-content .entry-content .cwukcard .card-body h4:first-child, 
.page-content .entry-content .cwukcard .card-body h5:first-child, 
.page-content .entry-content .cwukcard .card-body h6:first-child {
	margin-top: 0;
}

@media (min-width: 992px) {
  .page-content .entry-content .cwukcard {
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
  }
  .page-content .entry-content .cwukcard:hover {
    transform: scale(1.05);
  }
}

.page-content .entry-content p.set-inline-img-right img {
	float: right;
	margin-top: -10px;
}

.entry-content ul {
	list-style: disc;
	margin: 0 0 0.2em 0;
}
.entry-content ol {
	list-style-type: decimal;
	margin: 0 0 0.2em 0;
}
.entry-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content ul ul, 
.entry-content ol ol, 
.entry-content ul ol, 
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content  ul > li,
.entry-content  ol > li {
	margin-bottom: 0.7em; 
}
.entry-content  ul > li > ul {
	margin-top: 0.5em; 
}
.entry-content  a.pdf-dl {
	background: url(images/pdf-dl-icon.png) 0 0 no-repeat; 
	padding: 0 0 0 40px; 
	display: inline-block; 
	text-decoration: underline; 
}
.entry-content hr {
	margin: 30px 0; 
	height: 2px; 
	background: #f0f0f0; 
	border: 0 none;
	opacity: 1;
}
span.atmark:before {content: "@";}

@media screen and (min-width: 992px) {
	.page-content .entry-content > .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.page-content .entry-content > .row > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.entry-content hr {
		margin: 40px 0; 
	}
}

@media screen and (min-width: 1200px) {
	.entry-content hr {
		margin: 50px 0; 
	}
}


/* === Posts lists base === */
.posts-list {
}
.posts-list .post-item {
}
.posts-list .post-item .p-thumb {
	width: 100%;
	margin: 0 0 15px 0;
}
.posts-list .post-item .p-thumb img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.posts-list .post-item .p-content {
	font-size: 0.85rem;
}
.posts-list .post-item .p-content h3 {
	font-size: 1rem;
	margin: 0 0 0.5em;
}
.posts-list .post-item .p-content h3 a {
	display: block;
}
.posts-list .post-item .p-content p {
	margin-bottom: 0;
}
.post-content .entry-content .posttime,
.posts-list .post-item .p-content .posttime {
	font-size: 0.7rem;
	color: #999;
	font-weight: 400;
	margin-bottom: 4px;
}
.posts-list .post-item .p-content .tlink {
	padding-left: 6px;
	color: #da291c;
}
.posts-list .post-item .p-content .tlink:hover {
	color: #da291c;
	text-decoration: underline;
}

/* === Simple posts lists base === */
.posts-list .simple-post-item {
	font-size: 0.8rem;
	margin-bottom: 30px;
}
.posts-list .simple-post-item:last-child {
	margin-bottom: 0;
}
.posts-list .simple-post-item .spi-text .spi-meta {
	color: #999;
	font-size: 0.7rem;
	margin-bottom: 0.5em;
}
.posts-list .simple-post-item .spi-text h4 {
/*	font-size: 1rem; */
	margin-bottom: 0.5em;
	margin-top: 0;
}
.posts-list .simple-post-item .spi-text h4 a {
	color: var(--rde2026-links);
	font-size: 1rem;
}
.posts-list .simple-post-item .spi-text h4 a:hover {
	text-decoration: underline;
}
.posts-list .simple-post-item .spi-text p {
	margin-bottom: 0;
}

/* === Row/cols with feature content floated right on larger screens === */
.page-content .entry-content .feature-float-lg {
}
.page-content .entry-content .feature-float-lg:last-child > div:first-child {
	margin-bottom: 0;
}
.page-content .entry-content .feature-float-lg > div > h2:first-child {
	clear: none;
	margin-top: 0;
}
.page-content .entry-content .feature-float-lg > div > figure {
	border-radius: 15px;
	overflow: clip;
}
.page-content .entry-content .feature-float-lg > div > figure.no-round {
	border-radius: 0;
}
.page-content .entry-content .feature-float-lg > div > figure:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.page-content .entry-content .feature-float-lg {
		display: block;
	/*	margin-bottom: -30px;  */
		margin-left: 0;
		margin-right: 0;
	}
	.page-content .entry-content .feature-float-lg + .feature-float-lg {
		display: block;
		margin-top: 40px;
	}
	.page-content .entry-content .feature-float-lg > div {
		display: block;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.page-content .entry-content .feature-float-lg > div:first-child {
		float: right;
		margin-bottom: 30px;
		margin-left: 30px;
		max-width: 500px;
		width: 45%;
	}
	.pg-wood-species-products .page-content .entry-content .feature-float-lg > div:first-child {
		max-width: 436px;
	}
	.page-content .entry-content .feature-float-lg > div:last-child {
		width: 100%;
	}
	.page-content .entry-content .feature-float-lg:last-child > div:first-child {
		margin-bottom: 30px;
	}
}

/* Alignement (WP classes)
   ========================================================================== */
.images-right {
	float: right;
	margin-left: 20px;
	max-width: 350px;
}
.images-right img {
	margin-bottom:20px;
	max-width: 350px;
}
.aligncenter,
.alignright,
.alignleft {
	display: block;
	margin:  0 auto 1.5rem;
	text-align: center;
}
p .aligncenter,
p .alignright,
p .alignleft {
	margin-bottom: 0;
}

@media only screen and ( min-width: 576px ) {
	.alignleft {
		float:        left;
		margin-right: 1.5rem;
	}
	.alignright {
		float:       right;
		margin-left: 1.5rem;
	}
}

.alignnone { float: none; }
.clear { clear: both; }
.separator { clear: both; width: 100%; }


/* Images
   ========================================================================== */

.wp-block-image {
	margin-bottom: 1.5rem;
}
.wp-block-image:has(figure.alignleft, figure.alignright) {
	margin-bottom: 0;
}
img {
	height: auto;
	max-width: 100%;
}
img.wp-smiley,
img.emoji {
	background: transparent;
	border: none;
	box-shadow: none;
	display: inline;
	margin: 0 .07em;
	max-height: 1em;
	padding: 0;
	width: 1em;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
img.alignleft,
img.alignright,
.wp-block-group.alignright {
  max-width: 45%;
}
.wp-block-image .alignleft,
img.alignleft {
  float: left;
  margin: 4px 20px 20px 0;
}

.wp-block-image .alignright,
img.alignright,
.wp-block-group.alignright {
  float: right;
  margin: 4px 0 20px 20px;
}

.wp-block-image .aligncenter {
  margin-bottom: 15px;
}

.entry-content > img.alignnone {
	margin: 15px 0 15px;
}

@media only screen and (max-width: 575px) {
	.wp-block-image:not(.always-float) .alignleft,
	.wp-block-image:not(.always-float) .alignright,
	img.alignleft,
	img.alignright, 
	.wp-block-group.alignright, 
	.wp-block-image:not(.always-float) figure.alignleft, 
	.wp-block-image:not(.always-float) img.alignleft, 
	.wp-block-image:not(.always-float) figure.alignright, 
	.wp-block-image:not(.always-float) img.alignright {
			float: none;
			display: block;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0;
			max-width: 100%;
			width: auto;
	}
}

@media (min-width: 768px) {
	.wp-caption.alignleft {
		float: left;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.wp-caption.alignright {
		float: right;
		margin-left: 20px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 992px) {
	.wp-block-image .alignleft,
	.wp-block-image .alignright,
	img.alignleft,
	img.alignright {
	  max-width: 50%;
	}
	table .wp-block-image .alignleft,
	table .wp-block-image .alignright,
	table img.alignleft,
	table img.alignright {
	  max-width: 100%;
	}
	.wp-block-image .alignleft,
	img.alignleft {
	  margin-right: 30px;
	}
	.wp-block-image .alignright,
	img.alignright {
	  margin-left: 30px;
	}
	img.aligncenter {
		margin: 15px auto 15px;
	}
}

@media screen and (min-width: 1200px) {
	.wp-block-image .alignleft,
	.wp-block-image .alignright,
	img.alignleft,
	img.alignright {
	  max-width: 500px;
	}
	table .wp-block-image .alignleft,
	table .wp-block-image .alignright,
	table img.alignleft,
	table img.alignright {
	  max-width: 100%;
	}
	.wp-block-image .alignleft,
	img.alignleft {
	  margin-right: 40px;
	}
	.wp-block-image .alignright,
	img.alignright {
	  margin-left: 40px;
	}
}


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

figcaption,
.figcaption,
.wp-caption-text {
	font-size: 0.65rem;
	font-weight:normal;
	padding: 0;
	margin-bottom: 20px !important;
	margin-top: 10px !important;
	position: relative;
	line-height: 120%;
	text-align: left;
}

figcaption span,
.wp-caption-text span {
	clear: both;
	display: block;
	font-size: 90%;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

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


/* === figure with caption floated over image === */
.wp-block-image.float-caption {
	position: relative;
}

.wp-block-image.float-caption figcaption {
	position: absolute;
	top: calc(50% - 1em);
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-align: center;
	max-width: 100%;
}

.wp-block-image.float-caption::before {
	content: " ";
	background: rgba(40, 82, 63, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	max-width: 100%;
}


/* === General tables=== */
.entry-content .wp-block-table {
	margin: 2rem 0;
	max-width: 100%;
	overflow-x: auto;
}

.entry-content .wp-block-table table {
	border: 0 none;
	border-collapse: collapse;
	margin: 0;
	max-width: 100%;
	width: 100%;
	overflow-x: scroll;
}
.entry-content .wp-block-table table th,
.entry-content .wp-block-table table td {
	text-align: left;
	padding: 12px 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: none;
	border-right: none;
	vertical-align: middle;
}
.entry-content .wp-block-table table th {
	font-weight: 700;
	/* text-align: center; */
}
.entry-content .wp-block-table table tr:nth-child(odd),
.entry-content .wp-block-table table tr.gray {
	background-color: #f0f0f0;
}
.entry-content .wp-block-table table tr.white {
	background: #ffffff;
}

@media only screen and (max-width: 600px) { 
	.entry-content .wp-block-table {
		overflow-x: scroll;
	}
	.entry-content .wp-block-table table {
		max-width: 600px;
		width: 600px;
	}
}

/* === General Gallery layout=== */
.entry-content .wp-block-gallery.has-nested-images.is-cropped {
	gap: 15px !important;
	width: 100%;
	margin-top: 20px;
}

.entry-content .wp-block-gallery.has-nested-images.is-cropped.alignright {
	margin-top: 4px;
	max-width: 100%;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	width: calc(50% - 15px) !important;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):first-child {
	width: calc(100%) !important;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image a {
	display: block;
	height: 0;
	padding-top: 100%;
	position: relative;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):first-child a {
	padding-top: 66.666%;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image a img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (min-width: 575px) {
	.entry-content .wp-block-gallery.has-nested-images.is-cropped.alignright {
		max-width: 45%;
	}
}

@media screen and ( min-width: 768px ) {
	.entry-content .wp-block-gallery.has-nested-images.is-cropped {
		gap: 20px !important;
		margin-top: 30px;
	}
	.entry-content .sidebar-column .wp-block-gallery.has-nested-images.is-cropped:first-child {
		margin-top: 5px;
	}
	.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - 20px) !important;
	}
}

@media screen and ( min-width: 992px ) {
}

/* === More info block === */
.entry-content .more-info-block {
	align-items: center; /* Centers items vertically */
	background: #efede4;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 0.85rem;
	line-height: 1.2;
	margin: 20px 0 0;
	padding: 20px;
}
.entry-content .more-info-block > div:first-child {
	flex: 0 1 auto;
	padding: 0 10px 0 0;
	width: auto;
}
.entry-content .more-info-block > div:first-child figure {
	margin: 0;
}
.entry-content .more-info-block > div:last-child {
	flex: 1 0 0;
	padding: 0 0 0 10px;
	width: auto;
}

/* === Accordian block === */
.page-content .entry-content .wp-block-ub-content-toggle {
	margin: 30px 0;
}
.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion {
	border-radius: 4px;
	margin-top: 10px;
}
.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion:first-child {
	margin-top: 0;
}
.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap {
	background-color: #e8e8e8 !important;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}
.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-title {
	background-color: #e8e8e8;
	color: #333;
	font-weight: 700;
	margin: 0;
	padding: 8px 0 7px 50px;
	position: relative;
}
.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-title::before {
	content: "\f109";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 15px;
	top: 10px;
}
.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-content-wrap {
	border-radius: 4px;
	border: 2px solid #e8e8e8;
	padding: 15px; 
}
.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-content-wrap.ub-hiding {
	border: 0 none;
	padding: 0 15px; 
}

@media screen and (min-width: 992px) {
	.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-title {
		padding-bottom: 17px;
		padding-top: 18px;
	}
	.page-content .entry-content .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-title::before {
		top: 20px;
	}
}

/* Typography Buttons
   ========================================================================== */
.btn {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.1em;
}
.btn.btn-primary {
	background: var(--rde2026-btn-primary);
	border: 2px solid var(--rde2026-btn-primary);
	border-radius: 8px;
	box-shadow: none;
	color: #fff;
	font-weight: 700 !important;
	padding: 8px 20px;
	text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary:visited {
	color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
	background: var(--rde2026-btn-primary-hover);
	border: 2px solid var(--rde2026-btn-primary-hover);
	box-shadow: none;
	color: #fff;
}
.btn.btn-primary:hover {
	background: var(--rde2026-btn-primary-hover);
	border: 2px solid var(--rde2026-btn-primary-hover);
	box-shadow: none;
	color: #fff;
	text-decoration: none;
}

.btn.btn-secondary {
	background: none;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	font-weight: 700 !important;
	line-height: 1.1em;
	margin-top: 13px;
	padding: 5px 10px;
	text-align: left;
	text-transform: uppercase;
}
.btn.btn-secondary:visited {
	color: #fff;
}
.btn.btn-secondary:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #222;
}
.ub-button-container  {
	border: 2px solid #28523f;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 992px) {
	.btn.btn-primary,
	.btn.btn-secondary {
		font-size: 0.85rem;
		margin-top: 20px;
	}
}

/* ====== WP Buttons block ====== */
.page-content .entry-content .wp-block-buttons {
	margin-bottom: 20px;
	margin-right: -50px;
	margin-top: -0.8em
}
.page-content .entry-content .wp-block-buttons:last-child {
	margin-bottom: 0;
}
.page-content .entry-content .wp-block-buttons .wp-block-button {
	margin-right: 50px;
	margin-top: 20px;
}
.page-content .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link {
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.1em;
	background: var(--rde2026-hover-submenu-buttons);
	border: 2px solid var(--rde2026-hover-submenu-buttons);
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	padding: 15px 25px;
	text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.page-content .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:visited {
	color: #fff;
}
.page-content .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:active,
.page-content .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
	background: var(--rde2026-hover-submenu-buttons);
	border: 2px solid var(--rde2026-hover-submenu-buttons);
	box-shadow: none;
	color: #fff;
}
.page-content .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	background: var(--rde2026-hover-submenu-buttons);
	border: 2px solid var(--rde2026-hover-submenu-buttons);
	box-shadow: none;
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.page-content .entry-content .wp-block-buttons .wp-block-button.btn-green .wp-block-button__link:active,
.page-content .entry-content .wp-block-buttons .wp-block-button.btn-green .wp-block-button__link:focus,
.page-content .entry-content .wp-block-buttons .wp-block-button.btn-green .wp-block-button__link:hover {
	background: #3cadb5;
	border-color: #3cadb5;
}

@media screen and (min-width: 992px) {
	.page-content .entry-content .wp-block-buttons {
		margin-bottom: 30px;
	}
	.page-content .entry-content .wp-block-buttons .wp-block-button {
		margin-top: 30px;
	}
}


/* 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	line-height: 1;
}


/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
	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;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* Clearings
   ========================================================================== */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.header-content:before,
.header-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-content:before,
.footer-content:after,
.footer-content .site-info:before,
.footer-content .site-info:after,
.footer-sitemap:before,
.footer-sitemap:after,
.row-layout:before,
.row-layout:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.header-content:after,
.site-content:after,
.site-footer:after,
.footer-content:after,
.footer-content .site-info:after,
.footer-sitemap:after,
.row-layout:after {
	clear: both;
}


/* === Remove margin-bottom on last element in entry-content (content editor) === */
.page-content .entry-content > ul:last-child,
.page-content .entry-content > ol:last-child,
.page-content .entry-content > ul:last-child > li:last-child,
.page-content .entry-content > ol:last-child > li:last-child,
.page-content .entry-content > dl:last-child,
.page-content .entry-content > figure:last-child,
.page-content .entry-content > fieldset:last-child,
.page-content .entry-content > form:last-child,
.page-content .entry-content > pre:last-child,
.page-content .entry-content > table:last-child,
.page-content .entry-content > object:last-child,
.page-content .entry-content > blockquote:last-child,
.page-content .entry-content > address:last-child,
.page-content .entry-content > .wp-block-image:last-child,
.page-content .entry-content > .wp-block-table:last-child,
.page-content .entry-content > .wp-block-ub-content-toggle:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   # Temp Home/Now Hiring (remove this once the site is launched)
   ========================================================================== */
.pg-now-hiring #page-header {
    display: none;
}
.pg-now-hiring section.main-section {
    padding: 40px 0;
}
.pg-now-hiring .entry-content > .wp-block-group {
	display: flow-root;
	padding: 40px 0;
	border-bottom: 2px solid #e6e6e6;
}
.pg-now-hiring .entry-content > .wp-block-group:first-child {
	padding-top: 0;
}
.pg-now-hiring .entry-content > .wp-block-group:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.pg-now-hiring .page-content .entry-content h1.main-page-heading {
    margin: 20px 0;
}
.pg-now-hiring .page-content .entry-content h1.coming-soon-heading .title {
    font-size: 1.35rem;
}
.pg-now-hiring .page-content .entry-content h2,
.page-content .entry-content h3 {
    margin-top: 0;
}
.pg-now-hiring .section-content p img {
	vertical-align: middle;
	margin-right: 10px;
}
.pg-now-hiring .wp-block-group.now-hiring .wpcf7 form {
	margin-bottom: 0;
}
.pg-now-hiring .wp-block-group.now-hiring .wpcf7 .wpcf7-form .row > div:last-child {
    margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
	.pg-now-hiring .wp-block-group.coming-soon .section-content .wp-block-image .alignright, img.alignright, .wp-block-group.alignright {
	    margin-bottom: 0;
	    margin-left: 0;
	}
}
@media screen and (min-width: 579px) {
	.pg-now-hiring .page-content .entry-content h2,
	.pg-now-hiring .page-content .entry-content h3 {
	    margin-top: 0.8rem;
	}
}
@media screen and (max-width: 767px) {
	.pg-now-hiring .wp-block-group.about-us .section-content .wp-block-image .alignright, img.alignright, .wp-block-group.alignright {
	    margin-bottom: 20px;
	}
	.pg-now-hiring .wp-block-group.location .section-content iframe.alignright {
		width: 100%;
		margin: 0;
	}
}
@media screen and (min-width: 768px) {
	.pg-now-hiring .page-content .entry-content h1.coming-soon-heading .title {
	    font-size: 1.7rem;
	}
	.pg-now-hiring .wp-block-group.coming-soon {
		--section-media-width: min(42%, 512px);
		--section-media-ratio: 16 / 9;
	}
	.pg-now-hiring .wp-block-group.about-us {
		--section-media-width: min(42%, 400px);
		--section-media-ratio: 1000 / 667;
	}
	.pg-now-hiring .wp-block-group.location {
		--section-media-width: min(60%);
		--section-media-ratio: 5 / 2;
	}
	.pg-now-hiring .entry-content > .wp-block-group > .wp-block-group__inner-container {
		position: relative;
		display: flow-root !important;
	}
	.pg-now-hiring .entry-content > :is(.coming-soon, .about-us, .location)	> .wp-block-group__inner-container::before {
		content: "";
		float: right;
		width: var(--section-media-width);
		aspect-ratio: var(--section-media-ratio);
	}
	.pg-now-hiring .entry-content > :is(.coming-soon, .location) > .wp-block-group__inner-container::before {
		margin: 0 0 0 clamp(30px, 5vw, 60px);
	}
	.pg-now-hiring .entry-content > :is(.about-us)	> .wp-block-group__inner-container::before {
		margin: 0 0 20px clamp(30px, 5vw, 60px);
	}
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .section-content,
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .section-content > .wp-block-group__inner-container {
		display: contents !important;
	}
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .main-page-heading,
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .section-content > .wp-block-group__inner-container > .wp-block-heading,
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .section-content > .wp-block-group__inner-container > .wp-block-paragraph {
		clear: none !important;
		width: auto !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .section-content > .wp-block-group__inner-container > .wp-block-paragraph {
		margin-top: 0 !important;
		margin-bottom: 18px !important;
	}
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .section-content > .wp-block-group__inner-container > .wp-block-paragraph:last-of-type {
		margin-bottom: 0 !important;
	}
	.pg-now-hiring .entry-content > :is(.coming-soon, .about-us, .location)	> .wp-block-group__inner-container > .section-content > .wp-block-group__inner-container > :is(.wp-block-image, iframe.alignright) {
		position: absolute !important;
		top: 0;
		right: 0;
		width: var(--section-media-width) !important;
		margin: 0 !important;
		z-index: 1;
	}
	.pg-now-hiring .entry-content > :is(.coming-soon, .about-us) .section-content figure.alignright {
		float: none !important;
		width: 100%;
		max-width: none;
		margin: 0;
	}
	.pg-now-hiring .entry-content > :is(.coming-soon, .about-us) .section-content .wp-block-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.pg-now-hiring .entry-content > .location .section-content iframe.alignright {
		float: none !important;
		display: block;
		max-width: none;
		height: auto !important;
		aspect-ratio: var(--section-media-ratio);
		border: 0;
	}
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 {
		margin-top: .5rem;
	}
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 .wpcf7-form .row > div.label-col,
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 .wpcf7-form .row > div.label-col + div {
		max-width: inherit;
	}
}
@media screen and (min-width: 1024px) {
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 .wpcf7-form .columns {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 30px;
	}
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 form .wpcf7-form-control.wpcf7-text,
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 form .wpcf7-form-control.wpcf7-email,
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 form .wpcf7-form-control.wpcf7-select,
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 form .wpcf7-form-control.wpcf7-date {
		width: 85%;
	}
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 form .row > div .wpcf7-form-control.wpcf7-textarea,
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 form .codedropz-upload-container {
		max-height: 175px;
	}
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 form .codedropz-upload-inner h3 {
		margin-top: inherit;
	}
	.pg-now-hiring .wp-block-group.now-hiring .wpcf7 .wpcf7-form .row > div:last-child {
	    margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
    .pg-now-hiring section.main-section {
        padding: 50px 0;
    }
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .main-page-heading {
		margin-bottom: 30px;
	}
	.pg-now-hiring .entry-content > .wp-block-group	> .wp-block-group__inner-container > .section-content > .wp-block-group__inner-container > .wp-block-heading {
		margin-bottom: 22px;
	}
	.pg-now-hiring .entry-content > .wp-block-group.now-hiring > .wp-block-group__inner-container > .section-content > .wp-block-group__inner-container > .wp-block-heading {
		margin-bottom: 13px;
	}
}

/* ==========================================================================
   # Home
   ========================================================================== */
body.home {
	font-size: 1.2rem;
}

.slider-section {
	width: 100%; 
	height: auto; 
	padding: 0; 
	overflow: hidden; 
	margin: 0; 
	background: var(--rde2026-color-white); 
	position: relative; 
	z-index: 1;
}
.slider-section .container-lg {
	padding-left: 20px;
	padding-right: 20px;
}
.intro-slider {
	width: 100%; 
	max-width: 100%; 
	padding: 0; 
	height: auto; 
	margin: 0; 
	position: relative;
}
.intro-slider .slide {
	position: relative; 
	width: 100%; 
	height: auto; 
	float: left; 
}
.intro-slider .slide figure {
	margin: 0;
	position: relative; 
}
.intro-slider .slide figure a {
	display: block;
}
.intro-slider .slide figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.intro-slider .slide figure img.pc-image {
	display: none;
}

.intro-slider .slides .slick-arrow {
	background: var(--rde2026-color-red);
	border: 5px solid var(--rde2026-color-white);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
	border-radius: 50%;
	color: var(--rde2026-color-white);
	width: 50px; 
	height: 50px; 
	display: block; 
	position: absolute; 
	z-index:2000; 
	overflow: hidden;
	text-indent: -9999px;
	top: 50%;
	transform: translateY(-50%);
}
.intro-slider .slides .slick-arrow i.fa-solid {
	font-size: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: 0;
	transform: translate(-50%, -50%);
}
.intro-slider .slides .slick-prev {
	left: -10px; 
}
.intro-slider .slides .slick-next {
	right: -10px; 
}


@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
	.slider-section .container-lg {
		padding-left: 70px;
		padding-right: 70px;
	}
	.slider-section .intro-slider::before,
	.slider-section .intro-slider::after {
		background: var(--rde2026-color-red);
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
		border-radius: 10px;
		content: " ";
		display: block;
		position: absolute;
		bottom: 0;
		top: 0;
		width: 100px;
	}
	.slider-section .intro-slider::before {
		left: -120px;
	}
	.slider-section .intro-slider::after {
		right: -120px;
	}
	.intro-slider .slide figure img.pc-image {
		display: block;
	}
	.intro-slider .slide figure img.mob-image {
		display: none;
	}
	.intro-slider .slides .slick-arrow {
		background: var(--rde2026-color-red);
		border: 0 none;
	}
	.intro-slider .slides .slick-prev {
		left: -70px; 
	}
	.intro-slider .slides .slick-next {
		right: -70px; 
	}
}

@media screen and (min-width: 992px) {
	:root {
		--rde2026-slider-left: calc((100vw - 960px) / 2);
	}
	.slider-section .container-lg {
		padding-left: 15px;
		padding-right: 15px;
	}
	.intro-slider .slides .slick-prev {
		left: max(-70px, calc(-20px - var(--rde2026-slider-left, 0px))); 
	}
	.intro-slider .slides .slick-next {
		right: max(-70px, calc(-20px - var(--rde2026-slider-left, 0px))); 
	}
	.slider-section .intro-slider::before {
		left: -220px;
		width: 200px;
	}
	.slider-section .intro-slider::after {
		right: -220px;
		width: 200px;
	}
}

@media screen and (min-width: 1200px) {
	:root {
		--rde2026-slider-left: calc((100vw - 1140px) / 2);
	}
}

@media screen and (min-width: 1400px) {
	:root {
		--rde2026-slider-left: calc((100vw - 1320px) / 2);
	}
}

@media screen and (min-width: 1680px) {
	:root {
		--rde2026-slider-left: calc((100vw - 1630px) / 2);
	}
	.slider-section .intro-slider::before {
		left: -520px;
		width: 500px;
	}
	.slider-section .intro-slider::after {
		right: -520px;
		width: 500px;
	}
}


section.main-section.home-main {
	padding-top: 20px;
}

section.main-section.home-main .container-lg {
	padding-left: 20px;
	padding-right: 20px;
}

section.main-section.home-main .entry-content .home-seo-text {
	font-size: 1.2rem;
	margin-bottom: 30px;
	text-align: center;
}

section.main-section.home-main .entry-content .home-seo-text h2 {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}
section.main-section.home-main .entry-content .home-seo-text figure.alignright {
	margin-bottom: -20px;
}


@media screen and (min-width: 576px) {
	section.main-section.home-main .entry-content .home-seo-text figure.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 100%;
		width: auto;
	}
}

@media screen and (min-width: 768px) {
	section.main-section.home-main .container-lg {
		padding-left: 30px;
		padding-right: 30px;
	}
	section.main-section.home-main .entry-content .home-seo-text {
		text-align: left;
	}
	section.main-section.home-main .entry-content .home-seo-text figure.alignright {
		float: right;
		margin: 4px 0 40px 20px;
		max-width: 50%;
		width: auto;
	}
}

@media screen and (min-width: 992px) {
	section.main-section.home-main .container-lg {
		padding-left: 15px;
		padding-right: 15px;
	}
	section.main-section.home-main .entry-content .home-seo-text {
		padding-left: 30px;
		padding-right: 30px;
	}
	section.main-section.home-main .entry-content .home-seo-text figure.alignright {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	section.main-section.home-main .entry-content .home-seo-text {
		font-size: 1.35rem;
	}
	section.main-section.home-main .entry-content .home-seo-text h2 {
		font-size: 1.75rem;
	}
}

section.main-section.home-main .entry-content .home-teasers {
	font-size: 1rem;
	margin-top: 0;
}
section.main-section.home-main .entry-content .home-teasers > div {
	margin-bottom: 0;
}
section.main-section.home-main .entry-content .home-teasers > div + div {
	margin-top: 30px;
}
section.main-section.home-main .entry-content .home-teasers .home-teaser .teaser-thumb {
	width: 250px;
}
section.main-section.home-main .entry-content .home-teasers .home-teaser .teaser-thumb figure {
	margin: 0;
}
section.main-section.home-main .entry-content .home-teasers .home-teaser .teaser-content {
	width: calc(100% - 250px);
}
section.main-section.home-main .entry-content .home-teasers .home-teaser .teaser-content h2 {
	font-size: 1.4rem;
	line-height: 1.1em;
	margin-bottom: 10px;
	margin-top: -2px;
}

@media screen and (min-width: 768px) {
	section.main-section.home-main .entry-content .home-teasers > div + div {
		margin-top: 0;
	}
	section.main-section.home-main .entry-content .home-teasers .home-teaser .teaser-thumb,
	section.main-section.home-main .entry-content .home-teasers .home-teaser .teaser-content {
		width: 100%;
	}
	section.main-section.home-main .entry-content .home-teasers .home-teaser .teaser-content h2 {
		margin-top: 14px;
		margin-bottom: 10px;
	}
}


/* ==========================================================================
   # Inner pages
   ========================================================================== */

/* === Post Header === */
.entry-title {
	margin-top: 0;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover {
	color: #333;
}

/* === Post Content === */

.entry-content {
}

@media (min-width: 768px) {
}

@media screen and (min-width: 992px) {
}



/* About Us
   ========================================================================== */
.pg-about-us .page-content .entry-content h3  {
	color: var(--rde2026-color-red);
	font-size: 1.1rem;
}
.pg-about-us .page-content .entry-content h3.clearfix  {
	clear: both;
}
.pg-about-us .page-content .entry-content h4  {
	font-size: 0.9rem;
}
.page-content .entry-content .ingredient  {
	font-size: 0.8rem;
	margin-top: 20px;
}
.page-content .entry-content .ingredient .ingredient-thumb  {
	padding-right: 10px;
	width: 120px;
}
.page-content .entry-content .ingredient .ingredient-thumb .wp-block-image  {
	margin: 4px 0 0;
}
.page-content .entry-content .ingredient .ingredient-content  {
	padding-left: 10px;
	width: calc(100% - 120px);
}
.page-content .entry-content .ingredient .ingredient-content h4  {
	font-size: 0.9rem;
	margin-bottom: 3px;
}

@media (min-width: 992px) {
	.page-content .entry-content .about-left {
		width: calc(100% - 340px);
	}
	.page-content .entry-content .about-right {
		width: 340px;
	}
}

@media (min-width: 1200px) {
	.page-content .entry-content .about-left {
		padding-right: 25px;
		width: calc(100% - 345px);
	}
	.page-content .entry-content .about-right {
		padding-left: 25px;
		width: 345px;
	}
	.page-content .entry-content .ingredient  {
		font-size: 0.9rem;
	}
	.page-content .entry-content .ingredient .ingredient-content h4  {
		font-size: 1rem;
		margin-bottom: 4px;
	}
}


/* Locations
   ========================================================================== */
.page-content .entry-content .location-text {
	font-size: 1.1rem;
}

/* Contact Us
   ========================================================================== */
.pg-contact-us .page-content .entry-content  {
	font-size: 1rem;
}

@media (min-width: 768px) {
}

/* ==========================================================================
   # Contact Form 7
   ========================================================================== */
.wpcf7 form .wpcf7-response-output {
	margin: 1em 0;
	padding: 0.5em 1em;
}

.wpcf7 .wpcf7-form p {
	margin: 0;
}
.wpcf7 .wpcf7-form p + p {
	margin-top: 6px;
}

.wpcf7 form .wpcf7-form-control {
}

.wpcf7 form .wpcf7-form-control.wpcf7-text,
.wpcf7 form .wpcf7-form-control.wpcf7-email,
.wpcf7 form .wpcf7-form-control.wpcf7-select,
.wpcf7 form .wpcf7-form-control.wpcf7-date,
.wpcf7 form .wpcf7-form-control.wpcf7-textarea {
	border-color: #bebebe; 
	border-style: solid; 
	border-width: 1px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 100%;
  padding: 8px;
  width:100%;
}

.wpcf7 form .wpcf7-form-control.wpcf7-date {
	min-width: 0; /* Allows iOS input to shrink, fixes iOS overflow quirk but you need to do the same on the parent */
}

.wpcf7 form .wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7 form .wpcf7-form-control.wpcf7-email::placeholder,
.wpcf7 form .wpcf7-form-control.wpcf7-textarea::placeholder {
/*  color: #333;
  opacity: 1; */
}

.wpcf7 form .wpcf7-form-control.wpcf7-textarea {
	margin-bottom: 15px;
}

.wpcf7 form .row > div .wpcf7-form-control.wpcf7-textarea {
	margin-bottom: 0;
}

.wpcf7 form .wpcf7-form-control.wpcf7-date::placeholder {
  color: #999;
}

.wpcf7 form .wpcf7-form-control.wpcf7-select {
/*	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  background: var(--rde2026-color-white);
}

.wpcf7 form .wpcf7-form-control.wpcf7-submit {
	color: #fff; 
	background: var(--rde2026-links); 
	border: 2px solid var(--rde2026-links);
	cursor: pointer; 
	padding: 10px 25px;
	width: auto; 
	height: auto; 
	margin: 0 10px 0 0; 
	display: inline-block; 
	vertical-align: top;
	line-height: 1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.wpcf7 form .wpcf7-form-control.wpcf7-submit:hover {
	background: var(--rde2026-links);
	border: 2px solid var(--rde2026-links);
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.wpcf7 form .ajax-loader {
  vertical-align: middle;
}

.wpcf7 .wpcf7-form .row > div {
	margin-bottom: 20px;
}

.wpcf7 .wpcf7-form .row > div.upload-note {
	margin-bottom: 3px;
}

.wpcf7 .wpcf7-form .row > div.label-col {
	margin-bottom: 6px;
}

.wpcf7 .wpcf7-form .row > div:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.wpcf7 .wpcf7-form .row > div.label-col {
		max-width: 170px;
	}

	.wpcf7 .wpcf7-form .row > div.label-col + div {
		min-width: calc(100% - 170px);
	}

	.wpcf7 form .wpcf7-form-control.wpcf7-text,
	.wpcf7 form .wpcf7-form-control.wpcf7-email,
	.wpcf7 form .wpcf7-form-control.wpcf7-select,
	.wpcf7 form .wpcf7-form-control.wpcf7-date {
		width: 50%;
	}

	.wpcf7 .wpcf7-form .row > div.upload-note {
		margin-bottom: 20px;
	}
}

@media only screen and ( max-width: 614px ) {
	textarea {
		width: 100%;
	}
}


/* Our Menu
   ========================================================================== */
.pg-our-menu .main-page-heading {
	display: none;
}
.pg-our-menu .main-page-heading h1 {
	justify-content: center;
}
.pg-our-menu .main-section {
	padding-top: 20px;
}
.page-content .entry-content .menu-ramen-list {
	font-size: 0.9rem;
	margin-bottom: 30px;
	margin-top: 0;
}
.page-content .entry-content .menu-ramen-list > div {
	margin-bottom: 0;
}
.page-content .entry-content .menu-ramen-list > div + div {
	margin-top: 30px;
}
.page-content .entry-content .menu-ramen-list .menu-ramen-item .menu-ramen-thumb {
	max-width: 350px;
	padding-right: 10px;
}
.page-content .entry-content .menu-ramen-list .menu-ramen-item .menu-ramen-thumb figure {
	margin: 0 0 -20px;
}
.page-content .entry-content .menu-ramen-list .menu-ramen-item .menu-ramen-content {
	padding-left: 10px;
	min-width: calc(100% - 350px);
}
.page-content .entry-content .menu-ramen-list .menu-ramen-item .menu-ramen-content h2 {
	font-size: 1.4rem;
	line-height: 1.1em;
	margin-bottom: 0.13em;
}
.page-content .entry-content .menu-ramen-list .menu-ramen-item .menu-ramen-content p {
	style: italic;
}
.page-content .entry-content .menu-ramen-list .menu-ramen-item .menu-ramen-content p.title-jp {
	style: normal;
	font-family: 'Hiragino Mincho Pro', 'MS PMincho', serif;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.05em;
}
.page-content .entry-content h1.main-page-heading {
	margin: 30px 0;
	padding: 0;
}
.page-content .entry-content h1.main-page-heading:first-child {
	margin-top: 0;
}
.page-content .entry-content h1.main-page-heading .title {
	background-color: var(--rde2026-color-red);
	border-radius: 12px;
	color: var(--rde2026-color-white);
	display: inline-block;
	font-family: Impact, sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 30px;
	padding: 20px;
	text-transform: uppercase;
	text-wrap: nowrap;
}
.page-content .entry-content h1.main-page-heading .title-desc {
	display: block;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 400;
	margin-top: 15px;
}
.pg-our-menu .page-content .entry-content h1.main-page-heading:first-child .title-desc {
	max-width: 330px;
}
.page-content .entry-content h1.main-page-heading + h2 {
	margin-top: -5px;
}

.page-content .entry-content .customize-options-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	width: 100%;
}

.page-content .entry-content .menu-others-list {
	margin-bottom: -25px !important;
	justify-content: center;
}
.page-content .entry-content .menu-others-list .menu-others-item {
	margin-bottom: 25px;
	text-align: center;
	width: 180px;
}
.page-content .entry-content .menu-others-list .menu-others-item figure {
	margin: 0 0 20px;
}
.page-content .entry-content .menu-others-list .menu-others-item.image-has-shadow figure {
	margin: 0 -15px;
}
.page-content .entry-content .menu-others-list .menu-others-item h3 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 0.3em;
	margin-top: 0;
}
.page-content .entry-content .menu-others-list .menu-others-item h3 strong {
	font-size: 0.9rem;
	font-weight: 400;
}
.page-content .entry-content .menu-others-list .menu-others-item p.title-jp {
	style: normal;
	font-family: 'Hiragino Mincho Pro', 'MS PMincho', serif;
	font-size: 0.8rem;
	font-weight: 700;
	margin-bottom: 0.3em;
}
.page-content .entry-content .menu-others-list .menu-others-item p.title-jp:last-child {
	margin-bottom: 0;
}
.page-content .entry-content .menu-item-note {
	font-size: 0.8rem;
	text-align: center;
}
.page-content .entry-content .menu-others-list + .menu-item-note {
	margin-top: 1em;
}

@media screen and (min-width: 575px) {
	.page-content .entry-content h1.main-page-heading {
		display: flex;
		align-items: center;
		gap: 20px;
		margin: 0;
	}
	.page-content .entry-content h1.main-page-heading .title-desc {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.pg-our-menu .page-content .entry-content h1.main-page-heading:first-child .title-desc {
		max-width: initial;
	}
	.page-content .entry-content .menu-ramen-list > div + div {
		margin-top: 0;
	}
	.page-content .entry-content .menu-ramen-list > div:nth-child(n+3) {
		margin-top: 30px;
	}
	.page-content .entry-content .menu-ramen-list .menu-ramen-item .menu-ramen-thumb {
		max-width: 100%;
		padding-right: 15px;
	}
	.page-content .entry-content .menu-ramen-list .menu-ramen-item .menu-ramen-content {
		padding-left: 15px;
		min-width: 100%;
		text-align: center;
	}
	.page-content .entry-content .menu-others-list .menu-others-item {
		width: 200px;
	}
}

@media screen and (min-width: 992px) {
	.page-content .entry-content h1.main-page-heading {
		margin: 35px 0;
	}
	.page-content .entry-content .menu-others-list .menu-others-item {
		width: 180px;
	}
	.page-content .entry-content .menu-others-list .menu-others-item.image-has-shadow figure {
		margin: 0 -20px;
	}
}

@media screen and (min-width: 1200px) {
	.page-content .entry-content h1.main-page-heading {
		margin: 40px 0;
	}
	.page-content .entry-content .menu-others-list .menu-others-item {
		width: 220px;
	}
}


/* ==========================================================================
	# Now Hiring
   ========================================================================== */
/* fix date field running over on iOS */
.wpcf7 form span[data-name="visa-expiry"] {
	display: flex;
	min-width: 0; /* Prevents flex item from overflowing */
	max-width: 100%;
}


/* ==========================================================================
	# Order Now
   ========================================================================== */
.order-now-section {
	position: fixed;
	width: 100%;
	min-width: 100%;
	height: 100%;
	z-index: 9999;
/*	display: none; */
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	cursor: pointer;
}
.order-now-section .order-now-options {
}
.order-now-section .order-now-options > div {
	width: 300px;
}
.order-now-section .order-now-options > div:first-child {
	padding-bottom: 100px;
	position: relative;
}
.order-now-section .order-now-options > div:first-child::after {
	content: " ";
	background: #f0f0f0;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 48px;
	height: 4px;
}
.order-now-section .order-now-content {
	background: #fff;
	border-radius: 15px;
	margin: 120px auto 0;
	padding: 50px;
	width: min-content;
	text-align: center;
	cursor: default;
}
.order-now-section .order-now-content .order-button a {
  background-color: var(--rde2026-color-red);
  border-radius: 12px;
  color: var(--rde2026-color-white);
  display: inline-block;
  font-family: Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 20px;
  text-transform: uppercase;
  text-wrap: nowrap;
  width: 270px;
}
.order-now-section .order-now-content .order-button a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.order-now-section .order-now-content figure {
	margin: 0;
}

@media screen and (min-width: 992px) {
	.order-now-section .order-now-content {
		width: max-content;
	}
	.order-now-section .order-now-options > div {
		padding-bottom: 30px;
		padding-top: 30px;
		width: 370px;
	}
	.order-now-section .order-now-options > div:first-child {
		padding-bottom: 0;
		padding-right: 50px;
	}
	.order-now-section .order-now-options > div:first-child::after {
		left: auto;
		right: 2px;
		bottom: 0;
		top: 0;
		height: auto;
		width: 4px;
	}
}

/* ==========================================================================
	# Privacy Policy
   ========================================================================== */


/* ==========================================================================
	# 404 Error
   ========================================================================== */


/* ==========================================================================
	# Search Results
   ========================================================================== */


/* ==========================================================================
	# Admin bar fix
   ========================================================================== */
@media screen and (max-width: 782px) {
/*	html #wpadminbar {
		top: -46px;
	}*/
}

