:root {
  --rtm-core-primary: #020202;
  --rtm-core-secondary: #fff;
  --rtm-core-accent: #ed3d0e;
  --rtm-core-on-accent: #fff;
  --rtm-core-text-sm: 0.875em;
  --rtm-core-text-lg: 1.125em;
  --rtm-core-text-xl: 1.25em;
  --rtm-core-text-2xl: 1.5em;
  --rtm-core-text-3xl: 1.875em;
}

.col,
.flexslider-container img,
.no-js .slides > li:first-child,
.page-thumbnail img,
.sf-menu li.sfHover > .sf-mega,
.sf-menu li.sfHover > ul,
.sf-menu li:hover > .sf-mega,
.sf-menu li:hover > ul,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
html[xmlns] .slides,
menu,
nav,
section,
ul.page-numbers li {
  display: block;
}
.clear,
.clr:after {
  clear: both;
}
.sf-menu .sf-mega,
.sf-menu ul {
  top: 100%;
  position: absolute;
  left: 0;
}
#wp-calendar tfoot td#next,
.textright,
blockquote.left {
  text-align: right;
}
#footer-widgets .span_1_of_3.col-1,
#footer-widgets .widget-title span {
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
#img-attch-page img,
#logo img,
img,
select {
  max-width: 100%;
}
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.clr:after,
.slides:after {
  visibility: hidden;
  line-height: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
mark {
  background: 0 0;
}
.clr:after,
.col:after,
.group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.col {
  float: left;
  float: inline-start;
  margin: 0 0 2% 1.6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rtm-core-grid {
  display: -ms-grid;
  display: grid;
}
.rtm-core-grid-cols-4 {
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.rtm-core-grid-cols-3 {
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.rtm-core-grid-cols-2 {
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
body {
  background: #f6f6f6;
  color: #444;
  line-height: 1.5;
  font-size: 1rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    avenir next,
    avenir,
    segoe ui,
    helvetica neue,
    helvetica,
    Cantarell,
    Ubuntu,
    roboto,
    noto,
    arial,
    sans-serif;
}
#wp-calendar tbody td a,
#wp-calendar tbody td a:hover,
.sidebar-container a:hover,
a {
  color: var(--e-global-color-accent, var(--rtm-core-accent));
  text-decoration: underline;
}
#main {
  padding: 48px 0;
}
.container {
  margin: 0 auto;
  max-width: 1140px;
}
.left-content {
  float: left;
  float: inline-start;
  width: calc(100% - 300px - 40px);
}
.sidebar-container {
  float: right;
  float: inline-end;
  width: 300px;
}
.clr:after {
  content: ".";
  display: block;
  height: 0;
}
img {
  height: auto;
}
.slides:after,
hr {
  clear: both;
  height: 0;
}
.wp-block-quote,
blockquote {
  -webkit-border-start: 3px solid;
  border-inline-start: 3px solid;
  -webkit-padding-start: 1.5em;
  padding-inline-start: 1.5em;
}
blockquote.left {
  float: left;
  float: inline-start;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  width: 33%;
}
blockquote.right {
  float: right;
  float: inline-end;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  text-align: left;
  width: 33%;
}
pre {
  font-family: Menlo, Consolas, monaco, monospace;
}
address {
  letter-spacing: 1px;
  margin: 20px 0;
}
#page-featured-img {
  margin-bottom: 25px;
  position: relative;
}
#page-featured-img img {
  display: block;
  width: 100%;
}
.double-divider {
  display: block;
  width: 100%;
  height: 3px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 40px 0;
}
.heading {
  font-size: var(--rtm-core-text-xl);
  margin: 0 0 20px;
  padding-bottom: 3px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}
.loop-entry-title,
h1 {
  font-size: var(--rtm-core-text-3xl);
}
.page-thumbnail {
  margin-bottom: 30px;
}
.single-portfolio .post-slider-wrap,
body.page-template-templatesfullwidth-php .page-thumbnail {
  margin: 0 0 30px;
}
.rtm-core-readmore {
  display: block;
  margin-top: 24px;
}
.feature-thumbnail,
h1,
p {
  margin: 0 0 20px;
}
.rtm-core-readmore a {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 1em 1.5em;
  line-height: 1.4;
  text-decoration: none;
}
.rtm-core-readmore a:hover {
  background: var(--e-global-color-accent, var(--rtm-core-accent));
}
:where(.entry) ul {
  list-style: disc;
  padding-inline: 2em;
}
:where(.entry) ol {
  list-style: decimal;
  padding-inline: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--e-global-color-primary, var(--rtm-core-primary));
  line-height: 1.4;
}
.site-text-logo a,
h2 {
  font-size: var(--rtm-core-text-2xl);
}
h3 {
  font-size: var(--rtm-core-text-xl);
}
h4 {
  font-size: var(--rtm-core-text-lg);
}
#reply-title small,
h5,
h6 {
  font-size: 1em;
}
.single-post-content > * {
  margin-bottom: 2rem;
}
#footer-wrap a,
.sidebar-container a,
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}
#copyright-wrap a,
#site-navigation .dropdown-menu a:hover,
.site-text-logo a {
  color: var(--e-global-color-accent, var(--rtm-core-accent));
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
  color: #000;
}
small {
  font-size: 80%;
}
hr {
  border: solid #eee;
  border-width: 1px 0 0;
  margin: 40px 0;
}
.page-header {
  position: relative;
  margin-bottom: 30px;
}
.page-template-templatesportfolio-php .page-header {
  margin-bottom: 25px;
}
.page-header-title {
  color: #000;
  margin: 0;
  font-weight: 600;
}
.search-entry-title,
.single-post .page-header {
  margin: 0 0 15px;
}
#archive-description p:last-child,
#portfolio-description p:last-child,
#portfolio-template-content p:last-child,
.comment-content p:last-child,
.commentlist,
.feature-entry-content p:last-child,
.footer-widget.widget_text p:last-child,
.loop-entry.post-entry p:last-child,
.portfolio-description p,
.single-post .page-header-title,
.staff-entry-content p:last-child {
  margin: 0;
}
#archive-description,
#portfolio-template-content,
.entry input[type="submit"],
.portfolio-entry-details {
  margin-top: 10px;
}
#header-wrap {
  background: var(--e-global-color-primary, var(--rtm-core-primary));
  border-bottom: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
#logo img {
  vertical-align: bottom;
}
.site-text-logo a {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}
.flexslider .slides > li,
.sf-menu ul {
  display: none;
}
.site-description {
  margin-top: 5px;
}
.flex-control-nav,
.flex-direction-nav,
.sf-menu,
.sf-menu *,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
#homepage-blog,
.loop-entry,
.sidebar-container .sidebar-widget {
  margin-bottom: 40px;
}
.sf-menu ul {
  z-index: 10001;
  min-width: 160px;
}
.floatleft,
.sf-menu,
.sf-menu > li {
  float: left;
}
.sf-menu a {
  display: block;
  position: relative;
  zoom: 1;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu li {
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sf-menu li.sfHover,
.sf-menu li:hover {
  -webkit-transition: none;
  transition: none;
}
.sf-menu .sf-mega {
  display: none;
  z-index: 99;
}
#site-navigation .dropdown-menu li {
  display: block;
  float: left;
  float: inline-start;
  height: 40px;
  line-height: 40px;
}
#site-navigation .dropdown-menu > li {
  -webkit-margin-start: 2em;
  margin-inline-start: 2em;
}
#site-navigation .dropdown-menu > li:first-child,
.single-post-pagination li:first-child {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
#site-navigation .dropdown-menu a {
  color: var(--e-global-color-secondary, var(--rtm-core-secondary));
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
#footer-wrap a:hover,
#wp-calendar tbody a,
a#cancel-comment-reply-link:hover {
  text-decoration: underline;
}
#site-navigation .dropdown-menu > .current-menu-item > a {
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
#site-navigation .dropdown-menu ul {
  background: #222;
  font-size: 1em;
  color: #fff;
}
#site-navigation .dropdown-menu ul li a {
  display: block;
  height: auto;
  line-height: 1.7em;
  padding: 10px;
  margin: 0;
  border: 0;
  text-transform: none;
}
#site-navigation .dropdown-menu ul li a.sf-with-ul {
  -webkit-padding-end: 23px;
  padding-inline-end: 23px;
}
#site-navigation .dropdown-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.4em;
  height: auto;
  float: none;
  display: block;
}
#site-navigation .dropdown-menu ul li > a:hover {
  color: var(--rtm-core-on-accent);
  background: var(--e-global-color-accent, var(--rtm-core-accent));
}
#footer-wrap input[type="search"],
#footer-wrap input[type="text"],
#site-navigation .dropdown-menu ul li:last-child {
  border: none;
}
#site-navigation .dropdown-menu > li .fa-angle-down {
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}
#site-navigation .dropdown-menu > li ul li .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
}
.sidebar-container .sidebar-widget .widget-title {
  font-size: var(--rtm-core-text-lg);
  margin: 0 0 16px;
  font-weight: 600;
}
#commentform textarea,
#footer-wrap select,
.sidebar-container select,
textarea {
  width: 100%;
}
#wp-calendar {
  width: 100%;
  font-size: 11px;
}
#wp-calendar thead th {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 11px;
}
#wp-calendar tbody td {
  text-align: center;
  border: 1px solid #ddd;
  line-height: 2.5em;
  transition: background 0.15s;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  -moz-transition: background 0.15s;
}
#wp-calendar tfoot td {
  padding: 4px;
}
#wp-calendar caption {
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  outline: 0 !important;
  background: var(--e-global-color-accent, var(--rtm-core-accent));
  color: #fff;
}
#wp-calendar tbody a {
  display: block;
}
#wp-calendar th {
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
  padding: 2px 0;
  color: #a7a7a7;
}
#footer #wp-calendar thead th {
  background: #232323;
}
#footer #wp-calendar tbody td,
#footer #wp-calendar thead th {
  border-color: #333;
}
.loop-entry,
.search-entry {
  border-bottom: 1px solid #ddd;
}
.loop-entry {
  padding-bottom: 40px;
}
.loop-entry-title {
  margin: 0;
}
.loop-entry-thumbnail,
.post-meta,
.post-thumbnail {
  margin-bottom: 20px;
}
.post-thumbnail img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.loop-entry-thumbnail img {
  width: 100%;
  display: block;
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.loop-entry-thumbnail img:hover,
.search-entry-thumbnail a:hover img {
  opacity: 0.8;
}
#homepage-content,
#homepage-features,
.author-info,
.entry-footer {
  margin-top: 40px;
}
#comments,
#error-page {
  margin-top: 60px;
}
.author-info .author-info-inner {
  position: relative;
  -webkit-padding-start: 100px;
  padding-inline-start: 100px;
}
.author-info .author-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.author-info .author-avatar img {
  border-radius: 2px;
}
.post-meta {
  color: #000;
  display: block;
  float: none;
}
.search-entry,
ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
}
.homepage-content-bottom-divider,
.single-portfolio .post-meta {
  margin-bottom: 0;
}
.post-meta li {
  display: block;
  float: left;
  float: inline-start;
  margin: 0;
}
.post-meta li .meta-seperator {
  margin: 0 15px;
  opacity: 0.5;
}
.search-entry {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.flexslider,
.flexslider .slides > li {
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.search-entry-thumbnail {
  width: 150px;
}
.search-entry-thumbnail img {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-backface-visibility: hidden;
}
.search-entry-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
ul.page-numbers {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px 0 0;
  gap: 6px;
}
.comment-date a,
.feature-entry-url:hover,
.page-numbers a {
  text-decoration: none;
}
#edd_download_pagination .page-numbers,
.page-numbers a,
.page-numbers span {
  border: 1px solid #e6e6e6;
  color: #606060;
  background: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: inline-start;
  height: 1.8em;
  width: 1.8em;
  text-align: center;
  ftext-decoration: none;
}
#edd_download_pagination .page-numbers.current,
#edd_download_pagination .page-numbers:hover,
.page-numbers a:hover,
.page-numbers span.current {
  background: var(--e-global-color-accent, var(--rtm-core-accent));
  color: var(--rtm-core-on-accent);
  text-decoration: none;
  border-color: transparent;
}
.single-post-pagination {
  position: absolute;
  right: 0;
  top: 0;
}
.single-post-pagination li {
  display: block;
  float: left;
  float: inline-start;
  -webkit-margin-start: 4px;
  margin-inline-start: 4px;
}
.single-post-pagination li a {
  display: block;
  font-size: 1em;
  color: #888;
  background: #fff;
  border: 1px solid #ddd;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}
.portfolio-entry-categories a:hover,
.single-post-pagination li a:hover,
a .feature-entry-title:hover {
  color: #000;
}
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
}
* html .slides {
  height: 1%;
}
.flexslider {
  padding: 0;
  backface-visibility: hidden;
}
#portfolio-wrap,
.commentlist li article,
.flexslider-container,
.homepage-slide-inner {
  position: relative;
}
#homepage-blog,
#homepage-portfolio {
  margin-top: 80px;
}
#homepage-slider-wrap {
  max-height: 500px;
  overflow: hidden;
}
#homepage-slider-wrap.container {
  padding-top: 50px;
}
#homepage-slider-wrap .flex-direction-nav li a {
  display: block;
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  line-height: 70px;
  width: 50px;
  text-align: center;
  opacity: 0.8;
  background: #000;
  color: #fff;
  font-size: 21px;
}
#homepage-slider-wrap .flex-direction-nav li a:hover,
.post-slider-wrap .flex-direction-nav li a:hover {
  opacity: 1;
  background: var(--e-global-color-accent, var(--rtm-core-accent));
  color: #fff;
  text-decoration: none;
}
#homepage-slider-wrap .flex-direction-nav li a.flex-prev {
  left: 0;
}
#homepage-slider-wrap .flex-direction-nav li a.flex-next {
  right: 0;
}
.homepage-slide-content {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.homepage-slide-title {
  display: inline-block;
  background: #222;
  color: #fff;
  font-size: 2em;
  padding: 15px 20px;
  text-transform: uppercase;
}
.homepage-slide-caption {
  display: inline-block;
  margin-top: 10px;
  background: var(--e-global-color-accent, var(--rtm-core-accent));
  font-size: 1.333em;
  font-weight: 600;
  color: var(--rtm-core-on-accent);
  padding: 10px;
}
.recent-blog-entry-title {
  font-size: var(--rtm-core-text-lg);
  margin: 20px 0 0;
}
.recent-blog-entry-thumbnail a,
.recent-blog-entry-thumbnail img {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-backface-visibility: hidden;
}
.recent-blog-entry-thumbnail img,
.single-portfolio .post-slider-wrap img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-entry-media a:hover img,
.recent-blog-entry-thumbnail a:hover img {
  opacity: 0.85;
}
.recent-blog-entry .post-meta {
  margin: 0 0 6px;
  font-size: var(--rtm-core-text-sm);
}
.recent-blog-entry .post-meta .fa-calendar {
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
}
.feature-thumbnail img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.feature-thumbnail a:hover img {
  opacity: 0.8;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-backface-visibility: hidden;
}
.features-entry,
.textcenter {
  text-align: center;
}
.feature-entry-title {
  margin: 0 0 10px;
  font-size: 1.4em;
  font-weight: 600;
  color: #444;
}
.features-entry .feature-icon-font {
  text-align: center;
  margin: 0 auto 20px;
}
.features-entry .feature-icon-font .fa {
  font-size: 46px;
  color: var(--e-global-color-accent, var(--rtm-core-accent));
}
.feature-entry-url {
  margin: -20px;
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #555;
}
#portfolio-wrap ul {
  margin: 0;
  list-style: none;
}
#portfolio-description {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.portfolio-entry-media img {
  vertical-align: bottom;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.portfolio-entry-title {
  margin: 0;
  font-size: var(--rtm-core-text-lg);
}
.portfolio-entry-title a:hover {
  color: var(--e-global-color-accent, var(--rtm-core-accent));
  text-decoration: none;
}
.portfolio-entry-categories a {
  color: inherit;
}
#single-portfolio-related {
  margin-top: 30px;
}
.post-slider-wrap .flex-direction-nav {
  z-index: 9;
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-slider-wrap .flex-direction-nav li {
  display: block;
  float: left;
  float: inline-start;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.post-slider-wrap .flex-direction-nav li a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  opacity: 0.8;
  background: #000;
  color: var(--e-global-color-accent, var(--rtm-core-accent));
  font-size: 14px;
}
.post-slider-wrap .flex-direction-nav li a .genericon {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.staff-entry-title {
  margin: 10px 0;
  font-size: 1.2em;
  color: #000;
}
.staff-entry-media img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  -o-object-position: center top;
  object-position: center top;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #606060;
  display: block;
  font-size: 1em;
  margin: 0;
  max-width: 100%;
  padding: 0.8em 1em;
  font-family: inherit;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: #555;
  outline: 0;
  border-color: #ccc;
}
button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: #222;
  border: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  outline: 0;
  padding: 1em 1.5em;
  line-height: 1.4;
  position: relative;
  font-family: inherit;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: var(--e-global-color-accent, var(--rtm-core-accent));
}
a.view-all {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #eee;
  border-radius: 3px;
  padding: 8px 20px;
  text-align: center;
  width: 100%;
  color: grey;
}
input[type="search"] {
  font-size: 1em;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-sizing: border-box;
  color: #555;
  outline: 0;
  padding: 1em;
  width: 100%;
  font-family: inherit;
}
input[type="search"]:focus {
  border-color: #ccc;
}
#footer-widgets .widget_nav_menu ul > li,
.footer-widget > ul > li {
  border-bottom: 1px solid #333;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
#comments span.required {
  color: #c30;
}
.commentlist .children {
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
}
.commentlist li {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.comment-author {
  left: 0;
  position: absolute;
  top: 0;
}
.comment-author .avatar {
  display: block;
  border-radius: 2px;
}
.comment-meta {
  margin-bottom: 10px;
}
.comment-meta .fn {
  font-weight: 600;
  color: #000;
  display: block;
}
.comment-date {
  display: inline-block;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
}
.comment-details {
  -webkit-margin-start: 70px;
  margin-inline-start: 70px;
}
.comment-date a,
a.comment-reply-link {
  font-size: 0.9em;
  color: grey;
}
a#cancel-comment-reply-link {
  color: red;
  display: inline;
  font-weight: 400;
  font-size: 1em;
}
#respond {
  margin: 40px 0 0;
}
.commentlist #respond {
  margin-bottom: 100px;
}
#comments-logged-in {
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 10px;
}
#log-out {
  float: right;
  float: inline-end;
  margin-top: -56px;
}
#comments .form-allowed-tags,
#mobile-search,
#navigation-toggle,
#sidr-close,
.comment-form-comment label[for="comment"],
.sidr {
  display: none;
}
#reply-title {
  font-size: 1em;
  margin: 0 0 20px;
}
.comment-awaiting-moderation {
  background: #02aace;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 2px 6px;
}
#footer-wrap {
  background: #222;
  color: #bbb;
}
#footer-wrap a:hover {
  color: #fff;
}
#footer-widgets .widget-title {
  color: #fff;
  font-size: 1.25em;
  margin: 0 0 15px;
}
#footer-widgets .widget-title span {
  background: #222;
}
.footer-widget {
  padding: 50px 0;
}
#footer-widgets .span_1_of_3.col-2 {
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
  -webkit-padding-end: 5px;
  padding-inline-end: 5px;
}
#footer-widgets .span_1_of_3.col-3 {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}
.footer-widget > ul > li {
  padding: 2px 0;
}
#footer-widgets .widget_nav_menu ul > li:first-child,
.footer-widget > ul > li:first-child {
  border-top: 1px solid #333;
}
#footer-widgets .widget_nav_menu ul > li li a:before {
  content: "-";
  padding: 0 10px;
  color: #555;
}
#footer-widgets .widget_nav_menu ul > li.menu-item-has-children {
  border-bottom: none;
}
#copyright-wrap {
  background: #111;
  padding: 20px 0;
  color: #888;
  text-align: center;
}
#error-page {
  text-align: center;
}
#error-page-title {
  border: none;
  font-size: 7.5em;
  line-height: 1em;
  margin: 0 0 30px;
}
#error-page-title span {
  -webkit-margin-end: 7px;
  margin-inline-end: 7px;
}
#error-page-text {
  font-size: 1.15em;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  float: inline-end;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
  float: inline-start;
  margin: 0 20px 10px 0;
}
.floatright {
  float: right;
}
.textleft {
  text-align: left;
}
.wp-caption {
  max-width: 100% !important;
}
.wp-caption p.wp-caption-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.wp-caption img {
  display: block;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
#img-attch-page {
  overflow: hidden;
  text-align: center;
}
#img-attch-page img {
  display: inline-block;
  margin: 0 auto 20px;
}
.gallery {
  margin: 0 0 30px !important;
}
.gallery-icon img {
  border: none !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#preloader,
.rtmc__ad_overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}
#preloader {
  width: 100%;
  height: 100%;
  background-color: var(--e-global-color-primary, var(--rtm-core-primary));
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 40px;
  height: 40px;
  border: 5px solid #ccc;
  border-top-color: var(--e-global-color-accent, var(--rtm-core-accent));
  border-radius: 50%;
  animation: 1s linear infinite spin;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.rtmc__ad_overlay {
  width: 100%;
  height: 100%;
  z-index: 9998;
  flex-direction: row;
}
.rtmc__loading_bar {
  flex: 1;
  background: var(--e-global-color-primary, var(--rtm-core-primary));
  transition: height 0.2s ease-in-out;
  height: 100%;
}
