/*
* 
* 
* 
 layout.css
 Design Monkey custom CSS
*
*
*
*/
@import url("fonts.css") screen;
@import url("navigation.css?v=1.2") screen;
@import url("normalize.css") screen;
@import url("base_style.css") screen;
@import url("all.css") screen;

body {
  margin: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
:focus {
  outline: none;
}


#tidio-chat:not(.scrollup) #tidio-chat-iframe{
  bottom: 70px!important;
}
@media all and (min-width: 768px) {
  #tidio-chat.scrollup #tidio-chat-iframe{
	  bottom: 0px!important;
  }
}

.lrm-user-modal {
  background: rgba(0, 0, 0, 0.8);
}

.notice {
  background: #f6f6f6;
  padding: 10px !important;
  border-left: 4px #007eff solid;
  display: block;
}
.notice i {
  color: #007eff;
}

.error {
  background: #f6f6f6;
  padding: 10px !important;
  border-left: 4px #cc0033 solid;
  display: block;
}
.error i {
  color: #cc0033;
}

/*------------------------------------------------------------------------------------------------- 
LOGIN POPUP
------------------------------------------------------------------------------------------------- */

.lrm-form a.button,
.lrm-form button,
.lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"],
.lrm-form input[type="submit"] {
  background: #f26723;
}


.lrm-signin-section .wp-social-login-provider-list:before{
	content: "Sign in with:";
	display: block;
	margin: 20px 10px;
	text-align: center;
}

.lrm-signup-section .wp-social-login-provider-list:before{
	content: "Signup with:";
	display: block;
	margin: 20px 10px;
	text-align: center;
}

.lrm-signin-section .wp-social-login-provider-list:after,
.lrm-signup-section .wp-social-login-provider-list:after{
	content: " ---- or ---- ";
	display: block;
	margin: 20px 10px 0;
	text-align: center;
}

.wp-social-login-provider-list a{
	display: inline-block; 
	width: 30%; 
	margin: 2px 5px;
	padding: 5px;
	text-align: center;
	background: #CCC;
}


.wp-social-login-provider-list a.wp-social-login-provider-facebook{
	background: #1877f2;
	color: #FFF;
}

.wp-social-login-provider-list a.wp-social-login-provider-google{
	background: #659df6;
	color: #FFF;
}

.wp-social-login-provider-list a.wp-social-login-provider-twitter{
	background: #1da1f2;
	color: #FFF;
}

/*------------------------------------------------------------------------------------------------- 
ADMIN BAR
------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/*------------------------------------------------------------------------------------------------- 
SITE WIDTH
------------------------------------------------------------------------------------------------- */

.dm-wrap {
  margin: 0 auto;
}
.dm-wrap-inner {
  width: 100%;
  display: block;
}

.dm-wrap-inner .wp-block-designmonkey-section-block .designmonkey-inner,
.dm-wrap-inner
  .entry-content
  > .wp-block-designmonkey-section-block
  .designmonkey-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.panel-content .wrap {
}
/*------------------------------------------------------------------------------------------------- 
RESPONSIVE CLASSES
------------------------------------------------------------------------------------------------- */

.mobile-show {
  display: block;
}
.tablet-show {
  display: none;
}
.desktop-show {
  display: none;
}

@media all and (min-width: 768px) {
  .tablet-show {
    display: block;
  }
}

@media all and (min-width: 1024px) {
  .desktop-show {
    display: block;
  }
}

/*------------------------------------------------------------------------------------------------- 
LOGO
------------------------------------------------------------------------------------------------- */

.site-logo {
  width: 100%;
  text-align: center;
}
#logo {
  margin: 30px auto 26px;
  max-width: 210px;
  position: relative;
  z-index: 2;
}

@media all and (min-width: 768px) {
  #logo {
    float: left;
    margin: 1px auto;
    max-width: 100%;
    width: 345px;
  }
  .site-logo {
    float: left;
    width: auto;
    text-align: left;
  }
}

@media all and (min-width: 1024px) {
}

/*------------------------------------------------------------------------------------------------- 
NAVIGATION
------------------------------------------------------------------------------------------------- */

.slide-menu.main-navigation ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  padding: 0.2em 0.5em;
}

@media all and (min-width: 768px) {
  .slide-menu.main-navigation ul li a {
    font-size: 1.2em;
    padding: 0.2em 0.5em;
  }
}

@media all and (min-width: 1024px) {
}

/*------------------------------------------------------------------------------------------------- 
HEADER
------------------------------------------------------------------------------------------------- */

body::before {
  background: #212121;
  width: 100%;
  padding: 10px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  content: "";
}
body.admin-bar::before {
  top: 32px;
}

header.main {
  background: #555;
  width: 100%;
  padding: 10px;
}
.site-header .dm-wrap-inner {
  padding: 0;
}
.site-header {
  position: fixed;
  width: 100%;
  bottom: auto;
  border: none;
  z-index: 30;
  top: 0;
  height: 80px;
  padding: 0 15px;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  /* -webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out; */
}
.site-header.scrollup {
  top: -80px;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  /*-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);*/
}
.admin-bar .site-header.scrollup {
  top: -146px;
  /*-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);*/
}
.admin-bar .site-header {
  top: 46px;
}

@media all and (min-width: 768px) {
  .admin-bar .site-header {
    top: 32px;
  }
  .site-header {
    padding: 20px 15px;
    padding-right: 180px;
  }
}

@media all and (min-width: 1024px) {
}

/*------------------------------------------------------------------------------------------------- 
HEADER BASKET
------------------------------------------------------------------------------------------------- */

.basket-container {
  padding: 30px 20px;
}

.basket-container h4 {
  font-size: 30px;
  margin-bottom: 0;
}

.basket-container p {
  font-size: 20px;
  color: #fff;
}

.button,
#primary .button {
  display: block;
  width: 100%;
  margin: 10px auto;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  background: #f26622;
  padding: 20px 25px;
  font-size: 1.2em;
  text-align: center;
}

.button.buttonwhite,
#primary .button.buttonwhite {
  background: #fff;
  color: #f26622!important;
  font-weight: bold;
}

.basket-container a.button {
  display: inline-block;
  margin: 0.5em 0 0 0;
  
  font-size: 1em;
}

/*------------------------------------------------------------------------------------------------- 
MENU BUTTON
------------------------------------------------------------------------------------------------- */

.menu-toggle:hover,
.menu-toggle:focus {
  outline: none;
  background: none;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-toggle span:nth-child(even) {
  left: 50%;
}
.menu-toggle span:nth-child(odd) {
  left: 0px;
}
.menu-toggle span:nth-child(1),
.menu-toggle span:nth-child(2) {
  top: 0px;
}
.menu-toggle span:nth-child(3),
.menu-toggle span:nth-child(4) {
  top: 50%;
}
.menu-toggle span:nth-child(5),
.menu-toggle span:nth-child(6) {
  top: 100%;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1),
.menu-toggle[aria-expanded="true"] span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2),
.menu-toggle[aria-expanded="true"] span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  left: 2px;
  top: 5px;
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  top: 5px;
  left: 10px;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(5) {
  left: 2px;
  top: 13px;
}
.menu-toggle[aria-expanded="true"] span:nth-child(6) {
  top: 13px;
  left: 10px;
}

/*------------------------------------------------------------------------------------------------- 
HOMEPAGE 
------------------------------------------------------------------------------------------------- */

.camrider-bg {
  background: url("wp-content/theme/designmonkey/inc/img/cr-bg.jpg");
}

/*------------------------------------------------------------------------------------------------- 
BOOKING FORM 
------------------------------------------------------------------------------------------------- */

.booking-filters {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f26723;
  padding: 1em;
  right: 100%;
  top: 0;
}
.booking-filters.open {
  display: block;
}
.booking-filters.mob-open {
  right: 0;
  top: 0;
  position: fixed;
  height: 100%;
  display: block;
  z-index: 99;
}
.admin-bar .booking-filters.mob-open {
	padding-top: 50px;
}
.booking-filters-inner .filter-select .select-lable p {
  margin-bottom: 5px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
}
.booking-filters-inner .filter-select {
  margin: 5px 0;
}
.booking-filters-inner .filter-select .datepicker,
.booking-filters-inner .filter-select .ui-selectmenu-button.ui-button,
.booking-filters-inner .filter-select input[type="date"],
.booking-filters-inner .filter-select select {
  width: 100%;
  background: #FFFFFF;
  border: 0;
  padding: 10px 15px 10px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  height: auto;
}
.booking-filters-inner .filter-select .datepicker {
  padding: 6px 15px 5px;
}
.booking-filters-inner .filter-select .datepicker[disabled] {
  opacity: 0.3;
}
#camrider_booking_destination-menu {
  max-height: 300px;
}

#camrider_booking_destination-menu,
#camrider_booking_course_group-menu,
#camrider_booking_participants-menu,
#camrider_booking_start-menu {
  background: #F6F6F6;
  color: #666;
  border: 4px solid #FFFFFF;
}
#camrider_booking_destination-menu .ui-state-active,
#camrider_booking_destination-menu .ui-button.ui-state-active:hover,
#camrider_booking_course_group-menu .ui-state-active,
#camrider_booking_course_group-menu .ui-button.ui-state-active:hover,
#camrider_booking_participants-menu .ui-state-active,
#camrider_booking_participants-menu .ui-button.ui-state-active:hover,
#camrider_booking_start-menu .ui-state-active,
#camrider_booking_start-menu .ui-button.ui-state-active:hover {
  border: 1px solid #e89b41;
  background: #f26723;
  font-weight: normal;
  color: #fff;
}
#camrider_booking_destination-menu .ui-state-disabled,
#camrider_booking_course_group-menu .ui-state-disabled,
#camrider_booking_participants-menu .ui-state-disabled,
#camrider_booking_start-menu .ui-state-disabled {
  opacity: 1;
  background-image: none;
}
#camrider_booking_destination-menu .ui-menu-item-wrapper,
#camrider_booking_course_group-menu .ui-menu-item-wrapper,
#camrider_booking_participants-menu .ui-menu-item-wrapper,
#camrider_booking_start-menu .ui-menu-item-wrapper {
  padding: 7px 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.booking-filters-inner .filter-select .ui-selectmenu-icon.ui-icon {
  background: none;
  width: 30px;
  height: 24px;
  background-image: none !important;
}
.booking-filters-inner .filter-select .ui-selectmenu-icon.ui-icon:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  text-indent: 0;
  right: 0;
  top: 3px;
  position: absolute;
}
.booking-filters-inner .filter-select input[type="date"]:focus,
.booking-filters-inner .filter-select select:focus {
  outline: 1px solid #ffca8c;
}
.booking-filters-inner .filter-select select {
  background: #fbad51;
  color: #fbad51;
}
.booking-filters-inner .submit {
  background: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  border-radius: 5px;
  color: #f26723;
  font-weight: 600;
  margin: 15px 0 0 0;
  line-height: 1;
  width: 100%;
  padding: 0.5em 1em;
}
.booking-filters-inner .submit:disabled {
  opacity: 0.4;
  cursor: error;
}
.booking-filters .form-close {
  width: 100%;
  display: block;
  height: 30px;
}
.booking-filters .form-close i {
  color: #fff;
  background: #e25610;
  padding: 10px;
  width: 35px;
  float: right;
  text-align: center;
  border-radius: 50%;
}
#camrider_booking_course-menu .ui-widget-content {
  max-width: 100%;
  max-height: 300px;
}

@media all and (min-width: 768px) {
  .booking-filters-inner .filter-select {
    margin: 0;
  }
  .booking-filters-inner .submit {
    font-weight: 600;
    padding: 0 1.75em;
    margin: 5px 0 0 0;
    line-height: 1;
    width: 33%;
  }
  #camrider_booking_course-menu .ui-widget-content {
    max-height: 100%;
  }
  .booking-filters-inner .filter-select .datepicker,
  .booking-filters-inner .filter-select .ui-selectmenu-button.ui-button,
  .booking-filters-inner .filter-select input[type="date"],
  .booking-filters-inner .filter-select select {
    width: 90%;
  }
  .booking-filters .form-close {
    display: none;
  }
  .booking-filters {
    display: block;
    position: relative;
    right: 0;
    padding: 2em 0;
  }
  .booking-filters-inner {
    display: flex;
    padding: 0 10px;
  }
  .booking-filters-inner .filter-select {
    /*	flex-grow:1;*/
    width: 33%;
  }
}

/*------------------------------------------------------------------------------------------------- 
Profile
------------------------------------------------------------------------------------------------- */

.field {
  padding: 10px 0;
  display: block;
}

.field_small {
  width: 40%;
}

.fields_2_col {
  display: flex;
}

.fields_2_col .field {
  width: 45%;
}

.fields_2_col .field:first-child {
  margin-right: 10%;
}

/*------------------------------------------------------------------------------------------------- 
LOCATIONS
------------------------------------------------------------------------------------------------- */
.hero p {
  max-width: 600px;
}

.hero .section-bg {
  background-position: 50% 85%;
}

body.single-location .entry-title {
  margin-bottom: 0;
}
body.single-location .location_reviews {
  margin: 0;
}

body.single-location .entry-header {
  max-width: 600px;
}

.opening_times {
  background: white;
  margin: 8% 5%;
  padding: 10px;
  border-radius: 4px;
}

@media all and (min-width: 768px) {
  .opening_times {
    margin: 8% 15%;
  }
}

/*---------- Star rating ----------*/

.star-rating {
  display: inline-block;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  margin-top: 5px;
  width: 136px;
}
.back-stars {
  position: relative;
}
.front-stars {
  color: #ffcb01;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.opening_times {
  text-align: center;
}

.wp-block-cover.nomargin,
.wp-block-cover-image.nomargin {
  margin: 0 !important;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text {
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 3em !important;
}

/*---------- Courses block ----------*/

.courses-block h2,
.courses-block h3 {
  color: #fff;
}

.courses-block .wp-block-column p {
  margin: 10px 0 3px !important;
}

.courses-block,
.courses-block a {
  color: #fff;
}

.courses-block .wp-block-column {
  display: flex;
  flex-direction: column;
}

.courses-block .wp-block-column .wp-block-button {
  margin-top: auto;
}

.courses-block .wp-block-column .wp-block-button a {
  background-color: #fff;
  opacity: 0.8;
  color: #f26722;
}

/*---------- Bikes block ----------*/

.bikes-wrapper {
  /* background: #f26723; */
  padding: 0 20px;
}

.bikes-wrapper .bikes-inner {
  max-width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}

.bikes-wrapper .bikes-items {
  display: flex;
  flex-wrap: wrap;
}

.bikes-wrapper h3 {
  color: #f26723;
}

.bikes-wrapper article {
  padding: 0 5%;
  flex: 0 0 33.3%;
}

/* .bikes-wrapper article:first-child {
  padding: 0 7% 0 0;
}

.bikes-wrapper article:last-child {
  padding: 0 0 0 7%;
} */

.bikes-wrapper .post-thumbnail {
  text-align: center;
  margin: 0;
}

.bikes-wrapper img {
  width: 100%;
}

.bikes-header h3 {
  text-align: center;
  font-size: 2em;
  margin-top: 0;
}

.bikes-header p {
  text-align: center;
  width: 50%;
  margin: 0 auto 30px;
}

/*---------- Team slider block ----------*/

.type-slider.type-lightbox {
  display: block;
}

/*---------- Accordion ----------*/
.dm-accordion-content .type-slider.type-lightbox {
  padding: 0 !important;
}

.single-location
  .wp-block-designmonkey-accordion
  .dm-accordion-wrap
  .dm-accordion-item.dm-tab-header-active
  .dm-accordion-content {
  padding: 1em !important;
  max-height: 99999px;
  transition: all 300ms ease-in;
}

.single-location
  .wp-block-designmonkey-accordion
  .dm-accordion-wrap
  .dm-accordion-item.dm-tab-header-active
  .dm-accordion-header {
  background: #fbad51;
}

.single-location
  .wp-block-designmonkey-accordion
  .dm-accordion-wrap
  .dm-accordion-content {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em !important;
  transition: all 300ms ease-in;
}

.single-location .wp-block-designmonkey-accordion {
  padding: 0;
}

.single-location .lightbox-wrapper {
  top: 0;
  left: 4%;
  max-height: 90%;
  overflow: scroll;
  transform: translate(-2%, 10%);
  z-index: 50;
}

.single-location
  .wp-block-designmonkey-accordion
  .dm-accordion-wrap
  .dm-accordion-header {
  background: #f26722;
}

.single-location
  .wp-block-designmonkey-accordion
  .dm-accordion-wrap
  .dm-accordion-item {
  border: 1px solid #fff;
}

.single-location .dm-accordion-item:first-child,
.single-location .dm-accordion-item:first-child .dm-accordion-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.single-location .dm-accordion-item:last-child,
.single-location .dm-accordion-item:last-child .dm-accordion-header {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 300ms ease-in;
}

.single-location .dm-accordion-item.dm-tab-header-active:last-child,
.single-location
  .dm-accordion-item.dm-tab-header-active:last-child
  .dm-accordion-header {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: all 300ms ease-out;
}

.single-location .dm-accordion-item .title-text {
  color: #fff;
  transition: all 300ms ease-out;
}

.single-location .dm-accordion-item.dm-tab-header-active .title-text {
  font-weight: 700;
  transition: all 300ms ease-out;
}

.single-location .dm-accordion-header svg {
  fill: #fff;
}

@media all and (min-width: 768px) {
  .single-location .dm-accordion-content .type-slider.type-lightbox {
    padding: 50px 0;
  }
}

@media all and (min-width: 992px) {
  .single-location .lightbox-wrapper {
    top: 50%;
    left: 50%;
    max-height: 100%;
    overflow: auto;
    transform: translate(-50%, -50%);
  }
}

/*------------------------------------------------------------------------------------------------- 
COURSES
------------------------------------------------------------------------------------------------- */
.faq-section,
.combinations {
  padding: 0;
}

.faq {
  margin: 5px 0px;
  padding: 2px 10px;
}

.faq .designmonkey-inner {
  padding: 15px 20px;
}

.faq-content {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 1800px;
}

.faq-title {
  position: relative;
}

.faq-title.faq-closed {
  color: #f26723;
}

.faq-title p,
.faq-title {
  display: inline-block;
  cursor: pointer;
  font-size: 19px;
  color: rgba(242, 103, 35, 0.8);
  font-weight: 500;
  margin: 0 !important;
  width: 100%;
}

.faq-content,
.faq-content p {
  margin: 0 !important;
  padding: 0 !important;
}

.faq-title:before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -19px;
  top: 1px;
  color: rgba(242, 103, 35, 0.5);
  font-size: 17px;
}

.faq-title.faq-closed:before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -19px;
  top: 1px;
  color: #f26723;
  font-size: 17px;
}

.faq-content.faq-closed {
  max-height: 0;
  margin: 0;
  padding: 0;
}

.faq-section .faq:nth-child(even) {
  background: #eeeeee;
}

.combinations .faq {
  margin: 0;
}

.module .faq .checkbullets {
  overflow: visible;
}

.module .faq .checkbullets.faq-closed {
  overflow: hidden;
}

.module .faq ul.checkbullets li:before {
  color: #f26723;
}

ul.checkbullets.orangebullets li:before {
  color: #f26723;
}

.combinations .faq p:first-of-type {
  margin-left: -20px;
  margin-bottom: 10px;
}

.combinations .faq:nth-child(2n) .designmonkey-inner {
  padding: 15px 20px 0;
}

.combinations .faq:nth-child(4n),
.combinations .faq:nth-child(4n + 1) {
  background: #eeeeee;
}

.course-info ul.checkbullets li:before {
  color: #f26723;
}

/*---------- Bullet points ----------*/

.bullet-points .wp-block-columns.has-5-columns {
  flex-wrap: wrap;
  justify-content: center;
}

.bullet-points .wp-block-column {
  text-align: center;
  margin: 0 !important;
  padding: 10px;
  flex: 0 1 100% !important;
}

.bullet-points i {
  font-size: 60px;
  color: #f26723;
}

@media all and (min-width: 600px) {
  .bullet-points .wp-block-column {
    flex: 0 1 33% !important;
  }
}

@media all and (min-width: 768px) {
  .bullet-points i {
    font-size: 80px;
  }
}

@media all and (min-width: 992px) {
  .bullet-points .wp-block-column {
    flex: 0 1 20% !important;
  }
}

/*------------------------------------------------------------------------------------------------- 
SLIDER
------------------------------------------------------------------------------------------------- */
.image-slider,
.wp-block-gallery.image-slider {
  display: block;
  flex-wrap: unset;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  height: 0;
}
.loaded .image-slider,
.loaded .wp-block-gallery.image-slider {
  opacity: 1;
  height: auto;
}
.loaded .image-slider.resize,
.image-slider.resize,
.loaded .wp-block-gallery.image-slider.resize,
.wp-block-gallery.image-slider.resize {
  opacity: 0;
}
.blocks-gallery-item figcaption {
  background: #f26723;
  bottom: 0;
  color: #fff;
  font-size: 1.325em;
  max-height: 100%;
  overflow: auto;
  padding: 1em;
  position: absolute;
  text-align: center;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
.wp-block-gallery.image-slider .flickity-viewport {
}
.flickity-prev-next-button.previous .flickity-button-icon{
	left: -45%;
}
.flickity-prev-next-button.next{
	right: -31px!important;
}
.image-slider .blocks-gallery-item,
.wp-block-gallery.image-slider .blocks-gallery-item {
  overflow: hidden;
  display: block !important;
  width: 66%;
  height: 270px;
  display: block;
  min-width: 300px;
  max-width: 100%;
  margin-right: 10px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  opacity: 0.3;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  border-radius: 5px;
}
.image-slider .blocks-gallery-item figure,
.image-slider .blocks-gallery-item a {
  margin: 0;
}
.image-slider .blocks-gallery-item.is-selected,
.wp-block-gallery.image-slider .blocks-gallery-item.is-selected {
  opacity: 1;
}
.image-slider .flickity-prev-next-button.next,
.wp-block-gallery.image-slider .flickity-prev-next-button.next {
  right: 0;
}
.image-slider .flickity-prev-next-button.previous,
.wp-block-gallery.image-slider .flickity-prev-next-button.previous {
  left: 0;
}
.image-slider .flickity-prev-next-button .arrow,
.wp-block-gallery.image-slider .flickity-prev-next-button .arrow {
  fill: #fff;
}
.image-slider .flickity-prev-next-button,
.wp-block-gallery.image-slider .flickity-prev-next-button {
  position: absolute;
  top: 0;
  width: 44px;
  height: 100%;
  border: none;
  border-radius: 0;
  background: 0;
  background: 0;
  cursor: pointer;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}
.image-slider .flickity-prev-next-button:hover {
  background: 0;
}
.wp-block-gallery.image-slider .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.image-slider .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 10px;
}
@media all and (min-width: 978px) {
  .image-slider .blocks-gallery-item,
  .wp-block-gallery.image-slider .blocks-gallery-item {
    display: inline-block !important;
    height: 270px;
    display: block;
    width: 100%;
    max-width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    top: 0;
    position: relative;
    transform: translateY(0);
    opacity: 1;
  }
  .image-slider .blocks-gallery-item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .image-slider .blocks-gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*------------------------------------------------------------------------------------------------- 
HOMEPAGE
------------------------------------------------------------------------------------------------- */
.home header.entry-header {
  display: none;
}

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

@media all and (min-width: 1024px) {
}

/*------------------------------------------------------------------------------------------------- 
OVERALL CONTENT
------------------------------------------------------------------------------------------------- */
#main {
  min-height: calc(100vh - 212px);
}

#container {
  padding-top: 80px;
  overflow-x: hidden;
}

.entry-content ul {
  margin-left: 20px;
}
.entry-content ul li {
  margin-bottom: 10px;
}

.lrm-form a.button,
.lrm-form button,
.lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"],
.lrm-form input[type="submit"] {
  background: #f26723 !important;
}

ul.checkbullets {
  margin: 0 !important;
}

ul.checkbullets li {
  position: relative;
  list-style: none;
  margin: 0 !important;
  padding-left: 7px;
}

ul.checkbullets li:before {
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 300;
  font-size: 18px;
  position: absolute;
  left: -18px;
  top: 2px;
}

ul.checkbullets.orangebullets li:before {
	color: #f26723;
}

.wp-block-column.column-button {
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wp-block-column.column-button:hover {
	box-shadow: 0 0 14px rgba(0,0,0,0.2);
}

.wp-block-column.column-button .wp-block-image figure{ 
	margin-top: 0;
	padding-top: 0; 
}

.hero .checkbullets {
  margin-left: 30px !important;
}

.hero .checkbullets li {
  color: #fff;
}

.wp-block-button a {
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.wp-block-button:hover a {
  background-color: #ddd !important;
  color: #000;
}

.button-full {
  width: 100%;
}

.button-full a {
  width: 100%;
}

.button-book {
  width: 100%;
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 30px;
}

.button-book a {
  width: 100%;
  padding: 20px;
}

@media all and (min-width: 768px) {
	.button-book {
	  width: 70%;
	}

	.button-book a {
	  width: 100%;
	}

}

@media all and (min-width: 1024px) {
}

.wp-block-embed-youtube{
	margin-left: 0;
	margin-right: 0;
}


/*------------------------------------------------------------------------------------------------- 
INNERPAGE
------------------------------------------------------------------------------------------------- */

.has-sidebar .dm-wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.entry-header {
  background: #f26723;
  padding: 1em;
  position: relative;
}
.has-sidebar .entry-header:before {
  content: "";
  display: block;
  height: 100%;
  width: 2000px;
  right: 100%;
  background: #f26723;
  position: absolute;
  top: 0;
}
.has-sidebar .entry-header:after {
  content: "";
  display: block;
  height: 100%;
  width: 2000px;
  left: 100%;
  background: #f26723;
  position: absolute;
  top: 0;
}
.entry-header .entry-title {
  font-size: 2rem;
  font-weight: 800;
  padding: 0.5em 0;
  color: #fff;
  margin-top: 20px;
  line-height: 1;
}
.entry-header .entry-title a {
  color: #fff;
  text-decoration: none;
}

.wp-block-embed iframe {
  margin: 0 auto 1.5em;
}

.wp-block-embed__wrapper {
  text-align: center;
}

.module-section:not(.grey-section) .wp-block-column:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-section .wp-block-column:last-child figure {
  margin: 0 !important;
}

.module-section ul.checkbullets li:before,
.module-section.grey-section ul.checkbullets li:before {
  color: #f26723;
}

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

@media all and (min-width: 1024px) {
}

#primary .button {
  background-color: #f26723;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 11px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
}

/*------------------------------------------------------------------------------------------------- 
POSTS
------------------------------------------------------------------------------------------------- */
.single-vacancies .content-area,
.single-post .content-area {
  padding: 1em;
}

@media all and (min-width: 768px) {
  .single-vacancies .content-area,
  .single-post .content-area {
    padding-top: 3em;
  }
}

.vacancies .count {
  float: right;
  background: #ffffff;
  padding: 2px 10px;
  border-radius: 50%;
  font-size: 14px;
  color: #f26523;
}

/*------------------------------------------------------------------------------------------------- 
SIDEBAR
------------------------------------------------------------------------------------------------- */

#sidebar {
  padding: 1em;
}
#sidebar h3 {
  font-size: 1.75em;
  margin-bottom: 0.5em;
}
#sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebar ul li {
  border-bottom: 1px solid #ddd;
}
#sidebar ul li a {
  padding: 0.4em 0;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
}

#sidebar .button {
  background-color: #f26723;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 11px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
}

@media all and (min-width: 768px) {
  #sidebar {
    padding: 2em;
  }
  #sidebar ul li a {
    font-size: 1.1em;
  }
}

@media all and (min-width: 1024px) {
}

/*------------------------------------------------------------------------------------------------- 
NEWS
------------------------------------------------------------------------------------------------- */
.news-posts {
  width: 100%;
  background: #fff;
  padding: 2em !important;
  padding-top: 2em !important;
  padding-bottom: 2em !important;
  margin: 1em 0;
  position: relative;
}
.news-posts h2 {
  margin: 0 0 0.5em 0;
}
.news-posts .post-thumbnail {
  margin: 0 0 1em 0;
  float: left;
  width: 100%;
  text-align: center;
  background: #f7f7f7;
  max-height: 150px;
}
.news-posts .post-thumbnail img {
  margin: 0 auto;
}
.news-posts button {
  display: block;
  margin: 1em 0 0 0;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  background: #f26622;
}
.news-posts button a {
  color: #fff;
}
@media all and (min-width: 768px) {
  .news-posts .post-thumbnail {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 150px;
    height: 80%;
    height: calc(100% - 4em);
    max-height: 250px;
  }
  .news-posts {
    padding-left: 200px !important;
  }
  .news-posts .post-thumbnail img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

body.single .post-thumbnail img{
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------------------------------------------- 
FOOTER
------------------------------------------------------------------------------------------------- */
.site-footer {
  clear: both;
  display: block;
  width: 100%;
}

.site-info {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  color: #c1c1c1;
  font-size: 14px;
}
.site-info a {
  color: #CCC;
}

.footer-widget .widget {
  color: #EEE;
  text-align: center;
}

.footer-widget .widget {
  padding: 20px;
}

.footer-widget .widget p {
  font-size: 14px;
}

.footer-widget .widget .location-address p{
  font-size: 18px;	
  line-height: 1.2em;
}

.footer-widget .widget p strong{
	font-size: 20px;
	color: #f26723;
}

.footer-widget .widget p a{
	color: #EEE;
	text-decoration: underline;
}

.footer-widget ul {
  padding: 0;
}

.footer-widget ul li {
  padding: 0;
  margin: 4px 0;
}

.footer-widget ul li a {
  color: #c1c1c1;
  text-decoration: none;
  font-size: 14px;
}


/* Login and Register */

.lrm-form-message{ 
	padding: 10px!important;
	background: #F6F6F6;
	margin-top: 20px!important;
}


.lrm-integrations, .lrm-integrations label, .lrm-integrations p{
	margin-top: 20px;
}



.modal .area-content{
	max-height: 70vh;
	overflow: auto;
}

