@font-face {
  font-family: Montserrat-Regular;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat-Black;
  font-style: normal;
  src: url("../fonts/Montserrat-Black.ttf");
  font-family: Montserrat-Bold;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-family: Montserrat-Medium;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-family: Montserrat-Light;
  font-style: normal;
  src: url("../fonts/Montserrat-Light.ttf");
  @font-face;
  @font-face;
  @font-face;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
html {
  color: #000;
  background: #fff;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
a img {
  border: none;
}
blockquote,
q {
  quotes: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
.clear {
  margin: 0 0 -1px 0;
  line-height: 1px;
  display: block;
  font-size: 1px;
  clear: both;
  height: 1px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child+html .clearfix {
  zoom: 1;
}
html,
body {
  font-family: 'Montserrat-Regular', sans-serif !important;
  font-size: 17px;
  line-height: 1.6;
}
h1 {
  color: inherit;
  font-size: 35px;
}
h2 {
  color: inherit;
  font-size: 30px;
}
h3 {
  color: inherit;
  font-size: 25px;
}
h4 {
  color: inherit;
  font-size: 17px;
}
h5 {
  color: inherit;
  font-size: 1.1em;
}
h6 {
  color: inherit;
  font-size: 1em;
  font-weight: bold;
}
p {
  color: inherit;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 1em;
}
b,
strong {
  font-weight: bold;
}
a {
  color: #2f353e;
  outline: none;
}
a:hover,
a:focus {
  color: #fa641b;
  text-decoration: underline;
}
ul,
ol {
  margin: 0 0 1em;
  padding: 0 0 0 25px;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
.page-content {
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 5rem 0;
  color: #2f353e;
}
@media screen and (min-width: 768px) {
  .page-content {
    padding: 10rem 0;
  }
}
.page-description-section {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-description-section {
    font-size: 2rem;
    margin: 0 auto;
  }
}
.page-description-section h1 {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-description-section h1 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.page-description-section div {
  margin-bottom: 3rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page-description-section div {
    margin-bottom: 5rem;
    font-size: 1.5rem;
  }
}
.underline {
  text-decoration: underline;
  font-size: 1.2rem;
  color: #2f353e;
}
.cookie-box {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
  background-color: #2f353e;
  color: #edebdc;
  padding: 30px 20px;
}
.cookie-box .cookie-box-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .cookie-box .cookie-box-inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cookie-box .cookie-box-inner p {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cookie-box .cookie-box-inner p {
    margin: 0;
  }
}
.cookie-box .cookie-box-inner a {
  color: #edebdc;
}
.cookie-box .cookie-box-inner button {
  padding: 5px;
  border-radius: 20px;
  width: 100px;
  outline: none;
  border: none;
  background-color: #edebdc;
  color: #2f353e;
}
.event-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .event-wrapper {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .event-wrapper {
    padding: 5rem 10px;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1200px) {
  .event-wrapper {
    margin: 0 auto;
  }
}
.event-wrapper iframe {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .event-wrapper iframe {
    height: 700px;
  }
}
@media screen and (min-width: 1025px) {
  .event-wrapper iframe {
    height: 800px;
  }
}
.event-wrapper .calender-title {
  margin-bottom: 2rem;
  padding-top: 30px;
  width: 60%;
  border-top: 1px solid;
}
@media screen and (min-width: 768px) {
  .event-wrapper .calender-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .event-wrapper .calender-title {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .event-wrapper .calender-title {
    font-size: 25px;
  }
}
.event-wrapper .calender-body {
  width: 100%;
}
.waiting-list-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-direction: column;
  flex-direction: column;
}
.waiting-list-form .input-name,
.waiting-list-form .input-mail {
  margin: 1rem 0;
  height: 2rem;
}
.waiting-list-form label {
  font-size: 1.3rem;
}
body {
  overflow-x: hidden;
}
.header-logo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .header-logo-wrapper {
    width: 85%;
  }
}
.header-logo-wrapper img {
  max-width: 70px;
  max-height: 88px;
}
@media screen and (min-width: 768px) {
  .header-logo-wrapper img {
    max-width: 90px;
  }
}
.footer-logo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.footer-logo-wrapper img {
  max-width: 70px;
  max-height: 88px;
}
@media screen and (min-width: 768px) {
  .footer-logo-wrapper img {
    max-width: 90px;
  }
}
.twentyfour-logo-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
  color: #b9b9b9;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .twentyfour-logo-footer {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.twentyfour-logo-footer a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #cc572d;
}
.twentyfour-logo-footer img {
  max-width: 180px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .twentyfour-logo-footer img {
    max-width: 150px;
  }
}
.gallery img {
  border: none !important;
}
#bbpress-forums {
  max-width: 1140px !important;
  margin: 50px auto !important;
}
.elementor-image-carousel.swiper-wrapper {
  height: 300px !important;
}
.menu-item-logout,
.menu-item-login {
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
}
.menu-item a:active {
  color: #fa641b;
}
.news {
  text-align: center;
  padding: 2rem 1rem;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 3rem 0 0 0;
  }
}
.news h3 {
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news h3 {
    font-size: 25px;
  }
}
.news .news-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news .news-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.news .news-wrapper .news-content {
  background-color: #edebdc;
  color: #2f353e;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news .news-wrapper .news-content {
    width: 30%;
    height: 10rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.news .news-wrapper .news-content a {
  font-weight: 300;
}
.news .news-wrapper .date {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.news .news-wrapper .date a:hover {
  color: #2f353e;
}
.own-news {
  padding-bottom: 6rem;
}
.own-news .see-all-news {
  display: none;
}
.own-news h3 {
  display: none;
}
.own-news .single-news {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .own-news .single-news {
    width: 100%;
  }
}
.own-news .single-news .news-wrp {
  padding: 0 0 2rem 0;
  width: 100%;
}
.own-news .single-news .news-wrp:not(:last-child) {
  border-bottom: 1px solid #2f353e;
}
.own-news .single-news .news-wrp h4 {
  display: inline-block;
}
.own-news .single-news .news-image {
  max-width: 50%;
  height: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .own-news .single-news .news-image {
    height: auto;
    margin-right: 4rem;
  }
}
.news-date {
  display: block;
}
.news-date p {
  font-size: 15px;
  font-weight: 700;
}
.news-grid .own-news {
  padding: 0;
  margin: 0 auto;
  max-width: 1140px;
}
.news-grid .own-news h3 {
  margin-bottom: 4rem;
  color: #2f353e;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: fit-content;
  width: intrinsic; /* Safari/WebKit uses a non-standard name */ /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  width: max-content;
}
@media screen and (min-width: 768px) {
  .news-grid .own-news h3 {
    font-size: 25px;
  }
}
.news-grid .own-news h4 {
  margin: 0.5rem 0;
  display: inline-block;
}
.news-grid .own-news .own-news-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .news-grid .own-news .own-news-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-grid .own-news .own-news-wrapper .single-news {
  width: 100%;
  margin-bottom: 3rem;
}
.news-grid .own-news .own-news-wrapper .single-news .news-title {
  margin-top: 16px;
  font-weight: 700;
}
.news-grid .own-news .own-news-wrapper .single-news .news-text {
  margin-top: 5px;
  margin-bottom: 0;
}
.news-grid .own-news .own-news-wrapper .single-news .news-text p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #52585f;
}
.news-grid .own-news .own-news-wrapper .single-news>a {
  width: 90%;
  height: 170px;
}
.news-grid .own-news .own-news-wrapper .single-news .news-wrp {
  width: 100%;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .news-grid .own-news .own-news-wrapper .single-news .news-wrp {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .news-grid .own-news .own-news-wrapper .single-news .news-wrp {
    max-height: 300px;
    height: auto;
  }
}
.news-grid .own-news .own-news-wrapper .single-news .news-wrp .news-text p {
  font-size: 15px;
}
.news-grid .own-news .news-image-bg {
  width: 90%;
  height: 170px;
  background-repeat: no-repeat !important;
  background-size: contain;
}
.news-grid .own-news a {
  text-decoration: none;
}
.news-grid .own-news .see-all-news {
  display: block;
}
.news-grid .own-news .see-all-news a {
  font-stretch: normal;
  letter-spacing: normal;
}
.pagination {
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40%;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
}
.pagination .page-numbers.current {
  border-bottom: 1px solid;
}
.privacy-policy {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
}
.privacy-policy table.cookies-table {
  width: 100%;
  border: 1px solid;
  margin: 1rem 0;
  table-layout: fixed;
}
.privacy-policy table.cookies-table td,
.privacy-policy table.cookies-table th {
  border: 1px solid;
  padding: 5px;
  text-align: center;
}
.privacy-policy h2,
.privacy-policy h4 {
  margin: 1rem 0;
}
.single-booking {
  max-width: 1140px;
  margin: auto;
}
.single-booking .booking-wrapper {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-booking .booking-wrapper .booking-description {
  width: 100%;
}
.single-booking .frame-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.single-booking .frame-wrapper iframe {
  padding-bottom: 4rem;
  width: 100%;
}
.single-booking .booking-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-booking .booking-controls .single-booking_table {
  margin-bottom: 50px;
}
.single-booking .booking-controls h4 {
  margin-bottom: 1rem;
  text-align: left;
}
.submit_btn {
  padding: 0.5rem 2rem;
  border: none;
  width: 100px;
  display: block;
  font-size: 16px;
  cursor: pointer;
}
#bookingDates,
#bookingTimes {
  padding: 0.1rem 1rem;
}
.single-booking_table {
  width: 100%;
}
.single-booking_table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.single-booking_table tr td {
  width: 100%;
  margin-bottom: 1rem;
}
.single-booking_table tr td form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
}
.single-booking_table tr td form select,
.single-booking_table tr td form textarea {
  height: 50px;
  margin-bottom: 1rem;
  width: 100%;
}
.single-booking_table tr td form textarea {
  height: 90px;
}
.single-booking_table tr td ul {
  padding: 0;
}
.single-booking_table tr td ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #2f353e;
}
.single-booking_table tr td ul li .submit_btn {
  padding: 0;
  border: none;
  width: 100px;
  display: block;
  background: none;
  color: #f00;
}
.single-booking_table tr td ul li > * {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
#calendar {
  margin: 2rem 0;
}
#calendar h2 {
  padding-top: 0;
  width: unset;
  border: none;
  font-size: 1em;
}
.single-event-wrapper {
  position: relative;
  margin: auto;
  padding: 10rem 2rem;
  max-width: 1140px;
  font-size: 1.2rem;
  font-stretch: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  line-height: 1.6;
  color: #333432;
}
@media screen and (max-width: 768px) {
  .single-event-wrapper {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .single-event-wrapper {
    padding: 10rem 10rem;
  }
}
.single-event-wrapper h1,
.single-event-wrapper .content {
  color: #2f353e;
  font-style: italic;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-event-wrapper h1,
  .single-event-wrapper .content {
    font-size: 2.3rem;
  }
}
.single-event-wrapper .content p {
  padding: 2rem 0;
}
.join-leave-event {
  background-color: #2f353e;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 5px 60px;
  text-decoration: none;
  margin-bottom: 2rem;
}
.join-leave-event:hover {
  background-color: #fff;
  color: #282b4c;
  border: 1px solid #2f353e;
}
.attendees {
  padding: 2rem 0;
  color: #2f353e;
  font-style: italic;
  text-align: left;
}
.attendees h3 {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .attendees h3 {
    font-size: 1.5rem;
  }
}
.inner-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  background-color: #fff;
  box-shadow: -3px 2px 15px -4px #282b4c;
}
.time {
  padding: 2rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .time {
    font-size: 1.4rem;
  }
}
.bold {
  font-weight: bold;
}
.icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 2rem auto;
}
.abs-p {
  position: absolute;
  width: 500px;
  height: 535px;
  background-color: #edebdc;
  top: 58px;
  z-index: 0;
  left: -2px;
  box-shadow: -3px 2px 15px -4px #2f353e;
  transform: rotate(75deg);
}
.events-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .events-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.events-wrapper .single-events {
  margin-bottom: 2rem;
}
.events-wrapper .single-events .events-wrp {
  padding: 2rem 1rem;
  background-color: #f5f5f5;
}
.events-wrapper .single-events .events-wrp strong {
  margin-right: 1rem;
  text-transform: uppercase;
}
.events-wrapper .single-events .events-wrp .calendarLink {
  text-transform: uppercase;
}
.events-wrapper .single-events .events-wrp .calendarLink:hover {
  color: #fa641b;
}
.event-image {
  width: 100%;
}
.back-to {
  padding: 2rem 2rem 0 2rem;
  margin: 0 auto;
  max-width: 1140px;
}
.back-to a {
  text-decoration: none;
  font-size: 1rem;
  font-stretch: normal;
  letter-spacing: normal;
  color: #fa641b;
}
@media screen and (min-width: 768px) {
  .back-to a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .back-to {
    padding: 4rem 0 0 0;
  }
}
.sing-post-wrapper {
  padding: 2rem 1rem;
  max-width: 1140px;
  margin: 0 auto;
}
.sing-post-wrapper .news-title {
  margin-bottom: 2rem;
}
.sing-post-wrapper .news-title h4 {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .sing-post-wrapper .news-title h4 {
    font-size: 2rem;
  }
}
.sing-post-wrapper .news-date {
  padding: 2rem 0;
  font-style: italic;
  font-size: 1rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .sing-post-wrapper .news-date {
    font-size: 1.2rem;
  }
}
.sing-post-wrapper .news-text p,
.sing-post-wrapper .news-intro p,
.sing-post-wrapper .prev-next {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sing-post-wrapper .news-text p,
  .sing-post-wrapper .news-intro p,
  .sing-post-wrapper .prev-next {
    font-size: 1.1rem;
  }
}
.sing-post-wrapper .prev-next {
  width: 100%;
  padding-top: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .sing-post-wrapper .prev-next {
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.sing-post-wrapper .prev-next .previous {
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sing-post-wrapper .prev-next .previous {
    width: 45%;
  }
}
.sing-post-wrapper .prev-next .next {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sing-post-wrapper .prev-next .next {
    width: 45%;
  }
}
.sing-post-wrapper .prev-next .previous a,
.sing-post-wrapper .prev-next .next a {
  font-stretch: normal;
  letter-spacing: normal;
  color: #fa641b;
  text-decoration: none;
}

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