@charset "UTF-8";
/* 32px */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/rsclassic/public/fonts/mulish-v18-latin-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/rsclassic/public/fonts/mulish-v18-latin-700.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/rsclassic/public/fonts/barlow-condensed-v13-latin-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/rsclassic/public/fonts/barlow-condensed-v13-latin-700.woff2") format("woff2");
  font-display: swap;
}
* {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

html,
body {
  width: 100%;
}

html {
  line-height: 1.75;
  scroll-behavior: smooth;
  color: #1c1c1c;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
}

p,
hr,
address,
figure {
  margin-bottom: 1rem;
}

p,
.font-size-p {
  font-size: 16px;
}
@media (min-width: 768px) {
  p,
  .font-size-p {
    font-size: 18px;
  }
}
p:empty,
.font-size-p:empty {
  display: none;
}

hr {
  border: none;
  border-top: 2px solid #d9d9d9;
  height: 0;
}

pre,
code {
  text-align: left;
  direction: ltr;
}

code {
  border-radius: 3px;
  background: rgba(214, 224, 231, 0.25);
  padding: 0.125em 0.25em;
  color: inherit;
  font-family: "Monaco", "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-style: normal;
}

pre {
  margin-bottom: 1rem;
  border: 1px solid #d9d9d9;
  padding: 1rem;
  max-width: 100%;
  overflow: auto;
  tab-size: 4;
  line-height: inherit;
  word-wrap: normal;
  font-family: "Monaco", "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}
pre code {
  background: transparent;
  padding: 0;
}

fieldset {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
}
label .required {
  padding-left: 3px;
  text-transform: lowercase;
  color: #d9534f;
  font-size: 14px;
  font-weight: 400;
}

input,
select,
textarea {
  box-sizing: border-box;
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #ffffff;
  padding: 10px;
  line-height: 1;
  color: #1c1c1c;
  font-family: inherit;
  font-size: inherit;
}
input:hover, input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border-color: rgb(191.5, 191.5, 191.5);
}

input[type=checkbox] {
  display: inline-block;
  margin-right: 2px;
}

input[type=radio] {
  display: inline-block;
  margin-right: 5px;
}

input[type*=date],
input[type=email],
input[type=month],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
select {
  display: block;
  width: 100%;
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  display: inline-block;
  transition: all 0.1s ease-in-out;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #d50083;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  white-space: normal;
  word-break: break-all;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgb(238.5, 0, 146.6830985915);
  color: #ffffff;
  text-decoration: none;
}

textarea {
  line-height: inherit;
}

.btn-sm {
  padding: 0.5rem 1rem !important;
  font-size: 16px;
}

.btn-lg {
  padding: 1rem 1.5rem !important;
  font-size: 20px;
}

::placeholder {
  color: #a4a5a5;
  opacity: 1;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
.app-header__title {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-variant-caps: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.2em;
  line-height: 1.2;
  color: #2a2a2a;
}

h1,
.font-size-h1 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  h1,
  .font-size-h1 {
    font-size: 2rem;
  }
}

h2,
.font-size-h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  h2,
  .font-size-h2 {
    font-size: 1.5rem;
  }
}

h3,
.font-size-h3 {
  font-size: 1.5rem;
}

h4,
.font-size-h4 {
  font-size: 1.25rem;
}

h5,
.font-size-h5 {
  font-size: 18px;
}

h6,
.font-size-h6 {
  font-size: 18px;
}

b,
strong {
  font-weight: 700;
}

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

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

i i,
em em {
  font-style: normal;
}

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

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

acronym {
  text-transform: uppercase;
}

big {
  font-size: 1.125em;
}

.small,
small,
sup,
sub {
  font-size: 14px;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 0.3em;
}

sub {
  top: 0.3em;
}

del,
s,
strike {
  text-decoration: line-through;
  text-decoration-color: var(--red-500);
}

ins {
  border-bottom: 1px dashed var(--green-400);
}

a {
  transition: color 0.1s ease-in-out;
  transition-property: color, background, border;
  text-decoration: none;
  color: #d50083;
}
a:hover, a:focus {
  text-decoration: none;
  color: rgb(238.5, 0, 146.6830985915);
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    color: inherit;
  }
}
a[href^="tel:"]:hover, a[href^="tel:"]:focus {
  color: rgb(238.5, 0, 146.6830985915);
}

ul,
ol {
  margin: 0 0 2rem;
  padding-left: 2em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
  padding-left: 2rem;
  list-style-type: inherit;
}
ul.aligncenter, ul.aligncenter ul,
ol.aligncenter,
ol.aligncenter ul {
  list-style: none;
}
ul li,
ol li {
  font-size: 16px;
}
@media (min-width: 768px) {
  ul li,
  ol li {
    font-size: 18px;
  }
}

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

dd {
  display: list-item;
  margin: 0 0 0.5em 2rem;
}
dd + dd {
  margin-top: -0.5em;
}

figcaption {
  margin-top: -5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}

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

img {
  box-sizing: border-box;
}

a img {
  transition: all 0.5s ease-in-out;
}

audio,
video,
object,
embed,
iframe {
  width: 100%;
}

cite {
  font-size: 0.875em;
  font-style: normal;
  font-variant: small-caps;
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote {
  position: relative;
  margin: 1rem auto;
  border-left: 6px solid #d9d9d9;
  padding: 15px 30px 15px 30px;
  min-height: 30px;
  line-height: 1.5;
  font-style: italic;
  font-size: 16px;
}
blockquote footer {
  margin-top: 5px;
}
blockquote footer::before {
  content: "— ";
}
@media (min-width: 768px) {
  blockquote {
    padding-left: 50px;
    font-size: 18px;
  }
  blockquote::before {
    position: absolute;
    top: -10px;
    left: 10px;
    color: #d9d9d9;
    font-family: Arial, sans-serif;
    font-size: 4em;
    content: "“";
  }
  blockquote::after {
    content: "";
  }
  blockquote footer {
    margin-top: 5px;
    text-align: right;
  }
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th,
td {
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
th:empty, th.pad,
td:empty,
td.pad {
  opacity: 0;
}

table caption {
  display: table-caption;
  margin: 0 0 5px;
  text-align: left;
  font-variant: small-caps;
}

.app-header {
  background-color: #ffffff;
  z-index: 100;
}
.app-header__container {
  display: block;
}
@media (min-width: 480px) {
  .app-header__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
  }
}
.app-header__branding {
  display: flex;
  margin: 1rem;
  max-width: 330px;
}
@media (max-width: 480px) {
  .app-header__branding {
    margin-bottom: 0;
  }
}
.app-header__link {
  margin: 0;
  line-height: 0;
  color: #1c1c1c;
}
.app-header__link:hover {
  color: #1c1c1c;
}
.app-header__logo {
  width: 45px;
  height: 45px;
  filter: none;
}
.app-header__logo:hover {
  filter: none;
}
.app-header__title {
  color: #1c1c1c;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #d9d9d9;
  background-color: #ffffff;
}

.drop-down-open .app-header,
.off-canvas-open .app-header {
  border-bottom: none;
}

.app-content {
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
}
.app-content__container {
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 1140px) {
  .app-content__container {
    margin: 0 1rem;
  }
}

.archive-content {
  grid-area: archive-content;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 992px) {
  .archive-content {
    padding: 3rem 1rem;
  }
}

.single-content {
  grid-area: single-content;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 992px) {
  .single-content {
    padding: 3rem 1rem;
  }
}

.sticky + .app-content {
  padding-top: 80px; /* app-header(height) + app-content(padding-top) */
}

.blog .app-content__container,
.archive .app-content__container,
.search .app-content__container,
.taxonomy-category .app-content__container {
  display: grid;
  grid-template-areas: "archive-header" "archive-content" "sidebar--primary";
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 992px) {
  .blog .app-content__container,
  .archive .app-content__container,
  .search .app-content__container,
  .taxonomy-category .app-content__container {
    grid-template-areas: "archive-header" "archive-content" "sidebar--primary";
    grid-template-columns: auto;
  }
}
.blog .app-content__container .app-main,
.archive .app-content__container .app-main,
.search .app-content__container .app-main,
.taxonomy-category .app-content__container .app-main {
  display: contents;
}
@media only screen and (min-width: 768px) {
  .blog .archive-content .grid--posts .entry:nth-last-child(1):nth-child(odd),
  .archive .archive-content .grid--posts .entry:nth-last-child(1):nth-child(odd),
  .search .archive-content .grid--posts .entry:nth-last-child(1):nth-child(odd),
  .taxonomy-category .archive-content .grid--posts .entry:nth-last-child(1):nth-child(odd) {
    grid-column-end: span 2;
  }
}

.single-post .app-content__container {
  display: grid;
  grid-template-areas: "single-header" "single-content" "sidebar--primary";
  grid-template-columns: minmax(0, 1fr);
}
.single-post .app-content__container .app-main,
.single-post .app-content__container .entry,
.single-post .app-content__container .entry__header {
  display: contents;
}
.single-post .single-content {
  margin: 0 auto;
  max-width: 860px;
}

.app-footer {
  margin-top: 2rem;
  background-color: #1c1c1c;
  overflow-y: hidden;
  color: #fcfcfc;
}
.app-footer__container {
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 2rem 0;
  max-width: 1140px;
}
@media (min-width: 992px) {
  .app-footer__container {
    margin-right: auto;
    margin-left: auto;
  }
}
.app-footer__meta {
  background-color: #ffffff;
  padding: 1rem 0;
}
.app-footer__credit {
  text-align: center;
  color: #1c1c1c;
  font-size: 14px;
}
.app-footer > * {
  padding-right: 2rem;
  padding-left: 2rem;
}
.app-footer a {
  color: #fcfcfc;
}
.app-footer a:hover, .app-footer a:focus {
  color: #d50083;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  background-color: #d50083;
  padding: 10px 14px 14px;
  text-transform: none;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  opacity: 0.8;
}
.back-to-top:hover {
  background-color: rgb(238.5, 0, 146.6830985915);
  color: #ffffff;
}
.back-to-top:focus {
  color: #ffffff;
}
.back-to-top .icon {
  width: 30px;
  height: 30px;
}

.archive-header {
  grid-area: archive-header;
  position: relative;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
.archive-header__content .container {
  padding: 2rem;
}
.archive-header__content .container h1 {
  margin: 0 auto 20px auto;
  max-width: 1140px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .archive-header__content .container h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .archive-header__content .container h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .archive-header__content .container h1 {
    font-size: 4rem;
  }
}

.blog .archive-header,
.taxonomy-category .archive-header {
  background-color: #d50083;
}
.blog .archive-header h1,
.taxonomy-category .archive-header h1 {
  color: #ffffff;
}

.archive-route .archive-header {
  background-color: #fcfcfc;
}
.archive-route .archive-header h1 {
  color: #000000;
}

.single-header {
  grid-area: single-header;
  position: relative;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
.single-header__bg {
  overflow: hidden;
}
.single-header__bg--image {
  background-color: #2a2a2a;
}
.single-header__bg--image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
  opacity: 1;
}
.single-header__content--custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.single-header__content--custom .container {
  padding: 2rem;
}
.single-header__content--custom .container h1 {
  margin: 0 auto;
  max-width: 1000px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-header__content--custom .container h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .single-header__content--custom .container h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .single-header__content--custom .container h1 {
    font-size: 4rem;
  }
}
.single-header__content--custom .container p {
  margin: 10px auto;
  max-width: 860px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .single-header__content--custom .container p {
    font-size: 1.3rem;
  }
}
.single-header__content--default {
  position: relative;
}
.single-header__content--default .container {
  padding: 2rem;
}
.single-header__content--default .container h1 {
  margin: 0 auto 20px auto;
  max-width: 1140px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-header__content--default .container h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .single-header__content--default .container h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .single-header__content--default .container h1 {
    font-size: 4rem;
  }
}
.single-header__content--default .container p {
  margin: 10px auto;
  max-width: 860px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .single-header__content--default .container p {
    font-size: 1.3rem;
  }
}

.single-post .single-header {
  background-color: #d50083;
}
.single-post .single-header h1, .single-post .single-header p {
  color: #ffffff;
}

.single-route .single-header {
  background-color: #f5f5f5;
}
.single-route .single-header h1, .single-route .single-header p {
  color: #000000;
}

.single-header.magenta {
  background-color: #d50083;
}
.single-header.magenta h1, .single-header.magenta p {
  color: #ffffff;
}

.single-header.lime {
  background-color: #98d105;
}
.single-header.lime h1, .single-header.lime p {
  color: #000000;
}

.single-header.orange {
  background-color: #ff8f1c;
}
.single-header.orange h1, .single-header.orange p {
  color: #000000;
}

.single-header.white {
  background-color: #ffffff;
}
.single-header.white h1, .single-header.white p {
  color: #000000;
}

.comments {
  padding-top: 1rem;
}
.comments__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments__list .children {
  list-style: none;
  padding: 0;
}
.comment__meta {
  margin-bottom: 1rem;
  color: rgb(53.5, 53.5, 53.5);
  font-size: 15px;
}
.comment__permalink {
  color: rgb(53.5, 53.5, 53.5);
}
.comment--depth-1 {
  margin-bottom: 2rem;
  border: 1px solid #d9d9d9;
  padding: 2rem;
}

@media only screen and (min-width: 992px) {
  .comment--depth-1 > .children {
    padding-left: 2rem;
  }
}

.comment--depth-1 > .children .comment__meta {
  border-top: 1px solid #d9d9d9;
  padding-top: 2rem;
}

.comment-respond__reply-title {
  font-size: 1.5rem;
}
.entry__image-wrap {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}
.entry__image {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out 0s;
  transform-origin: center center;
}
.entry__image:hover {
  transform: scale(1.05);
}
.entry__title {
  display: inline-block;
  word-break: break-word;
  color: #2a2a2a;
  text-transform: uppercase;
  line-height: 1.2;
}
.entry__title a {
  color: #2a2a2a;
  text-decoration: underline;
}
.entry__title a:hover {
  color: #2a2a2a;
  text-decoration: none;
}
.entry__content {
  background-color: #ffffff;
}
.entry__content ul {
  padding-left: 20px;
}
.entry__content a {
  text-decoration: underline;
}
.entry__summary p {
  font-size: 16px;
}
.entry__summary p:last-of-type {
  margin-bottom: 0;
}
.entry__byline {
  margin-bottom: 1rem;
  color: rgb(53.5, 53.5, 53.5);
  font-size: 15px;
}
.entry__footer {
  font-size: 15px;
}
.entry__terms {
  display: inline;
}
.entry__icon {
  padding-right: 4px;
  padding-bottom: 2px;
}
.gallery {
  clear: both;
  margin-top: 2rem;
  margin-bottom: 0;
}
.gallery::after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}
.gallery-item {
  box-sizing: border-box;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0 0 1rem;
  width: 100%;
  list-style: none;
  text-align: left;
}
@media (min-width: 480px) {
  .gallery-item {
    float: left;
    margin: 0 5% 5px 0;
    width: 47.5%;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .gallery-item:nth-child(2n+1) {
    clear: both;
  }
  .gallery-item:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 30%;
  }
  .gallery-columns-4 .gallery-item {
    width: 21.25%;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: both;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n), .gallery-columns-3 .gallery-item:nth-child(3n), .gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0;
    margin-left: 0;
  }
}
.gallery img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.gallery-caption {
  box-sizing: border-box;
  margin: 0;
  text-align: left;
  font-size: 0.9375rem;
}
@media (min-width: 480px) {
  .gallery-caption {
    text-align: center;
  }
}

.menu__icon {
  padding-right: 4px;
  padding-bottom: 2px;
  width: 16px !important;
  height: 16px !important;
}
@media screen and (max-width: 992px) {
  .menu__icon {
    display: none !important;
  }
}
.menu__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__item, .menu__link {
  display: block;
}
.menu--primary {
  color: #a4a5a5;
  font-size: 16px;
}
.menu--primary .drop-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(64.95, 64.95, 64.95);
  margin: 0;
  padding: 0 22px;
  color: #a4a5a5;
  text-align: center;
  font-size: 20px;
}
.menu--primary .drop-icon:hover {
  background-color: rgb(72.6, 72.6, 72.6);
  cursor: pointer;
  color: #d50083;
}
.menu--primary .menu__item {
  position: relative;
}
.menu--primary .menu__link {
  border-bottom: 1px solid #2a2a2a;
  background: rgb(57.3, 57.3, 57.3);
  padding: 0 1rem; /* 16px */
  text-transform: uppercase;
  text-decoration: none;
  line-height: 60px;
  color: #a4a5a5;
}
.menu--primary .menu__link:hover,
.menu--primary .menu__link:focus {
  text-decoration: none;
  color: #d50083;
}
.menu--primary .menu__link:hover .drop-icon,
.menu--primary .menu__link:focus .drop-icon {
  color: #d50083;
}
.menu--primary .has-children ul a {
  background: rgb(64.95, 64.95, 64.95);
  padding-left: 1.5rem; /* 24px */
}
.menu--primary .has-children ul a .drop-icon {
  background-color: rgb(72.6, 72.6, 72.6);
}
.menu--primary .has-children ul ul a {
  background: rgb(72.6, 72.6, 72.6);
  padding-left: 2rem; /* 32px */
}
.menu--primary .has-children ul ul a .drop-icon {
  background-color: rgb(80.25, 80.25, 80.25);
}
.menu--primary .has-children ul ul ul a {
  background: rgb(80.25, 80.25, 80.25);
  padding-left: 2.5rem; /* 40px */
}
.menu--primary .has-children ul ul ul a .drop-icon {
  background-color: rgb(87.9, 87.9, 87.9);
}
.menu--primary .menu__sub-menu {
  display: none;
  padding-left: 0;
}
.menu--primary input[type=checkbox],
.menu--primary ul span.drop-icon {
  display: none;
}
.menu--primary input[type=checkbox]:checked + .menu__sub-menu {
  display: block;
}
@media screen and (min-width: 992px) {
  .menu--primary .drop-icon {
    position: relative;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    color: #494b4c;
    text-align: center;
    font-size: 16px;
  }
  .menu--primary .drop-icon:hover {
    color: #d50083;
    cursor: pointer;
  }
  .menu--primary .menu__item {
    display: inline-block;
    width: auto;
  }
  .menu--primary .menu__link {
    border: none;
    background: transparent;
    color: #1c1c1c;
    text-align: center;
    white-space: nowrap;
    line-height: 80px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  .menu--primary .menu__link:hover,
  .menu--primary .menu__link:focus {
    background-color: #f5f5f5;
    color: #d50083;
    text-decoration: underline;
  }
  .menu--primary .has-children ul a {
    margin-bottom: -1px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    width: 180px;
    line-height: 50px;
    text-align: left;
    font-size: 18px;
  }
  .menu--primary .has-children ul ul a,
  .menu--primary .has-children ul ul ul a {
    background: #ffffff;
    width: 180px;
    line-height: 50px;
    text-align: left;
  }
  .menu--primary .menu__sub-menu {
    position: absolute;
    left: -999em;
    float: left;
    margin: 0;
    text-align: left;
  }
  .menu--primary input[type=checkbox] + .menu__sub-menu {
    display: block;
  }
  .menu--primary li:hover > .menu__sub-menu,
  .menu--primary li.focus > .menu__sub-menu {
    left: 0;
  }
  .menu--primary .menu__sub-menu li:hover > .menu__sub-menu {
    top: 0;
    right: 0;
    left: auto;
    margin-right: 221px; /* Match .menu__primary .has-children ul a - 1px to hide double left border */
  }
  .menu--primary .menu__sub-menu a:hover {
    background: #f5f5f5;
    text-decoration: none;
  }
  .menu--primary .menu__sub-menu .drop-icon {
    position: absolute;
    transform: rotate(25deg);
    margin-right: 10px;
    padding: 0;
    color: #494b4c;
    text-align: center;
  }
  .menu--primary .menu__link:hover .drop-icon,
  .menu--primary .menu__link:focus .drop-icon {
    color: #d50083;
  }
}
@media screen and (min-width: 992px) {
  .menu--primary .menu__items > .menu__item:last-of-type {
    margin-left: 2rem;
    transition: all 0.1s ease-in-out;
  }
  .menu--primary .menu__items > .menu__item:last-of-type .menu__link {
    transition: all 0.1s ease-in-out;
    color: #d50083;
  }
  .menu--primary .menu__items > .menu__item:last-of-type .menu__link:hover {
    color: #1c1c1c;
  }
  .menu--primary .menu__items > .menu__item:last-of-type:hover {
    border-color: #1c1c1c;
  }
}

.menu-toggle {
  display: block;
  border: none;
  margin: 0 auto;
  background-color: inherit;
  padding: 0;
  color: #494b4c;
  line-height: 60px;
  font-size: 26px;
  cursor: pointer;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: inherit;
  text-decoration: none;
  color: #494b4c;
}
.menu-toggle span {
  margin-left: 4px;
}
@media (min-width: 480px) {
  .menu-toggle {
    display: flex;
    margin: 8px 16px 0 auto;
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .drop-down {
    display: none;
  }
  .drop-down-open .drop-down {
    display: block;
    flex-basis: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .drop-down {
    display: block;
    margin-left: auto;
    z-index: 100;
  }
}
.pagination {
  margin-bottom: 2rem;
}
.pagination__items {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.pagination__item {
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  color: #d50083;
  font-size: 16px;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__anchor {
  display: block;
  transition: all 0.2s ease-in-out;
  border: 1px solid #d50083;
  border-radius: 0;
  background: #ffffff;
  padding: 0.5rem 1rem;
}
.pagination__anchor--link {
  color: #d50083;
}
.pagination__anchor--link:hover {
  border-color: #d50083;
  background: #d50083;
  color: #ffffff;
}
.pagination__anchor--current {
  background: #d50083;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .pagination__item {
    display: none;
  }
  .pagination__item--current, .pagination__item--prev, .pagination__item--next {
    display: inline-block;
  }
}
.pagination--post .pagination__items {
  display: flex;
  justify-content: space-between;
}
.breadcrumbs-container {
  margin: 5px auto;
  max-width: 1140px;
}
@media (max-width: 1140px) {
  .breadcrumbs-container {
    margin: 0 1.5rem;
  }
}

.breadcrumbs__title {
  display: none;
}
.breadcrumbs__trail {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumbs__crumb {
  display: inline-block;
  margin: 0 5px 0 0;
  padding-top: 5px;
  list-style: none;
  color: #1c1c1c;
  font-size: 15px;
}
.breadcrumbs__crumb a {
  color: #d50083;
}
.breadcrumbs__crumb a:hover {
  text-decoration: underline;
  color: rgb(238.5, 0, 146.6830985915);
}
.breadcrumbs__crumb::after {
  padding-left: 5px;
  color: #d9d9d9;
  content: "/";
}
.breadcrumbs__crumb:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 480px) {
  .breadcrumbs__crumb--term {
    display: none;
  }
}

.breadcrumbs.yoast {
  margin-bottom: 1rem;
}
.breadcrumbs.yoast span {
  padding-top: 5px;
  color: #1c1c1c;
  font-size: 15px;
}
.breadcrumbs.yoast span a {
  color: #d50083;
}
.breadcrumbs.yoast span a:hover {
  text-decoration: underline;
  color: rgb(238.5, 0, 146.6830985915);
}
@media only screen and (max-width: 480px) {
  .breadcrumbs.yoast .breadcrumb_last {
    display: none;
  }
}

.archive-categories {
  background-color: #ffffff;
}
.archive-categories__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.archive-categories__item {
  display: inline-block;
  margin-right: 8px;
  padding: 4px;
  list-style-type: none;
  line-height: 1;
}
.archive-categories__item--all {
  text-transform: uppercase;
}
.search .group-header {
  grid-column: 1/-1;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.search .group-header h3 {
  margin: 0;
  padding: 5px;
}
.search .grid {
  grid-column-gap: 2rem !important;
  grid-row-gap: 2rem !important;
}
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  margin-right: 100px;
}
.search-form .search-field {
  margin-bottom: 0;
  border-radius: 0;
}
.search-form .search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 0;
  padding: 0;
  width: 100px;
  height: 42px;
  content: "";
}

.error-404 .search-form {
  max-width: 480px;
}

.sidebar--primary {
  grid-area: sidebar--primary;
}
@media only screen and (min-width: 992px) {
  .sidebar--primary {
    margin-top: 2rem;
  }
}
.sidebar--primary .widget {
  margin-bottom: 2rem;
  background-color: #ffffff;
}
.sidebar--footer .widgets-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -1rem;
}
.sidebar--footer .widget {
  flex: 1 0 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .sidebar--footer .widget {
    flex: 1 0 40%;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar--footer .widget {
    flex: 1 0 30%;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar--footer .widget {
    flex: 1 0 20%;
    margin-left: 1rem;
  }
}
.sidebar--footer .widget__title {
  color: #fcfcfc;
}

.widget__title {
  margin: 0 0 0.4em;
  line-height: 1.58;
  color: #2a2a2a;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget--recent-posts .post-date {
  display: block;
  color: rgb(53.5, 53.5, 53.5);
  font-size: 15px;
}
.widget--search .search-form {
  margin-right: 4rem;
}
.widget--sidebar_social {
  margin-left: 0 !important;
  max-width: 200px;
}
.widget--sidebar_social .social-link {
  display: inline-block;
  margin: 4px;
  border-radius: 0;
  padding: 8px;
  transition: all 0.1s ease-in-out;
  opacity: 0.8;
}
.widget--sidebar_social .social-link:hover {
  opacity: 1;
}
.widget--sidebar_social .facebook {
  background-color: #3b5998;
}
.widget--sidebar_social .instagram {
  width: 30px;
  height: 30px;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
}
.widget--sidebar_social .icon {
  width: 30px;
  height: 30px;
  color: #ffffff;
}

.gform_wrapper {
  margin: 0 0 2rem;
  max-width: 100%;
}
.gform_wrapper ul.gform_fields,
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gform_wrapper .gfield_required {
  padding-left: 3px;
  text-transform: lowercase;
  color: #d9534f;
  font-size: 14px;
  font-weight: 400;
}

.gform_wrapper .validation_error {
  position: relative;
  margin: 0 0 1rem 0;
  border-top: 3px solid #d9534f;
  background: rgb(247.04, 247.04, 247.04);
  padding: 1rem;
  color: #d9534f;
}

.gform_wrapper .validation_message {
  margin-top: -15px;
  margin-bottom: 10px;
  color: #d9534f;
  font-weight: 700;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #d9534f;
}

.archive-route__intro {
  margin-bottom: 2rem;
}
.archive-route .entry__title {
  font-size: 1.5rem;
}

.single-route .single-content {
  padding-top: 0;
}
.single-route .map .rs-section__content {
  padding-top: 0;
}
.single-route .map .gm-style .gm-style-iw {
  padding: 0 !important;
  max-width: 300px !important;
  line-height: 1.2;
  font-size: 15px;
}
@media (min-width: 480px) {
  .single-route .map .gm-style .gm-style-iw {
    max-width: 460px !important;
  }
}
@media (min-width: 768px) {
  .single-route .map .gm-style .gm-style-iw {
    max-width: 748px !important;
  }
}
.single-route .map .gm-style .gm-style-iw .custom-infowindow {
  padding: 8px !important;
}
.single-route .map .gm-style .gm-style-iw .custom-infowindow .content {
  padding-bottom: 16px;
}
.single-route .map .gm-style .gm-style-iw .custom-infowindow h4 {
  margin-bottom: 8px;
}
.single-route .map .gm-style .gm-style-iw .custom-infowindow img {
  width: 100%;
  height: auto;
}
.single-route .scriptlesssocialsharing .scriptlesssocialsharing__heading {
  text-align: center;
}

.rs-accordion {
  margin: 1em 0;
}
.rs-accordion * {
  box-sizing: border-box;
}
.rs-accordion__heading {
  margin: 0;
  padding: 0;
}
.rs-accordion__trigger {
  display: block;
  position: relative;
  margin: -1px 0 0 0;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #f5f5f5;
  padding: 1em 2.5em 1em 1em;
  width: 100%;
  text-align: left;
  text-transform: none;
  word-break: keep-all;
  line-height: 1.2;
  color: #d50083;
  font-size: 16px;
}
@media (min-width: 768px) {
  .rs-accordion__trigger {
    font-size: 18px;
  }
}
.rs-accordion__trigger:active, .rs-accordion__trigger:focus {
  color: #2a2a2a;
}
.rs-accordion__trigger:hover {
  background-color: #f5f5f5;
  color: #d50083;
}
.rs-accordion__trigger::after {
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  color: #d50083;
  font-size: 32px;
  content: "+";
}
.rs-accordion__trigger[aria-expanded=true]::after {
  color: #d50083;
  content: "−";
}
.rs-accordion__trigger[aria-expanded=true], .rs-accordion__trigger:focus {
  background-color: #d9d9d9;
  color: #2a2a2a;
}
.rs-accordion__panel {
  border: 1px solid #d9d9d9;
  padding: 1em 1.5em;
}

.rs-columns {
  clear: both;
}
.rs-columns::before, .rs-columns::after {
  display: table;
  content: "";
}
.rs-columns::after {
  clear: both;
}
.rs-columns__column {
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 4% 0 0;
}
.rs-columns__column:first-child {
  margin-left: 0;
}
.rs-columns__column:last-child {
  margin-right: 0;
}
.rs-columns__column img, .rs-columns__column iframe, .rs-columns__column object, .rs-columns__column embed {
  max-width: 100%;
}
.rs-columns__column-size-1-1 {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.rs-columns__column-size-1-2 {
  width: 48%;
}
.rs-columns__column-size-1-3 {
  width: 30.66%;
}
.rs-columns__column-size-2-3 {
  width: 65.33%;
}
.rs-columns__column-size-1-4 {
  width: 22%;
}
.rs-columns__column-size-3-4 {
  width: 74%;
}
.rs-columns__column-size-1-5 {
  width: 16.8%;
}
.rs-columns__column-size-2-5 {
  width: 37.6%;
}
.rs-columns__column-size-3-5 {
  width: 58.4%;
}
.rs-columns__column-size-4-5 {
  width: 79.2%;
}
.rs-columns__column-size-1-6 {
  width: 13.33%;
}
.rs-columns__column-size-5-6 {
  width: 82.66%;
}
@media only screen and (max-width: 768px) {
  .rs-columns__column {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .rs-columns .empty::after {
    content: " ";
  }
}

.rs-he::after {
  font-size: 16px;
  content: attr(data-name) "@" attr(data-domain);
}
@media (min-width: 768px) {
  .rs-he::after {
    font-size: 18px;
  }
}

.rs-image-slider__image-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.rs-panels__panel {
  border: 1px solid #d9d9d9;
  padding: 1rem 2rem;
}

.rs-posts .rs-post-meta {
  margin-bottom: 1rem;
  color: rgb(53.5, 53.5, 53.5);
  font-size: 15px;
}
.rs-section {
  position: relative;
}
.rs-section__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.rs-section__content {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.rs-tabs {
  margin: 1em 0;
}
.rs-tabs * {
  box-sizing: border-box;
}
.rs-tabs__list {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.rs-tabs__list li {
  display: inline-block;
  width: 100%;
}
.rs-tabs__trigger {
  display: block;
  position: relative;
  margin: 0 0 -1px;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #f5f5f5;
  padding: 1rem 2rem;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  color: #d50083;
  font-size: 16px;
}
.rs-tabs__trigger:active, .rs-tabs__trigger:focus, .rs-tabs__trigger:hover {
  color: #d50083;
}
.rs-tabs__trigger:hover {
  background-color: #f5f5f5;
}
.rs-tabs__trigger[aria-selected=true] {
  background-color: #ffffff;
  color: #2a2a2a;
}
.rs-tabs__trigger[aria-selected=true]:hover {
  background-color: #ffffff;
}
.rs-tabs__trigger[aria-selected=true]::after {
  margin-left: 0.5em;
  font-size: 1em;
  content: "←"; /* Unicode character for left arrow */
}
.rs-tabs__panel {
  border: 1px solid #d9d9d9;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .rs-tabs--horizontal .rs-tabs__list {
    display: flex;
    white-space: nowrap;
  }
  .rs-tabs--horizontal .rs-tabs__list li {
    width: auto;
  }
  .rs-tabs--horizontal .rs-tabs__trigger {
    display: inline-block;
    width: auto;
    font-size: 18px;
  }
  .rs-tabs--horizontal .rs-tabs__list li:not(:first-child),
  .rs-tabs--horizontal .rs-tabs__trigger:not(:first-child) {
    margin-left: -1px; /* remove double border between tabs */
  }
  .rs-tabs--horizontal .rs-tabs__trigger[aria-selected=true] {
    border-bottom-color: #ffffff; /* blends tab with panel */
  }
  .rs-tabs--horizontal .rs-tabs__trigger[aria-selected=true]::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .rs-tabs--vertical {
    display: flex;
    flex-wrap: wrap;
  }
  .rs-tabs--vertical .rs-tabs__list {
    width: 12em;
  }
  .rs-tabs--vertical .rs-tabs__trigger {
    font-size: 18px;
  }
  .rs-tabs--vertical .rs-tabs__trigger[aria-selected=true] {
    border-right-color: #ffffff; /* blends tab with panel */
  }
  .rs-tabs--vertical .rs-tabs__trigger[aria-selected=true]::after {
    display: none;
  }
  .rs-tabs--vertical .rs-tabs__panel {
    width: calc(100% - 12em);
    margin-left: -1px; /* remove double border between tabs and panels */
  }
}

.rs-toggle {
  margin: 1em 0;
}
.rs-toggle * {
  box-sizing: border-box;
}
.rs-toggle__heading {
  margin: 0;
  padding: 0;
}
.rs-toggle__trigger {
  display: block;
  position: relative;
  margin: -1px 0 0 0;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #f5f5f5;
  padding: 1em 2.5em 1em 1em;
  width: 100%;
  text-align: left;
  text-transform: none;
  word-break: keep-all;
  line-height: 1.2;
  color: #d50083;
  font-size: 16px;
}
@media (min-width: 768px) {
  .rs-toggle__trigger {
    font-size: 18px;
  }
}
.rs-toggle__trigger:active, .rs-toggle__trigger:focus {
  color: #2a2a2a;
}
.rs-toggle__trigger:hover {
  background-color: #f5f5f5;
  color: #d50083;
}
.rs-toggle__trigger::after {
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  color: #d50083;
  font-size: 32px;
  content: "+";
}
.rs-toggle__trigger[aria-expanded=true]::after {
  color: #d50083;
  content: "−";
}
.rs-toggle__trigger[aria-expanded=true], .rs-toggle__trigger:focus {
  background-color: #d9d9d9;
  color: #2a2a2a;
}
.rs-toggle__panel {
  border: 1px solid #d9d9d9;
  padding: 1em 1.5em;
}

.su-u-responsive-media-yes {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.su-u-responsive-media-yes .fluid-width-video-wrapper,
.su-u-responsive-media-yes .video-holder {
  position: static !important;
}

.su-u-responsive-media-yes iframe,
.su-u-responsive-media-yes object,
.su-u-responsive-media-yes embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.su-video .jp-title {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 1em;
  line-height: 30px;
  font-size: 0.9em;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: top 0.2s;
}

.su-video:hover .jp-title {
  top: 0;
}

.su-video .jp-start {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
  background: 50% 50% url("/wp-content/plugins/shortcodes-ultimate/includes/images/player/default-start.png") no-repeat;
}

.su-video:hover .jp-start {
  opacity: 0.8;
}

.su-video.jp-video-full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.su-video.jp-video-full .jp-jplayer {
  position: fixed !important;
  left: 0;
  top: 0;
  overflow: hidden;
}

.su-video .jp-gui {
  position: relative;
  height: 30px;
  background: #7c8781;
  background: linear-gradient(to bottom, #7c8781 0%, #0a0809 100%);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.su-video.jp-video-full .jp-gui {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.su-video-controls-no .jp-gui {
  position: absolute !important;
  bottom: -100px;
  left: 0;
  right: 0;
  transition: bottom 0.2s;
}

.su-video-controls-no:hover .jp-gui {
  bottom: 0;
}

.su-video img {
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.su-video .jp-gui .jp-play,
.su-video .jp-gui .jp-pause {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-right: 1px solid #454947;
  cursor: pointer;
}

.su-video .jp-gui .jp-play {
  background: 0 0 url("/wp-content/plugins/shortcodes-ultimate/includes/images/player/default.png") no-repeat;
}

.su-video .jp-gui .jp-pause {
  background: -30px 0 url("/wp-content/plugins/shortcodes-ultimate/includes/images/player/default.png") no-repeat;
}

.su-video .jp-full-screen,
.su-video .jp-restore-screen {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-left: 1px solid #454947;
  cursor: pointer;
}

.su-video .jp-full-screen {
  background: 0 -30px url("/wp-content/plugins/shortcodes-ultimate/includes/images/player/default.png") no-repeat;
}

.su-video .jp-restore-screen {
  background: -30px -30px url("/wp-content/plugins/shortcodes-ultimate/includes/images/player/default.png") no-repeat;
}

.su-video .jp-progress {
  position: absolute;
  top: 10px;
  left: 90px;
  right: 90px;
  height: 10px;
  background: #333;
  border-radius: 3px;
  box-shadow: 0 0 5px #000 inset;
}

.su-video .jp-seek-bar,
.su-video .jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  border-radius: 3px;
}

.su-video .jp-seek-bar {
  background: #0b0b0b;
  background: linear-gradient(to bottom, #0b0b0b 0%, #666 100%);
}

.su-video .jp-play-bar {
  background: #6db3f2;
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
}

.su-video .jp-current-time,
.su-video .jp-duration {
  position: absolute;
  top: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #f5f5f5;
  font-size: 10px;
}

.su-video .jp-current-time {
  left: 50px;
}

.su-video .jp-duration {
  right: 50px;
}

.su-vimeo {
  margin: 0 0 1.5em;
}

.su-vimeo iframe {
  border: none !important;
}

.su-youtube {
  margin: 0 0 1.5em;
}

.su-youtube iframe {
  border: none !important;
}

.scriptlesssocialsharing {
  box-sizing: border-box;
  margin: 18px auto;
}

.scriptlesssocialsharing a.button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

.scriptlesssocialsharing a.button:hover {
  color: white;
}

.scriptlesssocialsharing .screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.scriptlesssocialsharing-buttons {
  border-collapse: separate;
  border-spacing: 3px;
  display: table;
  table-layout: fixed;
}

.scriptlesssocialsharing-buttons .button {
  display: table-cell;
}

.scriptlesssocialsharing__buttons {
  display: flex;
  flex-wrap: wrap;
}

.scriptlesssocialsharing__buttons a.button {
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.scriptlesssocialsharing__icon {
  display: inline-block;
  fill: currentColor;
  font-size: 18px;
  height: 1em;
  width: 1em;
}

.scriptlesssocialsharing__icon + .sss-name {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .scriptlesssocialsharing .sss-name {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }
}
.scriptlesssocialsharing .button.email {
  background-color: rgba(51, 51, 51, 0.8);
}

.scriptlesssocialsharing .button.email:hover {
  background-color: #333;
}

.scriptlesssocialsharing .button.twitter {
  background-color: rgba(0, 0, 0, 0.8);
}

.scriptlesssocialsharing .button.twitter:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.scriptlesssocialsharing .button.facebook {
  background-color: rgba(59, 89, 152, 0.8);
}

.scriptlesssocialsharing .button.facebook:hover {
  background-color: #3b5998;
}

.scriptlesssocialsharing .button.linkedin {
  background-color: rgba(0, 119, 181, 0.8);
}

.scriptlesssocialsharing .button.linkedin:hover {
  background-color: #0077b5;
}

.scriptlesssocialsharing .button.pinterest {
  background-color: rgba(189, 8, 28, 0.8);
}

.scriptlesssocialsharing .button.pinterest:hover {
  background-color: #bd081c;
}

.scriptlesssocialsharing .button.sms {
  background-color: rgba(0, 153, 51, 0.8);
}

.scriptlesssocialsharing .button.sms:hover {
  background-color: #093;
}

.scriptlesssocialsharing .button.whatsapp {
  background-color: rgba(37, 211, 102, 0.8);
}

.scriptlesssocialsharing .button.whatsapp:hover {
  background-color: #25d366;
}

.scriptlesssocialsharing .button.bluesky {
  background-color: rgba(17, 133, 254, 0.8);
}

.scriptlesssocialsharing .button.bluesky:hover {
  background-color: #1185fe;
}

@media print {
  .scriptlesssocialsharing {
    display: none;
  }
}
.extendedwopts-show {
  display: none;
}

.widgetopts-hide_title .widget-title {
  display: none;
}

.extendedwopts-md-right {
  text-align: right;
}

.extendedwopts-md-left {
  text-align: left;
}

.extendedwopts-md-center {
  text-align: center;
}

.extendedwopts-md-justify {
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .extendedwopts-hide.extendedwopts-desktop {
    display: none !important;
  }
  .extendedwopts-show.extendedwopts-desktop {
    display: block;
  }
  .widget.clearfix-desktop {
    clear: both;
  }
}
@media screen and (max-width: 768px) and (min-width: 737px) {
  .extendedwopts-hide.extendedwopts-tablet {
    display: none !important;
  }
  .extendedwopts-show.extendedwopts-tablet {
    display: block;
  }
  .widget.clearfix-desktop {
    clear: none;
  }
  .widget.clearfix-tablet {
    clear: both;
  }
}
@media screen and (max-width: 736px) {
  .extendedwopts-hide.extendedwopts-mobile {
    display: none !important;
  }
  .extendedwopts-show.extendedwopts-mobile {
    display: block;
  }
  .widget.clearfix-desktop, .widget.clearfix-tablet {
    clear: none;
  }
  .widget.clearfix-mobile {
    clear: both;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute;
  margin: -1px;
  border: none;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal;
  color: #ffffff;
}
.screen-reader-text:active, .screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  display: block;
  z-index: 100000;
  width: auto;
  height: auto;
  text-decoration: none;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1.5rem 1rem 0 !important;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 1rem 1.5rem !important;
    max-width: 50%;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.alignfull,
.alignwide {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  width: auto;
  max-width: 100vw;
}

.container-width > * {
  margin-right: 1rem;
  margin-left: 1rem;
  max-width: 1140px;
}
@media (min-width: 1200px) {
  .container-width > * {
    margin-right: auto;
    margin-left: auto;
  }
}
.container-width .alignfull,
.container-width .alignwide {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50% + 8px);
  width: auto;
  max-width: 100vw;
}

.content-center > * {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.callout {
  display: block;
  margin-bottom: 1rem;
  border-left: 6px solid #5bc0de;
  background-color: rgb(247.04, 247.04, 247.04);
  padding: 1rem;
  line-height: 1.5;
  color: rgb(25.96, 25.96, 25.96);
  font-weight: 700;
}
.callout--info {
  border-left-color: #5bc0de;
}
.callout--success {
  border-left-color: #5cb85c;
}
.callout--warning {
  border-left-color: #f0ad4e;
}
.callout--danger {
  border-left-color: #d9534f;
  color: #d9534f;
}

.grid {
  display: grid;
  clear: both;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 2rem;
  padding: 0 !important;
  list-style: none !important;
}
.grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

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

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

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

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

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

@media (min-width: 320px) {
  .xs\:grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xs\:grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xs\:grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xs\:grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .xs\:grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .xs\:grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm\:grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm\:grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm\:grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm\:grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm\:grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md\:grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md\:grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 992px) {
  .lg\:grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg\:grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg\:grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) {
  .xl\:grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xl\:grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xl\:grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xl\:grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .xl\:grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .xl\:grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 32px;
  height: 32px;
}

.masonry {
  display: flex;
}
.masonry__col {
  flex-grow: 1;
}
.masonry__item {
  margin-bottom: 2rem;
}
.masonry__col--2 {
  display: none;
}
@media (min-width: 768px) {
  .masonry__col {
    flex-basis: 50%;
  }
  .masonry__col--1 {
    margin-right: 2rem;
  }
  .masonry__col--2 {
    display: block;
  }
}

img.wp-smiley,
img.emoji {
  display: inline;
  margin: 0.07em;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}

.stretch-link {
  position: relative;
  cursor: pointer;
}
.stretch-link a::after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

.stretch-link:hover .entry__image-wrap {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}
.stretch-link:hover .entry__image {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out 0s;
  transform: scale(1.05);
  transform-origin: center center;
}

table.bg {
  background-color: transparent;
}

thead.bg {
  background-color: transparent;
}

table.border th,
table.border td {
  border: 1px solid #d9d9d9;
}

table.alt-row tr:nth-child(even) {
  background-color: #f5f5f5;
}

table.alt-row-odd tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.scroll {
  overflow-x: auto;
}

@media only screen and (max-width: 480px) {
  table.col-collapse > thead > tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.col-collapse tbody td,
  table.col-collapse tfoot td {
    display: block;
    text-align: center;
  }
  table.col-collapse tbody td::before,
  table.col-collapse tfoot td::before {
    display: block;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 700;
  }
  table.col-collapse tbody td::before {
    content: attr(data-th);
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  table.col-collapse thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.col-collapse tr,
  table.col-collapse td {
    display: block;
  }
  table.col-collapse > :first-child > tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.col-collapse td {
    padding-left: 50%;
    text-align: left;
  }
  table.col-collapse tbody td::before {
    display: inline-block;
    margin-left: -100%;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    content: attr(data-th);
  }
}
@media only screen and (min-width: 768px) {
  table.col-collapse thead th {
    font-weight: 700;
  }
}

@media only screen and (max-width: 480px) {
  table.col-collapse.border {
    border-bottom: 1px solid #d9d9d9;
  }
  table.col-collapse.border tbody td,
  table.col-collapse.border tfoot td {
    border: 1px solid #d9d9d9;
    border-bottom: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  table.col-collapse.border {
    border-bottom: 1px solid #d9d9d9;
  }
  table.col-collapse.border td {
    border: 1px solid #d9d9d9;
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  table.col-collapse.border th,
  table.col-collapse.border td {
    border: 1px solid #d9d9d9;
  }
}

table.comparison th,
table.comparison td {
  text-align: center;
}
table.comparison .subheader {
  background-color: #f5f5f5;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  table.comparison td:first-child,
  table.comparison th:first-child {
    display: none;
  }
  table.comparison .visible-collapsed {
    display: table-row;
  }
  table.comparison .hidden-collapsed {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  table.comparison {
    border-top: 0;
  }
  table.comparison thead th {
    border-top: 1px solid #d9d9d9;
    font-weight: 700;
  }
  table.comparison thead th:first-child {
    border-top: 0;
    border-left: 0;
  }
  table.comparison td:first-child {
    text-align: left;
  }
  table.comparison .visible-collapsed {
    display: none;
  }
}

.home .single-header {
  background-color: #d50083;
}
.home .single-header__content--default {
  height: 360px;
}
.home .single-header .home-logo {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.home .intro {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .home .intro {
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.home .intro__image {
  display: flex;
  flex: 0 1 35%;
  justify-content: flex-start;
  padding: 1rem 2rem 0 0;
}
.home .intro__image img {
  margin-bottom: 1rem;
}
.home .intro__text {
  flex: 1;
  margin-top: 0.5rem;
}
.home .intro .subheading {
  font-size: 130%;
  font-weight: 600;
}
.home .walks {
  background-color: #98d105;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .home .walks {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home .walks .rs-section__content-inner {
  display: block;
}
@media (min-width: 768px) {
  .home .walks .rs-section__content-inner {
    display: flex;
  }
}
.home .walks .rs-section__content-inner .walks-text {
  flex: 1;
  padding-right: 2rem;
}
.home .walks .rs-section__content-inner .walks-text h2 {
  font-size: 2.5rem;
}
.home .walks .rs-section__content-inner .walks-image {
  display: flex;
  flex: 0 1 50%;
  justify-content: flex-start;
  padding: 1rem 2rem 0 0;
}
@media (min-width: 768px) {
  .home .walks .rs-section__content-inner .walks-image {
    flex: 0 1 45%;
  }
}
@media (min-width: 992px) {
  .home .walks .rs-section__content-inner .walks-image {
    flex: 0 1 35%;
  }
}
@media (min-width: 1200px) {
  .home .walks .rs-section__content-inner .walks-image {
    flex: 0 1 25%;
  }
}
.home .walks .rs-section__content-inner .walks-image img {
  margin-bottom: 1rem;
}
.home .walks .rs-section__content-inner .button {
  margin-bottom: 1rem;
  background-color: #000000;
  text-decoration: underline;
}
.home .walks .rs-section__content-inner .button:hover {
  text-decoration: none;
}
.home .blog {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.home .blog h2 {
  font-size: 2.5rem;
}
.home .blog .rs-posts--blog {
  margin-top: 2rem;
}
.home .blog .rs-posts--blog .entry__title {
  font-size: 2rem;
}
.home .blog .rs-posts--blog .entry__more-link {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1rem auto 0;
  width: 140px;
  text-decoration: underline;
}
.home .blog .rs-posts--blog .entry__more-link:hover {
  text-decoration: none;
}
.home .routes {
  background-color: #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.home .routes h2 {
  font-size: 2.5rem;
}
.home .routes .rs-posts--routes {
  margin-top: 2rem;
}
.home .routes .rs-posts--routes .entry__title {
  font-size: 1.5rem;
}
.home .routes .button {
  background-color: #000000;
  text-decoration: underline;
}
.home .routes .button:hover {
  text-decoration: none;
}
.home .footer {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.home .footer h2 {
  font-size: 2.5rem;
}
.home .footer .button {
  text-decoration: underline;
}
.home .footer .button:hover {
  text-decoration: none;
}

.contact-text {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
.contact-text .rs-section__content {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form {
  margin: 0 auto;
  max-width: 860px;
}

.donations-text {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
.donations-text .rs-section__content {
  padding-top: 0;
  padding-bottom: 0;
}

.donations-form {
  margin: 0 auto;
  max-width: 860px;
}

.walks-list {
  margin-top: 1rem;
}
.walks-list__item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 480px) {
  .walks-list__item {
    display: flex;
  }
}
.walks-list__col1 {
  padding: 0 2rem 1rem 0;
}
.walks-list__date {
  display: inline-block;
  background-color: #ff8f1c;
  padding: 10px;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
